/* Gates of Olympus 2500 · 1.4.0. Refined premium layout inspired by the Le-series presentation. */
:root {
    color-scheme: dark;
    --paper: #060b16;
    --paper-2: #091223;
    --surface: #0d1628;
    --surface-soft: #101b32;
    --surface-strong: #13203b;
    --ink: #edf3ff;
    --white: #ffffff;
    --muted: #aebbd6;
    --line: rgba(122, 147, 195, .28);
    --line-strong: rgba(255, 219, 111, .34);
    --gold: #ffd55d;
    --gold-2: #f3b93b;
    --gold-soft: rgba(255, 213, 93, .12);
    --cyan: #7fe0ff;
    --shadow: 0 18px 48px rgba(0, 0, 0, .34);
    --radius: 22px;
    --radius-sm: 16px;
    --width: 1220px;
    --header-clearance: 108px;
    --mobile-clearance: 0px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-clearance); -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    min-width: 320px;
    background:
        radial-gradient(circle at top center, rgba(129, 92, 209, .20), transparent 28%),
        radial-gradient(circle at 80% 0, rgba(255, 208, 91, .12), transparent 30%),
        linear-gradient(180deg, #07111f 0%, var(--paper) 26%, #050913 100%);
    color: var(--ink);
    font: 16px/1.72 Inter, "Segoe UI", Arial, sans-serif;
    overflow-wrap: anywhere;
    -webkit-font-smoothing: antialiased;
}
a { color: var(--gold); text-underline-offset: .22em; }
a:hover { color: #fff2b9; }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: not-allowed; opacity: .6; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
::selection { color: #fff; background: rgba(122, 139, 191, .68); }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, figure, ul, ol { margin: 0; }
h1, h2, h3 {
    color: var(--white);
    line-height: 1.08;
    letter-spacing: -.05em;
    text-wrap: balance;
}
h1 { font-size: clamp(3rem, 5vw, 4.85rem); }
h2 { font-size: clamp(1.9rem, 3.2vw, 2.65rem); }
h3 { font-size: clamp(1.18rem, 1.8vw, 1.5rem); }
p + p { margin-top: 18px; }
.container { width: min(var(--width), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 150; padding: 10px 16px; border-radius: 10px; background: var(--gold); color: #201807; }
.skip-link:focus { top: 12px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    isolation: isolate;
    background: rgba(7, 13, 24, .88);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(124, 145, 186, .18);
}
.site-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 10, 18, .92) 0%, rgba(7, 13, 24, .72) 48%, rgba(5, 10, 18, .9) 100%),
        url('/assets/hero-olympus-scene.webp') center top / cover no-repeat;
    opacity: .34;
    pointer-events: none;
}
.header-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 88px;
}
.brand { flex: 0 0 auto; text-decoration: none; }
.site-logo { width: 152px; height: 84px; object-fit: contain; filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .28)); }
.primary-nav { display: flex; align-items: center; gap: 18px; margin-inline: auto; }
.primary-nav a {
    color: #dce7fa;
    font-size: .92rem;
    font-weight: 700;
    text-decoration: none;
    opacity: .92;
    transition: color .24s ease, opacity .24s ease;
}
.primary-nav a:hover { color: var(--gold); opacity: 1; }
.header-actions, .actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.header-actions { margin-left: auto; flex-wrap: nowrap; gap: 10px; }
.button,
.text-button,
.dialog-close,
.menu-button {
    appearance: none;
    border: 1px solid transparent;
    border-radius: 14px;
    text-decoration: none;
    backface-visibility: hidden;
    transform: translateZ(0);
}
.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 50px;
    padding: 12px 22px;
    color: #251b08;
    background: linear-gradient(180deg, #ffe38d 0%, #ffd459 55%, #efbb42 100%);
    border-color: rgba(255, 232, 166, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .42), 0 10px 24px rgba(225, 173, 48, .16);
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, color .25s ease, background-color .25s ease;
}
.button:hover {
    color: #211606;
    background: linear-gradient(180deg, #ffe8a8 0%, #ffdb74 56%, #f2c24f 100%);
    border-color: rgba(255, 238, 187, .92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .48), 0 16px 36px rgba(235, 184, 54, .2);
    transform: translateY(-2px);
}
.button:active { transform: translateY(0); }
.button-secondary,
.button.secondary,
.button.outline,
.text-button,
.dialog-close,
.menu-button {
    color: var(--ink);
    border-color: rgba(104, 128, 171, .38);
    background: linear-gradient(180deg, rgba(20, 31, 56, .95), rgba(10, 19, 37, .95));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 10px 24px rgba(0, 0, 0, .18);
}
.button-secondary:hover,
.button.secondary:hover,
.button.outline:hover,
.text-button:hover,
.dialog-close:hover,
.menu-button:hover {
    color: #fff;
    background: linear-gradient(180deg, rgba(31, 48, 83, .98), rgba(14, 25, 48, .98));
    border-color: rgba(150, 172, 214, .52);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 16px 30px rgba(0, 0, 0, .24);
    transform: translateY(-2px);
}
.header-actions .button,
.menu-button { min-height: 44px; padding: 10px 16px; font-size: .88rem; }
.menu-button {
    display: none;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    font-size: 1.25rem;
    color: var(--white);
}

.hero {
    position: relative;
    overflow: clip;
    padding: 42px 0 20px;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0 0 14%;
    background:
        linear-gradient(180deg, rgba(7, 12, 22, .82) 0%, rgba(7, 13, 24, .68) 24%, rgba(8, 16, 30, .72) 52%, rgba(7, 13, 24, .96) 100%),
        url('/assets/hero-olympus-scene.webp') center 12% / cover no-repeat;
    filter: saturate(1.06);
}
.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 180px;
    background: linear-gradient(180deg, transparent 0%, rgba(6, 11, 22, .92) 70%, var(--paper) 100%);
}
.hero-shell {
    position: relative;
    z-index: 1;
    padding: 34px;
    border: 1px solid rgba(123, 144, 182, .18);
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(13, 22, 40, .92) 0%, rgba(8, 14, 28, .76) 54%, rgba(16, 22, 35, .88) 100%);
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); gap: 30px; align-items: center; }
.hero-grid > * { min-width: 0; }
.eyebrow {
    display: inline-block;
    color: var(--cyan);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.45;
    text-transform: uppercase;
}
.eyebrow span { color: rgba(255, 255, 255, .36); margin-inline: 6px; }
.hero-title { margin-top: 18px; max-width: 10ch; text-shadow: 0 12px 34px rgba(0, 0, 0, .38); }
.hero-lead {
    max-width: 58ch;
    margin-top: 22px;
    color: #d4e0f3;
    font-size: 1.08rem;
    line-height: 1.8;
}
.hero-actions { margin-top: 26px; }
.hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    padding: 0;
    margin-top: 22px;
    list-style: none;
}
.hero-highlights li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid rgba(122, 143, 182, .22);
    border-radius: 999px;
    background: rgba(10, 18, 34, .62);
    color: #dbe7fa;
    font-size: .85rem;
    line-height: 1.35;
}
.hero-highlights li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 3px rgba(255, 213, 93, .12);
}
.release-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    font-size: .9rem;
    color: #dce7f7;
}
.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 6px rgba(255, 213, 93, .12);
}
.hero-meta { margin-top: 10px; color: var(--muted); font-size: .82rem; }
.hero-visual { display: grid; gap: 16px; }
.hero-showcase {
    display: block;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(255, 219, 111, .22);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(13, 20, 35, .9), rgba(8, 14, 27, .98));
    box-shadow: 0 18px 40px rgba(0, 0, 0, .28);
    text-decoration: none;
}
.hero-showcase-media {
    position: relative;
    min-height: 280px;
    padding: 20px 26px 0;
    background:
        radial-gradient(circle at 50% 0, rgba(255, 213, 93, .17), transparent 56%),
        linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, 0));
}
.hero-showcase-media img {
    width: 100%;
    max-height: 345px;
    object-fit: contain;
    filter: drop-shadow(0 22px 36px rgba(0, 0, 0, .35));
}
.hero-showcase-copy { padding: 22px 24px 24px; }
.hero-showcase-copy .eyebrow { color: var(--gold); }
.hero-showcase-copy strong {
    display: block;
    margin: 12px 0 10px;
    color: #fff;
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.18;
    letter-spacing: -.04em;
}
.hero-showcase-copy span:last-child { display: block; color: #c5d3ea; line-height: 1.68; }
.hero-side-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.hero-side-card {
    min-height: 132px;
    padding: 18px 18px 16px;
    border-radius: 18px;
    border: 1px solid rgba(123, 145, 184, .22);
    background: linear-gradient(180deg, rgba(17, 28, 49, .9), rgba(9, 16, 30, .96));
}
.hero-side-kicker {
    display: inline-block;
    color: var(--cyan);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
}
.hero-side-card strong {
    display: block;
    margin-top: 12px;
    color: var(--gold);
    font-size: 1.5rem;
    line-height: 1.1;
    letter-spacing: -.04em;
}
.hero-side-card p {
    margin-top: 10px;
    color: #bdd0ea;
    font-size: .84rem;
    line-height: 1.56;
}

.fact-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 8px;
    margin-bottom: 34px;
}
.fact-card {
    padding: 22px 24px;
    border: 1px solid rgba(122, 143, 182, .24);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(15, 24, 43, .92), rgba(8, 14, 26, .96));
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}
.fact-card span,
.fact-card small { display: block; color: var(--muted); line-height: 1.45; font-size: .8rem; }
.fact-card strong {
    display: block;
    margin-block: 9px 7px;
    color: var(--gold);
    font-size: clamp(1.55rem, 2.6vw, 2rem);
    line-height: 1.18;
    letter-spacing: -.04em;
}

.content-layout { display: flex; flex-direction: column; gap: 28px; padding-bottom: 58px; }
.toc {
    padding: 24px 28px;
    border: 1px solid rgba(122, 143, 182, .2);
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(14, 23, 42, .86), rgba(9, 15, 27, .88));
}
.toc details { width: 100%; }
.toc summary { font-weight: 800; color: var(--white); font-size: 1rem; }
.toc summary::marker { color: var(--gold); }
.toc ol {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 26px;
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    counter-reset: contents;
}
.toc li { counter-increment: contents; }
.toc a {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 7px 0;
    color: #d4dff3;
    font-size: .88rem;
    line-height: 1.48;
    text-decoration: none;
}
.toc a::before { content: counter(contents, decimal-leading-zero); color: rgba(141, 165, 207, .72); font-size: .7rem; font-weight: 800; }
.toc a:hover,
.toc a[aria-current] { color: var(--gold); }
.toc-note { margin-top: 16px; color: #98add0; font-size: .84rem; line-height: 1.55; }
.article { min-width: 0; width: 100%; }
.article-section {
    position: relative;
    padding: 34px 36px;
    border: 1px solid rgba(122, 143, 182, .18);
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(18, 29, 52, .9), rgba(10, 16, 30, .96));
    box-shadow: 0 14px 32px rgba(0, 0, 0, .16);
}
.article-section + .article-section { margin-top: 22px; }
.article-section h2 { margin-bottom: 22px; }
.article-section h3 { margin-top: 22px; margin-bottom: 12px; }
.article-section > p:not(.section-number) { max-width: 100ch; color: #d1dcf0; line-height: 1.84; }
.section-number {
    margin-bottom: 12px;
    color: var(--cyan);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
}
.anchor-alias { display: block; scroll-margin-top: var(--header-clearance); }
.back-to-contents { display: inline-block; margin-top: 24px; color: #9db0d1; font-size: .8rem; text-decoration: none; }
.back-to-contents:hover { color: var(--gold); }
.note {
    padding: 19px 22px;
    margin-top: 20px;
    border: 1px solid rgba(255, 219, 111, .22);
    border-left: 3px solid var(--gold);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 208, 85, .09), rgba(255, 208, 85, .04));
}
.note strong { display: block; color: #ffe6a7; }
.note p { margin-top: 12px; color: #dae4f7; font-size: .92rem; }
.table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    margin-block: 20px;
    border: 1px solid rgba(122, 143, 182, .22);
    border-radius: 18px;
    overscroll-behavior-x: contain;
    background: rgba(5, 10, 18, .18);
}
table { border-collapse: collapse; width: 100%; text-align: left; font-size: .92rem; }
caption { padding: 14px 18px; color: var(--muted); font-size: .82rem; text-align: left; background: rgba(8, 15, 28, .82); }
th, td { padding: 15px 18px; border-bottom: 1px solid rgba(122, 143, 182, .16); vertical-align: top; }
thead th { background: rgba(31, 44, 75, .96); color: #e9f2ff; font-size: .79rem; }
tbody th { color: #f4f8ff; font-weight: 700; width: 28%; }
tbody td { color: #cad7ee; }
tbody tr:nth-child(even) { background: rgba(255, 255, 255, .02); }
tbody tr:last-child > * { border-bottom: 0; }
.table-scroll-hint { color: var(--muted); font-size: .78rem; }
.steps {
    counter-reset: steps;
    list-style: none;
    padding: 0;
    margin: 22px 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.steps li {
    counter-increment: steps;
    padding: 20px;
    border-radius: 18px;
    border: 1px solid rgba(122, 143, 182, .2);
    background: linear-gradient(180deg, rgba(14, 24, 44, .94), rgba(9, 16, 30, .96));
}
.steps li::before { content: counter(steps, decimal-leading-zero); display: block; color: var(--gold); font-size: .8rem; font-weight: 800; margin-bottom: 10px; }
.steps strong { color: #fff; }
.steps p { font-size: .89rem; color: #c0cfe7; margin-top: 7px; }

.demo-panel {
    padding: 28px;
    margin-bottom: 22px;
    border: 1px solid rgba(255, 219, 111, .18);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(19, 31, 56, .92), rgba(8, 15, 29, .96));
    box-shadow: 0 16px 36px rgba(0, 0, 0, .18);
}
.demo-status h3 { margin: 12px 0; }
.demo-status p { max-width: 74ch; color: #c2d2ea; }
.demo-launchpad {
    position: relative;
    overflow: hidden;
    min-height: 290px;
    margin-top: 22px;
    border: 1px solid rgba(122, 143, 182, .24);
    border-radius: 22px;
    background: #0a1222;
    isolation: isolate;
}
.demo-launchpad::before {
    content: "";
    position: absolute;
    inset: -6%;
    background:
        linear-gradient(90deg, rgba(9, 14, 26, .88) 0%, rgba(9, 14, 26, .72) 42%, rgba(9, 14, 26, .88) 100%),
        url('/assets/hero-olympus-scene.webp') center / cover no-repeat;
    filter: blur(14px) saturate(1.04);
    transform: scale(1.08);
}
.demo-launchpad::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 78% 50%, rgba(255, 213, 93, .1), transparent 32%);
    pointer-events: none;
}
.demo-launchpad-copy {
    position: relative;
    z-index: 1;
    width: min(520px, 100%);
    padding: 28px;
}
.demo-preview-note { margin-top: 16px; color: #afc2df; font-size: .82rem; line-height: 1.6; }
.demo-stage-shell {
    margin-top: 20px;
    border: 1px solid rgba(122, 143, 182, .22);
    border-radius: 20px;
    overflow: hidden;
    background: rgba(6, 10, 18, .96);
}
.demo-stage-head {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(122, 143, 182, .16);
    background: linear-gradient(180deg, rgba(14, 24, 43, .94), rgba(8, 15, 29, .92));
    color: #d7e4f7;
    font-size: .86rem;
}
.demo-stage-head strong { color: #fff; font-size: .88rem; letter-spacing: .01em; }
.demo-stage-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #42db86;
    box-shadow: 0 0 0 6px rgba(66, 219, 134, .1);
}
.demo-stage {
    background: #05070e;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}
.demo-stage iframe { width: 100%; height: 100%; display: block; border: 0; }
.demo-fallback { color: var(--muted); margin-top: 14px; font-size: .82rem; }

.calculator {
    margin-top: 22px;
    padding: 24px;
    border-radius: 18px;
    border: 1px solid rgba(122, 143, 182, .2);
    background: linear-gradient(180deg, rgba(14, 23, 42, .86), rgba(8, 15, 29, .94));
}
.calculator h3 { margin-top: 0; }
.calculator p { color: #bacce7; font-size: .86rem; }
.calculator-inputs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 20px 0; }
.calculator-inputs label { display: flex; flex-direction: column; justify-content: space-between; gap: 8px; font-size: .82rem; color: #d1def1; }
.calculator-inputs input {
    width: 100%;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid rgba(110, 134, 180, .38);
    border-radius: 11px;
    background: rgba(21, 33, 60, .92);
    color: #fff;
}
.calculator output {
    display: block;
    padding: 15px;
    color: #211607;
    background: linear-gradient(180deg, #ffe08a 0%, #f2c256 100%);
    border-radius: 12px;
    font-weight: 800;
    font-size: 1.04rem;
}
.calculator-note { margin-top: 14px; }
.related-version {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 24px;
    border: 1px solid rgba(255, 219, 111, .22);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 208, 85, .08), rgba(255, 208, 85, .04));
    margin-top: 24px;
    text-decoration: none;
}
.related-version-copy > span,
.related-version-copy > strong { display: block; }
.related-version-copy strong { margin: 8px 0; font-size: 1.3rem; color: #fff; line-height: 1.35; }
.related-version-copy > span:not(.eyebrow) { font-size: .86rem; color: #ccd9ee; }
.related-version-copy .related-version-label { margin-top: 12px; color: var(--gold) !important; }
.related-version-arrow { font-size: 2rem; flex: 0 0 auto; }
.faq { border-top: 1px solid rgba(122, 143, 182, .18); padding: 0; }
.faq:last-of-type { border-bottom: 1px solid rgba(122, 143, 182, .18); }
.faq summary { padding: 19px 0; color: #edf3ff; font-weight: 700; line-height: 1.5; }
.faq summary::marker { color: var(--gold); }
.faq p { max-width: 90ch; padding: 0 0 20px; color: #c2d2ea; font-size: .94rem; }
.sources-list { padding-left: 20px; margin: 18px 0 0; columns: 2; column-gap: 40px; }
.sources-list li { padding: 6px 0; break-inside: avoid; font-size: .86rem; }
.screenshot { margin-block: 28px; }
.screenshot img { margin-inline: auto; border-radius: 16px; box-shadow: 0 14px 30px rgba(0, 0, 0, .22); }
.screenshot figcaption { color: var(--muted); font-size: .82rem; line-height: 1.65; margin-top: 14px; }
.game-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 22px; }
.game-card img { border-radius: 14px; }
.game-card figcaption { margin-top: 8px; }
.game-card small { display: block; color: var(--muted); }
.closing,
.context-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 28px;
    margin-top: 24px;
    border: 1px solid rgba(255, 219, 111, .22);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 208, 85, .08), rgba(255, 208, 85, .04));
}
.closing h2 { margin-top: 10px; }
.closing p,
.context-cta p { color: #cad8ee; margin-top: 10px; }
.site-footer { padding: 38px 0; background: #050a13; border-top: 1px solid rgba(122, 143, 182, .16); }
.footer-top { display: flex; gap: 30px; align-items: center; }
.footer-top p { max-width: 88ch; color: #9cb0cf; font-size: .85rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 24px 0; font-size: .82rem; }
.risk-line { display: flex; gap: 16px; align-items: center; border-top: 1px solid rgba(122, 143, 182, .16); padding-top: 22px; color: #95a8c8; font-size: .79rem; }
.risk-line strong { border: 1px solid rgba(122, 143, 182, .32); padding: 5px 10px; border-radius: 10px; color: #d1dcf0; }
.privacy { color: #95a8c8; margin-top: 22px; font-size: .81rem; }
.privacy p { margin-top: 12px; }
.copyright { display: flex; justify-content: space-between; gap: 15px; margin-top: 24px; color: #71829f; font-size: .77rem; }
.mobile-actions { display: none; }
.text-button,
.dialog-close { min-height: 42px; padding: 8px 14px; }
.image-dialog {
    width: min(1000px, calc(100% - 24px));
    max-height: 90vh;
    padding: 16px;
    border: 1px solid rgba(122, 143, 182, .2);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(14, 23, 42, .96), rgba(8, 15, 29, .98));
    color: #dbe7fa;
}
.image-dialog::backdrop { background: rgba(1, 5, 12, .78); backdrop-filter: blur(8px); }
.image-dialog .dialog-close { display: block; margin-left: auto; margin-bottom: 12px; }
.image-dialog img { max-height: 70vh; object-fit: contain; margin: auto; }
.image-dialog p { margin-top: 12px; font-size: .85rem; }
.consent-panel {
    position: fixed;
    z-index: 60;
    left: 20px;
    bottom: 20px;
    width: min(440px, calc(100% - 40px));
    padding: 22px;
    border: 1px solid rgba(122, 143, 182, .24);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(18, 29, 52, .96), rgba(9, 15, 27, .98));
    box-shadow: 0 18px 60px rgba(0, 0, 0, .4);
}
.consent-panel p { color: #ccd9ee; font-size: .86rem; margin: 10px 0 16px; }
.service-body { min-height: 100vh; display: grid; place-items: center; }
.service-page {
    width: min(650px, calc(100% - 32px));
    padding: 36px;
    border: 1px solid rgba(122, 143, 182, .2);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(18, 29, 52, .92), rgba(9, 15, 27, .96));
}
.service-logo { width: 170px; margin: 0 auto 22px; }
.service-page h1 { font-size: 2rem; margin-bottom: 18px; }
.service-page .button { margin-top: 22px; }
.rules-gallery {
    margin-top: 24px;
    padding: 20px;
    border: 1px solid rgba(122, 143, 182, .2);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(14, 23, 42, .88), rgba(8, 15, 29, .94));
}
.rules-gallery summary { color: var(--gold); font-weight: 700; }
.rules-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.rules-grid figcaption { font-size: .8rem; }

.article-section > :is(p, .screenshot, .note, .steps, .table-wrap, .calculator, .demo-panel) + :is(p, .screenshot, .note, .steps, .table-wrap, .calculator) { margin-top: 26px; }
.article-section > .note { margin-block: 28px; padding-block: 24px; }
.article-section > .screenshot + p { margin-top: 28px; }

@media (max-width: 1060px) {
    .header-inner { gap: 14px; }
    .primary-nav { gap: 14px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-title { max-width: 100%; }
    .hero-showcase-media { min-height: 220px; }
}

@media (max-width: 900px) {
    .toc ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fact-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .steps { grid-template-columns: 1fr; }
    .calculator-inputs { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
    .header-inner { flex-wrap: wrap; gap: 8px 12px; padding-block: 8px; }
    .site-logo { width: 120px; height: 68px; }
    .header-actions { margin-left: auto; }
    .primary-nav {
        width: 100%;
        order: 6;
        justify-content: space-between;
        padding: 14px 0 6px;
    }
    .js .primary-nav { display: none; }
    .js .primary-nav[data-open="true"] { display: flex; }
    .js .menu-button { display: inline-flex; }
    .hero { padding-top: 28px; }
    .hero-shell { padding: 24px; }
    .hero-copy { text-align: center; }
    .hero-lead { margin-inline: auto; }
    .hero-actions,
    .release-line,
    .hero-highlights { justify-content: center; }
    .hero-showcase { width: min(620px, 100%); margin-inline: auto; }
    .hero-side-grid { grid-template-columns: 1fr; }
    .article-section { padding: 28px 24px; }
    .demo-stage { aspect-ratio: 4 / 5; min-height: 540px; }
    .footer-top { align-items: flex-start; }
}

@media (max-width: 600px) {
    .hero::before {
        background:
            linear-gradient(180deg, rgba(7, 12, 22, .86) 0%, rgba(7, 13, 24, .74) 24%, rgba(8, 16, 30, .78) 52%, rgba(7, 13, 24, .98) 100%),
            url('/assets/hero-olympus-scene-mobile.webp') center top / cover no-repeat;
    }
    .site-header::before {
        background:
            linear-gradient(90deg, rgba(5, 10, 18, .94) 0%, rgba(7, 13, 24, .78) 48%, rgba(5, 10, 18, .94) 100%),
            url('/assets/hero-olympus-scene-mobile.webp') center top / cover no-repeat;
    }
    .container { width: calc(100% - 28px); }
    body { font-size: 15px; }
    h1 { font-size: clamp(2.55rem, 10vw, 3.8rem); }
    .header-actions { gap: 8px; }
    .header-actions .button,
    .menu-button { min-height: 46px; padding: 10px 12px; font-size: .82rem; }
    .site-logo { width: 96px; height: 58px; }
    .hero-shell { padding: 20px 18px; border-radius: 24px; }
    .hero-lead { font-size: .98rem; margin-top: 16px; }
    .hero-actions .button { flex: 1 1 100%; }
    .hero-highlights li { width: 100%; justify-content: center; text-align: center; }
    .hero-showcase-copy { padding: 18px 18px 20px; }
    .fact-strip { gap: 10px; margin-bottom: 22px; }
    .fact-card { padding: 17px 16px; }
    .fact-card span,
    .fact-card small { font-size: .72rem; }
    .toc { padding: 18px 18px 20px; }
    .toc ol { grid-template-columns: 1fr; gap: 2px; }
    .article-section { padding: 22px 18px; border-radius: 20px; }
    .article-section + .article-section { margin-top: 16px; }
    .article-section h2 { font-size: 1.8rem; }
    .demo-panel,
    .calculator { padding: 18px 14px; }
    .demo-launchpad { min-height: auto; }
    .demo-launchpad-copy { width: 100%; padding: 22px 18px; }
    .demo-panel .actions { align-items: stretch; }
    .demo-panel .button { flex: 1 1 100%; }
    .demo-stage-head { padding: 12px 14px; }
    .demo-stage { aspect-ratio: 9 / 16; min-height: 560px; max-height: 82svh; }
    .note { padding: 16px; }
    .table-wrap table { min-width: 560px; }
    .table-wrap table:has(thead th:last-child:nth-child(2)) { min-width: 0; }
    th,
    td { padding: 12px; }
    tbody th { width: 35%; }
    .sources-list { columns: 1; }
    .related-version { padding: 18px; gap: 10px; }
    .related-version-copy strong { font-size: 1.12rem; }
    .related-version-arrow { font-size: 1.5rem; }
    .closing,
    .context-cta { display: block; padding: 20px; }
    .closing > .button,
    .context-cta > .button { margin-top: 18px; width: 100%; }
    .footer-top { display: block; }
    .footer-top .site-logo { margin-bottom: 14px; width: 130px; height: auto; }
    .risk-line { align-items: flex-start; }
    .site-footer { padding-bottom: calc(var(--mobile-clearance) + env(safe-area-inset-bottom)); }
    .mobile-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        position: fixed;
        inset: auto 0 0;
        z-index: 30;
        padding: 9px 14px calc(9px + env(safe-area-inset-bottom));
        background: rgba(7, 13, 24, .94);
        backdrop-filter: blur(12px);
        border-top: 1px solid rgba(122, 143, 182, .18);
    }
    .mobile-actions:has(a:nth-child(3)) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .mobile-actions .button { min-height: 46px; padding: 10px; font-size: .82rem; }
    .consent-panel { bottom: calc(var(--mobile-clearance) + env(safe-area-inset-bottom)); }
    .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .article-section > :is(p, .screenshot, .note, .steps, .table-wrap, .calculator, .demo-panel) + :is(p, .screenshot, .note, .steps, .table-wrap, .calculator) { margin-top: 22px; }
    .article-section > .note { margin-block: 24px; padding-block: 20px; }
    .screenshot { margin-block: 24px; }
}

@media (max-width: 420px) {
    .header-actions .button span { display: none; }
    .copyright { display: block; }
    .copyright a { display: inline-block; margin-top: 10px; }
}

@media (max-height: 500px) { .site-header { position: static; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
@media print {
    .site-header,
    .mobile-actions,
    .hero-actions,
    .toc,
    .back-to-contents,
    .consent-panel,
    .closing,
    .context-cta,
    dialog { display: none !important; }
    body,
    .article-section,
    .fact-card,
    .note,
    .demo-panel,
    .calculator,
    table,
    td,
    th,
    caption,
    .site-footer { color: #111 !important; background: white !important; }
    p,
    h1,
    h2,
    h3,
    strong,
    span,
    a,
    small { color: #111 !important; }
    .container { width: 100%; }
    .hero-showcase { max-width: 340px; margin-left: 0; }
    .article-section { break-inside: auto; }
    .table-wrap { overflow: visible; }
}

/* ===== 1.4.1 final visual polish: Le Games reference, Gates identity ===== */
body {
    background:
        radial-gradient(circle at 82% -8%, rgba(88, 113, 181, .10), transparent 30rem),
        #070a0f;
}

.site-header {
    min-height: 72px;
    background: rgba(7, 10, 15, .93);
    border-bottom-color: rgba(37, 49, 67, .88);
    backdrop-filter: blur(16px);
}
.site-header::before {
    background:
        linear-gradient(90deg, rgba(7, 10, 15, .96), rgba(7, 10, 15, .78) 48%, rgba(7, 10, 15, .94)),
        url('/assets/hero-olympus-scene-soft.webp') center 48% / cover no-repeat;
    opacity: .28;
}
.header-inner { min-height: 72px; }
.site-logo { width: 132px; height: 58px; }
.primary-nav { gap: 24px; }
.primary-nav a { font-size: 13px; font-weight: 750; color: #9facbd; }
.primary-nav a:hover { color: #f5f7fb; }
.header-actions .button { min-height: 44px; border-radius: 9px; font-size: 12px; }
.menu-button { border-radius: 9px; }

.button {
    border-radius: 9px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease, background-color .18s ease;
}
.button:hover { transform: translateY(-1px); filter: brightness(1.035); }
.button:active { transform: translateY(0); filter: brightness(.98); }
.button-secondary,
.button.secondary,
.button.outline,
.demo-real-button {
    background: rgba(16, 23, 34, .9);
    border-color: #2b3a50;
}
.button-secondary:hover,
.button.secondary:hover,
.button.outline:hover,
.demo-real-button:hover {
    background: #172131;
    border-color: #506078;
}

.hero {
    padding: 0;
    border-bottom: 1px solid #192333;
    background: #070a0f;
}
.hero::before {
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 8, 13, .94) 0%, rgba(5, 8, 13, .84) 32%, rgba(5, 8, 13, .66) 58%, rgba(5, 8, 13, .72) 100%),
        linear-gradient(180deg, rgba(5, 8, 13, .24) 0%, rgba(5, 8, 13, .26) 48%, rgba(5, 8, 13, .96) 100%),
        url('/assets/hero-olympus-scene-soft.webp') center 48% / cover no-repeat;
    filter: none;
}
.hero::after {
    height: 210px;
    background: linear-gradient(180deg, transparent 0%, rgba(7, 10, 15, .56) 50%, #070a0f 100%);
}
.hero-shell {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}
.hero-grid {
    grid-template-columns: .88fr 1.12fr;
    gap: clamp(38px, 5vw, 72px);
    padding-block: clamp(58px, 7vw, 88px) 38px;
}
.hero-copy { align-self: center; }
.hero-title {
    max-width: 9.5ch;
    margin-top: 16px;
    font-size: clamp(3.9rem, 6vw, 6rem);
    line-height: .98;
    letter-spacing: -.06em;
    text-shadow: 0 4px 32px rgba(0, 0, 0, .72);
}
.hero-lead {
    max-width: 580px;
    margin-top: 22px;
    color: #d7dee8;
    font-size: 17px;
    line-height: 1.66;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .72);
}
.hero-actions { gap: 10px; margin-top: 26px; }
.hero-actions .button { min-height: 50px; padding-inline: 20px; font-size: 13px; }
.hero-highlights { gap: 8px; margin-top: 20px; }
.hero-highlights li {
    min-height: 34px;
    padding: 6px 11px;
    border-color: rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(7, 11, 17, .64);
    color: #c9d2df;
    font-size: 11px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}
.hero-highlights li::before { width: 5px; height: 5px; box-shadow: 0 0 0 3px rgba(255, 213, 93, .10); }
.release-line { margin-top: 18px; font-size: 12px; color: #c7d0dd; }
.hero-meta { margin-top: 7px; font-size: 11px; color: #8e9bab; }

.hero-visual { gap: 10px; }
.hero-showcase {
    border-color: rgba(255, 255, 255, .16);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(16, 23, 34, .94), rgba(10, 15, 23, .98));
    box-shadow: 0 22px 56px rgba(0, 0, 0, .36);
    transition: transform .26s ease, border-color .26s ease, box-shadow .26s ease;
}
.hero-showcase:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 213, 93, .48);
    box-shadow: 0 28px 64px rgba(0, 0, 0, .40);
}
.hero-showcase-media {
    min-height: 310px;
    padding: 18px 30px 4px;
    background:
        radial-gradient(circle at 50% 16%, rgba(255, 213, 93, .15), transparent 54%),
        linear-gradient(180deg, rgba(255, 255, 255, .018), rgba(255, 255, 255, 0));
}
.hero-showcase-media img { max-height: 318px; }
.hero-showcase-copy { padding: 16px 20px 20px; }
.hero-showcase-copy strong { margin: 7px 0 8px; font-size: 1.65rem; }
.hero-showcase-copy span:last-child { font-size: 12px; color: #adb9c9; line-height: 1.55; }
.hero-side-grid { gap: 10px; }
.hero-side-card {
    min-height: 112px;
    padding: 14px 15px;
    border-radius: 14px;
    border-color: #253143;
    background: linear-gradient(180deg, #101722, #0b111a);
}
.hero-side-card strong { margin-top: 9px; font-size: 1.35rem; }
.hero-side-card p { margin-top: 7px; color: #9aa7b8; font-size: 11px; line-height: 1.45; }
.hero-side-kicker { font-size: 9px; color: #58ddd4; }

.fact-strip {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0 0 34px;
    overflow: hidden;
    border: 1px solid #253143;
    border-radius: 16px;
    background: rgba(13, 19, 29, .96);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .24);
}
.fact-card {
    min-height: 106px;
    padding: 18px 20px;
    border: 0;
    border-right: 1px solid #253143;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.fact-card:last-child { border-right: 0; }
.fact-card strong { margin: 5px 0 4px; font-size: clamp(1.5rem, 2vw, 2rem); }
.fact-card span,
.fact-card small { font-size: 10px; }

.content-layout { gap: 26px; padding-top: 48px; }
.toc {
    border-color: #253143;
    border-radius: 16px;
    background: linear-gradient(180deg, #0d131d, #0b1018);
}
.toc-note { display: none; }
.article-section {
    padding: 32px 34px;
    border-color: #1f2a3a;
    border-radius: 18px;
    background: linear-gradient(180deg, #0e151f, #0a1018);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .14);
}
.article-section h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
.section-number { color: #58ddd4; }
.note,
.steps li,
.calculator,
.rules-gallery,
.related-version,
.closing,
.context-cta { border-radius: 14px; }

/* Demo: full-size Le Games style preview, no extra “expand” control. */
.article-section:has(#demo-player) {
    padding: 34px 0 6px;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.article-section:has(#demo-player) > .section-number,
.article-section:has(#demo-player) > h2,
.article-section:has(#demo-player) > .demo-intro,
.article-section:has(#demo-player) > .demo-wrap,
.article-section:has(#demo-player) > .screenshot,
.article-section:has(#demo-player) > p,
.article-section:has(#demo-player) > .note,
.article-section:has(#demo-player) > .back-to-contents {
    width: 100%;
}
.demo-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 480px);
    justify-content: end;
    margin: -54px 0 28px;
}
.demo-intro p {
    grid-column: 2;
    color: #c2cad6;
    font-size: 15px;
    line-height: 1.65;
}
.demo-wrap {
    overflow: hidden;
    border: 1px solid #253143;
    border-radius: 20px;
    background: #030609;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}
.demo-bar {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 14px;
    border-bottom: 1px solid #253143;
    background: #101722;
}
.demo-status-line { display: flex; align-items: center; gap: 9px; color: #c2cad6; font-size: 11px; letter-spacing: .08em; }
.demo-status-dot { width: 8px; height: 8px; border-radius: 50%; background: #58ddd4; box-shadow: 0 0 0 4px rgba(88, 221, 212, .1); }
.demo-verified { color: #8f9daf; font-size: 11px; }
.demo-stage {
    position: relative;
    min-height: 520px;
    aspect-ratio: 16 / 8.9;
    background: #030609;
}
.demo-stage iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #030609; }
.demo-preview { position: absolute; z-index: 2; inset: 0; overflow: hidden; }
.demo-preview-art {
    position: absolute;
    inset: -12px;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    object-fit: cover;
    filter: blur(5px) saturate(.86) brightness(.66);
    transform: scale(1.025);
}
.demo-preview-shade {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(4, 7, 11, .42) 0%, rgba(4, 7, 11, .56) 44%, rgba(4, 7, 11, .80) 100%),
        linear-gradient(180deg, rgba(4, 7, 11, .06), rgba(4, 7, 11, .58));
}
.demo-preview-content {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    place-items: center;
    gap: 13px;
    padding: clamp(28px, 5vw, 64px);
    text-align: center;
}
.demo-preview-eyebrow { color: #58ddd4; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.demo-preview-panel {
    width: min(700px, 100%);
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 14px;
    background: rgba(7, 11, 17, .82);
    box-shadow: 0 20px 55px rgba(0, 0, 0, .36);
    backdrop-filter: blur(14px);
}
.demo-preview-panel > strong { display: block; color: #fff; font-size: clamp(1.35rem, 2.2vw, 1.9rem); line-height: 1.2; }
.demo-preview-panel > p { max-width: 600px; margin: 10px auto 0; color: #c6d0dc; font-size: 13px; line-height: 1.55; }
.demo-preview-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 17px; }
.demo-preview-actions .button { min-height: 48px; padding-inline: 18px; }
.demo-real-button { color: #f5f7fb; }
.demo-preview-panel small { display: block; max-width: 580px; margin: 12px auto 0; color: #929faf; font-size: 11px; line-height: 1.5; }
.demo-loading {
    position: absolute;
    z-index: 3;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #060a10;
    color: #c2cad6;
    font-size: 13px;
    font-weight: 750;
}
.demo-loading::before {
    content: "";
    width: 28px;
    height: 28px;
    margin-right: 11px;
    border: 3px solid rgba(255, 255, 255, .13);
    border-top-color: #ffd55d;
    border-radius: 50%;
    animation: gates-demo-spin .8s linear infinite;
}
@keyframes gates-demo-spin { to { transform: rotate(360deg); } }
.demo-notice {
    margin: 0;
    padding: 11px 14px;
    border-top: 1px solid #253143;
    color: #9aa7b8;
    background: #0d131d;
    font-size: 11px;
}
.demo-unavailable { padding: 22px; border: 1px solid #253143; border-radius: 14px; background: #0d131d; color: #c2cad6; }

@media (max-width: 1060px) {
    .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .hero-showcase-media { min-height: 260px; }
    .hero-side-card p { display: none; }
    .hero-side-card { min-height: 88px; }
}

@media (max-width: 800px) {
    .site-header::before {
        background:
            linear-gradient(90deg, rgba(7, 10, 15, .96), rgba(7, 10, 15, .82), rgba(7, 10, 15, .96)),
            url('/assets/hero-olympus-scene-mobile-soft.webp') center 35% / cover no-repeat;
    }
    .hero::before {
        background:
            linear-gradient(180deg, rgba(5, 8, 13, .72) 0%, rgba(5, 8, 13, .78) 46%, #070a0f 100%),
            url('/assets/hero-olympus-scene-mobile-soft.webp') center 32% / cover no-repeat;
    }
    .hero-grid { grid-template-columns: 1fr; padding-block: 44px 24px; }
    .hero-copy { text-align: left; }
    .hero-title { max-width: 100%; font-size: clamp(3.1rem, 13vw, 5rem); }
    .hero-lead { margin-inline: 0; }
    .hero-actions,
    .hero-highlights,
    .release-line { justify-content: flex-start; }
    .hero-showcase { width: 100%; }
    .hero-side-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .fact-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .fact-card:nth-child(2) { border-right: 0; }
    .fact-card:nth-child(-n+2) { border-bottom: 1px solid #253143; }
    .demo-intro { display: block; margin: 0 0 22px; }
    .demo-stage { min-height: 480px; aspect-ratio: 4 / 5; }
}

@media (max-width: 600px) {
    .header-inner { min-height: 66px; }
    .site-logo { width: 92px; height: 52px; }
    .header-actions .button { min-height: 44px; padding: 0 10px; font-size: 10px; white-space: nowrap; }
    .header-actions .button-secondary { display: none; }
    .hero-title { font-size: clamp(2.9rem, 14vw, 4.25rem); }
    .hero-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
    .hero-actions .button { width: 100%; padding-inline: 10px; font-size: 12px; }
    .hero-highlights { display: grid; width: 100%; }
    .hero-highlights li { width: auto; justify-content: flex-start; text-align: left; }
    .hero-showcase-media { min-height: 225px; padding-inline: 16px; }
    .hero-showcase-copy { padding: 15px 16px 17px; }
    .hero-side-grid { gap: 7px; }
    .hero-side-card { min-height: 80px; padding: 12px 11px; }
    .hero-side-card strong { font-size: 1.08rem; }
    .fact-strip { margin-bottom: 22px; }
    .fact-card { min-height: 92px; padding: 14px 15px; }
    .fact-card strong { font-size: 1.4rem; }
    .content-layout { padding-top: 34px; }
    .article-section:has(#demo-player) { padding-top: 24px; }
    .demo-wrap { border-radius: 16px; }
    .demo-bar { align-items: flex-start; flex-direction: column; gap: 5px; }
    .demo-stage { min-height: 560px; aspect-ratio: 9 / 16; max-height: 82svh; }
    .demo-preview-content { padding: 20px 14px; }
    .demo-preview-panel { padding: 16px 14px; }
    .demo-preview-actions { display: grid; grid-template-columns: 1fr; }
    .demo-preview-actions .button { width: 100%; }
}

/* 1.4.2 balance pass */
.hero-grid { grid-template-columns: .95fr 1.05fr; gap: clamp(34px, 4vw, 54px); }
.hero-title { max-width: 12ch; font-size: clamp(3.7rem, 5.35vw, 5rem); }
.demo-intro { display: block; max-width: 760px; margin: -6px 0 26px; }
.demo-intro p { color: #c2cad6; font-size: 15px; line-height: 1.65; }
@media (max-width: 1060px) {
    .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .hero-title { font-size: clamp(3.4rem, 5.2vw, 4.6rem); }
}
@media (max-width: 800px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-title { max-width: 100%; font-size: clamp(3.1rem, 13vw, 5rem); }
}

/* 1.4.2 mobile CTA safety */
@media (max-width: 600px) {
    .hero-actions { grid-template-columns: 1fr; }
    .hero-actions .button { min-height: 48px; }
}


/* 1.4.3 hero art / dedupe / CTA polish */
.hero-grid {
    grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
    gap: clamp(34px, 4vw, 58px);
}
.hero-title { max-width: 10.5ch; }
.hero-showcase.hero-art-panel {
    overflow: hidden;
    border-color: rgba(255, 255, 255, .12);
    background:
        linear-gradient(180deg, rgba(17, 24, 35, .96), rgba(9, 14, 22, .98));
}
.hero-art-stage {
    position: relative;
    min-height: 480px;
    padding: 0 26px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    isolation: isolate;
    background:
        radial-gradient(circle at 50% 16%, rgba(255, 212, 96, .16), transparent 36%),
        radial-gradient(circle at 48% 72%, rgba(80, 154, 255, .18), transparent 40%),
        linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,0));
}
.hero-art-glow {
    position: absolute;
    inset: auto 10% 24px;
    height: 132px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(72, 135, 255, .28) 0%, rgba(72,135,255,.14) 34%, rgba(72,135,255,0) 74%);
    filter: blur(10px);
    z-index: 0;
}
.hero-zeus-art {
    position: relative;
    z-index: 1;
    width: min(88%, 540px);
    height: auto;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 20px 45px rgba(0, 0, 0, .42));
}
.hero-logo-badge {
    position: absolute;
    left: 26px;
    bottom: 16px;
    z-index: 2;
    width: clamp(170px, 25%, 240px);
    height: auto;
    opacity: .98;
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .38));
}
.hero-showcase-copy { padding: 18px 22px 22px; }
.hero-showcase-copy span:last-child { font-size: 12.5px; }
.hero-side-grid,
.hero-side-card { display: none !important; }

.fact-strip {
    margin: 4px 0 36px;
    border-color: rgba(57, 74, 101, .92);
    background: linear-gradient(180deg, rgba(11, 17, 25, .96), rgba(9, 14, 21, .98));
    box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
}
.fact-card {
    min-height: 104px;
    padding: 18px 18px 16px;
}
.fact-card strong { letter-spacing: -.03em; }

.button,
.demo-real-button {
    -webkit-tap-highlight-color: transparent;
}
.button-secondary,
.button.secondary,
.button.outline,
.demo-real-button {
    color: #f4f7ff;
    background: linear-gradient(180deg, rgba(23, 32, 46, .96), rgba(14, 21, 31, .98));
    border-color: rgba(80, 100, 133, .92);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 10px 24px rgba(3, 8, 18, .22);
}
.button-secondary:hover,
.button.secondary:hover,
.button.outline:hover,
.demo-real-button:hover {
    color: #ffffff;
    background: linear-gradient(180deg, rgba(30, 42, 61, .98), rgba(20, 29, 43, .98));
    border-color: rgba(107, 138, 193, .92);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 0 0 1px rgba(107,138,193,.18), 0 16px 34px rgba(15, 29, 54, .28);
    filter: none;
}
.demo-real-button:active,
.button-secondary:active,
.button.secondary:active,
.button.outline:active {
    filter: none;
    background: linear-gradient(180deg, rgba(18, 27, 40, .98), rgba(12, 19, 29, .98));
}
.demo-preview-actions .demo-real-button,
.hero-actions .demo-real-button {
    position: relative;
    overflow: hidden;
}
.demo-preview-actions .demo-real-button::before,
.hero-actions .demo-real-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 18%, rgba(255,255,255,.08) 50%, transparent 82%);
    transform: translateX(-120%);
    transition: transform .5s ease;
}
.demo-preview-actions .demo-real-button:hover::before,
.hero-actions .demo-real-button:hover::before {
    transform: translateX(120%);
}

.demo-preview-panel {
    border-color: rgba(255, 255, 255, .15);
    background: rgba(7, 11, 17, .88);
}
.demo-preview-panel > p { color: #d2d9e4; }
.demo-preview-actions { align-items: stretch; }
.demo-real-button { min-width: 0; }
.demo-notice { display: none !important; }

.sources-list {
    padding-left: 22px;
    columns: 2;
}
.sources-list li { padding: 7px 0; }
.sources-list a {
    color: #ffd45f;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.sources-list a:hover { color: #ffe289; }

@media (max-width: 1180px) {
    .hero-art-stage { min-height: 430px; }
    .hero-zeus-art { width: min(92%, 500px); }
}
@media (max-width: 1060px) {
    .hero-grid { grid-template-columns: 1fr 1fr; }
    .hero-art-stage { min-height: 390px; }
    .hero-zeus-art { width: min(95%, 430px); }
}
@media (max-width: 800px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-art-stage {
        min-height: 340px;
        padding-inline: 10px;
    }
    .hero-zeus-art { width: min(100%, 360px); }
    .hero-logo-badge { left: 14px; bottom: 12px; width: 165px; }
}
@media (max-width: 600px) {
    .hero-art-stage {
        min-height: 300px;
        padding-inline: 6px;
    }
    .hero-showcase-copy { padding: 14px 16px 18px; }
    .hero-showcase-copy strong { font-size: 1.42rem; }
    .fact-strip { margin-top: 8px; }
    .fact-card { min-height: 90px; }
    .sources-list { columns: 1; }
}

/* 1.10.5 CTA polish: no black flicker, smoother premium buttons */
.button,
.button-secondary,
.button.secondary,
.button.outline,
.demo-real-button {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease !important;
    will-change: transform;
}

.button::before,
.button-secondary::before,
.button.secondary::before,
.button.outline::before,
.demo-real-button::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    transition: opacity .18s ease;
}

.button::before {
    background: linear-gradient(180deg, #ffeb9c 0%, #ffd861 54%, #efbb42 100%);
}

.button-secondary::before,
.button.secondary::before,
.button.outline::before,
.demo-real-button::before {
    background: linear-gradient(180deg, rgba(34, 48, 70, .98), rgba(20, 31, 47, .98));
}

.button:hover,
.button-secondary:hover,
.button.secondary:hover,
.button.outline:hover,
.demo-real-button:hover {
    filter: none !important;
}

.button:hover::before,
.button-secondary:hover::before,
.button.secondary:hover::before,
.button.outline:hover::before,
.demo-real-button:hover::before {
    opacity: 1;
}

.button {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.42), 0 10px 24px rgba(225, 173, 48, .16), 0 0 0 1px rgba(255, 223, 142, .08);
}

.button:hover {
    transform: translateY(-1px);
    color: #241906;
    border-color: rgba(255, 238, 187, .92);
    background: linear-gradient(180deg, #ffe8a8 0%, #ffdb74 56%, #f2c24f 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.52), 0 16px 34px rgba(235, 184, 54, .2), 0 0 0 1px rgba(255, 223, 142, .14);
}

.button-secondary,
.button.secondary,
.button.outline,
.demo-real-button {
    color: #f4f7ff;
    background: linear-gradient(180deg, rgba(27, 38, 56, .96), rgba(17, 25, 39, .98));
    border-color: rgba(89, 110, 148, .92);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 10px 24px rgba(3,8,18,.22), 0 0 0 1px rgba(84, 99, 136, .06);
}

.button-secondary:hover,
.button.secondary:hover,
.button.outline:hover,
.demo-real-button:hover {
    color: #ffffff;
    background: linear-gradient(180deg, rgba(40, 56, 82, .98), rgba(23, 34, 52, .98));
    border-color: rgba(132, 169, 229, .88);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 16px 34px rgba(13, 26, 50, .32), 0 0 0 1px rgba(119, 157, 220, .18);
}

.demo-preview {
    border-radius: 20px;
}

.demo-preview-panel {
    max-width: 740px;
    border-radius: 26px;
    padding: 28px 26px;
    background: linear-gradient(180deg, rgba(8, 12, 20, .9), rgba(7, 11, 17, .86));
    box-shadow: 0 24px 48px rgba(0,0,0,.34);
}

.demo-preview-panel > strong {
    font-size: clamp(1.5rem, 2.25vw, 2rem);
}

.demo-preview-actions .button {
    min-height: 50px;
    padding-inline: 20px;
}

/* 1.10.6 polish: distinct hero gradients, purple secondary CTAs, tighter demo preview */
.olympus-hero__name,
.olympus-hero__title .olympus-hero__edition {
    display: block;
    width: fit-content;
    max-width: 100%;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.olympus-hero__name {
    background-image: linear-gradient(180deg, #fffef9 0%, #fff8e8 16%, #fff2c8 40%, #ffe49a 72%, #ffd46b 100%) !important;
    filter: drop-shadow(0 0 18px rgba(255, 234, 169, .34)) drop-shadow(0 10px 22px rgba(26, 8, 38, .26));
}

.olympus-hero__title .olympus-hero__edition {
    background-image: linear-gradient(180deg, #f8d8ff 0%, #eeb4ff 18%, #d56cff 42%, #9a46ff 70%, #6c2ee3 100%) !important;
    filter: drop-shadow(0 0 20px rgba(207, 91, 255, .40)) drop-shadow(0 10px 22px rgba(30, 8, 58, .30));
}

.button-secondary,
.button.secondary,
.button.outline,
.demo-real-button {
    color: #fbf7ff !important;
    background: linear-gradient(180deg, rgba(120, 63, 185, .96), rgba(74, 32, 131, .98)) !important;
    border-color: rgba(202, 146, 255, .76) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 14px 28px rgba(57, 20, 107, .26), 0 0 0 1px rgba(214, 170, 255, .09) !important;
}

.button-secondary::before,
.button.secondary::before,
.button.outline::before,
.demo-real-button::before {
    background: linear-gradient(180deg, rgba(141, 78, 214, .98), rgba(93, 44, 166, .98)) !important;
}

.button-secondary:hover,
.button.secondary:hover,
.button.outline:hover,
.demo-real-button:hover,
.button-secondary:focus-visible,
.button.secondary:focus-visible,
.button.outline:focus-visible,
.demo-real-button:focus-visible {
    color: #ffffff !important;
    background: linear-gradient(180deg, rgba(146, 82, 221, .99), rgba(98, 47, 173, .99)) !important;
    border-color: rgba(241, 215, 255, .84) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 18px 34px rgba(64, 24, 118, .30), 0 0 0 1px rgba(231, 202, 255, .18), 0 0 24px rgba(194, 119, 255, .14) !important;
    filter: none !important;
}

.button-secondary:active,
.button.secondary:active,
.button.outline:active,
.demo-real-button:active {
    background: linear-gradient(180deg, rgba(104, 52, 177, .99), rgba(66, 30, 120, .99)) !important;
    border-color: rgba(202, 146, 255, .78) !important;
}

.demo-preview-panel {
    max-width: 680px !important;
    padding: 24px 24px !important;
}

.demo-preview-panel > strong {
    font-size: clamp(1.35rem, 2vw, 1.85rem) !important;
}

.demo-preview-panel > p {
    max-width: 500px !important;
    margin-top: 8px !important;
    color: #ddd2eb !important;
    font-size: clamp(.94rem, 1.2vw, 1rem) !important;
    line-height: 1.45 !important;
}

.demo-preview-panel small {
    max-width: 480px !important;
    margin-top: 10px !important;
    color: #bcaecc !important;
    font-size: .72rem !important;
    line-height: 1.45 !important;
}

.demo-preview-actions {
    gap: 10px !important;
    margin-top: 16px !important;
}

.demo-preview-actions .button {
    min-height: 48px !important;
    padding-inline: 18px !important;
}

.demo-under-actions {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

.demo-under-actions .button {
    min-height: 48px;
    padding-inline: 24px;
}

@media (max-width: 760px) {
    .demo-preview-panel {
        max-width: 92% !important;
        padding: 18px 16px !important;
    }

    .demo-preview-panel > strong {
        font-size: 1.45rem !important;
    }

    .demo-preview-panel > p {
        font-size: .92rem !important;
    }

    .demo-preview-actions {
        grid-template-columns: 1fr !important;
    }

    .demo-under-actions {
        margin-top: 12px;
    }

    .demo-under-actions .button {
        width: 100%;
        justify-content: center;
    }
}


/* 1.11.0 demo-bottom CTA + saturated Olympus palette */
.demo-under-actions {
    width: 100% !important;
    margin-top: 14px !important;
}

.demo-under-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    min-height: 72px;
    padding: 16px 22px;
    border: 1px solid rgba(255, 221, 108, .58);
    border-radius: 16px;
    color: #fffdf7;
    background:
        linear-gradient(100deg, rgba(111, 34, 181, .98) 0%, rgba(144, 48, 214, .98) 38%, rgba(216, 78, 255, .96) 58%, rgba(250, 194, 63, .98) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.14),
        0 18px 36px rgba(67, 17, 108, .28),
        0 0 30px rgba(252, 211, 69, .08);
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease;
}

.demo-under-cta__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    min-width: 0;
}

.demo-under-cta__eyebrow {
    color: rgba(255, 245, 225, .92);
    font-size: .76rem;
    font-weight: 850;
    line-height: 1.1;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.demo-under-cta__title {
    color: #fff4ad;
    font-size: clamp(1.06rem, 1.8vw, 1.34rem);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -.02em;
    text-wrap: balance;
    text-shadow: 0 1px 0 rgba(255,255,255,.08), 0 10px 22px rgba(76, 24, 113, .22);
}

.demo-under-cta:hover,
.demo-under-cta:focus-visible {
    color: #ffffff;
    border-color: rgba(255, 239, 164, .84);
    background:
        linear-gradient(100deg, rgba(124, 40, 198, .99) 0%, rgba(159, 56, 229, .99) 38%, rgba(227, 92, 255, .98) 58%, rgba(255, 205, 83, .99) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.16),
        0 22px 42px rgba(76, 20, 122, .32),
        0 0 34px rgba(252, 211, 69, .12);
    filter: saturate(1.06);
    transform: translateY(-1px);
}

.demo-under-cta:hover .demo-under-cta__title,
.demo-under-cta:focus-visible .demo-under-cta__title {
    color: #fff7c7;
}

.demo-under-cta:active {
    transform: translateY(0);
    filter: saturate(.98);
}

.demo-under-cta__arrow {
    flex: 0 0 auto;
    font-size: 1.5em;
    line-height: 1;
}

@media (max-width: 600px) {
    .demo-under-cta {
        min-height: 64px;
        padding: 14px 16px;
        border-radius: 14px;
    }

    .demo-under-cta__eyebrow {
        font-size: .69rem;
        letter-spacing: .08em;
    }

    .demo-under-cta__title {
        font-size: 1rem;
    }
}

/* 1.12.5 — responsive header/tablet composition */
@media (min-width: 801px) and (max-width: 960px) {
    .header-inner {
        flex-wrap: wrap;
        gap: 8px 12px;
        min-height: 68px;
        padding-block: 7px;
    }

    .site-logo {
        width: 108px;
        height: 54px;
    }

    .header-actions {
        margin-left: auto;
    }

    .header-actions .button {
        min-height: 44px;
        padding-inline: 13px;
        font-size: .76rem;
    }

    .js .primary-nav {
        display: none;
        width: 100%;
        order: 6;
        justify-content: space-between;
        gap: 12px;
        padding: 12px 0 5px;
    }

    .js .primary-nav[data-open="true"] {
        display: flex;
    }

    .js .menu-button {
        display: inline-flex;
    }
}

@media (max-width: 640px) {
    .site-header {
        min-height: 68px;
    }

    .header-inner {
        min-height: 68px;
        flex-wrap: nowrap;
        gap: 8px;
        padding-block: 7px;
    }

    .site-logo {
        width: 82px;
        height: 48px;
    }

    .header-actions {
        margin-left: auto;
        min-width: 0;
    }

    .header-actions .button {
        min-height: 46px;
        padding: 10px 12px;
        font-size: .72rem;
        white-space: nowrap;
    }

    .header-actions .button-secondary {
        display: none;
    }

    .menu-button {
        min-width: 46px;
        min-height: 46px;
        padding: 10px;
    }

    .js .primary-nav {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        width: 100%;
        padding: 10px 14px 14px;
        border-bottom: 1px solid rgba(139, 94, 190, .35);
        background: rgba(18, 8, 36, .97);
        backdrop-filter: blur(16px);
        box-shadow: 0 20px 36px rgba(7,3,18,.28);
    }

    .js .primary-nav[data-open="true"] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .primary-nav a {
        padding: 10px 12px;
        border: 1px solid rgba(139,94,190,.22);
        border-radius: 9px;
        background: rgba(50, 24, 82, .48);
        text-align: center;
    }

    .mobile-actions {
        gap: 8px;
        padding-inline: 12px;
        background: rgba(18, 8, 36, .94);
        border-top-color: rgba(139,94,190,.30);
    }

    .mobile-actions .button {
        min-height: 46px;
        border-radius: 10px;
        font-size: .78rem;
    }
}


/* 1.12.7 — fixed mobile CTA bar removed */
@media (max-width: 600px) {
    .site-footer { padding-bottom: 38px; }
    .consent-panel { bottom: calc(20px + env(safe-area-inset-bottom)); }
}

/* 1.13.0 — language switcher is hidden until a second translated homepage exists */
.language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid rgba(174, 127, 230, .38);
    border-radius: 12px;
    padding: 4px;
    background: rgba(24, 10, 44, .72);
}
.language-switcher a {
    min-width: 34px;
    padding: 7px 8px;
    border-radius: 8px;
    color: #e9ddf7;
    font-size: .75rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}
.language-switcher a[aria-current="page"] {
    color: #2a1900;
    background: linear-gradient(180deg, #ffe89e, #ffc743);
}
@media (max-width: 760px) {
    .language-switcher { order: 3; }
}
