:root {
  --ink: #18251f;
  --muted: #657169;
  --paper: #f5f1e8;
  --paper-deep: #e9e2d4;
  --forest: #174c3c;
  --lime: #d7f25f;
  --orange: #d46b3c;
  --line: rgba(24, 37, 31, 0.15);
  --white: #fffdf8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; }

.site-header {
  height: 72px;
  padding: 0 clamp(20px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(245, 241, 232, 0.92);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand-cluster { display: flex; align-items: center; min-width: 0; }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: 215px; height: auto; }
.department-badge {
  margin-left: 18px;
  padding-left: 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-left: 1px solid var(--line);
  color: var(--forest);
  text-decoration: none;
}
.department-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--forest);
  background: #edf5fb;
}
.department-icon img {
  width: 47px;
  height: 47px;
  display: block;
  object-fit: contain;
}
.department-copy { display: grid; line-height: 1.05; }
.department-copy small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.department-copy strong { margin-top: 3px; font-size: 14px; font-weight: 900; }
.department-badge:hover .department-icon { background: #d9ebf7; }
.menu-toggle { display: none; }
nav { display: flex; gap: 30px; }
nav a { text-decoration: none; font-size: 14px; font-weight: 600; }
nav a:hover { color: var(--orange); }

main { overflow: hidden; }
.hero {
  min-height: 620px;
  padding: clamp(64px, 10vw, 128px) clamp(20px, 8vw, 112px) 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
  position: relative;
}
.hero::after {
  content: "";
  width: min(45vw, 590px);
  aspect-ratio: 1;
  border: 1px solid rgba(23, 76, 60, 0.18);
  border-radius: 47% 53% 42% 58% / 58% 36% 64% 42%;
  position: absolute;
  right: -12vw;
  top: -18vw;
  transform: rotate(18deg);
  pointer-events: none;
}
.eyebrow { margin: 0 0 16px; color: var(--orange); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 700; }
h1, h2, h3 { font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; margin: 0; line-height: .94; letter-spacing: -0.04em; }
h1 { font-size: clamp(68px, 10vw, 148px); max-width: 900px; }
h1 em { color: var(--forest); font-weight: 600; }
.lede { max-width: 540px; color: var(--muted); font-size: clamp(17px, 2vw, 22px); margin: 28px 0 32px; }
.primary-action { display: inline-flex; gap: 36px; align-items: center; background: var(--ink); color: var(--white); padding: 16px 20px; text-decoration: none; font-weight: 600; }
.primary-action:hover { background: var(--forest); }
.hero-stats { border-left: 1px solid var(--line); padding-left: 40px; display: grid; gap: 22px; min-width: 190px; }
.hero-stats div { display: grid; }
.hero-stats strong { font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-size: 48px; line-height: 1; }
.hero-stats span { color: var(--muted); font-size: 13px; }

.club-info {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px clamp(20px, 6vw, 84px) clamp(88px, 10vw, 150px);
}
.club-info-heading {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(32px, 8vw, 110px);
  align-items: end;
  margin-bottom: 44px;
}
.club-info-heading h2 { font-size: clamp(50px, 6.5vw, 92px); }
.club-info-heading h2 em { color: var(--forest); font-style: normal; }
.club-info-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.club-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.club-info-grid article {
  min-height: 330px;
  padding: clamp(28px, 4vw, 46px);
  overflow: hidden;
  border-radius: 34px;
  position: relative;
}
.club-info-grid h3 { font-size: clamp(34px, 4vw, 54px); line-height: .98; }
.session-card { color: #fff; background: linear-gradient(145deg, #0c5193, #073866); box-shadow: 12px 12px 0 var(--cyan); }
.session-day { display: inline-flex; padding: 8px 12px; border-radius: 999px; color: var(--ink); background: var(--lime); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.session-time { display: flex; align-items: center; gap: 13px; margin: 24px 0 12px; font-size: clamp(38px, 5vw, 68px); font-weight: 900; letter-spacing: -.06em; line-height: 1; }
.session-time span { color: var(--cyan); }
.session-card p { color: rgba(255,255,255,.72); }
.age-badge { display: inline-flex; margin-top: 18px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: 12px; font-weight: 800; }
.signup-card { background: #dcfbff; box-shadow: 12px 12px 0 #8ceef5; }
.signup-card .eyebrow { background: #fff; }
.signup-card > p:not(.eyebrow) { max-width: 570px; color: var(--muted); line-height: 1.65; }
.contact-link { display: inline-flex; margin-top: 4px; color: var(--forest); font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.weather-note { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: start; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(21,22,45,.14); }
.weather-note > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--forest); }
.weather-note p { margin: 0; font-size: 13px; line-height: 1.55; }
.price-card { background: #fff; box-shadow: 0 18px 50px rgba(57,54,111,.12); }
.price-card .eyebrow { background: #ffd5dd; }
.price-list { margin: 28px 0 0; }
.price-list div { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 17px 0; border-top: 1px solid var(--line); }
.price-list dt { color: var(--muted); font-size: 14px; }
.price-list dd { margin: 0; color: var(--forest); font-size: 25px; font-weight: 900; }
.location-card { background: var(--lime); box-shadow: 12px 12px 0 var(--ink); }
.location-card .eyebrow { background: #fff; }
.location-card address { margin-top: 28px; font-style: normal; line-height: 1.75; }
.location-label { display: inline-flex; margin-top: 20px; padding: 8px 11px; border-radius: 999px; color: #fff; background: var(--ink); font-size: 11px; font-weight: 850; }

.topo-section { background: var(--ink); color: var(--white); padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 72px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.section-heading h2 { font-size: clamp(48px, 6vw, 82px); }
.section-heading > p { margin: 0; color: #aab2ac; max-width: 520px; }
.section-heading.compact { align-items: center; }
.topo-workspace { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(290px, .7fr); min-height: 690px; border: 1px solid rgba(255,255,255,.18); }
.photo-stage { height: min(78vh, 820px); min-height: 690px; background: #5d4639; position: relative; overflow: hidden; display: grid; place-items: center; }
.photo-stage::before { content: ""; position: absolute; inset: -24px; background: linear-gradient(rgba(15,26,21,.5), rgba(15,26,21,.5)), var(--route-photo) center / cover; filter: blur(18px); opacity: .72; }
.photo-canvas { height: 100%; width: auto; max-width: 100%; aspect-ratio: 459 / 816; position: relative; z-index: 1; box-shadow: 0 0 48px rgba(0,0,0,.38); }
.photo-stage img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.route-overlay { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; transition: opacity .2s ease; }
.route-overlay polyline { fill: none; vector-effect: non-scaling-stroke; stroke-linecap: round; stroke-linejoin: round; }
#route-shadow { stroke: rgba(8, 15, 12, .82); stroke-width: 11; }
#route-line { stroke: var(--route-color, var(--lime)); stroke-width: 5; stroke-dasharray: 2 1.4; }
#route-points circle { fill: var(--route-color, var(--lime)); stroke: #fff; stroke-width: .35; vector-effect: non-scaling-stroke; }
.photo-index, .photo-route-label, .overlay-toggle { position: absolute; bottom: 18px; z-index: 2; background: rgba(15, 26, 21, .82); color: #fff; border: 1px solid rgba(255,255,255,.24); padding: 9px 12px; font-size: 12px; backdrop-filter: blur(8px); }
.photo-index { left: 18px; }
.photo-route-label { left: 50%; transform: translateX(-50%); font-weight: 700; white-space: nowrap; }
.overlay-toggle { right: 18px; cursor: pointer; }
.overlay-toggle:hover { background: #fff; color: var(--ink); }
.route-detail { padding: clamp(28px, 4vw, 56px); display: flex; flex-direction: column; background: #213029; }
.route-number { color: rgba(255,255,255,.17); font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-size: 96px; line-height: .8; align-self: end; }
.route-color-row { display: flex; align-items: center; gap: 9px; margin-top: 56px; font-size: 13px; font-weight: 600; }
.color-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--lime); }
.confidence { color: #aab2ac; margin-left: auto; font-weight: 400; }
.route-detail h3 { font-size: clamp(46px, 5vw, 72px); margin-top: 16px; }
.grade { color: var(--lime); font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-size: 32px; margin-top: 12px; }
.route-summary { color: #c6cdc8; margin: 24px 0 30px; }
.route-facts { margin: 0; border-top: 1px solid rgba(255,255,255,.15); }
.route-facts div { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.route-facts dt { color: #89958e; font-size: 12px; }
.route-facts dd { margin: 0; font-size: 13px; }
.route-nav { margin-top: auto; padding-top: 32px; display: flex; justify-content: space-between; align-items: center; }
.route-nav button { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.25); background: transparent; color: #fff; cursor: pointer; }
.route-nav button:hover { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.route-nav span { color: #aab2ac; font-size: 13px; }

.routes-section { padding: clamp(72px, 9vw, 120px) clamp(20px, 5vw, 72px); }
.routes-section .section-heading > p { color: var(--muted); }
.topo-key { display: flex; align-items: center; gap: 10px; color: var(--muted); margin: 18px 0 0; font-size: 13px; }
.topo-key span { width: 38px; height: 4px; border-radius: 4px; background: var(--orange); box-shadow: 0 0 0 2px rgba(24,37,31,.18); }
.swipe-hint { display: none; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; justify-content: end; }
.filter { border: 1px solid var(--line); background: transparent; border-radius: 999px; padding: 8px 15px; cursor: pointer; font-size: 13px; }
.filter:hover, .filter.is-active { background: var(--ink); border-color: var(--ink); color: var(--white); }
.route-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.route-card { min-height: 520px; padding: 0; display: grid; grid-template-columns: minmax(190px, 42%) 1fr; background: transparent; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; cursor: pointer; position: relative; overflow: hidden; transition: background .2s, color .2s; }
.route-card:hover { background: var(--white); }
.route-card.is-active { background: var(--forest); color: #fff; }
.route-card-photo { height: 520px; background: #5d4639; position: relative; overflow: hidden; display: grid; place-items: center; }
.route-card-photo::before { content: ""; position: absolute; inset: -18px; background: linear-gradient(rgba(15,26,21,.38), rgba(15,26,21,.38)), var(--card-photo) center / cover; filter: blur(12px); opacity: .78; }
.route-card-photo-canvas { height: 100%; width: auto; max-width: 100%; aspect-ratio: 459 / 816; position: relative; z-index: 1; box-shadow: 0 0 28px rgba(0,0,0,.34); }
.route-card-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.route-card-overlay { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.route-card-overlay polyline { fill: none; vector-effect: non-scaling-stroke; stroke-linecap: round; stroke-linejoin: round; }
.route-card-overlay .thumb-shadow { stroke: rgba(8,15,12,.86); stroke-width: 8; }
.route-card-overlay .thumb-line { stroke-width: 4; stroke-dasharray: 2 1.4; }
.route-card-overlay circle { stroke: #fff; stroke-width: .3; vector-effect: non-scaling-stroke; }
.route-card-photo-label { position: absolute; left: 12px; bottom: 12px; z-index: 2; color: #fff; background: rgba(15,26,21,.82); border: 1px solid rgba(255,255,255,.25); padding: 7px 9px; font-size: 10px; }
.route-card-copy { padding: 24px; position: relative; min-width: 0; }
.route-card-top { display: flex; justify-content: space-between; align-items: center; font-size: 12px; }
.route-card-index { color: var(--muted); }
.route-card.is-active .route-card-index { color: #a8bcb3; }
.route-card h3 { font-size: clamp(30px, 3vw, 42px); margin-top: 54px; }
.route-card p { color: var(--muted); max-width: 300px; margin: 12px 0 0; font-size: 14px; }
.route-card.is-active p { color: #bdcbc5; }
.card-grade { position: absolute; right: 24px; bottom: 20px; font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-size: 28px; }
.card-open { position: absolute; left: 24px; bottom: 25px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.route-card.is-active .card-open { color: #bdcbc5; }
.route-card[hidden] { display: none; }

.photo-section { padding: clamp(72px, 9vw, 120px) clamp(20px, 5vw, 72px); background: var(--paper-deep); }
.photo-section .section-heading > p { color: var(--muted); }
.photo-reel { display: flex; gap: 16px; overflow-x: auto; padding-bottom: 18px; scroll-snap-type: x mandatory; }
.photo-reel figure { margin: 0; flex: 0 0 min(32vw, 360px); scroll-snap-align: start; }
.photo-reel img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; display: block; filter: saturate(.85); }
.photo-reel figcaption { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; padding-top: 9px; }

.notice { margin: clamp(64px, 8vw, 112px) clamp(20px, 8vw, 112px); padding: 36px; border: 1px solid var(--orange); display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: start; }
.notice-icon { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--orange); color: #fff; font-weight: 700; }
.notice h2 { font-size: 32px; }
.notice p { color: var(--muted); max-width: 850px; margin: 10px 0 0; }
footer { padding: 28px clamp(20px, 5vw, 72px); border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; }
.back-to-top {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 30;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--forest);
  box-shadow: 0 8px 24px rgba(12,81,147,.28);
  text-decoration: none;
  font-size: 21px;
  font-weight: 900;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background .2s ease;
}
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--ink); }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-stats { border-left: 0; border-top: 1px solid var(--line); padding: 24px 0 0; grid-template-columns: repeat(3, 1fr); }
  .topo-workspace { grid-template-columns: 1fr; }
  .photo-stage { min-height: min(72vh, 680px); }
  .route-detail { min-height: 620px; }
  .route-grid { grid-template-columns: 1fr; }
  .club-info-heading { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  h1 { font-size: 60px; }
  .site-header { height: 62px; }
  .hero { padding-top: 72px; }
  .hero-stats strong { font-size: 36px; }
  .hero-stats span { font-size: 11px; }
  .section-heading { display: grid; gap: 20px; }
  .section-heading h2 { font-size: 46px; }
  .filters { justify-content: start; }
  .topo-section { padding-inline: 0; }
  .topo-section > .section-heading { padding-inline: 20px; }
  .topo-workspace { border-left: 0; border-right: 0; }
  .photo-stage { min-height: 600px; }
  .route-card { min-height: 0; grid-template-columns: 1fr; }
  .route-card-photo { min-height: 0; height: 74vh; max-height: 650px; }
  .route-card-copy { min-height: 300px; }
  .photo-reel figure { flex-basis: 78vw; }
  .notice { padding: 24px; grid-template-columns: 1fr; }
  footer { display: grid; gap: 8px; }
  .club-info-grid { grid-template-columns: 1fr; }
  .club-info-grid article { min-height: 0; }
  .session-time { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Youth redesign */
:root {
  --ink: #263746;
  --muted: #617181;
  --paper: #f4f8fc;
  --paper-deep: #e6eff8;
  --forest: #0c5193;
  --lime: #f2ca52;
  --orange: #df5b49;
  --cyan: #86cae9;
  --blue: #07509a;
  --line: rgba(12, 81, 147, .15);
  --white: #ffffff;
}

body {
  background:
    radial-gradient(circle at 10% 12%, rgba(134,202,233,.2), transparent 24rem),
    radial-gradient(circle at 90% 22%, rgba(12,81,147,.1), transparent 28rem),
    var(--paper);
  font-weight: 500;
}

.site-header {
  width: 100%;
  height: 86px;
  margin: 0;
  padding: 0 clamp(20px, 5vw, 72px);
  border: 0;
  border-top: 4px solid var(--forest);
  border-bottom: 1px solid rgba(12,81,147,.16);
  border-radius: 0;
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 30px rgba(12,81,147,.1);
  top: 0;
}

.brand img { width: clamp(175px, 18vw, 225px); }

.menu-toggle {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #e3f0f8;
  cursor: pointer;
}
.menu-toggle span {
  width: 20px;
  height: 2px;
  display: block;
  margin: 4px auto;
  border-radius: 2px;
  background: var(--forest);
  transition: transform .2s ease, opacity .2s ease;
}

nav { gap: 6px; }
nav a { padding: 10px 15px; border-radius: 999px; }
nav a:hover { color: var(--forest); background: #e3f0f8; }

.hero {
  min-height: 760px;
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(72px, 9vw, 130px) clamp(22px, 6vw, 84px) 96px;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .75fr);
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
}

.hero::after {
  width: 190px;
  height: 190px;
  right: 3vw;
  top: 6vw;
  border: 28px solid rgba(217,242,79,.75);
  border-radius: 48% 52% 45% 55%;
  transform: rotate(18deg);
  z-index: -1;
}

.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 999px;
  letter-spacing: .11em;
  font-size: 11px;
}

h1, h2, h3 {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: 800;
  letter-spacing: -.045em;
}

h1 { font-size: clamp(58px, 7.7vw, 112px); line-height: .92; }
h1 em {
  display: inline-block;
  color: var(--forest);
  font-style: normal;
  transform: rotate(-1.5deg);
}

.lede { color: var(--muted); max-width: 590px; font-size: clamp(17px, 1.7vw, 21px); line-height: 1.6; }
.primary-action {
  gap: 28px;
  padding: 17px 18px 17px 22px;
  border-radius: 999px;
  background: var(--ink);
  box-shadow: 7px 7px 0 var(--cyan);
  transition: transform .18s, box-shadow .18s;
}
.primary-action:hover { background: var(--forest); transform: translate(3px, 3px); box-shadow: 4px 4px 0 var(--cyan); }

.hero-visual { position: relative; }
.hero-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  max-height: 600px;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 42px 42px 120px 42px;
  background: #c89a79;
  transform: rotate(2.5deg);
  box-shadow: 22px 24px 0 var(--forest), 0 30px 70px rgba(43,39,104,.22);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 49% 47%; display: block; }
.hero-sticker {
  position: absolute;
  padding: 12px 16px;
  border: 4px solid var(--ink);
  border-radius: 12px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  box-shadow: 5px 5px 0 var(--ink);
}
.sticker-one { top: 8%; left: -4%; background: var(--lime); transform: rotate(-8deg); }
.sticker-two { right: -4%; bottom: 12%; color: #fff; background: var(--orange); transform: rotate(7deg); }
.hero-stats {
  position: absolute;
  left: -7%;
  right: -5%;
  bottom: -48px;
  z-index: 3;
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(43,39,104,.18);
}
.hero-stats div { padding: 10px 14px; border-radius: 15px; background: #f2f1ff; }
.hero-stats div:nth-child(2) { background: #edffd1; }
.hero-stats div:nth-child(3) { background: #dcfbff; }
.hero-stats strong { font-family: inherit; font-size: 28px; font-weight: 900; }
.hero-stats span { color: var(--muted); font-size: 11px; font-weight: 700; }

.topo-section {
  margin: 0 18px;
  padding: clamp(68px, 8vw, 110px) clamp(18px, 5vw, 72px);
  border-radius: 48px;
  background:
    radial-gradient(circle at 90% 5%, rgba(134,202,233,.28), transparent 30%),
    linear-gradient(145deg, #102b45, #0c5193 62%, #1674b8);
}
.topo-section .eyebrow { background: var(--cyan); }
.section-heading h2 { line-height: .98; }
.section-heading > p { color: rgba(255,255,255,.68); }
.topo-workspace {
  overflow: hidden;
  min-height: 690px;
  border: 7px solid rgba(255,255,255,.14);
  border-radius: 32px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 30px 70px rgba(8,7,32,.35);
}
.photo-stage { border-radius: 24px 0 0 24px; }
.photo-index, .photo-route-label, .overlay-toggle { border-radius: 999px; }
.overlay-toggle { background: var(--lime); color: var(--ink); border-color: var(--lime); font-weight: 800; }
.route-detail { background: rgba(7,40,68,.94); }
.route-number { font-family: inherit; font-weight: 900; color: rgba(255,255,255,.12); }
.route-detail h3 { font-family: inherit; }
.grade { display: inline-flex; align-self: flex-start; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.1); font-family: inherit; font-weight: 900; }
.route-facts div { grid-template-columns: 105px 1fr; }
.route-nav button { border-radius: 50%; }

.routes-section { max-width: 1400px; margin: 0 auto; }
.routes-section .eyebrow { background: #ffd4dc; }
.routes-section .section-heading { margin-bottom: 52px; }
.filter { padding: 10px 16px; border: 2px solid var(--line); background: #fff; font-weight: 750; }
.filter:hover, .filter.is-active { background: var(--forest); border-color: var(--forest); }
.route-grid { gap: 24px; border: 0; }
.route-card {
  border: 0;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(57,54,111,.11);
  transition: transform .2s, box-shadow .2s, background .2s;
}
.route-card:hover { transform: translateY(-6px) rotate(-.3deg); box-shadow: 0 22px 50px rgba(57,54,111,.18); }
.route-card.is-active { background: var(--forest); box-shadow: 0 18px 0 rgba(12,81,147,.18); }
.route-card-photo { border-radius: 24px 0 0 24px; }
.route-card-photo-label { border-radius: 999px; font-weight: 750; }
.route-card-copy { padding: 28px; }
.route-card h3 { margin-top: 42px; }
.card-grade { padding: 7px 10px; border-radius: 10px; background: var(--lime); color: var(--ink); font-family: inherit; font-weight: 900; }
.route-card.is-active .card-grade { background: var(--cyan); }
.card-open { font-weight: 800; }

.photo-section {
  margin: 0 18px 18px;
  border-radius: 48px;
  background: linear-gradient(135deg, #dffbff, #ebe8ff 58%, #ffe7ed);
}
.photo-section .eyebrow { background: #fff; }
.photo-reel { gap: 22px; }
.photo-reel figure { padding: 8px 8px 14px; border-radius: 24px; background: #fff; box-shadow: 0 14px 35px rgba(57,54,111,.12); }
.photo-reel figure:nth-child(odd) { transform: rotate(-1deg); }
.photo-reel figure:nth-child(even) { transform: rotate(1deg); }
.photo-reel img { border-radius: 17px; }
.photo-reel figcaption { padding: 10px 5px 0; font-weight: 750; }

.notice {
  max-width: 1180px;
  margin-inline: auto;
  padding: 32px;
  border: 0;
  border-radius: 28px;
  background: #fff3c8;
  box-shadow: 8px 8px 0 #ffd85c;
}
.notice-icon { background: var(--ink); }
.notice h2 { font-family: inherit; }
footer { margin-top: 90px; padding-block: 32px; background: var(--ink); color: rgba(255,255,255,.65); border: 0; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 92px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(560px, 92%); margin: 0 auto 60px; }
  .hero-stats { position: absolute; border: 0; padding: 12px; }
  .topo-section, .photo-section { margin-inline: 10px; border-radius: 34px; }
  .topo-workspace { grid-template-columns: 1fr; }
  .photo-stage { border-radius: 24px 24px 0 0; }
  .route-detail { min-height: 560px; }
  .route-grid { grid-template-columns: 1fr; }
  .menu-toggle { display: block; flex: 0 0 auto; }
  .site-header nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    padding: 12px;
    border: 1px solid rgba(12,81,147,.15);
    border-radius: 20px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 18px 45px rgba(12,81,147,.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  }
  .site-header nav a { padding: 13px 15px; border-radius: 12px; font-size: 15px; }
  .site-header.menu-open nav { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-header.menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .site-header.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .site-header.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
}

@media (max-width: 620px) {
  .site-header { width: 100%; height: 68px; margin-top: 0; top: 0; padding-inline: 16px; }
  .brand img { width: 142px; }
  .department-badge { margin-left: 8px; padding-left: 8px; gap: 5px; }
  .department-icon { width: 42px; height: 42px; }
  .department-icon img { width: 38px; height: 38px; }
  .department-copy small { display: none; }
  .department-copy strong { margin: 0; font-size: 11px; }
  h1 { font-size: clamp(52px, 17vw, 76px); }
  .hero { padding: 72px 20px 90px; gap: 52px; }
  .hero-photo { border-width: 5px; border-radius: 28px 28px 78px 28px; box-shadow: 12px 14px 0 var(--forest); }
  .hero-sticker { padding: 9px 11px; border-width: 3px; font-size: 10px; }
  .hero-stats { left: -3%; right: -3%; bottom: -52px; }
  .hero-stats div { padding: 8px; }
  .hero-stats strong { font-size: 22px; }
  .topo-section { padding: 48px 0 0; }
  .topo-workspace { border-width: 4px; border-radius: 24px; }
  .topo-section > .section-heading { margin-bottom: 22px; }
  .topo-section > .section-heading > p { font-size: 13px; }
  .photo-stage { height: 52vh; height: min(52svh, 480px); min-height: 340px; border-radius: 19px 19px 0 0; }
  .photo-route-label { top: 18px; bottom: auto; }
  .photo-index { display: none; }
  .overlay-toggle { right: 12px; bottom: 12px; }
  .route-detail { min-height: 0; padding: 22px 20px 24px; position: relative; }
  .route-number { position: absolute; top: 24px; right: 20px; font-size: 48px; }
  .route-color-row { margin-top: 0; padding-right: 64px; }
  .route-detail h3 { max-width: calc(100% - 72px); margin-top: 12px; font-size: 38px; }
  .grade { margin-top: 8px; padding: 6px 10px; font-size: 21px; }
  .route-summary { margin: 14px 0 18px; font-size: 13px; line-height: 1.5; }
  .route-facts div { grid-template-columns: 92px 1fr; padding: 10px 0; }
  .route-nav { padding-top: 18px; }
  .route-card { grid-template-columns: 1fr; }
  .routes-section { padding-inline: 16px; }
  .routes-section .section-heading { margin-bottom: 24px; }
  .routes-section .section-heading h2 { font-size: 40px; }
  .swipe-hint { display: flex; align-items: center; gap: 8px; margin: 14px 0 0; color: var(--forest); font-size: 12px; font-weight: 800; }
  .swipe-hint span { font-size: 18px; }
  .route-grid {
    width: calc(100vw - 16px);
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 4px 16px 28px 0;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    touch-action: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    cursor: grab;
  }
  .route-grid:active { cursor: grabbing; }
  .route-card-photo::before { background: #6b5548; }
  .route-card { flex: 0 0 min(84vw, 390px); scroll-snap-align: start; scroll-snap-stop: normal; touch-action: auto; user-select: none; }
  .route-card img { -webkit-user-drag: none; user-select: none; }
  .route-card-photo { height: 54vh; height: min(54svh, 440px); border-radius: 24px 24px 0 0; }
  .route-card-copy { min-height: 245px; padding: 22px; }
  .route-card h3 { margin-top: 28px; }
  .card-open { left: 22px; bottom: 21px; }
  .card-grade { right: 22px; bottom: 16px; }
  .photo-section { padding-inline: 20px; }
  .notice { margin-inline: 20px; }
}

.wall-guide {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px clamp(20px, 5vw, 72px) clamp(82px, 10vw, 140px);
}
.wall-guide .section-heading > p { color: var(--muted); }
.wall-guide .eyebrow { background: var(--cyan); }
.zone-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.zone-card {
  min-height: 360px;
  display: grid;
  grid-template-columns: 46% 1fr;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(57,54,111,.12);
}
.zone-card img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.zone-card > div { padding: 28px; display: flex; flex-direction: column; align-items: flex-start; }
.zone-number { margin-left: auto; color: rgba(21,22,45,.28); font-size: 13px; font-weight: 900; }
.zone-card p { margin: auto 0 8px; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.zone-card h3 { font-size: clamp(30px, 3vw, 44px); line-height: .95; }
.zone-card div > span:last-child { display: inline-flex; margin-top: 15px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.72); font-size: 11px; font-weight: 800; }
.zone-easy > div { background: #dcfbff; }
.zone-tech > div { background: #e9e7ff; }
.zone-power > div { background: #ffd9e1; }
.zone-kids > div { background: #efffc9; }

.info-hub {
  max-width: 1270px;
  margin: 0 auto clamp(82px, 10vw, 140px);
  padding: 0 clamp(20px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 24px;
}
.grade-guide, .topo-reader { padding: clamp(30px, 5vw, 58px); border-radius: 34px; }
.grade-guide { color: #fff; background: linear-gradient(145deg, #0c5193, #073866); box-shadow: 12px 12px 0 var(--cyan); }
.grade-guide .eyebrow { background: var(--lime); }
.grade-guide h2, .topo-reader h2 { font-size: clamp(42px, 5vw, 70px); line-height: .95; }
.grade-scale { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 42px; }
.grade-scale div { padding: 18px; border: 1px solid rgba(255,255,255,.17); border-radius: 20px; background: rgba(255,255,255,.09); }
.grade-scale strong { display: block; color: var(--lime); font-size: 27px; font-weight: 900; }
.grade-scale span { display: block; margin: 3px 0 13px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.grade-scale p, .grade-note { color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.55; }
.grade-scale p { margin: 0; }
.grade-note { margin: 24px 0 0; max-width: 690px; }
.topo-reader { background: #fff; box-shadow: 0 18px 50px rgba(57,54,111,.12); }
.topo-reader .eyebrow { background: #ffd5dd; }
.topo-reader ol { list-style: none; padding: 0; margin: 38px 0 0; }
.topo-reader li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); }
.topo-reader li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--forest); font-weight: 900; }
.topo-reader strong { display: block; }
.topo-reader li p { margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.safety-check {
  max-width: 1270px;
  margin: 0 auto clamp(82px, 10vw, 140px);
  padding: clamp(34px, 5vw, 58px);
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(32px, 7vw, 90px);
  border-radius: 34px;
  color: var(--ink);
  background: var(--lime);
  box-shadow: 12px 12px 0 var(--ink);
}
.safety-check .eyebrow { background: #fff; }
.safety-check h2 { font-size: clamp(50px, 6vw, 82px); }
.safety-check > div > p:last-child { color: #4d542e; max-width: 430px; }
.safety-check ul { list-style: none; padding: 0; margin: 0; display: grid; align-content: center; }
.safety-check li { display: grid; grid-template-columns: 34px 1fr; gap: 13px; align-items: center; padding: 15px 0; border-bottom: 1px solid rgba(21,22,45,.18); font-weight: 750; }
.safety-check li span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); font-weight: 900; }

@media (max-width: 980px) {
  .zone-grid, .info-hub { grid-template-columns: 1fr; }
  .zone-card { min-height: 330px; }
  .safety-check { width: calc(100% - 40px); grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .wall-guide { padding-inline: 20px; }
  .zone-card { grid-template-columns: 1fr; }
  .zone-card img { min-height: 0; height: 58vw; }
  .zone-card > div { min-height: 240px; }
  .grade-guide, .topo-reader { padding: 30px 24px; border-radius: 26px; }
  .grade-scale { grid-template-columns: 1fr; }
  .safety-check { padding: 30px 24px; border-radius: 26px; }
}

[hidden] { display: none !important; }

.demo-climber { opacity: 0; transition: opacity .22s ease; }
.demo-climber.is-visible { opacity: 1; }
.demo-hold-map { opacity: 0; transition: opacity .2s ease; }
.demo-hold-map.is-visible { opacity: 1; }
.demo-hold-map circle {
  fill: rgba(242,194,48,.3);
  stroke: #fff3a1;
  stroke-width: .65;
  vector-effect: non-scaling-stroke;
}
.demo-move-guide { opacity: 0; transition: opacity .18s ease; pointer-events: none; }
.demo-move-guide.is-visible { opacity: 1; }
.demo-move-guide line {
  stroke: #ff7657;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-dasharray: 2.5 1.5;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 1px 1px rgba(15,16,38,.95));
  animation: move-dashes .82s linear infinite;
}
.demo-move-guide circle {
  fill: rgba(21,22,45,.7);
  stroke: #ff7657;
  stroke-width: 1.1;
  vector-effect: non-scaling-stroke;
}
.demo-move-guide.is-foot line,
.demo-move-guide.is-foot circle { stroke: #3ee5f0; }
@keyframes move-dashes { to { stroke-dashoffset: -4; } }
.demo-limb {
  stroke: #ffffff;
  stroke-width: 2.2;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 1px 1px rgba(15,16,38,.95));
  transition: x1 .42s ease, y1 .42s ease, x2 .42s ease, y2 .42s ease;
}
.demo-torso { stroke-width: 3; }
.demo-head {
  fill: var(--lime);
  stroke: #15162d;
  stroke-width: 1.1;
  vector-effect: non-scaling-stroke;
  transition: cx .42s ease, cy .42s ease;
}
.demo-contact {
  fill: rgba(255,255,255,.18);
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
  transform-box: fill-box;
  transform-origin: center;
  animation: demo-pulse 1.15s ease-in-out infinite;
  transition: cx .42s ease, cy .42s ease;
}
.demo-hand { stroke: #ff7657; }
.demo-foot { stroke: #3ee5f0; }
@keyframes demo-pulse { 50% { transform: scale(1.32); opacity: .72; } }

.climb-demo-panel {
  margin-top: 22px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
}
.demo-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.demo-panel-heading > div { display: grid; gap: 2px; }
.demo-kicker { color: var(--cyan); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.demo-panel-heading strong { font-size: 14px; }
#climb-demo-button {
  min-height: 42px;
  padding: 9px 13px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: var(--lime);
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}
#climb-demo-button:hover { background: var(--cyan); }
#climb-demo-status { margin: 12px 0; color: #c6cdc8; font-size: 11px; line-height: 1.4; }
.demo-legend { display: flex; flex-wrap: wrap; gap: 10px 16px; color: #c6cdc8; font-size: 10px; }
.demo-legend span { display: flex; align-items: center; gap: 6px; }
.demo-legend i { width: 10px; height: 10px; border: 2px solid; border-radius: 50%; }
.hand-swatch { border-color: #ff7657 !important; }
.foot-swatch { border-color: #3ee5f0 !important; }
.hold-swatch { border-color: #fff3a1 !important; background: rgba(242,194,48,.35); }
.move-swatch { border-color: var(--lime) !important; border-radius: 2px !important; transform: rotate(-25deg); }
.demo-available {
  display: inline-flex;
  margin-top: 14px;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--cyan);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 620px) {
  .demo-panel-heading { align-items: flex-start; }
  #climb-demo-button { min-width: 120px; }
}
