/* Mergen2 Corporate Renewal — refined dark fantasy, no angular cuts */
:root {
  --night: #07040c;
  --night-soft: #120a19;
  --purple: #8b46c8;
  --purple-light: #c995ed;
  --cream: #eee5d7;
  --cream-light: #f8f2e9;
  --text-light: #f5ecdf;
  --text-muted: #a99caf;
  --dark-text: #2a1d31;
  --border-light: rgba(236, 218, 246, .16);
  --border-dark: rgba(55, 35, 66, .13);
  --soft-radius: 8px;
  --shell: min(1240px, calc(100% - 52px));
}

html, body { max-width: 100%; overflow-x: hidden; }
body { color: var(--dark-text); background: var(--night); }
body::before { display: none; }

/* Branded loading screen */
.page-loader { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; color: #f7eadc; background: radial-gradient(circle at 50% 44%, #26102f 0%, #0d0712 34%, #050308 74%); transition: opacity .7s ease, visibility .7s ease; }
.page-loader::before { display: none; }
.page-loader.loaded { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-shell { position: relative; display: grid; width: min(390px, calc(100vw - 48px)); justify-items: center; }
.loader-logo { width: min(300px, 75vw); max-height: 116px; object-fit: contain; filter: drop-shadow(0 9px 4px rgba(0,0,0,.68)) drop-shadow(0 0 28px rgba(171,65,230,.34)); animation: loaderLogoPulse 2.3s ease-in-out infinite; }
.page-loader .loader-shell > p { margin: 16px 0 18px; color: rgba(239,219,238,.64); font-size: 8px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.loader-progress { position: relative; width: 100%; height: 12px; overflow: hidden; padding: 2px; border: 1px solid rgba(211,135,241,.38); border-radius: 2px; background: rgba(5,3,8,.86); box-shadow: inset 0 1px 8px rgba(0,0,0,.76), 0 0 26px rgba(128,36,172,.16); }
.loader-progress::before { content: ''; position: absolute; z-index: 2; inset: 2px; pointer-events: none; background: repeating-linear-gradient(90deg, transparent 0 20px, rgba(6,3,9,.7) 20px 22px); }
.loader-progress i { position: relative; display: block; width: var(--loader-progress, 0%); height: 100%; overflow: hidden; border-radius: 1px; background: linear-gradient(90deg,#561286 0%,#8424bd 31%,#cc58f5 56%,#912ac9 77%,#60128f 100%); box-shadow: 0 0 20px rgba(194,79,239,.58); transition: width .16s linear; }
.loader-progress i::after { content: ''; position: absolute; top: 0; bottom: 0; width: 65px; background: linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent); animation: loaderScan 1.05s linear infinite; }
.loader-percent { justify-self: end; margin-top: 9px; color: #d99cf1; font: 700 9px 'Manrope'; letter-spacing: .08em; }
.page-loader.is-complete .loader-progress { border-color: rgba(229,155,255,.78); box-shadow: 0 0 34px rgba(176,61,224,.34); }
.page-loader.is-complete .loader-progress i { box-shadow: 0 0 28px rgba(211,91,255,.82); }
@keyframes loaderLogoPulse { 50% { transform: translateY(-3px); filter: drop-shadow(0 11px 5px rgba(0,0,0,.72)) drop-shadow(0 0 42px rgba(187,72,241,.5)); } }
@keyframes loaderScan { from { left: -70px; } to { left: calc(100% + 70px); } }

/* Navigation */
.site-header {
  border: 0;
  border-bottom: 1px solid rgba(244, 227, 207, .11);
  background: linear-gradient(180deg, rgba(7, 4, 12, .86), rgba(7, 4, 12, .55));
  box-shadow: none;
  backdrop-filter: blur(18px);
}
.site-header::after { display: none; }
.site-header.scrolled { border-color: rgba(244, 227, 207, .12); background: rgba(8, 5, 13, .94); box-shadow: 0 16px 42px rgba(0,0,0,.22); }
.navbar { min-height: 78px; gap: 22px; }
.brand { min-width: 126px; padding: 0; }
.brand::before { display: none; }
.brand-logo { width: 126px; height: auto; max-height: 43px; object-fit: contain; filter: drop-shadow(0 5px 14px rgba(120,45,181,.24)); }
.nav-menu { gap: 20px; }
.nav-links { gap: clamp(12px, 1.25vw, 23px); }
.nav-links a { padding: 31px 0 28px; color: rgba(245,235,222,.7); background: none; font-size: 10px; font-weight: 700; letter-spacing: .015em; }
.nav-links a::before { display: none; }
.nav-links a::after { right: 0; bottom: 22px; left: 0; height: 1px; border-radius: 0; background: var(--purple-light); }
.nav-links a:hover, .nav-links a.active { color: #fff9ef; background: none; }
.nav-actions { gap: 9px; }
.nav-register, .nav-download, .button, .hero .text-link, .season-info a, .partner-card a, .story-link, .button-white, .button-ghost {
  border-radius: 5px;
  clip-path: none;
}
.nav-register { display: inline-flex; min-height: 42px; align-items: center; padding: 0 18px; border: 1px solid rgba(199,119,241,.42); color: #f8ecff; background: linear-gradient(135deg, rgba(42,20,54,.96), rgba(78,30,103,.94)); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 10px 24px rgba(0,0,0,.16); font-size: 9px; font-weight: 800; transition: border-color .25s, transform .25s, box-shadow .25s, filter .25s; }
.nav-register:hover { border-color: #d68cff; transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 13px 28px rgba(104,34,144,.28); filter: brightness(1.1); }
.nav-download { min-height: 42px; padding-inline: 20px; background: linear-gradient(125deg, #6421a0 0%, #9e3de1 42%, #b85bf0 55%, #7a25bf 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 11px 28px rgba(112,33,166,.34); }
.language { z-index: 30; }
.language-trigger { position: relative; height: 42px; gap: 9px; padding: 0 13px; border: 1px solid rgba(202,132,235,.31); border-radius: 5px; color: #f7ebfb; background: linear-gradient(135deg, rgba(36,18,47,.96), rgba(17,10,23,.96)); box-shadow: inset 0 1px 0 rgba(255,255,255,.065), 0 10px 25px rgba(0,0,0,.16); transition: border-color .25s, background .25s, box-shadow .25s; }
.language-trigger:hover, .language.open .language-trigger { border-color: rgba(220,146,255,.72); background: linear-gradient(135deg, rgba(66,27,86,.98), rgba(28,13,38,.98)); box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 12px 30px rgba(94,29,128,.28); }
.language-globe { display: none !important; }
.current-flag { width: 24px; height: 17px; overflow: hidden; border: 1px solid rgba(255,255,255,.24); border-radius: 2px; box-shadow: 0 3px 10px rgba(0,0,0,.34); }
.current-language { min-width: 18px; color: #fff7ff; font-size: 10px; letter-spacing: .06em; }
.chevron { margin-left: 1px; color: #cf94eb; font-size: 13px; }
.language-menu { z-index: 40; top: calc(100% + 10px); width: 270px; padding: 9px; overflow: hidden auto; border: 1px solid rgba(210,145,239,.24); border-radius: 7px; clip-path: none; color: #eadfec; background: linear-gradient(155deg, rgba(31,15,39,.99), rgba(10,6,14,.99)); box-shadow: 0 28px 70px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(22px); }
.language-menu::before { content: ''; position: absolute; top: 0; right: 15px; left: 15px; height: 1px; background: linear-gradient(90deg, transparent, #be65e8, transparent); }
.language-menu button { position: relative; min-height: 43px; grid-template-columns: 27px 1fr 24px; gap: 10px; padding: 9px 11px; border: 1px solid transparent; border-radius: 4px; clip-path: none; color: #cfc1d2; transition: color .2s, border-color .2s, background .2s, transform .2s; }
.language-menu button + button { margin-top: 2px; }
.language-menu button span { font-size: 11px; }
.language-menu button small { color: #796b80; font-size: 8px; text-align: right; }
.language-menu button:hover { color: #fff4ff; border-color: rgba(207,136,238,.16); background: linear-gradient(90deg, rgba(139,56,177,.18), rgba(139,56,177,.04)); transform: translateX(2px); }
.language-menu button[aria-selected="true"] { color: #fff6ff; border-color: rgba(210,131,245,.25); background: linear-gradient(90deg, rgba(137,50,179,.42), rgba(79,29,104,.2)); box-shadow: inset 3px 0 0 #c267ec; }
.language-menu button[aria-selected="true"] small { color: #dca7f3; }
.flag-icon { width: 24px; height: 17px; border-color: rgba(255,255,255,.2); border-radius: 2px; box-shadow: 0 3px 8px rgba(0,0,0,.3); }
.menu-toggle { border: 1px solid rgba(210,137,240,.32); border-radius: 5px; clip-path: none; background: linear-gradient(145deg, rgba(61,26,78,.92), rgba(14,8,19,.96)); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 10px 25px rgba(0,0,0,.2); }
.menu-toggle:hover { border-color: rgba(224,158,252,.7); background: linear-gradient(145deg, rgba(93,36,122,.96), rgba(30,12,42,.98)); }

/* Buttons */
.button { position: relative; overflow: hidden; min-height: 50px; border: 1px solid #be67ef; color: #fffaff; background: linear-gradient(125deg, #5b1b92 0%, #8e2fc9 36%, #b94def 52%, #7622b8 78%, #511482 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 15px 36px rgba(103,28,155,.34); text-transform: none; letter-spacing: .02em; transition: transform .28s, box-shadow .28s, filter .28s, border-color .28s; }
.button::before { content: ''; position: absolute; top: -50%; left: -35%; width: 24%; height: 200%; opacity: .7; background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent); transform: rotate(18deg); transition: left .55s ease; }
.button::after { content: ''; position: absolute; right: 8px; bottom: 5px; left: 8px; height: 1px; opacity: .55; background: linear-gradient(90deg, transparent, rgba(242,190,255,.72), transparent); }
.button:hover { border-color: #e0a0ff; transform: translateY(-3px); box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 20px 44px rgba(118,32,176,.48); filter: saturate(1.13) brightness(1.08); }
.button:hover::before { left: 125%; }
.button > * { position: relative; z-index: 1; }

/* Hero */
.hero { min-height: 900px; height: 100svh; background: var(--night); }
.hero-content { min-height: 900px; padding-top: 105px; padding-bottom: 58px; }
.hero-video { filter: saturate(.35) hue-rotate(14deg) contrast(1.05); mix-blend-mode: screen; }
.hero.video-ready .hero-video { opacity: .12; }
.hero-image { background-image: url('../images/hero-mergen2.png'); background-position: center; }
.hero-wash {
  background:
    radial-gradient(ellipse at 50% 42%, rgba(67,30,89,.04), rgba(6,3,10,.28) 62%, rgba(4,2,7,.82) 100%),
    linear-gradient(180deg, rgba(5,3,9,.34), transparent 24%, transparent 62%, rgba(5,3,9,.94) 100%);
}
.aurora { opacity: .22; filter: blur(120px); }
.petal { width: 3px; height: 3px; border-radius: 50%; }
.hero-copy { width: min(760px, 100%); }
.hero .eyebrow { margin-bottom: 12px; color: rgba(232,210,244,.72); font-size: 8px; letter-spacing: .22em; }
.hero .eyebrow > span, .hero .eyebrow::after { width: 38px; background: linear-gradient(90deg, transparent, rgba(208,158,235,.65)); }
.hero-logo { width: clamp(310px, 33vw, 430px); max-height: 160px; margin-bottom: 6px; filter: drop-shadow(0 8px 4px rgba(0,0,0,.65)) drop-shadow(0 0 23px rgba(145,61,207,.24)); animation: logoCalm 6s ease-in-out infinite; }
@keyframes logoCalm { 50% { transform: translateY(-2px); filter: drop-shadow(0 10px 5px rgba(0,0,0,.7)) drop-shadow(0 0 30px rgba(160,72,218,.31)); } }
.hero-lead { max-width: 650px; margin: 7px auto 0; color: rgba(242,229,211,.72); font-size: 13px; line-height: 1.75; }

/* Layered fog / smoke */
.hero-fog { position: absolute; z-index: 3; inset: 0; overflow: hidden; pointer-events: none; }
.hero-fog::before, .hero-fog::after, .hero-fog i {
  content: '';
  position: absolute;
  left: -30%;
  width: 160%;
  height: 34%;
  opacity: .3;
  background:
    radial-gradient(ellipse at 12% 62%, rgba(219,199,226,.22), transparent 26%),
    radial-gradient(ellipse at 42% 45%, rgba(164,132,181,.24), transparent 30%),
    radial-gradient(ellipse at 78% 62%, rgba(223,204,229,.18), transparent 28%);
  filter: blur(28px);
  will-change: transform;
}
.hero-fog::before { bottom: -7%; opacity: .44; animation: fogFlow 24s linear infinite alternate; }
.hero-fog::after { bottom: 8%; opacity: .3; transform: scaleX(-1); animation: fogFlowBack 31s linear infinite alternate; }
.hero-fog i:nth-child(1) { bottom: 22%; opacity: .11; animation: fogFlow 37s -10s linear infinite alternate; }
.hero-fog i:nth-child(2) { top: 15%; opacity: .08; transform: scale(.85); animation: fogFlowBack 41s -7s linear infinite alternate; }
.hero-fog i:nth-child(3) { bottom: -16%; opacity: .34; transform: scale(1.15); animation: fogFlow 29s -13s linear infinite alternate; }
@keyframes fogFlow { from { transform: translate3d(-5%, 0, 0) scale(1); } to { transform: translate3d(12%, -3%, 0) scale(1.08); } }
@keyframes fogFlowBack { from { transform: translate3d(8%, 0, 0) scaleX(-1); } to { transform: translate3d(-10%, 2%, 0) scaleX(-1.06); } }

/* Opening countdown */
.countdown-card { position: relative; display: grid; width: min(820px, 100%); grid-template-columns: 245px minmax(0,1fr); align-self: center; margin: 24px 0 0; padding: 0; overflow: hidden; border: 1px solid rgba(226,201,238,.22); border-radius: 7px; background: rgba(10,6,15,.78); box-shadow: 0 26px 72px rgba(0,0,0,.34); backdrop-filter: blur(20px); }
.countdown-card::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(110deg, rgba(141,67,184,.12), transparent 45%); }
.countdown-card::after { display: none; }
.opening-summary { position: relative; z-index: 1; display: flex; min-height: 116px; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 25px; border-right: 1px solid rgba(230,210,238,.13); text-align: left; }
.opening-summary > div { display: grid; gap: 8px; }
.opening-summary > div > span { color: #c58ee0; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.opening-summary strong { color: #f8eddf; font: 600 18px 'Manrope'; white-space: nowrap; }
.opening-summary strong b { color: #d4a1e9; font-size: 27px; }
.opening-summary strong span { color: inherit; }
.opening-summary time { display: grid; gap: 2px; color: #f5eadc; font: 700 20px 'Manrope'; text-align: right; }
.opening-summary time small { color: rgba(235,218,226,.48); font: 500 7px 'DM Sans'; white-space: nowrap; }
.countdown-main { position: relative; z-index: 1; padding: 19px 22px; }
.countdown-label { margin: 0 0 10px; color: rgba(231,211,237,.53); font-size: 7px; font-weight: 800; letter-spacing: .17em; text-align: left; }
.countdown { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; padding: 0; background: none; box-shadow: none; }
.countdown div { display: grid; min-height: 67px; place-content: center; border: 1px solid rgba(230,208,238,.12); border-radius: 4px; background: rgba(255,255,255,.035); }
.countdown strong { color: #fff5e8; font: 600 25px 'Manrope'; }
.countdown span { color: rgba(230,211,234,.5); font-size: 7px; letter-spacing: .08em; }
.countdown > i { display: none; }
.hero-cta { margin-top: 17px; }
.hero-cta .button, .hero .text-link { min-width: 174px; min-height: 47px; }
.hero .text-link { position: relative; overflow: hidden; border: 1px solid rgba(192,112,229,.38); border-radius: 5px; color: #f8edfa; background: linear-gradient(130deg, rgba(25,12,33,.92), rgba(65,25,85,.82), rgba(16,8,23,.92)); box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 13px 30px rgba(0,0,0,.22); transition: transform .25s, border-color .25s, box-shadow .25s; }
.hero .text-link::after { content: ''; position: absolute; right: 9px; bottom: 5px; left: 9px; height: 1px; background: linear-gradient(90deg, transparent, rgba(206,125,242,.58), transparent); }
.hero .text-link:hover { border-color: #d68cf4; transform: translateY(-3px); box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 18px 38px rgba(80,25,110,.35); }
.hero .play-icon { width: 27px; height: 27px; border-radius: 50%; }
.hero-trust { margin-top: 15px; }
.hero-trust span { color: rgba(241,227,211,.48); font-size: 8px; }
.scroll-cue { bottom: 18px; }
.scroll-cue small { display: none; }

/* Shared section system */
.section { padding-block: 116px; }
.section::after { display: none; }
.kicker { gap: 0; margin-bottom: 18px; font-size: 9px; letter-spacing: .18em; }
.kicker::after { display: none; }
.kicker > span { display: none; }
.final-cta .kicker > span { display: inline-flex; color: #caa2dd; }
.section h2, .showcase-heading h2 { letter-spacing: -.045em; }

/* Preface */
.preface { padding-block: 120px; color: var(--dark-text); background: var(--cream-light); }
.preface::before { display: none; }
.preface-grid { grid-template-columns: .85fr 1.15fr; gap: clamp(60px,8vw,115px); }
.preface .section-intro { padding: 0; border: 0; }
.preface-copy { padding: 0; border: 0; }
.preface-copy::before { display: none; }
.preface .lead-quote { margin-bottom: 34px; color: #392640; font-size: 25px; }
.copy-columns { gap: 32px; }
.preface .signature { width: auto; margin-top: 36px; padding: 23px 0 0; border: 0; border-top: 1px solid var(--border-dark); border-radius: 0; clip-path: none; background: none; }
.preface .signature > span { border-radius: 50%; clip-path: none; }

/* Story: clean editorial presentation */
.story { padding-block: 122px; background: linear-gradient(90deg, rgba(6,3,10,.98), rgba(13,7,18,.87) 58%, rgba(6,3,10,.86)), url('../images/slider-oldschool.png') center/cover fixed; }
.story::before { background: linear-gradient(90deg, rgba(7,4,11,.98), rgba(9,5,13,.74) 62%, rgba(7,4,11,.56)); }
.story::after, .story-art { display: none; }
.story-layout-real { grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr); gap: clamp(60px,8vw,120px); }
.story-layout-real .story-intro { top: 112px; padding: 0; border: 0; }
.founder-seal { border: 1px solid rgba(229,208,238,.13); border-radius: 6px; clip-path: none; background: rgba(8,4,12,.55); }
.founder-seal > span { border-radius: 50%; clip-path: none; }
.story-link { border-radius: 0; clip-path: none; }
.story-article { position: relative; padding: 5px 0 5px 38px; border-left: 1px solid rgba(213,171,233,.3); color: rgba(243,229,213,.7); }
.story-article > p { margin: 0 0 20px; font-size: 14px; line-height: 1.9; }
.story-article > p strong { color: #fff1df; }
.story-article blockquote { display: grid; gap: 9px; margin: 30px 0; padding: 24px 26px; border: 1px solid rgba(222,191,236,.13); border-radius: 6px; color: #e7d2f0; background: rgba(114,52,145,.09); font: 600 14px/1.55 'Manrope'; }
.story-article blockquote span::before { content: '—'; margin-right: 9px; color: #ae70ca; }
.story-turn { margin: 33px 0; padding: 24px 0; text-align: left; }
.story-turn small { color: #b67ed0; }
.story-article .story-belief { margin-top: 28px; padding: 22px 0; border-top: 1px solid rgba(224,197,236,.13); border-bottom: 1px solid rgba(224,197,236,.13); border-radius: 0; color: #f1dfca; background: none; font: 500 17px/1.7 'Manrope'; }
.story-article .story-motto { margin-top: 27px; color: #fff1df; font: 600 20px/1.4 'Manrope'; text-align: left; }

/* Feature showcase */
.showcase { color: var(--dark-text); background: var(--cream); }
.showcase-heading { grid-template-columns: 1fr minmax(300px,410px); gap: 60px; padding-top: 112px; padding-bottom: 42px; }
.showcase-heading .kicker { color: #7d469b; }
.showcase-heading h2 { color: #2e1e35; font-size: clamp(42px,4.8vw,68px); }
.showcase-heading > p { color: #756878; }
.showcase-slider { width: var(--shell); height: 650px; margin: 0 auto 110px; overflow: hidden; border: 1px solid var(--border-dark); border-radius: 8px; background: #0b0710; box-shadow: 0 28px 70px rgba(45,25,54,.16); }
.showcase-slide { border-radius: inherit; background-image: linear-gradient(90deg, rgba(6,3,10,.94) 0%, rgba(7,4,11,.78) 42%, rgba(7,4,11,.18) 75%), var(--slide-image); }
.showcase-slide::before { background: linear-gradient(180deg, transparent 60%, rgba(4,2,7,.68)); }
.showcase-content { width: calc(100% - 90px); padding-bottom: 45px; }
.slide-code { margin-bottom: 18px; color: #c18adc; letter-spacing: .16em; }
.slide-code span { display: none; }
.showcase-content h3 { max-width: 670px; color: #f7ecdd; font-size: clamp(42px,5vw,70px); text-shadow: 0 5px 28px rgba(0,0,0,.72); }
.showcase-content > p:not(.slide-code) { color: rgba(243,228,210,.72); }
.showcase-content li { padding: 9px 12px; border: 1px solid rgba(229,206,239,.15); border-radius: 4px; clip-path: none; color: rgba(246,232,215,.76); background: rgba(9,5,13,.55); }
.showcase-controls { right: 45px; bottom: 36px; left: auto; width: auto; }
.showcase-controls button, .season-controls button { width: 44px; height: 44px; border: 1px solid rgba(204,119,239,.4); border-radius: 5px; clip-path: none; color: #fff2ff; background: linear-gradient(145deg, rgba(103,35,135,.92), rgba(27,12,36,.96)); box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 10px 24px rgba(0,0,0,.24); }
.showcase-controls button:hover, .season-controls button:hover { border-color: #dc91fb; background: linear-gradient(145deg,#9a3bce,#4d1a68); transform: translateY(-2px); }
.showcase-pagination { min-width: 220px; }

/* Seasons */
.seasons { padding-block: 112px; color: var(--text-light); background: var(--night-soft); }
.season-head { margin-bottom: 22px; }
.season-head > p { color: var(--text-muted); }
.season-controls { justify-content: flex-end; margin-bottom: 17px; }
.season-controls > div { gap: 7px; }
.season-card { min-width: min(680px,70vw); min-height: 480px; flex-basis: min(680px,70vw); border: 1px solid var(--border-light); border-radius: 7px; clip-path: none; background: #0b0710; }
.season-card::after { background: linear-gradient(90deg, rgba(7,4,11,.96), rgba(7,4,11,.62) 58%, rgba(7,4,11,.16)); }
.season-info a, .locked { border-radius: 4px; clip-path: none; }
.season-info a { border: 1px solid rgba(255,255,255,.34); color: #40194f; background: linear-gradient(125deg,#fff5e7,#e8cef2 52%,#f6e6d9); box-shadow: inset 0 1px 0 #fff, 0 12px 26px rgba(0,0,0,.2); transition: transform .25s, box-shadow .25s, filter .25s; }
.season-info a:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 #fff, 0 16px 32px rgba(0,0,0,.28); filter: brightness(1.08); }

/* Rewards */
.rewards { padding-block: 118px; color: var(--dark-text); background: var(--cream-light); }
.rewards::before { opacity: .13; }
.rewards .kicker { color: #7e459c; }
.rewards-copy > p:not(.kicker) { color: #766a79; }
.verified > span { border-radius: 50%; clip-path: none; }
.reward-ledger { border: 1px solid var(--border-dark); border-radius: 7px; clip-path: none; background: #fffaf2; box-shadow: 0 25px 65px rgba(47,28,55,.1); }
.ledger-row { border-radius: 4px; }
.ledger-icon, .pending, .soon { border-radius: 4px; clip-path: none; }

/* Partners */
.partners { padding-block: 115px; color: var(--text-light); background: #0d0712; }
.partners .section-heading > p:last-child { color: var(--text-muted); }
.partner-grid { gap: 16px; }
.partner-card, .partner-card.featured { min-height: 325px; border: 1px solid var(--border-light); border-radius: 7px; clip-path: none; background: linear-gradient(145deg,#1b1022,#0b0710); box-shadow: none; transform: none; }
.partner-card::before { display: none; }
.partner-card.featured { border-color: rgba(193,127,222,.35); background: linear-gradient(145deg,#40204d,#160c1e); }
.platform { border-radius: 5px; clip-path: none; }
.partner-card a { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; margin-top: 19px; padding: 0 15px; border: 1px solid rgba(203,123,235,.34); color: #f4dcff; background: linear-gradient(125deg, rgba(93,32,124,.78), rgba(39,16,52,.9)); box-shadow: inset 0 1px 0 rgba(255,255,255,.07); transition: transform .25s, border-color .25s, background .25s; }
.partner-card a:hover { border-color: #d887f6; transform: translateY(-2px); background: linear-gradient(125deg,#8d35bc,#4e1c68); }

/* Final CTA and footer */
.final-cta { min-height: 490px; border-top: 1px solid var(--border-light); background: linear-gradient(90deg, rgba(6,3,10,.9), rgba(9,5,14,.63)), url('../images/slider-global.png') center/cover; }
.final-cta::before { background: radial-gradient(circle at 50% 35%, rgba(149,66,190,.17), transparent 44%); }
.final-inner h2 { font-size: clamp(43px,5.5vw,74px); }
.button-white { border-color: #fff0df; color: #4d1e60; background: linear-gradient(125deg,#fff5e8,#e6c9f0 50%,#f7e5d8); box-shadow: inset 0 1px 0 #fff, 0 15px 36px rgba(0,0,0,.26); }
.button-ghost { border: 1px solid rgba(213,132,243,.4); background: linear-gradient(125deg,rgba(35,14,47,.86),rgba(102,32,135,.7),rgba(19,9,26,.9)); }
.site-footer { border-top: 1px solid rgba(234,213,240,.12); background: #060309; }
.site-footer::before { display: none; }
.footer-main { grid-template-columns: 1.6fr repeat(3,1fr); padding-top: 72px; padding-bottom: 64px; }
.footer-brand { max-width: 350px; }
.footer-logo { width: 210px; max-height: 85px; filter: drop-shadow(0 8px 20px rgba(126,46,177,.24)); }
.footer-brand > p { max-width: 320px; margin-top: 18px; }
.footer-main h4 { color: #c58cdd; }
.footer-bottom button { padding: 7px 9px; border: 1px solid transparent; border-radius: 4px; font-size: 8px; transition: border-color .2s, color .2s, background .2s; }
.footer-bottom button:hover { border-color: rgba(200,120,233,.28); color: #f3defb; background: linear-gradient(125deg,rgba(96,33,125,.28),rgba(34,14,44,.42)); }
.back-top { border: 1px solid rgba(210,128,242,.46); border-radius: 5px; clip-path: none; background: linear-gradient(145deg,#8433ad,#401554); box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 12px 28px rgba(0,0,0,.3); }

/* Legal dialogs */
.legal-modal[hidden] { display: none; }
.legal-modal { position: fixed; z-index: 10050; inset: 0; display: grid; place-items: center; padding: 24px; }
.legal-backdrop { position: absolute; inset: 0; background: rgba(3,2,5,.84); backdrop-filter: blur(10px); }
.legal-modal article { position: relative; width: min(820px,100%); max-height: min(780px,calc(100vh - 48px)); overflow-y: auto; padding: clamp(32px,5vw,56px); border: 1px solid rgba(218,185,232,.2); border-radius: 8px; clip-path: none; color: #c8bbc9; background: #120a18; box-shadow: 0 38px 100px rgba(0,0,0,.62); }
.legal-modal article > p { display: none; }
.legal-modal h2 { margin: 0 0 28px; color: #f3e6d6; font-size: clamp(30px,5vw,48px); }
.legal-modal h3 { color: #e8d5c1; }
.legal-copy p { color: #ab9eac; }
.legal-close { top: 18px; right: 18px; width: 40px; height: 40px; border: 1px solid rgba(214,133,245,.4); border-radius: 5px; clip-path: none; background: linear-gradient(145deg,#742b99,#291036); box-shadow: inset 0 1px 0 rgba(255,255,255,.1); }
.legal-close:hover { border-color: #e09afd; background: linear-gradient(145deg,#a241d4,#4f196a); }
body.modal-open { overflow: hidden; }

@media (max-width: 1120px) {
  .nav-menu { top: 78px; right: 0; bottom: 0; left: 0; width: 100%; max-width: 100vw; height: calc(100dvh - 78px); overflow-y: auto; padding-top: 35px; border: 0; background: #08050d !important; backdrop-filter: none; }
  .nav-links { gap: 0; }
  .nav-links a { padding: 17px 24px; border-color: rgba(242,223,232,.1); font-size: 14px; }
  .nav-links a::after { display: none; }
  .nav-actions { padding-top: 20px; }
  .story { background-attachment: scroll; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }
  :root { --shell: min(100% - 32px, 1240px); }
  .navbar { min-height: 72px; }
  .brand { min-width: 112px; }
  .brand-logo { width: 112px; max-height: 38px; }
  .nav-menu { top: 72px; height: calc(100dvh - 72px); }
  .hero, .hero-content { min-height: 900px; }
  .hero-content { padding-top: 92px; }
  .hero-logo { width: min(66vw,440px); }
  .countdown-card { width: min(100%,650px); grid-template-columns: 1fr; }
  .opening-summary { min-height: auto; padding: 17px 20px; border-right: 0; border-bottom: 1px solid rgba(230,210,238,.13); }
  .countdown-main { padding: 16px 18px 18px; }
  .preface-grid, .story-layout-real, .showcase-heading { grid-template-columns: 1fr; }
  .preface-grid { gap: 45px; }
  .section-intro, .story-layout-real .story-intro { position: static; }
  .story-layout-real { gap: 42px; }
  .story-article { padding-left: 28px; }
  .showcase-heading { gap: 20px; }
  .showcase-slider { height: 700px; }
  .showcase-slide { background-position: 62% center; }
  .showcase-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,3,9,.94),rgba(5,3,9,.58) 68%,rgba(5,3,9,.2)); }
  .showcase-content { z-index: 3; width: calc(100% - 50px); }
  .showcase-controls { z-index: 4; right: 25px; }
  .season-card { min-width: 82vw; flex-basis: 82vw; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 24px); }
  .brand, .brand-logo { width: 104px; min-width: 104px; }
  .menu-toggle { width: 41px; height: 41px; }
  .nav-menu { padding: 24px 16px; }
  .nav-links a { padding: 14px 8px; font-size: 13px; }
  .nav-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .language { grid-column: span 2; }
  .language-trigger { width: 100%; justify-content: center; }
  .nav-register, .nav-download { min-height: 46px; justify-content: center; padding: 0 8px; }
  .language-menu { position: fixed; top: 78px; right: 12px; left: 12px; width: auto; max-height: calc(100vh - 90px); }
  .hero, .hero-content { min-height: 865px; }
  .hero-content { padding-top: 83px; padding-bottom: 38px; }
  .hero .eyebrow { font-size: 6.5px; }
  .hero-logo { width: min(74vw,320px); max-height: 125px; }
  .hero-lead { max-width: 345px; font-size: 10.5px; }
  .countdown-card { margin-top: 17px; }
  .opening-summary { padding: 13px 14px; }
  .opening-summary > div { gap: 5px; }
  .opening-summary > div > span { font-size: 6px; }
  .opening-summary strong { font-size: 13px; }
  .opening-summary strong b { font-size: 20px; }
  .opening-summary time { font-size: 17px; }
  .countdown-main { padding: 13px 11px 14px; }
  .countdown-label { margin-bottom: 7px; font-size: 5.5px; }
  .countdown { gap: 5px; }
  .countdown div { min-height: 58px; }
  .countdown strong { font-size: 19px; }
  .countdown span { font-size: 5.5px; }
  .hero-cta { width: 100%; margin-top: 12px; gap: 7px; }
  .hero-cta .button, .hero .text-link { width: 50%; min-width: 0; min-height: 44px; padding: 0 10px; font-size: 9px; }
  .hero-trust { gap: 9px; margin-top: 12px; }
  .hero-trust span { font-size: 6px; }
  .hero-fog::before, .hero-fog::after, .hero-fog i { height: 26%; opacity: .22; filter: blur(20px); }
  .section { padding-block: 82px; }
  .preface { padding-block: 82px; }
  .copy-columns { grid-template-columns: 1fr; gap: 18px; }
  .preface .lead-quote { font-size: 20px; }
  .story { padding-block: 84px; }
  .story-layout-real .story-intro h2 { font-size: 39px; }
  .story-article { padding-left: 18px; }
  .story-article > p { font-size: 12px; }
  .story-article blockquote { padding: 18px 15px; font-size: 12px; }
  .story-article .story-belief { font-size: 14px; }
  .showcase-heading { padding-top: 82px; padding-bottom: 30px; }
  .showcase-heading h2 { font-size: 38px; }
  .showcase-slider { width: 100%; height: 680px; margin-bottom: 82px; border-right: 0; border-left: 0; border-radius: 0; }
  .showcase-content { width: calc(100% - 32px); padding-bottom: 105px; }
  .showcase-content h3 { font-size: 38px; }
  .showcase-content > p:not(.slide-code) { font-size: 12px; }
  .showcase-content ul { gap: 5px; }
  .showcase-content li { font-size: 6.5px; }
  .showcase-controls { right: 16px; bottom: 30px; left: 16px; justify-content: center; }
  .showcase-pagination { min-width: 0; flex: 1; }
  .showcase-pagination > span { width: auto; flex: 1; }
  .season-card { min-width: 88vw; flex-basis: 88vw; min-height: 440px; }
  .rewards, .partners, .seasons { padding-block: 84px; }
  .partner-card.featured { transform: none; }
  .final-cta { min-height: 460px; }
  .footer-main { padding-top: 58px; }
  .footer-logo { width: 170px; }
  .legal-modal { padding: 12px; }
  .legal-modal article { max-height: calc(100vh - 24px); padding: 28px 20px; border-radius: 6px; }
  .loader-shell { width: calc(100vw - 42px); }
  .loader-logo { width: min(260px,72vw); }
  .loader-progress { height: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-logo, .hero-fog::before, .hero-fog::after, .hero-fog i, .loader-logo, .loader-progress i::after { animation: none !important; }
}

/* V9 navigation, hero identity, preface and story renewal */
.navbar { min-height: 84px; gap: 25px; }
.brand { min-width: 142px; }
.brand-logo { width: 142px; max-height: 47px; }
.nav-menu { gap: 25px; }
.nav-links { gap: clamp(15px,1.35vw,25px); }
.nav-links a { padding: 33px 0 30px; color: rgba(248,237,224,.76); font-size: 12.2px; font-weight: 700; letter-spacing: .005em; }
.nav-links a::after { bottom: 25px; height: 2px; background: linear-gradient(90deg,#8741bb,#d17cf1); }
.nav-actions { gap: 10px; }
.nav-register, .nav-download { min-height: 44px; padding-inline: 20px; font-size: 10.5px; font-weight: 800; }
.nav-register { border-color: rgba(213,139,244,.5); }
.language-trigger { height: 44px; min-width: 83px; justify-content: center; }

.language-menu { visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(12px) scale(.965); transform-origin: top right; transition: opacity .18s ease, transform .25s cubic-bezier(.2,.85,.2,1), visibility 0s linear .25s; }
.language.open .language-menu { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); transition-delay: 0s; }
.language-menu button { transform: none; transition: color .18s, border-color .18s, background .18s; }
.language-menu button:hover { transform: none; background: linear-gradient(90deg,rgba(153,60,194,.26),rgba(83,29,108,.08)); }

.hero { min-height: 970px; }
.hero-content { min-height: 970px; padding-top: 112px; padding-bottom: 78px; }
.hero-server-mode { display: flex; min-width: 385px; align-items: center; justify-content: center; gap: 13px; margin-top: 18px; padding: 11px 17px; border: 1px solid rgba(218,158,240,.28); border-radius: 5px; color: #f9ebdb; background: linear-gradient(90deg,rgba(17,8,24,.66),rgba(104,38,133,.42),rgba(17,8,24,.66)); box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 15px 38px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
.hero-server-mode > span { color: rgba(228,202,235,.55); font-size: 7px; font-weight: 800; letter-spacing: .16em; }
.hero-server-mode strong { color: #fff1dd; font: 700 20px 'Manrope'; letter-spacing: -.02em; }
.hero-server-mode b { padding-left: 13px; border-left: 1px solid rgba(230,201,238,.2); color: #d79bed; font: 700 9px 'Manrope'; }
.hero-trust, .scroll-cue { display: none !important; }
.hero-core { display: grid; width: min(670px,100%); grid-template-columns: repeat(3,1fr); margin-top: 14px; overflow: hidden; border: 1px solid rgba(220,184,235,.14); border-radius: 5px; background: rgba(8,4,12,.52); box-shadow: 0 18px 46px rgba(0,0,0,.2); backdrop-filter: blur(15px); }
.hero-core > span { position: relative; display: grid; min-height: 57px; align-content: center; gap: 3px; padding: 9px 17px; text-align: left; }
.hero-core > span + span { border-left: 1px solid rgba(229,204,237,.12); }
.hero-core > span::before { content: ''; position: absolute; top: 0; right: 15px; left: 15px; height: 1px; background: linear-gradient(90deg,transparent,rgba(198,101,232,.76),transparent); }
.hero-core strong { color: #f9ebda; font: 700 13px 'Manrope'; letter-spacing: .02em; }
.hero-core b { color: rgba(225,205,225,.48); font-size: 6.5px; letter-spacing: .12em; }
.world-gate { position: absolute; z-index: 7; bottom: 19px; left: 50%; display: grid; width: 70px; height: 70px; place-items: center; transform: translateX(-50%); }
.world-gate > span, .world-gate i { position: absolute; inset: 0; border: 1px solid rgba(212,153,236,.24); border-radius: 50%; }
.world-gate > span { display: grid; place-items: center; background: radial-gradient(circle,rgba(119,41,151,.3),rgba(7,4,11,.12) 61%,transparent 62%); box-shadow: 0 0 35px rgba(126,45,160,.2); }
.world-gate i:nth-child(1) { inset: 7px; border-top-color: #ca76eb; animation: gateSpin 6s linear infinite; }
.world-gate i:nth-child(2) { inset: 15px; border-right-color: #8d3bbc; animation: gateSpin 4.5s linear infinite reverse; }
.world-gate i:nth-child(3) { inset: -7px; border-color: transparent; border-top-color: rgba(220,164,240,.3); animation: gateSpin 9s linear infinite; }
.world-gate b { position: relative; z-index: 2; color: #f2dff8; font: 500 15px 'Manrope'; animation: gateArrow 1.8s ease-in-out infinite; }
@keyframes gateSpin { to { transform: rotate(360deg); } }
@keyframes gateArrow { 50% { transform: translateY(5px); opacity: .55; } }

/* Preface as an executive editorial */
.preface { overflow: hidden; padding-block: 130px; background: radial-gradient(circle at 12% 18%,rgba(155,87,185,.12),transparent 26%), linear-gradient(135deg,#f6efe5,#e9ddce); }
.preface::after { content: ''; position: absolute; top: 0; bottom: 0; left: 34%; width: 1px; background: linear-gradient(transparent,rgba(77,43,83,.12),transparent); }
.preface-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .68fr 1.32fr; align-items: center; gap: clamp(55px,8vw,120px); }
.preface-header { position: relative; }
.preface-mark { position: absolute; z-index: -1; top: -108px; left: -52px; color: rgba(98,49,110,.055); font: 800 210px/.8 'Manrope'; letter-spacing: -.1em; }
.preface-header > p { margin: 0 0 15px; color: #8d509e; font-size: 8px; font-weight: 800; letter-spacing: .28em; }
.preface-header h2 { margin: 0; color: #2d1d34; font: 700 clamp(55px,6.2vw,88px)/.9 'Manrope'; letter-spacing: -.07em; }
.preface-header h3 { margin: 28px 0 0; color: #6b596b; font: 500 clamp(21px,2.1vw,30px)/1.35 'Manrope'; letter-spacing: -.035em; }
.preface-panel { position: relative; overflow: hidden; padding: clamp(38px,5vw,64px); border: 1px solid rgba(220,182,232,.22); border-radius: 8px; color: #e9dbe8; background: radial-gradient(circle at 0 0,rgba(169,74,205,.22),transparent 34%), linear-gradient(145deg,#25112f,#0e0813 76%); box-shadow: 0 34px 85px rgba(47,25,53,.24), inset 0 1px 0 rgba(255,255,255,.07); }
.preface-panel::before { content: ''; position: absolute; top: 0; right: 10%; left: 10%; height: 2px; background: linear-gradient(90deg,transparent,#bd5fe4,transparent); }
.quote-mark { position: absolute; top: 17px; right: 34px; color: rgba(211,133,239,.14); font: 700 140px/.8 Georgia,serif; }
.preface-panel .lead-quote { position: relative; max-width: 720px; margin: 0 0 33px; color: #fff0df; font: 500 clamp(21px,2.3vw,31px)/1.5 'Manrope'; }
.preface-years { display: flex; align-items: center; gap: 16px; margin: 0 0 30px; color: #c884e3; font: 700 8px 'Manrope'; letter-spacing: .14em; }
.preface-years i { height: 1px; flex: 1; background: linear-gradient(90deg,rgba(197,119,226,.55),rgba(232,208,236,.08)); }
.preface-panel .copy-columns { gap: 32px; }
.preface-panel .copy-columns p { color: rgba(231,216,228,.65); font-size: 12px; line-height: 1.85; }
.preface-panel .signature { width: auto; margin-top: 34px; padding: 24px 0 0; border: 0; border-top: 1px solid rgba(232,207,235,.12); background: none; }
.preface-panel .signature > span { color: #fff0df; background: linear-gradient(145deg,#9a43c2,#421653); }
.preface-panel .signature strong { color: #f6e7d8; }
.preface-panel .signature small { color: rgba(223,204,221,.46); }

/* Story as a premium archival document */
.story { padding-block: 132px; background: linear-gradient(180deg,rgba(6,3,10,.84),#08040c 36%), url('../images/slider-oldschool.png') center top/cover fixed; }
.story::before { background: radial-gradient(circle at 76% 10%,rgba(142,55,180,.2),transparent 28%), linear-gradient(180deg,rgba(6,3,9,.25),#08040c 43%); }
.story-layout-real { display: block; }
.story-layout-real .story-intro { position: relative; top: auto; display: grid; max-width: none; grid-template-columns: minmax(0,1.1fr) minmax(310px,.9fr); column-gap: clamp(55px,8vw,115px); align-items: end; padding: 0 0 58px; border: 0; border-bottom: 1px solid rgba(229,203,237,.14); }
.story-intro .kicker, .story-intro h2, .story-intro .story-link { grid-column: 1; }
.story-intro .kicker { margin-bottom: 20px; }
.story-layout-real .story-intro h2 { margin: 0; font-size: clamp(58px,6.6vw,96px); line-height: .94; }
.story-layout-real .story-origin { grid-column: 2; grid-row: 1 / span 2; align-self: end; max-width: 520px; margin: 0 0 12px; color: rgba(245,229,212,.7); font-size: 15px; line-height: 1.9; }
.story-intro .founder-seal { grid-column: 2; grid-row: 3 / span 2; align-self: start; margin: 24px 0 0; }
.story-intro .story-link { width: fit-content; margin-top: 32px; }
.story-article { position: relative; width: min(1040px,calc(100% - 40px)); margin: 72px auto 0; padding: clamp(42px,6vw,78px); border: 1px solid rgba(59,35,64,.12); border-left: 1px solid rgba(59,35,64,.12); border-radius: 8px; color: #635465; background: linear-gradient(145deg,#f7efe4,#e9ddce); box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.story-article::before { content: ''; position: absolute; top: 0; right: 7%; left: 7%; height: 3px; background: linear-gradient(90deg,transparent,#8438ae,#ca76e8,#8438ae,transparent); }
.story-article > p { max-width: 790px; margin: 0 auto 22px; color: #695b6a; font-size: 14px; line-height: 1.95; }
.story-article > p:first-child { color: #34223a; font: 600 21px/1.65 'Manrope'; }
.story-article > p strong { color: #592368; }
.story-article blockquote { max-width: 840px; margin: 35px auto; padding: 28px 31px; border: 1px solid rgba(107,47,121,.14); border-left: 3px solid #9e48bd; color: #542563; background: linear-gradient(110deg,rgba(150,68,178,.13),rgba(255,255,255,.12)); font-size: 15px; }
.story-article blockquote span::before { color: #9e48bd; }
.story-article .story-turn { max-width: 790px; margin: 38px auto; border-color: rgba(66,37,70,.13); text-align: left; }
.story-article .story-turn small { color: #9950ad; }
.story-article .story-turn strong { color: #39203f; }
.story-article .story-belief { max-width: 840px; margin: 38px auto 0; padding: 28px 31px; border: 0; border-radius: 6px; color: #f8ead8; background: linear-gradient(125deg,#5c246d,#2e1239); font-size: 17px; box-shadow: 0 18px 40px rgba(65,25,76,.2); }
.story-article .story-motto { max-width: 840px; margin: 28px auto 0; color: #4a2851; font-size: 21px; text-align: center; }

@media (max-width: 1120px) {
  .navbar { min-height: 76px; }
  .brand, .brand-logo { width: 130px; min-width: 130px; }
  .nav-menu { top: 76px; height: calc(100dvh - 76px); }
  .nav-links a { padding: 17px 24px; font-size: 15px; }
  .language-menu { transform-origin: top center; }
}

@media (max-width: 820px) {
  .hero { min-height: 980px; }
  .hero-content { min-height: 980px; padding-top: 94px; }
  .hero-server-mode { min-width: min(385px,100%); }
  .hero-core { width: min(610px,100%); }
  .preface::after { display: none; }
  .preface-layout { grid-template-columns: 1fr; gap: 45px; }
  .preface-header { max-width: 620px; }
  .story-layout-real .story-intro { grid-template-columns: 1fr; }
  .story-intro .kicker, .story-intro h2, .story-intro .story-link, .story-layout-real .story-origin, .story-intro .founder-seal { grid-column: 1; grid-row: auto; }
  .story-layout-real .story-origin { margin-top: 30px; }
  .story-intro .founder-seal { margin-top: 24px; }
  .story-article { width: 100%; }
}

@media (max-width: 560px) {
  .navbar { min-height: 72px; }
  .brand, .brand-logo { width: 108px; min-width: 108px; }
  .nav-menu { top: 72px; height: calc(100dvh - 72px); }
  .nav-links a { padding: 15px 8px; font-size: 14px; }
  .nav-register, .nav-download { min-height: 48px; font-size: 10px; }
  .language-menu { position: fixed; top: 0; right: 0; bottom: auto; left: 0; width: 100%; max-height: calc(100dvh - 84px); transform: translateY(9px) scale(.98); transform-origin: top center; }
  .language.open .language-menu { transform: translateY(0) scale(1); }
  .hero { min-height: 960px; }
  .hero-content { min-height: 960px; padding-top: 85px; padding-bottom: 82px; }
  .hero-server-mode { min-width: 0; width: 100%; gap: 8px; padding: 9px 10px; }
  .hero-server-mode > span { font-size: 5.5px; }
  .hero-server-mode strong { font-size: 16px; }
  .hero-server-mode b { padding-left: 8px; font-size: 7px; }
  .hero-core { grid-template-columns: 1fr; margin-top: 10px; }
  .hero-core > span { min-height: 42px; grid-template-columns: 92px 1fr; align-items: center; gap: 8px; padding: 7px 14px; }
  .hero-core > span + span { border-top: 1px solid rgba(229,204,237,.1); border-left: 0; }
  .hero-core > span::before { display: none; }
  .hero-core strong { font-size: 10px; }
  .hero-core b { font-size: 5.5px; }
  .world-gate { bottom: 14px; width: 58px; height: 58px; }
  .preface { padding-block: 88px; }
  .preface-mark { top: -65px; left: -20px; font-size: 130px; }
  .preface-header h2 { font-size: 55px; }
  .preface-header h3 { margin-top: 20px; font-size: 21px; }
  .preface-panel { padding: 31px 21px; }
  .quote-mark { top: 10px; right: 16px; font-size: 92px; }
  .preface-panel .lead-quote { font-size: 19px; }
  .preface-panel .copy-columns { grid-template-columns: 1fr; }
  .story { padding-block: 88px; }
  .story-layout-real .story-intro { padding-bottom: 42px; }
  .story-layout-real .story-intro h2 { font-size: 49px; }
  .story-layout-real .story-origin { font-size: 12px; }
  .story-article { margin-top: 45px; padding: 34px 20px; }
  .story-article > p { font-size: 12px; line-height: 1.85; }
  .story-article > p:first-child { font-size: 17px; }
  .story-article blockquote { padding: 21px 17px; font-size: 12px; }
  .story-article .story-belief { padding: 22px 18px; font-size: 14px; }
  .story-article .story-motto { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .world-gate i, .world-gate b { animation: none !important; }
}

/* V10 Why Mergen2 command doctrine */
.why-command {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 132px 0 118px;
  color: #f7eddf;
  background: linear-gradient(180deg, rgba(8,4,12,.9), #0b0710 42%, #100817 100%), url('../images/slider-war.png') center top / cover no-repeat;
}
.why-command::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 14% 20%, rgba(157,60,202,.26), transparent 30%), radial-gradient(circle at 86% 68%, rgba(106,32,145,.18), transparent 34%), repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(255,255,255,.035) 25%);
}
.why-command::after { content: ''; position: absolute; z-index: 0; top: 0; right: 0; left: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(216,158,241,.72), transparent); }
.why-command-art { position: absolute; z-index: -1; top: 64px; right: -70px; width: 470px; height: 470px; opacity: .52; pointer-events: none; }
.why-command-art span, .why-command-art i { position: absolute; inset: 0; border: 1px solid rgba(207,132,239,.16); border-radius: 50%; animation: why-orbit 22s linear infinite; }
.why-command-art i { inset: 62px; border-style: dashed; animation-direction: reverse; animation-duration: 15s; }
.why-command-art b { position: absolute; inset: 50%; width: 170px; height: 170px; margin: -85px; color: rgba(240,214,249,.08); font-family: var(--display); font-size: 92px; line-height: 170px; text-align: center; transform: rotate(-8deg); }
@keyframes why-orbit { to { transform: rotate(360deg); } }

.why-command-head { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.92fr) minmax(420px,.72fr); gap: clamp(60px,9vw,140px); align-items: end; }
.why-command-title .kicker { margin-bottom: 25px; color: #cf8dec; }
.why-command-title h2 { max-width: 760px; margin: 0; color: #fff7e9; font-family: var(--display); font-size: clamp(56px,6.2vw,92px); font-weight: 500; line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.why-command-title h2 em { display: block; margin-top: 13px; color: #c25be9; font-style: normal; text-shadow: 0 0 34px rgba(160,53,207,.34); }
.why-command-copy { position: relative; padding: 8px 0 7px 29px; border-left: 3px solid #a73bd4; }
.why-command-copy::before { content: ''; position: absolute; top: 0; left: -3px; width: 3px; height: 44px; background: #ead4f3; box-shadow: 0 0 20px rgba(199,93,235,.7); }
.why-command-copy p { margin: 0; color: rgba(241,228,213,.65); font-size: 14px; line-height: 1.85; }
.why-command-copy .why-command-lead { margin-bottom: 17px; color: #fff1e0; font-family: var(--display); font-size: 23px; line-height: 1.35; }

.why-identity { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 74px; border-top: 1px solid rgba(229,199,241,.18); border-bottom: 1px solid rgba(229,199,241,.18); background: rgba(13,7,18,.72); box-shadow: 0 26px 70px rgba(0,0,0,.22); backdrop-filter: blur(16px); }
.why-identity span { position: relative; min-height: 112px; padding: 27px 30px; border-right: 1px solid rgba(229,199,241,.12); }
.why-identity span:last-child { border-right: 0; }
.why-identity span::after { content: ''; position: absolute; right: 30px; bottom: -1px; left: 30px; height: 2px; background: linear-gradient(90deg,#8e2dbb,transparent); transform: scaleX(0); transform-origin: left; transition: transform .4s ease; }
.why-identity span:hover::after { transform: scaleX(1); }
.why-identity small { display: block; margin-bottom: 8px; color: #936fa2; font-size: 8px; font-weight: 800; letter-spacing: .2em; }
.why-identity strong { color: #f4e6d4; font-family: var(--display); font-size: 21px; font-weight: 600; letter-spacing: .035em; }

.why-principles { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 14px; margin-top: 16px; }
.why-principle { position: relative; grid-column: span 3; display: flex; min-height: 330px; overflow: hidden; padding: 34px 28px 30px; border: 1px solid rgba(222,185,237,.14); border-left: 3px solid rgba(154,55,196,.58); border-radius: 0; background: linear-gradient(155deg,rgba(31,16,40,.96),rgba(13,8,18,.98)); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); transition: transform .38s cubic-bezier(.2,.7,.2,1), border-color .38s ease, box-shadow .38s ease; }
.why-principle::after { content: ''; position: absolute; right: -45px; bottom: -70px; width: 150px; height: 150px; border: 1px solid rgba(190,91,229,.12); border-radius: 50%; transition: transform .45s ease, border-color .45s ease; }
.why-principle:hover { z-index: 3; border-color: rgba(206,112,243,.5); border-left-color: #ca65ed; box-shadow: 0 24px 55px rgba(0,0,0,.34), inset 0 0 42px rgba(139,40,180,.1); transform: translateY(-8px); }
.why-principle:hover::after { border-color: rgba(204,103,242,.32); transform: scale(1.3); }
.why-principle-featured { grid-column: span 6; min-height: 390px; align-items: flex-end; padding: 40px; background-image: linear-gradient(90deg,rgba(10,5,14,.97) 0%,rgba(14,7,19,.82) 54%,rgba(11,6,15,.42)), var(--why-image); background-position: center; background-size: cover; }
.why-principle-featured::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 40%,rgba(7,4,10,.68)); }
.why-principle > div:last-child { position: relative; z-index: 2; margin-top: auto; }
.why-principle-icon { position: absolute; z-index: 2; top: 29px; left: 28px; display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(213,137,244,.35); color: #d78af2; font-family: var(--display); font-size: 24px; background: rgba(12,6,16,.72); box-shadow: inset 0 0 24px rgba(132,32,172,.2), 0 10px 28px rgba(0,0,0,.2); }
.why-principle-featured .why-principle-icon { top: 36px; left: 40px; }
.why-principle-icon.why-globe { font-size: 29px; }
.why-principle-no { position: absolute; z-index: 2; top: 30px; right: 28px; color: rgba(237,211,246,.22); font-family: var(--display); font-size: 30px; }
.why-principle-featured .why-principle-no { top: 38px; right: 40px; }
.why-principle small { display: block; margin-bottom: 10px; color: #b966db; font-size: 8px; font-weight: 800; letter-spacing: .22em; }
.why-principle h3 { margin: 0 0 12px; color: #fff2df; font-family: var(--display); font-size: 27px; font-weight: 600; line-height: 1.08; }
.why-principle-featured h3 { font-size: clamp(34px,3.2vw,49px); }
.why-principle p { max-width: 510px; margin: 0; color: rgba(239,224,207,.6); font-size: 12px; line-height: 1.72; }
.why-principle-featured p { font-size: 13px; }

.why-oath { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(320px,.8fr) 1fr auto; gap: 50px; align-items: center; margin-top: 16px; padding: 47px 50px; border: 1px solid rgba(227,193,240,.2); border-top: 3px solid #9f38cb; background: linear-gradient(115deg,rgba(49,20,62,.9),rgba(16,8,22,.96) 55%,rgba(44,15,58,.9)); box-shadow: 0 30px 70px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.05); }
.why-oath::before { content: none; }
.why-oath-lines span, .why-oath-lines strong { display: block; font-family: var(--display); font-size: 22px; line-height: 1.28; }
.why-oath-lines span { color: rgba(241,223,204,.62); }
.why-oath-lines strong { color: #fff2e0; font-size: 29px; font-weight: 600; }
.why-oath-brand { padding-left: 35px; border-left: 1px solid rgba(231,201,242,.18); }
.why-oath-brand small { display: block; color: #d283ed; font-size: 10px; font-weight: 900; letter-spacing: .34em; }
.why-oath-brand p { margin: 8px 0 0; color: #f3dfc8; font-family: var(--display); font-size: 18px; }
.why-oath-button { position: relative; z-index: 2; min-width: 190px; }

@media (max-width: 1100px) {
  .why-command-head { grid-template-columns: 1fr; gap: 38px; }
  .why-command-copy { max-width: 740px; }
  .why-identity { grid-template-columns: repeat(2,1fr); }
  .why-identity span:nth-child(2) { border-right: 0; }
  .why-identity span:nth-child(-n + 2) { border-bottom: 1px solid rgba(229,199,241,.12); }
  .why-principle, .why-principle-featured { grid-column: span 6; }
  .why-oath { grid-template-columns: 1fr auto; }
  .why-oath-brand { grid-column: 1; grid-row: 2; padding-left: 0; border-left: 0; }
  .why-oath-button { grid-column: 2; grid-row: 1 / span 2; }
}

@media (max-width: 680px) {
  .why-command { padding: 88px 0 78px; }
  .why-command-art { top: 110px; right: -230px; width: 400px; height: 400px; }
  .why-command-title h2 { font-size: clamp(42px,12vw,57px); line-height: .96; }
  .why-command-copy { padding-left: 20px; }
  .why-command-copy .why-command-lead { font-size: 20px; }
  .why-command-copy p { font-size: 12px; }
  .why-identity { grid-template-columns: 1fr 1fr; margin-top: 48px; }
  .why-identity span { min-height: 91px; padding: 21px 16px; }
  .why-identity span::after { right: 16px; left: 16px; }
  .why-identity small { font-size: 6.5px; }
  .why-identity strong { font-size: 16px; }
  .why-principles { grid-template-columns: 1fr; }
  .why-principle, .why-principle-featured { grid-column: 1; min-height: 315px; padding: 30px 24px 26px; }
  .why-principle-featured { min-height: 365px; }
  .why-principle-icon, .why-principle-featured .why-principle-icon { top: 25px; left: 24px; width: 48px; height: 48px; }
  .why-principle-no, .why-principle-featured .why-principle-no { top: 27px; right: 24px; }
  .why-principle h3 { font-size: 28px; }
  .why-principle-featured h3 { font-size: 34px; }
  .why-oath { grid-template-columns: 1fr; gap: 28px; padding: 35px 25px; }
  .why-oath-button, .why-oath-brand { grid-column: 1; grid-row: auto; }
  .why-oath-lines span { font-size: 18px; }
  .why-oath-lines strong { font-size: 25px; }
  .why-oath-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .why-command-art span, .why-command-art i { animation: none; }
}

/* V11 season archive */
.season-archive {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: 125px 115px;
  color: #2d1b33;
  background: #eee2d2;
}
.season-archive::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 1;
  background:
    radial-gradient(circle at 82% 12%, rgba(139, 52, 175, .14), transparent 27%),
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(70, 38, 80, .05) 50%, transparent calc(50% + 1px)),
    repeating-linear-gradient(0deg, transparent 0, transparent 95px, rgba(70, 38, 80, .035) 96px);
}
.season-archive::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(102, 36, 132, .42), transparent);
}
.season-archive-mark {
  position: absolute;
  z-index: -1;
  top: 40px;
  right: -28px;
  color: rgba(67, 34, 76, .035);
  font-family: var(--display);
  font-size: clamp(110px, 15vw, 230px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.07em;
  pointer-events: none;
}
.season-head-archive {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .65fr);
  gap: clamp(60px, 9vw, 135px);
  align-items: end;
  margin-bottom: 55px;
}
.season-head-archive .kicker { color: #7d3498; }
.season-head-archive h2 {
  margin: 0;
  color: #2c1932;
  font-family: var(--display);
  font-size: clamp(50px, 5.3vw, 76px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.045em;
}
.season-head-copy { padding: 4px 0 6px 26px; border-left: 3px solid #8734a9; }
.season-head-copy > span { display: block; margin-bottom: 14px; color: #7b398f; font-size: 8px; font-weight: 900; letter-spacing: .22em; }
.season-head-copy p { max-width: 500px; margin: 0; color: #776878; font-size: 13px; line-height: 1.85; }

.season-chronicle {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(410px, .75fr);
  gap: 16px;
}
.season-premiere {
  position: relative;
  min-height: 670px;
  overflow: hidden;
  border: 1px solid rgba(76, 36, 91, .3);
  border-left: 4px solid #8f32b4;
  background: #0c0710;
  box-shadow: 0 30px 75px rgba(48, 23, 57, .23);
}
.season-premiere > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2, .7, .2, 1), filter 1.1s ease; }
.season-premiere:hover > img { filter: saturate(1.08); transform: scale(1.035); }
.season-premiere-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 4, 11, .35), rgba(8, 4, 11, .62) 45%, rgba(7, 4, 10, .98) 100%), linear-gradient(90deg, rgba(9, 5, 12, .76), transparent 68%); }
.season-premiere-top { position: absolute; z-index: 3; top: 32px; right: 34px; left: 34px; display: flex; align-items: center; justify-content: space-between; }
.season-premiere-top > span { display: flex; align-items: center; gap: 10px; color: #f2d8fb; font-size: 8px; letter-spacing: .18em; }
.season-premiere-top > span i { width: 7px; height: 7px; border-radius: 50%; background: #d867ff; box-shadow: 0 0 0 6px rgba(207, 86, 248, .11), 0 0 18px #c64aef; animation: season-pulse 1.8s ease-in-out infinite; }
.season-premiere-top > small { color: rgba(243, 225, 205, .48); font-size: 8px; font-weight: 800; letter-spacing: .2em; }
@keyframes season-pulse { 50% { box-shadow: 0 0 0 10px rgba(207, 86, 248, 0), 0 0 28px #c64aef; } }
.season-premiere-roman { position: absolute; z-index: 1; top: 82px; right: 34px; color: rgba(255, 255, 255, .075); font-family: var(--display); font-size: 260px; font-weight: 300; line-height: .8; }
.season-premiere-content { position: absolute; z-index: 3; right: 38px; bottom: 38px; left: 38px; }
.season-date { display: grid; gap: 7px; margin: 0 0 18px; }
.season-date small { color: #b76bd4; font-size: 8px; font-weight: 900; letter-spacing: .2em; }
.season-date strong { color: #f5e6d3; font-family: var(--display); font-size: 18px; font-weight: 500; letter-spacing: .06em; }
.season-date strong i { margin-left: 8px; color: #d678f4; font-style: normal; }
.season-premiere-content h3 { max-width: 720px; margin: 0 0 14px; color: #fff3e2; font-family: var(--display); font-size: clamp(45px, 5vw, 70px); font-weight: 500; line-height: .96; letter-spacing: -.04em; }
.season-premiere-content > p:not(.season-date) { max-width: 600px; margin: 0; color: rgba(239, 224, 206, .62); font-size: 13px; line-height: 1.75; }
.season-premiere-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 610px; margin-top: 25px; border-top: 1px solid rgba(231, 200, 239, .16); border-bottom: 1px solid rgba(231, 200, 239, .16); }
.season-premiere-facts span { padding: 17px 18px 16px 0; border-right: 1px solid rgba(231, 200, 239, .12); }
.season-premiere-facts span + span { padding-left: 18px; }
.season-premiere-facts span:last-child { border-right: 0; }
.season-premiere-facts small { display: block; margin-bottom: 6px; color: #8e6c99; font-size: 6.5px; font-weight: 900; letter-spacing: .18em; }
.season-premiere-facts b { color: #f2e0cd; font-family: var(--display); font-size: 15px; font-weight: 600; }
.season-premiere-button { width: 205px; margin-top: 25px; }

.season-next {
  display: flex;
  min-width: 0;
  min-height: 670px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(83, 40, 97, .25);
  color: #f4e5d5;
  background: linear-gradient(155deg, #1d0f25, #0d0812 72%);
  box-shadow: 0 30px 70px rgba(48, 23, 57, .17);
}
.season-next-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(230, 199, 239, .14); }
.season-next-head small { color: #b967d8; font-size: 7px; font-weight: 900; letter-spacing: .2em; }
.season-next-head h3 { margin: 7px 0 0; color: #f8eada; font-family: var(--display); font-size: 28px; font-weight: 500; }
.season-next-head > span { color: rgba(239, 216, 247, .22); font-family: var(--display); font-size: 24px; }
.season-next-list { display: grid; gap: 12px; margin-top: 16px; }
.season-chapter { position: relative; display: grid; grid-template-columns: 145px 1fr; min-height: 200px; overflow: hidden; border: 1px solid rgba(226, 191, 238, .13); background: rgba(255, 255, 255, .025); transition: border-color .35s ease, background .35s ease, transform .35s ease; }
.season-chapter:hover { border-color: rgba(205, 102, 239, .38); background: rgba(143, 47, 180, .08); transform: translateX(-5px); }
.season-chapter-image { position: relative; min-height: 100%; overflow: hidden; }
.season-chapter-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 4, 11, .18), rgba(13, 7, 17, .78)); }
.season-chapter-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) brightness(.68); }
.season-chapter-image span { position: absolute; z-index: 2; right: 13px; bottom: 10px; color: rgba(255, 255, 255, .22); font-family: var(--display); font-size: 58px; line-height: 1; }
.season-chapter-copy { display: flex; min-width: 0; flex-direction: column; padding: 20px 20px 17px; }
.season-chapter-copy > p { display: flex; align-items: center; justify-content: space-between; margin: 0 0 10px; }
.season-chapter-copy > p small { color: #b963d7; font-size: 7px; font-weight: 900; letter-spacing: .17em; }
.season-chapter-copy > p b { color: rgba(237, 216, 244, .28); font-size: 8px; letter-spacing: .12em; }
.season-chapter-copy h4 { margin: 0 0 9px; color: #f7e7d5; font-family: var(--display); font-size: 21px; font-weight: 600; line-height: 1.08; }
.season-chapter-copy > span { color: rgba(236, 220, 203, .5); font-size: 10px; line-height: 1.6; }
.season-chapter-copy em { display: flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 12px; color: rgba(214, 164, 232, .45); font-size: 7px; font-style: normal; letter-spacing: .16em; }
.season-chapter-copy em i { font-style: normal; font-size: 7px; }
.season-next-note { display: flex; align-items: center; gap: 16px; margin-top: auto; padding-top: 21px; border-top: 1px solid rgba(230, 199, 239, .14); }
.season-next-note > span { color: #b85ad9; font-family: var(--display); font-size: 31px; }
.season-next-note p { display: grid; gap: 4px; margin: 0; }
.season-next-note strong { color: #f0ddca; font-family: var(--display); font-size: 14px; font-weight: 500; }
.season-next-note small { color: rgba(236, 220, 203, .42); font-size: 8px; line-height: 1.5; }

.season-timeline { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 31px; }
.season-timeline::before { content: ''; position: absolute; top: 7px; right: 0; left: 0; height: 1px; background: rgba(72, 37, 83, .18); }
.season-timeline > span { position: relative; display: grid; gap: 5px; padding: 28px 28px 0 0; }
.season-timeline > span i { position: absolute; z-index: 2; top: 2px; left: 0; width: 11px; height: 11px; border: 2px solid #eee2d2; border-radius: 50%; background: #8d7693; box-shadow: 0 0 0 1px rgba(66, 31, 77, .28); }
.season-timeline > span.is-active i { background: #9d35c6; box-shadow: 0 0 0 1px #8e32af, 0 0 0 7px rgba(142, 50, 175, .1); }
.season-timeline small { color: #9a899d; font-size: 7px; font-weight: 800; letter-spacing: .16em; }
.season-timeline b { color: #48354d; font-family: var(--display); font-size: 15px; font-weight: 600; }
.season-timeline > span:not(.is-active) b { color: #89798b; }

@media (max-width: 1080px) {
  .season-head-archive { grid-template-columns: 1fr; gap: 34px; }
  .season-head-copy { max-width: 720px; }
  .season-chronicle { grid-template-columns: 1fr; }
  .season-premiere { min-height: 650px; }
  .season-next { min-height: auto; }
  .season-next-note { margin-top: 24px; }
}

@media (max-width: 680px) {
  .season-archive { padding-block: 86px 78px; }
  .season-archive-mark { top: 24px; right: -15px; font-size: 90px; }
  .season-head-archive { margin-bottom: 35px; }
  .season-head-archive h2 { font-size: 43px; }
  .season-head-copy { padding-left: 19px; }
  .season-head-copy p { font-size: 12px; }
  .season-premiere { min-height: 660px; }
  .season-premiere-top { top: 24px; right: 23px; left: 23px; }
  .season-premiere-top > small { font-size: 6px; }
  .season-premiere-roman { top: 90px; right: 18px; font-size: 190px; }
  .season-premiere-content { right: 23px; bottom: 25px; left: 23px; }
  .season-date strong { font-size: 15px; }
  .season-premiere-content h3 { font-size: 42px; }
  .season-premiere-content > p:not(.season-date) { font-size: 11px; }
  .season-premiere-facts { grid-template-columns: 1fr; }
  .season-premiere-facts span, .season-premiere-facts span + span { padding: 10px 0; border-right: 0; border-bottom: 1px solid rgba(231, 200, 239, .1); }
  .season-premiere-facts span:last-child { border-bottom: 0; }
  .season-premiere-facts small { display: inline-block; min-width: 105px; margin: 0 9px 0 0; }
  .season-premiere-facts b { font-size: 13px; }
  .season-premiere-button { width: 100%; }
  .season-next { padding: 23px 18px; }
  .season-next-head h3 { font-size: 24px; }
  .season-chapter { grid-template-columns: 105px 1fr; min-height: 220px; }
  .season-chapter-copy { padding: 17px 14px 15px; }
  .season-chapter-copy h4 { font-size: 18px; }
  .season-chapter-copy > span { font-size: 9px; }
  .season-timeline { grid-template-columns: 1fr; gap: 0; padding-left: 9px; }
  .season-timeline::before { top: 0; bottom: 0; left: 14px; width: 1px; height: auto; }
  .season-timeline > span { min-height: 83px; padding: 0 0 27px 40px; }
  .season-timeline > span i { top: 2px; left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .season-premiere-top > span i { animation: none; }
}

/* V13 volumetric cloud fog and stronger section language */
.hero-fog {
  z-index: 3;
  inset: -8% -4% 0;
  overflow: hidden;
  opacity: 1;
  filter: saturate(.76);
}
.hero-fog::before,
.hero-fog::after,
.hero-fog i {
  left: auto;
  width: auto;
  height: auto;
  opacity: 1;
  background-repeat: no-repeat;
  filter: blur(18px);
  transform: none;
  transform-origin: center;
  mix-blend-mode: screen;
  will-change: transform, opacity;
}
.hero-fog::before {
  right: -18%;
  bottom: -92px;
  left: -18%;
  height: 350px;
  opacity: .72;
  background:
    radial-gradient(ellipse 17% 46% at 2% 78%, rgba(233,225,236,.68) 0 34%, transparent 72%),
    radial-gradient(ellipse 19% 54% at 16% 72%, rgba(215,203,222,.62) 0 36%, transparent 73%),
    radial-gradient(ellipse 22% 60% at 34% 82%, rgba(238,230,240,.66) 0 38%, transparent 72%),
    radial-gradient(ellipse 18% 50% at 51% 70%, rgba(191,170,202,.52) 0 38%, transparent 74%),
    radial-gradient(ellipse 24% 62% at 69% 82%, rgba(232,222,236,.68) 0 37%, transparent 73%),
    radial-gradient(ellipse 21% 56% at 87% 71%, rgba(202,185,211,.58) 0 38%, transparent 72%),
    radial-gradient(ellipse 17% 48% at 101% 82%, rgba(239,231,241,.65) 0 36%, transparent 72%);
  animation: cloudBankPrimary 25s ease-in-out infinite alternate;
}
.hero-fog::after {
  right: -22%;
  bottom: 72px;
  left: -20%;
  height: 270px;
  opacity: .43;
  background:
    radial-gradient(ellipse 20% 55% at 7% 70%, rgba(186,165,199,.54) 0 35%, transparent 72%),
    radial-gradient(ellipse 25% 65% at 29% 76%, rgba(225,214,231,.56) 0 36%, transparent 72%),
    radial-gradient(ellipse 20% 54% at 50% 62%, rgba(170,144,187,.48) 0 36%, transparent 72%),
    radial-gradient(ellipse 26% 64% at 73% 76%, rgba(220,207,227,.54) 0 38%, transparent 73%),
    radial-gradient(ellipse 20% 54% at 96% 66%, rgba(184,161,197,.52) 0 36%, transparent 72%);
  animation: cloudBankSecondary 34s ease-in-out infinite alternate;
}
.hero-fog i:nth-child(1) {
  right: 50%;
  bottom: 205px;
  left: -20%;
  height: 230px;
  opacity: .32;
  background:
    radial-gradient(ellipse 34% 58% at 18% 70%, rgba(211,197,219,.62) 0 36%, transparent 72%),
    radial-gradient(ellipse 38% 65% at 56% 64%, rgba(177,151,191,.48) 0 36%, transparent 73%),
    radial-gradient(ellipse 29% 53% at 91% 75%, rgba(226,215,230,.55) 0 35%, transparent 72%);
  animation: cloudWispLeft 30s ease-in-out infinite alternate;
}
.hero-fog i:nth-child(2) {
  top: 118px;
  right: -18%;
  left: 56%;
  height: 250px;
  opacity: .24;
  background:
    radial-gradient(ellipse 38% 55% at 18% 56%, rgba(196,175,207,.55) 0 34%, transparent 72%),
    radial-gradient(ellipse 42% 65% at 57% 70%, rgba(230,220,233,.5) 0 36%, transparent 73%),
    radial-gradient(ellipse 35% 52% at 94% 52%, rgba(167,139,184,.5) 0 35%, transparent 71%);
  animation: cloudWispRight 38s ease-in-out infinite alternate;
}
.hero-fog i:nth-child(3) {
  right: -15%;
  bottom: -145px;
  left: -12%;
  height: 390px;
  opacity: .48;
  background:
    radial-gradient(ellipse 24% 59% at 3% 74%, rgba(219,208,225,.56) 0 38%, transparent 73%),
    radial-gradient(ellipse 29% 68% at 28% 82%, rgba(174,150,188,.45) 0 39%, transparent 74%),
    radial-gradient(ellipse 26% 61% at 53% 73%, rgba(238,231,240,.57) 0 39%, transparent 73%),
    radial-gradient(ellipse 29% 67% at 78% 84%, rgba(186,167,198,.5) 0 38%, transparent 73%),
    radial-gradient(ellipse 23% 56% at 101% 72%, rgba(231,221,235,.56) 0 37%, transparent 72%);
  filter: blur(24px);
  animation: cloudBankNear 20s ease-in-out infinite alternate;
}
@keyframes cloudBankPrimary {
  from { transform: translate3d(-3%, 8px, 0) scale(1.02); }
  to { transform: translate3d(5%, -14px, 0) scale(1.08); }
}
@keyframes cloudBankSecondary {
  from { transform: translate3d(7%, 0, 0) scale(1); opacity: .34; }
  to { transform: translate3d(-6%, -18px, 0) scale(1.1); opacity: .5; }
}
@keyframes cloudWispLeft {
  from { transform: translate3d(-5%, 12px, 0) scale(.94); opacity: .22; }
  to { transform: translate3d(12%, -15px, 0) scale(1.12); opacity: .38; }
}
@keyframes cloudWispRight {
  from { transform: translate3d(8%, -6px, 0) scale(1.08); opacity: .18; }
  to { transform: translate3d(-10%, 22px, 0) scale(.96); opacity: .3; }
}
@keyframes cloudBankNear {
  from { transform: translate3d(-2%, 18px, 0) scale(1.04); }
  to { transform: translate3d(3%, -9px, 0) scale(1.1); }
}

.rewards {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: 128px;
  color: #f7eadb;
  background:
    linear-gradient(100deg, rgba(8,4,11,.98), rgba(15,7,20,.92) 56%, rgba(8,4,11,.96)),
    url('../images/slider-global.png') center / cover no-repeat;
}
.rewards::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 1;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background:
    radial-gradient(circle at 15% 42%, rgba(164,62,204,.22), transparent 31%),
    radial-gradient(circle at 88% 20%, rgba(116,37,150,.16), transparent 25%),
    repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(255,255,255,.028) 25%);
}
.rewards::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 35px;
  right: -30px;
  display: block;
  color: rgba(244,224,248,.035);
  font-family: var(--display);
  font-size: clamp(115px, 16vw, 235px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.07em;
  pointer-events: none;
}
.rewards-grid { position: relative; z-index: 2; grid-template-columns: .8fr 1.2fr; gap: clamp(65px, 9vw, 135px); }
.rewards-copy {
  position: relative;
  padding: 44px 36px 42px 40px;
  border: 1px solid rgba(220,180,235,.13);
  border-left: 3px solid #a53bcf;
  background: linear-gradient(145deg, rgba(41,17,52,.78), rgba(14,7,19,.76));
  box-shadow: 0 28px 65px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter: blur(12px);
}
.rewards .kicker { color: #cf82eb; }
.rewards-copy h2 { color: #fff0df; font-family: var(--display); font-size: clamp(48px,5vw,72px); font-weight: 500; line-height: .96; }
.rewards-copy > p:not(.kicker) { margin-top: 26px; color: rgba(240,222,204,.62); font-size: 13px; line-height: 1.82; }
.verified { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(227,194,237,.14); }
.verified > span { width: 46px; height: 46px; border: 1px solid rgba(216,124,246,.42); color: #f3d8fb; background: linear-gradient(145deg,#9b38c5,#45165d); box-shadow: 0 0 0 7px rgba(158,56,198,.1), 0 12px 30px rgba(0,0,0,.25); }
.verified strong { color: #f2dfcb; }
.verified small { color: rgba(233,214,222,.45); }

.reward-ledger {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(223,185,236,.2);
  border-top: 3px solid #9637bd;
  border-radius: 0;
  color: #f3e4d2;
  background: linear-gradient(155deg, rgba(33,15,42,.97), rgba(11,6,15,.99));
  box-shadow: 0 34px 80px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.04);
}
.reward-ledger::before { content: none; }
.ledger-head { position: relative; padding: 23px 26px; border-color: rgba(227,194,237,.14); color: #9e72aa; background: rgba(255,255,255,.018); }
.ledger-row {
  position: relative;
  min-height: 91px;
  padding: 22px 26px;
  border-color: rgba(227,194,237,.11);
  border-radius: 0;
  background: transparent;
  transition: padding-left .32s ease, background .32s ease;
}
.ledger-row:hover { padding-left: 32px; background: linear-gradient(90deg, rgba(148,48,185,.13), transparent); }
.ledger-icon { border: 1px solid rgba(206,118,236,.26); border-radius: 0; color: #cf7aeb; background: rgba(107,35,136,.18); box-shadow: inset 0 0 20px rgba(143,43,180,.12); }
.ledger-row strong { color: #f1dfcc; font-family: var(--display); font-size: 14px; font-weight: 600; }
.ledger-row small { color: rgba(231,213,219,.46); }
.ledger-row > b { border: 1px solid rgba(198,111,226,.18); border-radius: 0; }
.pending { color: #d398e8; background: rgba(132,45,165,.18); }
.soon { color: #a78dad; background: rgba(255,255,255,.035); }
.ledger-foot { position: relative; padding: 20px 26px; color: rgba(230,210,220,.42); background: rgba(255,255,255,.015); }

.preface,
.story,
.season-archive,
.rewards,
.final-cta { box-shadow: inset 0 1px 0 rgba(181,102,211,.18); }

@media (max-width: 820px) {
  .hero-fog::before {
    right: -28%;
    bottom: -58px;
    left: -28%;
    height: 270px;
    opacity: .72;
    background:
      radial-gradient(ellipse 29% 47% at 0 88%, rgba(238,231,240,.7) 0 43%, transparent 65%),
      radial-gradient(ellipse 34% 57% at 24% 83%, rgba(203,187,212,.64) 0 43%, transparent 66%),
      radial-gradient(ellipse 31% 50% at 48% 92%, rgba(240,234,242,.72) 0 44%, transparent 65%),
      radial-gradient(ellipse 35% 60% at 73% 79%, rgba(194,176,205,.63) 0 42%, transparent 66%),
      radial-gradient(ellipse 30% 50% at 100% 90%, rgba(236,228,239,.7) 0 43%, transparent 65%);
    filter: blur(7px);
  }
  .hero-fog::after { right: -38%; bottom: 75px; left: -38%; height: 220px; opacity: .4; filter: blur(13px); }
  .hero-fog i:nth-child(1) { right: 28%; bottom: 205px; left: -55%; height: 190px; }
  .hero-fog i:nth-child(2) { top: 155px; right: -55%; left: 45%; height: 210px; }
  .hero-fog i:nth-child(3) { right: -34%; bottom: -100px; left: -34%; height: 300px; filter: blur(16px); }
  .rewards { padding-block: 88px; }
  .rewards-grid { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 520px) {
  .hero-fog { inset: -4% -8% 0; }
  .hero-fog::before { opacity: .68; filter: blur(7px); }
  .hero-fog::after { opacity: .34; filter: blur(12px); }
  .hero-fog i:nth-child(1), .hero-fog i:nth-child(2) { opacity: .2; }
  .rewards-copy { padding: 34px 23px 31px; }
  .rewards-copy h2 { font-size: 43px; }
  .reward-ledger { border-top-width: 2px; }
  .ledger-row { padding: 20px 16px; }
  .ledger-row:hover { padding-left: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-fog::before, .hero-fog::after, .hero-fog i { animation: none !important; }
}

/* V14 — Albertus display system, sharp controls, FAQ and reward archive */
.preface-header h2,
.preface-header h3,
.story-intro h2,
.story-article .story-motto,
.why-command h2,
.why-principle h3,
.season-archive h2,
.season-premiere h3,
.season-next h3,
.season-chapter h4,
.rewards-copy h2,
.faq-intro h2,
.faq-question span,
.final-inner h2,
.reward-modal-caption h2 {
  font-family: var(--display);
  font-weight: 500;
}

.navbar,
.navbar button,
.navbar a,
.button,
.hero .text-link,
.season-premiere-button,
.why-oath-button,
.reward-proof,
.faq-question {
  font-family: var(--ui);
}

.button,
.nav-login,
.nav-register,
.nav-download,
.language-trigger,
.menu-toggle,
.hero .text-link,
.season-premiere-button,
.why-oath-button,
.reward-proof,
.faq-question,
.reward-modal-close {
  border-radius: 0 !important;
  clip-path: none !important;
}

.language-trigger .chevron {
  display: block;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  color: #dca0f3;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform .32s cubic-bezier(.22,.8,.24,1), color .24s ease;
  will-change: transform;
}
.language.open .language-trigger .chevron { color: #fff; transform: rotate(180deg); }
.language-menu { border-radius: 0; }
.language-menu button { border-radius: 0; }

.countdown-card {
  width: min(900px,100%);
  grid-template-columns: minmax(285px,.84fr) minmax(0,1.45fr);
}
.opening-summary,
.opening-summary > div,
.countdown-main,
.countdown,
.countdown > div { min-width: 0; }
.opening-summary strong {
  display: flex;
  min-width: 0;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 5px;
  white-space: normal;
  font-size: clamp(18px,1.7vw,24px);
  line-height: 1.08;
}
.opening-summary strong > span { min-width: 0; overflow-wrap: anywhere; }
.opening-summary time { flex: 0 0 auto; white-space: nowrap; }
.countdown span { overflow-wrap: anywhere; }
html[lang="de"] .opening-summary strong,
html[lang="ru"] .opening-summary strong,
html[lang="fr"] .opening-summary strong,
html[lang="pt"] .opening-summary strong { font-size: clamp(16px,1.45vw,21px); }

.why-principle-no,
.season-premiere-roman,
.season-chapter-image > span,
.season-next-head > span { display: none !important; }
.why-principle-icon .fa-solid { font-size: 20px; }
.season-chapter-copy em svg { width: 14px; height: 14px; }

.reward-total {
  display: grid;
  grid-template-columns: 50px minmax(0,1fr);
  gap: 16px;
  align-items: center;
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid rgba(227,194,237,.15);
  border-bottom: 1px solid rgba(227,194,237,.15);
}
.reward-total > span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(216,124,246,.42);
  color: #f6d9ff;
  background: linear-gradient(145deg,#a33ccc,#4b175f);
  box-shadow: 0 12px 28px rgba(0,0,0,.25);
}
.reward-total p { display: grid; gap: 2px; margin: 0; }
.reward-total small { color: #b87acb; font-size: 7px; font-weight: 800; letter-spacing: .18em; }
.reward-total strong { color: #fff0dc; font-family: var(--display); font-size: clamp(29px,3vw,44px); font-weight: 600; line-height: 1; }
.reward-total b { color: rgba(233,214,222,.5); font-size: 8px; font-weight: 500; letter-spacing: .04em; }

.ledger-row {
  grid-template-columns: 96px 46px minmax(0,1fr) auto;
  gap: 16px;
  min-height: 120px;
  align-items: center;
}
.reward-proof {
  position: relative;
  width: 96px;
  height: 70px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(218,151,241,.28);
  color: #fff;
  background: #110817;
  cursor: zoom-in;
}
.reward-proof img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) brightness(.7); transition: transform .4s ease, filter .4s ease; }
.reward-proof span { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; background: rgba(70,20,91,.62); transition: opacity .28s ease; }
.reward-proof span i { font-size: 17px; }
.reward-proof:hover img,
.reward-proof:focus-visible img { transform: scale(1.07); filter: saturate(1) brightness(.9); }
.reward-proof:hover span,
.reward-proof:focus-visible span { opacity: 1; }
.ledger-icon { display: grid; width: 46px; height: 46px; place-items: center; }
.ledger-icon i { font-size: 16px; }
.ledger-row p { min-width: 0; margin: 0; }
.ledger-row p em { display: block; margin-top: 7px; color: #bc85cb; font-size: 8px; font-style: normal; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.reward-modal {
  position: fixed;
  z-index: 10060;
  inset: 0;
  display: grid;
  padding: 26px;
  place-items: center;
}
.reward-modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(4,2,7,.92); backdrop-filter: blur(12px); cursor: zoom-out; }
.reward-modal > article {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1120px,100%);
  max-height: calc(100vh - 52px);
  grid-template-columns: minmax(0,1.35fr) minmax(330px,.7fr);
  overflow: auto;
  border: 1px solid rgba(229,184,246,.27);
  border-top: 3px solid #a741cb;
  color: #f5e8d9;
  background: #0d0711;
  box-shadow: 0 45px 110px rgba(0,0,0,.62);
}
.reward-modal-media { min-height: 460px; background: #060308; }
.reward-modal-media img { width: 100%; height: 100%; min-height: 460px; object-fit: contain; }
.reward-modal-caption { display: flex; min-width: 0; flex-direction: column; justify-content: flex-end; padding: 46px 34px 38px; border-left: 1px solid rgba(229,184,246,.14); background: linear-gradient(160deg,rgba(97,27,120,.2),transparent 48%); }
.reward-modal-caption > span { color: #c67bdc; font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.reward-modal-caption h2 { margin: 15px 0 14px; font-size: clamp(29px,3vw,42px); line-height: 1.05; overflow-wrap: break-word; hyphens: auto; }
.reward-modal-caption p { margin: 0; color: rgba(240,222,228,.58); font-size: 11px; line-height: 1.7; }
.reward-modal-close { position: absolute; z-index: 3; top: 15px; right: 15px; display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid rgba(238,203,248,.3); color: #fff; background: rgba(12,6,16,.88); cursor: pointer; }
.reward-modal-close svg { width: 19px; height: 19px; }

.faq-section {
  position: relative;
  overflow: hidden;
  padding-block: 126px;
  color: #f5e7d8;
  background:
    radial-gradient(circle at 14% 14%,rgba(144,47,177,.22),transparent 32%),
    linear-gradient(130deg,#120817 0%,#09050c 54%,#1c0a23 100%);
  box-shadow: inset 0 1px 0 rgba(202,121,232,.18);
}
.faq-section::before { content: ''; position: absolute; inset: 0; opacity: .16; background: linear-gradient(115deg,transparent 0 46%,rgba(223,172,239,.14) 46.1% 46.2%,transparent 46.3%); pointer-events: none; }
.faq-mark { position: absolute; right: -18px; bottom: -74px; color: rgba(255,255,255,.025); font-family: var(--display); font-size: clamp(180px,28vw,430px); font-weight: 600; line-height: .8; pointer-events: none; }
.faq-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(270px,.72fr) minmax(0,1.28fr); gap: clamp(60px,8vw,130px); align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 { max-width: 530px; margin: 23px 0 25px; color: #f8e9d8; font-size: clamp(45px,5.5vw,76px); line-height: .99; letter-spacing: -.035em; }
.faq-intro > p:not(.kicker) { max-width: 480px; margin: 0; color: rgba(237,216,225,.6); font-size: 12px; line-height: 1.82; }
.faq-seal { display: flex; width: fit-content; align-items: center; gap: 13px; margin-top: 34px; padding: 14px 18px 14px 15px; border: 1px solid rgba(209,126,237,.24); background: rgba(105,32,132,.12); }
.faq-seal > i { color: #d482ef; font-size: 22px; }
.faq-seal span { display: grid; gap: 1px; }
.faq-seal strong { color: #f2dfcb; font-size: 9px; letter-spacing: .14em; }
.faq-seal small { color: rgba(228,205,219,.44); font-size: 6px; letter-spacing: .16em; }
.faq-list { border-top: 1px solid rgba(226,184,239,.2); }
.faq-item { border-bottom: 1px solid rgba(226,184,239,.16); }
.faq-question {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0,1fr) 34px;
  gap: 22px;
  align-items: center;
  padding: 27px 3px;
  border: 0;
  color: #f2ddc9;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.faq-question span { min-width: 0; font-size: clamp(18px,2vw,25px); line-height: 1.25; overflow-wrap: anywhere; transition: color .25s ease, transform .25s ease; }
.faq-question svg { width: 21px; height: 21px; justify-self: center; color: #c46de1; transition: transform .34s cubic-bezier(.22,.8,.24,1), color .25s ease; }
.faq-question:hover span { color: #fff4e6; transform: translateX(5px); }
.faq-item.is-open .faq-question svg { color: #fff; transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .38s cubic-bezier(.22,.8,.24,1); }
.faq-answer > div { min-height: 0; overflow: hidden; }
.faq-answer p { max-width: 680px; margin: 0; padding: 0 55px 0 3px; color: rgba(234,214,224,.58); font-size: 12px; line-height: 1.8; transition: padding-bottom .38s ease; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { padding-bottom: 29px; }

@media (max-width: 1120px) {
  .countdown-card { width: min(100%,650px); grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; gap: 50px; }
  .faq-intro { position: static; }
  .faq-intro h2 { max-width: 760px; }
}

@media (max-width: 820px) {
  .faq-section { padding-block: 88px; }
  .faq-layout { gap: 42px; }
  .ledger-row { grid-template-columns: 86px 42px minmax(0,1fr) auto; padding-inline: 18px; }
  .reward-proof { width: 86px; height: 66px; }
  .reward-modal > article { grid-template-columns: 1fr; }
  .reward-modal-media,
  .reward-modal-media img { min-height: 0; max-height: 58vh; }
  .reward-modal-caption { padding: 28px 25px; border-top: 1px solid rgba(229,184,246,.14); border-left: 0; }
}

@media (max-width: 560px) {
  .opening-summary { gap: 10px; }
  .opening-summary strong,
  html[lang="de"] .opening-summary strong,
  html[lang="ru"] .opening-summary strong,
  html[lang="fr"] .opening-summary strong,
  html[lang="pt"] .opening-summary strong { font-size: 12px; }
  .opening-summary strong b { font-size: 19px; }
  .opening-summary time { font-size: 16px; }
  .countdown span { font-size: 5.5px; letter-spacing: .04em; }
  .rewards-copy h2 { font-size: 42px; }
  .reward-total { grid-template-columns: 44px minmax(0,1fr); }
  .reward-total > span { width: 44px; height: 44px; }
  .reward-total strong { font-size: 30px; }
  .ledger-row { grid-template-columns: 82px minmax(0,1fr); gap: 13px; min-height: 106px; }
  .reward-proof { width: 82px; height: 64px; grid-row: 1 / span 2; }
  .ledger-icon { display: none; }
  .ledger-row > p,
  .ledger-row > b { grid-column: 2; }
  .ledger-row > b { justify-self: start; }
  .faq-intro h2 { font-size: 43px; }
  .faq-question { grid-template-columns: minmax(0,1fr) 28px; gap: 13px; padding-block: 23px; }
  .faq-question span { font-size: 17px; }
  .faq-answer p { padding-right: 20px; }
  .reward-modal { padding: 12px; }
  .reward-modal > article { max-height: calc(100vh - 24px); }
  .reward-modal-caption h2 { font-size: 31px; }
}

@media (prefers-reduced-motion: reduce) {
  .language-trigger .chevron,
  .faq-question svg,
  .faq-answer,
  .reward-proof img,
  .reward-proof span { transition: none !important; }
}

/* V15 — balanced editorial typography after full-page browser review */
.hero-lead { font-size: 15px; line-height: 1.72; }
.hero-core strong { font-size: 14px; }
.hero-core b { font-size: 7.5px; }
.opening-summary > div > span { font-size: 9px; }
.opening-summary time small { font-size: 8px; }
.countdown-label { font-size: 8px; }
.countdown span { font-size: 7.5px; }
.preface-header h2 { font-size: clamp(52px,5vw,72px); line-height: .94; }
.preface-header h3 { font-size: clamp(23px,1.9vw,28px); line-height: 1.42; }
.preface-panel .lead-quote { font-size: clamp(24px,2vw,30px); line-height: 1.55; }
.preface-panel .copy-columns p { font-size: 15px; line-height: 1.9; }

.story-layout-real .story-intro h2 { font-size: clamp(52px,5.25vw,78px); line-height: .97; }
.story-layout-real .story-origin { font-size: 16px; line-height: 1.85; }
.story-article > p { font-size: 15.5px; line-height: 1.9; }
.story-article > p:first-child { font-size: 22px; line-height: 1.6; }
.story-article blockquote { font-size: 16px; line-height: 1.65; }

.why-command-title h2 { font-size: clamp(52px,5.15vw,76px); line-height: .96; }
.why-command-copy p { font-size: 15px; line-height: 1.82; }
.why-command-copy .why-command-lead { font-size: 24px; line-height: 1.4; }
.why-principle p { font-size: 14.5px; line-height: 1.76; }
.why-principle-featured p { font-size: 15px; }

.season-head-archive h2 { font-size: clamp(48px,4.6vw,66px); line-height: 1.02; }
.season-head-copy p { font-size: 15px; line-height: 1.78; }
.season-premiere-content h3 { font-size: clamp(42px,4.35vw,62px); line-height: 1; }
.season-premiere-content > p:not(.season-date) { font-size: 14px; line-height: 1.8; }
.season-chapter-copy > span { font-size: 11.5px; line-height: 1.68; }
.season-next-note small { font-size: 10px; line-height: 1.6; }

.rewards-copy h2 { font-size: clamp(45px,4.25vw,62px); line-height: 1; }
.rewards-copy > p:not(.kicker) { font-size: 15px; line-height: 1.78; }
.ledger-row strong { font-size: 13.5px; }
.ledger-row small { font-size: 10.5px; line-height: 1.5; }
.ledger-foot { font-size: 9.5px; }
.reward-total b,
.verified small { font-size: 10px; line-height: 1.5; }

.faq-intro h2 { font-size: clamp(46px,4.25vw,62px); line-height: 1.04; }
.faq-intro > p:not(.kicker) { max-width: 510px; font-size: 15px; line-height: 1.75; }
.faq-question span { font-size: clamp(19px,1.65vw,23px); line-height: 1.34; }
.faq-answer p { font-size: 15px; line-height: 1.75; }
.final-inner h2 { font-size: clamp(43px,4.7vw,64px); }

@media (max-width: 680px) {
  .hero-lead { max-width: 350px; font-size: 13px; line-height: 1.68; }
  .hero-core strong { font-size: 11.5px; }
  .hero-core b { font-size: 7px; }
  .opening-summary > div > span { font-size: 7px; }
  .opening-summary time small { font-size: 7.5px; }
  .countdown-label { font-size: 7px; }
  .countdown span { font-size: 6.5px; }
  .preface-header h2 { font-size: 48px; }
  .preface-header h3 { font-size: 22px; }
  .preface-panel .lead-quote { font-size: 22px; }
  .preface-panel .copy-columns p { font-size: 14.5px; }

  .story-layout-real .story-intro h2 { font-size: 45px; }
  .story-layout-real .story-origin { font-size: 14.5px; }
  .story-article > p { font-size: 14.5px; }
  .story-article > p:first-child { font-size: 19px; }
  .story-article blockquote { font-size: 14px; }
  .story-article .story-belief { font-size: 15px; }

  .why-command-title h2 { font-size: clamp(39px,11vw,50px); }
  .why-command-copy .why-command-lead { font-size: 21px; }
  .why-command-copy p,
  .why-principle p,
  .why-principle-featured p { font-size: 14px; }

  .season-head-archive h2 { font-size: 40px; }
  .season-head-copy p { font-size: 14.5px; }
  .season-premiere-content h3 { font-size: 39px; }
  .season-premiere-content > p:not(.season-date) { font-size: 13.5px; }
  .season-chapter-copy > span { font-size: 11px; }

  .rewards-copy h2 { font-size: 40px; }
  .rewards-copy > p:not(.kicker) { font-size: 14.5px; }
  .ledger-row strong { font-size: 13px; }
  .ledger-row small { font-size: 10.5px; }

  .faq-intro h2 { font-size: 39px; line-height: 1.06; }
  .faq-intro > p:not(.kicker) { font-size: 14.5px; }
  .faq-question span { font-size: 18px; }
  .faq-answer p { font-size: 14.5px; }
  .final-inner > p:not(.kicker) { font-size: 14.5px; line-height: 1.7; }
}

/* V16 — multilingual containment and long-word safety */
.preface-header,
.preface-panel,
.story-intro,
.story-layout-real .story-origin,
.why-command-title,
.why-command-copy,
.season-head-archive > *,
.season-premiere-content,
.season-next,
.season-chapter-copy,
.rewards-copy,
.reward-ledger,
.faq-intro,
.faq-list,
.final-inner,
.footer-main > div { min-width: 0; }

.why-identity,
.why-identity span { min-width: 0; }
.why-identity small,
.why-identity strong {
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.preface-header h2,
.preface-header h3,
.story-layout-real .story-intro h2,
.why-command-title h2,
.why-command-title h2 em,
.season-head-archive h2,
.season-premiere-content h3,
.season-chapter-copy h4,
.rewards-copy h2,
.faq-intro h2,
.faq-question span,
.final-inner h2 {
  max-width: 100%;
  overflow-wrap: break-word;
  hyphens: auto;
}

.nav-register,
.nav-download,
.hero-cta .button,
.hero .text-link,
.season-premiere-button,
.why-oath-button,
.final-inner .button {
  min-width: 0;
  white-space: normal;
  line-height: 1.25;
  text-align: center;
}

html[lang="ru"] .why-command-title h2 {
  font-size: clamp(48px,4.6vw,68px);
  letter-spacing: -.045em;
}

@media (max-width: 680px) {
  html[lang="ru"] .why-command-title h2 { font-size: clamp(36px,9.6vw,43px); }
  .why-identity strong { font-size: 15px; line-height: 1.2; }
  html[lang="de"] .why-identity strong,
  html[lang="ru"] .why-identity strong { font-size: 14px; letter-spacing: 0; }
}

@media (max-width: 360px) {
  html[lang="ru"] .preface-header h2 {
    font-size: 36px;
    letter-spacing: -.04em;
  }
  html[lang="ru"] .preface-header h3 { font-size: 18px; }
  html[lang="ru"] .why-command-title h2 {
    font-size: 32px;
    letter-spacing: -.035em;
  }
}

/* V44 — static reward evidence without zoom interaction */
.reward-evidence { cursor: default !important; }
.reward-evidence > img {
  transform: none !important;
  transition: none !important;
}
.reward-evidence:hover > img,
.reward-evidence:focus-visible > img {
  filter: saturate(.8) contrast(1.04) brightness(.72) !important;
  transform: none !important;
}

/* V43 — visible local Font Awesome icons in footer navigation */
.footer-main > div:not(:first-child) a {
  gap: 10px;
  padding: 7px 9px;
}
.footer-main > div:not(:first-child) a::before { display: none; }
.footer-main > div:not(:first-child) a > i:first-child {
  display: grid;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  place-items: center;
  color: #d66ff0;
  font-size: 14px;
  filter: drop-shadow(0 0 8px rgba(208, 88, 235, .28));
  transition: color .22s ease, transform .22s ease, filter .22s ease;
}
.footer-main > div:not(:first-child) a:hover > i:first-child,
.footer-main > div:not(:first-child) a:focus-visible > i:first-child {
  color: #f0a2ff;
  filter: drop-shadow(0 0 11px rgba(222, 112, 247, .52));
  transform: translateY(-1px) scale(1.08);
}
.footer-main > div:not(:first-child) a > span { min-width: 0; }
.footer-external {
  margin-left: 1px;
  color: #c56cdd;
  font-size: 10px;
  font-weight: 900;
}

@media (max-width: 680px) {
  .footer-main > div:not(:first-child) a {
    min-height: 38px;
    padding-inline: 7px;
  }
  .footer-main > div:not(:first-child) a > i:first-child {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
    font-size: 13px;
  }
}

/* V46 — fixed hero fallback and automatic local background video */
.hero-image {
  transform: none !important;
  animation: none !important;
  background-image: url('../images/hero-mergen2.png') !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-video {
  z-index: 1;
  opacity: 0;
  transform: none !important;
  animation: none !important;
  object-fit: cover;
  object-position: center center;
  mix-blend-mode: normal;
  filter: saturate(.82) contrast(1.04) brightness(.72);
  transition: opacity .65s ease;
}
.hero.video-ready .hero-video { opacity: 1; }
.hero.video-ready .hero-image { opacity: 0; visibility: hidden; }

@media (max-width: 820px) {
  .hero-image,
  .hero-video { background-position: 58% center; object-position: 58% center; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video { transition: none; }
}

/* V19 — Why Mergen2 comparison matrix */
.why-compare {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid rgba(223, 185, 239, .2);
  border-top: 3px solid #a93bd6;
  background:
    linear-gradient(135deg, rgba(41, 18, 52, .97), rgba(10, 7, 15, .99) 48%, rgba(27, 11, 35, .98)),
    radial-gradient(circle at 70% 0, rgba(159, 57, 202, .22), transparent 38%);
  box-shadow: 0 36px 90px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .05);
}
.why-compare::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #f0d7fa 24%, #ae43da 56%, transparent);
  pointer-events: none;
}
.why-compare::after {
  content: none;
  position: absolute;
  z-index: 0;
  right: -24px;
  top: -31px;
  color: rgba(255, 255, 255, .024);
  font-family: var(--display);
  font-size: 190px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}
.why-compare-head {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  align-items: end;
  justify-content: space-between;
  gap: 45px;
  padding: 34px 38px 29px;
  border-bottom: 1px solid rgba(226, 190, 241, .14);
}
.why-compare-head > div { min-width: 0; }
.why-compare-head small {
  display: block;
  margin-bottom: 9px;
  color: #c964ed;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .32em;
}
.why-compare-head h3 {
  margin: 0;
  color: #fff3df;
  font-family: var(--display);
  font-size: clamp(31px, 3vw, 43px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.025em;
}
.why-compare-head p {
  max-width: 340px;
  margin: 0 0 3px;
  color: rgba(240, 223, 210, .56);
  font-size: 13px;
  line-height: 1.65;
  text-align: right;
}
.why-compare-frame { position: relative; z-index: 1; overflow: hidden; }
.why-compare-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  color: #eadfec;
}
.why-compare-table th,
.why-compare-table td {
  min-width: 0;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.why-compare-table thead th {
  height: 59px;
  padding: 0 22px;
  border-right: 1px solid rgba(255, 255, 255, .055);
  border-bottom: 1px solid rgba(219, 177, 238, .2);
  color: rgba(243, 225, 210, .66);
  background: linear-gradient(180deg, rgba(83, 39, 99, .58), rgba(38, 18, 47, .6));
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-align: center;
}
.why-compare-table thead th:first-child {
  width: 25%;
  padding-left: 30px;
  color: #fff0d9;
  text-align: left;
}
.why-compare-table thead th.is-mergen {
  position: relative;
  color: #fff;
  background: linear-gradient(115deg, #8e2db8, #5f1b80);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .12), 0 0 35px rgba(155, 50, 198, .2);
}
.why-compare-crown {
  display: inline-grid;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .24);
  color: #f2d6ff;
  background: rgba(255, 255, 255, .08);
  vertical-align: middle;
}
.why-compare-table tbody tr {
  transition: background .22s ease;
}
.why-compare-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, .018);
}
.why-compare-table tbody tr:hover {
  background: rgba(164, 66, 202, .065);
}
.why-compare-table tbody th,
.why-compare-table tbody td {
  height: 69px;
  padding: 13px 22px;
  border-right: 1px solid rgba(255, 255, 255, .045);
  border-bottom: 1px solid rgba(225, 191, 239, .095);
  text-align: left;
}
.why-compare-table tbody th {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-left: 29px;
  color: #efe0d1;
}
.why-compare-table tbody th b {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .015em;
}
.why-compare-icon {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  place-items: center;
  border: 1px solid rgba(193, 104, 230, .22);
  color: #c66be9;
  background: rgba(112, 33, 142, .12);
  font-size: 12px;
}
.why-compare-table tbody td {
  color: #b8abbc;
  text-align: center;
}
.why-compare-table tbody td > span {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 9px;
  line-height: 1.45;
}
.why-compare-table tbody td i {
  flex: 0 0 auto;
  color: #8b7d90;
  font-size: 10px;
}
.why-compare-table tbody td b {
  min-width: 0;
  font-size: 11px;
  font-weight: 750;
}
.why-compare-table tbody td.is-mergen {
  color: #f8eaff;
  background: linear-gradient(90deg, rgba(123, 39, 158, .2), rgba(172, 65, 216, .12));
  box-shadow: inset 1px 0 0 rgba(207, 117, 241, .18), inset -1px 0 0 rgba(207, 117, 241, .18);
}
.why-compare-table tbody td.is-mergen i {
  color: #d989f5;
  filter: drop-shadow(0 0 7px rgba(195, 91, 236, .55));
}
.why-compare-table tbody td:nth-child(3) { color: #d69aaa; }
.why-compare-table tbody td:nth-child(3) i { color: #b25f76; }
.why-compare-table tbody td:nth-child(4) { color: #d9bd83; }
.why-compare-table tbody td:nth-child(4) i { color: #b99352; }
.why-compare-mobile-label { display: none; }

@media (max-width: 900px) {
  .why-compare-head { padding: 30px; }
  .why-compare-table thead th { padding-inline: 14px; }
  .why-compare-table tbody th,
  .why-compare-table tbody td { padding-inline: 14px; }
  .why-compare-table tbody th { padding-left: 18px; }
  .why-compare-table tbody td b { font-size: 10px; }
}

@media (max-width: 720px) {
  .why-compare { margin-top: 20px; }
  .why-compare::after { top: 2px; right: -18px; font-size: 118px; }
  .why-compare-head {
    display: block;
    padding: 27px 24px 25px;
  }
  .why-compare-head h3 { max-width: 300px; font-size: 31px; }
  .why-compare-head p {
    margin-top: 12px;
    text-align: left;
  }
  .why-compare-table,
  .why-compare-table tbody {
    display: block;
    width: 100%;
  }
  .why-compare-table thead { display: none; }
  .why-compare-table tbody tr {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid rgba(229, 194, 242, .15);
    background: rgba(255, 255, 255, .012);
  }
  .why-compare-table tbody tr:nth-child(even) { background: rgba(164, 66, 202, .035); }
  .why-compare-table tbody th,
  .why-compare-table tbody td {
    display: block;
    width: auto;
    height: auto;
    min-height: 76px;
    padding: 15px 18px;
    border-right: 1px solid rgba(255, 255, 255, .055);
    border-bottom: 1px solid rgba(255, 255, 255, .055);
    text-align: left;
  }
  .why-compare-table tbody th {
    display: flex;
    grid-column: 1 / -1;
    min-height: 61px;
    padding: 14px 18px;
    border-left: 3px solid #a53dd0;
    color: #fff0dd;
    background: rgba(0, 0, 0, .22);
  }
  .why-compare-table tbody th b { font-size: 13px; }
  .why-compare-table tbody td.is-mergen {
    grid-column: 1 / -1;
    min-height: 70px;
    border-left: 3px solid #a53dd0;
    background: linear-gradient(90deg, rgba(131, 41, 168, .34), rgba(75, 24, 98, .16));
  }
  .why-compare-table tbody td > span {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .why-compare-table tbody td b { font-size: 11px; }
  .why-compare-mobile-label {
    display: block;
    margin-bottom: 7px;
    color: rgba(232, 204, 241, .48);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .14em;
  }
  .why-compare-table tbody td.is-mergen .why-compare-mobile-label { color: #d98ff3; }
}

@media (max-width: 420px) {
  .why-compare-table tbody tr { grid-template-columns: 1fr; }
  .why-compare-table tbody th,
  .why-compare-table tbody td,
  .why-compare-table tbody td.is-mergen { grid-column: 1; }
  .why-compare-table tbody td { min-height: 66px; }
}

/* V20 — cinematic, non-chronological season memory gallery */
.season-memory {
  position: relative;
  z-index: 1;
  padding-block: 112px 96px;
  overflow: hidden;
  color: #f7ebde;
  background:
    radial-gradient(circle at 88% 8%, rgba(129, 42, 164, .19), transparent 29%),
    radial-gradient(circle at 8% 72%, rgba(92, 30, 119, .12), transparent 31%),
    linear-gradient(180deg, #0c0710, #08050b 70%, #100815);
}
.season-memory::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 1;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(219, 167, 237, .035) 50%, transparent calc(50% + 1px)),
    repeating-linear-gradient(0deg, transparent 0, transparent 109px, rgba(224, 185, 239, .025) 110px);
  pointer-events: none;
}
.season-memory::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #9f38cb 30%, #edd5f7 50%, #9f38cb 70%, transparent);
  box-shadow: 0 0 24px rgba(167, 60, 210, .3);
}
.season-memory-mark {
  position: absolute;
  z-index: -1;
  top: 48px;
  right: -35px;
  color: rgba(255, 255, 255, .025);
  font-family: var(--display);
  font-size: clamp(120px, 17vw, 255px);
  font-weight: 700;
  line-height: .78;
  letter-spacing: -.08em;
  pointer-events: none;
}
.season-memory-head {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .65fr);
  gap: clamp(65px, 10vw, 150px);
  align-items: end;
}
.season-memory-head > * { min-width: 0; }
.season-memory-head .kicker { margin-bottom: 23px; color: #c66be9; }
.season-memory-head h2 {
  max-width: 780px;
  margin: 0;
  color: #fff2df;
  font-family: var(--display);
  font-size: clamp(50px, 5vw, 72px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.04em;
}
.season-memory-head h2 em {
  display: block;
  margin-top: 9px;
  color: #c45ee8;
  font-style: normal;
  text-shadow: 0 0 38px rgba(157, 50, 199, .3);
}
.season-memory-intro {
  position: relative;
  padding: 4px 0 5px 28px;
  border-left: 3px solid #9e38c8;
}
.season-memory-intro::before {
  content: '';
  position: absolute;
  top: 0;
  left: -3px;
  width: 3px;
  height: 46px;
  background: #ead3f4;
  box-shadow: 0 0 22px rgba(198, 92, 233, .6);
}
.season-memory-intro > span {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
  color: #d17bed;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .22em;
}
.season-memory-intro > span i {
  width: 6px;
  height: 6px;
  background: #ca68ec;
  box-shadow: 0 0 0 5px rgba(191, 83, 228, .09), 0 0 17px rgba(197, 84, 234, .55);
}
.season-memory-intro p {
  max-width: 500px;
  margin: 0;
  color: rgba(241, 225, 208, .6);
  font-size: 14px;
  line-height: 1.82;
}
.season-memory-signals {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 48px;
  border: 1px solid rgba(226, 187, 240, .15);
  border-left: 3px solid #9e38c8;
  background: rgba(255, 255, 255, .018);
}
.season-memory-signals span {
  display: flex;
  min-width: 0;
  min-height: 64px;
  align-items: center;
  gap: 11px;
  padding: 14px 20px;
  border-right: 1px solid rgba(226, 187, 240, .1);
}
.season-memory-signals span:last-child { border-right: 0; }
.season-memory-signals i { flex: 0 0 auto; color: #c66de8; font-size: 13px; }
.season-memory-signals b {
  min-width: 0;
  color: rgba(244, 229, 214, .72);
  font-size: 8px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: .13em;
}
.season-memory-signals .is-opening {
  background: linear-gradient(110deg, rgba(128, 40, 164, .24), rgba(88, 27, 112, .1));
}
.season-memory-signals .is-opening b { color: #f1d7f9; }

.season-memory-gallery { position: relative; z-index: 2; margin-top: 15px; }
.season-memory-stage {
  position: relative;
  height: clamp(560px, 55vw, 650px);
  overflow: hidden;
  border: 1px solid rgba(228, 194, 241, .2);
  border-left: 4px solid #a23dce;
  background: #070409;
  box-shadow: 0 42px 95px rgba(0, 0, 0, .38);
}
.season-memory-stage::before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, #bc62e2, rgba(239, 211, 249, .7), transparent 70%);
  pointer-events: none;
}
.season-memory-slide {
  position: absolute;
  z-index: 1;
  inset: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity .72s ease, transform 1.1s cubic-bezier(.2, .75, .2, 1), visibility 0s linear .72s;
}
.season-memory-slide.is-active {
  z-index: 2;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition-delay: 0s;
}
.season-memory-visual { position: absolute; inset: 0; overflow: hidden; }
.season-memory-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 3, 8, .88), rgba(7, 4, 10, .2) 58%, rgba(7, 4, 10, .2)),
    linear-gradient(0deg, rgba(6, 3, 8, .98), rgba(6, 3, 8, .25) 58%, rgba(6, 3, 8, .14));
}
.season-memory-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.04) brightness(.78);
  transform: scale(1.025);
  transition: filter .8s ease;
}
.season-memory-slide.is-active .season-memory-visual img { animation: season-memory-drift 8s ease-out both; }
.season-memory-stage:hover .season-memory-slide.is-active img { filter: saturate(1) contrast(1.04) brightness(.84); }
@keyframes season-memory-drift {
  from { transform: scale(1.06) translate3d(0, 0, 0); }
  to { transform: scale(1.015) translate3d(-.5%, -.35%, 0); }
}
.season-memory-slide figcaption {
  position: absolute;
  z-index: 4;
  right: 300px;
  bottom: 43px;
  left: 42px;
  min-width: 0;
  transform: translateY(22px);
  opacity: 0;
  transition: opacity .5s .18s ease, transform .65s .18s cubic-bezier(.2, .75, .2, 1);
}
.season-memory-slide.is-active figcaption { opacity: 1; transform: translateY(0); }
.season-memory-slide figcaption small {
  display: block;
  margin-bottom: 11px;
  color: #cf74ec;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .23em;
}
.season-memory-slide figcaption h3 {
  max-width: 760px;
  margin: 0;
  color: #fff3e1;
  font-family: var(--display);
  font-size: clamp(43px, 5vw, 68px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.04em;
  text-shadow: 0 7px 30px rgba(0, 0, 0, .45);
}
.season-memory-slide figcaption p {
  max-width: 620px;
  margin: 15px 0 0;
  color: rgba(246, 231, 214, .68);
  font-size: 14px;
  line-height: 1.72;
}
.season-memory-controls {
  position: absolute;
  z-index: 8;
  right: 33px;
  bottom: 37px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.season-memory-arrow {
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(229, 195, 241, .3);
  border-radius: 0;
  color: #f3dff8;
  background: rgba(15, 7, 19, .72);
  box-shadow: inset 0 0 20px rgba(146, 45, 183, .11);
  cursor: pointer;
  transition: color .22s ease, border-color .22s ease, background .22s ease, transform .22s ease;
}
.season-memory-arrow:hover {
  color: #fff;
  border-color: #bd62e1;
  background: rgba(117, 35, 150, .55);
  transform: translateY(-2px);
}
.season-memory-dots { display: flex; align-items: center; gap: 6px; }
.season-memory-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(239, 220, 245, .3);
  cursor: pointer;
  transition: width .3s ease, background .3s ease, box-shadow .3s ease;
}
.season-memory-dots button.is-active {
  width: 27px;
  background: #c768e8;
  box-shadow: 0 0 15px rgba(200, 98, 233, .52);
}
.season-memory-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}
.season-memory-thumbs button {
  position: relative;
  min-width: 0;
  height: 115px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(225, 187, 239, .14);
  border-radius: 0;
  color: #f3e4d4;
  background: #0a060d;
  cursor: pointer;
  transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.season-memory-thumbs button::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 3, 7, .96), rgba(6, 3, 8, .08) 76%);
  transition: background .3s ease;
}
.season-memory-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .55;
  filter: saturate(.55);
  transition: opacity .35s ease, filter .35s ease, transform .5s ease;
}
.season-memory-thumbs span {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 11px;
  left: 12px;
  overflow: hidden;
  font-size: 8px;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: .06em;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.season-memory-thumbs button:hover,
.season-memory-thumbs button.is-active {
  border-color: rgba(199, 99, 233, .65);
  box-shadow: inset 0 -3px 0 #a53bd0, 0 12px 28px rgba(0, 0, 0, .22);
  transform: translateY(-3px);
}
.season-memory-thumbs button:hover img,
.season-memory-thumbs button.is-active img { opacity: .9; filter: saturate(.9); transform: scale(1.035); }

.season-memory-cta {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(340px, 1fr) auto;
  gap: clamp(35px, 6vw, 80px);
  align-items: center;
  margin-top: 16px;
  padding: 39px 41px;
  border: 1px solid rgba(228, 194, 241, .18);
  border-left: 4px solid #a23dce;
  background: linear-gradient(110deg, rgba(52, 20, 66, .94), rgba(14, 8, 19, .98) 58%, rgba(46, 16, 60, .92));
  box-shadow: 0 28px 65px rgba(0, 0, 0, .24);
}
.season-memory-cta small {
  display: block;
  margin-bottom: 8px;
  color: #c870e9;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .22em;
}
.season-memory-cta h3 {
  margin: 0;
  color: #fff0dd;
  font-family: var(--display);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.1;
}
.season-memory-cta > p {
  margin: 0;
  color: rgba(241, 224, 207, .58);
  font-size: 13px;
  line-height: 1.75;
}
.season-memory-cta .button { min-width: 205px; }

@media (max-width: 1020px) {
  .season-memory-head { grid-template-columns: 1fr; gap: 35px; }
  .season-memory-intro { max-width: 740px; }
  .season-memory-signals { grid-template-columns: repeat(2, 1fr); }
  .season-memory-signals span:nth-child(2) { border-right: 0; }
  .season-memory-signals span:nth-child(-n+2) { border-bottom: 1px solid rgba(226, 187, 240, .1); }
  .season-memory-cta { grid-template-columns: 1fr auto; }
  .season-memory-cta > p { grid-column: 1; grid-row: 2; }
  .season-memory-cta .button { grid-column: 2; grid-row: 1 / span 2; }
}

@media (max-width: 680px) {
  .season-memory { padding-block: 86px 76px; }
  .season-memory-mark { top: 26px; right: -15px; font-size: 95px; }
  .season-memory-head h2 { font-size: clamp(39px, 11vw, 48px); }
  .season-memory-intro { padding-left: 20px; }
  .season-memory-intro p { font-size: 13.5px; }
  .season-memory-signals { margin-top: 35px; }
  .season-memory-signals span { min-height: 58px; padding: 12px 13px; }
  .season-memory-signals b { font-size: 7px; letter-spacing: .08em; }
  .season-memory-stage { height: 565px; }
  .season-memory-visual { height: 285px; }
  .season-memory-visual::after {
    background: linear-gradient(0deg, rgba(7, 4, 10, .65), rgba(7, 4, 10, .05) 60%), linear-gradient(90deg, rgba(7, 4, 10, .28), transparent);
  }
  .season-memory-slide { background: #0a060d; }
  .season-memory-slide figcaption {
    top: 285px;
    right: 22px;
    bottom: auto;
    left: 22px;
    padding-top: 27px;
  }
  .season-memory-slide figcaption h3 { font-size: 37px; line-height: 1; }
  .season-memory-slide figcaption p { margin-top: 13px; font-size: 13px; line-height: 1.65; }
  .season-memory-controls { top: 224px; right: 18px; bottom: auto; }
  .season-memory-arrow { width: 42px; height: 42px; }
  .season-memory-thumbs {
    display: flex;
    margin-right: -24px;
    padding-right: 24px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }
  .season-memory-thumbs::-webkit-scrollbar { display: none; }
  .season-memory-thumbs button { width: 158px; height: 96px; flex: 0 0 158px; scroll-snap-align: start; }
  .season-memory-cta { grid-template-columns: 1fr; gap: 22px; padding: 31px 25px; }
  .season-memory-cta > p,
  .season-memory-cta .button { grid-column: 1; grid-row: auto; }
  .season-memory-cta .button { width: 100%; }
}

@media (max-width: 390px) {
  .season-memory-signals { grid-template-columns: 1fr; }
  .season-memory-signals span,
  .season-memory-signals span:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(226, 187, 240, .1); }
  .season-memory-signals span:last-child { border-bottom: 0; }
  .season-memory-stage { height: 590px; }
  .season-memory-slide figcaption h3 { font-size: 33px; }
}

@media (prefers-reduced-motion: reduce) {
  .season-memory-slide,
  .season-memory-slide figcaption,
  .season-memory-visual img,
  .season-memory-thumbs button,
  .season-memory-thumbs img { animation: none !important; transition: none !important; }
}

/* V22 — verified reward impact and delivery evidence */
.reward-impact {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: 120px 112px;
  color: #f7ebde;
  background:
    radial-gradient(circle at 13% 12%, rgba(153, 48, 190, .24), transparent 31%),
    radial-gradient(circle at 89% 72%, rgba(97, 25, 126, .22), transparent 34%),
    linear-gradient(145deg, #0a050d 0%, #130719 54%, #08040b 100%);
}
.reward-impact::before {
  content: '';
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .5;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(235, 205, 244, .05) 50%, transparent calc(50% + 1px)),
    repeating-linear-gradient(0deg, transparent 0, transparent 109px, rgba(235, 205, 244, .035) 110px);
  pointer-events: none;
}
.reward-impact::after {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #9f38ca 24%, #f0d9f8 50%, #9f38ca 76%, transparent);
  box-shadow: 0 0 30px rgba(181, 73, 219, .42);
}
.reward-impact-mark {
  position: absolute;
  z-index: -1;
  top: 48px;
  right: -24px;
  color: rgba(255, 255, 255, .025);
  font-family: var(--display);
  font-size: clamp(125px, 19vw, 285px);
  font-weight: 700;
  line-height: .78;
  letter-spacing: -.08em;
  pointer-events: none;
}
.reward-impact .shell { position: relative; z-index: 1; }
.reward-impact-head {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .62fr);
  gap: clamp(65px, 9vw, 135px);
  align-items: end;
  margin-bottom: 52px;
}
.reward-impact-head > * { min-width: 0; }
.reward-impact-head .kicker { margin-bottom: 22px; color: #cc72e9; }
.reward-impact-head h2 {
  max-width: 800px;
  margin: 0;
  color: #fff1df;
  font-family: var(--display);
  font-size: clamp(49px, 5vw, 72px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.04em;
}
.reward-impact-head h2 em { display: block; margin-top: 8px; color: #c65be7; font-style: normal; }
.reward-impact-head > p {
  margin: 0;
  padding: 7px 0 7px 27px;
  border-left: 3px solid #a33dcc;
  color: rgba(242, 224, 210, .62);
  font-size: 14px;
  line-height: 1.85;
}
.reward-impact-layout {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
  border: 1px solid rgba(231, 194, 243, .18);
  border-left: 4px solid #a53bcf;
  background: rgba(8, 4, 11, .72);
  box-shadow: 0 45px 100px rgba(0, 0, 0, .42);
}
.reward-evidence {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 715px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-right: 1px solid rgba(231, 194, 243, .16);
  border-radius: 0;
  color: #fff;
  background: #08040a;
  text-align: left;
  cursor: zoom-in;
}
.reward-evidence > img {
  width: 100%;
  height: 100%;
  min-height: 715px;
  object-fit: cover;
  object-position: 50% 48%;
  filter: saturate(.8) contrast(1.04) brightness(.72);
  transform: scale(1.012);
  transition: transform .8s cubic-bezier(.2, .75, .2, 1), filter .45s ease;
}
.reward-evidence-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(6, 3, 8, .98), transparent 46%),
    linear-gradient(135deg, rgba(84, 23, 108, .24), transparent 44%);
  pointer-events: none;
}
.reward-evidence-top {
  position: absolute;
  top: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 13px;
  border: 1px solid rgba(235, 205, 245, .3);
  color: #f7e7d6;
  background: rgba(11, 5, 15, .78);
  backdrop-filter: blur(9px);
}
.reward-evidence-top i { color: #cf6aec; font-size: 13px; }
.reward-evidence-top b { font-size: 7px; letter-spacing: .16em; }
.reward-evidence-caption {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: grid;
  gap: 8px;
}
.reward-evidence-caption small { color: #c66ce6; font-size: 7px; font-weight: 900; letter-spacing: .2em; }
.reward-evidence-caption strong { color: #fff0de; font-family: var(--display); font-size: clamp(30px, 3.1vw, 45px); line-height: 1.02; }
.reward-evidence-caption em { display: flex; align-items: center; gap: 9px; color: rgba(245, 227, 212, .68); font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.reward-evidence-caption em i { color: #d474ef; }
.reward-evidence:hover > img,
.reward-evidence:focus-visible > img { filter: saturate(1) contrast(1.04) brightness(.82); transform: scale(1.045); }

.reward-impact-panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(38px, 5vw, 70px);
  background:
    radial-gradient(circle at 100% 0, rgba(143, 42, 178, .18), transparent 34%),
    linear-gradient(145deg, rgba(34, 13, 44, .86), rgba(11, 6, 15, .94));
}
.reward-impact-total { padding-bottom: 30px; border-bottom: 1px solid rgba(231, 194, 243, .15); }
.reward-impact-total small { display: block; margin-bottom: 12px; color: #c677e1; font-size: 8px; font-weight: 900; letter-spacing: .19em; }
.reward-impact-total strong {
  display: flex;
  align-items: flex-start;
  color: #fff1de;
  font-family: var(--display);
  font-size: clamp(58px, 7vw, 102px);
  font-weight: 700;
  line-height: .82;
  letter-spacing: -.065em;
  text-shadow: 0 0 40px rgba(185, 74, 219, .18);
}
.reward-impact-total strong span { margin: 2px 0 0 8px; color: #cb64e9; font-size: .42em; letter-spacing: 0; }
.reward-impact-total p { margin: 14px 0 0; color: rgba(241, 222, 208, .58); font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.reward-impact-copy { max-width: 680px; margin: 26px 0 30px; color: rgba(242, 224, 211, .64); font-size: 14px; line-height: 1.78; }
.reward-impact-facts { border-top: 1px solid rgba(231, 194, 243, .14); }
.reward-impact-facts article {
  display: grid;
  min-width: 0;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 17px;
  align-items: center;
  padding: 19px 0;
  border-bottom: 1px solid rgba(231, 194, 243, .13);
}
.reward-impact-facts article > span { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(211, 126, 238, .32); color: #d47aef; background: rgba(121, 34, 151, .15); }
.reward-impact-facts article > span i { font-size: 16px; }
.reward-impact-facts h3 { margin: 0; color: #f4e1ce; font-family: var(--display); font-size: 18px; line-height: 1.15; }
.reward-impact-facts p { margin: 6px 0 0; color: rgba(235, 216, 205, .48); font-size: 10.5px; line-height: 1.55; }
.reward-impact-trust { display: flex; align-items: center; gap: 14px; margin-top: auto; padding-top: 27px; color: #d175ec; }
.reward-impact-trust > i { font-size: 23px; }
.reward-impact-trust span { display: grid; gap: 3px; }
.reward-impact-trust b { color: #f4e0cd; font-size: 9px; letter-spacing: .16em; }
.reward-impact-trust small { color: rgba(234, 213, 203, .46); font-size: 8px; line-height: 1.5; }

@media (max-width: 1020px) {
  .reward-impact-head { grid-template-columns: 1fr; gap: 30px; }
  .reward-impact-head > p { max-width: 760px; }
  .reward-impact-layout { grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); }
  .reward-impact-panel { padding: 38px 32px; }
  .reward-impact-total strong { font-size: clamp(55px, 8vw, 78px); }
}

@media (max-width: 760px) {
  .reward-impact { padding-block: 88px 78px; }
  .reward-impact-mark { top: 28px; font-size: 100px; }
  .reward-impact-head { margin-bottom: 35px; }
  .reward-impact-head h2 { font-size: clamp(40px, 11vw, 49px); }
  .reward-impact-head > p { padding-left: 20px; font-size: 13.5px; }
  .reward-impact-layout { grid-template-columns: 1fr; }
  .reward-evidence { min-height: 560px; border-right: 0; border-bottom: 1px solid rgba(231, 194, 243, .16); }
  .reward-evidence > img { min-height: 560px; }
  .reward-impact-panel { padding: 35px 25px; }
  .reward-impact-total strong { font-size: clamp(54px, 17vw, 76px); }
}

@media (max-width: 390px) {
  .reward-evidence,
  .reward-evidence > img { min-height: 500px; }
  .reward-evidence-top { top: 15px; left: 15px; }
  .reward-evidence-caption { right: 19px; bottom: 20px; left: 19px; }
  .reward-evidence-caption strong { font-size: 31px; }
  .reward-impact-panel { padding: 31px 20px; }
  .reward-impact-total strong { font-size: clamp(44px, 14.2vw, 53px); }
  .reward-impact-total strong span { margin-left: 4px; }
  .reward-impact-copy { font-size: 13px; }
  .reward-impact-facts article { grid-template-columns: 43px minmax(0, 1fr); gap: 13px; }
  .reward-impact-facts article > span { width: 42px; height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  .reward-evidence > img { transition: none !important; }
}

/* V25 — founder identity, animated signature, larger editorial copy and Discord proofs */
.preface-panel .signature {
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  gap: 15px;
}
.preface-panel .signature .founder-photo,
.founder-seal .founder-photo {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(221, 146, 242, .6);
  border-radius: 2px;
  background: #160a1d;
  box-shadow: 0 0 0 4px rgba(177, 67, 214, .08), 0 12px 28px rgba(0, 0, 0, .28);
}
.preface-panel .signature .founder-photo::after,
.founder-seal .founder-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 240, 224, .12);
  pointer-events: none;
}
.preface-panel .signature .founder-photo img,
.founder-seal .founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.preface-panel .signature p { gap: 5px; }
.preface-panel .signature strong {
  color: #fff0df;
  font-size: 15px;
  line-height: 1.25;
}
.preface-panel .signature small {
  color: rgba(232, 210, 225, .62);
  font-size: 11px;
  line-height: 1.5;
}
.founder-signature-motion {
  position: relative;
  width: 178px;
  margin-left: auto;
  padding: 1px 7px 9px 0;
  color: #f1d7ee;
  transform: rotate(-4deg);
}
.founder-signature-motion span {
  display: block;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.35;
  text-shadow: 0 0 22px rgba(207, 91, 233, .42);
  animation: founder-sign-write 2.2s steps(18, end) .45s both;
}
.founder-signature-motion i {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 5px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d674ed 16%, #f1d5ee 68%, transparent);
  transform: scaleX(0);
  transform-origin: left;
  animation: founder-sign-line .9s ease 2.45s both;
}
@keyframes founder-sign-write {
  from { width: 0; }
  to { width: 170px; }
}
@keyframes founder-sign-line {
  to { transform: scaleX(1); }
}

.founder-seal {
  min-width: 0;
  gap: 17px;
  padding: 14px 20px 14px 14px;
}
.founder-seal .founder-photo { width: 62px; height: 62px; }
.founder-seal p { gap: 4px; }
.founder-seal small { font-size: 8px; }
.founder-seal strong { font-size: 18px; line-height: 1.2; }
.founder-seal b { font-size: 11px; line-height: 1.45; }

.preface-panel .copy-columns p { font-size: 16px; line-height: 1.9; }
.story-layout-real .story-origin { font-size: 17px; }
.story-article > p { font-size: 16.5px; }
.story-article blockquote { font-size: 16.5px; }
.why-command-copy p { font-size: 16px; }
.why-principle p,
.why-principle-featured p { font-size: 15.5px; }
.season-memory-intro p,
.season-memory-slide figcaption p { font-size: 15px; }
.reward-impact-head > p { font-size: 15.5px; }
.reward-impact-copy { font-size: 15.5px; }
.reward-impact-facts p { font-size: 12px; line-height: 1.65; }
.reward-impact-trust small { font-size: 10.5px; }
.faq-intro > p:not(.kicker),
.faq-answer p { font-size: 16px; }
.footer-brand > p { font-size: 13px; }

.reward-discord-proof {
  display: grid;
  min-width: 0;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  margin-top: 24px;
  padding: 17px 18px;
  border: 1px solid rgba(184, 76, 221, .38);
  color: inherit;
  background: linear-gradient(120deg, rgba(103, 28, 131, .28), rgba(24, 10, 31, .78));
  box-shadow: inset 3px 0 0 #a846ca, 0 18px 35px rgba(0, 0, 0, .18);
  text-decoration: none;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.reward-discord-proof > i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #f0ddf5;
  background: linear-gradient(145deg, #9b3ec0, #552067);
  font-size: 20px;
}
.reward-discord-proof span { display: grid; min-width: 0; gap: 5px; }
.reward-discord-proof b { color: #f6e3d1; font-size: 10px; letter-spacing: .13em; }
.reward-discord-proof small { color: rgba(239, 218, 210, .68); font-size: 11.5px; line-height: 1.55; }
.reward-discord-proof em {
  color: #d87bf0;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .12em;
  white-space: nowrap;
}
.reward-discord-proof:hover,
.reward-discord-proof:focus-visible {
  border-color: rgba(218, 120, 242, .72);
  background: linear-gradient(120deg, rgba(133, 39, 166, .38), rgba(28, 11, 36, .9));
  transform: translateY(-2px);
}

@media (max-width: 680px) {
  .preface-panel .signature { align-items: center; }
  .founder-signature-motion { width: 100%; margin: 10px 0 0 73px; }
  .preface-panel .copy-columns p,
  .story-article > p,
  .why-command-copy p,
  .why-principle p,
  .why-principle-featured p,
  .reward-impact-copy,
  .faq-intro > p:not(.kicker),
  .faq-answer p { font-size: 15px; }
  .story-layout-real .story-origin { font-size: 15.5px; }
  .season-memory-intro p,
  .season-memory-slide figcaption p { font-size: 14px; }
  .reward-impact-facts p { font-size: 12px; }
  .reward-discord-proof { grid-template-columns: 46px minmax(0, 1fr); padding: 16px; }
  .reward-discord-proof em { grid-column: 2; white-space: normal; }
}

@media (max-width: 390px) {
  .preface-panel .signature .founder-photo { width: 54px; height: 54px; }
  .preface-panel .signature strong { font-size: 14px; }
  .preface-panel .signature small { font-size: 10px; }
  .founder-signature-motion { margin-left: 69px; }
  .founder-seal { width: 100%; padding-right: 14px; }
  .founder-seal .founder-photo { width: 56px; height: 56px; }
  .founder-seal strong { font-size: 16px; }
  .founder-seal b { font-size: 10px; }
  .reward-discord-proof small { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .founder-signature-motion span { width: 170px; animation: none !important; }
  .founder-signature-motion i { transform: scaleX(1); animation: none !important; }
}

/* V23 — clearer footer navigation and clean section backgrounds */
.season-memory-mark,
.reward-impact-mark { display: none !important; }

.site-footer {
  border-top-color: rgba(199, 104, 231, .24);
  background:
    radial-gradient(circle at 16% 0, rgba(118, 34, 148, .12), transparent 32%),
    linear-gradient(180deg, #09040c, #050207);
}
.footer-main { gap: clamp(42px, 6vw, 82px); }
.footer-brand > p {
  color: rgba(221, 195, 225, .67);
  font-size: 13px;
  line-height: 1.75;
}
.footer-main h4 {
  margin-bottom: 10px;
  color: #d26fee;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .2em;
}
.footer-main > div:not(:first-child) { gap: 6px; }
.footer-main a {
  position: relative;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 6px 7px 6px 15px;
  color: #d4b4dc;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: color .22s ease, background .22s ease, transform .22s ease;
}
.footer-main a::before {
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border: 1px solid #bd56df;
  background: rgba(151, 49, 187, .26);
  box-shadow: 0 0 10px rgba(192, 84, 225, .22);
}
.footer-main a:hover,
.footer-main a:focus-visible {
  color: #dc75f4;
  background: linear-gradient(90deg, rgba(115, 34, 145, .18), transparent);
  transform: translateX(3px);
}
.footer-bottom {
  min-height: 86px;
  border-top-color: rgba(204, 123, 231, .16);
  color: #987d9f;
  font-size: 10px;
}
.footer-bottom > div { gap: 8px; }
.footer-bottom button {
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(197, 96, 228, .28);
  border-radius: 0;
  color: #cba9d3;
  background: linear-gradient(145deg, rgba(59, 19, 73, .76), rgba(22, 9, 28, .92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
  font-size: 10px;
  font-weight: 650;
  cursor: pointer;
}
.footer-bottom button:hover,
.footer-bottom button:focus-visible {
  border-color: rgba(214, 108, 245, .62);
  color: #e080f7;
  background: linear-gradient(145deg, rgba(104, 30, 132, .82), rgba(44, 14, 56, .94));
}

@media (max-width: 780px) {
  .footer-main { gap: 34px 30px; }
  .footer-main a { font-size: 12.5px; }
  .footer-bottom > div { gap: 7px; }
  .footer-bottom button { font-size: 10px; }
}

@media (max-width: 420px) {
  .footer-bottom > div { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-bottom button { width: 100%; }
}

/* V26 — global footer scene and renewed closing identity */
.final-cta {
  min-height: 720px;
  padding: 0;
  border-top: 1px solid rgba(224, 151, 245, .3);
  background: url('../images/footer-bg.png') center 48% / cover no-repeat;
  box-shadow: inset 0 1px 0 rgba(238, 194, 250, .16);
}
.final-cta::before,
.final-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  pointer-events: none;
}
.final-cta::before {
  background:
    radial-gradient(circle at 50% 42%, rgba(95, 28, 119, .23), rgba(8, 4, 12, .7) 46%, rgba(5, 2, 8, .94) 100%),
    linear-gradient(90deg, rgba(8, 3, 11, .74), rgba(10, 4, 14, .38) 50%, rgba(8, 3, 11, .74));
}
.final-cta::after {
  top: auto;
  height: 190px;
  background: linear-gradient(180deg, transparent, #07030a 90%);
}
.final-glow {
  top: 22%;
  width: 580px;
  height: 360px;
  background: rgba(151, 66, 184, .2);
  filter: blur(115px);
}
.final-inner {
  min-height: 720px;
  align-content: center;
  padding: 84px 0 72px;
}
.final-logo {
  width: clamp(190px, 18vw, 280px);
  max-height: 118px;
  margin-bottom: 22px;
  object-fit: contain;
  filter: drop-shadow(0 12px 34px rgba(79, 16, 103, .7));
}
.final-eyebrow {
  margin: 0 0 18px;
  color: #d985ef;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .24em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .9);
}
.final-inner h2 {
  max-width: 920px;
  margin: 0;
  color: #fff0de;
  font-size: clamp(52px, 5.4vw, 78px);
  line-height: .98;
  letter-spacing: -.045em;
  text-shadow: 0 7px 38px rgba(0, 0, 0, .88);
}
.final-inner h2 em {
  display: block;
  margin-top: 7px;
  color: #dc72f1;
  font-style: normal;
}
.final-inner > p:not(.final-eyebrow) {
  max-width: 640px;
  margin: 24px 0 31px;
  color: rgba(255, 239, 222, .76);
  font-size: 15px;
  line-height: 1.75;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .9);
}
.final-actions {
  display: flex;
  gap: 13px;
  justify-content: center;
}
.final-actions .button { min-width: 178px; }
.final-specs {
  display: grid !important;
  width: min(760px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 !important;
  margin-top: 38px;
  border: 1px solid rgba(230, 177, 244, .2);
  background: rgba(10, 4, 14, .55);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .05);
  backdrop-filter: blur(10px);
}
.final-specs span {
  display: flex;
  min-width: 0;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border-right: 1px solid rgba(229, 174, 243, .15);
}
.final-specs span:last-child { border-right: 0; }
.final-specs i { color: #d476ed; font-size: 14px; }
.final-specs b {
  color: #f0ddcd;
  font-size: 9px;
  line-height: 1.35;
  letter-spacing: .1em;
}

.site-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(205, 106, 232, .22);
  background: linear-gradient(180deg, #08030b, #040206 72%);
}
.site-footer::before {
  content: '';
  position: absolute;
  display: block;
  inset: 0;
  opacity: .055;
  background: url('../images/footer-bg.png') center 78% / cover no-repeat;
  filter: saturate(.65) contrast(1.15);
  pointer-events: none;
}
.site-footer::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0, rgba(128, 39, 156, .14), transparent 42%);
  pointer-events: none;
}
.footer-main,
.footer-bottom { position: relative; z-index: 1; }
.footer-main {
  grid-template-columns: minmax(300px, 1.55fr) repeat(3, minmax(130px, .72fr));
  gap: clamp(28px, 4vw, 64px);
  padding-top: 78px;
  padding-bottom: 68px;
}
.footer-brand { max-width: 390px; }
.footer-logo-link {
  display: inline-flex !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: none !important;
  transform: none !important;
}
.footer-logo-link::before { display: none !important; }
.footer-logo {
  width: 235px;
  max-height: 95px;
  filter: drop-shadow(0 10px 28px rgba(137, 45, 177, .32));
}
.footer-brand > p {
  max-width: 370px;
  margin-top: 20px;
  color: rgba(229, 207, 226, .7);
  font-size: 13.5px;
  line-height: 1.78;
}
.footer-world-mark {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  margin-top: 23px;
  padding: 12px 15px;
  border: 1px solid rgba(202, 100, 229, .27);
  background: rgba(98, 26, 119, .13);
}
.footer-world-mark > i { color: #d26ce9; font-size: 20px; }
.footer-world-mark span { display: grid; gap: 2px; }
.footer-world-mark strong { color: #f0d9c7; font-size: 8px; letter-spacing: .15em; }
.footer-world-mark small { color: rgba(216, 187, 216, .58); font-size: 9px; }
.footer-main > div:not(:first-child) {
  position: relative;
  align-self: start;
  gap: 8px;
  padding: 24px 0 24px 24px;
  border-left: 1px solid rgba(207, 121, 230, .14);
}
.footer-main > div:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 24px;
  left: -1px;
  width: 2px;
  height: 34px;
  background: linear-gradient(#db72f1, transparent);
}
.footer-main h4 {
  margin-bottom: 13px;
  color: #dc76f1;
  font-size: 10px;
  letter-spacing: .2em;
}
.footer-main a { font-size: 13px; }
.footer-bottom {
  min-height: 92px;
  border-top-color: rgba(209, 126, 232, .17);
  color: #9c84a1;
}

@media (max-width: 980px) {
  .final-cta,
  .final-inner { min-height: 650px; }
  .footer-main { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-brand { max-width: none; grid-column: 1 / -1; }
  .footer-brand > p { max-width: 560px; }
}

@media (max-width: 680px) {
  .final-cta {
    min-height: 700px;
    background-position: 50% center;
  }
  .final-cta::before {
    background: linear-gradient(180deg, rgba(7, 3, 10, .67), rgba(8, 3, 11, .74) 45%, rgba(5, 2, 8, .96));
  }
  .final-glow { left: 0; width: 100%; transform: none; }
  .final-inner { min-height: 700px; padding: 72px 0 58px; }
  .final-logo { width: 190px; margin-bottom: 18px; }
  .final-eyebrow { font-size: 8px; letter-spacing: .17em; }
  .final-inner h2 { font-size: clamp(41px, 11.7vw, 51px); line-height: 1; }
  .final-inner > p:not(.final-eyebrow) { max-width: 390px; font-size: 14px; }
  .final-actions { width: 100%; flex-direction: column; align-items: center; }
  .final-actions .button { width: min(100%, 285px); }
  .final-specs { grid-template-columns: 1fr; margin-top: 31px; }
  .final-specs span { min-height: 50px; border-right: 0; border-bottom: 1px solid rgba(229, 174, 243, .15); }
  .final-specs span:last-child { border-bottom: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px 18px; padding-top: 60px; padding-bottom: 48px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main > div:not(:first-child) { padding: 18px 0 18px 17px; }
  .footer-main > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { padding-block: 24px; }
}

@media (max-width: 390px) {
  .final-inner h2 { font-size: 39px; }
  .final-inner > p:not(.final-eyebrow) { font-size: 13.5px; }
  .footer-logo { width: 190px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand,
  .footer-main > div:last-child { grid-column: 1; }
  .footer-main > div:not(:first-child) { padding-left: 20px; }
}

/* V28 — faded battle artwork for Why Mergen2 */
.why-command {
  background-color: #0b0610;
  background-image:
    linear-gradient(180deg, rgba(8, 3, 12, .74) 0, rgba(9, 4, 13, .83) 390px, rgba(11, 6, 16, .96) 820px, #100817 1220px),
    linear-gradient(90deg, rgba(8, 3, 12, .58), rgba(17, 6, 23, .2) 48%, rgba(8, 3, 12, .68)),
    url('../images/why-mergen2-bg.png');
  background-position: center top, center top, center top;
  background-size: 100% auto, 100% auto, 100% auto;
  background-repeat: no-repeat;
}
.why-command::before {
  background:
    radial-gradient(circle at 12% 16%, rgba(150, 50, 194, .22), transparent 28%),
    radial-gradient(circle at 86% 22%, rgba(90, 26, 130, .2), transparent 30%),
    repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(255,255,255,.028) 25%);
}

@media (max-width: 680px) {
  .why-command {
    background-image:
      linear-gradient(180deg, rgba(8, 3, 12, .72), rgba(9, 4, 13, .9) 430px, #100817 780px),
      linear-gradient(90deg, rgba(8, 3, 12, .58), rgba(17, 6, 23, .24), rgba(8, 3, 12, .68)),
      url('../images/why-mergen2-bg.png');
    background-position: center top, center top, 53% top;
    background-size: auto 780px, auto 780px, auto 780px;
  }
}

/* V29 — illustrated editorial background for Preface */
.preface {
  background-color: #eee4d8;
  background-image:
    linear-gradient(90deg, rgba(247, 240, 231, .9) 0, rgba(246, 237, 228, .76) 37%, rgba(235, 221, 211, .7) 66%, rgba(226, 210, 218, .78) 100%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(232, 218, 207, .9)),
    url('../images/onsoz-bg.png');
  background-position: center, center, center;
  background-size: cover;
  background-repeat: no-repeat;
}
.preface::before {
  content: '';
  position: absolute;
  display: block;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(155, 87, 185, .12), transparent 28%),
    linear-gradient(90deg, transparent 0 50%, rgba(91, 41, 105, .05));
  pointer-events: none;
}
.preface-panel {
  background:
    radial-gradient(circle at 0 0, rgba(169, 74, 205, .2), transparent 34%),
    linear-gradient(145deg, rgba(37, 17, 47, .94), rgba(14, 8, 19, .965) 76%);
  backdrop-filter: blur(2px);
}

@media (max-width: 760px) {
  .preface {
    background-image:
      linear-gradient(180deg, rgba(247, 240, 231, .83), rgba(239, 227, 218, .88) 500px, rgba(232, 218, 207, .96) 920px),
      url('../images/onsoz-bg.png');
    background-position: center top, 65% top;
    background-size: auto 980px, auto 980px;
  }
  .preface::after { opacity: .45; }
}

/* V30 — complete legal copy without draft notices */
.legal-meta {
  display: block !important;
  margin: 0 0 12px !important;
  color: #bd6fd4 !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.5;
  text-transform: uppercase;
}
.legal-copy h3 { margin: 28px 0 9px; font-size: 17px; }
.legal-copy h3:first-child { margin-top: 0; }
.legal-copy p { margin: 0; font-size: 13px; line-height: 1.85; }
.legal-modal article { scrollbar-color: #7b3198 #120a18; scrollbar-width: thin; }
.legal-close {
  position: absolute;
  z-index: 2;
  display: grid;
  padding: 0;
  place-items: center;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 560px) {
  .legal-meta { padding-right: 44px; font-size: 9px; }
  .legal-modal h2 { margin-bottom: 24px; font-size: 34px; line-height: 1.04; }
  .legal-copy h3 { font-size: 16px; }
  .legal-copy p { font-size: 12px; line-height: 1.8; }
}

/* V32 — clean footer without artwork and community badge */
.site-footer {
  background: #060309 !important;
}
.site-footer::before,
.site-footer::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

/* V34 — tighter page rhythm, larger copy and corrected media crops */
.preface {
  padding-block: 108px;
  background-position: center top, center top, left top;
  background-size: cover, cover, 135% auto;
}
.story { padding-block: 108px; }
.why-command { padding-block: 104px 92px; }
.season-memory { padding-block: 98px 92px; }
.faq-section { padding-block: 96px; }
.final-cta,
.final-inner { min-height: 620px; }

.why-command-copy p { font-size: 17px; }
.why-principle {
  min-height: 350px;
  overflow: hidden;
  padding-bottom: 34px;
}
.why-principle h3 {
  font-size: clamp(24px, 2vw, 29px);
  overflow-wrap: anywhere;
  hyphens: auto;
}
.why-principle p {
  font-size: 16.5px;
  line-height: 1.7;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.why-principle-featured p { font-size: 16.5px; }

.reward-impact { padding-block: 88px 82px; }
.reward-impact-head { margin-bottom: 36px; }
.reward-impact-head > p,
.reward-impact-copy { font-size: 16.5px; }
.reward-impact-layout { grid-template-columns: minmax(330px, .7fr) minmax(0, 1.3fr); }
.reward-evidence,
.reward-evidence > img { min-height: 560px; }
.reward-impact-panel { padding: clamp(26px, 3vw, 36px); }
.reward-impact-total { padding-bottom: 16px; }
.reward-impact-total small { margin-bottom: 8px; }
.reward-impact-total strong { font-size: clamp(52px, 5vw, 72px); }
.reward-impact-total p { margin-top: 8px; }
.reward-impact-copy { margin: 12px 0 14px; line-height: 1.68; }
.reward-impact-facts article {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding-block: 10px;
}
.reward-impact-facts article > span { width: 40px; height: 40px; }
.reward-impact-facts h3 { font-size: 20px; }
.reward-impact-facts p { font-size: 13.5px; line-height: 1.6; }
.reward-discord-proof {
  grid-template-columns: 44px minmax(0, 1fr) auto;
  margin-top: 14px;
  padding: 12px 14px;
}
.reward-discord-proof > i { width: 42px; height: 42px; }

.faq-intro > p:not(.kicker),
.faq-answer p { font-size: 16.5px; }

@media (max-width: 760px) {
  .preface {
    padding-block: 78px;
    background-position: center top, 65% top;
    background-size: auto 920px, auto 920px;
  }
  .story { padding-block: 78px; }
  .why-command { padding-block: 76px 70px; }
  .season-memory { padding-block: 78px 72px; }
  .faq-section { padding-block: 72px; }
  .final-cta,
  .final-inner { min-height: 610px; }

  .why-command-copy p,
  .why-principle p,
  .why-principle-featured p { font-size: 15.5px; }
  .why-principle,
  .why-principle-featured { min-height: 330px; }

  .reward-impact { padding-block: 68px 64px; }
  .reward-impact-head { margin-bottom: 28px; }
  .reward-impact-layout { grid-template-columns: 1fr; }
  .reward-evidence,
  .reward-evidence > img { min-height: 420px; }
  .reward-impact-panel { padding: 26px 21px; }
  .reward-discord-proof { grid-template-columns: 42px minmax(0, 1fr); }
  .reward-discord-proof em { grid-column: 2; white-space: normal; }
  .reward-impact-head > p,
  .reward-impact-copy,
  .faq-intro > p:not(.kicker),
  .faq-answer p { font-size: 15.5px; }
}

@media (max-width: 390px) {
  .reward-evidence,
  .reward-evidence > img { min-height: 390px; }
}

/* V35 — launch actions and animated availability notice */
.nav-promo {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid rgba(238, 184, 251, .32);
  color: #f7e9fd;
  background: linear-gradient(135deg, rgba(25, 10, 34, .96), rgba(67, 19, 87, .92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 10px 24px rgba(0, 0, 0, .18);
  font-size: 10.5px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, filter .22s ease;
}
.nav-promo:hover {
  transform: translateY(-2px);
  border-color: rgba(231, 126, 255, .86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .11), 0 14px 30px rgba(103, 32, 129, .28);
  filter: brightness(1.12);
}
.button-promo {
  border: 1px solid rgba(225, 139, 249, .6);
  color: #fff4ff;
  background: linear-gradient(116deg, #281032 0%, #762398 46%, #b846d2 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 16px 36px rgba(89, 25, 112, .35);
}
.button-promo:hover { color: #fff; filter: brightness(1.15); }
.final-actions .button { min-width: 168px; }

.launch-modal[hidden] { display: none; }
.launch-modal {
  position: fixed;
  z-index: 10120;
  inset: 0;
  display: grid;
  padding: 24px;
  place-items: center;
  opacity: 0;
  transition: opacity .24s ease;
}
.launch-modal.is-visible { opacity: 1; }
.launch-modal.is-closing { opacity: 0; }
.launch-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: radial-gradient(circle at 50% 45%, rgba(98, 35, 123, .24), transparent 38%), rgba(3, 1, 6, .9);
  backdrop-filter: blur(13px);
  cursor: pointer;
}
.launch-modal article {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(610px, 100%);
  min-height: 440px;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 58px 58px 50px;
  border: 1px solid rgba(225, 174, 240, .28);
  border-top: 3px solid #c355e1;
  color: #f6e9dc;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(83, 26, 104, .22), transparent 44%),
    #0e0713;
  box-shadow: 0 46px 120px rgba(0, 0, 0, .7), 0 0 70px rgba(111, 37, 137, .18);
  opacity: 0;
  transform: translateY(30px) scale(.94);
  transition: opacity .3s ease, transform .5s cubic-bezier(.16, 1, .3, 1);
}
.launch-modal.is-visible article { opacity: 1; transform: translateY(0) scale(1); }
.launch-modal.is-closing article { opacity: 0; transform: translateY(18px) scale(.97); transition-duration: .22s; }
.launch-modal-aura {
  position: absolute;
  top: -220px;
  left: 50%;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(210, 116, 235, .13);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(169, 56, 201, .2), transparent 63%);
  transform: translateX(-50%);
  animation: launchAura 4.5s ease-in-out infinite;
  pointer-events: none;
}
.launch-modal-logo {
  position: relative;
  width: min(236px, 62vw);
  max-height: 94px;
  margin-bottom: 29px;
  object-fit: contain;
  filter: drop-shadow(0 12px 26px rgba(131, 39, 164, .36));
  animation: launchLogo 3.2s ease-in-out infinite;
}
.launch-modal-kicker {
  position: relative;
  margin: 0 0 15px;
  color: #d66cf1;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .24em;
}
.launch-modal h2 {
  position: relative;
  max-width: 480px;
  margin: 0;
  color: #fff2df;
  font-family: var(--display);
  font-size: clamp(35px, 5vw, 52px);
  font-weight: 500;
  line-height: 1.02;
  overflow-wrap: anywhere;
}
.launch-modal article > p:last-of-type {
  position: relative;
  max-width: 410px;
  margin: 19px 0 28px;
  color: rgba(238, 220, 226, .68);
  font-size: 14px;
  line-height: 1.7;
}
.launch-modal-confirm {
  position: relative;
  display: inline-flex;
  min-width: 158px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 22px;
  border: 1px solid rgba(231, 150, 251, .56);
  color: #fff5ff;
  background: linear-gradient(118deg, #421354, #9b34be);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .13), 0 14px 30px rgba(75, 19, 94, .34);
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .22s ease, filter .22s ease, box-shadow .22s ease;
}
.launch-modal-confirm:hover { transform: translateY(-2px); filter: brightness(1.15); box-shadow: 0 18px 38px rgba(110, 30, 137, .42); }
.launch-modal-confirm svg { width: 16px; height: 16px; }
.launch-modal-close {
  position: absolute;
  z-index: 3;
  top: 17px;
  right: 17px;
  display: grid;
  width: 43px;
  height: 43px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(229, 174, 243, .3);
  color: #fff;
  background: rgba(15, 7, 20, .84);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.launch-modal-close:hover { transform: rotate(6deg); border-color: #dc78f4; background: #4a165b; }
.launch-modal-close svg { width: 18px; height: 18px; }

@keyframes launchAura {
  0%, 100% { opacity: .62; transform: translateX(-50%) scale(.94); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.06); }
}
@keyframes launchLogo {
  0%, 100% { transform: translateY(0); filter: drop-shadow(0 12px 26px rgba(131, 39, 164, .32)); }
  50% { transform: translateY(-5px); filter: drop-shadow(0 17px 32px rgba(178, 55, 214, .5)); }
}

@media (max-width: 1120px) {
  .nav-promo { min-height: 46px; }
}
@media (max-width: 560px) {
  .nav-promo { grid-column: span 2; }
  .launch-modal { padding: 12px; }
  .launch-modal article { min-height: 430px; padding: 54px 24px 39px; }
  .launch-modal-logo { width: 190px; margin-bottom: 25px; }
  .launch-modal h2 { font-size: clamp(33px, 10.4vw, 42px); }
  .launch-modal article > p:last-of-type { margin-top: 16px; font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .launch-modal,
  .launch-modal article,
  .launch-modal-aura,
  .launch-modal-logo { animation: none !important; transition-duration: .01ms !important; }
}

/* V36 — stronger mirrored Preface artwork and corrected closing crop */
.preface {
  isolation: isolate;
  background-color: #eee4d8;
  background-image: none;
}
.preface-art {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url('../images/onsoz-bg.png') 27% 15% / 135% auto no-repeat;
  opacity: .94;
  transform: scaleX(-1);
  transform-origin: center;
  pointer-events: none;
}
.preface::before {
  z-index: 1;
  background:
    radial-gradient(circle at 14% 34%, rgba(247, 239, 230, .15), transparent 29%),
    linear-gradient(90deg, rgba(247, 240, 231, .31) 0, rgba(246, 237, 228, .42) 35%, rgba(235, 221, 211, .64) 69%, rgba(226, 210, 218, .8) 100%);
}
.preface::after { z-index: 1; }
.preface-header h2,
.preface-header h3 {
  text-shadow:
    0 2px 0 rgba(255, 248, 237, .82),
    0 0 18px rgba(248, 238, 225, .96),
    0 0 38px rgba(248, 238, 225, .78);
}

.final-cta {
  margin-top: -1px;
  border-top: 0;
  background-position: center 36%;
  box-shadow: none;
}
.final-cta::before {
  background:
    linear-gradient(180deg, rgba(7, 3, 10, .22), rgba(8, 3, 11, .46) 55%, rgba(5, 2, 8, .82)),
    linear-gradient(90deg, rgba(8, 3, 11, .59), rgba(10, 4, 14, .23) 50%, rgba(8, 3, 11, .59));
}

@media (max-width: 760px) {
  .preface { background-image: none; }
  .preface-art {
    background-position: 73% 20px;
    background-size: auto 920px;
    opacity: .78;
  }
  .preface::before {
    background: linear-gradient(180deg, rgba(247, 240, 231, .35), rgba(239, 227, 218, .72) 450px, rgba(232, 218, 207, .94) 900px);
  }
  .final-cta { background-position: 50% 31%; }
}

/* V37 — remove oversized decorative text monograms */
.faq-mark,
.preface-mark,
.season-archive-mark,
.season-memory-mark,
.reward-impact-mark,
.footer-world-mark {
  display: none !important;
  content: none !important;
}

/* V38 — collision-free Why Mergen2 card headers in every language */
.why-principle:not(.why-principle-featured) {
  display: grid;
  min-height: 390px;
  grid-template-rows: auto 1fr;
  align-content: start;
  gap: 42px;
  padding: 29px 28px 32px;
}
.why-principle:not(.why-principle-featured) .why-principle-icon {
  position: relative;
  top: auto;
  left: auto;
}
.why-principle:not(.why-principle-featured) > div:last-child {
  align-self: start;
  margin-top: 0;
}
.why-principle:not(.why-principle-featured) small {
  min-height: 1.5em;
  overflow-wrap: anywhere;
  line-height: 1.5;
}

@media (max-width: 680px) {
  .why-principle:not(.why-principle-featured) {
    min-height: 315px;
    gap: 35px;
    padding: 25px 24px 29px;
  }
}

/* V39 — Preface title integrated into the right editorial panel */
.preface-layout {
  grid-template-columns: minmax(300px, .72fr) minmax(620px, 1.28fr);
  align-items: center;
  gap: clamp(48px, 6vw, 90px);
}
.preface-panel {
  grid-column: 2;
  padding: clamp(40px, 4.2vw, 58px);
}
.preface-panel .preface-header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 13px;
  margin: 0 0 35px;
  padding: 0 0 32px;
  border-bottom: 1px solid rgba(232, 207, 235, .14);
}
.preface-panel .preface-header::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 88px;
  height: 2px;
  background: linear-gradient(90deg, #d06dec, #74308e);
  box-shadow: 0 0 18px rgba(194, 83, 224, .38);
}
.preface-panel .preface-header > p {
  grid-column: 1 / -1;
  margin: 0;
  color: #d37beb;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .3em;
}
.preface-panel .preface-header h2 {
  margin: 0;
  color: #fff0df;
  font-size: clamp(54px, 4.8vw, 70px);
  line-height: .88;
  letter-spacing: -.055em;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .5);
}
.preface-panel .preface-header h3 {
  max-width: 560px;
  margin: 0;
  padding: 2px 0 2px 22px;
  border-left: 2px solid rgba(201, 95, 226, .72);
  color: rgba(240, 218, 226, .72);
  font-size: clamp(20px, 1.65vw, 25px);
  line-height: 1.35;
  letter-spacing: -.02em;
  text-shadow: none;
}
.preface-panel .quote-mark { top: 222px; opacity: .72; }
.preface-panel .lead-quote { margin-bottom: 27px; }

@media (max-width: 1040px) {
  .preface-layout { grid-template-columns: minmax(235px, .58fr) minmax(560px, 1.42fr); gap: 35px; }
}

@media (max-width: 820px) {
  .preface-layout {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 300px;
  }
  .preface-panel { grid-column: 1; }
  .preface-art {
    background-position: 70% 12px;
    background-size: auto 900px;
    opacity: .82;
  }
}

@media (max-width: 560px) {
  .preface { padding-block: 62px 72px; }
  .preface-layout { padding-top: 285px; }
  .preface-panel { padding: 31px 21px; }
  .preface-panel .preface-header {
    grid-template-columns: 1fr;
    gap: 13px;
    margin-bottom: 28px;
    padding-bottom: 27px;
  }
  .preface-panel .preface-header h2 { font-size: clamp(48px, 15vw, 60px); }
  .preface-panel .preface-header h3 {
    padding: 0;
    border-left: 0;
    font-size: 20px;
  }
  .preface-panel .quote-mark { top: 190px; }
}

/* V40 — lower closing crop and larger primary navigation actions */
.final-cta { background-position: center 19%; }
.final-actions { gap: 16px; }
.final-actions .button {
  min-width: 205px;
  min-height: 58px;
  padding-inline: 28px;
  font-size: 12.5px;
}

.nav-links { gap: clamp(13px, 1.05vw, 20px); }
.nav-links a { font-size: 13px; }
.nav-actions { gap: 10px; }
.language-trigger {
  min-width: 88px;
  height: 48px;
  font-size: 11px;
}
.nav-promo,
.nav-register,
.nav-download {
  min-height: 48px;
  padding-inline: 22px;
  font-size: 11.5px;
}

@media (max-width: 1120px) {
  .nav-links a { font-size: 15px; }
  .nav-promo,
  .nav-register,
  .nav-download { min-height: 50px; }
}

@media (max-width: 680px) {
  .final-cta { background-position: 50% 20%; }
  .final-actions { gap: 11px; }
  .final-actions .button {
    width: min(100%, 305px);
    min-height: 56px;
    font-size: 11.5px;
  }
}

/* Runtime performance layer — preserves the artwork while suspending off-screen work. */
.hero.media-paused .aurora,
.hero.media-paused .petal,
.hero.media-paused .hero-fog::before,
.hero.media-paused .hero-fog::after,
.hero.media-paused .hero-fog i,
.season-memory-gallery.is-paused .season-memory-slide.is-active .season-memory-visual img {
  animation-play-state: paused !important;
}

html.performance-lite .aurora,
html.performance-lite .hero-fog::before,
html.performance-lite .hero-fog::after,
html.performance-lite .hero-fog i,
html.performance-lite .why-command-art span,
html.performance-lite .why-command-art i,
html.performance-lite .season-premiere-top > span i,
html.performance-lite .season-memory-slide.is-active .season-memory-visual img {
  animation: none !important;
  will-change: auto !important;
}

@supports (content-visibility: auto) {
  .season-memory,
  .reward-impact,
  .faq-section,
  .final-cta,
  .site-footer {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
  }
}

/* V43 — smoother Preface and Story scrolling without changing their artwork. */
.preface,
.story {
  contain: paint;
}

.story {
  background-attachment: scroll !important;
}

.preface-panel,
.site-header.scrolled {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.preface-art {
  backface-visibility: hidden;
  transform: translateZ(0) scaleX(-1);
  will-change: auto;
}

@supports (background-image: image-set(url("image.webp") type("image/webp"))) {
  .preface-art {
    background-image: image-set(
      url('../images/onsoz-bg.webp') type('image/webp'),
      url('../images/onsoz-bg.png') type('image/png')
    );
  }

  .story {
    background-image:
      linear-gradient(180deg, rgba(6,3,10,.84), #08040c 36%),
      image-set(
        url('../images/slider-oldschool.webp') type('image/webp'),
        url('../images/slider-oldschool.png') type('image/png')
      );
  }
}

/* V42 — shorter Preface rhythm with more readable editorial copy */
.preface { padding-block: 72px; }
.preface-panel { padding: clamp(32px, 3vw, 42px); }
.preface-panel .preface-header {
  gap: 9px;
  margin-bottom: 22px;
  padding-bottom: 20px;
}
.preface-panel .preface-header h2 {
  font-size: clamp(42px, 3.8vw, 54px);
  line-height: .94;
  letter-spacing: -.045em;
}
.preface-panel .preface-header h3 {
  max-width: 520px;
  padding-left: 18px;
  font-size: clamp(19px, 1.5vw, 22px);
  line-height: 1.32;
}
.preface-panel .quote-mark { top: 174px; font-size: 112px; }
.preface-panel .lead-quote {
  margin-bottom: 18px;
  font-size: clamp(23px, 1.8vw, 26px);
  line-height: 1.42;
}
.preface-years { margin-bottom: 18px; }
.preface-panel .copy-columns { gap: 24px; }
.preface-panel .copy-columns p {
  font-size: 17px;
  line-height: 1.68;
}
.preface-panel .signature {
  margin-top: 24px;
  padding-top: 17px;
}

@media (max-width: 820px) {
  .preface { padding-block: 44px 52px; }
  .preface-layout { padding-top: 200px; }
  .preface-art {
    background-position: 70% 0;
    background-size: auto 660px;
  }
  .preface-panel { padding: 26px 22px; }
  .preface-panel .preface-header {
    gap: 8px;
    margin-bottom: 17px;
    padding-bottom: 16px;
  }
  .preface-panel .preface-header h2 { font-size: clamp(38px, 7vw, 44px); }
  .preface-panel .preface-header h3 {
    padding-left: 16px;
    font-size: 18.5px;
  }
  .preface-panel .quote-mark { top: 142px; font-size: 84px; }
  .preface-panel .lead-quote {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.4;
  }
  .preface-years { margin-bottom: 14px; }
  .preface-panel .copy-columns { gap: 12px; }
  .preface-panel .copy-columns p {
    font-size: 16.5px;
    line-height: 1.62;
  }
  .preface-panel .signature {
    margin-top: 17px;
    padding-top: 14px;
  }
}

@media (max-width: 560px) {
  .preface { padding-block: 38px 46px; }
  .preface-layout { padding-top: 185px; }
  .preface-art {
    background-position: 70% 0;
    background-size: auto 620px;
  }
  .preface-panel { padding: 24px 18px; }
  .preface-panel .preface-header h2 { font-size: 38px; }
  .preface-panel .preface-header h3 {
    padding-left: 0;
    font-size: 18px;
  }
  .preface-panel .quote-mark { top: 136px; }
  .preface-panel .lead-quote { font-size: 20px; }
  .preface-panel .copy-columns p { font-size: 16px; }
  .preface-panel .signature .founder-photo { width: 52px; height: 52px; }
  .preface-panel .signature strong { font-size: 15px; }
  .preface-panel .signature small { font-size: 10.5px; }
  html[lang="ru"] .preface-panel .preface-header h2 {
    font-size: clamp(23px, 6.1vw, 26px) !important;
    letter-spacing: -.035em;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
    white-space: nowrap;
    hyphens: none !important;
  }
}

/* V47 — ECK Creative production credit */
.footer-bottom > .footer-meta {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 18px;
}
.footer-meta > p { flex: 0 0 auto; }
.eck-credit {
  position: relative;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border-left: 1px solid rgba(211, 104, 239, .5);
  color: rgba(213, 184, 218, .67);
  background: linear-gradient(90deg, rgba(111, 35, 138, .15), transparent);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
  white-space: nowrap;
  transition: color .22s ease, background .22s ease, border-color .22s ease;
}
.eck-credit strong {
  color: #e078f5;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
}
.eck-credit i {
  color: #bd53db;
  font-size: 8px;
}
.eck-credit:hover,
.eck-credit:focus-visible {
  border-left-color: #e17cf5;
  color: #f3dff5;
  background: linear-gradient(90deg, rgba(137, 42, 169, .28), transparent);
}
.eck-credit:hover strong,
.eck-credit:focus-visible strong { color: #f2a1ff; }

@media (max-width: 980px) {
  .footer-bottom > .footer-meta {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 560px) {
  .footer-bottom > .footer-meta {
    display: flex;
    grid-template-columns: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
  }
  .eck-credit { white-space: normal; }
}

/* V49 — fixed Discord community banner */
.discord-banner {
  position: fixed;
  z-index: 45;
  bottom: 20px;
  left: 20px;
  display: grid;
  width: min(370px, calc(100vw - 40px));
  min-height: 104px;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 16px 16px 16px 14px;
  border: 1px solid rgba(215, 115, 244, .42);
  border-left: 3px solid #c54be6;
  color: #f7e9f8;
  background:
    linear-gradient(112deg, rgba(73, 20, 94, .96), rgba(19, 8, 27, .97) 58%, rgba(8, 4, 13, .98)),
    radial-gradient(circle at 16% 10%, rgba(219, 101, 255, .22), transparent 42%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .08), 0 0 34px rgba(158, 49, 197, .16);
  backdrop-filter: blur(18px);
  animation: discordBannerIn .7s 1.25s cubic-bezier(.16, .82, .24, 1) both;
}
.discord-banner::before {
  content: '';
  position: absolute;
  top: 0;
  right: 42px;
  left: 70px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e28aff, transparent);
}
.discord-banner-avatar {
  position: relative;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  overflow: visible;
  border: 1px solid rgba(229, 157, 248, .55);
  background: #16091e;
  box-shadow: 0 0 0 4px rgba(161, 55, 198, .12), 0 8px 24px rgba(0, 0, 0, .35);
}
.discord-banner-avatar img,
.discord-banner-avatar > span {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discord-banner-avatar > span {
  place-items: center;
  color: #fff4ff;
  font: 700 30px 'Albertus Nova', serif;
  background: linear-gradient(145deg, #7b258f, #1a0922);
}
.discord-banner-avatar > span:not([hidden]) { display: grid; }
.discord-banner-avatar > i {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 13px;
  height: 13px;
  border: 3px solid #14091b;
  border-radius: 50%;
  background: #46d982;
  box-shadow: 0 0 12px rgba(70, 217, 130, .72);
}
.discord-banner-copy { display: grid; min-width: 0; gap: 4px; }
.discord-banner-copy small {
  color: #d66cf1;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .17em;
}
.discord-banner-copy strong {
  color: #fff0df;
  font: 700 17px/1.1 'Albertus Nova', serif;
}
.discord-banner-copy > span {
  color: rgba(229, 207, 229, .64);
  font-size: 9.5px;
  line-height: 1.45;
}
.discord-banner > a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid rgba(221, 114, 249, .55);
  color: #fff;
  background: linear-gradient(135deg, #8e25ad, #c341e2 52%, #67207d);
  box-shadow: 0 8px 22px rgba(142, 37, 173, .34), inset 0 1px 0 rgba(255, 255, 255, .16);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .1em;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.discord-banner > a:hover,
.discord-banner > a:focus-visible {
  filter: brightness(1.12);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(177, 55, 211, .46), inset 0 1px 0 rgba(255, 255, 255, .2);
}
.discord-banner-close {
  position: absolute;
  top: 6px;
  right: 7px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 0;
  color: rgba(230, 207, 232, .55);
  background: transparent;
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}
.discord-banner-close:hover,
.discord-banner-close:focus-visible { color: #fff; background: rgba(178, 67, 208, .2); }
.discord-banner.is-leaving { animation: discordBannerOut .36s ease both; }
.modal-open .discord-banner { opacity: 0; pointer-events: none; }
@keyframes discordBannerIn { from { opacity: 0; transform: translate3d(-34px, 18px, 0); } to { opacity: 1; transform: none; } }
@keyframes discordBannerOut { to { opacity: 0; transform: translate3d(-28px, 14px, 0); } }

@media (max-width: 560px) {
  .discord-banner {
    bottom: 10px;
    left: 10px;
    width: calc(100vw - 20px);
    min-height: 112px;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px 12px;
    padding: 13px 14px;
  }
  .discord-banner-avatar { width: 56px; height: 56px; }
  .discord-banner-copy strong { font-size: 16px; }
  .discord-banner > a {
    grid-column: 2;
    width: max-content;
    min-height: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .discord-banner { animation: none; }
}
