:root {
  --navy: #071b39;
  --navy-2: #102f5c;
  --blue: #19518e;
  --gold: #f5bc24;
  --gold-dark: #bc8200;
  --ink: #172438;
  --muted: #607086;
  --sand: #f7f4ec;
  --line: #dfe4ea;
  --white: #fff;
  --shell: min(1120px, 90vw);
  --heading: 'Barlow Condensed', Arial, sans-serif;
  --body: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--white); font-family: var(--body); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; color: var(--navy); background: var(--gold); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 30; inset: 0 0 auto; color: var(--white); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(7, 27, 57, .98); box-shadow: 0 5px 24px rgba(0, 0, 0, .2); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand, .footer-brand { display: block; flex: 0 0 auto; }
.brand img { width: 122px; height: 51px; object-fit: contain; }
.nav-panel { display: flex; align-items: center; gap: 22px; }
.nav-links { display: flex; align-items: center; gap: 18px; margin: 0; padding: 0; list-style: none; }
.nav-links a { position: relative; font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.nav-links a:not(.button)::after { content: ''; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; padding: 6px; color: var(--white); background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 51px; padding: 14px 20px; border: 1px solid transparent; border-radius: 3px; font-size: .86rem; font-weight: 700; transition: transform .2s ease, color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 1.3rem; line-height: 0; }
.button-small { min-height: 40px; padding: 10px 14px; font-size: .75rem; }
.button-yellow { color: var(--navy); background: var(--gold); }
.button-yellow:hover { background: #ffce42; }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.75); }
.button-outline:hover { color: var(--navy); background: var(--white); }

.hero { position: relative; display: grid; min-height: 720px; min-height: 100svh; overflow: hidden; color: var(--white); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-image.hero-group-photo { object-position: center 56%; }
.hero-overlay { background: linear-gradient(90deg, rgba(2, 15, 37, .95) 0%, rgba(7, 27, 57, .78) 46%, rgba(7, 27, 57, .12) 100%); }
.hero-static { background: radial-gradient(circle at 88% 16%, rgba(56, 119, 191, .45), transparent 30%), linear-gradient(125deg, #06162f 0%, #0b2850 48%, #144879 100%); }
.hero-static::before { content: ''; position: absolute; z-index: 0; inset: -22% -10%; border: 1px solid rgba(245, 188, 36, .2); border-radius: 50%; box-shadow: 0 0 0 74px rgba(255, 255, 255, .025), 0 0 0 150px rgba(245, 188, 36, .035); transform: rotate(-18deg); }
.hero-static .hero-overlay { z-index: 1; background: linear-gradient(90deg, rgba(2, 15, 37, .38), rgba(7, 27, 57, .1)); }
.hero-static .hero-content, .hero-static .scroll-link { z-index: 2; }
.hero-content { position: relative; align-self: center; padding: 115px 0 80px; }
.eyebrow { margin: 0 0 13px; font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-light { color: var(--gold); }
.eyebrow-gold { color: var(--gold-dark); }
.hero h1, h2, h3 { margin-top: 0; }
.hero h1 { max-width: 760px; margin-bottom: 25px; font: 800 clamp(4.2rem, 8vw, 7.3rem)/.81 var(--heading); letter-spacing: -.025em; text-transform: uppercase; }
.hero h1 em, h2 em { color: var(--gold); font-style: normal; }
.hero-lead { max-width: 510px; margin: 0 0 25px; color: #e1e9f4; font-size: clamp(1rem, 1.7vw, 1.17rem); line-height: 1.7; }
.hero-details { display: flex; flex-wrap: wrap; gap: 23px; margin: 0 0 34px; padding: 0; list-style: none; }
.hero-details li { display: grid; gap: 3px; padding-left: 13px; border-left: 3px solid var(--gold); }
.hero-details strong { font-size: .85rem; text-transform: uppercase; letter-spacing: .04em; }
.hero-details span { color: #cbd8e9; font-size: .77rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.scroll-link { position: absolute; bottom: 26px; left: 5%; color: #d8e1ee; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.scroll-link span { margin-left: 8px; color: var(--gold); font-size: 1.1rem; }

.deadline { padding: 62px 0; background: var(--gold); }
.deadline-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 72px; align-items: center; }
.deadline .eyebrow { color: #785100; }
.deadline h2 { margin-bottom: 12px; font: 800 clamp(2.8rem, 4vw, 4rem)/.86 var(--heading); text-transform: uppercase; }
.deadline-copy { max-width: 410px; margin: 0; color: #694600; line-height: 1.65; }
.countdown { padding-left: 48px; border-left: 1px solid rgba(89, 57, 0, .35); }
.countdown > p { margin: 0 0 14px; font-size: .72rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.countdown-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.countdown-grid strong { display: block; font: 800 clamp(2.4rem, 4.7vw, 4rem)/.8 var(--heading); }
.countdown-grid span { color: #714b00; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.deadline-status { padding-left: 48px; border-left: 1px solid rgba(89, 57, 0, .35); }
.deadline-status > span { display: block; margin-bottom: 11px; color: #714b00; font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.deadline-status strong { display: block; color: var(--navy); font: 800 clamp(3.1rem, 5vw, 4.6rem)/.8 var(--heading); text-transform: uppercase; }
.deadline-status p { max-width: 360px; margin: 15px 0 0; color: #694600; font-size: .86rem; line-height: 1.6; }
.deadline-status a { color: var(--navy); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.section { padding: 110px 0; }
.section-white { background: var(--white); }
.section-sand { background: var(--sand); }
.section-navy { color: var(--white); background: var(--navy); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading h2, .section-copy h2 { max-width: 680px; margin-bottom: 0; color: var(--navy); font: 800 clamp(3.2rem, 5.5vw, 5rem)/.85 var(--heading); letter-spacing: -.025em; text-transform: uppercase; }
.section-heading > p { max-width: 320px; margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.7; }
.section-heading-light h2 { color: var(--white); }
.section-heading-light > p { color: #c4d2e5; }
.split-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1fr); gap: clamp(45px, 9vw, 110px); align-items: center; }
.about-photo { min-height: 510px; margin: 0; overflow: hidden; background: var(--navy); }
.about-photo img { display: block; width: 100%; height: 100%; min-height: 510px; object-fit: cover; object-position: center; }
.section-copy > p:not(.eyebrow) { margin: 21px 0 0; color: var(--muted); line-height: 1.78; }
.text-link { display: inline-flex; gap: 10px; margin-top: 29px; color: var(--blue); font-size: .9rem; font-weight: 700; }
.text-link span { font-size: 1.2rem; line-height: .8; }

.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.facts-grid article { min-height: 235px; padding: 29px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.5); }
.fact-value { display: block; color: var(--blue); font: 800 clamp(2.7rem, 4vw, 3.7rem)/.85 var(--heading); }
.facts-grid h3 { margin: 21px 0 7px; font-size: .95rem; text-transform: uppercase; }
.facts-grid p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.65; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.timeline li { min-height: 193px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.timeline time { display: block; margin-bottom: 20px; color: var(--gold-dark); font: 800 2.5rem/.8 var(--heading); }
.timeline h3 { margin-bottom: 7px; font-size: .98rem; }
.timeline p { margin: 0; color: var(--muted); font-size: .81rem; line-height: 1.6; }
.program-notice { display: grid; gap: 13px; max-width: 760px; padding: 32px 35px; border-left: 4px solid var(--gold); background: var(--sand); }
.program-notice strong { color: var(--navy); font: 800 clamp(1.65rem, 3vw, 2.35rem)/.94 var(--heading); text-transform: uppercase; }
.program-notice span { color: var(--muted); line-height: 1.7; }

.team-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.team-panel { padding: 39px; color: var(--ink); background: var(--white); }
.team-panel-strong { color: var(--white); background: var(--navy-2); }
.team-panel h3 { margin-bottom: 27px; font: 800 2.3rem/.9 var(--heading); text-transform: uppercase; }
.team-panel ul { margin: 0; padding: 0; list-style: none; }
.team-panel-strong li { display: flex; justify-content: space-between; gap: 16px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.2); }
.team-panel-strong li:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.team-panel-strong strong { color: var(--gold); font-size: .91rem; }
.team-panel-strong span { color: #c9d8e9; font-size: .78rem; text-align: right; }
.check-list { display: grid; gap: 14px; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.check-list li { position: relative; padding-left: 25px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--gold-dark); font-weight: 700; }
.panel-note { margin: 28px 0 0; padding-top: 19px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; line-height: 1.65; }

.registration-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.registration-steps article { min-height: 220px; padding: 30px; border-top: 4px solid var(--gold); background: var(--sand); }
.registration-steps span { color: var(--blue); font: 800 3.3rem/.85 var(--heading); }
.registration-steps h3 { margin: 19px 0 8px; font-size: 1rem; text-transform: uppercase; }
.registration-steps p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.payment-card { display: grid; grid-template-columns: 1.1fr auto auto; gap: 32px; align-items: center; margin-top: 18px; padding: 34px; border-left: 4px solid var(--gold); background: var(--navy); color: var(--white); }
.payment-card .eyebrow { color: var(--gold); }
.payment-card h3 { margin-bottom: 8px; font: 800 2.7rem/.85 var(--heading); text-transform: uppercase; }
.payment-card p:not(.eyebrow) { max-width: 530px; margin: 0; color: #d0ddeb; font-size: .85rem; line-height: 1.65; }
.iban { padding: 15px 19px; background: var(--white); }
.iban span, .iban small { display: block; font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.iban span { color: var(--muted); }
.iban strong { display: block; margin: 5px 0 7px; color: var(--navy); font-size: .88rem; letter-spacing: .06em; white-space: nowrap; }
.iban small { color: var(--blue); letter-spacing: 0; text-transform: none; }
.registration-announcement { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 38px; border-left: 4px solid var(--gold); color: var(--white); background: var(--navy); }
.registration-announcement .eyebrow { color: var(--gold); }
.registration-announcement h3 { margin: 0 0 12px; font: 800 clamp(2.5rem, 4vw, 3.5rem)/.83 var(--heading); text-transform: uppercase; }
.registration-announcement p:not(.eyebrow) { max-width: 640px; margin: 0; color: #d0ddeb; font-size: .9rem; line-height: 1.7; }

.partners-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(175px, 1fr)); gap: 16px; }
.partner-card { display: flex; align-items: center; justify-content: center; min-height: 158px; padding: 25px; border: 1px solid var(--line); background: var(--white); }
.partner-card img { width: min(100%, 245px); max-height: 85px; object-fit: contain; }
.partner-text { flex-direction: column; align-items: flex-start; }
.partner-text span { margin-bottom: 10px; color: var(--gold-dark); font-size: .61rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.partner-text strong { color: var(--blue); font: 800 2.05rem/.87 var(--heading); letter-spacing: .01em; text-transform: uppercase; }

.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.gallery-item { min-height: 250px; padding: 0; overflow: hidden; border: 0; background: var(--navy); cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease, opacity .3s ease; }
.gallery-item:hover img { transform: scale(1.05); opacity: .87; }
.gallery-featured { grid-column: span 2; height: 440px; }
.gallery-item:not(.gallery-featured) { height: 290px; }
.lightbox { width: min(1000px, 92vw); max-height: 92vh; padding: 0; overflow: visible; border: 0; background: transparent; }
.lightbox::backdrop { background: rgba(0, 0, 0, .88); }
.lightbox img { width: 100%; max-height: 86vh; object-fit: contain; background: #000; }
.lightbox-close { position: absolute; top: -42px; right: 0; width: 34px; height: 34px; border: 0; border-radius: 50%; color: var(--navy); background: var(--gold); font-size: 1.65rem; line-height: 1; cursor: pointer; }

.gallery-page { background: var(--sand); }
.gallery-page .site-header { background: rgba(7, 27, 57, .98); box-shadow: 0 5px 24px rgba(0, 0, 0, .2); }
.gallery-page-main { padding-top: 82px; }
.gallery-page-hero { padding: 96px 0 84px; color: var(--white); background: radial-gradient(circle at 82% 20%, rgba(56, 119, 191, .46), transparent 32%), linear-gradient(125deg, var(--navy), var(--navy-2)); }
.gallery-page-hero h1 { max-width: 720px; margin: 0; font: 800 clamp(4.2rem, 8vw, 7.3rem)/.81 var(--heading); letter-spacing: -.025em; text-transform: uppercase; }
.gallery-page-hero h1 em { color: var(--gold); font-style: normal; }
.gallery-page-hero p:not(.eyebrow) { max-width: 520px; margin: 23px 0 0; color: #d1dcec; line-height: 1.7; }
.gallery-video-showcase { padding: 94px 0 102px; color: var(--white); background: radial-gradient(circle at 83% 18%, rgba(35, 97, 166, .43), transparent 28%), linear-gradient(132deg, #06162f, #0b315e); }
.gallery-video-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .55fr); gap: clamp(34px, 9vw, 120px); align-items: end; margin-bottom: 42px; }
.gallery-video-heading h2 { margin: 0; color: var(--white); font: 800 clamp(3.7rem, 6vw, 6.25rem)/.8 var(--heading); letter-spacing: -.025em; text-transform: uppercase; }
.gallery-video-heading h2 em { color: var(--gold); font-style: normal; }
.gallery-video-heading > p { max-width: 400px; margin: 0 0 4px; color: #d3dfef; font-size: .94rem; line-height: 1.75; }
.gallery-film-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(250px, .55fr); gap: 22px; align-items: start; }
.gallery-film { margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .16); background: #020d1e; box-shadow: 0 20px 42px rgba(0, 0, 0, .22); }
.gallery-film video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #000; object-fit: cover; }
.gallery-film figcaption { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: center; padding: 16px 18px; }
.gallery-film figcaption span { grid-row: span 2; color: var(--gold); font: 800 2rem/.8 var(--heading); }
.gallery-film figcaption strong { color: var(--white); font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; }
.gallery-film figcaption small { margin-top: 4px; color: #b9c9dc; font-size: .72rem; }
.gallery-film-secondary { margin-top: 48px; }
.gallery-recent { padding-bottom: 104px; }
.gallery-archive { background: #eee9df; }

.registration-page { background: var(--sand); }
.registration-page .site-header { background: rgba(7, 27, 57, .98); box-shadow: 0 5px 24px rgba(0, 0, 0, .2); }
.registration-main { padding-top: 82px; }
.registration-hero { padding: 104px 0 92px; color: var(--white); background: radial-gradient(circle at 85% 20%, rgba(41, 110, 182, .55), transparent 28%), linear-gradient(125deg, #06162f 0%, #0b2850 54%, #155484 100%); }
.registration-hero h1, .confirmation-card h1 { max-width: 720px; margin: 0; font: 800 clamp(4.4rem, 8vw, 7.4rem)/.8 var(--heading); letter-spacing: -.025em; text-transform: uppercase; }
.registration-hero h1 em, .confirmation-card h1 em { color: var(--gold); font-style: normal; }
.registration-hero > .shell > p:not(.eyebrow) { max-width: 620px; margin: 25px 0 0; color: #d8e4f2; font-size: 1.04rem; line-height: 1.75; }
.registration-highlights { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 39px; }
.registration-highlights span { display: grid; gap: 3px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.21); color: #cad9e9; font-size: .72rem; line-height: 1.35; }
.registration-highlights strong { color: var(--white); font-size: .82rem; letter-spacing: .02em; text-transform: uppercase; }
.registration-section { padding: 105px 0; }
.registration-layout { display: grid; grid-template-columns: minmax(250px, .64fr) minmax(0, 1.36fr); gap: clamp(42px, 8vw, 108px); align-items: start; }
.registration-aside { position: sticky; top: 110px; }
.registration-aside h2 { max-width: 380px; margin: 0; color: var(--navy); font: 800 clamp(3.5rem, 5vw, 5.25rem)/.82 var(--heading); letter-spacing: -.025em; text-transform: uppercase; }
.registration-aside > p:not(.eyebrow) { max-width: 365px; margin: 24px 0 0; color: var(--muted); font-size: .94rem; line-height: 1.82; }
.registration-note { max-width: 365px; margin-top: 32px; padding: 23px; border-left: 4px solid var(--gold); background: #fff; }
.registration-note strong { color: var(--navy); font-size: .82rem; letter-spacing: .07em; text-transform: uppercase; }
.registration-note ul { margin: 13px 0 0; padding-left: 18px; color: var(--muted); font-size: .84rem; line-height: 1.85; }
.registration-contact { font-size: .81rem !important; }
.registration-contact a { color: var(--blue); font-weight: 700; }
.registration-form { padding: clamp(26px, 4vw, 52px); background: var(--white); box-shadow: 0 16px 55px rgba(7, 27, 57, .08); }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-status { margin: 0 0 28px; padding: 15px 17px; font-size: .86rem; line-height: 1.55; }
.form-status-error { color: #8c1b1b; border-left: 4px solid #b92929; background: #fff1f0; }
.form-intro { display: grid; grid-template-columns: 39px 1fr; gap: 13px; margin: 0 0 23px; padding-top: 34px; border-top: 1px solid var(--line); }
.form-status + .form-intro, .registration-form > .form-intro:first-of-type { padding-top: 0; border-top: 0; }
.form-intro span { display: grid; width: 33px; height: 33px; place-items: center; color: var(--navy); background: var(--gold); font: 800 1rem/1 var(--heading); }
.form-intro h3 { margin: 0; color: var(--navy); font: 700 1.45rem/1 var(--heading); letter-spacing: .02em; text-transform: uppercase; }
.form-intro p { margin: 6px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { display: grid; gap: 8px; }
.field-wide { grid-column: 1 / -1; }
.field label { color: var(--navy); font-size: .76rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.field label span, .consent b { color: #bd7014; }
.field label small { color: var(--muted); font-size: .7rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.field input, .field textarea { width: 100%; border: 1px solid #cbd4df; border-radius: 0; padding: 13px 14px; color: var(--navy); background: #fff; font: 500 .92rem/1.4 var(--body); outline: none; transition: border-color .18s ease, box-shadow .18s ease; }
.field textarea { min-height: 154px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(29, 92, 159, .12); }
.field.has-error input, .field.has-error textarea { border-color: #b92929; }
.field-hint, .field-error { margin: -1px 0 0; font-size: .74rem; line-height: 1.5; }
.field-hint { color: var(--muted); }
.field-error { color: #a22020; font-weight: 700; }
.registration-rules { margin: 0; padding: 21px 23px; border-left: 4px solid var(--gold); background: #f6f3ec; }
.registration-rules strong { color: var(--navy); font-size: .79rem; letter-spacing: .07em; text-transform: uppercase; }
.registration-rules p { margin: 9px 0 0; color: var(--muted); font-size: .83rem; line-height: 1.7; }
.consent { display: flex; align-items: flex-start; gap: 12px; margin-top: 23px; color: #465670; font-size: .81rem; line-height: 1.65; cursor: pointer; }
.consent input { flex: 0 0 auto; width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--blue); }
.consent.has-error { color: #8c1b1b; }
.consent-error { margin: 7px 0 0 30px; }
.form-submit-row { display: flex; align-items: center; gap: 21px; margin-top: 30px; }
.form-submit-row .button { border: 0; cursor: pointer; }
.form-submit-row p { max-width: 280px; margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.confirmation-main { display: grid; min-height: 100svh; place-items: center; padding: 142px 0 72px; background: radial-gradient(circle at 85% 15%, rgba(39, 105, 175, .5), transparent 25%), var(--navy); }
.confirmation-card { width: min(100% - 40px, 800px); padding: clamp(34px, 7vw, 76px); color: var(--white); background: #0d315e; box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.confirmation-card > p:not(.eyebrow) { max-width: 620px; margin: 24px 0 0; color: #d5e1ef; font-size: 1rem; line-height: 1.8; }
.confirmation-next { display: grid; gap: 7px; margin: 30px 0; padding: 21px 23px; border-left: 4px solid var(--gold); color: #d5e1ef; background: rgba(255,255,255,.06); line-height: 1.6; }
.confirmation-next strong { color: var(--gold); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.confirmation-next b { color: var(--white); }

.section-story { color: var(--white); background: linear-gradient(125deg, var(--navy), var(--navy-2)); }
.story-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 11%; align-items: end; margin-bottom: 56px; }
.story-heading h2 { margin-bottom: 0; color: var(--white); font: 800 clamp(4.2rem, 6vw, 6.1rem)/.79 var(--heading); text-transform: uppercase; }
.story-heading h2 em { color: var(--gold); font-style: normal; }
.story-heading > p { max-width: 520px; margin: 0; color: #d3dfee; line-height: 1.75; }
.story-copy { max-width: 900px; margin: auto; }
.story-copy p { margin: 0 0 24px; color: #d3dfee; font-size: .95rem; line-height: 1.85; }
.story-copy a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.story-copy blockquote { margin: 34px 0; padding: 28px 31px; border-left: 4px solid var(--gold); background: rgba(255,255,255,.08); color: var(--white); font-size: 1.04rem; font-style: italic; line-height: 1.75; }
.story-copy cite { display: block; margin-top: 15px; color: var(--gold); font-size: .64rem; font-style: normal; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.final-cta { padding: 78px 0; color: var(--white); background: var(--blue); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta h2 { margin-bottom: 0; font: 800 clamp(3rem, 4vw, 4.4rem)/.84 var(--heading); text-transform: uppercase; }
.site-footer { padding: 62px 0 18px; color: #c9d5e4; background: #051327; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 32px; }
.footer-brand img { width: 142px; height: 59px; object-fit: contain; }
.site-footer h2 { margin-bottom: 11px; color: var(--white); font-size: .76rem; letter-spacing: .09em; text-transform: uppercase; }
.site-footer a, .site-footer p { display: block; margin: 0 0 7px; font-size: .84rem; line-height: 1.55; }
.site-footer a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: #91a2b8; font-size: .75rem; }

@media (max-width: 1020px) {
  .nav-links { gap: 12px; }
  .nav-links a { font-size: .69rem; }
  .nav-panel { gap: 13px; }
  .timeline { grid-template-columns: repeat(3, 1fr); }
  .payment-card { grid-template-columns: 1fr auto; }
  .payment-card .button { grid-column: 1 / -1; justify-self: start; }
  .registration-layout { grid-template-columns: 1fr; gap: 46px; }
  .registration-aside { position: static; }
  .registration-aside h2 { max-width: 610px; }
  .registration-aside > p:not(.eyebrow), .registration-note { max-width: 610px; }
  .gallery-video-heading, .gallery-film-layout { grid-template-columns: 1fr; gap: 30px; }
  .gallery-film-secondary { width: min(100%, 560px); margin-top: 0; }
}

@media (max-width: 800px) {
  html { scroll-padding-top: 72px; }
  .nav { min-height: 70px; }
  .brand img { width: 105px; height: 44px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded='true'] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded='true'] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-panel { position: absolute; top: 70px; right: 0; left: 0; display: none; padding: 26px 5vw 30px; background: var(--navy); box-shadow: 0 18px 32px rgba(0,0,0,.25); }
  .nav-panel.is-open { display: block; }
  .nav-links { display: grid; gap: 0; margin-bottom: 20px; }
  .nav-links li { border-bottom: 1px solid rgba(255,255,255,.12); }
  .nav-links a { display: block; padding: 13px 0; font-size: .84rem; }
  .nav-links a:not(.button)::after { display: none; }
  .hero { min-height: 660px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(2, 15, 37, .92), rgba(7, 27, 57, .58)); }
  .hero-content { padding-top: 105px; }
  .hero h1 { font-size: clamp(3.9rem, 15vw, 5.8rem); }
  .deadline-grid, .split-grid, .team-layout, .story-heading { grid-template-columns: 1fr; gap: 38px; }
  .countdown { padding: 26px 0 0; border-top: 1px solid rgba(89, 57, 0, .35); border-left: 0; }
  .deadline-status { padding: 26px 0 0; border-top: 1px solid rgba(89, 57, 0, .35); border-left: 0; }
  .section { padding: 78px 0; }
  .section-heading { display: block; margin-bottom: 35px; }
  .section-heading > p { margin-top: 17px; }
  .about-photo, .about-photo img { min-height: 420px; }
  .facts-grid, .registration-steps { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
  .story-heading { margin-bottom: 38px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: span 2; }
  .registration-main { padding-top: 70px; }
  .registration-hero { padding: 82px 0 69px; }
  .registration-section { padding: 76px 0; }
  .registration-announcement-page { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
}

@media (max-width: 520px) {
  .hero-details { display: grid; gap: 13px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .deadline { padding: 50px 0; }
  .countdown-grid { gap: 7px; }
  .countdown-grid strong { font-size: 2.4rem; }
  .facts-grid, .timeline, .registration-steps, .partners-grid, .footer-grid { grid-template-columns: 1fr; }
  .facts-grid article { min-height: 0; }
  .timeline li { min-height: 0; }
  .team-panel, .payment-card { padding: 26px; }
  .program-notice, .registration-announcement, .registration-contact-card { padding: 26px; }
  .registration-announcement, .registration-contact-card { align-items: flex-start; flex-direction: column; }
  .registration-announcement .button, .registration-contact-card .button { width: 100%; }
  .team-panel-strong li { display: block; }
  .team-panel-strong span { display: block; margin-top: 4px; text-align: left; }
  .payment-card { grid-template-columns: 1fr; gap: 22px; }
  .payment-card .button { width: 100%; grid-column: auto; }
  .iban strong { white-space: normal; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-featured { grid-column: auto; height: 270px; }
  .gallery-item:not(.gallery-featured) { height: 240px; }
  .gallery-page-main { padding-top: 70px; }
  .gallery-page-hero { padding: 78px 0 64px; }
  .gallery-video-showcase { padding: 70px 0 76px; }
  .gallery-video-heading { margin-bottom: 31px; }
  .gallery-film-secondary { width: 100%; }
  .registration-hero h1, .confirmation-card h1 { font-size: clamp(4rem, 17vw, 5.6rem); }
  .registration-highlights { display: grid; }
  .registration-form { padding: 25px 20px; }
  .form-submit-row { display: block; }
  .form-submit-row .button { width: 100%; }
  .form-submit-row p { max-width: none; margin-top: 14px; }
  .confirmation-main { padding: 110px 0 40px; }
  .confirmation-card { width: min(100% - 28px, 800px); }
  .story-copy blockquote { padding: 24px 21px; font-size: .98rem; }
  .final-cta-inner { display: block; }
  .final-cta .button { width: 100%; margin-top: 25px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom a { margin-top: 10px; }
}

/* Prihlásenie tímu – jednoduchší, samostatný formulár */
.registration-page-modern { background: #f5f7fb; }
.registration-page-modern .registration-hero { padding: 80px 0 72px; background: radial-gradient(circle at 86% 5%, rgba(245, 188, 36, .24), transparent 27%), linear-gradient(128deg, #06162f, #0b315c); }
.registration-page-modern .registration-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(265px, 330px); gap: clamp(32px, 7vw, 96px); align-items: end; }
.registration-page-modern .registration-hero h1 { max-width: 620px; font-size: clamp(3.9rem, 7vw, 6.3rem); }
.registration-page-modern .registration-hero > .shell > div > p:not(.eyebrow) { max-width: 560px; margin: 19px 0 0; color: #dce7f4; font-size: 1rem; line-height: 1.7; }
.registration-hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; color: #dce7f4; font-size: .8rem; font-weight: 700; }
.registration-hero-points span { padding: 9px 12px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; }
.registration-deadline-card { padding: 25px 27px; border: 1px solid rgba(245, 188, 36, .55); border-radius: 16px; color: var(--white); background: rgba(4, 20, 43, .46); box-shadow: 0 18px 38px rgba(0, 0, 0, .13); }
.registration-deadline-card span, .registration-deadline-card small { display: block; color: #c9d9ea; font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.registration-deadline-card strong { display: block; margin: 9px 0 12px; color: var(--gold); font: 800 2.15rem/.9 var(--heading); letter-spacing: .02em; }
.registration-deadline-card small { color: #dce7f4; font-weight: 600; letter-spacing: 0; text-transform: none; }

.registration-page-modern .registration-section { padding: 72px 0 100px; }
.registration-announcement-page { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.registration-announcement-page article { min-height: 215px; padding: 30px; border-top: 4px solid var(--gold); border-radius: 12px; background: var(--white); box-shadow: 0 12px 25px rgba(7, 27, 57, .06); }
.registration-announcement-page article > span { display: block; color: var(--blue); font: 800 3.15rem/.82 var(--heading); }
.registration-announcement-page h3 { margin: 19px 0 8px; color: var(--navy); font-size: 1rem; text-transform: uppercase; }
.registration-announcement-page p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.registration-contact-card { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 18px; padding: 35px; border: 1px solid #dce4ed; border-left: 4px solid var(--gold); background: var(--white); box-shadow: 0 12px 25px rgba(7, 27, 57, .05); }
.registration-contact-card h3 { margin: 0 0 9px; color: var(--navy); font: 800 2.45rem/.88 var(--heading); text-transform: uppercase; }
.registration-contact-card p { max-width: 600px; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.7; }
.registration-page-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.registration-page-heading .eyebrow { margin-bottom: 11px; }
.registration-page-heading h2 { margin: 0; color: var(--navy); font: 800 clamp(3.15rem, 5vw, 4.85rem)/.82 var(--heading); letter-spacing: -.02em; text-transform: uppercase; }
.registration-page-heading > p { max-width: 430px; margin: 0 0 4px; color: var(--muted); font-size: .94rem; line-height: 1.7; }
.registration-page-heading b { color: #a76110; }
.registration-page-modern .registration-layout-modern { grid-template-columns: minmax(248px, .52fr) minmax(0, 1.48fr); gap: clamp(28px, 5vw, 64px); }
.registration-summary { display: grid; gap: 15px; align-self: start; }
.registration-page-modern .registration-summary { position: sticky; top: 106px; }
.summary-card { padding: 24px; border: 1px solid #dce4ed; border-radius: 15px; background: var(--white); box-shadow: 0 10px 24px rgba(7, 27, 57, .04); }
.summary-card-primary { color: var(--white); border-color: transparent; background: linear-gradient(145deg, #0b315e, #0c4f86); }
.summary-label { display: block; margin-bottom: 8px; color: #61728b; font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.summary-card-primary .summary-label { color: #f9d366; }
.summary-card strong { display: block; color: var(--navy); font: 800 2.25rem/.92 var(--heading); text-transform: uppercase; }
.summary-card-primary strong { color: var(--white); }
.summary-card p { margin: 13px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.65; }
.summary-card-primary p { color: #d5e3f3; }
.registration-checklist { display: grid; gap: 14px; margin: 16px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .83rem; line-height: 1.5; }
.registration-checklist li { display: grid; grid-template-columns: 23px 1fr; gap: 10px; align-items: start; }
.registration-checklist span { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--gold); font: 800 .78rem/1 var(--heading); }
.registration-page-modern .registration-contact { margin: 4px 2px 0; color: var(--muted); font-size: .78rem !important; line-height: 1.65; }

.registration-page-modern .registration-form-modern { padding: clamp(25px, 4.6vw, 52px); border: 1px solid #dce4ed; border-radius: 18px; background: var(--white); box-shadow: 0 18px 45px rgba(7, 27, 57, .07); }
.registration-form-modern .modern-form-section { min-width: 0; margin: 0; padding: 0; border: 0; }
.registration-form-modern .modern-form-section + .modern-form-section { margin-top: 34px; padding-top: 34px; border-top: 1px solid #e4eaf0; }
.registration-form-modern .modern-form-section legend { display: flex; align-items: flex-start; gap: 12px; width: 100%; margin: 0 0 22px; padding: 0; color: var(--navy); }
.registration-form-modern .modern-form-section legend > span:first-child { display: grid; flex: 0 0 auto; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--gold); font: 800 .95rem/1 var(--heading); }
.registration-form-modern .modern-form-section legend > span:last-child { display: grid; gap: 4px; }
.registration-form-modern .modern-form-section legend b { font: 800 1.32rem/1 var(--heading); letter-spacing: .01em; text-transform: uppercase; }
.registration-form-modern .modern-form-section legend small { color: var(--muted); font: 500 .78rem/1.45 var(--body); }
.registration-form-modern .modern-form-grid { gap: 20px; }
.registration-form-modern .field { gap: 7px; }
.registration-form-modern .field label { font-size: .72rem; }
.registration-form-modern .field input, .registration-form-modern .field textarea, .registration-form-modern .field select { width: 100%; min-height: 49px; border: 1px solid #cbd7e4; border-radius: 9px; padding: 12px 14px; color: var(--navy); background: #fff; font: 600 .9rem/1.4 var(--body); outline: none; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.registration-form-modern .field textarea { min-height: 186px; resize: vertical; font-weight: 500; line-height: 1.6; }
.registration-form-modern .field select { appearance: auto; cursor: pointer; }
.registration-form-modern .field input::placeholder, .registration-form-modern .field textarea::placeholder { color: #8492a5; font-weight: 500; }
.registration-form-modern .field input:focus, .registration-form-modern .field textarea:focus, .registration-form-modern .field select:focus { border-color: #1d5c9f; box-shadow: 0 0 0 4px rgba(29, 92, 159, .11); background: #fcfdff; }
.registration-form-modern .field-hint { margin-top: 2px; font-size: .76rem; }
.registration-form-footer { margin-top: 34px; padding-top: 30px; border-top: 1px solid #e4eaf0; }
.registration-form-modern .registration-rules { border: 1px solid #e1e8f0; border-left: 4px solid var(--gold); border-radius: 9px; background: #f8fafc; }
.registration-form-modern .consent { padding: 2px 1px; font-size: .79rem; }
.registration-form-modern .consent input { width: 19px; height: 19px; }
.registration-form-modern .form-submit-row { justify-content: space-between; margin-top: 28px; }
.registration-form-modern .form-submit-row .button { min-height: 52px; padding-right: 25px; padding-left: 25px; border-radius: 8px; }
.registration-form-modern .form-submit-row p { max-width: 310px; text-align: right; }
.registration-form-modern .form-submit-row b { color: var(--navy); }

@media (max-width: 1020px) {
  .registration-page-modern .registration-layout-modern { grid-template-columns: 1fr; }
  .registration-page-modern .registration-summary { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .registration-page-modern .registration-summary .registration-contact { grid-column: 1 / -1; }
}

@media (max-width: 800px) {
  .registration-page-modern .registration-hero { padding: 65px 0 58px; }
  .registration-page-modern .registration-hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .registration-deadline-card { max-width: 360px; }
  .registration-page-heading { display: block; margin-bottom: 28px; }
  .registration-page-heading > p { margin-top: 17px; }
}

@media (max-width: 560px) {
  .registration-page-modern .registration-section { padding: 52px 0 68px; }
  .registration-page-modern .registration-summary { grid-template-columns: 1fr; }
  .registration-page-modern .registration-summary .registration-contact { grid-column: auto; }
  .summary-card { padding: 21px; }
  .registration-page-modern .registration-form-modern { padding: 25px 18px; border-radius: 13px; }
  .registration-form-modern .modern-form-section + .modern-form-section { margin-top: 29px; padding-top: 29px; }
  .registration-form-modern .modern-form-section legend { margin-bottom: 20px; }
  .registration-form-modern .form-submit-row p { max-width: none; text-align: left; }
}
