:root {
  --ivory: #f3eee4;
  --ivory-2: #fbf8f1;
  --paper: #fffdf8;
  --ink: #171715;
  --ink-soft: #58544c;
  --line: rgba(23, 23, 21, 0.14);
  --gold: #b78a45;
  --gold-deep: #8f652d;
  --night: #171715;
  --night-soft: #22211f;
  --blue: #17385a;
  --radius: 24px;
  --shell: min(1180px, calc(100vw - 64px));
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ivory); }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 10%, rgba(183,138,69,.08), transparent 24rem),
    var(--ivory-2);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
::selection { background: #d6bd91; color: #171715; }
.shell { width: var(--shell); margin-inline: auto; }
.section-space { padding-block: 112px; }
.skip-link {
  position: fixed; left: 16px; top: 12px; z-index: 200;
  transform: translateY(-150%); padding: 10px 14px; border-radius: 8px;
  background: var(--ink); color: white;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid rgba(23,23,21,.08);
  background: rgba(251,248,241,.88);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark {
  display: grid; place-items: center; width: 38px; height: 38px;
  font: 700 31px/1 var(--serif); color: var(--gold-deep); border-right: 1px solid rgba(183,138,69,.36);
}
.brand-copy { display: grid; line-height: 1; letter-spacing: .14em; }
.brand-copy strong { font: 600 15px/1.05 var(--serif); }
.brand-copy small { margin-top: 5px; font-size: 8px; letter-spacing: .34em; color: var(--ink-soft); }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; }
.main-nav a { position: relative; padding-block: 26px; color: #37332d; }
.main-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 17px; height: 1px;
  background: var(--gold); transition: right .25s ease;
}
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; background: transparent; border: 0; width: 44px; height: 44px; padding: 10px; }
.menu-toggle span { display: block; height: 1px; background: var(--ink); margin: 7px 0; }

.hero {
  min-height: 690px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: stretch;
  border-bottom: 1px solid var(--line);
}
.hero-copy { padding: 88px 56px 76px 0; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 18px; color: var(--gold-deep); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.hero h1, .section-heading h2, .deep-dive h2, .about h2, .ecosystem h2 {
  font-family: var(--serif); font-weight: 500; letter-spacing: -.045em;
}
.hero h1 { margin: 0; font-size: clamp(68px, 7.2vw, 112px); line-height: .82; }
.hero h1 em { color: var(--gold-deep); font-weight: 400; }
.hero-lede { max-width: 570px; margin: 32px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 164px; padding: 14px 18px; border: 1px solid var(--gold); font-size: 13px; transition: .2s ease; }
.button-primary { background: var(--gold); color: white; }
.button-primary:hover { background: var(--gold-deep); border-color: var(--gold-deep); transform: translateY(-1px); }
.button-ghost { background: transparent; }
.button-ghost:hover { background: rgba(183,138,69,.08); }
.hero-note { margin-top: 54px; padding-top: 20px; border-top: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr; gap: 3px 14px; max-width: 385px; }
.quote-mark { grid-row: 1 / 3; color: var(--gold); font: 54px/1 var(--serif); }
.hero-note p { margin: 0; font: italic 18px/1.35 var(--serif); }
.signature { margin-top: 5px; color: var(--ink-soft); font-size: 11px; letter-spacing: .08em; }

.hero-visual { position: relative; min-width: 0; padding: 32px 0 32px 32px; }
.hero-photo-frame {
  position: relative; width: 100%; height: 100%; min-height: 620px; overflow: hidden; border-radius: 0 0 0 110px;
  background: #143454; box-shadow: 0 26px 80px rgba(23,23,21,.12);
}
.hero-photo-frame::before {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(90deg, rgba(243,238,228,.24), transparent 18%, transparent 80%, rgba(183,138,69,.13));
  mix-blend-mode: screen;
}
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.hero-photo-shade { position: absolute; inset: auto 0 0; height: 25%; background: linear-gradient(transparent, rgba(7,18,30,.48)); }
.hero-side-label { position: absolute; right: -50px; bottom: 92px; margin: 0; transform: rotate(90deg); transform-origin: center; font-size: 9px; letter-spacing: .22em; color: rgba(255,255,255,.72); }

.topic-band { border-bottom: 1px solid var(--line); background: rgba(255,255,255,.38); }
.topic-row { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 10px; overflow-x: auto; scrollbar-width: none; }
.topic-row::-webkit-scrollbar { display: none; }
.topic-row a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; color: #4c473f; }
.topic-row a span { color: var(--gold-deep); }
.topic-row a:hover { border-color: rgba(183,138,69,.4); background: var(--paper); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.section-heading h2 { margin: 0; max-width: 780px; font-size: clamp(42px, 5vw, 70px); line-height: .98; }
.text-link { padding-bottom: 4px; border-bottom: 1px solid var(--gold); font-size: 12px; color: var(--gold-deep); white-space: nowrap; }
.text-link span { margin-left: 16px; }

.featured-story { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 390px; background: var(--paper); border: 1px solid var(--line); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.featured-story:hover { transform: translateY(-3px); box-shadow: 0 22px 70px rgba(35,31,24,.08); }
.featured-art { position: relative; overflow: hidden; min-height: 390px; background: radial-gradient(circle at 65% 40%, rgba(231,198,140,.96) 0 5%, transparent 5.4%), radial-gradient(circle at 64% 44%, rgba(183,138,69,.18) 0 19%, transparent 19.5%), linear-gradient(135deg, #0e1720, #183650 55%, #9a6f38); color: #f6e8c8; }
.featured-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 40%, rgba(255,255,255,.09)); }
.orbit { position: absolute; border: 1px solid rgba(247,229,193,.28); border-radius: 50%; }
.orbit-one { width: 310px; height: 310px; left: 17%; top: 10%; }
.orbit-two { width: 460px; height: 460px; left: 43%; top: -11%; }
.featured-word { position: absolute; left: 10%; bottom: 15%; z-index: 2; font: 500 clamp(74px, 9vw, 135px)/.8 var(--serif); letter-spacing: -.07em; }
.featured-kicker { position: absolute; left: 11%; bottom: 8%; z-index: 2; font-size: 9px; letter-spacing: .32em; }
.featured-copy { padding: 56px; display: flex; flex-direction: column; justify-content: center; }
.story-label { margin: 0 0 12px; color: var(--gold-deep); font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.featured-copy h3 { margin: 0; font: 500 clamp(31px, 3.1vw, 50px)/1.02 var(--serif); letter-spacing: -.035em; }
.featured-copy > p:not(.story-label) { margin: 22px 0 0; max-width: 610px; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.story-meta { margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--line); display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 16px; font-size: 10px; color: var(--ink-soft); }
.story-meta strong { justify-self: end; color: var(--gold-deep); font-weight: 600; }

.latest-head { display: flex; justify-content: space-between; align-items: baseline; margin: 56px 0 20px; }
.latest-head h3 { margin: 0; font: 500 30px/1 var(--serif); }
.latest-head span { color: var(--ink-soft); font-size: 10px; letter-spacing: .12em; }
.article-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.article-card { border-top: 1px solid var(--ink); padding-top: 10px; transition: transform .22s ease; }
.article-card:hover { transform: translateY(-4px); }
.card-art { position: relative; aspect-ratio: 1.45; overflow: hidden; display: flex; align-items: end; padding: 18px; color: #f8e9c7; }
.card-art::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 30%, rgba(255,255,255,.16), transparent 20rem); }
.card-art span { position: relative; z-index: 2; font: 500 clamp(28px, 3.3vw, 48px)/.8 var(--serif); letter-spacing: -.06em; }
.card-art-state { background: linear-gradient(145deg, #34281c, #b27b44 60%, #e4c99d); }
.card-art-neville { background: radial-gradient(circle at 70% 35%, #e0b86e 0 3%, transparent 3.5%), linear-gradient(135deg, #10100f, #393428 62%, #8c673b); }
.card-art-imagination { background: radial-gradient(circle at 60% 38%, #f5d9a4 0 7%, #8c5f31 7.5% 8.5%, transparent 9%), linear-gradient(145deg, #172a39, #704b2b); }
.card-art-inner { background: linear-gradient(135deg, #2b221d, #5c4335 55%, #b08b68); }
.card-copy { padding: 20px 4px 0; }
.card-copy h4 { margin: 0; min-height: 56px; font: 500 23px/1.05 var(--serif); letter-spacing: -.025em; }
.card-copy > p:not(.story-label) { min-height: 64px; margin: 14px 0 18px; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }
.card-link { font-size: 10px; color: var(--gold-deep); }

.deep-dive { background: var(--night); color: #f6f0e5; }
.section-heading-light { align-items: end; }
.section-heading-light h2 { color: #f6f0e5; }
.section-intro { max-width: 420px; margin: 0; color: rgba(246,240,229,.62); font-size: 13px; line-height: 1.65; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.path-card { min-height: 330px; padding: 28px 26px; border-right: 1px solid rgba(255,255,255,.14); display: grid; grid-template-rows: auto 1fr auto; gap: 36px; transition: background .25s ease; }
.path-card:last-child { border-right: 0; }
.path-card:hover { background: rgba(183,138,69,.1); }
.path-number { color: rgba(255,255,255,.38); font: 400 12px/1 var(--sans); }
.path-card h3 { margin: 0 0 16px; font: 500 38px/1 var(--serif); }
.path-card p:not(.story-label) { margin: 0; color: rgba(246,240,229,.64); font-size: 13px; line-height: 1.7; }
.path-arrow { justify-self: end; color: #d1aa6c; font-size: 24px; }

.about { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; align-items: center; }
.about-visual { position: relative; min-height: 620px; background: #2a2119; overflow: hidden; border-radius: 0 88px 0 0; }
.about-visual img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: 50% 30%; }
.about-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,13,10,.75), transparent 55%); }
.about-quote { position: absolute; left: 34px; bottom: 32px; z-index: 3; color: #f3e1bc; }
.about-quote span { color: var(--gold); font: 60px/.5 var(--serif); }
.about-quote p { margin: 14px 0 0; font: italic 28px/1.05 var(--serif); }
.about-copy { padding-right: 26px; }
.about h2 { margin: 0; font-size: clamp(46px, 5vw, 72px); line-height: .98; }
.about-lede { margin: 30px 0 18px !important; color: var(--ink) !important; font: 500 20px/1.5 var(--serif) !important; }
.about-copy > p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.8; }
.about-links { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); }
.about-links a { color: var(--gold-deep); font-size: 12px; }
.about-proof { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 11px; letter-spacing: .06em; color: var(--gold-deep); }

.ecosystem { padding: 92px 0; background: #e9e1d3; border-top: 1px solid var(--line); }
.ecosystem-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.ecosystem h2 { margin: 0; font-size: clamp(46px, 5vw, 72px); line-height: .92; }
.ecosystem-links { border-top: 1px solid rgba(23,23,21,.35); }
.ecosystem-links a { display: grid; grid-template-columns: 40px 130px 1fr auto; gap: 20px; align-items: center; min-height: 78px; border-bottom: 1px solid rgba(23,23,21,.18); transition: padding .2s ease, background .2s ease; }
.ecosystem-links a:hover { padding-inline: 12px; background: rgba(255,255,255,.35); }
.ecosystem-links span { color: var(--gold-deep); font-size: 10px; }
.ecosystem-links strong { font: 500 19px/1 var(--serif); }
.ecosystem-links small { color: var(--ink-soft); font-size: 11px; }
.ecosystem-links b { font-weight: 400; color: var(--gold-deep); }

.site-footer { padding: 66px 0 24px; background: var(--night); color: rgba(246,240,229,.78); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1.1fr; gap: 54px; }
.brand-footer { color: #f6f0e5; }
.brand-footer .brand-mark { color: #d0a664; }
.footer-grid > div:first-child > p { margin: 22px 0 0; font-size: 12px; line-height: 1.7; color: rgba(246,240,229,.56); }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links p { margin: 0 0 8px; color: #d0a664; font-size: 9px; letter-spacing: .18em; }
.footer-links a { font-size: 12px; }
.footer-links a:hover { color: #d0a664; }
.footer-manifesto p { margin: 0; font: italic 25px/1.28 var(--serif); color: #f3e1bc; }
.footer-bottom { margin-top: 54px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; font-size: 9px; color: rgba(246,240,229,.38); }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

/* --- Artikel hub decorative frame (replaces inline style blocked by CSP style-src 'self') --- */
.artikel-hero-frame {
  background: linear-gradient(135deg, #0e1720, #183650 55%, #9a6f38);
}

/* --- Accessibility: brighter gold on dark sections + footer text contrast --- */
.deep-dive .eyebrow,
.deep-dive .story-label { color: #c9a25c; }
.footer-grid > div:first-child > p { color: rgba(246,240,229,.72); }
.footer-bottom { color: rgba(246,240,229,.6); }
