.v325-home-main {
  background:
    radial-gradient(circle at top left, rgba(224, 191, 118, 0.14), transparent 34rem),
    linear-gradient(180deg, #071011 0%, #081817 48%, #06100f 100%);
}

.v325-home-hero .hero-content {
  max-width: 760px;
}

.v325-home-hero h1 {
  max-width: 740px;
  font-size: 4.15rem;
  line-height: 0.95;
  letter-spacing: 0;
}

.v325-home-hero .hero-copy {
  max-width: 650px;
}

.v325-hero-note {
  margin-top: 1.1rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.98rem;
}

.v325-gateway,
.v325-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.v325-gateway {
  padding: 3rem 0 2.2rem;
}

.v325-gateway__intro,
.v325-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(260px, 0.58fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.5rem;
}

.v325-gateway__intro h2,
.v325-section-heading h2 {
  margin: 0.25rem 0 0;
  color: #fffdf7;
  font-size: 2.55rem;
  line-height: 1.04;
  letter-spacing: 0;
}

.v325-gateway__intro p,
.v325-section-heading p {
  color: rgba(255, 255, 255, 0.74);
}

.v325-destination-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.v325-destination-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: stretch;
  border: 1px solid rgba(224, 191, 118, 0.28);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.026)),
    #071514;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
}

.v325-destination-card img {
  position: relative;
  width: 100%;
  height: clamp(188px, 16vw, 238px);
  object-fit: cover;
  display: block;
  transform: none;
}

.v325-destination-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: clamp(188px, 16vw, 238px);
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(4, 8, 8, 0.04) 0%, rgba(4, 8, 8, 0.06) 48%, rgba(4, 8, 8, 0.5) 100%),
    linear-gradient(90deg, rgba(4, 8, 8, 0.28), transparent 68%);
}

.v325-destination-body {
  position: relative;
  z-index: 1;
  padding: 1.35rem 1.45rem 1.55rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
}

.v325-destination-body h3 {
  margin: 0;
  color: #fffdf7;
  font-size: 1.72rem;
  line-height: 1.04;
  letter-spacing: 0;
}

.v325-destination-body p {
  max-width: 540px;
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.55;
}

.v325-card-actions,
.v325-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
}

.v325-card-actions {
  margin-top: 1rem;
}

.v325-quick-actions {
  margin-top: 1.2rem;
  padding: 1.05rem;
  border: 1px solid rgba(224, 191, 118, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
}

.v325-quick-actions span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.v325-section {
  padding: 3.1rem 0;
}

.v325-route-grid,
.v325-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.v325-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v325-route-tile,
.v325-info-card {
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(224, 191, 118, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
  overflow: hidden;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.v325-route-tile {
  padding: 1.2rem;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.v325-route-tile:hover,
.v325-route-tile:focus-visible,
.v325-info-card:hover,
.v325-info-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(224, 191, 118, 0.55);
  background: rgba(255, 255, 255, 0.07);
}

.v325-route-number {
  color: #e0bf76;
  font-weight: 900;
  font-size: 0.96rem;
}

.v325-route-tile h3,
.v325-info-card h3 {
  margin: 0.75rem 0 0.45rem;
  color: #fffdf7;
  font-size: 1.28rem;
  line-height: 1.14;
  letter-spacing: 0;
}

.v325-route-tile p,
.v325-info-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.v325-route-cta {
  margin-top: 1rem;
  color: #e0bf76;
  font-weight: 900;
}

.v325-info-card img {
  width: 100%;
  height: clamp(150px, 13vw, 200px);
  object-fit: cover;
  display: block;
}

.v325-info-card div {
  padding: 1rem;
}

.v325-split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 1.15rem;
  align-items: stretch;
}

.v325-feature-panel {
  border: 1px solid rgba(224, 191, 118, 0.22);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.052);
  overflow: hidden;
}

.v325-feature-panel img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 360px;
  object-fit: cover;
  display: block;
}

.v325-feature-copy {
  padding: 2rem;
}

.v325-feature-copy h2 {
  margin: 0.2rem 0 0.8rem;
  color: #fffdf7;
  font-size: 2.25rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.v325-feature-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.v325-weather-section {
  margin-top: 1.4rem;
}

.v325-assistant-feature {
  width: min(1180px, calc(100% - 40px));
  margin: 2.4rem auto 0;
}

@media (max-width: 920px) {
  .v325-home-hero h1 {
    font-size: 3.1rem;
  }

  .v325-gateway__intro,
  .v325-section-heading,
  .v325-split {
    grid-template-columns: 1fr;
  }

  .v325-destination-grid,
  .v325-card-grid,
  .v325-route-grid {
    grid-template-columns: 1fr;
  }

  .v325-destination-card {
    border-radius: 26px;
  }

  .v325-destination-card img,
  .v325-destination-card::after {
    height: clamp(170px, 32vw, 220px);
  }

  .v325-destination-body {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .v325-home-main {
    overflow-x: clip;
  }

  .v325-home-hero h1 {
    font-size: 2.55rem;
  }

  .v325-home-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .v325-gateway,
  .v325-section,
  .v325-assistant-feature {
    width: min(100% - 28px, 1180px);
  }

  .v325-gateway__intro h2,
  .v325-section-heading h2,
  .v325-feature-copy h2 {
    font-size: 2rem;
  }

  .v325-destination-card {
    border-radius: 24px;
  }

  .v325-destination-card img,
  .v325-destination-card::after {
    height: clamp(145px, 42vw, 178px);
  }

  .v325-destination-body {
    padding: 1.35rem;
  }

  .v325-destination-body h3 {
    font-size: 1.72rem;
  }

  .v325-quick-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .v325-card-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .v325-feature-panel img {
    min-height: 190px;
    max-height: 230px;
  }
}
