:root {
  --ink: #080b1a;
  --ink-2: #0d1428;
  --ink-3: #111d38;
  --paper: #f1efe9;
  --paper-2: #e8e5dc;
  --white: #fbfaf6;
  --graphite: #171b25;
  --muted: #9ca4b8;
  --gold: #d0ad4f;
  --gold-light: #f0d98c;
  --gold-dark: #9b7725;
  --line: rgba(255,255,255,.12);
  --ease: cubic-bezier(.22,1,.36,1);
  --shell: min(1440px, calc(100vw - 96px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; min-width: 320px; background: var(--ink); color: var(--white); font-family: "Golos Text", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
svg { display: block; width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 10000; padding: 12px 18px; background: var(--gold-light); color: var(--ink); text-decoration: none; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 92px; border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, height .35s; }
.site-header.scrolled { height: 76px; background: rgba(8,11,26,.78); border-color: var(--line); backdrop-filter: blur(20px) saturate(130%); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 48px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; flex: 0 0 auto; }
.brand-mark { width: 48px; height: 48px; color: var(--gold-light); filter: drop-shadow(0 0 16px rgba(208,173,79,.18)); }
.brand-mark path:first-child { fill: rgba(208,173,79,.06); stroke: currentColor; stroke-width: 1.3; }
.brand-mark path:last-child { fill: none; stroke: currentColor; stroke-width: 2.1; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.12; }
.brand-copy strong { font-family: "Manrope", sans-serif; text-transform: uppercase; font-size: 15px; letter-spacing: .12em; }
.brand-copy small { margin-top: 5px; color: #98a0b5; font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.site-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.site-nav a { position: relative; padding: 28px 0; color: rgba(255,255,255,.66); font-size: 13px; font-weight: 600; text-decoration: none; transition: color .25s; }
.site-nav a::after { content: ""; position: absolute; inset: auto 0 20px; height: 1px; background: var(--gold-light); transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.site-nav a:hover, .site-nav a.active { color: var(--white); }
.site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.header-cta { display: inline-flex; align-items: center; gap: 11px; padding: 11px 18px; border: 1px solid rgba(240,217,140,.42); color: var(--gold-light); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-decoration: none; transition: background .3s, color .3s, box-shadow .3s; }
.header-cta svg { width: 17px; transition: transform .3s; }
.header-cta:hover { background: var(--gold-light); color: var(--ink); box-shadow: 0 0 28px rgba(208,173,79,.16); }
.header-cta:hover svg { transform: translateX(3px); }
.menu-toggle { display: none; }

.hero { position: relative; isolation: isolate; min-height: 920px; height: 100svh; max-height: 1080px; overflow: hidden; background: var(--ink); }
.hero-art { position: absolute; inset: 0; z-index: -4; background: url("assets/hero-disciplines.jpg") 62% center / cover no-repeat; transform: scale(1.035); animation: heroIn 2s var(--ease) both; }
.hero-vignette { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(8,11,26,.98) 0%, rgba(8,11,26,.86) 31%, rgba(8,11,26,.18) 66%, rgba(8,11,26,.2) 100%), linear-gradient(0deg, rgba(8,11,26,.86) 0%, transparent 36%), radial-gradient(circle at 70% 46%, transparent 0, rgba(8,11,26,.06) 45%, rgba(8,11,26,.56) 100%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .17; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 75%); }
.hero-canvas { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; opacity: .65; pointer-events: none; }
.hero-inner { height: 100%; display: flex; align-items: center; padding-top: 86px; }
.hero-copy { width: min(850px, 59vw); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-light); text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .19em; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 0 0 rgba(240,217,140,.5); animation: pulse 2.4s infinite; }
.hero-eyebrow { opacity: 0; animation: fadeUp .8s .35s var(--ease) forwards; }
.hero h1 { margin: 29px 0 30px; font-family: "Manrope", sans-serif; font-size: clamp(76px, 7.4vw, 132px); font-weight: 700; line-height: .81; letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 .title-line { display: block; width: max-content; white-space: nowrap; }
.hero h1 .gold-word { background: linear-gradient(100deg, var(--gold-dark), var(--gold-light) 48%, var(--gold)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero h1 .gold-word .char { background: linear-gradient(100deg, var(--gold-dark), var(--gold-light) 48%, var(--gold)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero h1 b { display: inline-block; margin-left: .12em; color: rgba(255,255,255,.34); font-size: .48em; font-weight: 600; letter-spacing: -.02em; vertical-align: .16em; }
.hero h1 .char { display: inline-block; opacity: 0; transform: translateY(70px) rotate(3deg); animation: charIn .9s var(--char-delay) var(--ease) forwards; }
.hero-copy > p { max-width: 590px; margin: 0; color: rgba(244,244,238,.66); font-size: clamp(16px, 1.2vw, 20px); line-height: 1.65; opacity: 0; animation: fadeUp .9s .9s var(--ease) forwards; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 42px; opacity: 0; animation: fadeUp .9s 1.05s var(--ease) forwards; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 56px; padding: 0 25px; border: 0; text-decoration: none; cursor: pointer; font-weight: 700; font-size: 13px; transition: transform .3s, box-shadow .3s, filter .3s; }
.button svg { width: 18px; transition: transform .3s; }
.button:hover { transform: translateY(-2px); }
.button:hover svg { transform: translateX(4px); }
.button-gold { color: #111522; background: linear-gradient(105deg, #b98d2e, #f0d98c 50%, #c49b3d); box-shadow: 0 14px 44px rgba(208,173,79,.12); }
.button-gold:hover { filter: brightness(1.07); box-shadow: 0 18px 48px rgba(208,173,79,.24); }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: rgba(255,255,255,.78); font-size: 13px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.22); padding-bottom: 6px; transition: color .25s, border-color .25s; }
.text-link span { color: var(--gold-light); transition: transform .25s; }
.text-link:hover { color: white; border-color: var(--gold-light); }
.text-link:hover span { transform: translateY(3px); }
.hero-aside { position: absolute; right: 0; bottom: 13%; display: flex; border: 1px solid rgba(255,255,255,.12); background: rgba(8,11,26,.45); backdrop-filter: blur(16px); opacity: 0; animation: fadeUp 1s 1.15s var(--ease) forwards; }
.hero-stat { min-width: 148px; padding: 22px 24px; display: flex; align-items: center; gap: 13px; }
.hero-stat + .hero-stat { border-left: 1px solid rgba(255,255,255,.1); }
.hero-stat strong { font-family: "Manrope"; font-size: 28px; color: var(--gold-light); line-height: 1; }
.hero-stat span { color: rgba(255,255,255,.6); font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.hero-foot { position: absolute; inset: auto 0 28px; display: flex; align-items: center; gap: 20px; color: rgba(255,255,255,.34); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.hero-line { height: 1px; flex: 1; background: rgba(255,255,255,.1); }

.section { position: relative; padding: 150px 0; overflow: hidden; }
.section-dark { background: var(--ink-2); }
.section-light { background: var(--paper); color: var(--graphite); }
.section-kicker { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.section-head { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 80px; align-items: end; margin-bottom: 66px; }
.section-head h2, .about-copy h2 { margin: 18px 0 0; font-family: "Manrope"; font-size: clamp(42px, 5vw, 76px); line-height: 1.02; letter-spacing: -.055em; font-weight: 700; }
.section-head > p { margin: 0 0 6px; color: #7d8493; line-height: 1.7; }
.section-light .section-head > p { color: #686a6e; }

.about::before { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; left: 47%; top: 5%; background: rgba(32,74,151,.12); filter: blur(90px); }
.about-grid { position: relative; display: grid; grid-template-columns: .42fr 1.5fr .62fr; gap: 80px; align-items: start; }
.about-copy h2 { max-width: 820px; margin-top: 0; }
.about-copy h2 em { color: var(--gold-light); font-style: normal; }
.about-copy p { max-width: 740px; margin: 38px 0 0; color: #9299aa; font-size: 18px; line-height: 1.8; }
.about-note { padding: 28px; border-left: 1px solid var(--gold); background: linear-gradient(90deg, rgba(208,173,79,.08), transparent); }
.about-note > span { color: var(--gold); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.about-note strong { display: block; margin: 15px 0; font-family: "Manrope"; font-size: 25px; line-height: 1.3; }
.about-note p { margin: 0; color: #858c9c; font-size: 13px; }

.disciplines { background: linear-gradient(180deg, #0a0e1e, var(--ink)); }
.discipline-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.discipline-card { --tone: 89,140,236; position: relative; min-height: 360px; display: grid; grid-template-columns: .78fr 1.22fr; padding: 0; overflow: hidden; color: white; text-align: left; cursor: pointer; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); transition: transform .45s var(--ease), border-color .35s, box-shadow .4s; }
.discipline-card::after { content: ""; position: absolute; inset: auto 0 0; height: 2px; background: linear-gradient(90deg, transparent, rgb(var(--tone)), transparent); transform: scaleX(.15); opacity: 0; transition: transform .5s var(--ease), opacity .4s; }
.discipline-card:hover { transform: translateY(-7px); border-color: rgba(var(--tone),.38); box-shadow: 0 26px 70px rgba(var(--tone),.1); }
.discipline-card:hover::after { transform: scaleX(1); opacity: 1; }
.tone-violet { --tone: 142,101,220; }
.tone-silver { --tone: 173,188,211; }
.tone-cyan { --tone: 63,163,169; }
.card-visual { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 45%, rgba(var(--tone),.25), transparent 45%), linear-gradient(145deg, rgba(var(--tone),.09), transparent 65%); }
.card-visual::before, .card-visual::after { content: ""; position: absolute; border: 1px solid rgba(var(--tone),.22); border-radius: 50%; }
.card-visual::before { width: 220px; height: 220px; }
.card-visual::after { width: 140px; height: 140px; border-style: dashed; animation: rotate 22s linear infinite; }
.card-visual > svg { width: 94px; height: 94px; color: rgba(255,255,255,.9); stroke-width: .75; filter: drop-shadow(0 0 25px rgba(var(--tone),.35)); transition: transform .55s var(--ease); }
.discipline-card:hover .card-visual > svg { transform: scale(1.08) rotate(-2deg); }
.visual-number { position: absolute; left: 18px; top: 13px; font-family: "Manrope"; color: rgba(255,255,255,.15); font-size: 54px; font-weight: 700; letter-spacing: -.06em; }
.card-body { display: flex; flex-direction: column; justify-content: center; padding: 48px 42px; border-left: 1px solid rgba(255,255,255,.08); }
.status { display: inline-flex; align-items: center; align-self: flex-start; gap: 8px; color: #b9c9e8; font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: rgb(var(--tone)); box-shadow: 0 0 10px rgba(var(--tone),.7); }
.status-priority { color: #d5bfec; }
.status-await { color: #aeb3bd; }
.discipline-card strong { display: block; margin: 24px 0 15px; font-family: "Manrope"; font-size: clamp(24px,2.1vw,33px); line-height: 1.06; letter-spacing: -.04em; }
.card-description { color: #8f96a7; font-size: 14px; line-height: 1.7; }
.card-action { display: inline-flex; align-items: center; gap: 12px; margin-top: 30px; color: var(--gold-light); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.card-action svg { width: 17px; transition: transform .3s; }
.discipline-card:hover .card-action svg { transform: translateX(5px); }
.discipline-rule { display: flex; align-items: center; gap: 13px; width: fit-content; margin: 34px auto 0; color: #858c9c; font-size: 12px; }
.discipline-rule svg { width: 22px; height: 22px; padding: 4px; border: 1px solid rgba(240,217,140,.35); border-radius: 50%; color: var(--gold-light); }
.discipline-rule strong { color: #c9cdd6; }

.partners { background-image: radial-gradient(circle at 20% 20%, rgba(208,173,79,.08), transparent 32%); }
.logo-wall { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(23,27,37,.12); }
.partner-logo { min-height: 210px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; text-align: center; filter: grayscale(1); transition: background .35s, transform .35s, filter .35s, box-shadow .35s; }
.partner-logo + .partner-logo { border-left: 1px solid rgba(23,27,37,.12); }
.partner-logo:hover { z-index: 1; background: rgba(255,255,255,.56); transform: translateY(-6px); filter: grayscale(0); box-shadow: 0 18px 60px rgba(25,27,33,.08), inset 0 2px var(--gold); }
.partner-symbol { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid #8c8a83; border-radius: 50%; color: #4e4d48; font-family: "Manrope"; font-size: 15px; font-weight: 800; letter-spacing: .08em; }
.partner-symbol.shield { border-radius: 30% 30% 48% 48%; }
.partner-symbol.digital { border-radius: 5px; }
.partner-symbol.tech { transform: rotate(45deg); border-radius: 4px; }
.partner-symbol.tech::first-line { transform: rotate(-45deg); }
.partner-logo strong { color: #46474b; font-family: "Manrope"; font-size: 13px; line-height: 1.35; text-transform: uppercase; letter-spacing: .05em; }
.logo-note { max-width: 700px; margin: 24px auto 0; color: #8b8a86; font-size: 11px; text-align: center; }

.contacts { background: var(--ink-2); }
.contact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.contact-card { position: relative; padding: 48px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); }
.contact-card::before { content: ""; position: absolute; width: 260px; height: 260px; right: -80px; top: -100px; border-radius: 50%; background: rgba(67,112,199,.09); filter: blur(36px); }
.contact-card-gold::before { background: rgba(208,173,79,.12); }
.contact-top { position: relative; display: flex; align-items: center; gap: 14px; color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-icon { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(240,217,140,.22); }
.contact-icon svg { width: 20px; }
.contact-card h3 { position: relative; max-width: 580px; margin: 27px 0 38px; font-family: "Manrope"; font-size: clamp(24px,2.2vw,34px); line-height: 1.3; letter-spacing: -.035em; }
.contact-links { position: relative; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.contact-links a, .contact-row { min-height: 74px; display: flex; align-items: center; gap: 14px; padding: 13px 16px; color: #d7dae1; text-decoration: none; border: 1px solid rgba(255,255,255,.08); background: rgba(3,7,18,.26); font-size: 13px; transition: border-color .25s, background .25s, transform .25s; }
.contact-links a:hover { transform: translateY(-2px); border-color: rgba(240,217,140,.35); background: rgba(240,217,140,.05); }
.contact-links svg { flex: 0 0 auto; width: 18px; color: var(--gold); }
.contact-links small { display: block; margin-bottom: 2px; color: #737b8d; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.deadline { grid-column: 1/-1; display: flex; align-items: center; gap: 14px; padding: 16px; background: linear-gradient(90deg, rgba(208,173,79,.12), transparent); color: #b4b9c5; font-size: 12px; border-left: 1px solid var(--gold); }
.deadline svg { width: 20px; color: var(--gold-light); }
.deadline strong { color: var(--gold-light); }

.site-footer { border-top: 1px solid rgba(240,217,140,.28); background: #060815; padding: 32px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand .brand-mark { width: 40px; height: 40px; }
.footer-inner p { color: #646c7e; font-size: 11px; }
.to-top { display: inline-flex; gap: 10px; color: #8f96a7; font-size: 11px; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; transition: color .25s; }
.to-top span { color: var(--gold-light); }
.to-top:hover { color: white; }

.modal-overlay { position: fixed; inset: 0; z-index: 5000; display: grid; place-items: center; padding: 24px; background: rgba(2,4,12,.25); backdrop-filter: blur(0); opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s, background .35s, backdrop-filter .35s; }
.modal-overlay.active { opacity: 1; visibility: visible; background: rgba(2,4,12,.78); backdrop-filter: blur(14px); }
.modal { position: relative; width: min(860px, 100%); max-height: min(900px, calc(100svh - 48px)); overflow: auto; overscroll-behavior: contain; color: var(--graphite); background: var(--paper); border: 1px solid rgba(240,217,140,.34); box-shadow: 0 40px 100px rgba(0,0,0,.55); opacity: 0; transform: translateY(26px) scale(.97); transition: opacity .4s, transform .55s var(--ease); }
.modal-overlay.active .modal { opacity: 1; transform: none; }
.modal-close { position: sticky; float: right; top: 20px; right: 20px; z-index: 20; width: 44px; height: 44px; display: grid; place-items: center; margin: 20px 20px -64px 0; color: #5b5e66; border: 1px solid rgba(23,27,37,.13); background: rgba(241,239,233,.86); backdrop-filter: blur(10px); cursor: pointer; transition: color .25s, border-color .25s, transform .25s; }
.modal-close:hover { color: var(--graphite); border-color: var(--gold); transform: rotate(5deg); }
.modal-close svg { width: 20px; }
.modal-content-wrap { padding: 48px 56px 56px; }
.modal-kicker { color: var(--gold-dark); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.modal-title-row { display: flex; align-items: center; gap: 18px; margin-top: 13px; }
.modal-discipline-icon { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 auto; color: var(--gold-dark); border: 1px solid rgba(155,119,37,.28); }
.modal-discipline-icon svg { width: 27px; height: 27px; }
.modal h2 { margin: 0; padding-right: 48px; font-family: "Manrope"; font-size: clamp(32px,5vw,48px); line-height: 1.03; letter-spacing: -.05em; }
.stepper { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin: 38px 0; }
.step { position: relative; display: flex; align-items: center; gap: 10px; color: #989992; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.step::after { content: ""; height: 1px; flex: 1; margin-right: 10px; background: #d3d0c7; }
.step:last-child::after { display: none; }
.step span { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #c8c4b9; border-radius: 50%; }
.step.active { color: var(--graphite); }
.step.active span, .step.complete span { color: var(--ink); border-color: var(--gold); background: var(--gold-light); }
.modal-info { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin: 28px 0; }
.modal-info > div { padding: 17px; background: rgba(255,255,255,.48); border: 1px solid rgba(23,27,37,.08); }
.modal-info small { display: block; color: #8c8d89; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.modal-info strong { display: block; margin-top: 5px; font-size: 13px; line-height: 1.4; }
.discipline-longdesc { color: #686b72; font-size: 15px; line-height: 1.75; }
.important-note { margin: 22px 0 0; padding: 17px 19px; border-left: 2px solid var(--gold); background: rgba(208,173,79,.09); color: #64666b; font-size: 13px; }
.modal-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 34px; }
.button-dark { color: var(--white); background: var(--ink-2); }
.button-dark:hover { box-shadow: 0 15px 40px rgba(8,11,26,.18); }
.button-back { padding: 10px 0; border: 0; background: none; color: #747670; cursor: pointer; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.button-back:hover { color: var(--graphite); }

.form-intro { margin-bottom: 28px; }
.form-intro h3 { margin: 0 0 7px; font-family: "Manrope"; font-size: 25px; letter-spacing: -.035em; }
.form-intro p { margin: 0; color: #7b7d80; font-size: 13px; }
.member-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 12px; }
.member-label { grid-column: 1/-1; display: flex; align-items: center; gap: 12px; margin: 14px 0 0; color: #666a70; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.member-label::after { content: ""; height: 1px; flex: 1; background: #d8d5cc; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 28px; }
.field { position: relative; }
.field-full { grid-column: 1/-1; }
.field input, .field select { width: 100%; height: 62px; padding: 24px 15px 8px; color: var(--graphite); border: 1px solid #ccc9c0; border-radius: 0; outline: none; background: rgba(255,255,255,.5); appearance: none; transition: border-color .25s, background .25s, box-shadow .25s; }
.field select { padding-top: 20px; }
.field label { position: absolute; top: 20px; left: 15px; color: #858680; pointer-events: none; font-size: 13px; transition: top .2s, font-size .2s, color .2s; }
.field input:focus, .field input:not(:placeholder-shown), .field select:valid { padding-top: 26px; }
.field input:focus + label, .field input:not(:placeholder-shown) + label { top: 8px; color: var(--gold-dark); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.field input:focus, .field select:focus { border-color: var(--gold-dark); background: white; box-shadow: 0 0 0 3px rgba(208,173,79,.1); }
.field.error input, .field.error select { border-color: #9c4b4b; }
.error-message { display: none; margin: 4px 0 0 2px; color: #9c3e3e; font-size: 10px; }
.field.error .error-message { display: block; }
.form-error-summary { display: none; margin-top: 18px; padding: 12px 14px; color: #853f3f; border-left: 2px solid #9c4b4b; background: rgba(156,75,75,.07); font-size: 12px; }
.form-error-summary.show { display: block; }

.review { display: grid; gap: 12px; }
.review-team { padding: 22px; color: white; background: var(--ink-2); }
.review-team small, .review-section > small { color: #969ead; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.review-team strong { display: block; margin-top: 6px; font-family: "Manrope"; font-size: 24px; }
.review-section { padding: 20px; border: 1px solid #d3d0c7; }
.review-list { display: grid; gap: 8px; margin-top: 12px; }
.review-list div { display: flex; justify-content: space-between; gap: 20px; color: #6c6e72; font-size: 12px; }
.review-list strong { color: var(--graphite); text-align: right; }
.consent { display: flex; align-items: flex-start; gap: 11px; margin-top: 18px; color: #65676b; font-size: 11px; cursor: pointer; }
.consent input { width: 18px; height: 18px; accent-color: var(--gold-dark); }
.submit-button { min-width: 235px; }
.submit-button.loading { pointer-events: none; }
.spinner { width: 17px; height: 17px; border: 2px solid rgba(8,11,26,.28); border-top-color: var(--ink); border-radius: 50%; animation: rotate .7s linear infinite; }

.success-screen { padding: 58px 56px 56px; text-align: center; }
.success-check { width: 84px; height: 84px; display: grid; place-items: center; margin: 0 auto 25px; color: var(--gold-dark); border: 1px solid var(--gold); border-radius: 50%; background: rgba(240,217,140,.2); }
.success-check svg { width: 46px; height: 46px; stroke-dasharray: 30; stroke-dashoffset: 30; animation: drawCheck .8s .25s var(--ease) forwards; }
.success-screen h2 { padding: 0; }
.success-screen > p { color: #717378; }
.event-pass { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; margin-top: 34px; color: white; text-align: left; background: var(--ink-2); overflow: hidden; }
.event-pass::after { content: ""; position: absolute; right: -70px; top: -70px; width: 240px; height: 240px; border: 1px solid rgba(240,217,140,.19); border-radius: 50%; box-shadow: 0 0 80px rgba(208,173,79,.08); }
.pass-main { padding: 30px; }
.pass-code { align-self: stretch; display: grid; place-items: center; padding: 25px; border-left: 1px dashed rgba(255,255,255,.18); background: rgba(255,255,255,.025); }
.pass-label { color: var(--gold-light); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.pass-title { margin: 13px 0 24px; font-family: "Manrope"; font-size: 27px; line-height: 1.1; }
.pass-data { display: grid; gap: 10px; }
.pass-data div { display: flex; gap: 10px; color: #b3b8c4; font-size: 11px; }
.pass-data svg { width: 16px; color: var(--gold); }
.fake-qr { width: 92px; height: 92px; opacity: .62; background: repeating-conic-gradient(#fff 0 25%, transparent 0 50%) 50%/16px 16px; mask: linear-gradient(#000 0 0); }
.pass-code small { color: #70798a; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.success-actions { display: flex; justify-content: center; gap: 14px; margin-top: 24px; }
.regulation-link { display: inline-flex; align-items: center; gap: 10px; padding: 14px 18px; color: var(--graphite); border: 1px solid #bbb8ae; text-decoration: none; font-size: 12px; transition: border-color .25s, background .25s; }
.regulation-link:hover { border-color: var(--gold-dark); background: rgba(208,173,79,.08); }

.notice { position: fixed; z-index: 6000; right: 28px; bottom: 28px; width: min(430px, calc(100vw - 40px)); display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: start; padding: 18px; color: var(--white); border: 1px solid rgba(240,217,140,.34); background: rgba(10,14,30,.96); box-shadow: 0 24px 70px rgba(0,0,0,.4); transform: translateY(30px); opacity: 0; visibility: hidden; transition: .35s var(--ease); }
.notice.show { transform: none; opacity: 1; visibility: visible; }
.notice-icon { width: 30px; height: 30px; display: grid; place-items: center; color: var(--gold-light); border: 1px solid rgba(240,217,140,.3); border-radius: 50%; }
.notice-icon svg { width: 15px; }
.notice strong { font-family: "Manrope"; font-size: 14px; }
.notice p { margin: 3px 0 0; color: #a0a7b6; font-size: 11px; }
.notice button { padding: 2px; color: #8e95a4; border: 0; background: none; cursor: pointer; }
.notice button svg { width: 17px; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.discipline-card:nth-child(2), .contact-card:nth-child(2) { transition-delay: .08s; }
.discipline-card:nth-child(3) { transition-delay: .16s; }
.discipline-card:nth-child(4) { transition-delay: .24s; }

@keyframes heroIn { from { opacity: 0; transform: scale(1.12); } to { opacity: 1; transform: scale(1.035); } }
@keyframes fadeUp { to { opacity: 1; transform: none; } }
@keyframes charIn { to { opacity: 1; transform: none; } }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(240,217,140,0); } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes drawCheck { to { stroke-dashoffset: 0; } }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 56px, 1100px); }
  .site-nav { gap: 22px; }
  .header-cta { display: none; }
  .hero { min-height: 820px; }
  .hero-copy { width: 64vw; }
  .hero-aside { right: 0; }
  .hero-stat { min-width: 125px; padding: 18px; }
  .section { padding: 120px 0; }
  .about-grid { grid-template-columns: .35fr 1.25fr .55fr; gap: 45px; }
  .discipline-card { min-height: 330px; }
  .card-body { padding: 36px 28px; }
  .contact-card { padding: 36px; }
  .contact-links { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  :root { --shell: calc(100% - 40px); }
  .site-header, .site-header.scrolled { height: 72px; background: rgba(8,11,26,.76); backdrop-filter: blur(18px); }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy small { display: none; }
  .menu-toggle { order: 3; width: 42px; height: 42px; display: grid; place-content: center; gap: 7px; margin-left: auto; padding: 0; border: 1px solid var(--line); background: transparent; }
  .menu-toggle span { width: 18px; height: 1px; background: white; transition: transform .3s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: 18px 20px 28px; background: rgba(8,11,26,.96); border-bottom: 1px solid var(--line); transform: translateY(-130%); opacity: 0; transition: transform .4s var(--ease), opacity .3s; }
  .site-nav.open { transform: none; opacity: 1; }
  .site-nav a { padding: 14px 0; font-size: 14px; }
  .site-nav a::after { bottom: 9px; }
  .hero { min-height: 760px; height: 100svh; }
  .hero-art { background-position: 58% center; opacity: .66; }
  .hero-vignette { background: linear-gradient(90deg, rgba(8,11,26,.98), rgba(8,11,26,.53) 70%, rgba(8,11,26,.5)), linear-gradient(0deg, rgba(8,11,26,.9), transparent 55%); }
  .hero-copy { width: 86vw; }
  .hero h1 { font-size: clamp(64px,12.5vw,104px); }
  .hero-aside { left: 20px; right: 20px; bottom: 70px; justify-content: stretch; }
  .hero-stat { flex: 1; min-width: 0; }
  .hero-foot { display: none; }
  .section { padding: 96px 0; }
  .section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 46px; }
  .section-head > p { max-width: 600px; }
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .about-copy p { font-size: 16px; }
  .about-note { max-width: 430px; }
  .discipline-grid { grid-template-columns: 1fr; }
  .discipline-card { min-height: 300px; }
  .logo-wall { grid-template-columns: repeat(2,1fr); }
  .partner-logo + .partner-logo { border-left: 0; }
  .partner-logo:nth-child(even) { border-left: 1px solid rgba(23,27,37,.12); }
  .partner-logo:nth-child(n+3) { border-top: 1px solid rgba(23,27,37,.12); }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 32px); }
  .brand-copy strong { letter-spacing: .06em; }
  .hero { min-height: 700px; max-height: 860px; }
  .hero-inner { align-items: flex-start; padding-top: 155px; }
  .hero-copy { width: 100%; }
  .hero h1 { margin: 24px 0; font-size: clamp(53px,15.5vw,72px); line-height: .86; }
  .hero-copy > p { max-width: 92%; font-size: 14px; line-height: 1.6; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 30px; }
  .button { min-height: 52px; width: 100%; }
  .hero-aside { bottom: 22px; }
  .hero-stat { justify-content: center; gap: 7px; padding: 13px 8px; }
  .hero-stat strong { font-size: 20px; }
  .hero-stat span { font-size: 7px; }
  .hero-art { background-position: 67% center; opacity: .48; }
  .eyebrow { font-size: 8px; }
  .section { padding: 76px 0; }
  .section-head h2, .about-copy h2 { font-size: 39px; }
  .discipline-card { grid-template-columns: 1fr; min-height: auto; }
  .card-visual { height: 205px; }
  .card-visual::before { width: 190px; height: 190px; }
  .card-visual::after { width: 120px; height: 120px; }
  .card-visual > svg { width: 78px; height: 78px; }
  .card-body { padding: 29px 25px 32px; border: 0; border-top: 1px solid rgba(255,255,255,.08); }
  .discipline-card strong { margin-top: 18px; font-size: 27px; }
  .discipline-rule { align-items: flex-start; line-height: 1.5; }
  .logo-wall { grid-template-columns: 1fr; }
  .partner-logo { min-height: 170px; }
  .partner-logo:nth-child(even), .partner-logo:nth-child(n+3), .partner-logo + .partner-logo { border-left: 0; border-top: 1px solid rgba(23,27,37,.12); }
  .contact-card { padding: 26px 22px; }
  .contact-card h3 { margin: 24px 0 30px; font-size: 25px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .modal-overlay { padding: 0; align-items: end; }
  .modal { width: 100%; max-height: calc(100svh - 18px); border-bottom: 0; }
  .modal-content-wrap, .success-screen { padding: 32px 20px 28px; }
  .modal-close { top: 12px; right: 12px; margin: 12px 12px -56px 0; }
  .modal-title-row { align-items: flex-start; }
  .modal h2 { padding-right: 35px; font-size: 33px; }
  .modal-discipline-icon { width: 43px; height: 43px; }
  .stepper { margin: 28px 0; }
  .step { gap: 6px; font-size: 0; }
  .step span { font-size: 10px; }
  .modal-info, .member-grid, .form-grid { grid-template-columns: 1fr; }
  .member-label, .field-full { grid-column: auto; }
  .modal-actions { align-items: stretch; flex-direction: column-reverse; }
  .modal-actions .button { width: 100%; }
  .review-list div { flex-direction: column; gap: 2px; }
  .review-list strong { text-align: left; }
  .event-pass { grid-template-columns: 1fr; }
  .pass-code { display: none; }
  .success-actions { flex-direction: column; }
  .notice { right: 20px; bottom: 20px; }
}

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