:root {
  --ink: #062d34;
  --deep: #031d22;
  --water: #08798a;
  --aqua: #8ee0dd;
  --sky: #e7f7f5;
  --orange: #ff6b2c;
  --orange-dark: #df4e13;
  --acid: #e5ef52;
  --sand: #f4efe4;
  --paper: #fffdf8;
  --white: #fff;
  --muted: #607379;
  --line: rgba(6, 45, 52, .14);
  --shadow: 0 28px 90px rgba(2, 35, 41, .17);
  --radius: 30px;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Montserrat, Arial, sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 122px 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; color: #fff; border-radius: 8px; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 30; top: 0; left: 50%; display: flex; width: min(calc(100% - 48px), 1280px); min-height: 94px; align-items: center; justify-content: space-between; color: #fff; border-bottom: 1px solid rgba(255,255,255,.22); transform: translateX(-50%); }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { width: 150px; height: auto; }
.brand span { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.26); letter-spacing: .06em; text-transform: uppercase; font-size: 11px; font-weight: 850; }
.brand b { display: block; color: var(--acid); }
.desktop-nav { display: flex; gap: 30px; }
.desktop-nav a { position: relative; text-decoration: none; font-size: 13px; font-weight: 800; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; content: ""; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-button { display: none; width: 46px; height: 46px; cursor: pointer; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.08); }
.menu-button span { display: block; width: 19px; height: 2px; margin: 5px auto; background: #fff; }
.mobile-nav { position: fixed; z-index: 25; top: 0; right: 0; left: 0; display: grid; padding: 110px 28px 30px; color: #fff; background: rgba(3,29,34,.98); gap: 2px; box-shadow: var(--shadow); }
.mobile-nav a { padding: 14px 0; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 18px; font-weight: 800; }

.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 20px; padding: 0 25px; cursor: pointer; text-align: center; text-decoration: none; border: 1px solid transparent; border-radius: 999px; font-weight: 850; transition: transform .2s, color .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; }
.button--small { min-height: 44px; padding-inline: 19px; font-size: 12px; }
.button--outline { color: #fff; border-color: rgba(255,255,255,.43); background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.button--outline:hover, .button--glass:hover { background: rgba(255,255,255,.16); }
.button--accent { color: #fff; background: var(--orange); box-shadow: 0 15px 35px rgba(255,107,44,.28); }
.button--accent:hover { background: var(--orange-dark); }
.button--glass { color: #fff; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.06); backdrop-filter: blur(9px); }
.button--dark { color: #fff; background: var(--ink); }
.button--wide { width: 100%; }
.text-button { padding: 0; cursor: pointer; color: var(--water); border: 0; background: none; font-size: 12px; font-weight: 850; }
.text-button span { color: var(--orange); }

.eyebrow { display: flex; align-items: center; margin: 0 0 24px; color: var(--aqua); letter-spacing: .14em; text-transform: uppercase; font-size: 11px; font-weight: 900; }
.eyebrow > span { width: 34px; height: 2px; margin-right: 12px; background: currentColor; }
.eyebrow--dark { color: var(--water); }
.eyebrow--light { color: var(--aqua); }
h1, h2 { margin: 0; letter-spacing: -.055em; font-family: "Arial Black", Inter, sans-serif; line-height: .96; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
h2 { font-size: clamp(42px, 5.4vw, 72px); }
.micro-label { margin: 0; color: var(--water); letter-spacing: .12em; text-transform: uppercase; font-size: 10px; font-weight: 900; }

.hero { position: relative; min-height: 920px; overflow: hidden; color: #fff; background: var(--deep); }
.hero__media, .hero__shade, .hero__grain { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 57% 48%; }
.hero__shade { background: linear-gradient(90deg, rgba(1,24,29,.98) 0%, rgba(2,31,37,.9) 31%, rgba(3,30,35,.42) 62%, rgba(2,24,29,.05) 100%), linear-gradient(0deg, rgba(2,26,31,.73), transparent 36%); }
.hero__grain { opacity: .16; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E"); mix-blend-mode: overlay; }
.hero__content { position: relative; z-index: 3; display: grid; min-height: 860px; align-items: center; padding: 132px 0 92px; grid-template-columns: minmax(0, 1.44fr) minmax(320px, .56fr); gap: 58px; }
.hero h1 { max-width: 920px; font-size: clamp(52px, 7.2vw, 102px); }
.hero__lead { max-width: 700px; margin: 28px 0 32px; color: rgba(255,255,255,.77); font-size: clamp(17px, 1.8vw, 21px); }
.hero__lead strong { color: #fff; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hero__equipment { display: grid; max-width: 650px; align-items: center; margin: 36px 0 0; color: rgba(255,255,255,.68); font-size: 13px; grid-template-columns: 32px 1fr; gap: 12px; }
.hero__equipment i { display: grid; width: 30px; height: 30px; place-items: center; color: var(--ink); border-radius: 50%; background: var(--acid); font-style: normal; font-weight: 900; }
.hero__equipment b { color: #fff; }
.hero-card { align-self: end; margin-bottom: 22px; padding: 28px; border: 1px solid rgba(255,255,255,.24); border-radius: 28px; background: rgba(4,41,47,.72); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.hero-card .micro-label { color: var(--acid); }
.hero-card__line { display: grid; align-items: center; margin-top: 19px; grid-template-columns: auto 1fr auto; gap: 9px; }
.hero-card__line strong { white-space: nowrap; font-size: 12px; }
.hero-card__line i { height: 1px; background: rgba(255,255,255,.24); }
.hero-card__line span { color: rgba(255,255,255,.6); white-space: nowrap; letter-spacing: .04em; font-size: 9px; font-weight: 850; }
.hero-card ul { margin: 24px 0 20px; padding: 20px 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.hero-card li { display: flex; align-items: baseline; gap: 12px; padding: 7px 0; color: rgba(255,255,255,.65); font-size: 11px; }
.hero-card li span { color: var(--aqua); font-family: "Arial Black", sans-serif; font-size: 18px; }
.hero-card > a { color: #fff; text-decoration: none; font-size: 12px; font-weight: 850; }
.hero-card > a b { margin-left: 12px; color: var(--orange); }
.hero__ticker { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,.2); background: rgba(3,29,34,.68); backdrop-filter: blur(10px); }
.hero__ticker div { display: flex; width: max-content; min-height: 60px; align-items: center; gap: 34px; padding: 0 34px; animation: ticker 24s linear infinite; }
.hero__ticker span { letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; font-size: 10px; font-weight: 900; }
.hero__ticker i { color: var(--orange); font-style: normal; }
@keyframes ticker { to { transform: translateX(-35%); } }

.quick-proof { color: #fff; background: var(--orange); }
.quick-proof__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-proof article { display: grid; min-height: 190px; align-items: center; padding: 34px 36px; border-right: 1px solid rgba(6,45,52,.18); grid-template-columns: 48px 1fr; gap: 18px; }
.quick-proof article:last-child { border-right: 0; }
.quick-proof article > span { color: rgba(6,45,52,.4); font-family: "Arial Black", sans-serif; font-size: 14px; }
.quick-proof strong { display: block; color: var(--ink); font-size: 18px; }
.quick-proof p { margin: 5px 0 0; color: rgba(6,45,52,.72); font-size: 12px; }

.manifesto { background: var(--paper); }
.manifesto__grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 100px; }
.manifesto__title { position: sticky; top: 48px; align-self: start; }
.manifesto__copy { padding-top: 42px; }
.manifesto__copy > p { color: var(--muted); font-size: 17px; }
.manifesto__copy .lead { margin-top: 0; color: var(--ink); font-size: clamp(21px, 2.2vw, 29px); line-height: 1.4; }
.quote { display: grid; margin-top: 48px; padding: 30px; border-radius: 22px; background: var(--sky); grid-template-columns: 45px 1fr; gap: 14px; }
.quote > span { color: var(--orange); font-family: Georgia, serif; font-size: 70px; line-height: .8; }
.quote p { margin: 0; font-weight: 750; }

.levels { color: #fff; background: var(--ink); }
.section-heading { display: grid; align-items: end; margin-bottom: 58px; grid-template-columns: 1fr .68fr; column-gap: 65px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading > p:last-child { margin: 0 0 4px; color: rgba(255,255,255,.62); font-size: 17px; }
.level-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.level-card { position: relative; overflow: hidden; color: var(--ink); border-radius: var(--radius); background: #fff; }
.level-card--featured { transform: translateY(-13px); }
.level-card__number { position: absolute; z-index: 2; top: 17px; left: 17px; display: grid; width: 38px; height: 38px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(3,29,34,.52); backdrop-filter: blur(10px); font-size: 10px; font-weight: 900; }
.level-card__image { height: 260px; overflow: hidden; }
.level-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.level-card:hover .level-card__image img { transform: scale(1.04); }
.level-card__body { padding: 30px; }
.level-card__body > p { margin: 0; color: var(--orange); letter-spacing: .1em; text-transform: uppercase; font-size: 9px; font-weight: 900; }
.level-card h3 { margin: 6px 0 18px; letter-spacing: -.035em; font-size: 27px; }
.level-card ul { min-height: 106px; margin: 0 0 22px; padding: 0; list-style: none; }
.level-card li { position: relative; padding: 5px 0 5px 18px; color: var(--muted); font-size: 12px; }
.level-card li::before { position: absolute; top: 12px; left: 1px; width: 5px; height: 5px; content: ""; border-radius: 50%; background: var(--water); }

.progress-map { padding: 112px 0 42px; overflow: hidden; background: var(--paper); }
.progress-map__head { display: grid; align-items: end; margin-bottom: 42px; grid-template-columns: 1fr; }
.progress-map__head h2 { max-width: 1000px; font-size: clamp(40px, 5.4vw, 70px); }
.progress-visual { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(6,45,52,.08); border-radius: 34px; background: #fffaf0; box-shadow: 0 24px 70px rgba(5,45,52,.11); }
.progress-visual img { width: 100%; aspect-ratio: 1.9 / 1; object-fit: cover; }
.progress-visual figcaption { display: grid; margin-top: -1px; padding: 0 26px 27px; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.progress-visual figcaption span { position: relative; display: grid; min-height: 92px; align-content: center; padding: 17px 19px 16px 57px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.92); }
.progress-visual figcaption span::before { position: absolute; top: 21px; left: 18px; display: grid; width: 27px; height: 27px; content: "→"; place-items: center; color: var(--ink); border-radius: 50%; background: var(--acid); font-size: 13px; font-weight: 900; }
.progress-visual figcaption span:nth-child(2)::before { background: var(--aqua); }
.progress-visual figcaption span:nth-child(3)::before { color: #fff; background: var(--orange); }
.progress-visual figcaption b, .progress-visual figcaption small { display: block; }
.progress-visual figcaption b { font-size: 14px; }
.progress-visual figcaption small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.asset-note { margin: 14px 5px 0; color: var(--muted); font-size: 9px; }

.method { background: var(--sand); }
.method__grid { display: grid; align-items: start; grid-template-columns: .84fr 1.16fr; gap: 94px; }
.method__copy { position: sticky; top: 48px; }
.method__copy > p:last-child { max-width: 470px; margin: 28px 0 0; color: var(--muted); font-size: 17px; }
.method-cycle { margin: 0; padding: 0; list-style: none; counter-reset: method; }
.method-cycle li { display: grid; min-height: 148px; align-items: center; padding: 24px 0; border-top: 1px solid var(--line); grid-template-columns: 68px 1fr; gap: 25px; }
.method-cycle li:last-child { border-bottom: 1px solid var(--line); }
.method-cycle li > span { display: grid; width: 58px; height: 58px; place-items: center; color: var(--ink); border-radius: 50%; background: var(--acid); font-family: "Arial Black", sans-serif; font-size: 12px; }
.method-cycle li > span svg { width: 31px; height: 31px; }
.method-cycle strong { font-size: 20px; }
.method-cycle p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }

.programs { background: var(--paper); }
.programs__top { display: grid; align-items: end; margin-bottom: 48px; grid-template-columns: 1fr .58fr; gap: 70px; }
.programs__top > p { margin: 0 0 4px; color: var(--muted); font-size: 16px; }
.program-switcher { display: grid; margin-bottom: 14px; padding: 7px; border-radius: 24px; background: #e7f0ef; grid-template-columns: 1fr 1fr; gap: 7px; }
.program-switcher button { display: grid; min-height: 112px; padding: 19px 24px; cursor: pointer; text-align: left; border: 0; border-radius: 18px; background: transparent; grid-template-columns: 1fr auto; }
.program-switcher button[aria-selected="true"] { color: #fff; background: var(--water); box-shadow: 0 12px 28px rgba(8,121,138,.22); }
.program-switcher span { color: var(--muted); letter-spacing: .1em; text-transform: uppercase; font-size: 9px; font-weight: 900; }
.program-switcher button[aria-selected="true"] span { color: var(--aqua); }
.program-switcher strong { grid-column: 1 / -1; margin: 7px 0 1px; font-size: 19px; }
.program-switcher small { color: var(--muted); font-size: 11px; }
.program-switcher button[aria-selected="true"] small { color: rgba(255,255,255,.68); }
.program-panel { display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); grid-template-columns: .72fr 1.28fr; }
.program-panel__summary { display: flex; flex-direction: column; align-items: flex-start; padding: 45px; background: var(--acid); }
.program-panel__summary > span { padding: 6px 10px; border-radius: 999px; background: rgba(6,45,52,.1); letter-spacing: .08em; text-transform: uppercase; font-size: 9px; font-weight: 900; }
.program-panel__summary h3 { margin: 22px 0 15px; letter-spacing: -.04em; font-size: 39px; line-height: 1.05; }
.program-panel__summary p { margin: 0 0 28px; color: rgba(6,45,52,.72); }
.program-panel__summary .button { margin-top: auto; }
.schedule { margin: 0; padding: 14px 38px; list-style: none; }
.schedule li { display: grid; padding: 22px 0; border-bottom: 1px solid var(--line); grid-template-columns: 130px 1fr; gap: 22px; }
.schedule li:last-child { border-bottom: 0; }
.schedule time { color: var(--water); letter-spacing: .04em; font-size: 11px; font-weight: 900; }
.schedule strong { font-size: 16px; }
.schedule p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.schedule__water { margin-inline: -20px; padding-inline: 20px !important; border-radius: 14px; background: var(--sky); }
.schedule__water strong { color: var(--water); }
.program-note { max-width: 850px; margin: 22px auto 0; color: var(--muted); text-align: center; font-size: 11px; }

.equipment-banner { padding: 100px 0; color: #fff; background: var(--water); }
.equipment-banner__grid { display: grid; align-items: center; grid-template-columns: .55fr 1.05fr .7fr; gap: 54px; }
.equipment-banner__big { display: flex; align-items: flex-end; gap: 18px; }
.equipment-banner__big span { color: var(--acid); font-family: "Arial Black", sans-serif; font-size: clamp(118px, 13vw, 190px); line-height: .76; }
.equipment-banner__big p { margin: 0 0 4px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 750; }
.equipment-banner__copy h2 { font-size: clamp(38px, 4.5vw, 60px); }
.equipment-banner__copy > p:last-child { color: rgba(255,255,255,.67); }
.kit-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.23); }
.kit-list li { display: grid; min-height: 70px; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.23); font-size: 13px; font-weight: 800; grid-template-columns: 44px 29px 1fr; gap: 7px; }
.kit-list svg { width: 35px; height: 35px; color: var(--acid); }
.kit-list span { color: var(--aqua); font-size: 9px; }

.included { background: var(--sky); }
.included__heading { display: grid; align-items: end; margin-bottom: 55px; grid-template-columns: 1fr .6fr; gap: 65px; }
.included__heading .eyebrow { grid-column: 1 / -1; }
.included__heading > p:last-child { margin: 0 0 4px; color: var(--muted); }
.included-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 20px; }
.package-card { overflow: hidden; padding: 42px; border-radius: var(--radius); background: #fff; box-shadow: 0 18px 55px rgba(4,48,55,.1); }
.package-card--main { color: #fff; background: var(--ink); }
.package-card--main .micro-label { color: var(--aqua); }
.package-card--extra .micro-label { color: var(--orange); }
.package-card h3 { margin: 12px 0 28px; letter-spacing: -.04em; font-size: 32px; line-height: 1.08; }
.package-card ul { margin: 0; padding: 0; list-style: none; }
.package-card li { position: relative; padding: 15px 0 15px 34px; border-top: 1px solid rgba(255,255,255,.13); }
.package-card--extra li { border-color: var(--line); }
.package-card li::before { position: absolute; top: 17px; left: 0; display: grid; width: 20px; height: 20px; content: "✓"; place-items: center; color: var(--ink); border-radius: 50%; background: var(--acid); font-size: 10px; font-weight: 900; }
.package-card--extra li::before { content: "+"; color: #fff; background: var(--orange); }
.package-card b, .package-card small { display: block; }
.package-card b { font-size: 14px; }
.package-card small { margin-top: 2px; color: rgba(255,255,255,.53); font-size: 11px; }
.package-card--extra small { color: var(--muted); }
.price-note { display: grid; align-items: center; margin-top: 32px; padding: 21px; border-radius: 17px; background: var(--sand); grid-template-columns: 45px 1fr; gap: 13px; }
.price-note > span { display: grid; width: 42px; height: 42px; place-items: center; color: #fff; border-radius: 50%; background: var(--water); font-size: 18px; font-weight: 900; }
.price-note p { margin: 0; color: var(--muted); font-size: 11px; }
.price-note b { color: var(--ink); }

.coach { background: var(--paper); }
.coach__grid { display: grid; align-items: center; grid-template-columns: .92fr 1.08fr; gap: 85px; }
.coach__visual { position: relative; }
.coach__visual > img { width: 100%; min-height: 630px; object-fit: cover; object-position: 54% center; border-radius: var(--radius); }
.coach__visual > .coach__avatar { position: absolute; z-index: 2; right: 15px; top: 15px; width: 94px; min-height: 94px; height: 94px; border: 6px solid var(--paper); border-radius: 50%; object-position: center; box-shadow: 0 15px 35px rgba(2,29,35,.24); }
.coach__visual > p { margin: 10px 10px 0; color: var(--muted); font-size: 9px; }
.coach__stamp { position: absolute; right: -31px; bottom: 45px; display: grid; width: 122px; height: 122px; place-items: center; color: var(--ink); border: 6px solid var(--paper); border-radius: 50%; background: var(--acid); }
.coach__stamp span { position: absolute; top: 22px; left: 17px; letter-spacing: .08em; font-size: 8px; font-weight: 900; line-height: 1.15; }
.coach__stamp strong { margin-left: 22px; font-family: "Arial Black", sans-serif; font-size: 60px; line-height: 1; }
.coach__copy h2 em { display: inline-block; margin-top: 9px; font-family: Inter, sans-serif; font-size: .42em; letter-spacing: -.03em; }
.coach__copy h2 a { text-decoration: none; }
.coach__lead { max-width: 650px; margin: 27px 0 34px; font-size: 19px; }
.coach__principles article { display: grid; padding: 18px 0; border-top: 1px solid var(--line); grid-template-columns: 48px 1fr; gap: 16px; }
.coach__principles article > span { color: var(--orange); font-family: "Arial Black", sans-serif; font-size: 11px; }
.coach__principles strong { font-size: 15px; }
.coach__principles p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.coach__contacts { display: grid; margin-top: 26px; grid-template-columns: 1fr 1fr; gap: 8px; }
.coach__contacts a { display: grid; padding: 14px 16px; text-decoration: none; border: 1px solid var(--line); border-radius: 13px; background: var(--sky); gap: 3px; }
.coach__contacts span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.coach__contacts b { color: var(--ink); font-size: 12px; }
.coach__achievement { display: grid; min-height: 112px; margin: 10px 0 0; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #fff; grid-template-columns: 135px 1fr; }
.coach__achievement img { width: 135px; height: 112px; object-fit: cover; object-position: center 27%; }
.coach__achievement figcaption { display: grid; align-content: center; padding: 15px 17px; gap: 5px; }
.coach__achievement span { color: var(--orange); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.coach__achievement b { max-width: 390px; font-size: 12px; line-height: 1.35; }

.camp-life { position: relative; min-height: 780px; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--deep); }
.camp-life__image, .camp-life__shade { position: absolute; inset: 0; }
.camp-life__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 64%; }
.camp-life__shade { background: linear-gradient(90deg, rgba(2,25,30,.97) 0%, rgba(2,29,35,.8) 45%, rgba(2,29,35,.14) 76%); }
.camp-life__content { position: relative; z-index: 2; }
.camp-life h2 { max-width: 840px; }
.camp-life__content > p:not(.eyebrow) { max-width: 600px; margin: 28px 0 30px; color: rgba(255,255,255,.67); font-size: 18px; }
.camp-life__tags { display: flex; max-width: 700px; flex-wrap: wrap; gap: 8px; }
.camp-life__tags span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.07); text-transform: uppercase; font-size: 9px; font-weight: 850; backdrop-filter: blur(8px); }

.place { overflow: hidden; background: var(--paper); }
.place__heading { display: grid; align-items: end; margin-bottom: 43px; grid-template-columns: 1.15fr .85fr; gap: 72px; }
.place__heading > p { max-width: 520px; margin: 0 0 7px; color: var(--muted); font-size: 16px; }
.place__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 12px; }
.place-card { position: relative; min-height: 320px; grid-column: span 5; margin: 0; overflow: hidden; border-radius: 20px; background: var(--deep); }
.place-card--wide { grid-column: span 7; }
.place-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.place-card::after { position: absolute; inset: 40% 0 0; content: ""; background: linear-gradient(0deg, rgba(2,29,35,.88), transparent); pointer-events: none; }
.place-card:hover img { transform: scale(1.025); }
.place-card figcaption { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; display: grid; color: #fff; gap: 3px; }
.place-card figcaption strong { font-size: 17px; }
.place-card figcaption span { color: rgba(255,255,255,.72); font-size: 10px; }
.place-card:nth-child(2) img { object-position: 42% center; }
.place-card:nth-child(5) img { object-position: center 60%; }
.place__note { margin: 18px 0 0; color: var(--muted); font-size: 9px; text-align: right; }

.booking { background: var(--sand); }
.booking__grid { display: grid; align-items: start; grid-template-columns: .88fr 1.12fr; gap: 85px; }
.booking__copy { position: sticky; top: 45px; }
.booking__copy > p:not(.eyebrow) { max-width: 530px; margin: 27px 0 30px; color: var(--muted); font-size: 16px; }
.booking__channels { display: grid; max-width: 530px; gap: 8px; }
.channel-button { display: grid; min-height: 76px; align-items: center; padding: 12px 17px; cursor: pointer; text-align: left; text-decoration: none; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.55); grid-template-columns: .7fr 1fr auto; }
.channel-button span, .channel-button i { color: var(--muted); font-size: 10px; font-style: normal; }
.channel-button strong { font-size: 13px; }
.channel-button i { padding: 5px 8px; border-radius: 999px; background: #e7ded0; }
.channel-button--active { color: #fff; border-color: var(--water); background: var(--water); box-shadow: 0 12px 28px rgba(8,121,138,.18); }
.channel-button--active span, .channel-button--active i { color: rgba(255,255,255,.72); }
.channel-button--active i { background: rgba(255,255,255,.12); }
.channel-button--phone i { color: var(--ink); background: var(--acid); }
.booking-form { padding: 38px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.booking-form__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 29px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.booking-form__head span { font-size: 20px; font-weight: 900; }
.booking-form__head b { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.booking-form fieldset { display: grid; margin: 0 0 22px; padding: 0; border: 0; grid-template-columns: 1fr 1fr; gap: 9px; }
.booking-form legend, .form-field > span { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 850; }
.booking-form legend { grid-column: 1 / -1; }
.radio-card { position: relative; cursor: pointer; }
.radio-card input { position: absolute; opacity: 0; }
.radio-card > span { display: flex; min-height: 73px; flex-direction: column; justify-content: center; padding: 13px 16px; border: 1px solid var(--line); border-radius: 14px; }
.radio-card b { font-size: 13px; }
.radio-card small { color: var(--muted); font-size: 10px; }
.radio-card input:checked + span { color: #fff; border-color: var(--water); background: var(--water); box-shadow: 0 9px 23px rgba(8,121,138,.2); }
.radio-card input:checked + span small { color: rgba(255,255,255,.65); }
.form-field { display: block; margin-bottom: 19px; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.form-field input, .form-field select { min-height: 51px; }
.form-field textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.equipment-confirm { display: grid; align-items: center; margin: 4px 0 20px; padding: 14px; border-radius: 13px; background: var(--sky); grid-template-columns: 31px 1fr; gap: 10px; }
.equipment-confirm > span { display: grid; width: 30px; height: 30px; place-items: center; color: var(--ink); border-radius: 50%; background: var(--acid); font-weight: 900; }
.equipment-confirm p { margin: 0; color: var(--muted); font-size: 10px; }
.equipment-confirm b { color: var(--ink); }
.booking-form__fine { margin: 10px 0 0; color: var(--muted); text-align: center; font-size: 9px; }
.booking-form__actions { display: grid; gap: 9px; }
.button--telegram-secondary { min-height: 52px; color: var(--water); border-color: rgba(8,121,138,.28); background: var(--sky); box-shadow: none; font-size: 12px; }
.button--telegram-secondary:hover { color: #fff; background: var(--water); }
.button--telegram-secondary > span { color: var(--muted); font-size: 9px; font-weight: 750; text-transform: uppercase; }
.button--telegram-secondary:hover > span { color: rgba(255,255,255,.7); }
.button--phone-secondary { min-height: 52px; color: var(--ink); border-color: var(--line); background: var(--paper); box-shadow: none; font-size: 12px; }
.button--phone-secondary:hover { border-color: var(--acid); background: var(--acid); }
.button--phone-secondary > span { color: var(--muted); font-size: 9px; font-weight: 750; text-transform: uppercase; }

.faq { background: var(--paper); }
.faq__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 85px; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 850; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--orange); font-size: 27px; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 720px; margin: -4px 50px 23px 0; color: var(--muted); font-size: 13px; }

.site-footer { padding: 40px 0; color: #fff; background: var(--deep); }
.site-footer__grid { display: grid; align-items: center; grid-template-columns: 1fr auto 1fr; gap: 30px; }
.site-footer p { margin: 0; color: rgba(255,255,255,.55); text-align: center; font-size: 10px; }
.site-footer__links { display: flex; justify-self: end; gap: 18px; }
.site-footer__links a { color: var(--aqua); font-size: 12px; font-weight: 850; }

.toast { position: fixed; z-index: 120; right: 20px; bottom: 20px; max-width: 340px; padding: 13px 17px; color: #fff; border-radius: 12px; background: var(--ink); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(15px); transition: opacity .2s, transform .2s; font-size: 11px; }
.toast.is-visible { opacity: 1; transform: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .hero__content { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .manifesto__grid, .method__grid, .coach__grid, .booking__grid { gap: 55px; }
  .equipment-banner__grid { grid-template-columns: .5fr 1fr; }
  .kit-list { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .kit-list li:nth-child(odd) { padding-right: 30px; }
  .kit-list li:nth-child(even) { padding-left: 30px; }
  .program-panel { grid-template-columns: .8fr 1.2fr; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 82px 0; }
  .site-header { width: calc(100% - 30px); min-height: 79px; }
  .site-header > .button { display: none; }
  .menu-button { display: block; }
  .brand img { width: 124px; }
  .brand span { font-size: 9px; }
  h2 { font-size: clamp(38px, 12vw, 54px); }
  .hero { min-height: 850px; }
  .hero__media img { object-position: 64% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(1,24,29,.96), rgba(1,24,29,.62)), linear-gradient(0deg, rgba(1,24,29,.82), transparent 55%); }
  .hero__content { min-height: 790px; padding: 118px 0 92px; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero__lead { font-size: 16px; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .hero__equipment { margin-top: 26px; }
  .quick-proof__grid { grid-template-columns: 1fr; }
  .quick-proof article { min-height: 125px; padding: 24px 7px; border-right: 0; border-bottom: 1px solid rgba(6,45,52,.18); }
  .manifesto__grid, .method__grid, .coach__grid, .booking__grid, .faq__grid, .programs__top, .included__heading, .place__heading { grid-template-columns: 1fr; gap: 42px; }
  .manifesto__title, .method__copy, .booking__copy { position: static; }
  .manifesto__copy { padding-top: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .level-grid { grid-template-columns: 1fr; gap: 15px; }
  .level-card--featured { transform: none; }
  .level-card__image { height: 220px; }
  .level-card ul { min-height: 0; }
  .progress-map { padding: 80px 0 30px; }
  .progress-visual { overflow: visible; border: 0; background: transparent; box-shadow: none; }
  .progress-visual img { width: calc(100% + 60px); max-width: none; margin-left: -30px; aspect-ratio: 1.55 / 1; object-fit: cover; object-position: center; }
  .progress-visual figcaption { margin-top: -3px; padding: 0; grid-template-columns: 1fr; }
  .progress-visual figcaption span { min-height: 78px; }
  .program-switcher { grid-template-columns: 1fr; }
  .program-switcher button { min-height: 92px; }
  .program-panel { grid-template-columns: 1fr; }
  .program-panel__summary, .schedule { padding: 28px; }
  .schedule li { grid-template-columns: 100px 1fr; gap: 12px; }
  .equipment-banner { padding: 80px 0; }
  .equipment-banner__grid { grid-template-columns: 1fr; gap: 38px; }
  .equipment-banner__big span { font-size: 120px; }
  .kit-list { grid-column: auto; display: block; }
  .kit-list li:nth-child(odd), .kit-list li:nth-child(even) { padding-inline: 0; }
  .included-grid { grid-template-columns: 1fr; }
  .package-card { padding: 30px; }
  .coach__grid { gap: 58px; }
  .coach__visual > img { min-height: 470px; }
  .coach__stamp { right: 18px; bottom: 37px; }
  .camp-life { min-height: 720px; }
  .camp-life__shade { background: linear-gradient(90deg, rgba(2,25,30,.9), rgba(2,29,35,.45)), linear-gradient(0deg, rgba(2,29,35,.7), transparent); }
  .place__grid { grid-template-columns: 1fr; }
  .place-card, .place-card--wide { min-height: 280px; grid-column: auto; }
  .place-card:nth-child(3) { min-height: 330px; }
  .place__note { text-align: left; }
  .booking-form { padding: 27px 22px; }
  .booking-form fieldset, .form-row { grid-template-columns: 1fr; }
  .channel-button { grid-template-columns: .65fr 1fr; }
  .channel-button i { grid-column: 2; justify-self: start; }
  .site-footer__grid { grid-template-columns: 1fr; justify-items: start; }
  .site-footer p { text-align: left; }
  .site-footer__links { justify-self: start; }
}

@media (max-width: 420px) {
  .brand span { display: none; }
  .hero h1 { font-size: 45px; }
  .hero__lead { margin-top: 22px; }
  .coach__contacts { grid-template-columns: 1fr; }
  .coach__achievement { grid-template-columns: 104px 1fr; }
  .coach__achievement img { width: 104px; }
  .hero__equipment { font-size: 11px; }
  .schedule { padding-inline: 20px; }
  .schedule li { grid-template-columns: 1fr; gap: 5px; }
  .program-panel__summary h3 { font-size: 33px; }
  .package-card { padding: 26px 22px; }
  .coach__visual > img { min-height: 390px; }
}
