
/* Framework 03: Editorial Prestige
   Research roots: MDIF mission/institutional editorial, Aperture human credibility, luxury publishing rhythm.
   Best for: cultural authority, founder trust, media as taste + judgment rather than only asset class. */
:root{
  --font-display:'Newsreader', Georgia, serif;
  --font-body:Inter, system-ui, sans-serif;
  --font-label:Inter, system-ui, sans-serif;
  --color-bg:#f2eee6;
  --color-surface:#fbf7ef;
  --color-surface-2:#e7dfd2;
  --color-text:#1e1a16;
  --color-muted:#6f6558;
  --color-subtle:#9a8f81;
  --color-border:rgba(30,26,22,.16);
  --color-accent:#8b3f24;
  --color-accent-2:#c79b63;
  --color-on-accent:#fff8ed;
  --hero-gradient:radial-gradient(circle at 80% 12%, rgba(139,63,36,.16), transparent 24rem), linear-gradient(180deg,#fbf7ef 0%,#f2eee6 75%);
  --image-filter:saturate(.86) contrast(.98) sepia(.08);
  --radius-xs:2px; --radius-sm:3px; --radius-md:6px; --radius-lg:18px; --button-radius:999px;
  --shadow-soft:rgba(48,36,24,.08) 0 20px 50px -28px;
  --shadow-strong:rgba(48,36,24,.18) 0 32px 70px -34px;
  --hero-size:clamp(4.4rem,11vw,9.8rem); --h2-size:clamp(2.8rem,6vw,6rem);
  --tracking-display:-.06em; --tracking-label:.18em; --section-y:100px;
  --card-border:1px solid rgba(30,26,22,.14);
  --nav-bg:rgba(251,247,239,.78);
}
.hero h1,.section h2{font-weight:500}.card,.panel,.research-card{background:linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,.14)),var(--color-surface)}.brand-mark{font-family:var(--font-display);font-size:15px;letter-spacing:-.04em}
