:root {
  --ink: #08243a;
  --muted: #4f6f89;
  --blue: #0575ad;
  --blue-dark: #064b73;
  --line: #b9def2;
  --wash: #eef9ff;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(8, 64, 96, 0.14);
  --radius: 28px;
  --max: 1180px;
}

html {
  scroll-padding-top: 112px;
}

@font-face {
  font-family: "Mazzard Soft H";
  src: url("../fonts/mazzard/MazzardSoftH-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mazzard Soft H";
  src: url("../fonts/mazzard/MazzardSoftH-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mazzard Soft H";
  src: url("../fonts/mazzard/MazzardSoftH-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mazzard Soft H";
  src: url("../fonts/mazzard/MazzardSoftH-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Mazzard Soft H";
  src: url("../fonts/mazzard/MazzardSoftH-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mazzard Soft H";
  src: url("../fonts/mazzard/MazzardSoftH-SemiBold.woff2") format("woff2");
  font-weight: 600 799;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mazzard Soft H";
  src: url("../fonts/mazzard/MazzardSoftH-Bold.woff2") format("woff2");
  font-weight: 800 950;
  font-style: normal;
  font-display: swap;
}

body.route-detail-page .route-planner {
  width: min(calc(100% - 128px), 1180px);
  margin-top: 86px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  gap: 72px;
  align-items: start;
}

body.route-detail-page .route-planner > div {
  position: static;
  top: auto;
}

body.route-detail-page .route-planner > div p:last-child {
  max-width: 620px;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.35;
}

body.route-detail-page .route-dossier-chips {
  grid-template-columns: 1fr 1.12fr .78fr;
  gap: 14px;
}

.article-detail-page {
  background: var(--wash);
  color: var(--ink);
}

.article-detail-main {
  padding-top: 96px;
  padding-bottom: 92px;
}

.article-hero,
.article-layout,
.article-related {
  width: min(calc(100% - 128px), 1180px);
  margin-inline: auto;
}

.article-hero {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 0.86fr);
  gap: 74px;
  align-items: center;
}

.article-hero-copy h1 {
  max-width: 720px;
  margin: 20px 0 26px;
  color: var(--ink);
  font-size: clamp(56px, 5vw, 76px);
  line-height: 0.93;
  letter-spacing: -0.045em;
}

.article-hero-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 0 0 48px;
  color: var(--muted);
  font-size: 23px;
  line-height: 1.24;
  letter-spacing: -0.02em;
}

.article-hero-copy span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.article-hero-media img {
  width: 100%;
  aspect-ratio: 1.38;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 26px 72px rgba(8, 64, 96, 0.14);
}

.article-layout {
  margin-top: 92px;
  display: grid;
  grid-template-columns: 190px minmax(0, 760px);
  gap: 90px;
  align-items: start;
}

.article-toc {
  position: sticky;
  top: 112px;
  max-height: calc(100vh - 136px);
  overflow: auto;
  padding: 26px 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.article-toc p {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-toc ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 13px;
}

.article-toc li::marker {
  color: var(--blue);
}

.article-body {
  display: grid;
  gap: 72px;
}

.article-content-section .eyebrow {
  margin-bottom: 16px;
}

.article-content-section h2 {
  max-width: 690px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(32px, 3.2vw, 44px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.article-content-section p {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.article-image-placeholder {
  width: min(780px, 100%);
  aspect-ratio: 16 / 9;
  margin: 0;
  border: 1px dashed rgba(9, 128, 183, 0.42);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(9, 128, 183, 0.08), rgba(255, 255, 255, 0.92)),
    repeating-linear-gradient(45deg, rgba(9, 128, 183, 0.08) 0 1px, transparent 1px 18px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.article-image-placeholder--landscape {
  width: min(680px, 100%);
  aspect-ratio: 3 / 2;
}

.article-image-placeholder--portrait {
  width: min(520px, 100%);
  aspect-ratio: 4 / 5;
}

.article-image-placeholder span {
  max-width: calc(100% - 32px);
  padding: 10px 14px;
  border: 1px solid rgba(174, 221, 248, 0.86);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
}

.article-image-figure {
  overflow: hidden;
  border-style: solid;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 22px 58px rgba(6, 49, 76, 0.12);
}

.article-image-figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.article-callout {
  max-width: 650px;
  padding: 28px 34px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.article-callout span {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-callout p {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.article-checklist {
  max-width: 650px;
  padding: 34px 36px;
  background: #dff5ff;
  border: 1px solid #99d8f4;
  border-radius: 24px;
}

.article-checklist h2 {
  max-width: 420px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.article-checklist ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--ink);
  font-size: 15px;
}

.article-checklist li {
  position: relative;
  padding-left: 28px;
}

.article-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
}

.article-related {
  margin-top: 104px;
}

.article-related-head {
  margin-bottom: 42px;
}

.article-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.article-related-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(9, 71, 104, 0.08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.article-related-card:hover {
  border-color: #85cbea;
  transform: translateY(-6px);
  box-shadow: 0 26px 62px rgba(5, 117, 173, 0.14);
}

.article-related-card img {
  grid-row: 1 / 4;
  width: 100%;
  height: 145px;
  object-fit: cover;
  border-radius: 18px;
}

.article-related-card span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-related-card strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.article-related-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.35;
}

@media (max-width: 920px) {
  body.route-detail-page {
    overflow-x: hidden;
  }

  body.route-detail-page .route-detail-header {
    width: calc(100% - 28px);
    min-height: 70px;
    margin: 14px auto 0;
    padding: 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    overflow: hidden;
  }

  body.route-detail-page .route-detail-logo {
    min-width: 0;
  }

  body.route-detail-page .route-detail-crumb,
  body.route-detail-page .route-detail-nav {
    display: none;
  }

  body.route-detail-page .route-detail-cta {
    display: none;
  }

  body.route-detail-page .route-dossier,
  body.route-detail-page .route-analysis,
  body.route-detail-page .route-day-plan,
  body.route-detail-page .route-pricing-table,
  body.route-detail-page .route-included {
    width: min(calc(100% - 32px), 390px);
    margin-left: auto;
    margin-right: auto;
  }

  body.route-detail-page .route-dossier-copy,
  body.route-detail-page .route-dossier-copy > p:not(.eyebrow) {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  body.route-detail-page .route-dossier-copy h1 {
    font-size: 42px;
  }

  body.route-detail-page .route-dossier-chips {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.route-detail-page .route-photo-mosaic {
    grid-template-columns: 1fr;
  }

  body.route-detail-page .route-photo-main {
    grid-row: auto;
  }

  body.route-detail-page .altitude-card {
    padding: 18px 14px 22px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  body.route-detail-page .altitude-card svg {
    width: 100%;
    aspect-ratio: 1080 / 500;
    min-width: 0;
    min-height: 176px;
  }

  body.route-detail-page .altitude-line {
    stroke-width: 8;
  }

  body.route-detail-page .altitude-labels text {
    font-size: 30px;
  }

  body.route-detail-page .route-planner {
    width: min(calc(100% - 32px), 390px);
    margin-top: 58px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .article-hero,
  .article-layout,
  .article-related {
    width: min(calc(100% - 40px), 760px);
  }

  body.article-detail-page {
    overflow-x: hidden;
  }

  body.article-detail-page .article-detail-main {
    padding-top: 92px;
  }

  body.article-detail-page .route-detail-header {
    width: calc(100% - 28px);
    min-height: 70px;
    margin: 14px auto 0;
    padding: 12px;
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
  }

  body.article-detail-page .route-detail-crumb,
  body.article-detail-page .route-detail-nav,
  body.article-detail-page .route-detail-cta {
    display: none;
  }

  .article-hero {
    margin-top: 48px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .article-hero-copy h1 {
    max-width: 100%;
    margin: 16px 0 22px;
    font-size: 36px;
    line-height: 0.98;
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }

  .article-hero-copy > p:not(.eyebrow) {
    max-width: 100%;
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 1.36;
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }

  .article-hero-media,
  .article-hero-media img,
  .article-body,
  .article-content-section,
  .article-content-section h2,
  .article-content-section p {
    width: 100%;
    max-width: 100%;
  }

  .article-layout {
    margin-top: 54px;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .article-toc {
    position: static;
  }

  .article-body {
    gap: 48px;
  }

  .article-content-section h2 {
    font-size: 32px;
    line-height: 1.06;
    letter-spacing: 0;
  }

  .article-content-section p {
    font-size: 17px;
    line-height: 1.55;
  }

  .article-image-placeholder {
    border-radius: 22px;
    font-size: 11px;
  }

  .article-image-placeholder span {
    max-width: calc(100% - 22px);
  }

  .article-callout,
  .article-checklist {
    max-width: 100%;
    padding: 22px;
  }

  .article-related {
    margin-top: 64px;
  }

  .article-related-grid {
    grid-template-columns: 1fr;
  }

  .article-related-card {
    grid-template-columns: 1fr;
  }

  .article-related-card img {
    grid-row: auto;
    height: auto;
    aspect-ratio: 1.85;
  }
}

.route-detail-page {
  background: var(--wash);
  color: var(--ink);
}

.route-detail-main {
  padding-top: 118px;
  padding-bottom: 96px;
}

.route-detail-header {
  width: min(calc(100% - 96px), 1280px);
  min-height: 66px;
  margin: 34px auto 0;
  padding: 12px 36px;
  display: grid;
  grid-template-columns: 120px 300px 1fr auto;
  align-items: center;
  gap: 28px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(17, 91, 138, 0.08);
}

.route-detail-logo {
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.route-detail-crumb,
.route-detail-nav a,
.route-detail-cta {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}

.route-detail-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(34px, 4vw, 74px);
}

.route-detail-nav a {
  color: var(--ink);
}

.route-detail-cta {
  min-width: 154px;
  padding: 18px 28px;
  color: #fff;
  text-align: center;
  background: var(--blue);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(0, 126, 185, 0.18);
}

.route-dossier,
.route-analysis,
.route-day-plan,
.route-pricing-table,
.route-included,
.route-planner {
  width: min(calc(100% - 128px), 1180px);
  margin-inline: auto;
}

.route-dossier {
  margin-top: 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 610px;
  column-gap: 62px;
  row-gap: 34px;
  align-items: start;
}

.route-dossier-copy {
  padding-left: 4px;
}

.route-dossier-copy .eyebrow {
  display: none;
}

.route-dossier-copy h1 {
  max-width: 560px;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(64px, 6vw, 82px);
  line-height: 0.91;
  letter-spacing: -0.04em;
}

.route-dossier-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 24px;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.route-dossier-chips {
  display: grid;
  grid-template-columns: 1fr 1.12fr .78fr;
  gap: 16px;
  margin-top: 34px;
  max-width: 100%;
}

.route-dossier-chips span {
  min-height: 44px;
  display: grid;
  place-items: center;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.58);
}

.route-photo-mosaic {
  height: clamp(320px, 28vw, 430px);
  min-height: 0;
  display: block;
}

.route-photo-mosaic img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  display: block;
  box-shadow: 0 24px 68px rgba(9, 71, 104, 0.12);
}

.route-photo-mosaic img.route-photo-main {
  object-position: center 46%;
}

.route-facts-strip {
  grid-column: 1 / -1;
  margin-top: 0;
  padding: 34px 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: 26px;
}

.route-facts-strip span {
  display: block;
  margin-bottom: 13px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.route-facts-strip strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}

.route-analysis {
  margin-top: 90px;
}

.route-note-price {
  display: grid;
  grid-template-columns: minmax(0, 650px) 360px;
  justify-content: space-between;
  gap: 58px;
  align-items: start;
}

.route-guide-note {
  margin-top: 8px;
  padding: 34px 36px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 24px;
}

.route-guide-note p:last-child {
  max-width: 590px;
  margin: 12px 0 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.route-dark-price {
  margin-top: -78px;
  padding: 36px 38px 28px;
  color: #fff;
  background: #0d4059;
  border-radius: 0 0 30px 30px;
}

.route-dark-price p {
  margin: 0 0 4px;
  color: rgba(190, 230, 252, 0.88);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.route-dark-price strong {
  display: block;
  color: #fff;
  font-size: 41px;
  font-weight: 720;
  line-height: 1.08;
  letter-spacing: -0.018em;
}

.route-dark-price strong span {
  display: block;
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 680;
  line-height: 1;
}

.route-dark-price small {
  display: block;
  max-width: 250px;
  margin-top: 12px;
  color: rgba(190, 230, 252, 0.9);
  font-size: 13px;
  line-height: 1.28;
}

.route-dark-price dl {
  display: grid;
  gap: 24px;
  margin: 34px 0 26px;
}

.route-dark-price dl div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
}

.route-dark-price dt {
  color: rgba(190, 230, 252, 0.9);
  font-size: 14px;
}

.route-dark-price dd {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.route-dark-price a {
  min-height: 50px;
  display: grid;
  place-items: center;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.route-dark-price a:hover {
  transform: translateY(-2px);
  background: #eef9ff;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
}

.altitude-profile {
  margin-top: -8px;
}

.altitude-profile h2,
.route-day-plan h2,
.route-detail-section-head h2,
.route-included h2,
.route-planner h2 {
  margin: 20px 0 36px;
  color: var(--ink);
  font-size: clamp(42px, 4.4vw, 52px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.altitude-card {
  position: relative;
  padding: 48px 48px 44px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 28px;
}

.altitude-card svg {
  width: 100%;
  aspect-ratio: 1080 / 300;
  min-height: 250px;
  display: block;
}

.altitude-card line {
  stroke: #c9e7f7;
  stroke-width: 2;
}

.altitude-area {
  fill: rgba(113, 207, 245, 0.24);
}

.altitude-line {
  fill: none;
  stroke: var(--blue);
  stroke-width: 5;
  stroke-linecap: round;
}

.altitude-labels text {
  fill: var(--muted);
  font-size: 14px;
  font-weight: 600;
  paint-order: stroke;
  stroke: rgba(255, 255, 255, 0.92);
  stroke-width: 5px;
  stroke-linejoin: round;
}

.altitude-svg-point {
  fill: var(--blue);
  stroke: var(--white);
  stroke-width: 4px;
  filter: drop-shadow(0 7px 10px rgba(5, 117, 173, 0.22));
}

.altitude-card p {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.35;
}

.altitude-profile-heading-mobile,
.altitude-mobile-milestones {
  display: none;
}

.altitude-hotspots {
  position: absolute;
  top: 48px;
  left: 48px;
  right: 48px;
  height: auto;
  aspect-ratio: 1080 / 300;
  pointer-events: none;
}

.altitude-point {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: auto;
}

.altitude-point::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: inherit;
}

.altitude-point::after {
  content: attr(data-tip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 14px);
  width: max-content;
  max-width: 210px;
  padding: 10px 14px;
  border-radius: 14px;
  background: var(--ink);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  box-shadow: 0 16px 34px rgba(8, 36, 58, 0.22);
  opacity: 0;
  transform: translate(-50%, 6px);
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
}

.altitude-point:hover,
.altitude-point:focus-visible {
  outline: none;
  transform: translate(-50%, -50%) scale(1.18);
}

.altitude-point:hover::after,
.altitude-point:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.route-day-plan {
  margin-top: 86px;
}

.route-day-table {
  padding: 28px 36px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 28px;
}

.route-day-table article {
  min-height: 78px;
  display: grid;
  grid-template-columns: 52px minmax(300px, 1.15fr) 210px minmax(280px, 1.35fr);
  gap: 28px;
  align-items: center;
  border-top: 1px solid #d4ebf7;
}

.route-day-table article:first-child {
  border-top: 0;
}

.route-day-table span,
.route-day-table strong {
  color: var(--blue);
  font-size: 15px;
  font-weight: 800;
}

.route-day-table h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.15;
}

.route-day-table p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.32;
}

.route-pricing-table,
.route-included,
.route-planner {
  margin-top: 86px;
}

.route-detail-section-head {
  margin-bottom: 28px;
}

.route-included {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.route-included article {
  padding: 42px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 22px 52px rgba(7, 55, 86, 0.06);
}

.route-included .included-card {
  border-color: #a8d9f4;
}

.route-included .excluded-card {
  background: #f8fbfd;
  border-color: #d7e4ec;
  box-shadow: none;
}

.route-included h2 {
  margin-bottom: 24px;
}

.route-included ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.38;
}

.route-included li {
  position: relative;
  padding-left: 42px;
}

.route-included li::before {
  position: absolute;
  left: 0;
  top: -1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 900;
}

.included-card li::before {
  content: "✓";
  background: #e7f6fd;
  color: var(--blue);
}

.excluded-card {
  color: #70889a;
}

.excluded-card h2 {
  color: #607789;
}

.excluded-card .eyebrow {
  color: #7b93a4;
}

.excluded-card li::before {
  content: "×";
  background: #edf2f5;
  color: #8ca0ae;
}

.route-planner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  gap: 72px;
  align-items: start;
}

.route-planner > div p:last-child {
  max-width: 620px;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.35;
}

@media (max-width: 920px) {
  .route-detail-main {
    padding-top: 92px;
    padding-bottom: 56px;
  }

  .route-detail-header {
    width: calc(100% - 28px);
    margin-top: 14px;
    padding: 12px;
    grid-template-columns: 1fr auto;
    gap: 10px;
    border-radius: 18px;
  }

  .route-detail-logo {
    font-size: 19px;
  }

  .route-detail-crumb,
  .route-detail-nav {
    display: none;
  }

  .route-detail-cta {
    min-width: 104px;
    padding: 14px 18px;
    border-radius: 12px;
  }

  .route-dossier,
  .route-analysis,
  .route-day-plan,
  .route-pricing-table,
  .route-included,
  .route-planner {
    width: min(calc(100% - 32px), 390px);
  }

  .route-dossier {
    margin-top: 44px;
    display: block;
  }

  .route-dossier-copy {
    padding-left: 0;
  }

  .route-dossier-copy h1 {
    font-size: 48px;
    line-height: 0.94;
  }

  .route-dossier-copy > p:not(.eyebrow) {
    font-size: 18px;
  }

  .route-dossier-chips {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .route-photo-mosaic {
    min-height: 0;
    margin-top: 34px;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .route-photo-mosaic img {
    min-height: 136px;
    border-radius: 20px;
  }

  .route-photo-main {
    min-height: 288px;
  }

  .route-facts-strip {
    margin-top: 22px;
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 20px;
    border-radius: 22px;
  }

  .route-analysis {
    margin-top: 56px;
  }

  .route-note-price,
  .route-included,
  .route-planner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .route-guide-note {
    padding: 26px;
    border-radius: 22px;
  }

  .route-guide-note p:last-child {
    font-size: 20px;
  }

  .route-dark-price {
    margin-top: 0;
    padding: 30px 28px;
    border-radius: 28px;
  }

  .altitude-profile {
    margin-top: 48px;
  }

  .altitude-profile h2,
  .route-day-plan h2,
  .route-detail-section-head h2,
  .route-included h2,
  .route-planner h2 {
    font-size: 38px;
    margin-bottom: 26px;
  }

  .altitude-card {
    padding: 24px 20px 22px;
    border-radius: 22px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .altitude-profile-heading-desktop,
  .altitude-card > svg,
  .altitude-hotspots,
  .altitude-card-caption {
    display: none;
  }

  .altitude-profile-heading-mobile,
  .altitude-mobile-milestones {
    display: block;
  }

  .altitude-profile-heading-mobile {
    font-size: 36px !important;
  }

  .altitude-mobile-list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .altitude-mobile-list::before {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 9px;
    width: 1px;
    background: var(--line);
  }

  .altitude-mobile-item {
    position: relative;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 68px;
    padding: 10px 0;
  }

  .altitude-mobile-marker {
    position: relative;
    z-index: 1;
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
  }

  .altitude-mobile-marker::after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--blue);
  }

  .altitude-mobile-copy {
    min-width: 0;
    display: grid;
    gap: 3px;
  }

  .altitude-mobile-copy strong {
    color: var(--ink);
    font-size: 17px;
    line-height: 1.1;
  }

  .altitude-mobile-copy small {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.2;
  }

  .altitude-mobile-value {
    color: var(--ink);
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
  }

  .altitude-mobile-item.is-summit .altitude-mobile-marker {
    border-color: var(--ink);
    background: var(--ink);
    box-shadow: 0 8px 22px rgba(8, 36, 58, 0.18);
  }

  .altitude-mobile-item.is-summit .altitude-mobile-marker::after {
    background: #fff;
  }

  .altitude-mobile-item.is-summit .altitude-mobile-copy strong,
  .altitude-mobile-item.is-summit .altitude-mobile-value {
    color: var(--blue);
  }

  .altitude-card .altitude-mobile-caption {
    max-width: 100%;
    margin: 16px 0 0;
    padding-top: 16px;
    border-top: 1px solid var(--line);
    font-size: 13px;
    line-height: 1.35;
  }

  .route-day-plan,
  .route-pricing-table,
  .route-included,
  .route-planner {
    margin-top: 58px;
  }

  .route-day-table {
    padding: 18px 22px;
    border-radius: 22px;
  }

  .route-day-table article {
    padding: 22px 0;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .route-day-table h3 {
    font-size: 22px;
  }

  .route-included article,
  .proposal-form {
    padding: 28px;
    border-radius: 24px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #f4fbff;
  color: var(--ink);
  font-family: "Mazzard Soft H", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 18px 50%;
  z-index: 20;
  width: min(calc(100% - 48px), 1180px);
  height: 82px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 198px minmax(0, 1fr) auto;
  align-items: center;
  padding: 0 14px 0 28px;
  border: 1px solid rgba(165, 215, 239, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(10, 68, 99, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  width: auto;
  height: 68px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3.2vw, 48px);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  color: var(--ink);
}

.nav-item {
  position: static;
}

.nav-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 999px;
  white-space: nowrap;
  transition: color .18s ease, transform .18s ease;
}

.nav-item:hover .nav-link,
.nav-item:focus-within .nav-link,
.nav-item.is-open .nav-link {
  color: var(--blue-dark);
  transform: translateY(-1px);
}

.mega-menu {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 24px;
  padding: 26px;
  border: 1px solid rgba(185, 222, 242, 0.9);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 28px 70px rgba(8, 64, 96, 0.16);
  backdrop-filter: blur(18px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.mega-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}

.nav-item:hover .mega-menu,
.nav-item:focus-within .mega-menu,
.nav-item.is-open .mega-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-tabs {
  display: grid;
  align-content: start;
  gap: 12px;
}

.mega-tabs a {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid #dceef7;
  border-radius: 14px;
  background: rgba(247, 253, 255, 0.82);
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  text-transform: none;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.mega-tabs a:hover,
.mega-tabs a.is-active {
  border-color: var(--line);
  background: #ddf5ff;
  transform: translateX(3px);
}

.mega-tabs a.mega-tabs-all {
  margin-top: 16px;
  justify-content: center;
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 16px 30px rgba(0, 123, 181, 0.16);
}

.mega-tabs a.mega-tabs-all:hover {
  border-color: #066fa7;
  background: #066fa7;
}

.mega-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.route-mega-menu {
  grid-template-columns: minmax(270px, 340px) minmax(0, 1fr);
  align-items: stretch;
}

.route-mega-intro {
  min-height: 244px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(247, 253, 255, 0.92);
}

.route-mega-intro strong {
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.05;
}

.route-mega-intro > span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}

.route-mega-button {
  min-height: 52px;
  width: max-content;
  min-width: 170px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 18px 34px rgba(0, 123, 181, 0.18);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.route-mega-button:hover {
  transform: translateY(-3px);
  background: #066fa7;
  box-shadow: 0 24px 42px rgba(0, 123, 181, 0.24);
}

.route-mega-button span {
  display: inline-block;
  transition: transform .18s ease;
}

.route-mega-button:hover span {
  transform: translateX(3px);
}

.route-mega-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.route-mega-cards .mega-card {
  min-height: 244px;
  padding: 16px;
}

.route-mega-cards .mega-card img {
  height: 126px;
}

.route-mega-cards .mega-card strong {
  font-size: 22px;
  line-height: 1.06;
}

.desktop-nav > .nav-item:first-child .route-mega-cards .mega-card {
  min-height: 286px;
}

.desktop-nav > .nav-item:first-child .route-mega-cards .mega-card strong {
  font-size: 20px;
  line-height: 1.08;
}

.route-mega-cards .mega-card span {
  font-size: 15px;
  line-height: 1.3;
}

.mega-cards[data-blog-panels] {
  display: block;
}

.mega-card-panel {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mega-card-panel.is-active {
  display: grid;
}

.equipment-mega {
  grid-template-columns: 1fr;
}

.equipment-banner {
  height: 232px;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 20px;
  align-items: stretch;
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 24px;
  background: #f7fdff;
  overflow: hidden;
  text-transform: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.equipment-banner:hover {
  border-color: var(--line);
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(5, 117, 173, 0.12);
}

.equipment-banner__copy {
  display: grid;
  align-content: center;
  padding: 4px 0 4px 6px;
}

.equipment-banner__copy .eyebrow {
  margin-bottom: 10px;
}

.equipment-banner__copy strong {
  max-width: 430px;
  color: var(--ink);
  font-size: 27px;
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.equipment-banner__copy span {
  max-width: 470px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.36;
}

.equipment-banner__copy em {
  width: fit-content;
  margin-top: 18px;
  color: var(--blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.equipment-banner img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 44% center;
  border-radius: 18px;
}

.mega-card {
  min-height: 196px;
  display: grid;
  align-content: start;
  padding: 14px;
  border: 1px solid transparent;
  border-radius: 22px;
  background: #f7fdff;
  text-transform: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.mega-card:hover {
  border-color: var(--line);
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(5, 117, 173, 0.12);
}

.mega-card img {
  width: 100%;
  aspect-ratio: 1.95;
  object-fit: cover;
  margin-bottom: 14px;
  border-radius: 14px;
}

.mega-card strong {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.08;
}

.mega-card span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.header-cta,
.menu-toggle {
  min-width: 150px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 16px;
  background: var(--blue);
  color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.menu-toggle {
  display: none;
  min-width: 70px;
}

.mobile-menu {
  position: fixed;
  inset: 92px 24px auto;
  z-index: 19;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.mobile-menu a {
  display: flex;
  align-items: center;
  padding: 15px 8px;
  border-bottom: 1px solid #dff0f8;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
}

.mobile-menu a:last-child {
  border-bottom: 0;
}

.section,
.site-footer {
  width: min(calc(100% - 64px), var(--max));
  margin-inline: auto;
}

.hero {
  min-height: 920px;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  padding: 112px 0 86px;
  border-radius: 0 0 44px 44px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(244, 251, 255, 0.98) 0%, rgba(244, 251, 255, 0.82) 40%, rgba(244, 251, 255, 0.14) 72%),
    linear-gradient(0deg, rgba(244, 251, 255, 0.96) 0%, rgba(244, 251, 255, 0.08) 42%);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  width: min(calc(100% - 64px), var(--max));
  margin-inline: auto;
  padding-top: 64px;
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(58px, 8vw, 112px);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-content h1 {
  max-width: 700px;
  font-size: clamp(54px, 6.9vw, 96px);
  line-height: 0.96;
}

h2 {
  margin-bottom: 26px;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  font-size: 28px;
  line-height: 1.03;
}

.hero-copy {
  max-width: 560px;
  margin-bottom: 42px;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.45;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 62px;
  padding: 0 34px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  line-height: 1;
  transform: translateX(0);
  transition: transform .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:hover span {
  transform: translateX(3px);
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 18px 42px rgba(5, 117, 173, 0.22);
}

.btn-primary:hover {
  background: var(--blue-dark);
}

.btn-secondary,
.btn-outline {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.88);
  color: var(--blue-dark);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 82px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  max-width: 760px;
  gap: 48px;
}

.hero-stats strong {
  display: block;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 1;
}

.hero-stats span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.section {
  padding-block: 96px;
  scroll-margin-top: 110px;
}

.intro,
.support,
.planner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  gap: 74px;
  align-items: center;
}

.section-copy p,
.support-copy > p,
.planner-copy p,
.section-head > p {
  color: var(--muted);
  font-size: 20px;
}

.intro-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 660px;
  margin: 34px 0 30px;
}

.intro-proof div {
  padding: 20px 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.62);
}

.intro-proof strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.intro-proof span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.22;
  text-transform: uppercase;
}

.intro-image {
  position: relative;
}

.intro-image img,
.support-media img {
  width: 100%;
  aspect-ratio: 1.05;
  object-fit: cover;
  border-radius: 38px;
  box-shadow: var(--shadow);
}

.routes-band,
.journal {
  width: 100%;
  padding-inline: max(32px, calc((100vw - var(--max)) / 2));
  background: var(--wash);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 80px;
  align-items: end;
  margin-bottom: 56px;
}

.route-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}

.route-card,
.article-card,
.proposal-form {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(9, 71, 104, 0.08);
}

.route-card {
  display: block;
  padding: 24px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  will-change: transform;
}

.route-card:hover {
  border-color: #85cbea;
  transform: translateY(-8px);
  box-shadow: 0 26px 62px rgba(5, 117, 173, 0.14);
}

.route-card img {
  width: 100%;
  aspect-ratio: 1.9;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 30px;
  transition: transform .22s ease;
}

.route-card:hover img {
  transform: scale(1.025);
}

.route-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.route-card h3 {
  margin-bottom: 12px;
}

.route-card p {
  color: var(--muted);
  font-size: 18px;
}

.route-tabs {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  max-width: 1360px;
  margin-inline: auto;
}

.route-tab-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: none;
  margin-inline: 0;
}

.route-tab {
  cursor: pointer;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 3px;
  align-items: center;
  min-height: 84px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  text-align: left;
  box-shadow: 0 16px 38px rgba(9, 71, 104, 0.06);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.route-tab:hover,
.route-tab.is-active {
  transform: translateY(-2px);
  border-color: rgba(5, 117, 173, 0.38);
  background: var(--white);
  box-shadow: 0 20px 52px rgba(9, 71, 104, 0.12);
}

.route-tab.is-active {
  background: var(--blue);
  color: var(--white);
}

.route-tab span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-row: 1 / span 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ddf4ff;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.route-tab.is-active span {
  background: rgba(255, 255, 255, 0.18);
  color: var(--white);
}

.route-tab strong {
  grid-column: 2;
  min-width: 0;
  font-size: clamp(18px, 1.18vw, 23px);
  line-height: 1.02;
}

.route-tab small {
  grid-column: 2;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.route-tab.is-active small {
  color: rgba(255, 255, 255, 0.76);
}

.route-tab-panel {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 0.62fr);
  gap: 34px;
  align-items: center;
  max-width: none;
  min-height: 420px;
  margin-inline: 0;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 70px rgba(9, 71, 104, 0.1);
}

.route-tab-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  max-width: 560px;
  padding: 0;
}

.route-tab-copy h3 {
  max-width: 500px;
  margin: 0 0 18px;
  font-size: clamp(44px, 3.9vw, 66px);
  line-height: 0.98;
}

.route-tab-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(19px, 1.22vw, 23px);
  line-height: 1.34;
}

.route-tab-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 30px;
}

.route-tab-points div {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f3fbff;
}

.route-tab-points span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.route-tab-points strong {
  font-size: 16px;
  line-height: 1.25;
}

.route-tab-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.route-tab-actions .btn {
  width: fit-content;
  min-width: 210px;
}

.route-tab-media img {
  width: 100%;
  height: clamp(300px, 24vw, 380px);
  min-height: 0;
  object-fit: cover;
  border-radius: 24px;
}

.support {
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: 58px;
  padding-bottom: 64px;
}

.journal {
  padding-top: 82px;
}

.support-media {
  order: 2;
}

.service-list {
  display: grid;
  gap: 24px;
  margin-top: 46px;
}

.service-list div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-areas:
    "num title"
    "num copy";
  column-gap: 22px;
  row-gap: 4px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dceef7;
}

.service-list span {
  grid-area: num;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ddf5ff;
  color: var(--blue);
}

.service-list svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-list h3 {
  grid-area: title;
  margin-bottom: 6px;
  font-size: 24px;
}

.service-list p {
  grid-area: copy;
  max-width: 420px;
  margin: 0;
  color: var(--muted);
}

.article-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 22px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  will-change: transform;
}

.article-card:hover {
  border-color: #85cbea;
  transform: translateY(-8px);
  box-shadow: 0 26px 62px rgba(5, 117, 173, 0.14);
}

.article-card img {
  width: 100%;
  aspect-ratio: 2.25;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 22px;
  transition: transform .22s ease;
}

.article-card:hover img {
  transform: scale(1.025);
}

.card-meta {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.article-card h3 {
  margin: 0 0 16px;
  font-size: clamp(25px, 1.65vw, 32px);
  line-height: 1.02;
}

.article-desc {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.38;
}

.article-arrow {
  display: inline-block;
  margin-left: 10px;
  color: var(--blue);
  font-size: 30px;
  font-weight: 800;
  line-height: .65;
  vertical-align: -0.14em;
  transition: transform .2s ease;
}

.article-card:hover .article-arrow {
  transform: translateX(8px);
}

.journal-actions {
  display: flex;
  margin-top: 32px;
}

.journal-actions .btn {
  min-width: 260px;
}

.planner {
  align-items: start;
}

.planner-copy {
  position: sticky;
  top: 130px;
  scroll-margin-top: 130px;
}

.proposal-form {
  padding: 48px;
}

.proposal-form h3 {
  margin-bottom: 34px;
  font-size: 42px;
}

.proposal-form label {
  display: block;
  margin-bottom: 22px;
}

.proposal-form span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.proposal-form input,
.proposal-form textarea,
.proposal-form select {
  width: 100%;
  height: 58px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(247, 253, 255, 0.8);
  color: var(--ink);
  font: inherit;
  outline: 0;
}

.proposal-form select {
  appearance: none;
  padding-right: 52px;
  color: rgba(79, 111, 137, 0.62);
  background-image:
    linear-gradient(45deg, transparent 50%, var(--blue) 50%),
    linear-gradient(135deg, var(--blue) 50%, transparent 50%);
  background-position:
    calc(100% - 28px) 50%,
    calc(100% - 20px) 50%;
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.proposal-form select option {
  color: var(--ink);
}

.proposal-form select.is-placeholder {
  color: rgba(79, 111, 137, 0.62);
}

.proposal-form textarea {
  height: auto;
  min-height: 140px;
  padding: 18px 20px;
  border-radius: 26px;
  resize: vertical;
}

.proposal-form input::placeholder,
.proposal-form textarea::placeholder {
  color: rgba(79, 111, 137, 0.62);
}

.proposal-form input:focus,
.proposal-form textarea:focus,
.proposal-form select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(5, 117, 173, 0.12);
}

.proposal-form select:focus {
  border-color: var(--line);
  box-shadow: none;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.proposal-form button {
  width: 100%;
  margin-top: 10px;
}

.proposal-form .btn span {
  display: inline-flex;
  min-width: 16px;
  margin: 0;
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.form-note {
  margin: 22px 0 0;
  color: var(--muted);
}

.site-footer {
  width: 100%;
  margin-top: 20px;
  padding: 86px max(32px, calc((100vw - var(--max)) / 2)) 34px;
  border-radius: 44px 44px 0 0;
  background: var(--ink);
  color: var(--white);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: end;
  padding-bottom: 64px;
}

.footer-main h2 {
  max-width: 580px;
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
}

.footer-main .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -10px;
  color: #91d7f5;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 34px;
  max-width: 920px;
  padding-top: 38px;
  border-top: 1px solid rgba(185, 222, 242, 0.26);
}

.footer-links div {
  display: grid;
  gap: 12px;
}

.footer-links h3 {
  margin: 0 0 8px;
  color: #91d7f5;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.footer-links a,
.footer-links span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 70px;
  padding-top: 24px;
  border-top: 1px solid rgba(185, 222, 242, 0.18);
}

.footer-bottom p {
  margin: 0;
  color: #91d7f5;
  font-size: 12px;
  font-weight: 850;
}

.legal-main {
  width: min(calc(100% - 128px), var(--max));
  margin: 0 auto;
  padding: 160px 0 96px;
}

.legal-hero {
  display: grid;
  gap: 24px;
  max-width: 920px;
  margin-bottom: 64px;
}

.legal-hero h1 {
  margin: 0;
  font-size: clamp(54px, 7vw, 104px);
  line-height: .92;
}

.legal-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.45;
}

.legal-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 124px;
  display: grid;
  gap: 12px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 22px 60px rgba(6, 36, 58, .06);
}

.legal-toc strong {
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.legal-toc a {
  color: var(--ink);
  font-size: 16px;
  font-weight: 760;
}

.legal-content {
  display: grid;
  gap: 22px;
}

.legal-section {
  scroll-margin-top: 112px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, .76);
}

.legal-section h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 42px);
}

.legal-section p,
.legal-section li {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}

.legal-section p {
  margin: 0;
}

.legal-section p + p,
.legal-section ul + p {
  margin-top: 14px;
}

.legal-section ul {
  margin: 0;
  padding-left: 22px;
}

.route-hero {
  position: relative;
  min-height: 850px;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  margin-bottom: 34px;
  padding: 150px max(32px, calc((100vw - var(--max)) / 2)) 86px;
  border-radius: 0 0 44px 44px;
}

.route-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(244, 251, 255, 0.98) 0%, rgba(244, 251, 255, 0.90) 36%, rgba(244, 251, 255, 0.34) 72%),
    linear-gradient(0deg, rgba(244, 251, 255, 0.98) 0%, rgba(244, 251, 255, 0.62) 24%, rgba(244, 251, 255, 0.10) 100%);
}

.route-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 690px;
  padding-top: 160px;
}

.route-hero-copy h1 {
  max-width: 690px;
  margin-bottom: 28px;
  font-size: clamp(64px, 8vw, 118px);
  line-height: 0.92;
}

.route-hero-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin-bottom: 38px;
  color: var(--muted);
  font-size: 22px;
}

.route-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.route-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.route-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.route-price-card {
  position: absolute;
  z-index: 1;
  right: max(32px, calc((100vw - var(--max)) / 2));
  bottom: 92px;
  width: min(420px, 32vw);
  padding: 30px 34px;
  border: 1px solid rgba(185, 222, 242, 0.96);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(8, 64, 96, 0.18);
  backdrop-filter: blur(16px);
}

.route-price-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.route-price-card strong {
  display: block;
  color: var(--ink);
  font-size: 42px;
  line-height: 1;
}

.route-price-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.route-shell {
  width: min(calc(100% - 64px), var(--max));
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
  margin-inline: auto;
  padding: 34px 0 86px;
}

.route-overview {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 45px rgba(9, 71, 104, 0.08);
}

.route-overview .eyebrow {
  margin-bottom: 18px;
}

.route-overview div {
  padding: 18px 0;
  border-top: 1px solid #dceef7;
}

.route-overview span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.route-overview strong {
  font-size: 20px;
  line-height: 1.15;
}

.route-overview .btn {
  margin-top: 22px;
}

.route-content {
  display: grid;
  gap: 34px;
}

.route-section {
  padding: 48px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 45px rgba(9, 71, 104, 0.06);
}

.route-intro h2 {
  max-width: 760px;
  font-size: clamp(38px, 4.2vw, 62px);
}

.route-intro p:last-child {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 20px;
}

.pros-panel {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 38px;
  background: var(--ink);
  color: var(--white);
}

.pros-panel .eyebrow {
  color: #91d7f5;
}

.pros-panel h2 {
  margin: 0;
}

.pros-grid {
  display: grid;
  gap: 18px;
}

.pros-grid article {
  padding: 24px;
  border: 1px solid rgba(185, 222, 242, 0.26);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
}

.pros-grid span {
  display: block;
  margin-bottom: 18px;
  color: #91d7f5;
  font-size: 12px;
  font-weight: 850;
}

.pros-grid h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.pros-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.route-local-head {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 40px;
  margin-bottom: 34px;
}

.route-local-head h2 {
  margin-bottom: 0;
}

.timeline {
  display: grid;
}

.timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 30px;
  padding: 28px 0;
  border-top: 1px solid #dceef7;
}

.timeline span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.timeline h3 {
  margin-bottom: 8px;
  font-size: 26px;
}

.timeline p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

.price-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #f7fdff;
}

.price-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 28px;
  border-bottom: 1px solid #dceef7;
  background: rgba(255, 255, 255, 0.82);
}

.price-card-title {
  display: flex;
  align-items: center;
  gap: 0;
}

.price-card-head h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1;
}

.price-card-head p {
  margin: 4px 0 0;
  color: var(--ink);
  font-size: 17px;
}

.price-book-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 14px;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}

.price-book-btn:hover {
  transform: translateY(-2px);
  background: var(--blue-dark);
}

.price-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.price-matrix {
  min-width: 980px;
}

.price-matrix-row {
  display: grid;
  grid-template-columns: minmax(280px, 1.6fr) repeat(8, minmax(86px, 1fr));
  align-items: center;
  border-top: 1px solid #dceef7;
}

.price-matrix-row:first-child {
  border-top: 0;
}

.price-matrix-row > * {
  padding: 22px 18px;
}

.price-matrix-head {
  background: #e5f7ff;
}

.price-matrix-head span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
}

.price-matrix-row strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.2;
}

.price-matrix-row:not(.price-matrix-head) span {
  color: var(--blue-dark);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.1;
  white-space: nowrap;
}

.price-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px 26px;
  border-top: 1px solid #dceef7;
}

.price-row:first-child {
  border-top: 0;
}

.price-row span {
  color: var(--muted);
}

.price-row strong {
  color: var(--blue-dark);
  font-size: 22px;
}

.price-head {
  background: #e5f7ff;
}

.price-head span {
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.include-exclude {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.include-card,
.exclude-card {
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
}

.include-card h2,
.exclude-card h2 {
  font-size: 42px;
}

.include-card ul,
.exclude-card ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.include-card li,
.exclude-card li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  font-size: 17px;
}

.include-card li::before,
.exclude-card li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--blue);
}

.exclude-card li::before {
  background: #8fb4ca;
}

.route-planner {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(460px, 0.78fr);
  gap: 70px;
  align-items: start;
}

.route-planner > div {
  position: sticky;
  top: 128px;
}

.route-planner > div p:last-child {
  max-width: 560px;
  color: var(--muted);
  font-size: 20px;
}

@media (max-width: 920px) {
  .site-header {
    inset: 14px auto auto 14px;
    width: min(calc(100% - 28px), 390px);
    height: 70px;
    transform: none;
    grid-template-columns: 1fr auto;
    padding-left: 16px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .brand img {
    height: 44px;
  }

  .section,
  .site-footer,
  .hero-content {
    width: min(calc(100% - 40px), 390px);
  }

  .hero {
    min-height: 690px;
    padding: 104px 0 54px;
  }

  .hero::after {
    background:
      linear-gradient(0deg, rgba(244, 251, 255, 0.96) 0%, rgba(244, 251, 255, 0.40) 55%, rgba(244, 251, 255, 0.16) 100%),
      linear-gradient(90deg, rgba(244, 251, 255, 0.88), rgba(244, 251, 255, 0.24));
  }

  .hero-media img {
    object-position: center top;
  }

  h1 {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 20px;
  }

  .hero-content h1 {
    max-width: 100%;
    font-size: 34px;
    line-height: 1.02;
  }

  h2 {
    font-size: 40px;
    line-height: 1.02;
  }

  .intro .section-copy h2 {
    max-width: 330px;
    font-size: 34px;
    line-height: 1.06;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 28px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 34px;
  }

  .btn {
    min-height: 54px;
    padding: 0 20px;
    gap: 12px;
    font-size: 11px;
  }

  .hero-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .hero-stats strong {
    font-size: 32px;
  }

  .hero-stats span {
    font-size: 9px;
  }

  .section {
    padding-block: 72px;
  }

  .intro,
  .support,
  .planner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .section-copy p,
  .support-copy > p,
  .planner-copy p,
  .section-head > p {
    font-size: 15px;
  }

  .intro-proof {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 24px 0 26px;
  }

  .intro-proof div {
    padding: 16px 18px;
    border-radius: 18px;
  }

  .intro-proof strong {
    font-size: 22px;
  }

  .intro-image img,
  .support-media img {
    aspect-ratio: 1.75;
    border-radius: 22px;
  }

  .routes-band,
  .journal {
    padding-inline: 20px;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 42px;
  }

  .route-grid,
  .article-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .route-tab-list {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    max-width: none;
    overflow-x: auto;
    padding: 0 0 8px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .route-tabs {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .route-tab {
    flex: 0 0 190px;
    min-height: 74px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 16px;
    border-radius: 20px;
    scroll-snap-align: start;
  }

  .route-tab span {
    width: 38px;
    height: 38px;
    font-size: 11px;
  }

  .route-tab strong {
    font-size: 18px;
  }

  .route-tab small {
    font-size: 10px;
  }

  .route-tab-panel {
    grid-template-columns: 1fr;
    max-width: none;
    min-height: 0;
    gap: 22px;
    padding: 20px;
    border-radius: 26px;
  }

  .route-tab-copy {
    order: 2;
    padding: 0;
  }

  .route-tab-copy h3 {
    font-size: 34px;
    line-height: 1;
  }

  .route-tab-copy > p:not(.eyebrow) {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .route-tab-points {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 22px;
  }

  .route-tab-points div {
    padding: 14px 16px;
    border-radius: 18px;
  }

  .route-tab-points strong {
    font-size: 15px;
  }

  .route-tab-actions {
    display: grid;
    gap: 10px;
  }

  .route-tab-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .route-tab-media img {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.75;
    border-radius: 20px;
  }

  .route-card {
    padding: 20px;
    border-radius: 24px;
  }

  .route-card img {
    aspect-ratio: 3.4;
    margin-bottom: 18px;
  }

  .route-meta {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .route-card h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .route-card p {
    font-size: 14px;
  }

  .support-media {
    order: 0;
  }

  .support {
    padding-bottom: 28px;
  }

  .journal {
    padding-top: 36px;
  }

  .service-list {
    margin-top: 26px;
    gap: 18px;
  }

  .service-list div {
    grid-template-columns: 38px 1fr;
    column-gap: 14px;
    row-gap: 3px;
    padding-bottom: 18px;
  }

  .service-list h3 {
    font-size: 18px;
  }

  .service-list p {
    font-size: 13px;
  }

  .article-card {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }

  .article-card h3 {
    font-size: 22px;
  }

  .article-desc {
    font-size: 14px;
  }

  .article-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 12px 0 0 auto;
    border-radius: 999px;
    background: #ddf5ff;
    font-size: 22px;
    line-height: 1;
    vertical-align: 0;
  }

  .planner-copy {
    position: static;
  }

  .proposal-form {
    padding: 28px;
    border-radius: 24px;
  }

  .proposal-form h3 {
    font-size: 30px;
  }

  .site-footer {
    width: 100%;
    padding: 56px 20px 26px;
    border-radius: 30px 30px 0 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 42px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-bottom {
    display: grid;
    gap: 10px;
    margin-top: 42px;
  }

  .legal-main {
    width: min(calc(100% - 40px), 390px);
    padding: 118px 0 60px;
  }

  .legal-hero {
    margin-bottom: 36px;
  }

  .legal-hero h1 {
    font-size: 48px;
  }

  .legal-hero p {
    font-size: 17px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .legal-toc {
    position: static;
    padding: 22px;
    border-radius: 22px;
  }

  .legal-section {
    padding: 24px;
    border-radius: 22px;
  }

  .legal-section p,
  .legal-section li {
    font-size: 16px;
  }

  .route-hero {
    width: min(calc(100% - 40px), 390px);
    min-height: 0;
    width: 100%;
    display: block;
    margin-bottom: 12px;
    padding: 112px 20px 210px;
    border-radius: 0 0 30px 30px;
  }

  .route-hero::after {
    background:
      linear-gradient(0deg, rgba(244, 251, 255, 0.98) 0%, rgba(244, 251, 255, 0.78) 35%, rgba(244, 251, 255, 0.18) 100%),
      linear-gradient(90deg, rgba(244, 251, 255, 0.94), rgba(244, 251, 255, 0.38));
  }

  .route-hero-copy {
    max-width: 300px;
    margin-inline: 0;
    padding-top: 220px;
  }

  .route-hero-copy h1 {
    max-width: 300px;
    font-size: 40px;
    line-height: 0.98;
  }

  .route-hero-copy > p:not(.eyebrow) {
    max-width: 300px;
    font-size: 15px;
  }

  .route-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 300px;
  }

  .route-hero-media img {
    height: 100%;
    object-position: center top;
    border-radius: 0;
  }

  .route-price-card {
    position: absolute;
    left: 20px;
    right: auto;
    bottom: 34px;
    width: min(350px, calc(100% - 40px));
    margin-top: 0;
    padding: 22px;
    border-radius: 22px;
  }

  .route-price-card strong {
    font-size: 30px;
  }

  .route-shell {
    width: min(calc(100% - 40px), 390px);
    margin-left: 20px;
    margin-right: auto;
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 56px;
  }

  .route-overview,
  .route-planner > div {
    position: static;
  }

  .route-overview {
    padding: 24px;
    border-radius: 24px;
  }

  .route-section {
    padding: 28px;
    border-radius: 26px;
  }

  .route-intro h2 {
    font-size: 32px;
  }

  .route-intro p:last-child,
  .route-planner > div p:last-child {
    font-size: 15px;
  }

  .pros-panel,
  .include-exclude,
  .route-planner {
    grid-template-columns: 1fr;
  }

  .pros-panel {
    gap: 24px;
  }

  .pros-grid h3 {
    font-size: 21px;
  }

  .route-local-head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .timeline article {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 0;
  }

  .timeline h3 {
    font-size: 22px;
  }

  .price-table {
    border-radius: 22px;
  }

  .price-card-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    padding: 20px;
  }

  .price-card-title {
    gap: 0;
  }

  .price-card-head h3 {
    font-size: 24px;
  }

  .price-card-head p {
    font-size: 15px;
  }

  .price-book-btn {
    width: 100%;
    min-height: 52px;
  }

  .price-matrix {
    min-width: 780px;
  }

  .price-matrix-row {
    grid-template-columns: minmax(210px, 1.45fr) repeat(8, minmax(68px, 1fr));
  }

  .price-matrix-row > * {
    padding: 17px 12px;
  }

  .price-matrix-head span {
    font-size: 12px;
  }

  .price-matrix-row strong {
    font-size: 16px;
  }

  .price-matrix-row:not(.price-matrix-head) span {
    font-size: 16px;
  }

  .price-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px 24px;
  }

  .price-row span:first-child {
    font-size: 17px;
    font-weight: 700;
  }

  .price-row strong {
    display: grid;
    grid-template-columns: minmax(92px, auto) 1fr;
    gap: 12px;
    align-items: baseline;
    font-size: 25px;
    line-height: 1.1;
  }

  .price-row strong::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .price-row span:last-child {
    margin-top: 2px;
    font-size: 16px;
  }

  .price-head {
    display: none;
  }

  .include-card,
  .exclude-card {
    padding: 28px;
    border-radius: 24px;
  }

  .include-card h2,
  .exclude-card h2 {
    font-size: 32px;
  }

  .route-planner {
    width: min(calc(100% - 40px), 390px);
    margin-left: 20px;
    margin-right: auto;
    gap: 32px;
  }
}

body.route-detail-page .route-planner {
  width: min(calc(100% - 128px), 1180px);
  margin-top: 86px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  gap: 72px;
  align-items: start;
}

body.route-detail-page .route-planner > div {
  position: static;
  top: auto;
}

body.route-detail-page .route-planner > div p:last-child {
  max-width: 620px;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.35;
}

@media (max-width: 920px) {
  body.route-detail-page .route-planner {
    width: min(calc(100% - 32px), 390px);
    margin-top: 58px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.routes-index-page {
  background: var(--wash);
  color: var(--ink);
}

.routes-index-main {
  padding: 132px 0 96px;
}

.routes-index-hero,
.routes-intro-grid,
.routes-compare,
.beginner-route,
.routes-choice-guide,
.routes-cards-section {
  width: min(calc(100% - 128px), 1180px);
  margin-inline: auto;
}

.routes-index-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1fr);
  gap: 72px;
  align-items: center;
}

.routes-index-hero h1 {
  max-width: 720px;
  margin: 20px 0 24px;
  color: var(--ink);
  font-size: clamp(58px, 5.6vw, 86px);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.routes-index-hero p:not(.eyebrow) {
  max-width: 610px;
  margin: 0;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.32;
  letter-spacing: -0.02em;
}

.routes-index-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

.routes-index-actions .btn {
  min-width: 186px;
  padding-inline: 28px;
  justify-content: center;
}

.routes-index-actions .btn-secondary {
  min-width: 220px;
}

.routes-index-hero figure {
  margin: 0;
}

.routes-index-hero img {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 30px 80px rgba(8, 64, 96, 0.13);
}

.routes-intro-grid {
  margin-top: 86px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.routes-intro-grid article,
.route-index-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(9, 71, 104, 0.08);
}

.routes-intro-grid article {
  padding: 32px;
}

.routes-intro-grid span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ddf5ff;
}

.routes-intro-grid h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 31px;
  line-height: 1;
  letter-spacing: -0.035em;
}

.routes-intro-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.46;
}

.routes-compare,
.beginner-route,
.routes-choice-guide,
.routes-cards-section {
  margin-top: 104px;
  scroll-margin-top: 118px;
}

.routes-index-head h2 {
  margin-bottom: 0;
}

.routes-pros-table {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  border-radius: 28px;
}

.routes-pros-row {
  display: grid;
  grid-template-columns: 160px repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
  padding: 28px 32px;
  border-top: 1px solid #d4ebf7;
}

.routes-pros-row:first-child {
  border-top: 0;
}

.routes-pros-head {
  padding-block: 20px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(221, 245, 255, 0.65);
}

.routes-pros-row strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.04;
}

.routes-pros-row p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.38;
}

.beginner-route {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 0.68fr);
  gap: 60px;
  align-items: start;
  padding: 54px;
  background: #0d4059;
  color: #fff;
  border-radius: 34px;
  box-shadow: 0 30px 80px rgba(8, 64, 96, 0.18);
}

.beginner-copy .eyebrow {
  color: #91d7f5;
}

.beginner-copy h2 {
  margin: 18px 0 22px;
  color: #fff;
  font-size: clamp(44px, 4.2vw, 62px);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.beginner-copy p:last-child {
  max-width: 560px;
  margin: 0;
  color: rgba(222, 245, 255, 0.86);
  font-size: 20px;
  line-height: 1.38;
}

.beginner-scorecard {
  display: grid;
  gap: 18px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(185, 222, 242, 0.24);
  border-radius: 26px;
}

.score-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 82px;
  gap: 18px;
  align-items: center;
}

.score-row span,
.score-row strong {
  color: #fff;
  font-weight: 900;
}

.score-row div {
  height: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
}

.score-row i {
  height: 100%;
  display: block;
  background: #83d9ff;
  border-radius: inherit;
}

.score-row.is-best i {
  background: #fff;
}

.beginner-reasons {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 10px;
}

.beginner-reasons article {
  padding: 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(185, 222, 242, 0.22);
  border-radius: 24px;
}

.beginner-reasons span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: var(--blue);
  font-weight: 900;
  background: #fff;
  border-radius: 999px;
}

.beginner-reasons h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.05;
}

.beginner-reasons p {
  margin: 0;
  color: rgba(222, 245, 255, 0.82);
  font-size: 15px;
  line-height: 1.42;
}

.routes-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.routes-choice-grid article {
  padding: 28px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: 24px;
}

.routes-choice-grid span {
  display: block;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.routes-choice-grid h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.routes-choice-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.42;
}

.routes-index-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.route-index-card {
  display: block;
  padding: 24px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.route-index-card:hover {
  border-color: #85cbea;
  transform: translateY(-8px);
  box-shadow: 0 26px 62px rgba(5, 117, 173, 0.14);
}

.route-index-card img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  margin-bottom: 28px;
  border-radius: 20px;
  transition: transform .22s ease;
}

.route-index-card:hover img {
  transform: scale(1.025);
}

.route-index-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.route-index-card h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 31px;
  line-height: 1;
  letter-spacing: -0.035em;
}

.route-index-card p {
  min-height: 78px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.42;
}

.route-index-card strong {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-index-page {
  background: var(--wash);
  color: var(--ink);
}

.blog-index-main {
  padding: 138px 0 96px;
}

.blog-index-hero,
.blog-index-list {
  width: min(calc(100% - 128px), 1320px);
  margin-inline: auto;
}

.blog-index-hero {
  padding: 42px 0 76px;
}

.blog-index-hero h1 {
  max-width: 1040px;
  margin: 20px 0 0;
  color: var(--ink);
  font-size: clamp(62px, 6vw, 92px);
  line-height: 0.9;
  letter-spacing: -0.052em;
}

.blog-index-hero > p {
  max-width: 760px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 23px;
  line-height: 1.34;
  letter-spacing: -0.02em;
}

.blog-index-list .article-grid {
  align-items: stretch;
}

.not-found-page {
  min-height: 100vh;
  background: var(--wash);
  color: var(--ink);
}

.not-found-main {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 132px 0 86px;
}

.not-found-hero {
  width: min(calc(100% - 128px), 1180px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  gap: 74px;
  align-items: center;
}

.not-found-copy h1 {
  max-width: 720px;
  margin: 20px 0 24px;
  color: var(--ink);
  font-size: clamp(64px, 6.4vw, 96px);
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.not-found-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-size: 23px;
  line-height: 1.34;
  letter-spacing: -0.02em;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

.not-found-card {
  margin: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 28px 70px rgba(8, 64, 96, 0.13);
}

.not-found-card > img {
  width: 100%;
  aspect-ratio: 0.92;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

.contacts-page {
  background: var(--wash);
  color: var(--ink);
}

.contacts-main {
  padding: 138px 0 96px;
}

.contacts-hero {
  width: min(calc(100% - 128px), 1180px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 0.76fr);
  gap: 78px;
  align-items: start;
}

.contacts-copy {
  padding-top: 46px;
}

.contacts-copy h1 {
  max-width: 760px;
  margin: 20px 0 24px;
  color: var(--ink);
  font-size: clamp(62px, 5.8vw, 88px);
  line-height: 0.9;
  letter-spacing: -0.052em;
}

.contacts-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.34;
  letter-spacing: -0.02em;
}

.contact-methods {
  display: grid;
  gap: 16px;
  max-width: 560px;
  margin-top: 46px;
}

.contact-methods a,
.contact-methods div {
  display: grid;
  gap: 8px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 38px rgba(9, 71, 104, 0.06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.contact-methods a:hover {
  border-color: #85cbea;
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(5, 117, 173, 0.12);
}

.contact-methods span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.contact-methods strong {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.12;
}

.contact-form h2 {
  margin: 0 0 34px;
  color: var(--ink);
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.035em;
}

.success-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
}

.success-modal[hidden] {
  display: none;
}

.success-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 30, 48, 0.44);
  backdrop-filter: blur(8px);
}

.success-modal__dialog {
  position: relative;
  width: min(100%, 520px);
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 34px 90px rgba(3, 30, 48, 0.28);
}

.success-modal__dialog h2 {
  margin: 14px 0 16px;
  color: var(--ink);
  font-size: 44px;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.success-modal__dialog p:not(.eyebrow) {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.42;
}

.success-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f7fdff;
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.proposal-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 24px;
}

.proposal-modal[hidden] {
  display: none;
}

.proposal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 30, 48, 0.48);
  backdrop-filter: blur(10px);
}

.proposal-modal__dialog {
  position: relative;
  width: min(100%, 760px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 38px 110px rgba(3, 30, 48, 0.28);
}

.proposal-modal__form {
  padding: 56px 62px 50px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.proposal-modal__form h2 {
  margin: 0 0 42px;
  color: var(--ink);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.proposal-modal__close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f7fdff;
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}

.guide-page {
  background: var(--wash);
  color: var(--ink);
}

.guide-main {
  padding: 138px 0 96px;
}

.guide-hero,
.guide-facts,
.guide-section,
.guide-route-panel,
.guide-safety,
.guide-faq,
.guide-cta {
  width: min(calc(100% - 128px), 1180px);
  margin-inline: auto;
}

.guide-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(430px, 0.76fr);
  gap: 74px;
  align-items: center;
}

.guide-hero-copy h1 {
  max-width: 780px;
  margin: 20px 0 24px;
  color: var(--ink);
  font-size: clamp(62px, 6vw, 94px);
  line-height: 0.9;
  letter-spacing: -0.052em;
}

.guide-hero-copy > p:not(.eyebrow) {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 23px;
  line-height: 1.32;
  letter-spacing: -0.02em;
}

.guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

.guide-hero-media {
  position: relative;
  margin: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 70px rgba(8, 64, 96, 0.13);
}

.guide-hero-media img {
  width: 100%;
  aspect-ratio: 0.9;
  object-fit: cover;
  border-radius: 26px;
}

.guide-hero-media figcaption {
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 42px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid rgba(185, 222, 242, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.guide-hero-media strong {
  color: var(--ink);
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.guide-hero-media span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.3;
}

.guide-facts {
  margin-top: 86px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.guide-facts article,
.guide-card,
.guide-season-grid article,
.guide-gear-grid article,
.guide-faq-list article {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 45px rgba(9, 71, 104, 0.07);
}

.guide-facts article {
  padding: 26px;
  border-radius: 24px;
}

.guide-facts span,
.guide-card span,
.guide-season-grid span,
.guide-timeline span {
  display: block;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.guide-facts strong {
  display: block;
  margin: 18px 0 12px;
  color: var(--ink);
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.guide-facts p,
.guide-card p,
.guide-season-grid p,
.guide-gear-grid p,
.guide-faq-list p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.guide-section,
.guide-route-panel,
.guide-safety,
.guide-faq,
.guide-cta {
  margin-top: 104px;
}

.guide-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.62fr);
  gap: 76px;
  align-items: end;
  margin-bottom: 44px;
}

.guide-section-head .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -48px;
}

.guide-section-head h2 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(46px, 4.8vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.guide-section-head p:not(.eyebrow) {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.42;
}

.guide-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.guide-card {
  padding: 32px;
  border-radius: 28px;
}

.guide-card span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ddf5ff;
}

.guide-card h3,
.guide-season-grid h3,
.guide-gear-grid h3,
.guide-faq-list h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 29px;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.guide-route-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1fr);
  gap: 58px;
  align-items: start;
  padding: 54px;
  color: #fff;
  background: #0d4059;
  border-radius: 34px;
  box-shadow: 0 30px 80px rgba(8, 64, 96, 0.18);
}

.guide-route-panel .eyebrow,
.guide-safety .eyebrow {
  color: #91d7f5;
}

.guide-route-panel h2,
.guide-safety h2 {
  margin: 18px 0 22px;
  color: #fff;
  font-size: clamp(42px, 4.2vw, 62px);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.guide-route-panel p,
.guide-safety p {
  max-width: 590px;
  margin: 0 0 30px;
  color: rgba(222, 245, 255, 0.86);
  font-size: 20px;
  line-height: 1.38;
}

.guide-route-panel .btn-outline {
  color: var(--ink);
  background: #fff;
}

.guide-route-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.guide-route-list a {
  display: grid;
  gap: 9px;
  padding: 22px;
  border: 1px solid rgba(185, 222, 242, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.guide-route-list a:hover {
  transform: translateY(-5px);
  border-color: rgba(185, 222, 242, 0.54);
  background: rgba(255, 255, 255, 0.13);
}

.guide-route-list span {
  color: #91d7f5;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.guide-route-list strong {
  color: #fff;
  font-size: 24px;
  line-height: 1.05;
}

.guide-route-list p {
  margin: 0;
  color: rgba(222, 245, 255, 0.78);
  font-size: 15px;
  line-height: 1.4;
}

.guide-season-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.guide-season-grid article,
.guide-gear-grid article,
.guide-faq-list article {
  padding: 30px;
  border-radius: 26px;
}

.guide-season-grid span {
  margin-bottom: 28px;
}

.guide-prep {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 0.7fr);
  gap: 64px;
  align-items: start;
}

.guide-prep .guide-section-head {
  display: block;
  margin-bottom: 0;
}

.guide-prep .guide-section-head .eyebrow {
  margin-bottom: 20px;
}

.guide-prep .guide-section-head h2 {
  margin-bottom: 24px;
}

.guide-prep .guide-section-head p:not(.eyebrow) {
  max-width: 520px;
  margin: 0;
}

.guide-timeline {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
}

.guide-timeline article {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 24px;
  padding: 26px 30px;
  border-top: 1px solid #dceef7;
}

.guide-timeline article:first-child {
  border-top: 0;
}

.guide-timeline h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.guide-timeline p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.4;
}

.guide-safety {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.65fr);
  gap: 58px;
  align-items: center;
  padding: 54px;
  color: #fff;
  background: #08243a;
  border-radius: 34px;
}

.guide-safety p {
  margin-bottom: 0;
}

.guide-safety-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.guide-safety-grid article {
  padding: 28px;
  border: 1px solid rgba(185, 222, 242, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.guide-safety-grid strong {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.guide-safety-grid span {
  color: rgba(222, 245, 255, 0.82);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.guide-gear-grid,
.guide-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.guide-faq .guide-section-head {
  display: block;
  margin-bottom: 34px;
}

.guide-faq .guide-section-head .eyebrow {
  margin-bottom: 20px;
}

.guide-faq-list article {
  box-shadow: none;
}

.guide-cta {
  padding: 58px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.68)),
    url("../images/hero-kilimanjaro.jpg") center / cover;
  box-shadow: 0 28px 70px rgba(8, 64, 96, 0.12);
}

.guide-cta h2 {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(46px, 4.8vw, 68px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.guide-cta p:not(.eyebrow) {
  max-width: 570px;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.38;
}

@media (max-width: 920px) {
  .routes-index-main {
    padding-top: 92px;
    padding-bottom: 58px;
  }

  .routes-index-hero,
  .routes-intro-grid,
  .routes-compare,
  .beginner-route,
  .routes-choice-guide,
  .routes-cards-section {
    width: auto;
    max-width: 390px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .routes-index-hero,
  .routes-intro-grid,
  .beginner-route,
  .beginner-reasons,
  .routes-choice-grid,
  .routes-index-cards {
    grid-template-columns: 1fr;
  }

  .routes-index-hero {
    gap: 34px;
  }

  .routes-index-hero h1 {
    font-size: 38px;
    line-height: 0.96;
    letter-spacing: -0.04em;
  }

  .routes-index-hero p:not(.eyebrow) {
    font-size: 17px;
  }

  .routes-index-actions {
    display: grid;
  }

  .routes-intro-grid,
  .routes-compare,
  .beginner-route,
  .routes-choice-guide,
  .routes-cards-section {
    margin-top: 62px;
  }

  .routes-pros-table {
    display: grid;
    gap: 16px;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .routes-pros-head {
    display: none;
  }

  .routes-pros-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--line);
    border-radius: 22px;
  }

  .beginner-route {
    padding: 30px;
    border-radius: 28px;
  }

  .beginner-copy h2 {
    font-size: 38px;
  }

  .beginner-copy p:last-child {
    font-size: 16px;
  }

  .beginner-scorecard {
    padding: 22px;
  }

  .score-row {
    grid-template-columns: 112px minmax(0, 1fr) 64px;
    gap: 12px;
  }

  .beginner-reasons {
    gap: 16px;
  }

  .route-index-card p {
    min-height: 0;
  }

  .blog-index-main {
    padding-top: 92px;
    padding-bottom: 58px;
  }

  .blog-index-hero,
  .blog-index-list {
    width: auto;
    max-width: 390px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .blog-index-hero {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 0 46px;
  }

  .blog-index-hero h1 {
    font-size: 40px;
    line-height: 0.96;
    letter-spacing: -0.04em;
  }

  .blog-index-hero > p {
    max-width: 340px;
    font-size: 17px;
  }

  .not-found-main {
    align-items: start;
    padding-top: 108px;
    padding-bottom: 58px;
  }

  .not-found-hero {
    width: auto;
    max-width: 390px;
    margin-left: 16px;
    margin-right: 16px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .not-found-copy h1 {
    max-width: 340px;
    font-size: 38px;
    line-height: 0.98;
    letter-spacing: -0.035em;
  }

  .not-found-copy > p:not(.eyebrow) {
    font-size: 17px;
  }

  .not-found-actions {
    display: grid;
  }

  .not-found-card {
    padding: 18px;
    border-radius: 28px;
  }

  .not-found-card > img {
    aspect-ratio: 1.25;
    border-radius: 20px;
  }

  .contacts-main {
    padding-top: 92px;
    padding-bottom: 58px;
  }

  .contacts-hero {
    width: auto;
    max-width: 390px;
    margin-left: 16px;
    margin-right: 16px;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .contacts-copy {
    padding-top: 28px;
    min-width: 0;
  }

  .contacts-copy h1 {
    max-width: 330px;
    font-size: 34px;
    line-height: 0.96;
    letter-spacing: -0.04em;
  }

  .contacts-copy > p:not(.eyebrow) {
    max-width: 330px;
    font-size: 17px;
  }

  .contact-form {
    min-width: 0;
    overflow: hidden;
  }

  .contact-methods {
    margin-top: 30px;
  }

  .contact-methods a,
  .contact-methods div {
    padding: 20px;
    border-radius: 20px;
  }

  .contact-methods strong {
    font-size: 18px;
  }

  .contact-form h2 {
    font-size: 32px;
  }

  .success-modal {
    padding: 16px;
  }

  .success-modal__dialog {
    padding: 34px 24px 24px;
    border-radius: 26px;
  }

  .success-modal__dialog h2 {
    font-size: 34px;
  }

  .success-modal__dialog p:not(.eyebrow) {
    font-size: 16px;
  }

  .proposal-modal {
    padding: 12px;
    align-items: start;
  }

  .proposal-modal__dialog {
    max-height: calc(100vh - 24px);
    border-radius: 28px;
  }

  .proposal-modal__form {
    padding: 38px 22px 24px;
  }

  .proposal-modal__form h2 {
    margin-bottom: 28px;
    font-size: 38px;
  }

  .proposal-modal__close {
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    font-size: 22px;
  }

  .guide-main {
    padding-top: 92px;
    padding-bottom: 58px;
  }

  .guide-hero,
  .guide-facts,
  .guide-section,
  .guide-route-panel,
  .guide-safety,
  .guide-faq,
  .guide-cta {
    width: auto;
    max-width: 390px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .guide-hero {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .guide-hero-copy h1 {
    max-width: 340px;
    font-size: 40px;
    line-height: 0.96;
    letter-spacing: -0.04em;
  }

  .guide-hero-copy > p:not(.eyebrow) {
    max-width: 340px;
    font-size: 17px;
  }

  .guide-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .guide-hero-media {
    padding: 16px;
    border-radius: 28px;
  }

  .guide-hero-media img {
    aspect-ratio: 1.15;
    border-radius: 22px;
  }

  .guide-hero-media figcaption {
    position: static;
    margin-top: 14px;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px;
    border-radius: 20px;
  }

  .guide-hero-media strong {
    font-size: 32px;
  }

  .guide-facts {
    margin-top: 56px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .guide-facts article,
  .guide-card,
  .guide-season-grid article,
  .guide-gear-grid article,
  .guide-faq-list article {
    padding: 24px;
    border-radius: 22px;
  }

  .guide-section,
  .guide-route-panel,
  .guide-safety,
  .guide-faq,
  .guide-cta {
    margin-top: 62px;
  }

  .guide-section-head,
  .guide-prep,
  .guide-route-panel,
  .guide-safety {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .guide-section-head {
    margin-bottom: 30px;
  }

  .guide-section-head .eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }

  .guide-section-head h2,
  .guide-route-panel h2,
  .guide-safety h2,
  .guide-cta h2 {
    max-width: 340px;
    font-size: 38px;
    line-height: 0.98;
    letter-spacing: -0.04em;
  }

  .guide-section-head p:not(.eyebrow),
  .guide-route-panel p,
  .guide-safety p,
  .guide-cta p:not(.eyebrow) {
    max-width: 340px;
    font-size: 16px;
  }

  .guide-card-grid,
  .guide-season-grid,
  .guide-gear-grid,
  .guide-faq-list,
  .guide-safety-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .guide-card h3,
  .guide-season-grid h3,
  .guide-gear-grid h3,
  .guide-faq-list h3 {
    font-size: 24px;
  }

  .guide-route-panel,
  .guide-safety,
  .guide-cta {
    padding: 30px;
    border-radius: 28px;
  }

  .guide-route-list strong {
    font-size: 21px;
  }

  .guide-route-list {
    grid-template-columns: 1fr;
  }

  .guide-prep .guide-section-head h2 {
    margin-bottom: 18px;
  }

  .guide-timeline {
    border-radius: 24px;
  }

  .guide-timeline article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px;
  }

  .guide-safety-grid strong {
    font-size: 34px;
  }
}
