:root {
  color-scheme: light;
  --canvas: #f7f5ef;
  --canvas-deep: #efede7;
  --white: #fff;
  --ink: #1c1c1c;
  --green: #264a3a;
  --green-deep: #183428;
  --sand: #c5a572;
  --gold: #d4af37;
  --muted: #625e57;
  --line: #d8d0c2;
  --line-dark: rgb(255 255 255 / 24%);
  --danger: #f19a8e;
  --success: #e0c967;
  --max: 1440px;
  --gutter: clamp(20px, 4vw, 64px);
  --section-space: clamp(48px, 5vw, 72px);
  --display: clamp(46px, 6.2vw, 88px);
  --title: clamp(36px, 4.6vw, 68px);
  --lead: clamp(19px, 1.75vw, 25px);
  --motion-fast: 180ms;
  --motion-base: 260ms;
  --motion-reveal: 560ms;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --z-header: 40;
  --z-mobile-cta: 30;
  --z-skip: 50;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; overflow-x: clip; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--canvas); font-family: "Onest", Arial, sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; }
body.menu-open { overscroll-behavior: contain; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a, button, summary { touch-action: manipulation; }
a[href], button, summary { cursor: pointer; }
button, input, textarea { font: inherit; }
input, textarea { font-size: 16px; }
h1, h2, h3 { text-wrap: balance; }
p, li { text-wrap: pretty; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
main[tabindex="-1"]:focus-visible,
section[tabindex="-1"]:focus-visible,
.format[tabindex="-1"]:focus-visible { outline: none; }
.sr-only { width: 1px; height: 1px; padding: 0; position: absolute; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { padding: 12px 16px; position: fixed; top: 10px; left: 10px; z-index: var(--z-skip); color: var(--white); background: var(--ink); transform: translateY(calc(-100% - 24px)); transition: transform var(--motion-fast) var(--ease); }
.skip-link:focus { transform: none; }
.shell { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-space); }
.bracket { color: var(--green); font-weight: 500; white-space: nowrap; }
.bracket-phrase, .brand-mark, .hero-title__brand { white-space: nowrap; }

.site-header { height: 72px; padding-inline: var(--gutter); position: sticky; top: 0; z-index: var(--z-header); display: flex; align-items: center; gap: 24px; background: rgb(247 245 239 / 95%); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { min-height: 44px; width: fit-content; position: relative; flex: none; display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-style: normal; font-weight: 500; letter-spacing: .02em; white-space: nowrap; }
.brand i { color: var(--gold); font-style: normal; }
.brand::after, .site-nav a:not(.site-nav__cta)::after { height: 1px; position: absolute; right: 0; bottom: 3px; left: 0; content: ""; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform var(--motion-fast) var(--ease); }
.brand:focus-visible::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(10px, 1.3vw, 20px); }
.site-nav a { min-height: 44px; padding-inline: 4px; position: relative; display: inline-flex; align-items: center; font-size: 12px; color: #4b4944; transition: color var(--motion-fast), background-color var(--motion-fast); }
.site-nav a[aria-current="true"], .site-nav a:focus-visible { color: var(--green); }
.site-nav a[aria-current="true"]::after { transform: scaleX(1); transform-origin: left; }
.site-nav__cta { padding-inline: 18px !important; color: var(--white) !important; background: var(--green); }
.site-nav__cta[aria-current="true"] { color: var(--ink) !important; background: var(--gold); }
.menu-toggle { width: 48px; height: 48px; margin-left: auto; padding: 0; border: 0; display: none; place-content: center; gap: 6px; color: var(--ink); background: transparent; }
.menu-toggle > span:not(.sr-only) { width: 28px; height: 1px; display: block; background: currentColor; transition: transform var(--motion-base) var(--ease); }
.menu-toggle[aria-expanded="true"] { color: var(--green); background: rgb(197 165 114 / 16%); box-shadow: inset 0 -2px var(--gold); }
.menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }

.hero { min-height: calc(100dvh - 72px); position: relative; isolation: isolate; display: grid; align-items: end; overflow: clip; color: var(--white); background: var(--green); }
.hero__media, .hero__scrim { position: absolute; inset: 0; z-index: -2; }
.hero__media img { height: 100%; object-fit: cover; object-position: center; }
.hero__scrim { z-index: -1; background: linear-gradient(180deg, rgb(8 11 9 / 18%) 0%, rgb(8 11 9 / 22%) 38%, rgb(8 11 9 / 88%) 100%); }
.hero__content { padding-top: clamp(64px, 9vh, 96px); padding-bottom: clamp(34px, 6vh, 64px); }
.hero__label { margin: 0; font-size: 12px; line-height: 1.4; letter-spacing: .06em; text-transform: uppercase; }
.hero h1 { max-width: 19ch; margin: clamp(16px, 2.4vh, 28px) 0 0; font-size: var(--display); font-weight: 300; line-height: .98; letter-spacing: -.03em; }
.hero h1 > span { display: block; }
.hero__lead { max-width: 71ch; margin: 20px 0 0; color: rgb(255 255 255 / 82%); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.55; }
.hero__actions { margin-top: clamp(22px, 3vh, 32px); display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }

.button { min-height: 48px; padding: 0 22px; border: 1px solid currentColor; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; white-space: nowrap; transition: color var(--motion-fast), background-color var(--motion-fast), border-color var(--motion-fast), box-shadow var(--motion-fast), transform var(--motion-fast) var(--ease); }
.button--gold { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.button--dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button:focus-visible { box-shadow: inset 3px 0 var(--green); }
.button:active { transform: scale(.98); }
.text-link { min-height: 44px; width: fit-content; padding: 11px 0 5px; position: relative; border-bottom: 1px solid currentColor; display: inline-flex; align-items: center; font-size: 13px; font-weight: 500; transition: color var(--motion-fast), border-color var(--motion-fast), transform var(--motion-fast) var(--ease); }
.text-link::after { height: 1px; position: absolute; right: 0; bottom: -1px; left: 0; content: ""; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform var(--motion-fast) var(--ease); }
.text-link--light { color: var(--white); }

.journey-passport { margin: 0 auto; padding-block: 0; display: grid; grid-template-columns: 1.2fr 1fr 1fr .8fr 1fr; border-bottom: 1px solid var(--ink); }
.journey-passport div { min-height: 88px; padding: 18px 18px 16px 0; }
.journey-passport div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.journey-passport dt { color: var(--muted); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.journey-passport dd { margin: 10px 0 0; font-size: 15px; font-weight: 500; }

.idea__lead { display: grid; grid-template-columns: minmax(0, .8fr) minmax(460px, 1.2fr); gap: clamp(36px, 5vw, 72px); align-items: center; }
.idea__copy h2, .section-heading h2, .program__head h2, .format h2, .request h2 { margin: 0; font-size: var(--title); font-weight: 300; line-height: 1; letter-spacing: -.025em; }
.idea__copy .lead { max-width: 27ch; margin: 24px 0 0; font-size: var(--lead); line-height: 1.4; }
.idea__copy .lead > span { display: block; }
.idea__copy .lead > span:last-child { white-space: nowrap; }
.idea__copy > p:last-child { max-width: 58ch; margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.idea__image { margin: 0; }
.idea__image img { aspect-ratio: 16 / 10; object-fit: cover; }
.idea__image figcaption, .route-map figcaption { max-width: 68ch; margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.audience { margin-top: clamp(36px, 4vw, 56px); display: grid; grid-template-columns: 1.1fr .9fr 1fr; gap: clamp(20px, 3vw, 40px); }
.audience__intro { grid-column: 1 / -1; margin: 0 0 -6px; color: var(--green); font-size: clamp(19px, 1.8vw, 25px); font-weight: 500; }
.audience article { padding-top: 16px; border-top: 1px solid var(--ink); }
.audience h3 { margin: 0; font-size: clamp(23px, 2vw, 30px); font-weight: 400; }
.audience p { max-width: 37ch; margin: 14px 0 0; color: var(--muted); line-height: 1.58; }
.audience p span { color: var(--green); font-weight: 600; letter-spacing: .04em; }
.cohort { margin-top: clamp(32px, 3.5vw, 48px); padding-block: clamp(24px, 3vw, 36px); display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); gap: clamp(28px, 4vw, 64px); align-items: center; color: var(--ink); background: var(--sand); }
.cohort__title { margin: 0; display: grid; gap: 12px; text-transform: uppercase; }
.cohort__title > span:first-child { font-size: clamp(21px, 2.35vw, 35px); font-weight: 600; line-height: 1.05; letter-spacing: .035em; }
.cohort__limit { display: flex; align-items: baseline; gap: clamp(12px, 1.6vw, 22px); color: var(--green-deep); font-size: clamp(15px, 1.5vw, 21px); font-weight: 600; line-height: 1; letter-spacing: .055em; }
.cohort__limit strong { font-size: clamp(62px, 7vw, 104px); font-weight: 300; line-height: .78; letter-spacing: -.035em; text-transform: lowercase; white-space: nowrap; }
.cohort > p { max-width: 56ch; margin: 0; padding-left: clamp(20px, 3vw, 42px); border-left: 1px solid rgb(28 28 28 / 45%); font-size: clamp(16px, 1.25vw, 18px); line-height: 1.62; }

.route { padding-top: 0; }
.section-heading { padding-top: var(--section-space); }
.section-heading > p { max-width: 58ch; margin: 16px 0 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.route__layout { margin-top: clamp(32px, 4vw, 48px); display: grid; grid-template-columns: minmax(420px, .95fr) minmax(0, 1.05fr); gap: clamp(28px, 3.5vw, 48px); align-items: start; }
.route-map { margin: 0; padding: clamp(18px, 2.1vw, 28px); position: sticky; top: 96px; color: var(--white); background: var(--green); }
.route-map svg { width: 100%; height: auto; display: block; overflow: visible; }
.map-terrain { fill: none; stroke: rgb(197 165 114 / 7%); stroke-width: 82; stroke-linecap: round; stroke-linejoin: round; }
.map-terrain path:nth-child(2) { stroke: rgb(255 255 255 / 4%); stroke-width: 96; }
.map-terrain path:nth-child(3) { stroke: rgb(197 165 114 / 5%); stroke-width: 68; }
.map-lake { fill: rgb(197 165 114 / 22%); stroke: var(--sand); stroke-width: 1.5; transition: fill var(--motion-base), stroke var(--motion-base); }
.map-lake.is-route-active { fill: rgb(116 181 199 / 62%); stroke: #c1e1e9; }
.map-river { color: #78a89d; }
.map-river path { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; opacity: .22; vector-effect: non-scaling-stroke; transition: stroke var(--motion-base), opacity var(--motion-base); }
.map-river.is-active path { stroke-width: 2.2; opacity: .68; }
.map-river text { fill: #b7d2cc; font-family: "Onest", Arial, sans-serif; font-size: 12.5px; font-weight: 500; letter-spacing: .025em; opacity: .9; }
.map-route-segment { color: var(--sand); opacity: .24; transition: color var(--motion-base), opacity var(--motion-base); }
.map-route-segment.is-active { color: var(--gold); opacity: 1; }
.map-route { fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; transition: stroke var(--motion-base); }
.map-route-hit { fill: none; stroke: transparent; stroke-width: 32; stroke-linecap: round; stroke-linejoin: round; pointer-events: stroke; cursor: pointer; }
.map-route--return { stroke-dasharray: 7 7; }
.map-route--water { stroke: var(--sand); stroke-dasharray: 3 7; }
.map-route--spur { stroke-dasharray: 2 7; }
.map-compass { color: rgb(255 255 255 / 62%); }
.map-compass text { fill: currentColor; font-family: "Onest", Arial, sans-serif; font-size: 12px; font-weight: 600; text-anchor: middle; }
.map-compass path { fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.map-origin .map-point { fill: var(--white); }
.map-origin text, .map-stage text { fill: var(--white); stroke: var(--green); stroke-width: 3px; stroke-linejoin: round; paint-order: stroke fill; font-family: "Onest", Arial, sans-serif; transition: opacity var(--motion-fast); }
.map-label { font-size: 15px; font-weight: 500; }
.map-label--minor { font-size: 12px; font-weight: 400; }
.map-label--tiny { font-size: 10px; font-weight: 400; }
.map-label--lake { text-anchor: middle; }
.map-stage.is-active .map-label--lake { fill: #c1e1e9; font-weight: 600; }
.map-stage { color: var(--sand); opacity: .58; transition: opacity var(--motion-base); }
.map-stage:not(.is-active) text { opacity: 0; }
.map-point { fill: var(--green); stroke: currentColor; stroke-width: 2; transition: fill var(--motion-base), stroke var(--motion-base), transform var(--motion-base) var(--ease); transform-box: fill-box; transform-origin: center; }
.map-point--minor { stroke-width: 1.5; }
.map-stage.is-active { color: var(--gold); opacity: 1; }
.map-stage.is-active .map-point { fill: var(--gold); stroke: var(--white); transform: scale(1.16); }
.route-stages { margin: 0; padding: 0; list-style: none; }
.route-stages li + li { border-top: 1px solid var(--line); }
.route-stages button { width: 100%; min-height: 108px; padding: 18px 52px 18px 44px; border: 0; position: relative; display: grid; grid-template-columns: minmax(118px, .45fr) minmax(0, 1.55fr); gap: 8px 22px; text-align: left; color: var(--ink); background: transparent; transition: color var(--motion-fast), background-color var(--motion-fast); }
.route-stages button::before { width: 24px; height: 24px; position: absolute; top: calc(50% - 12px); left: 8px; content: attr(data-route-control); display: grid; place-items: center; color: var(--green); background: var(--gold); border-radius: 50%; font-size: 12px; font-weight: 700; line-height: 1; opacity: 0; transform: translateY(4px) scale(.92); transition: opacity var(--motion-fast), transform var(--motion-fast) var(--ease); }
.route-stages button::after { width: 38px; height: 1px; position: absolute; top: 50%; right: 4px; content: ""; background: currentColor; transform: scaleX(.63); transform-origin: right; transition: transform var(--motion-base) var(--ease), background var(--motion-fast); }
.route-stages button[aria-pressed="true"] { color: var(--green); background: rgb(197 165 114 / 12%); transform: none; }
.route-stages button[aria-pressed="true"]::before { opacity: 1; transform: none; }
.route-stages button[aria-pressed="true"]::after { background: var(--gold); transform: scaleX(1); }
.route-stages span { grid-row: 1 / 3; color: var(--muted); font-size: 12px; line-height: 1.45; }
.route-stages strong { font-size: clamp(20px, 2vw, 29px); font-weight: 400; line-height: 1.16; }
.route-stages small { color: var(--muted); font-size: 14px; line-height: 1.5; }
.route-gallery { margin-top: clamp(28px, 3.5vw, 40px); }
.route-gallery h3 { margin: 0 0 16px; font-size: clamp(24px, 2.4vw, 34px); font-weight: 400; line-height: 1.15; }
.route-gallery__track { margin-right: calc(-1 * var(--gutter)); padding: 4px var(--gutter) 12px 0; display: flex; gap: clamp(12px, 1.2vw, 16px); overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: var(--sand) transparent; }
.route-photo { min-width: 0; flex: 0 0 360px; margin: 0; scroll-snap-align: start; opacity: .5; transition: transform var(--motion-base) var(--ease), opacity var(--motion-base); }
.route-photo--portrait { flex-basis: 210px; }
.route-photo--square { flex-basis: 280px; }
.route-photo--panorama { flex-basis: 520px; }
.route-photo__image { width: 100%; height: 260px; object-fit: cover; background: var(--canvas-deep); filter: saturate(.55) contrast(.98) brightness(.86) sepia(.06); outline: 1px solid transparent; outline-offset: -1px; transition: filter var(--motion-base), outline-color var(--motion-base); }
.route-photo--align-right .route-photo__image { object-position: right center; }
.route-photo figcaption { margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.route-photo.is-route-active { opacity: 1; transform: translateY(-4px); }
.route-photo.is-route-active .route-photo__image { filter: saturate(.88) contrast(1.04) brightness(.98) sepia(.035); outline-color: var(--gold); }
.route-photo.is-route-active figcaption { color: var(--green); font-weight: 500; }
.format { margin-top: clamp(40px, 4.5vw, 64px); padding-top: clamp(32px, 3.5vw, 48px); border-top: 1px solid var(--ink); }
.format__statement p { max-width: 52ch; margin: 16px 0 0; color: var(--muted); font-size: 17px; line-height: 1.62; }
.format__media { margin-top: 24px; }
.format__vehicle { margin: 0; }
.format__vehicle--main { aspect-ratio: 19 / 6; overflow: hidden; background: var(--canvas-deep); }
.format__vehicle--main img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 78% 64%; transform: scale(1.28); transform-origin: 82% 52%; }
.format__vehicle figcaption { margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.format__details { margin: 32px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(28px, 4vw, 64px); }
.format__details div { min-height: 66px; padding: 13px 0; display: grid; grid-template-columns: minmax(130px, .45fr) minmax(0, 1.55fr); gap: 22px; border-bottom: 1px solid var(--line); }
.format__details dt { font-size: 13px; font-weight: 600; }
.format__details dd { margin: 0; color: var(--muted); line-height: 1.55; }

.program { background: var(--canvas-deep); }
.program__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.program__head > div > p { max-width: 54ch; margin: 16px 0 0; color: var(--muted); line-height: 1.6; }
.program-list { margin-top: clamp(28px, 3.5vw, 40px); }
.chapter { border-top: 1px solid var(--ink); }
.chapter:last-child { border-bottom: 1px solid var(--ink); }
.chapter summary { min-height: 84px; padding: 16px 12px; display: grid; grid-template-columns: 150px minmax(0, 1.3fr) minmax(180px, .7fr) 34px; gap: 22px; align-items: center; list-style: none; transition: color var(--motion-fast), background-color var(--motion-fast), box-shadow var(--motion-fast); }
.chapter summary::-webkit-details-marker { display: none; }
.chapter summary span, .chapter summary small { color: var(--muted); font-size: 12px; line-height: 1.45; }
.chapter summary strong { font-size: clamp(21px, 2vw, 30px); font-weight: 400; line-height: 1.18; }
.chapter summary i, .participation__details summary i { width: 26px; height: 26px; position: relative; display: block; }
.chapter summary i::before, .chapter summary i::after, .participation__details summary i::before, .participation__details summary i::after { width: 18px; height: 1px; position: absolute; top: 12px; left: 4px; content: ""; background: currentColor; transition: transform var(--motion-base) var(--ease); }
.chapter summary i::after, .participation__details summary i::after { transform: rotate(90deg); }
.chapter[open] summary i::after, .participation__details details[open] summary i::after { transform: none; }
.chapter[open] summary, .participation__details details[open] summary { color: var(--green); background: rgb(197 165 114 / 12%); box-shadow: inset 0 -2px var(--gold); }
.chapter[open] summary span, .chapter[open] summary small { color: var(--green); }
.chapter[open] summary i::before, .chapter[open] summary i::after, .participation__details details[open] summary i::before, .participation__details details[open] summary i::after { background: var(--gold); }
.day-list { margin: 0 0 20px 174px; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.day-list li { padding: 16px; background: var(--canvas); }
.day-list time { color: var(--green); font-size: 12px; font-weight: 600; }
.day-list h3 { margin: 16px 0 8px; font-size: 20px; font-weight: 500; }
.day-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.58; }
.program-note { max-width: calc(760px + (2 * var(--gutter))); margin-top: 16px; margin-bottom: 0; margin-left: max(0px, calc((100vw - var(--max)) / 2)); color: var(--muted); font-size: 13px; line-height: 1.55; }

.team .section-heading { padding-top: 0; }
.team-list { margin-top: clamp(32px, 3.5vw, 48px); }
.person { padding-block: clamp(24px, 2.5vw, 34px); display: grid; grid-template-columns: minmax(240px, 320px) minmax(220px, .58fr) minmax(0, 1fr); gap: clamp(24px, 3.5vw, 48px); align-items: center; border-top: 1px solid var(--ink); }
.person:last-child { border-bottom: 1px solid var(--ink); }
.person__portrait { margin: 0; aspect-ratio: 4 / 5; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; }
.person__portrait--green { color: var(--white); background: var(--green); }
.person__portrait--sand { color: var(--ink); background: var(--sand); }
.person__portrait--photo { padding: 0; overflow: hidden; background: transparent; border: 0; }
.person__portrait--photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.person__portrait--maxim img { transform: scale(1.46); transform-origin: 50% 18%; }
.person__portrait span { font-size: clamp(48px, 5vw, 78px); font-weight: 300; letter-spacing: -.03em; }
.person__portrait small { font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.person__name p { margin: 0; color: var(--muted); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.person__name h3 { margin: 16px 0 0; font-size: clamp(32px, 3.2vw, 48px); font-weight: 300; line-height: 1; }
.person__bio { max-width: 66ch; margin: 0; color: var(--muted); line-height: 1.62; }
.person__bio > p { margin-top: 0; margin-bottom: 0; }
.people-gallery { margin-top: clamp(32px, 3.5vw, 48px); }
.people-gallery__head { margin-bottom: 16px; display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.people-gallery__head h3 { margin: 0; font-size: clamp(24px, 2.4vw, 34px); font-weight: 400; line-height: 1.15; }
.people-gallery__head p { max-width: 56ch; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.people-gallery__track { margin-right: calc(-1 * var(--gutter)); padding-right: var(--gutter); padding-bottom: 12px; display: flex; gap: clamp(12px, 1.2vw, 16px); overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: var(--sand) transparent; }
.people-photo { flex: 0 0 360px; margin: 0; scroll-snap-align: start; }
.people-photo--portrait { flex-basis: 210px; }
.people-photo img { width: 100%; height: 260px; object-fit: cover; background: var(--canvas-deep); filter: saturate(.78) contrast(1.04) brightness(.95) sepia(.035); }
.people-photo figcaption { margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.selection { margin-top: clamp(32px, 3.5vw, 48px); padding-block: 0; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(24px, 3.5vw, 48px); align-items: center; color: var(--white); background: var(--green); }
.selection__photo { height: 100%; margin: 0; }
.selection__photo img { height: 100%; min-height: 260px; object-fit: cover; }
.selection__copy { padding-block: clamp(24px, 2.5vw, 36px); padding-right: clamp(6px, 2vw, 28px); }
.selection h3 { margin: 0; font-size: clamp(28px, 3vw, 42px); font-weight: 300; }
.selection p { max-width: 62ch; margin: 18px 0 0; color: rgb(255 255 255 / 80%); line-height: 1.62; }

.conditions { padding: 0; }
.conditions .section-heading { padding-top: 0; }
.participation { margin-top: 32px; display: grid; grid-template-columns: minmax(320px, .75fr) minmax(0, 1.25fr); gap: clamp(28px, 3.5vw, 48px); align-items: start; }
.price-card { padding: clamp(28px, 3vw, 40px); position: sticky; top: 96px; color: var(--ink); background: var(--sand); }
.price-card > p { margin: 0; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.price-card > strong { margin: clamp(32px, 4vw, 48px) 0 28px; display: block; font-size: clamp(50px, 5.2vw, 74px); font-weight: 300; line-height: .95; letter-spacing: -.03em; white-space: nowrap; }
.price-card dl { margin: 0 0 32px; border-top: 1px solid var(--ink); }
.price-card dl div { padding: 13px 0; display: flex; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgb(28 28 28 / 35%); }
.price-card dt, .price-card dd { font-size: 13px; }
.price-card dd { margin: 0; font-weight: 500; text-align: right; }
.participation__content { min-width: 0; padding-bottom: 32px; }
.participation__details { border-top: 1px solid var(--ink); }
.participation__details details { border-bottom: 1px solid var(--ink); }
.participation__details summary { min-height: 68px; padding: 14px 12px; display: flex; align-items: center; justify-content: space-between; gap: 24px; list-style: none; transition: color var(--motion-fast), background-color var(--motion-fast), box-shadow var(--motion-fast); }
.participation__details summary::-webkit-details-marker { display: none; }
.participation__details summary strong { font-size: clamp(19px, 1.8vw, 25px); font-weight: 500; }
.participation__details details > div { padding: 0 40px 22px 0; color: var(--muted); line-height: 1.62; }
.participation__details p { max-width: 72ch; }
.participation__details p:first-child { margin-top: 0; }
.participation__details ul { columns: 2; column-gap: 42px; margin: 0; padding-left: 18px; }
.participation__details li { break-inside: avoid; margin-bottom: 8px; }
.pending-note { max-width: 72ch; margin: 16px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.request { width: 100%; margin: 0; padding-block: 32px; overflow: clip; color: var(--white); background: var(--ink); }
.request__content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .78fr); gap: clamp(40px, 5vw, 80px); align-items: start; }
.request__message h2 { max-width: 15ch; }
.request__message > p { max-width: 56ch; margin: 20px 0 0; color: rgb(255 255 255 / 72%); font-size: 18px; line-height: 1.62; }
.request-form { display: grid; gap: 12px; }
.field { display: grid; gap: 4px; }
.field--honeypot { width: 1px; height: 1px; position: absolute; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.field label, .consent { color: rgb(255 255 255 / 86%); font-size: 12px; line-height: 1.45; }
.field label span { color: #b9b4ab; font-weight: 400; }
.request-form input:not([type="checkbox"]), .request-form textarea { width: 100%; min-height: 44px; padding: 8px 0; color: var(--white); background: transparent; border: 0; border-bottom: 1px solid #77736b; border-radius: 0; outline: 0; resize: vertical; }
.request-form textarea { min-height: 72px; }
.request-form input::placeholder { color: #b9b4ab; }
.request-form input:focus, .request-form textarea:focus { border-bottom-color: var(--gold); }
.request-form input:focus-visible, .request-form textarea:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.request-form [aria-invalid="true"] { border-bottom-color: var(--danger); }
.field-error { min-height: 17px; color: var(--danger); font-size: 12px; line-height: 1.4; }
.field-error:empty { display: none; }
.field-error:not(:empty) { min-height: 0; }
.consent { min-height: 44px; display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; cursor: pointer; }
.consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--gold); }
.request-form .button { width: fit-content; }
.request-form .button[disabled] { cursor: wait; opacity: .72; }
.form-note { max-width: 64ch; margin: 0; color: #c4bfb6; font-size: 12px; line-height: 1.55; }
.form-note:empty { display: none; }
.request-form[data-state="error"] .form-note { color: var(--danger); }
.request-form[data-state="success"] .form-note { color: var(--success); }
.telegram-fallback[hidden] { display: none; }

.site-footer { min-height: 0; padding-block: 16px; display: grid; row-gap: 16px; align-items: start; }
.footer-top { display: grid; grid-template-columns: max-content minmax(0, 1fr); gap: 32px; align-items: center; }
.site-footer .brand { font-size: 13px; font-weight: 600; white-space: nowrap; }
.footer-links { justify-self: end; display: flex; gap: 24px; align-items: center; }
.footer-links .text-link { min-height: 44px; padding-block: 0; white-space: nowrap; }
.footer-meta { margin: 0; padding-top: 16px; color: var(--muted); border-top: 1px solid var(--line); font-size: 13px; text-align: left; }
.mobile-cta { display: none; }

.reveal { opacity: 1; transform: none; }
.reveal.will-reveal { opacity: 1; transform: translateY(8px); }
.reveal.is-visible { opacity: 1; transform: none; transition: opacity var(--motion-reveal) var(--ease), transform var(--motion-reveal) var(--ease); }
.hero__content > .reveal.is-visible:nth-child(2) { transition-delay: 70ms; }
.hero__content > .reveal.is-visible:nth-child(3) { transition-delay: 130ms; }
.hero__content > .reveal.is-visible:nth-child(4) { transition-delay: 190ms; }

@media (hover: hover) and (pointer: fine) {
  .brand:hover::after, .site-nav a:not(.site-nav__cta):hover::after, .text-link:hover::after { transform: scaleX(1); transform-origin: left; }
  .site-nav a:not(.site-nav__cta):hover { color: var(--green); }
  .site-nav__cta:hover { background: var(--green-deep); }
  .button--gold:hover { background: var(--sand); border-color: var(--sand); box-shadow: inset 3px 0 var(--green); }
  .button--dark:hover { background: var(--green); border-color: var(--green); box-shadow: inset 3px 0 var(--gold); }
  .text-link:hover { color: var(--green); border-color: transparent; transform: translateX(4px); }
  .text-link--light:hover { color: var(--sand); }
  .route-stages button:not([aria-pressed="true"]):hover { color: var(--green); background: rgb(197 165 114 / 7%); }
}

@media (min-width: 901px) {
  .idea { padding-top: 48px; padding-bottom: 24px; }
  .idea .audience { margin-top: 24px; }
  .idea .cohort { margin-top: 48px; }
  .route { padding-bottom: 24px; }
  .route .section-heading { padding-top: 24px; }
  .route__layout, .route-gallery { margin-top: 32px; }
  .format { margin-top: 32px; padding-top: 32px; }
  .program { padding-top: 24px; padding-bottom: 24px; }
  .program-list { margin-top: 32px; }
  .team { padding-top: 24px; padding-bottom: 24px; }
  .team-list, .people-gallery, .selection { margin-top: 32px; }
  .request { padding-block: 32px; }
}

@media (max-width: 1100px) {
  .idea__lead { grid-template-columns: .8fr 1.2fr; gap: 48px; }
  .route__layout { grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); }
  .person { grid-template-columns: 220px .62fr 1.38fr; gap: 34px; }
  .request__content { grid-template-columns: 1fr 1fr; gap: 64px; }
}

@media (max-width: 900px) {
  .menu-toggle { display: grid; }
  .site-nav { width: min(390px, 100%); max-height: calc(100dvh - 72px); padding: 14px var(--gutter) 28px; position: fixed; top: 72px; right: 0; display: grid; gap: 0; overflow-y: auto; overscroll-behavior: contain; background: var(--canvas); border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); opacity: 0; pointer-events: none; transform: scaleX(.96); transform-origin: right; visibility: hidden; transition: opacity var(--motion-base), transform var(--motion-base) var(--ease), visibility 0s linear var(--motion-base); }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; visibility: visible; transition-delay: 0s; }
  .site-nav a { min-height: 52px; padding-inline: 0; border-bottom: 1px solid var(--line); font-size: 13px; }
  .site-nav a[aria-current="true"]:not(.site-nav__cta) { padding-inline: 12px; background: rgb(197 165 114 / 12%); box-shadow: inset 0 -2px var(--gold); }
  .site-nav__cta { margin-top: 14px; padding-inline: 18px !important; justify-content: center; border-bottom: 0 !important; }
  .journey-passport { grid-template-columns: repeat(3, 1fr); }
  .journey-passport div:nth-child(4) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .journey-passport div:nth-child(5) { border-top: 1px solid var(--line); }
  .idea__lead, .route__layout, .format, .participation, .request__content { grid-template-columns: 1fr; }
  .idea__image { max-width: 760px; }
  .route-map, .price-card { position: static; }
  .route-map { max-width: 720px; }
  .format { margin-top: 32px; padding-top: 32px; gap: 28px; }
  .chapter summary { grid-template-columns: 130px 1fr 34px; }
  .chapter summary small { grid-column: 2; }
  .chapter summary i { grid-column: 3; grid-row: 1 / 3; }
  .day-list { margin-left: 154px; }
  .person { grid-template-columns: 220px minmax(0, 1fr); gap: 12px 34px; align-items: start; }
  .person__portrait { grid-column: 1; grid-row: 1 / 3; }
  .person__name { grid-column: 2; grid-row: 1; align-self: end; }
  .person__bio { grid-column: 2; grid-row: 2; }
  .request__message h2 { max-width: 18ch; }
  .request-form { max-width: 680px; }
  .section { padding-block: 32px; }
  .idea { padding: 32px 0 24px; }
  .route { padding: 0 0 24px; }
  .program { padding: 24px 0; }
  .team { padding: 24px 0; }
  .conditions { padding: 0; }
  .request { padding-block: 32px; }
  .section-heading { padding-top: 24px; }
  .team .section-heading, .conditions .section-heading { padding-top: 0; }
  .idea__lead, .request__content { gap: 32px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 68px; }
  .site-header { height: 68px; }
  .site-header > .brand { max-width: calc(100vw - 88px); gap: 5px; font-size: 10px; }
  .site-nav { top: 68px; }
  .hero { min-height: calc(100dvh - 68px); }
  .hero__media img { object-position: 48% center; }
  .hero__content { padding-top: 56px; padding-bottom: 30px; }
  .hero__label { max-width: 32ch; font-size: 10px; }
  .hero h1 { max-width: 14ch; font-size: clamp(42px, 13vw, 58px); line-height: 1; }
  .hero__lead { max-width: 36ch; font-size: 15px; line-height: 1.48; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .hero__actions .button { width: 100%; }
  .hero__actions .text-link { min-height: 40px; justify-content: center; }
  .journey-passport { grid-template-columns: 1fr 1fr; }
  .journey-passport div { min-height: 64px; padding: 10px 12px 10px 0; }
  .journey-passport div + div { padding-left: 12px; }
  .journey-passport div:nth-child(3), .journey-passport div:nth-child(5) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .journey-passport div:nth-child(4) { padding-left: 12px; border-left: 1px solid var(--line); }
  .journey-passport div:last-child { grid-column: 1 / -1; }
  .journey-passport dt { font-size: 10px; }
  .journey-passport dd { margin-top: 4px; font-size: 14px; line-height: 1.3; }
  .idea__lead { gap: 24px; }
  .idea__copy > p:last-child, .section-heading > p { font-size: 16px; }
  .desktop-break { display: none; }
  .audience { margin-top: 24px; grid-template-columns: 1fr; gap: 16px; }
  .audience article { padding-top: 12px; }
  .audience p { margin-top: 12px; }
  .cohort { margin-top: 24px; padding-block: 20px; grid-template-columns: 1fr; gap: 20px; }
  .cohort__title { gap: 10px; }
  .cohort__title > span:first-child { font-size: 20px; }
  .cohort__limit { gap: 10px; font-size: 14px; }
  .cohort__limit strong { font-size: 60px; }
  .cohort > p { padding: 16px 0 0; border-top: 1px solid rgb(28 28 28 / 45%); border-left: 0; font-size: 16px; }
  .section-heading, .program__head { align-items: flex-start; flex-direction: column; gap: 16px; }
  .route__layout { margin-top: 24px; gap: 24px; }
  .route-map { padding: 14px; }
  .map-river text { font-size: 13px; }
  .map-label { font-size: 16px; }
  .map-label--minor { font-size: 13px; }
  .map-label--tiny { font-size: 11px; }
  .route-stages button { min-height: 0; padding: 12px 40px 12px 44px; grid-template-columns: 1fr; gap: 7px; }
  .route-stages button[aria-pressed="true"] { padding-block: 16px; }
  .route-stages button[aria-pressed="true"] { transform: none; }
  .route-stages span { grid-row: auto; }
  .route-stages small { padding-right: 10px; }
  .route-stages button:not([aria-pressed="true"]) small { display: none; }
  .route-gallery { margin-top: 24px; }
  .route-photo { flex-basis: 280px; }
  .route-photo--portrait { flex-basis: 160px; }
  .route-photo--square { flex-basis: 220px; }
  .route-photo--panorama { flex-basis: 340px; }
  .route-photo__image { height: 220px; }
  .format { margin-top: 24px; padding-top: 24px; gap: 24px; }
  .format__media { margin-top: 20px; }
  .format__vehicle--main { aspect-ratio: 13 / 5; }
  .format__vehicle--main img { object-position: 78% 64%; transform: scale(1.3); transform-origin: 82% 52%; }
  .format__details { margin-top: 24px; grid-template-columns: 1fr; }
  .format__details div { grid-template-columns: 1fr; gap: 8px; }
  .chapter summary { min-height: 80px; padding: 14px 12px; grid-template-columns: 1fr 30px; gap: 7px 16px; }
  .chapter summary span { grid-column: 1; }
  .chapter summary strong { grid-column: 1; }
  .chapter summary small { grid-column: 1; }
  .chapter summary i { grid-column: 2; grid-row: 1 / 4; }
  .program-list, .team-list, .selection, .participation { margin-top: 24px; }
  .day-list { margin: 0 0 16px; grid-template-columns: 1fr; gap: 8px; }
  .program-note, .pending-note { margin-top: 16px; margin-left: 0; }
  .person { padding-block: 16px; grid-template-columns: clamp(112px, 36vw, 132px) minmax(0, 1fr); gap: 10px 16px; align-items: start; }
  .person__portrait { width: 100%; height: 100%; min-height: 228px; max-width: none; grid-column: 1; grid-row: 1 / 3; aspect-ratio: auto; padding: 12px; }
  .person__portrait span { font-size: 40px; }
  .person__portrait small { font-size: 8px; }
  .person__portrait--maxim img { transform: scale(1.22); }
  .person__name { grid-column: 2; grid-row: 1; align-self: end; }
  .person__name p { font-size: 10px; }
  .person__name h3 { margin-top: 6px; font-size: clamp(24px, 7vw, 30px); }
  .person__bio { grid-column: 2; grid-row: 2; font-size: 13px; line-height: 1.45; }
  .person__bio > p { margin-bottom: 0; }
  .people-gallery { margin-top: 24px; }
  .people-gallery__head { margin-bottom: 16px; align-items: start; flex-direction: column; gap: 8px; }
  .people-gallery__track { margin-right: calc(-1 * var(--gutter)); }
  .people-photo { flex-basis: 280px; }
  .people-photo--portrait { flex-basis: 160px; }
  .people-photo img { height: 220px; }
  .selection { grid-template-columns: 1fr; gap: 16px; }
  .selection__photo { margin-inline: calc(-1 * var(--gutter)); }
  .selection__photo img { min-height: 0; aspect-ratio: 16 / 10; }
  .selection__copy { padding: 0 0 20px; }
  .price-card { padding: 24px; }
  .price-card > strong { margin: 24px 0 20px; }
  .price-card dl { margin-bottom: 24px; }
  .participation__details ul { columns: 1; }
  .request__content { gap: 20px; }
  .request__message > p { margin-top: 12px; font-size: 16px; }
  .request-form { gap: 10px; }
  .field { gap: 2px; }
  .consent { gap: 10px; }
  .request__message h2 { max-width: 14ch; }
  .site-footer { padding-block: 16px; row-gap: 16px; }
  .footer-top { grid-template-columns: 1fr; gap: 8px; }
  .footer-links { width: 100%; justify-self: start; display: grid; grid-template-columns: 1fr; gap: 8px; }
  .footer-links .text-link { justify-self: start; }
  .footer-meta { padding-top: 8px; }
  .mobile-cta { width: auto; min-height: 44px; padding-inline: 16px; position: fixed; right: 20px; bottom: max(16px, env(safe-area-inset-bottom)); z-index: var(--z-mobile-cta); display: flex; opacity: 0; transform: translateY(calc(100% + 24px)); visibility: hidden; transition: opacity var(--motion-base), transform var(--motion-base) var(--ease), visibility 0s linear var(--motion-base); }
  .mobile-cta.is-visible { opacity: 1; transform: none; visibility: visible; transition-delay: 0s; }
  body.menu-open .mobile-cta { opacity: 0; pointer-events: none; transform: translateY(calc(100% + 24px)); visibility: hidden; }
}

@media (max-width: 420px) {
  .hero h1 { max-width: 100%; font-size: 40px; overflow-wrap: anywhere; }
  .hero-title__brand { font-size: clamp(29px, 8.5vw, 32px); }
  .idea__copy .lead > span:last-child { white-space: normal; }
  .map-label { font-size: 16px; }
  .map-label--minor { font-size: 13px; }
  .map-label--tiny { display: none; }
  .price-card > strong { font-size: 48px; }
  .participation__details details > div { padding-right: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal, .reveal.will-reveal { opacity: 1; transform: none; }
}
