:root {
  --charcoal: #1c1b19;
  --charcoal-deep: #121110;
  --ivory: #f0efe9;
  --paper: #ffffff;
  --gold: #9c7a3c;
  --gold-text: #80622e;
  --gold-light: #c9ad79;
  --gray: #4a473f;
  --line: #d8d5cb;
  --serif: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, ui-sans-serif, sans-serif;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; background: var(--paper); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; top: 0; width: 100%; color: var(--charcoal); border-bottom: 1px solid rgba(28,27,25,.08); }
.site-header.is-scrolled { position: fixed; color: var(--charcoal); background: rgba(240,239,233,.94); border-color: var(--line); backdrop-filter: blur(12px); animation: header-in .25s ease; }
@keyframes header-in { from { transform: translateY(-100%); } }
.header-inner { height: 80px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; }
.wordmark { display: inline-flex; width: max-content; align-items: baseline; font-family: var(--serif); font-size: 25px; letter-spacing: -.045em; line-height: 1; }
.brand-mark { width: 8px; height: 8px; align-self: center; margin: 0 11px 0 2px; background: var(--gold-light); border-radius: 1px; transform: rotate(45deg); }
.wordmark i { margin: 0 .08em; color: var(--gold-light); font-family: var(--sans); font-size: .48em; font-style: normal; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 34px; align-items: center; justify-self: end; grid-column: 3; font-size: 13px; font-weight: 650; letter-spacing: .05em; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-button, .mobile-nav { display: none; }
.noscript-nav { display: none; }
@media (max-width: 920px) {
  .noscript-nav { display: flex; flex-wrap: wrap; gap: 4px 20px; align-items: center; justify-content: center; height: 56px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 650; letter-spacing: .05em; background: var(--ivory); }
}

.hero { min-height: 820px; padding: 158px 0 0; color: var(--charcoal); background: var(--ivory); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.23fr .77fr; align-items: center; gap: 95px; min-height: 570px; }
.eyebrow { margin: 0 0 22px; color: var(--gold-text); font-size: 11px; font-weight: 750; letter-spacing: .17em; line-height: 1.4; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold-text); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 { max-width: 790px; margin-bottom: 25px; font-size: clamp(58px, 6.1vw, 89px); letter-spacing: -.03em; line-height: .98; }
.hero-subhead { margin-bottom: 15px; font-family: var(--serif); font-size: clamp(24px, 2.2vw, 32px); line-height: 1.25; }
.hero-description { max-width: 610px; margin-bottom: 33px; color: var(--gray); font-size: 17px; line-height: 1.7; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 12px 21px; border: 1px solid transparent; border-radius: 1px; font-size: 12px; font-weight: 750; letter-spacing: .07em; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ivory); background: var(--charcoal); }
.button-primary:hover { background: var(--gold); }
.button-secondary { color: var(--charcoal); border-color: rgba(28,27,25,.35); }
.button-secondary:hover { color: var(--ivory); background: var(--charcoal); border-color: var(--charcoal); }
.hero-art { position: relative; width: 100%; max-width: 410px; aspect-ratio: .78; justify-self: end; padding: 32px; color: var(--charcoal); background: var(--paper); border: 1px solid var(--line); transform: rotate(1.4deg); box-shadow: 20px 24px 0 rgba(28,27,25,.06); }
.edition-label { display: flex; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--charcoal); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.hero-art-lines { position: absolute; top: 92px; right: 32px; left: 32px; display: flex; align-items: flex-end; gap: 9px; height: 110px; }
.hero-art-lines span { flex: 1; background: var(--gold); }
.hero-art-lines span:nth-child(1) { height: 28%; }.hero-art-lines span:nth-child(2) { height: 53%; }.hero-art-lines span:nth-child(3) { height: 42%; }.hero-art-lines span:nth-child(4) { height: 78%; }.hero-art-lines span:nth-child(5) { height: 100%; }
.hero-art > p { position: absolute; bottom: 73px; left: 30px; margin: 0; font-family: var(--serif); font-size: clamp(35px, 4vw, 55px); letter-spacing: -.03em; line-height: .98; }
.hero-art-footer { position: absolute; right: 30px; bottom: 25px; left: 30px; display: flex; justify-content: space-between; padding-top: 11px; border-top: 1px solid var(--line); color: var(--gray); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-footnote { height: 92px; display: flex; align-items: center; justify-content: space-between; margin-top: 37px; border-top: 1px solid var(--line); color: var(--gray); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 55px; }
.section-heading h2, .methodology h2 { max-width: 750px; margin: 0; font-size: clamp(42px, 4.6vw, 64px); letter-spacing: -.03em; line-height: 1.05; }

.manifesto { color: var(--ivory); background: var(--charcoal); }
.manifesto-inner { position: relative; padding-top: 22px; text-align: center; }
.manifesto-rule { display: block; width: 35px; height: 1px; margin: 0 auto 55px; background: var(--gold); }
.manifesto p { margin: 0; font-family: var(--serif); font-size: clamp(42px, 6vw, 79px); letter-spacing: -.03em; line-height: 1.12; }
.manifesto .gold-line { color: var(--gold-light); font-style: italic; }
.manifesto small { display: block; margin-top: 37px; color: #9f9a91; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.publish { background: var(--paper); }
.publish-intro { max-width: 640px; margin: -20px 0 44px; color: var(--gray); font-size: 16px; }
.publish-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.publish-list li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.publish-list li > span { padding-top: 7px; color: var(--gold-text); font-size: 10px; font-weight: 750; letter-spacing: .1em; }
.publish-list h3 { margin: 0 0 9px; font-size: 28px; letter-spacing: -.02em; }
.publish-list p { max-width: 620px; margin: 0; color: var(--gray); font-size: 15px; line-height: 1.65; }

.methodology { background: var(--ivory); }
.methodology-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 11vw; align-items: start; }
.methodology-intro > p:not(.eyebrow) { max-width: 470px; margin: 26px 0; color: var(--gray); font-size: 16px; }
.methodology-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.methodology-list li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.methodology-list li > span { padding-top: 7px; color: var(--gold-text); font-size: 10px; font-weight: 750; letter-spacing: .1em; }
.methodology-list h3 { margin: 0 0 7px; font-size: 25px; }
.methodology-list p { margin: 0; color: var(--gray); font-size: 13px; }

.principles { background: var(--paper); }
.principles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principles-grid div { display: flex; gap: 14px; align-items: flex-start; padding: 30px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles-grid i { width: 5px; height: 5px; flex: 0 0 auto; margin-top: 8px; background: var(--gold); border-radius: 50%; }
.principles-grid p { margin: 0; color: var(--gray); font-size: 15px; line-height: 1.6; }

.about { background: var(--ivory); }
.about-inner .section-heading { margin-bottom: 34px; }
.about-copy { max-width: 700px; }
.about-copy p { color: var(--gray); font-size: 17px; line-height: 1.75; margin-bottom: 18px; }
.about-copy p:last-child { margin-bottom: 0; }

.disclaimer-note { padding: 60px 0; background: var(--paper); border-top: 1px solid var(--line); }
.disclaimer-note-inner { max-width: 760px; }
.disclaimer-note-inner p { margin: 0 0 12px; color: var(--gray); font-size: 13px; line-height: 1.7; }
.disclaimer-note-inner p:last-child { margin-bottom: 0; }
.disclaimer-links a { color: var(--charcoal); border-bottom: 1px solid var(--gold); }
.disclaimer-links a:hover { color: var(--gold-text); }

.site-footer { padding: 56px 0 25px; border-top: 1px solid rgba(240,239,233,.08); color: #b8b2a8; background: var(--charcoal-deep); }
.footer-main { display: grid; grid-template-columns: 2fr 1fr; gap: 70px; padding-bottom: 44px; }
.footer-wordmark { margin-bottom: 18px; color: var(--ivory); }
.footer-main > div:first-child p { max-width: 280px; color: #89847b; font-size: 12px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; font-size: 12px; }
.footer-links p { margin-bottom: 8px; color: var(--gold-light); font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a:hover { color: var(--ivory); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid #403e3a; color: #89847b; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

:focus-visible { outline: 2px solid var(--gold-text); outline-offset: 4px; }
/* .reveal is visible by default (no JavaScript, or init.js failed to run). Only when the
   root element has the .js class (added by init.js) does content start hidden, to be
   revealed by script.js's scroll/IntersectionObserver logic or its own no-JS-support fallback. */
.reveal { transition: opacity .65s ease, transform .65s ease; }
.js .reveal { opacity: 0; transform: translateY(16px); }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal, .js .reveal { opacity: 1; transform: none; }
}

@media (max-width: 920px) {
  :root { --shell: min(100% - 40px, 720px); }
  .section { padding: 88px 0; }
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .js .menu-button { display: grid; gap: 6px; width: 38px; height: 38px; padding: 10px 7px; border: 0; background: transparent; }
  .menu-button span:not(.sr-only) { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: -1; top: 79px; right: 0; left: 0; height: calc(100vh - 79px); padding: 40px 24px; color: var(--charcoal); background: var(--ivory); }
  .mobile-nav:not([hidden]) { display: flex; flex-direction: column; }
  .mobile-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 31px; }
  .hero { min-height: auto; padding-top: 135px; }
  .hero-grid { grid-template-columns: 1fr; gap: 70px; }
  .hero-art { max-width: 380px; justify-self: center; }
  .hero-footnote { margin-top: 70px; }
  .publish-intro { margin-top: 0; }
  .methodology-grid { grid-template-columns: 1fr; gap: 65px; }
  .principles-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 32px); }
  .section { padding: 72px 0; }
  .header-inner { height: 70px; }
  .wordmark { font-size: 23px; }
  .mobile-nav { top: 69px; height: calc(100vh - 69px); }
  .hero { padding-top: 120px; }
  .hero-grid { gap: 55px; }
  h1 { font-size: clamp(47px, 15vw, 65px); }
  .hero-description { font-size: 15px; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .hero-art { max-width: 325px; }
  .hero-footnote { height: 78px; margin-top: 58px; }
  .hero-footnote span:first-child { display: none; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 38px; }
  .section-heading h2, .methodology h2 { font-size: 42px; }
  .publish-list li { grid-template-columns: 37px 1fr; }
  .manifesto p { font-size: 43px; }
  .methodology-list li { grid-template-columns: 37px 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 8px; }
}

/* ---- Legal document pages (Privacy, Terms of Use, Disclaimer) ---- */
.legal-hero { padding: 152px 0 48px; background: var(--ivory); }
.legal-hero .eyebrow { color: var(--gold-text); }
.legal-hero h1 { max-width: 720px; font-size: clamp(38px, 4.6vw, 56px); }
.legal-meta { display: flex; flex-wrap: wrap; gap: 4px 18px; margin-top: 18px; color: var(--gray); font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.legal-body { padding: 64px 0 100px; background: var(--paper); }
.legal-layout { display: grid; grid-template-columns: 220px 1fr; gap: 64px; align-items: start; }
.legal-toc { position: sticky; top: 110px; padding: 0; margin: 0; list-style: none; border-left: 1px solid var(--line); }
.legal-toc a { display: block; padding: 7px 0 7px 16px; color: var(--gray); font-size: 12.5px; line-height: 1.4; border-left: 2px solid transparent; margin-left: -1px; }
.legal-toc a:hover { color: var(--charcoal); border-left-color: var(--gold); }

.legal-content { max-width: 680px; }
.legal-content h2 { font-size: 24px; margin: 46px 0 14px; letter-spacing: -.01em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--gold-text); margin: 26px 0 10px; }
.legal-content p { color: var(--gray); font-size: 15px; line-height: 1.75; margin: 0 0 16px; }
.legal-content ul, .legal-content ol { color: var(--gray); font-size: 15px; line-height: 1.75; margin: 0 0 16px; padding-left: 22px; }
.legal-content li { margin-bottom: 6px; }
.legal-content a { color: var(--charcoal); border-bottom: 1px solid var(--gold); }
.legal-content a:hover { color: var(--gold-text); }
.legal-callout { margin: 20px 0; padding: 18px 20px; border: 1px solid var(--line); background: var(--ivory); font-size: 13.5px; line-height: 1.65; color: var(--gray); }
.legal-callout strong { color: var(--charcoal); }

@media (max-width: 920px) {
  .legal-hero { padding: 128px 0 36px; }
  .legal-body { padding: 44px 0 72px; }
  .legal-layout { grid-template-columns: 1fr; gap: 32px; }
  .legal-toc { position: static; display: flex; flex-wrap: wrap; gap: 4px 18px; border-left: 0; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
  .legal-toc a { padding: 4px 0; border-left: 0; }
}

/* ---- 404 page ---- */
.notfound-hero { padding-bottom: 96px; }
.notfound-text { max-width: 520px; margin-top: 18px; color: var(--gray); font-size: 16px; line-height: 1.7; }
.notfound-text a { color: var(--charcoal); border-bottom: 1px solid var(--gold); }

@media print {
  .site-header, .mobile-nav, .site-footer, .legal-toc, .skip-link { display: none !important; }
  body { background: #fff; color: #000; }
  .legal-hero, .legal-body { padding: 0; background: #fff; }
  .legal-content, .legal-layout { max-width: 100%; grid-template-columns: 1fr; }
  .legal-content a { color: #000; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 10px; }
}
