:root {
    --ink: #061019;
    --ink-2: #0a1d2a;
    --ink-3: #102b3a;
    --paper: #ffffff;
    --mist: #f3f6f7;
    --line: #dfe6e8;
    --muted: #66747c;
    --gold: #e4a72d;
    --gold-light: #f5c860;
    --cyan: #37c7e6;
    --magenta: #e753a7;
    --radius: 18px;
    --shadow: 0 18px 50px rgba(0, 21, 32, .13);
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.62; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.025em; }
h1, h2 { text-wrap: balance; }
p { text-wrap: pretty; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.shell--wide { width: min(1680px, calc(100% - 64px)); }
.section { padding: 96px 0; }
.section-dark { background: var(--ink); color: white; }
.center { text-align: center; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; background: white; color: black; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: 12px; color: #a67012; font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.tag { display: inline-flex; align-items: center; min-height: 25px; padding: 4px 9px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(2,15,24,.5); color: white; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 23px; border: 1px solid transparent; border-radius: 3px; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 38px; padding: 8px 18px; font-size: 11px; }
.button--gold { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #101820; box-shadow: 0 8px 24px rgba(228,167,45,.24); }
.button--dark { background: var(--ink); color: white; }
.button--outline-gold { border-color: var(--gold); color: var(--gold-light); background: transparent; }
.text-link { align-self: end; color: #28424f; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { margin-left: 10px; color: var(--gold); font-size: 18px; }
.text-link--inverse { color: #d9e4e8; }

/* Header */
.site-header { position: relative; z-index: 100; width: 100%; min-height: 80px; background: var(--ink); color: white; border-bottom: 1px solid rgba(255,255,255,.08); }
.home-page .site-header { position: absolute; top: 0; left: 0; background: linear-gradient(180deg, rgba(1,9,14,.92), rgba(1,9,14,.24), transparent); border-bottom-color: transparent; }
.header-inner { display: grid; grid-template-columns: 230px 1fr auto; align-items: center; min-height: 80px; gap: 28px; }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; width: fit-content; }
.brand img { width: 179px; height: 50px; object-fit: contain; object-position: left center; }
.brand span { margin-top: -8px; padding-left: 41px; color: #aeb9be; font-size: 8px; letter-spacing: .04em; white-space: nowrap; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(12px, 1.45vw, 28px); }
.main-nav a { position: relative; padding: 29px 0 25px; color: #f2f5f6; font-size: 13px; font-weight: 600; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--gold); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.icon-button { width: 38px; height: 38px; padding: 8px; border: 0; background: transparent; color: white; cursor: pointer; }
.icon-button svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: white; }

.search-overlay { position: fixed; z-index: 500; inset: 0; display: grid; place-items: center; padding: 30px; background: rgba(1, 10, 16, .96); color: white; }
.search-overlay[hidden] { display: none; }
.search-close { position: absolute; top: 28px; right: 38px; border: 0; background: transparent; color: white; font-size: 46px; font-weight: 200; cursor: pointer; }
.global-search { width: min(850px, 100%); }
.global-search label { display: block; margin-bottom: 28px; font-family: var(--serif); font-size: clamp(32px, 5vw, 66px); line-height: 1.05; }
.search-field { display: flex; align-items: stretch; }
.search-field input { min-width: 0; flex: 1; min-height: 64px; padding: 16px 22px; border: 1px solid #bbc7cb; border-radius: 4px 0 0 4px; background: white; color: var(--ink); outline: 0; }
.search-field button { min-width: 72px; border: 0; border-radius: 0 4px 4px 0; background: var(--gold); color: var(--ink); font-weight: 800; cursor: pointer; }

/* Home hero */
.hero-chronology { position: relative; min-height: 810px; overflow: hidden; background: #020b12; color: white; isolation: isolate; }
.hero-chronology__visual, .hero-chronology__veil { position: absolute; inset: 0; }
.hero-chronology__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-chronology__veil { z-index: 1; background: linear-gradient(90deg, rgba(0,7,12,.93) 0%, rgba(0,7,12,.76) 21%, rgba(0,7,12,.28) 45%, rgba(0,7,12,.05) 72%), linear-gradient(180deg, rgba(0,6,10,.18), transparent 60%, rgba(0,8,13,.42)); }
.hero-chronology__content { position: relative; z-index: 2; min-height: 810px; padding-top: 145px; padding-bottom: 80px; }
.hero-copy { width: min(610px, 42vw); }
.hero-copy .eyebrow { color: var(--gold-light); }
.hero-copy h1 { margin-bottom: 22px; font-family: var(--serif); font-size: clamp(58px, 5.4vw, 94px); font-weight: 400; letter-spacing: -.045em; line-height: .91; }
.hero-copy h1 em { color: #f4f0e5; font-weight: 400; }
.hero-copy h1 span { color: var(--gold-light); }
.hero-lead { max-width: 520px; color: #e0e8eb; font-size: clamp(16px, 1.2vw, 20px); line-height: 1.55; }
.hero-search { display: flex; width: min(530px, 100%); margin-top: 28px; border-radius: 999px; background: white; box-shadow: 0 15px 35px rgba(0,0,0,.28); overflow: hidden; }
.hero-search input { min-width: 0; flex: 1; min-height: 54px; padding: 13px 21px; border: 0; background: transparent; color: var(--ink); outline: 0; }
.hero-search button { width: 54px; height: 54px; margin: 0; border: 0; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: 24px; cursor: pointer; }
.hero-paths { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.hero-paths a { padding: 7px 13px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(1,13,21,.28); color: #ecf3f5; font-size: 11px; backdrop-filter: blur(8px); }
.hero-paths a:hover { border-color: var(--gold); color: var(--gold-light); }
.hero-era-markers { position: absolute; z-index: 4; right: 0; bottom: 56px; display: grid; grid-template-columns: repeat(5, minmax(120px, 1fr)); width: min(1040px, 68%); margin: 0; padding: 0; list-style: none; }
.hero-era-markers::before { content: ''; position: absolute; left: 5%; right: 6%; top: 8px; height: 1px; background: linear-gradient(90deg, rgba(228,167,45,.2), var(--gold), rgba(91,207,235,.45)); }
.hero-era-markers li { position: relative; padding: 25px 12px 0; text-align: center; text-shadow: 0 2px 8px black; }
.hero-era-markers li::before { content: ''; position: absolute; top: 2px; left: calc(50% - 6px); width: 10px; height: 10px; border: 2px solid var(--gold-light); border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 4px rgba(228,167,45,.16); }
.hero-era-markers span { display: block; color: white; font-family: var(--serif); font-size: 16px; }
.hero-era-markers small { display: block; margin-top: 4px; color: #b9c9cf; font-size: 10px; line-height: 1.35; }

/* Headings */
.section-heading { margin-bottom: 34px; }
.section-heading h2 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(34px, 3.2vw, 54px); font-weight: 400; }
.section-heading > p:not(.eyebrow), .section-heading > div > p:not(.eyebrow) { max-width: 780px; color: var(--muted); }
.section-heading--center { max-width: 900px; margin-inline: auto; text-align: center; }
.section-heading--center > p:not(.eyebrow) { margin: 14px auto 0; }
.section-heading--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.section-heading--inverse h2 { color: white; }
.section-heading--inverse .eyebrow { color: var(--gold-light); }
.section-heading--inverse > p:not(.eyebrow), .section-heading--inverse > div > p:not(.eyebrow) { color: #b8c9d0; }
.section-note { max-width: 430px; margin: 0; color: var(--muted); font-family: var(--serif); font-size: 18px; }

/* Daily journey */
.daily-journey { position: relative; padding: 76px 0 82px; border-top: 2px solid var(--gold); overflow: hidden; }
.daily-journey::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% -10%, rgba(44,142,185,.18), transparent 40%), linear-gradient(90deg, transparent, rgba(228,167,45,.04), transparent); }
.daily-journey > .shell { position: relative; }
.daily-line { position: relative; display: grid; grid-template-columns: repeat(7, minmax(115px, 1fr)); gap: 14px; margin: 36px auto 34px; }
.daily-line::before { content: ''; position: absolute; left: 6%; right: 6%; top: 72px; border-top: 1px dashed rgba(228,167,45,.72); }
.daily-stop { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; min-width: 0; text-align: center; }
.daily-stop__image { width: 118px; height: 118px; padding: 5px; border: 1px solid var(--gold); border-radius: 50%; background: var(--ink); transition: transform .25s ease; }
.daily-stop:hover .daily-stop__image { transform: translateY(-5px) scale(1.03); }
.daily-stop__image img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.daily-stop strong { margin-top: 12px; color: var(--gold-light); font-family: var(--serif); font-size: 16px; }
.daily-stop > span:last-child { color: #c3d0d5; font-size: 12px; }

/* Story cards */
.section-stories { background: #fff; }
.story-grid { display: grid; grid-template-columns: 1.45fr repeat(4, 1fr); gap: 14px; }
.story-card { position: relative; min-height: 410px; overflow: hidden; border-radius: 8px; background: var(--ink); box-shadow: 0 10px 30px rgba(2,18,28,.12); }
.story-card > a { display: block; height: 100%; }
.story-card img, .story-card__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.story-card img { object-fit: cover; transition: transform .5s ease; }
.story-card__veil { background: linear-gradient(180deg, rgba(2,12,19,.08) 10%, rgba(2,12,19,.94) 92%); }
.story-card__content { position: absolute; z-index: 2; inset: auto 0 0; padding: 22px; color: white; }
.story-card h3 { margin: 12px 0 8px; font-family: var(--serif); font-size: clamp(20px, 1.6vw, 30px); font-weight: 400; }
.story-card p { margin-bottom: 16px; color: #d4e0e4; font-size: 13px; line-height: 1.45; }
.card-arrow { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.card-arrow b { margin-left: 6px; color: var(--gold-light); }
.story-card:hover img { transform: scale(1.045); }

/* Inventors */
.section-inventors { padding: 82px 0; background: radial-gradient(circle at 50% -80%, #143b52, var(--ink) 52%); color: white; border-block: 2px solid rgba(228,167,45,.75); }
.portrait-row { display: grid; grid-template-columns: repeat(7, minmax(150px, 1fr)); gap: 14px; }
.portrait-card { position: relative; min-height: 340px; border-radius: 10px; overflow: hidden; background: #09202e; }
.portrait-card img, .portrait-card__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.portrait-card img { object-fit: cover; object-position: center top; filter: saturate(.9); transition: transform .45s ease, filter .3s ease; }
.portrait-card__veil { background: linear-gradient(180deg, transparent 48%, rgba(2,12,19,.96)); }
.portrait-card__content { position: absolute; z-index: 2; inset: auto 0 0; padding: 19px; }
.portrait-card strong { display: block; font-family: var(--serif); font-size: 19px; font-weight: 400; }
.portrait-card small { color: #bcd0d8; }
.portrait-card:hover img { transform: scale(1.04); filter: saturate(1.1); }

/* Creators */
.section-creators { padding: 92px 0 100px; background: #fff; }
.section-creators .section-heading > div { max-width: 980px; }
.section-creators .section-heading > div > p:last-child { margin: 16px 0 0; }
.creator-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.creator-card { position: relative; min-height: 350px; border-radius: 10px; overflow: hidden; background: var(--ink); box-shadow: 0 12px 34px rgba(2,18,28,.11); }
.creator-card img, .creator-card__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.creator-card img { object-fit: cover; object-position: center top; filter: saturate(.88); transition: transform .45s ease, filter .3s ease; }
.creator-card__veil { background: linear-gradient(180deg, rgba(3,14,22,.04) 22%, rgba(3,14,22,.96) 96%); }
.creator-card__content { position: absolute; z-index: 2; inset: auto 0 0; padding: 25px; color: white; }
.creator-card small { display: block; color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.creator-card strong { display: block; margin: 4px 0 6px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.creator-card em { display: block; max-width: 360px; color: #c5d3d8; font-size: 12px; font-style: normal; }
.creator-card:hover img { transform: scale(1.045); filter: saturate(1.06); }

/* Epochs */
.section-epochs { background: #faf9f5; }
.epochs-track { position: relative; display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; margin: 48px 0 40px; }
.epochs-track::after { content: ''; position: absolute; left: 4%; right: 4%; top: 150px; border-top: 2px solid #b98c36; z-index: 0; }
.epoch-card { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.epoch-card img { width: 100%; height: 138px; object-fit: cover; border-radius: 4px; filter: saturate(.82); transition: transform .25s ease; }
.epoch-dot { width: 12px; height: 12px; margin-top: 7px; border: 3px solid #b98c36; border-radius: 50%; background: #faf9f5; }
.epoch-card strong { margin-top: 12px; font-family: var(--serif); font-size: 16px; }
.epoch-card small { max-width: 145px; margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.epoch-card:hover img { transform: translateY(-4px); }

/* Debates */
.section-debates { padding-top: 78px; }
.debate-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.debate-card { border: 1px solid var(--line); background: white; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.debate-card > img { width: 100%; height: 185px; object-fit: cover; filter: saturate(.78) contrast(1.05); }
.duel { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; padding: 15px 18px 4px; font-family: var(--serif); font-size: 17px; text-align: center; }
.duel b { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; background: var(--ink); color: var(--gold-light); font-family: var(--sans); font-size: 10px; }
.debate-card p { min-height: 70px; margin: 0; padding: 8px 18px 20px; color: var(--muted); text-align: center; font-size: 13px; }
.debate-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }

/* Brands */
.section-brands { padding: 88px 0 96px; border-block: 1px solid rgba(228,167,45,.35); background: radial-gradient(circle at 16% -20%, #163c51, var(--ink) 48%); color: white; }
.section-brands .section-heading > div { max-width: 950px; }
.section-brands .section-heading > div > p:last-child { margin: 16px 0 0; }
.brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.brand-card { position: relative; min-height: 260px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: #09202e; }
.brand-card img, .brand-card__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.brand-card img { object-fit: cover; filter: saturate(.78) contrast(1.03); transition: transform .45s ease, filter .3s ease; }
.brand-card__veil { background: linear-gradient(180deg, rgba(2,12,19,.04), rgba(2,12,19,.94)); }
.brand-card__content { position: absolute; z-index: 2; inset: auto 0 0; padding: 21px; }
.brand-card strong { display: block; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.brand-card small { display: block; margin-top: 5px; color: #bdd0d7; font-size: 11px; }
.brand-card:hover img { transform: scale(1.055); filter: saturate(1); }

/* Themes */
.section-themes { padding: 82px 0 94px; background: var(--ink-2); color: white; }
.theme-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.theme-card { position: relative; min-height: 230px; overflow: hidden; border-radius: 8px; }
.theme-card img, .theme-card__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.theme-card img { object-fit: cover; transition: transform .45s ease; }
.theme-card__veil { background: linear-gradient(180deg, rgba(0,0,0,.03), rgba(2,14,22,.94)); }
.theme-card__content { position: absolute; z-index: 2; inset: auto 0 0; padding: 17px; }
.theme-card strong { display: block; font-family: var(--serif); font-size: 18px; }
.theme-card small { color: var(--gold-light); font-size: 10px; text-transform: uppercase; }
.theme-card:hover img { transform: scale(1.06); }

/* Dossiers */
.section-dossiers { padding: 92px 0 100px; background: #f7f9f9; }
.section-dossiers .section-heading > div { max-width: 980px; }
.section-dossiers .section-heading > div > p:last-child { margin: 16px 0 0; }
.dossier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dossier-card { border: 1px solid var(--line); border-radius: 10px; background: white; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.dossier-card > a { display: flex; flex-direction: column; height: 100%; }
.dossier-card img { width: 100%; height: 220px; object-fit: cover; filter: saturate(.86); }
.dossier-card > a > div { display: flex; flex-direction: column; flex: 1; padding: 25px; }
.dossier-card span { color: #9b6b12; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.dossier-card h3 { margin: 11px 0 9px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.dossier-card p { color: var(--muted); font-size: 13px; }
.dossier-card b { margin-top: auto; color: #264655; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.dossier-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }

/* Resources */
.section-resources { padding: 90px 0; background: var(--mist); }
.resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.resource-grid > a { position: relative; min-height: 245px; padding: 28px; border: 1px solid #dbe3e5; border-radius: 10px; background: white; box-shadow: 0 8px 24px rgba(2,19,29,.04); transition: transform .2s ease, border-color .2s ease; }
.resource-grid > a > span { display: block; margin-bottom: 28px; color: var(--gold); font-family: var(--serif); font-size: 38px; }
.resource-grid strong { display: block; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.resource-grid p { color: var(--muted); font-size: 13px; }
.resource-grid b { position: absolute; bottom: 24px; color: #244252; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.resource-grid > a:hover { transform: translateY(-5px); border-color: var(--gold); }
.search-collections { grid-template-columns: repeat(3, 1fr); }
.editorial-trust { padding: 70px 0; background: linear-gradient(110deg, #06131d, #0e3144); color: white; }
.editorial-trust__grid { display: grid; grid-template-columns: 1.15fr 1fr auto; align-items: center; gap: 50px; }
.editorial-trust h2 { margin: 0; font-family: var(--serif); font-size: clamp(34px, 3vw, 54px); font-weight: 400; }
.editorial-trust p { margin-bottom: 0; color: #c9d7dc; }
.editorial-trust .eyebrow { color: var(--gold-light); margin-bottom: 10px; }
.editorial-trust__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }

/* Listing */
.listing-hero { position: relative; min-height: 520px; display: flex; align-items: center; overflow: hidden; background: var(--ink); color: white; }
.listing-hero__visual, .listing-hero__veil { position: absolute; inset: 0; }
.listing-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.listing-hero__veil { background: linear-gradient(90deg, rgba(1,11,18,.97) 0%, rgba(1,11,18,.79) 38%, rgba(1,11,18,.18) 80%), linear-gradient(180deg, rgba(1,11,18,.1), rgba(1,11,18,.65)); }
.listing-hero__content { position: relative; z-index: 1; padding-block: 80px; }
.listing-hero__content > * { max-width: 750px; }
.listing-hero__content h1 { margin-bottom: 20px; font-family: var(--serif); font-size: clamp(48px, 5.2vw, 84px); font-weight: 400; }
.listing-hero__content > p:not(.eyebrow) { color: #d8e4e8; font-size: 19px; }
.listing-hero .eyebrow { color: var(--gold-light); }
.hero-search--compact { max-width: 470px; }
.listing-count { margin-top: 18px; color: #aebec5; font-size: 13px; }
.listing-count strong { color: var(--gold-light); font-size: 18px; }
.category-context { padding: 72px 0; border-bottom: 1px solid var(--line); background: white; }
.category-context__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr); align-items: center; gap: 70px; }
.category-context__copy h2 { margin-bottom: 19px; font-family: var(--serif); font-size: clamp(34px, 3.2vw, 52px); font-weight: 400; }
.category-context__copy > p:last-child { margin-bottom: 0; color: #42555e; font-size: 16px; }
.category-context__links { display: grid; gap: 9px; }
.category-context__links a { position: relative; display: grid; grid-template-columns: 155px 1fr 30px; align-items: center; gap: 18px; min-height: 88px; padding: 17px 20px; border: 1px solid var(--line); background: #f8fafa; transition: border-color .2s ease, transform .2s ease; }
.category-context__links strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.category-context__links span { color: var(--muted); font-size: 12px; }
.category-context__links b { color: var(--gold); font-size: 21px; text-align: right; }
.category-context__links a:hover { transform: translateX(5px); border-color: var(--gold); }
.listing-featured { padding-bottom: 60px; }
.listing-all { padding-top: 70px; background: var(--mist); }
.listing-grid { display: grid; gap: 20px; }
.listing-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.listing-grid--featured { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.listing-card { min-width: 0; border: 1px solid var(--line); border-radius: 10px; background: white; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.listing-card > a { display: flex; flex-direction: column; height: 100%; }
.listing-card img { width: 100%; height: 210px; object-fit: cover; }
.listing-card > a > div { display: flex; flex-direction: column; flex: 1; padding: 22px; }
.listing-card .tag { width: fit-content; border-color: #d9e1e4; background: #f0f4f5; color: #35515e; }
.listing-card h3 { margin: 14px 0 9px; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.listing-card p { display: -webkit-box; margin-bottom: 18px; color: var(--muted); font-size: 13px; line-height: 1.55; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.listing-card b { margin-top: auto; color: #264655; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.listing-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.listing-card--featured img { height: 260px; }
.listing-filter label { display: block; margin-bottom: 5px; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.listing-filter input { width: 300px; min-height: 43px; padding: 9px 13px; border: 1px solid #cbd5d8; border-radius: 3px; background: white; }
.alphabet { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 28px; }
.alphabet button { min-width: 34px; height: 34px; border: 1px solid #d1dadd; background: white; color: #435b65; cursor: pointer; }
.alphabet button:hover, .alphabet button.is-active { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.empty-filter { padding: 30px; text-align: center; }

/* Article */
.article-hero { padding: 0 0 70px; background: linear-gradient(135deg, #f5f7f7, #fff 58%); border-bottom: 1px solid var(--line); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; padding-top: 25px; color: #60717a; font-size: 12px; }
.breadcrumb a:hover { color: #9a6a0f; }
.article-hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .8fr); align-items: center; gap: 70px; padding-top: 44px; }
.article-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.article-badges .tag { border-color: #d5dfe2; background: #eaf0f2; color: #2b4c5c; }
.quality-badge { padding: 5px 10px; border-radius: 999px; background: #f4f0e5; color: #78520c; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.quality-badge--reference { background: #dff3e7; color: #155e35; }
.article-hero h1 { max-width: 950px; margin-bottom: 16px; font-family: var(--serif); font-size: clamp(46px, 5vw, 78px); font-weight: 400; }
.article-subtitle { margin-bottom: 25px; color: #8a6216; font-family: var(--serif); font-size: clamp(20px, 2vw, 30px); }
.article-lead { max-width: 850px; color: #3c4e57; font-size: 18px; line-height: 1.7; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 26px; color: #667982; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.article-meta a { border-bottom: 1px solid #96a7ae; }
.article-hero__media { margin: 0; }
.article-hero__media img { width: 100%; aspect-ratio: 1.18/1; object-fit: cover; border-radius: 10px; box-shadow: var(--shadow); }
.article-hero__media figcaption { margin-top: 9px; color: #7b8a90; font-size: 10px; }
.article-layout { display: grid; grid-template-columns: 250px minmax(0, 900px); justify-content: center; gap: 70px; padding-block: 80px 100px; }
.article-toc { position: sticky; top: 24px; align-self: start; display: flex; flex-direction: column; padding-left: 18px; border-left: 1px solid #ccd6d9; }
.article-toc strong { margin-bottom: 13px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.article-toc a { padding: 7px 0; color: #63747c; font-size: 12px; line-height: 1.35; }
.article-toc a:hover { color: #99670d; }
.article-content { min-width: 0; }
.verdict-card { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 34px; border: 1px solid #d7c18a; border-radius: 10px; background: linear-gradient(135deg, #fffdf7, #faf4e5); }
.verdict-icon { display: grid; place-items: center; width: 58px; height: 58px; border: 2px solid var(--gold); border-radius: 50%; color: #95650c; font-size: 26px; }
.verdict-card h2 { margin-bottom: 10px; font-family: var(--serif); font-size: 32px; font-weight: 400; }
.verdict-card p:last-child { margin-bottom: 0; color: #394b54; }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 22px 0 50px; }
.fact-grid p { margin: 0; padding: 17px; border: 1px solid var(--line); background: #f7f9f9; color: #435760; font-size: 12px; line-height: 1.45; }
.article-section { position: relative; padding: 28px 0 38px 66px; border-top: 1px solid var(--line); }
.article-section .section-number, .static-content .section-number { position: absolute; left: 0; color: #c4902e; font-family: var(--serif); font-size: 32px; }
.article-section h2 { margin-bottom: 21px; font-family: var(--serif); font-size: clamp(30px, 3vw, 44px); font-weight: 400; }
.article-section p { color: #344851; font-size: 17px; line-height: 1.78; }
.sources-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; margin-top: 28px; padding: 36px; border-radius: 10px; background: var(--ink); color: white; }
.sources-card .eyebrow { color: var(--gold-light); }
.sources-card h2 { font-family: var(--serif); font-size: 34px; font-weight: 400; }
.sources-card p { color: #bfced4; font-size: 13px; }
.sources-card ol { margin: 0; padding-left: 22px; }
.sources-card li { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #e6eef1; font-size: 13px; }
.sources-card li span { float: right; color: var(--gold-light); }
.sources-card a:hover { color: var(--gold-light); }
.method-note { margin-top: 30px; padding: 26px 30px; border-left: 4px solid var(--gold); background: #f4f7f7; }
.method-note p { color: #52656e; font-size: 14px; }
.method-note a { color: #8c5e0c; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.correction-box { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 26px; padding: 32px; border: 1px solid var(--line); }
.correction-box h2 { margin: 0; font-family: var(--serif); font-size: 26px; font-weight: 400; }
.related-section { background: var(--mist); }

/* Static pages */
.static-hero { position: relative; padding: 105px 0 95px; background: var(--ink); color: white; overflow: hidden; }
.static-hero__orb { position: absolute; width: 650px; height: 650px; right: -150px; top: -330px; border: 1px solid rgba(228,167,45,.25); border-radius: 50%; box-shadow: 0 0 0 90px rgba(50,181,216,.035), 0 0 0 180px rgba(228,167,45,.025); }
.static-hero__content { position: relative; }
.static-hero .eyebrow { color: var(--gold-light); }
.static-hero h1 { max-width: 950px; margin-bottom: 20px; font-family: var(--serif); font-size: clamp(50px, 6vw, 84px); font-weight: 400; }
.static-hero__content > p:last-child { max-width: 800px; color: #cbd8dd; font-size: 19px; }
.static-content { padding-block: 80px 110px; }
.static-content > section { position: relative; padding: 0 0 55px 85px; border-bottom: 1px solid var(--line); margin-bottom: 48px; }
.static-content h2 { font-family: var(--serif); font-size: clamp(31px, 3vw, 45px); font-weight: 400; }
.static-content p { max-width: 870px; color: #3f525b; font-size: 17px; line-height: 1.78; }
.static-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.static-links a { display: inline-flex; gap: 12px; padding: 10px 14px; border: 1px solid #d7dfe1; background: #f8f9f9; color: #264553; font-size: 12px; font-weight: 700; }
.static-links span { color: var(--gold); }
.publisher-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 38px; border-radius: 10px; background: #eef3f4; }
.publisher-card h2 { margin-bottom: 8px; }
.publisher-card p { margin: 0; font-size: 14px; }

/* Search */
.search-hero { padding: 100px 0; background: linear-gradient(135deg, #06131d, #0d344a); color: white; }
.search-hero .eyebrow { color: var(--gold-light); }
.search-hero h1 { font-family: var(--serif); font-size: clamp(48px, 6vw, 76px); font-weight: 400; }
.search-page__form { margin-top: 35px; }
.search-page__form label { display: block; margin-bottom: 10px; color: #c7d4d9; font-size: 13px; }
.search-page__form .search-field { max-width: 760px; }
.search-page__form button { min-width: 130px; }
.no-results { max-width: 680px; margin: 30px auto; padding: 55px; background: var(--mist); text-align: center; }
.no-results h2 { font-family: var(--serif); font-size: 38px; font-weight: 400; }

/* Quiz */
.quiz-hero { padding: 100px 0; background: radial-gradient(circle at 70% 20%, #144663, #06131d 48%); color: white; text-align: center; }
.quiz-hero .eyebrow { color: var(--gold-light); }
.quiz-hero h1 { font-family: var(--serif); font-size: clamp(50px, 6vw, 82px); font-weight: 400; }
.quiz-hero p:last-child { max-width: 740px; margin: 0 auto; color: #d0dde2; font-size: 18px; }
.quiz-shell { max-width: 840px; }
.quiz-progress { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; margin-bottom: 18px; color: #61747d; font-size: 12px; }
.quiz-progress > div { height: 5px; background: #e3e8ea; }
.quiz-progress i { display: block; width: 16.6%; height: 100%; background: var(--gold); transition: width .3s ease; }
.quiz-card { padding: 50px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: var(--shadow); }
.quiz-card[hidden] { display: none; }
.quiz-card h2 { font-family: var(--serif); font-size: clamp(32px, 4vw, 49px); font-weight: 400; }
.quiz-options { display: grid; gap: 10px; margin-top: 30px; }
.quiz-options button { padding: 15px 17px; border: 1px solid #d5dee1; background: #f7f9f9; text-align: left; cursor: pointer; }
.quiz-options button:hover { border-color: var(--gold); }
.quiz-options button.is-correct { border-color: #2f9e62; background: #e4f6ec; }
.quiz-options button.is-wrong { border-color: #d05b5b; background: #fbeaea; }
.quiz-options button:disabled { cursor: default; }
.quiz-explanation { margin: 20px 0 0; padding: 18px; border-left: 4px solid var(--gold); background: #faf5e8; color: #43565f; }
.quiz-controls { margin-top: 22px; text-align: right; }
.quiz-result { padding: 55px; border-radius: 12px; background: var(--ink); color: white; text-align: center; }
.quiz-result .eyebrow { color: var(--gold-light); }
.quiz-result h2 { font-family: var(--serif); font-size: 70px; font-weight: 400; }

/* 404 */
.error-body { background: var(--ink); }
.error-page { position: relative; min-height: 720px; display: grid; place-items: center; padding: 100px 20px; background: radial-gradient(circle at center, #12394f, #06131d 56%); color: white; text-align: center; overflow: hidden; }
.error-page__visual { position: absolute; display: flex; align-items: center; gap: 26px; color: rgba(255,255,255,.05); font-family: var(--serif); font-size: min(30vw, 360px); font-weight: 700; }
.error-page__visual i { width: .6em; height: .6em; border: .06em solid var(--gold); border-radius: 50%; }
.error-page__content { position: relative; max-width: 740px; }
.error-page .eyebrow { color: var(--gold-light); }
.error-page h1 { font-family: var(--serif); font-size: clamp(48px, 7vw, 82px); font-weight: 400; }
.error-page p { color: #ccdae0; font-size: 18px; }
.hero-search--light { margin-inline: auto; }
.error-actions { display: flex; justify-content: center; align-items: center; gap: 22px; margin-top: 25px; }

/* Footer */
.site-footer { background: #04121c; color: #d6e0e4; }
.footer-planet { position: relative; overflow: hidden; padding: 50px 0; border-bottom: 1px solid rgba(255,255,255,.1); background: radial-gradient(ellipse at 18% 150%, #1e5e82 0%, #0a2638 24%, #04121c 56%); }
.footer-planet::before { content: ''; position: absolute; left: -8%; bottom: -230px; width: 650px; height: 390px; border: 1px solid rgba(89,198,229,.45); border-radius: 50%; box-shadow: 0 -35px 90px rgba(66,178,220,.15); }
.footer-planet__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-planet p { margin: 0; font-family: var(--serif); font-size: 24px; font-style: italic; }
.footer-stats { display: flex; gap: 48px; }
.footer-stats span { color: #aebfc6; font-size: 11px; text-transform: uppercase; }
.footer-stats strong { display: block; color: var(--gold-light); font-family: var(--serif); font-size: 27px; font-weight: 400; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr) 1.1fr; gap: 45px; padding-block: 58px 44px; }
.footer-grid h2 { margin-bottom: 15px; color: white; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) > a { display: block; padding: 4px 0; color: #aebfc6; font-size: 12px; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-brand p, .footer-network p { color: #8fa4ad; font-size: 12px; }
.footer-network p a { color: white; text-decoration: underline; text-underline-offset: 3px; }
.audit-note { padding-left: 12px; border-left: 2px solid var(--gold); }
.footer-contact { margin-top: 14px; color: var(--gold-light) !important; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px; border-top: 1px solid rgba(255,255,255,.08); color: #78909a; font-size: 10px; }
.footer-bottom a { color: #b5c3c8; }

@media (max-width: 1360px) {
    .shell--wide { width: min(1240px, calc(100% - 48px)); }
    .story-grid { grid-template-columns: repeat(3, 1fr); }
    .story-card--large { grid-column: span 2; }
    .portrait-row { grid-template-columns: repeat(4, 1fr); }
    .portrait-card { min-height: 360px; }
    .creator-grid { grid-template-columns: repeat(3, 1fr); }
    .brand-grid { grid-template-columns: repeat(4, 1fr); }
    .dossier-grid { grid-template-columns: repeat(3, 1fr); }
    .epochs-track { grid-template-columns: repeat(4, 1fr); row-gap: 32px; }
    .epochs-track::after { display: none; }
    .theme-grid { grid-template-columns: repeat(3, 1fr); }
    .hero-era-markers { width: 66%; }
}

@media (max-width: 1060px) {
    .header-inner { grid-template-columns: 1fr auto auto; }
    .menu-toggle { display: block; grid-column: 2; grid-row: 1; }
    .main-nav { position: fixed; inset: 80px 0 0; display: none; flex-direction: column; justify-content: flex-start; align-items: stretch; padding: 35px 28px; background: rgba(2,13,21,.98); }
    .main-nav.is-open { display: flex; }
    .main-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 17px; }
    .main-nav a::after { display: none; }
    .header-actions { grid-column: 3; grid-row: 1; }
    .hero-chronology, .hero-chronology__content { min-height: 760px; }
    .hero-copy { width: 58%; }
    .hero-era-markers { width: 74%; }
    .daily-line { grid-template-columns: repeat(4, 1fr); gap: 30px 12px; }
    .daily-line::before { display: none; }
    .story-grid { grid-template-columns: repeat(2, 1fr); }
    .story-card, .story-card--large { grid-column: auto; min-height: 390px; }
    .creator-grid, .brand-grid, .dossier-grid { grid-template-columns: repeat(2, 1fr); }
    .debate-grid, .resource-grid, .search-collections, .listing-grid--four, .listing-grid--featured { grid-template-columns: repeat(2, 1fr); }
    .category-context__grid { grid-template-columns: 1fr; gap: 35px; }
    .editorial-trust__grid { grid-template-columns: 1fr 1fr; }
    .editorial-trust__actions { grid-column: 1 / -1; flex-direction: row; align-items: center; }
    .article-hero__grid { grid-template-columns: 1fr .72fr; gap: 40px; }
    .article-layout { grid-template-columns: 1fr; }
    .article-toc { position: static; display: none; }
    .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
    .footer-network { grid-column: span 2; }
}

@media (max-width: 760px) {
    .shell, .shell--wide { width: min(100% - 32px, 680px); }
    .section { padding: 66px 0; }
    .site-header, .header-inner { min-height: 70px; }
    .main-nav { top: 70px; }
    .brand img { width: 151px; height: 43px; }
    .brand span { padding-left: 35px; font-size: 7px; }
    .header-actions .button { display: none; }
    .hero-chronology { min-height: 850px; }
    .hero-chronology__content { min-height: 850px; padding-top: 118px; }
    .hero-chronology__visual { top: auto; bottom: 112px; height: auto; }
    .hero-chronology__visual img { width: 100%; height: auto; object-fit: contain; object-position: center; }
    .hero-chronology__veil { background: linear-gradient(180deg, rgba(0,7,12,.99) 0%, rgba(0,7,12,.94) 52%, rgba(0,7,12,.2) 69%, rgba(0,7,12,.88) 100%); }
    .hero-copy { width: 100%; }
    .hero-copy h1 { font-size: clamp(50px, 14vw, 72px); }
    .hero-lead { max-width: 500px; }
    .hero-era-markers { left: 16px; right: 16px; bottom: 35px; width: auto; grid-template-columns: repeat(5, 1fr); }
    .hero-era-markers li { padding-inline: 3px; }
    .hero-era-markers span { font-size: 11px; }
    .hero-era-markers small { display: none; }
    .daily-line { grid-template-columns: repeat(2, 1fr); }
    .daily-stop__image { width: 104px; height: 104px; }
    .section-heading--split { display: block; }
    .section-heading--split .text-link { display: inline-block; margin-top: 18px; }
    .story-grid, .debate-grid, .resource-grid, .search-collections, .listing-grid--four, .listing-grid--featured { grid-template-columns: 1fr; }
    .story-card { min-height: 410px; }
    .portrait-row { display: flex; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x mandatory; }
    .portrait-card { flex: 0 0 74%; min-height: 410px; scroll-snap-align: start; }
    .creator-grid, .brand-grid, .dossier-grid { grid-template-columns: 1fr; }
    .creator-card { min-height: 390px; }
    .brand-card { min-height: 285px; }
    .dossier-card img { height: 240px; }
    .epochs-track { display: flex; overflow-x: auto; padding-bottom: 15px; scroll-snap-type: x mandatory; }
    .epoch-card { flex: 0 0 58%; scroll-snap-align: start; }
    .epoch-card img { height: 180px; }
    .theme-grid { grid-template-columns: repeat(2, 1fr); }
    .theme-card { min-height: 210px; }
    .editorial-trust__grid { grid-template-columns: 1fr; gap: 24px; }
    .editorial-trust__actions { grid-column: auto; flex-direction: column; align-items: flex-start; }
    .listing-hero { min-height: 580px; }
    .listing-hero__veil { background: linear-gradient(90deg, rgba(1,11,18,.95), rgba(1,11,18,.66)); }
    .listing-filter { margin-top: 22px; }
    .listing-filter input { width: 100%; }
    .category-context__links a { grid-template-columns: 125px 1fr 24px; gap: 12px; }
    .article-hero__grid { grid-template-columns: 1fr; padding-top: 32px; }
    .article-hero__media { grid-row: 1; }
    .article-hero__media img { aspect-ratio: 1.5/1; }
    .article-hero h1 { font-size: clamp(42px, 12vw, 62px); }
    .article-lead { font-size: 16px; }
    .article-layout { padding-block: 55px 75px; }
    .verdict-card { grid-template-columns: 1fr; padding: 26px; }
    .fact-grid { grid-template-columns: repeat(2, 1fr); }
    .article-section { padding-left: 48px; }
    .sources-card { grid-template-columns: 1fr; }
    .correction-box { display: block; }
    .correction-box .button { margin-top: 20px; }
    .static-hero { padding: 78px 0; }
    .static-content > section { padding-left: 55px; }
    .publisher-card { display: block; }
    .publisher-card .button { margin-top: 20px; }
    .quiz-card { padding: 28px; }
    .footer-planet__inner, .footer-bottom { flex-direction: column; align-items: flex-start; }
    .footer-stats { gap: 20px; flex-wrap: wrap; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-network { grid-column: 1 / -1; }
}

@media (max-width: 460px) {
    .hero-chronology { min-height: 890px; }
    .hero-chronology__content { min-height: 890px; }
    .hero-copy h1 { font-size: 50px; }
    .hero-lead { font-size: 15px; }
    .hero-paths a { font-size: 10px; }
    .hero-era-markers li:nth-child(2), .hero-era-markers li:nth-child(4) { display: none; }
    .hero-era-markers { grid-template-columns: repeat(3, 1fr); }
    .daily-line { grid-template-columns: repeat(2, 1fr); }
    .theme-grid { grid-template-columns: 1fr; }
    .category-context__links a { grid-template-columns: 1fr 24px; }
    .category-context__links span { grid-column: 1 / -1; grid-row: 2; }
    .category-context__links b { grid-column: 2; grid-row: 1; }
    .article-hero__media img { aspect-ratio: 1.25/1; }
    .fact-grid { grid-template-columns: 1fr; }
    .static-content > section { padding-left: 0; padding-top: 48px; }
    .static-content .section-number { top: 0; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
