@font-face {
  font-family: 'Manrope';
  src: url('assets/fonts/manrope-cyrillic.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Manrope';
  src: url('assets/fonts/manrope-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Oswald';
  src: url('assets/fonts/oswald-cyrillic.woff2') format('woff2');
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Oswald';
  src: url('assets/fonts/oswald-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --v2-ink: #0b0d0c;
  --v2-ink-2: #151915;
  --v2-cream: #f3eadb;
  --v2-cream-soft: #fff9ef;
  --v2-green: #37a72f;
  --v2-green-bright: #61d34f;
  --v2-yellow: #ffc638;
  --v2-white: #fffef9;
  --v2-muted: #9ba39a;
  --v2-line: rgba(255,255,255,.14);
  --v2-line-dark: rgba(11,13,12,.16);
  --v2-display: 'Oswald', 'Arial Narrow', sans-serif;
  --v2-sans: 'Manrope', system-ui, sans-serif;
  --container: min(1400px, calc(100% - 80px));
  --header-h: 72px;
  --v2-heading-leading: 1.12;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; background: var(--v2-ink); }
html.menu-open, html.application-open { overflow: hidden; }
body { margin: 0; min-width: 320px; color: var(--v2-ink); background: var(--v2-cream); font: 400 16px/1.6 var(--v2-sans); overflow-x: clip; }
body, button, input, select, textarea { font-family: var(--v2-sans); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, h4, h5, h6 { font-family: var(--v2-display); text-transform: uppercase; letter-spacing: -.02em; line-height: var(--v2-heading-leading); }
h2 { font-size: clamp(48px, 6vw, 108px); margin-bottom: 30px; }
h3 { font-size: clamp(30px, 3.2vw, 56px); }
ul, ol { margin: 0; padding: 0; }
address { font-style: normal; }

.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; color: var(--v2-ink); background: var(--v2-yellow); font-weight: 800; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--v2-yellow); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 80; height: var(--header-h); display: flex; align-items: center; gap: 30px; padding: 0 max(24px, calc((100vw - 1400px) / 2)); color: var(--v2-white); border-bottom: 1px solid rgba(255,255,255,.1); background: linear-gradient(to bottom, rgba(0,0,0,.72), transparent); transition: background .25s ease, height .25s ease, border-color .25s ease; }
.site-header[data-header-scrolled], .site-header.is-scrolled { background: rgba(11,13,12,.96); border-color: var(--v2-line); backdrop-filter: blur(14px); }
.site-brand { display: inline-flex; align-items: center; gap: 10px; flex: none; font-family: var(--v2-display); text-transform: uppercase; line-height: 1; }
.brand-emblem { width: 34px; height: 38px; display: grid; place-items: center; flex: none; }
.brand-emblem img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 3px 5px rgba(0,0,0,.32)); }
.brand-name { font-size: 25px; letter-spacing: .035em; }
.site-header .desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 34px); margin-left: auto; }
.desktop-nav a { position: relative; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.67); }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--v2-green-bright); transition: right .2s ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current] { color: white; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current]::after { right: 0; }
.header-application { flex: none; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.28); background: transparent; }
.menu-toggle > span:not(.visually-hidden) { display: block; width: 20px; height: 2px; margin: 3px auto; background: var(--v2-white); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 1px solid transparent; border-radius: 0; font-size: 12px; font-weight: 800; letter-spacing: .13em; line-height: 1.2; text-align: center; text-transform: uppercase; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--v2-ink); background: var(--v2-green-bright); border-color: var(--v2-green-bright); }
.button--primary:hover { background: var(--v2-yellow); border-color: var(--v2-yellow); }
.button--secondary { color: inherit; background: transparent; border-color: currentColor; }
.button--dark { color: white; background: var(--v2-ink); border-color: var(--v2-ink); }
.button--dark:hover { color: var(--v2-ink); background: var(--v2-yellow); border-color: var(--v2-yellow); }

[data-mobile-menu] { position: fixed; inset: 0; z-index: 200; display: flex; flex-direction: column; padding: 22px max(22px, 6vw) 36px; color: white; background: var(--v2-ink); overflow-y: auto; }
[data-mobile-menu][hidden] { display: none; }
.mobile-menu__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--v2-line); }
.mobile-menu__top button { min-width: 48px; min-height: 48px; color: white; border: 1px solid var(--v2-line); background: transparent; text-transform: uppercase; }
[data-mobile-menu] nav { display: flex; flex-direction: column; justify-content: center; flex: 1; margin: 28px 0; }
[data-mobile-menu] nav a { padding: 12px 0; border-bottom: 1px solid var(--v2-line); font: 600 clamp(28px, 9vw, 48px)/1.12 var(--v2-display); text-transform: uppercase; }
[data-mobile-menu] nav a:hover { color: var(--v2-green-bright); }

.cinematic-hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); align-items: end; padding: calc(var(--header-h) + 84px) max(40px, calc((100vw - 1400px) / 2)) 72px; color: white; background: var(--v2-ink); overflow: hidden; isolation: isolate; }
.cinematic-hero::before { content: 'РУБЕЖ'; position: absolute; right: -3vw; top: 11vh; z-index: -1; color: rgba(255,255,255,.035); font: 700 min(26vw, 390px)/.8 var(--v2-display); letter-spacing: -.04em; }
.hero__visual { position: absolute; inset: 0; z-index: -3; margin: 0; }
.hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 54%; filter: saturate(.72) contrast(1.08) brightness(.64); }
.hero__visual figcaption { position: absolute; right: max(30px, calc((100vw - 1400px) / 2)); bottom: 34px; padding: 8px 12px; color: var(--v2-ink); background: var(--v2-yellow); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(5,7,6,.96) 0%, rgba(5,7,6,.8) 43%, rgba(5,7,6,.18) 78%), linear-gradient(0deg, rgba(5,7,6,.95) 0%, transparent 42%); }
.hero-grid { position: absolute; inset: 0; z-index: -1; opacity: .18; background-image: linear-gradient(rgba(97,211,79,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(97,211,79,.18) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, black, transparent 72%); }
.hero__content { grid-column: 1; position: relative; z-index: 2; max-width: 930px; }
.hero-kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 30px; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero-kicker__theme { color: var(--v2-green-bright); }
.hero-kicker__separator { color: rgba(255,255,255,.62); }
.hero-kicker__year { color: var(--v2-yellow); }
.eyebrow { margin-bottom: 16px; color: var(--v2-green); font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.cinematic-hero .eyebrow { max-width: 600px; color: rgba(255,255,255,.68); }
.cinematic-hero h1 { display: flex; flex-direction: column; margin: 0; font-size: clamp(78px, 10.4vw, 168px); line-height: var(--v2-heading-leading); }
.cinematic-hero h1 span { display: block; }
.hero-accent { color: var(--v2-green-bright); }
.hero__facts { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); max-width: 780px; margin: 34px 0 0; border-top: 1px solid var(--v2-line); border-bottom: 1px solid var(--v2-line); }
.hero__facts > div { padding: 16px 20px 16px 0; }
.hero__facts dt { color: rgba(255,255,255,.45); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero__facts dd { margin: 5px 0 0; font-weight: 700; line-height: 1.35; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.tournament-emblem { position: absolute; right: max(26px, calc((100vw - 1400px) / 2)); bottom: 64px; z-index: 3; width: clamp(150px,13vw,205px); margin: 0; overflow: visible; background: transparent; border: 0; transform: rotate(-2.5deg); }
.tournament-emblem img { display: block; width: 100%; height: auto; filter: drop-shadow(0 18px 24px rgba(0,0,0,.42)); }

.event-ribbon { display: flex; align-items: center; gap: 0; color: var(--v2-ink); background: var(--v2-green-bright); overflow: hidden; }
.event-ribbon span { flex: 1 0 auto; padding: 18px 28px; border-right: 1px solid rgba(11,13,12,.35); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; text-align: center; }

main > section:not(.cinematic-hero) { position: relative; padding: clamp(80px, 10vw, 152px) max(40px, calc((100vw - 1400px) / 2)); }
.section-heading { max-width: 1050px; }
.lead { max-width: 760px; font-size: clamp(18px, 2vw, 28px); line-height: 1.45; }
.note { color: rgba(11,13,12,.62); font-size: 13px; }

.route-section { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 64px; align-items: start; background: var(--v2-cream); }
.route { list-style: none; border-top: 1px solid var(--v2-line-dark); }
.route li { display: grid; grid-template-columns: 190px 1fr; gap: 28px; padding: 22px 0; border-bottom: 1px solid var(--v2-line-dark); }
.route strong { font: 600 30px/1 var(--v2-display); text-transform: uppercase; }
.route li:nth-child(2) strong { color: var(--v2-green); }

.audience-section { color: white; background: var(--v2-ink-2); }
.audience-facts { display: grid; grid-template-columns: repeat(3,1fr); margin: 38px 0; border-block: 1px solid var(--v2-line); }
.audience-facts p { margin: 0; padding: 22px; border-right: 1px solid var(--v2-line); }
.audience-facts p:last-child { border-right: 0; }
.audience-facts strong { color: var(--v2-yellow); font: 600 36px/1 var(--v2-display); }
.audience-switcher { display: grid; grid-template-columns: 280px 1fr; border: 1px solid var(--v2-line); }
.tabs { display: flex; flex-direction: column; border-right: 1px solid var(--v2-line); }
.tabs button { min-height: 72px; padding: 18px 22px; color: rgba(255,255,255,.58); background: transparent; border: 0; border-bottom: 1px solid var(--v2-line); font: 600 22px/1 var(--v2-display); text-align: left; text-transform: uppercase; }
.tabs button[aria-selected='true'] { color: var(--v2-ink); background: var(--v2-green-bright); }
[data-audience-panel] { min-height: 310px; padding: clamp(34px,5vw,74px); }
[data-audience-panel] h3 { color: var(--v2-yellow); }
[data-audience-benefits] { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 32px; list-style: none; }
[data-audience-benefits] li { padding: 12px 0; border-bottom: 1px solid var(--v2-line); }

.program-section { background: var(--v2-cream-soft); }
.program-layout { margin-top: 46px; }
.program-days { position: relative; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); }
.program-days::before { content: ''; position: absolute; z-index: 0; left: 7%; right: 7%; top: 92px; height: 2px; background: var(--v2-green); }
.program-days button { position: relative; z-index: 1; min-width: 0; min-height: 224px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto auto 1fr; align-content: start; column-gap: 8px; padding: 0 22px 28px; color: var(--v2-ink); background: transparent; border: 0; border-right: 1px solid var(--v2-line-dark); text-align: left; }
.program-days button:last-child { border-right: 0; }
.program-days button::after { content: ''; position: absolute; top: 84px; left: 24px; width: 14px; height: 14px; border: 4px solid var(--v2-cream-soft); border-radius: 50%; background: var(--v2-green); box-shadow: 0 0 0 2px var(--v2-green); }
.program-days .program-date { grid-column: 1 / -1; width: max-content; display: flex; flex-direction: column; padding: 6px 10px 8px 0; }
.program-date strong { font: 600 48px/.9 var(--v2-display); }
.program-date b { margin-top: 5px; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.program-days button small { grid-column: 1 / -1; margin-top: 44px; color: var(--v2-ink); font: 600 21px/1.15 var(--v2-display); letter-spacing: .015em; text-transform: uppercase; }
.program-days button em { grid-column: 1 / -1; max-width: 210px; margin-top: 11px; color: rgba(11,13,12,.58); font-size: 11px; font-style: normal; font-weight: 600; line-height: 1.48; }
.program-days button[aria-selected='true'] .program-date { padding-left: 10px; background: var(--v2-yellow); }
.program-days button[aria-selected='true']::after { background: var(--v2-yellow); box-shadow: 0 0 0 2px var(--v2-green), 0 0 0 7px var(--v2-cream-soft); }
[data-program-details] { position: relative; min-height: 320px; margin: 8px clamp(60px,12vw,180px) 0; padding: 34px 0 12px; border-top: 1px solid var(--v2-green); }
[data-program-details]::before { content: ''; position: absolute; left: var(--program-connector-x,20%); top: -42px; width: 2px; height: 42px; background: var(--v2-green); transform: translateX(-50%); }
.program-selected-heading { display: grid; grid-template-columns: minmax(130px,.3fr) minmax(0,1.7fr); gap: 24px; align-items: end; margin-bottom: 30px; }
.program-selected-heading p { margin: 0; color: var(--v2-green); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.program-selected-heading h3 { max-width: 900px; margin: 0; font-size: clamp(32px,3.5vw,56px); line-height: var(--v2-heading-leading); }
.program-phase-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 6px solid var(--v2-green); }
.program-phase { min-width: 0; padding: 20px 28px 10px 0; border-right: 1px solid var(--v2-line-dark); }
.program-phase + .program-phase { padding-left: 28px; }
.program-phase:last-child { padding-right: 0; border-right: 0; }
.program-phase header { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.program-phase header span { flex: none; padding: 7px 9px; color: white; background: var(--v2-green); font-size: 10px; font-weight: 800; letter-spacing: .08em; line-height: 1; }
.program-phase h4 { margin: 0; font: 600 26px/var(--v2-heading-leading) var(--v2-display); text-transform: uppercase; }
.program-phase ul, .program-simple-list { margin: 0; list-style-position: outside; }
.program-phase li { margin-left: 18px; padding: 8px 0; color: rgba(11,13,12,.78); font-size: 12px; font-weight: 600; line-height: 1.45; }
.program-phase li::marker { color: var(--v2-green); }
.program-simple-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 44px; padding-top: 2px; border-top: 6px solid var(--v2-green); list-style: none; }
.program-simple-list li { padding: 18px 0; border-bottom: 1px solid var(--v2-line-dark); font-weight: 700; }
[data-program-mobile] { display: none !important; }

.sport-section { display: grid; grid-template-columns: .9fr 1.1fr; color: white; background: var(--v2-ink); overflow: hidden; }
.sport-section::before { color: rgba(255,255,255,.28) !important; }
.sport-section > img { grid-column: 2; grid-row: 1 / span 2; width: 100%; height: 100%; min-height: 650px; object-fit: cover; filter: grayscale(1) contrast(1.15); }
.sport-section > img.official-photo { object-position: center; filter: saturate(.7) contrast(1.08) brightness(.78); }
.sport-section > div:not(.scoreboard) { grid-column: 1; grid-row: 1; padding-right: 50px; }
.scoreboard { grid-column: 1; grid-row: 2; display: grid; grid-template-columns: 1fr auto 1fr; align-self: end; margin-right: 50px; border-block: 1px solid var(--v2-line); }
.scoreboard p { margin: 0; padding: 24px 12px; text-align: center; }
.scoreboard span, .scoreboard small { display: block; color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.scoreboard strong { display: block; color: var(--v2-yellow); font: 600 42px/1 var(--v2-display); }
.feature-list { list-style: none; }
.feature-list li { padding: 13px 0; border-bottom: 1px solid var(--v2-line); }

.infrastructure-section { color: white; background: var(--v2-ink-2); }
.infrastructure-section::before { color: rgba(255,255,255,.28) !important; }
.infrastructure-layout { margin-top: 42px; border: 1px solid var(--v2-line); }
.object-selector { display: flex; overflow-x: auto; border-bottom: 1px solid var(--v2-line); }
.object-selector button { min-height: 64px; flex: 1 0 220px; padding: 16px 20px; color: rgba(255,255,255,.58); background: transparent; border: 0; border-right: 1px solid var(--v2-line); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.object-selector button[aria-selected='true'] { color: var(--v2-ink); background: var(--v2-green-bright); }
.infrastructure-stage { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 600px; }
.infrastructure-stage > img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; filter: saturate(.55) contrast(1.08); }
.infrastructure-stage > div { padding: clamp(34px,4vw,64px); }
.infrastructure-stage ul { list-style: none; }
.infrastructure-stage li { padding: 11px 0; border-bottom: 1px solid var(--v2-line); }
.stay-section { background: var(--v2-cream); }
.package-comparison { display: grid; grid-template-columns: 1fr 1fr; margin-top: 42px; border: 1px solid var(--v2-ink); }
.package-comparison article { position: relative; min-height: 630px; display: flex; flex-direction: column; padding: clamp(30px,4vw,58px); }
.package-comparison article + article { color: white; background: var(--v2-ink); }
.package-label { font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.package-comparison ul { margin-bottom: 32px; list-style: none; }
.package-comparison li { padding: 10px 0; border-bottom: 1px solid currentColor; border-color: rgba(128,128,128,.25); }
.package-comparison .button { margin-top: auto; }

.food-section { padding-block: 112px; background: var(--v2-cream-soft); }
.food-card { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr); color: white; background: var(--v2-ink); border-top: 8px solid var(--v2-yellow); box-shadow: 18px 18px 0 var(--v2-green); overflow: hidden; }
.food-copy { align-self: stretch; display: flex; flex-direction: column; padding: clamp(34px,3.5vw,50px); }
.food-copy .eyebrow { color: var(--v2-green-bright); }
.food-copy h2 { max-width: 820px; margin-bottom: 18px; font-size: clamp(50px,4.8vw,74px); line-height: var(--v2-heading-leading); }
.food-lead { max-width: 720px; margin-bottom: 24px; color: rgba(255,255,255,.68); font-size: clamp(15px,1.2vw,18px); line-height: 1.5; }
.food-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: auto 0 0; border-top: 1px solid var(--v2-line); }
.food-facts > div { padding: 20px 22px 0 0; }
.food-facts > div + div { padding-left: 22px; border-left: 1px solid var(--v2-line); }
.food-facts dt { color: var(--v2-yellow); font: 600 clamp(28px,2.6vw,42px)/1 var(--v2-display); text-transform: uppercase; }
.food-facts dd { max-width: 210px; margin: 8px 0 0; color: rgba(255,255,255,.58); font-size: 11px; font-weight: 700; line-height: 1.45; }
.food-visual { position: relative; min-height: 340px; margin: 0; overflow: hidden; }
.food-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,13,12,.82), transparent 50%); pointer-events: none; }
.food-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.55) contrast(1.08); }
.food-visual figcaption { position: absolute; z-index: 1; left: 24px; bottom: 22px; padding: 8px 10px; color: var(--v2-ink); background: var(--v2-yellow); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.meal-ribbon { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); list-style: none; border-top: 1px solid var(--v2-line); }
.meal-ribbon li { min-width: 0; min-height: 96px; display: flex; flex-direction: column; justify-content: space-between; gap: 12px; padding: 16px 18px; border-right: 1px solid var(--v2-line); }
.meal-ribbon li:last-child { border-right: 0; }
.meal-ribbon span { color: var(--v2-green-bright); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.meal-ribbon strong { font: 600 clamp(20px,2vw,30px)/1.05 var(--v2-display); text-transform: uppercase; }
.food-coach-note { grid-column: 1 / -1; display: flex; align-items: center; gap: 18px; margin: 0; padding: 13px 18px; color: var(--v2-ink); background: var(--v2-green-bright); font-size: 12px; line-height: 1.35; }
.food-coach-note strong { flex: none; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }

.education-section { color: white; background: var(--v2-ink); }
.education-route { display: grid; grid-template-columns: repeat(4,1fr); margin: 46px 0; list-style: none; border: 1px solid var(--v2-line); }
.education-route li { min-height: 190px; display: flex; align-items: flex-end; padding: 24px; border-right: 1px solid var(--v2-line); font: 600 25px/1.05 var(--v2-display); text-transform: uppercase; }
.education-route li:last-child { border-right: 0; color: var(--v2-ink); background: var(--v2-green-bright); }
.education-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.mascot-note { padding: 26px; color: var(--v2-ink); background: var(--v2-yellow); }
.mascot-note strong, .mascot-note span { display: block; }
.education-section > img { width: 100%; max-height: 560px; margin-top: 44px; object-fit: cover; filter: grayscale(.6); }

.parents-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 64px; background: var(--v2-cream-soft); }
.parents-section > img { grid-column: 1; grid-row: 1 / span 2; width: 100%; height: 100%; min-height: 600px; object-fit: cover; filter: saturate(.5); }
.parents-section > img.official-photo { object-position: 50% 42%; filter: saturate(.8) contrast(1.04); }
.parents-section > div, .parents-list { grid-column: 2; }
.parents-list { display: grid; grid-template-columns: 1fr 1fr; list-style: none; border-top: 1px solid var(--v2-line-dark); }
.parents-list li { min-height: 110px; padding: 18px 20px 18px 0; border-bottom: 1px solid var(--v2-line-dark); }

.pricing-section { color: white; background: var(--v2-ink-2); }
.pricing-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.4fr); gap: 54px; align-items: end; margin-bottom: 44px; }
.pricing-heading h2 { max-width: 900px; margin-bottom: 0; font-size: clamp(54px,7vw,104px); }
.pricing-intro { max-width: 430px; margin: 0 0 10px; color: rgba(255,255,255,.72); font-size: clamp(16px,1.5vw,21px); line-height: 1.5; }
.participation-panel { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(330px,.82fr); max-width: 1240px; border: 1px solid var(--v2-line); }
.participation-copy { padding: clamp(30px,4.5vw,64px); color: var(--v2-ink); background: var(--v2-cream); }
.participation-copy h3, .participation-request h3 { margin-bottom: 18px; font-size: clamp(38px,4.5vw,66px); line-height: var(--v2-heading-leading); }
.participation-copy > p:not(.eyebrow) { max-width: 680px; font-size: clamp(16px,1.4vw,20px); line-height: 1.55; }
.participation-copy ul { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; margin-top: 38px; list-style: none; border-top: 1px solid var(--v2-line-dark); }
.participation-copy li { position: relative; padding: 22px 22px 0 24px; border-right: 1px solid var(--v2-line-dark); font-size: 13px; line-height: 1.45; }
.participation-copy li:first-child { padding-left: 0; }
.participation-copy li:last-child { padding-right: 0; border-right: 0; }
.participation-copy li::before { content: '↗'; display: block; margin-bottom: 12px; color: var(--v2-green); font: 600 22px/1 var(--v2-display); }
.participation-request { display: flex; flex-direction: column; padding: clamp(30px,4.5vw,58px); color: white; background: var(--v2-green); }
.participation-tag { align-self: flex-start; margin-bottom: 34px; padding: 8px 11px; color: var(--v2-ink); background: var(--v2-yellow); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.participation-request > p { margin-bottom: 32px; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.55; }
.participation-request .button { width: 100%; margin-top: auto; }
.participation-request small { display: block; margin-top: 14px; color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.45; }

.partners-section { background: var(--v2-cream); }
.partners-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(240px,.38fr); gap: 48px; align-items: end; margin-bottom: 42px; }
.partners-heading h2 { margin-bottom: 0; font-size: clamp(50px,6vw,88px); }
.partners-intro { max-width: 370px; margin: 0 0 8px; font-size: clamp(16px,1.5vw,21px); line-height: 1.45; }
.partner-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.partner-card { position: relative; min-height: 310px; display: grid; grid-template-rows: auto 100px 1fr auto; gap: 18px; padding: 24px; color: var(--v2-ink); background: rgba(255,255,255,.68); border: 1px solid var(--v2-line-dark); text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease; }
.partner-card::before { content: ''; position: absolute; inset: -1px -1px auto; height: 5px; background: var(--v2-green); }
.partner-card--education::before { background: var(--v2-yellow); }
.partner-card--culture::before { background: var(--v2-ink); }
.partner-card:hover { color: var(--v2-ink); background: white; transform: translateY(-4px); }
.partner-role { color: rgba(11,13,12,.52); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.partner-logo { display: flex; align-items: center; justify-content: flex-start; min-width: 0; }
.partner-logo img { display: block; width: auto; height: auto; max-width: 190px; max-height: 88px; object-fit: contain; object-position: left center; }
.partner-logo--plazma img { width: 88px; height: 88px; }
.partner-logo--college img { width: 88px; height: 88px; }
.partner-logo--kulikovo img { width: 166px; }
.partner-name { align-self: end; max-width: 330px; font: 600 clamp(25px,2.4vw,38px)/1.08 var(--v2-display); text-transform: uppercase; }
.partner-link { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid var(--v2-line-dark); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-support { display: grid; grid-template-columns: 150px 1fr; gap: 24px; align-items: center; margin-top: 20px; padding: 18px 0; border-block: 1px solid var(--v2-line-dark); }
.project-support p { margin: 0; color: var(--v2-green); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.project-support ul { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 0; list-style: none; }
.project-support li { color: rgba(11,13,12,.66); font-size: 11px; font-weight: 700; }

.application-section { padding-block: 112px; color: white; background: var(--v2-cream); }
.application-gate { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); background: var(--v2-ink); border-top: 8px solid var(--v2-yellow); box-shadow: 18px 18px 0 var(--v2-green); overflow: hidden; }
.application-copy { display: flex; flex-direction: column; padding: clamp(38px,4vw,58px); }
.application-copy .eyebrow { color: var(--v2-green-bright); }
.application-copy h2 { max-width: 860px; margin-bottom: 22px; font-size: clamp(54px,5.3vw,80px); line-height: var(--v2-heading-leading); }
.application-copy h2 span { display: block; color: var(--v2-green-bright); }
.application-lead { max-width: 690px; margin-bottom: 34px; color: rgba(255,255,255,.68); font-size: clamp(15px,1.3vw,18px); line-height: 1.55; }
.application-assurances { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: auto; list-style: none; border-top: 1px solid var(--v2-line); }
.application-assurances li { min-width: 0; padding: 18px 18px 0 0; }
.application-assurances li + li { padding-left: 18px; border-left: 1px solid var(--v2-line); }
.application-assurances strong, .application-assurances span { display: block; }
.application-assurances strong { margin-bottom: 6px; color: var(--v2-yellow); font: 600 clamp(20px,2vw,28px)/1 var(--v2-display); text-transform: uppercase; }
.application-assurances span { color: rgba(255,255,255,.52); font-size: 10px; font-weight: 700; line-height: 1.45; }
.application-start { display: flex; flex-direction: column; padding: clamp(34px,3.5vw,50px); color: var(--v2-ink); background: var(--v2-green-bright); }
.application-start__label { margin-bottom: 26px; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.application-step-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-bottom: 34px; list-style: none; border-top: 1px solid rgba(11,13,12,.34); }
.application-step-list li { min-height: 82px; display: flex; flex-direction: column; justify-content: space-between; gap: 12px; padding: 15px 12px 15px 0; border-bottom: 1px solid rgba(11,13,12,.34); font: 600 clamp(20px,2vw,28px)/1 var(--v2-display); text-transform: uppercase; }
.application-step-list li:nth-child(2n) { padding-left: 18px; border-left: 1px solid rgba(11,13,12,.34); }
.application-step-list span { font: 800 9px/1 var(--v2-sans); letter-spacing: .14em; }
.application-start__button { width: 100%; margin-top: auto; color: var(--v2-ink); background: var(--v2-yellow); }
.application-start__contact { margin: 14px 0 0; font-size: 10px; font-weight: 700; line-height: 1.45; }
.application-start__contact a { text-decoration: underline; text-underline-offset: 3px; }

.faq-section { padding-block: 112px; background: var(--v2-cream-soft); }
.faq-shell { width: min(100%, 1120px); display: grid; grid-template-columns: minmax(0,1fr); gap: clamp(42px,5vw,68px); margin-inline: auto; }
.faq-intro { display: grid; grid-template-columns: minmax(0,1fr); justify-items: start; padding-top: 26px; border-top: 8px solid var(--v2-green); }
.faq-intro h2 { max-width: 820px; margin-bottom: 20px; font-size: clamp(58px,6.2vw,88px); line-height: var(--v2-heading-leading); }
.faq-lead { max-width: 720px; margin-bottom: 0; color: rgba(11,13,12,.62); font-size: clamp(15px,1.25vw,18px); line-height: 1.55; }
.faq-help { width: min(100%,720px); display: grid; grid-template-columns: minmax(0,1fr) auto; grid-template-rows: auto auto; gap: 5px 24px; align-items: center; margin-top: 30px; padding: 18px 22px 18px 26px; color: white; background: var(--v2-ink); border-left: 6px solid var(--v2-yellow); }
.faq-help span { color: var(--v2-green-bright); font: 600 22px/1.1 var(--v2-display); text-transform: uppercase; }
.faq-help small { grid-column: 1; color: rgba(255,255,255,.52); font-size: 9px; font-weight: 700; letter-spacing: .06em; }
.faq-help a { grid-column: 2; grid-row: 1 / 3; width: fit-content; color: white; font: 600 24px/1 var(--v2-display); text-decoration: underline; text-underline-offset: 4px; }
.faq-list { display: grid; grid-template-columns: minmax(0,1fr); align-content: start; border-top: 8px solid var(--v2-ink); counter-reset: faq; }
.faq-item, .faq-list > details { min-width: 0; border-bottom: 1px solid var(--v2-line-dark); transition: color .2s ease, background .2s ease, padding .2s ease; }
.faq-item h3 { margin: 0; }
.faq-question { width: 100%; min-height: 94px; display: grid; grid-template-columns: 54px minmax(0,1fr) 42px; gap: 16px; align-items: center; padding: 20px 24px 20px 0; color: var(--v2-ink); background: transparent; border: 0; font: 600 clamp(24px,2.4vw,34px)/var(--v2-heading-leading) var(--v2-display); text-align: left; text-transform: uppercase; }
.faq-question:hover .faq-question__text { color: var(--v2-green); }
.faq-number { align-self: center; color: var(--v2-green); font: 800 10px/1 var(--v2-sans); letter-spacing: .14em; }
.faq-action { position: relative; width: 38px; height: 38px; display: grid; place-items: center; justify-self: end; color: transparent; border: 1px solid rgba(11,13,12,.28); border-radius: 50%; overflow: hidden; }
.faq-action::before { content: '+'; position: absolute; inset: 0; display: grid; place-items: center; color: var(--v2-ink); font: 400 24px/1 var(--v2-sans); }
.faq-answer { max-width: 820px; padding: 8px 70px 30px; color: rgba(11,13,12,.68); font-size: 15px; line-height: 1.65; }
.faq-answer p { margin: 0; }
.faq-item.is-open { padding-inline: 24px; color: white; background: var(--v2-ink); }
.faq-item.is-open .faq-question { padding-right: 0; color: white; }
.faq-item.is-open .faq-question:hover .faq-question__text { color: white; }
.faq-item.is-open .faq-number { color: var(--v2-yellow); }
.faq-item.is-open .faq-action { border-color: var(--v2-yellow); }
.faq-item.is-open .faq-action::before { content: '\2212'; color: var(--v2-yellow); }
.faq-item.is-open .faq-answer { color: rgba(255,255,255,.72); }
.faq-list > details { counter-increment: faq; }
.faq-list > details summary { min-height: 94px; display: grid; grid-template-columns: 54px minmax(0,1fr) 42px; gap: 16px; align-items: center; padding: 20px 24px 20px 0; font: 600 clamp(24px,2.4vw,34px)/var(--v2-heading-leading) var(--v2-display); text-transform: uppercase; cursor: pointer; list-style: none; }
.faq-list > details summary::-webkit-details-marker { display: none; }
.faq-list > details summary::before { content: counter(faq, decimal-leading-zero); color: var(--v2-green); font: 800 10px/1 var(--v2-sans); letter-spacing: .14em; }
.faq-list > details summary::after { content: '+'; width: 38px; height: 38px; display: grid; place-items: center; justify-self: end; border: 1px solid rgba(11,13,12,.28); border-radius: 50%; font: 400 24px/1 var(--v2-sans); }
.faq-list > details[open] summary::after { content: '\2212'; }
.faq-list > details p { max-width: 820px; margin: 0; padding: 0 70px 28px; color: rgba(11,13,12,.68); line-height: 1.65; }

.contacts-section { --contact-bg: url('assets/official/final.jpg'); min-height: 780px; padding-block: 0; color: white; background-image: linear-gradient(90deg, rgba(5,7,6,.96) 0%, rgba(5,7,6,.88) 45%, rgba(5,7,6,.48) 100%), linear-gradient(0deg, rgba(5,7,6,.72), rgba(5,7,6,.08) 54%), var(--contact-bg); background-position: center; background-size: cover; background-repeat: no-repeat; }
main > section.contacts-section { padding-block: 0; }
@supports (background-image: image-set(url('assets/official/final.webp') type('image/webp'))) {
  .contacts-section { --contact-bg: image-set(url('assets/official/final.webp') type('image/webp'), url('assets/official/final.jpg') type('image/jpeg')); }
}
.contacts-section::before { color: rgba(255,255,255,.28) !important; }
.contact-finale { width: 100%; min-height: 780px; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(360px,.88fr); gap: clamp(46px,7vw,100px); align-items: end; }
.contact-finale__copy { min-width: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 112px 0 72px; }
.contact-finale__copy .eyebrow { color: var(--v2-yellow); }
.contact-finale__copy h2 { max-width: 760px; margin-bottom: 28px; color: var(--v2-green-bright); font-size: clamp(66px,7vw,108px); line-height: var(--v2-heading-leading); }
.contact-finale__copy blockquote { max-width: 690px; margin: 0; padding-left: 24px; border-left: 5px solid var(--v2-yellow); color: rgba(255,255,255,.76); font-size: clamp(18px,1.7vw,24px); line-height: 1.45; }
.contact-finale__meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 28px 0 0; color: rgba(255,255,255,.58); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-finale__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.contact-finale__apply { color: var(--v2-ink); background: var(--v2-yellow); }
.contact-card { align-self: end; display: grid; gap: 7px; margin-bottom: 72px; padding: 26px 28px; color: white; background: rgba(11,13,12,.9); border-top: 6px solid var(--v2-yellow); backdrop-filter: blur(10px); }
.contact-card span { color: var(--v2-green-bright); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.contact-card strong { font: 600 clamp(24px,2.3vw,36px)/1 var(--v2-display); text-transform: uppercase; }
.contact-card a { width: fit-content; color: var(--v2-yellow); font: 600 clamp(30px,3vw,46px)/1 var(--v2-display); text-decoration: underline; text-underline-offset: 5px; }
.contact-card small { color: rgba(255,255,255,.56); font-size: 9px; font-weight: 700; }

.site-footer { display: grid; grid-template-columns: .7fr 1.25fr 1.05fr; gap: clamp(28px,5vw,80px); align-items: start; padding: 38px max(30px, calc((100vw - 1400px) / 2)) 110px; color: rgba(255,255,255,.55); background: var(--v2-ink); border-top: 1px solid var(--v2-line); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.site-footer__brand, .site-footer__address, .site-footer__legal { display: grid; gap: 10px; }
.site-footer__brand > a { width: fit-content; color: white; font: 600 22px/1 var(--v2-display); letter-spacing: .02em; }
.site-footer__address { margin: 0; color: rgba(255,255,255,.82); font-style: normal; line-height: 1.65; }
.site-footer__address span { color: var(--v2-green-bright); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.site-footer__legal { justify-items: start; }
.site-footer__legal a { color: rgba(255,255,255,.68); line-height: 1.45; text-decoration: underline; text-decoration-color: rgba(97,211,79,.45); text-underline-offset: 4px; text-transform: none; }
.site-footer__legal a:hover { color: white; text-decoration-color: var(--v2-green-bright); }

.application-dialog { width: 100%; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 0; color: white; background: var(--v2-ink); border: 0; overflow: auto; }
.application-dialog::backdrop { background: rgba(0,0,0,.82); }
.application-shell { width: var(--container); min-height: 100dvh; margin: auto; padding: 30px 0 80px; }
.application-header { display: flex; justify-content: space-between; gap: 30px; align-items: start; padding-bottom: 24px; border-bottom: 1px solid var(--v2-line); }
.application-header h2 { margin: 0; color: var(--v2-green-bright); font-size: clamp(44px,6vw,84px); }
.application-header [data-close-application] { min-width: 48px; min-height: 48px; color: white; border: 1px solid var(--v2-line); background: transparent; }
.application-progress { padding: 22px 0; border-bottom: 1px solid var(--v2-line); }
.application-progress p { margin-bottom: 10px; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.application-progress progress { width: 100%; height: 5px; accent-color: var(--v2-green-bright); }
.application-progress ol { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 10px; color: rgba(255,255,255,.44); list-style: none; font-size: 10px; text-transform: uppercase; }
.registration-status { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--v2-line); color: rgba(255,255,255,.72); }
.registration-status p { margin: 0; font-size: 12px; font-weight: 700; }
.registration-status__dot { width: 9px; height: 9px; flex: none; background: var(--v2-yellow); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,210,61,.12); }
.registration-status[data-state='open'] .registration-status__dot { background: var(--v2-green-bright); box-shadow: 0 0 0 5px rgba(97,211,79,.12); }
.registration-status[data-state='closed'] .registration-status__dot,
.registration-status[data-state='full'] .registration-status__dot,
.registration-status[data-state='unavailable'] .registration-status__dot { background: #ff795f; box-shadow: 0 0 0 5px rgba(255,121,95,.12); }
[data-application-form] { padding-top: 32px; }
[data-application-form][aria-busy='true'] { cursor: wait; }
[data-application-form][aria-busy='true'] .application-actions { opacity: .68; }
[data-form-step] { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px 28px; padding: 0; border: 0; }
[data-form-step][hidden], [data-application-review][hidden], [data-application-success][hidden] { display: none; }
[data-form-step] legend { grid-column: 1 / -1; margin-bottom: 26px; color: var(--v2-yellow); font: 600 clamp(32px,4vw,58px)/1 var(--v2-display); text-transform: uppercase; }
.field { display: grid; gap: 7px; }
.field label, .choice-group + .field label { color: rgba(255,255,255,.62); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.field input, .field select, .field textarea { min-height: 52px; width: 100%; padding: 12px 14px; color: white; background: var(--v2-ink-2); border: 1px solid var(--v2-line); }
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.4); opacity: 1; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--v2-green-bright); }
.field-error { min-height: 20px; margin: 0; color: var(--v2-yellow); font-size: 12px; }
.choice-group { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--v2-line); }
.choice-group label { min-height: 130px; display: flex; flex-direction: column; gap: 8px; padding: 22px; color: white; background: var(--v2-ink-2); }
.check-field { min-height: 48px; display: flex; align-items: center; gap: 10px; }
.check-field input { width: 20px; height: 20px; accent-color: var(--v2-green-bright); }
.legal-checks { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 28px; padding: 20px; background: rgba(255,255,255,.035); border: 1px solid var(--v2-line); }
.legal-checks .check-field { align-items: flex-start; min-height: 0; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.5; }
.legal-checks .check-field input { flex: 0 0 auto; margin-top: 2px; }
.legal-checks a { color: var(--v2-yellow); text-decoration: underline; text-underline-offset: 3px; }
.legal-checks .field-error { min-height: 0; margin-left: 30px; }
.application-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--v2-line); }
.application-submit-error { max-width: 900px; margin: 24px 0 0; padding: 14px 16px; color: #fff; background: rgba(199,55,38,.34); border: 1px solid rgba(255,121,95,.65); }
.application-submit-error[hidden] { display: none; }
.application-id { display: inline-block; margin: 8px 0 22px; padding: 8px 12px; color: var(--v2-ink); background: var(--v2-yellow); font-weight: 800; }
.application-review, .application-success { max-width: 900px; }
.application-review dl, .application-success dl { display: grid; grid-template-columns: 220px 1fr; border-top: 1px solid var(--v2-line); }
.application-review dt, .application-review dd, .application-success dt, .application-success dd { margin: 0; padding: 12px; border-bottom: 1px solid var(--v2-line); }
.application-review dt, .application-success dt { color: rgba(255,255,255,.45); text-transform: uppercase; }
.success-mark { color: var(--v2-green-bright); font: 600 90px/1 var(--v2-display); }

.toast { position: fixed; right: 22px; bottom: 90px; z-index: 300; max-width: 420px; padding: 16px 20px; color: var(--v2-ink); background: var(--v2-yellow); font-weight: 700; }
.toast[hidden] { display: none; }
.mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: none; grid-template-columns: 1fr auto; gap: 8px; padding: 9px; background: var(--v2-ink); border-top: 1px solid var(--v2-line); }
.desktop-sticky-cta { position: fixed; right: 24px; bottom: 24px; z-index: 65; box-shadow: 0 18px 60px rgba(0,0,0,.32); transition: opacity .25s ease, transform .25s ease; }
.desktop-sticky-cta[data-sticky-cta-hidden] { opacity: 0; transform: translateY(24px); pointer-events: none; }

[data-reveal], [data-motion-section] .motion-media { transition: opacity .75s cubic-bezier(.16,1,.3,1), transform .75s cubic-bezier(.16,1,.3,1); }
html.motion-ready [data-motion-section]:not([data-motion-visible='true']) :where(.hero__content, .section-heading, .motion-media, h2) { opacity: 0; transform: translateY(24px); }
html.motion-ready [data-motion-section][data-motion-visible='true'] :where(.hero__content, .section-heading, .motion-media, h2) { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  :root { --container: min(100% - 48px, 980px); }
  .desktop-sticky-cta { display: none; }
  .site-header { padding-inline: 24px; }
  .site-header .desktop-nav { display: none; }
  .header-application { margin-left: auto; }
  .menu-toggle { display: block; }
  .cinematic-hero { grid-template-columns: 1fr; padding-inline: 36px; }
  .hero__content { max-width: 820px; }
  .route-section { grid-template-columns: 1fr; gap: 36px; }
  .route-section .route { grid-column: 1; }
  .sport-section { grid-template-columns: 1fr; }
  .sport-section > img { grid-column: 1; grid-row: 2; min-height: 440px; }
  .scoreboard { grid-column: 1; grid-row: 3; margin: 0; }
  .infrastructure-stage { grid-template-columns: 1fr; }
  .infrastructure-stage > img { min-height: 430px; max-height: 55svh; }
  .parents-section { grid-template-columns: 1fr; }
  .parents-section > img { grid-column: 1; grid-row: auto; min-height: 420px; }
  .parents-section > div, .parents-list { grid-column: 1; }
  .application-section { grid-template-columns: 1fr; }
  .application-section .button { grid-column: 1; justify-self: start; }
  .faq-shell { grid-template-columns: 1fr; gap: 42px; }
  .faq-intro { position: static; }
  .faq-intro h2 { max-width: 720px; }
  .faq-lead { max-width: 620px; }
  .faq-help { max-width: 430px; }
  .contact-finale { grid-template-columns: minmax(0,1fr) minmax(320px,.72fr); gap: 42px; }
  .contact-finale__copy h2 { font-size: clamp(58px,7vw,76px); }
  .contact-card { padding-inline: 22px; }
  .program-days button { padding-inline: 14px; }
  .program-days button::after { left: 16px; }
  .program-days button em { font-size: 10px; }
  [data-program-details] { margin-inline: 32px; }
}

@media (max-width: 760px) {
  :root { --container: calc(100% - 36px); --header-h: 64px; }
  h2 { font-size: clamp(44px, 14vw, 72px); }
  .site-header { padding-inline: 18px; }
  .brand-name { font-size: 22px; }
  .header-application { display: none; }
  .menu-toggle { margin-left: auto; }
  .cinematic-hero { min-height: 100svh; align-items: end; padding: 112px 20px 92px; }
  .cinematic-hero::before { display: none; }
  .hero__visual img { object-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,7,6,.98) 0%, rgba(5,7,6,.62) 62%, rgba(5,7,6,.82) 100%); }
  .hero-grid { opacity: .1; background-size: 42px 42px; }
  .hero-kicker { flex-wrap: nowrap; gap: 6px; margin-bottom: 18px; font-size: 9px; letter-spacing: .11em; }
  .cinematic-hero .eyebrow { font-size: 9px; }
  .cinematic-hero h1 { font-size: clamp(62px, 22vw, 92px); }
  .hero__facts { grid-template-columns: 1fr; margin-top: 22px; }
  .hero__facts > div { display: grid; grid-template-columns: 70px 1fr; padding: 10px 0; border-bottom: 1px solid var(--v2-line); }
  .hero__facts > div:last-child { border-bottom: 0; }
  .hero__facts dd { margin: 0; }
  .hero__visual figcaption, .tournament-emblem { display: none; }
  .button-row { flex-direction: column; }
  .button-row > * { width: 100%; }
  .event-ribbon { overflow-x: auto; }
  .event-ribbon span { min-width: max-content; padding: 14px 18px; }
  main > section:not(.cinematic-hero) { padding: 92px 18px; }
  .route-section, .audience-switcher, .application-section, .cinematic-final { grid-template-columns: 1fr; }
  .route-section .route { grid-column: 1; }
  .route li { grid-template-columns: 1fr; gap: 8px; }
  .audience-facts { grid-template-columns: 1fr; }
  .audience-facts p { border-right: 0; border-bottom: 1px solid var(--v2-line); }
  .tabs { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--v2-line); }
  .tabs button { flex: 1 0 auto; min-height: 58px; border-right: 1px solid var(--v2-line); border-bottom: 0; font-size: 18px; }
  [data-audience-panel] { min-height: 0; padding: 28px 20px; }
  [data-audience-benefits] { grid-template-columns: 1fr; }
  .program-layout { margin-top: 32px; }
  .program-days { grid-template-columns: 1fr; padding-left: 28px; }
  .program-days::before { left: 7px; right: auto; top: 20px; bottom: 24px; width: 2px; height: auto; }
  .program-days button { min-height: 118px; grid-template-columns: 64px 1fr; grid-template-rows: auto auto 1fr; column-gap: 14px; padding: 8px 0 18px 18px; border-right: 0; border-bottom: 1px solid var(--v2-line-dark); }
  .program-days button::after { top: 18px; left: -26px; width: 12px; height: 12px; border-width: 3px; }
  .program-days .program-date { grid-column: 1; grid-row: 1 / span 2; align-self: start; padding: 4px 8px 7px 0; }
  .program-date strong { font-size: 42px; }
  .program-date b { font-size: 8px; }
  .program-days button small { grid-column: 2; grid-row: 1; margin: 3px 0 0; font-size: 21px; }
  .program-days button em { grid-column: 2; grid-row: 2 / span 2; max-width: 270px; margin-top: 6px; font-size: 10px; }
  .program-days button[aria-selected='true'] .program-date { padding-left: 8px; }
  [data-program-details] { min-height: 0; margin: 34px 0 0; padding: 28px 0 0; }
  [data-program-details]::before { display: none; }
  .program-selected-heading { grid-template-columns: 1fr; gap: 8px; margin-bottom: 24px; }
  .program-selected-heading h3 { font-size: clamp(34px,10vw,44px); line-height: var(--v2-heading-leading); }
  .program-phase-grid { grid-template-columns: 1fr; }
  .program-phase, .program-phase + .program-phase { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--v2-line-dark); }
  .program-phase:last-child { border-bottom: 0; }
  .program-phase header { justify-content: space-between; }
  .program-phase h4 { font-size: 25px; }
  .program-phase li { font-size: 13px; }
  .program-simple-list { grid-template-columns: 1fr; }
  .sport-section > div:not(.scoreboard) { padding-right: 0; }
  .scoreboard { grid-template-columns: 1fr 1fr; }
  .scoreboard > p[aria-hidden='true'] { display: none; }
  .object-selector button { flex-basis: 190px; }
  .infrastructure-stage > img { min-height: 300px; }
  .package-comparison { grid-template-columns: 1fr; }
  .package-comparison article { min-height: 560px; }
  .food-section { padding-block: 64px !important; }
  .food-card { grid-template-columns: 1fr; border-top-width: 6px; box-shadow: 8px 8px 0 var(--v2-green); }
  .food-copy { padding: 24px 18px 22px; }
  .food-copy h2 { margin-bottom: 14px; font-size: clamp(38px,10.5vw,44px); line-height: var(--v2-heading-leading); }
  .food-lead { margin-bottom: 20px; font-size: 13px; line-height: 1.5; }
  .food-facts > div { padding: 13px 10px 0 0; }
  .food-facts > div + div { padding-left: 12px; }
  .food-facts dt { font-size: 24px; }
  .food-facts dd { font-size: 10px; }
  .food-visual { min-height: 160px; max-height: 180px; }
  .food-visual figcaption { left: 14px; bottom: 14px; }
  .meal-ribbon { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .meal-ribbon li { min-height: 68px; gap: 7px; padding: 12px 14px; border-bottom: 1px solid var(--v2-line); }
  .meal-ribbon li:nth-child(2n) { border-right: 0; }
  .meal-ribbon li:last-child { grid-column: 1 / -1; min-height: 60px; border-bottom: 0; }
  .meal-ribbon strong { font-size: 19px; }
  .food-coach-note { align-items: flex-start; flex-direction: column; gap: 3px; padding: 11px 14px; }
  .education-route { grid-template-columns: 1fr 1fr; }
  .education-route li { min-height: 130px; border-bottom: 1px solid var(--v2-line); }
  .education-copy, .parents-list { grid-template-columns: 1fr; }
  .pricing-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 28px; }
  .pricing-intro { max-width: 560px; }
  .participation-panel { grid-template-columns: 1fr; }
  .participation-copy ul { grid-template-columns: 1fr; }
  .participation-copy li, .participation-copy li:first-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--v2-line-dark); }
  .participation-copy li:last-child { border-bottom: 0; }
  .partners-heading { grid-template-columns: 1fr; gap: 14px; margin-bottom: 28px; }
  .partners-intro { max-width: 520px; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-card { min-height: 0; grid-template-columns: 82px 1fr; grid-template-rows: auto auto auto; gap: 8px 18px; padding: 20px; }
  .partner-role { grid-column: 2; }
  .partner-logo { grid-column: 1; grid-row: 1 / 4; align-self: center; }
  .partner-logo img { max-width: 74px; max-height: 74px; }
  .partner-logo--plazma img, .partner-logo--college img { width: 70px; height: 70px; }
  .partner-logo--kulikovo img { width: 74px; }
  .partner-name { grid-column: 2; align-self: auto; font-size: clamp(24px,7vw,32px); }
  .partner-link { grid-column: 2; padding-top: 9px; }
  .project-support { grid-template-columns: 1fr; gap: 10px; }
  .project-support ul { gap: 8px 16px; }
  .application-section { padding-block: 64px; }
  .application-gate { grid-template-columns: 1fr; border-top-width: 6px; box-shadow: 8px 8px 0 var(--v2-green); }
  .application-copy { padding: 26px 20px 22px; }
  .application-copy h2 { margin-bottom: 16px; font-size: clamp(38px,10.5vw,44px); line-height: var(--v2-heading-leading); }
  .application-lead { margin-bottom: 22px; font-size: 13px; line-height: 1.5; }
  .application-assurances { grid-template-columns: 1fr; }
  .application-assurances li { display: grid; grid-template-columns: 92px 1fr; gap: 12px; align-items: center; padding: 11px 0; }
  .application-assurances li + li { padding-left: 0; border-top: 1px solid var(--v2-line); border-left: 0; }
  .application-assurances strong { margin: 0; font-size: 20px; }
  .application-start { padding: 22px 20px 24px; }
  .application-start__label { margin-bottom: 16px; }
  .application-step-list { margin-bottom: 22px; }
  .application-step-list li { min-height: 66px; gap: 8px; padding-block: 12px; font-size: 20px; }
  .application-step-list li:nth-child(2n) { padding-left: 14px; }
  .application-start__button { width: 100%; }
  .application-section .button, .application-section > * { grid-column: 1; }
  .faq-section { padding-block: 64px; }
  .faq-shell { gap: 30px; }
  .faq-intro { padding-top: 20px; border-top-width: 6px; }
  .faq-intro h2 { margin-bottom: 16px; font-size: clamp(46px,13vw,56px); line-height: var(--v2-heading-leading); }
  .faq-lead { font-size: 13px; line-height: 1.5; }
  .faq-help { grid-template-columns: 1fr; grid-template-rows: auto; gap: 6px; margin-top: 22px; padding: 16px 18px; }
  .faq-help span { font-size: 20px; }
  .faq-help small, .faq-help a { grid-column: 1; grid-row: auto; }
  .faq-help a { margin-top: 3px; font-size: 22px; }
  .faq-list { border-top-width: 6px; }
  .faq-question { min-height: 78px; grid-template-columns: 30px minmax(0,1fr) 34px; gap: 9px; padding: 14px 4px 14px 0; font-size: 20px; }
  .faq-action, .faq-list > details summary::after { width: 32px; height: 32px; font-size: 21px; }
  .faq-answer { padding: 6px 42px 20px 39px; font-size: 13px; line-height: 1.55; }
  .faq-item.is-open { padding-inline: 14px; }
  .faq-item.is-open .faq-answer { padding-left: 39px; padding-right: 34px; }
  .faq-list > details summary { min-height: 78px; grid-template-columns: 30px minmax(0,1fr) 34px; gap: 9px; padding: 14px 4px 14px 0; font-size: 20px; }
  .faq-list > details p { padding: 0 42px 20px 39px; font-size: 13px; line-height: 1.55; }
  .contacts-section { min-height: 0; padding-block: 0; background-image: linear-gradient(0deg, rgba(5,7,6,.94) 0%, rgba(5,7,6,.73) 68%, rgba(5,7,6,.5) 100%), var(--contact-bg); background-position: 58% center; }
  main > section.contacts-section { padding-block: 0; }
  .contact-finale { min-height: 860px; grid-template-columns: 1fr; gap: 0; align-content: end; }
  .contact-finale__copy { min-height: 0; padding: 94px 0 24px; }
  .contact-finale__copy h2 { margin-bottom: 22px; font-size: clamp(50px,14vw,60px); line-height: var(--v2-heading-leading); }
  .contact-finale__copy blockquote { padding-left: 16px; border-left-width: 4px; font-size: 15px; line-height: 1.45; }
  .contact-finale__meta { margin-top: 26px; padding-top: 0; }
  .contact-finale__actions { flex-direction: column; margin-top: 18px; }
  .contact-finale__actions > * { width: 100%; }
  .contact-card { gap: 5px; margin: 0 0 70px; padding: 16px 18px; border-top-width: 5px; }
  .contact-card strong { font-size: 24px; }
  .contact-card a { font-size: 30px; }
  .site-footer { grid-template-columns: 1fr; gap: 26px; padding-inline: 18px; }
  .legal-checks { grid-template-columns: 1fr; padding: 16px; }
  .application-shell { width: calc(100% - 32px); padding-top: 18px; }
  .application-header h2 { font-size: 42px; }
  [data-form-step] { grid-template-columns: 1fr; }
  .choice-group { grid-template-columns: 1fr; }
  .application-progress ol { font-size: 8px; }
  .application-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .application-actions > * { width: 100%; }
  .application-review dl, .application-success dl { grid-template-columns: 110px 1fr; }
  .mobile-cta { display: grid; }
  .desktop-sticky-cta { display: none; }
}

@media (max-width: 420px) {
  .cinematic-hero { padding-inline: 16px; }
  .cinematic-hero h1 { font-size: clamp(58px, 21vw, 80px); }
  main > section:not(.cinematic-hero) { padding-inline: 16px; }
  .education-route { grid-template-columns: 1fr; }
  .education-route li { border-right: 0; }
  .application-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html.motion-ready [data-motion-section] :where(.hero__content, .section-heading, .motion-media, h2) { opacity: 1 !important; transform: none !important; }
}

@media (forced-colors: active) {
  :focus-visible { outline: 4px solid Highlight; }
  .button, button, input, select, textarea { border: 1px solid ButtonText; }
}
