/* ══════════════════════════════════════════════════════════════
   RAFFINÉ Journal — Shared Stylesheet
   journal-css.css

   Covers: journal-index.html, all article pages, concept paper
   Fonts:  Playfair Display · IBM Plex Mono · Inter
   ══════════════════════════════════════════════════════════════ */


/* ── TOKENS ──────────────────────────────────────────────────── */
:root {
  --ink:      #141210;
  --ink-2:    #2A2420;
  --ink-3:    #46403C;
  --cream:    #F7F3ED;
  --warm:     #EDE6DA;
  --gold:     #9B7B2A;
  --gold-2:   #C4A24A;
  --gold-3:   #E8C87A;
  --gold-pale: rgba(155,123,42,0.10);
  --rule:     #D4C8B4;
  --muted:    #7A7068;
  --sage:     #5A7A62;
}


/* ── RESET ───────────────────────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html  { scroll-behavior: smooth; }
body  { font-family: 'Playfair Display', serif; background: var(--cream); color: var(--ink); -webkit-font-smoothing: antialiased; min-height: 100vh; }
a     { color: inherit; text-decoration: none; }


/* ── LANGUAGE SYSTEM ─────────────────────────────────────────── */
/* Articles (EN/DE toggle) */
.ls { display: none; }
.ls.active { display: block; }

/* Concept paper */
.lang-section { display: none; }
.lang-section.active { display: block; }


/* ══════════════════════════════════════════════════════════════
   SHARED — TOP / LANG BAR
   ══════════════════════════════════════════════════════════════ */

/* Landing page top bar */
.top-bar {
  background: var(--ink);
  padding: 12px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tb-back {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  letter-spacing: .2em;
  color: rgba(247,243,237,.35);
  text-transform: uppercase;
  transition: color .2s;
}
.tb-back:hover { color: var(--gold-2); }
.tb-brand {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  letter-spacing: .25em;
  color: var(--gold-2);
  text-transform: uppercase;
}

/* Article lang bar */
.lang-bar {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--ink);
  padding: 10px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lb-brand {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  letter-spacing: .28em;
  color: var(--gold-2);
  text-transform: uppercase;
}
.lb-btns { display: flex; gap: 4px; }
.lb-btn, .lb {
  background: none;
  border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.45);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  letter-spacing: .12em;
  padding: 5px 12px;
  border-radius: 2px;
  cursor: pointer;
  transition: all .2s;
  text-transform: uppercase;
}
.lb-btn.active, .lb-btn:hover,
.lb.active, .lb:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

/* Concept paper lang bar (wider padding, different brand class) */
.lang-bar .lang-brand {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: .22em;
  color: var(--gold-2);
  text-transform: uppercase;
}
.lang-btns { display: flex; gap: 4px; }


/* ══════════════════════════════════════════════════════════════
   LANDING PAGE
   ══════════════════════════════════════════════════════════════ */

/* Masthead */
.masthead {
  background: var(--ink);
  padding: 80px 56px 72px;
  position: relative;
  overflow: hidden;
}
.mh-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 80% at 0% 100%, rgba(155,123,42,.06) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 100% 0%, rgba(155,123,42,.04) 0%, transparent 60%);
  pointer-events: none;
}
.mh-inner   { max-width: 900px; position: relative; }
.mh-wordmark {
  font-family: 'Playfair Display', serif;
  font-size: clamp(48px, 9vw, 96px);
  font-weight: 900;
  font-style: italic;
  letter-spacing: -.01em;
  line-height: 1;
  color: #F7F3ED;
  margin-bottom: 4px;
}
.mh-wordmark span { color: var(--gold-2); }
.mh-tagline {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(15px, 2vw, 19px);
  color: rgba(247,243,237,.42);
  letter-spacing: .04em;
  margin-bottom: 48px;
}
.mh-rule   { width: 48px; height: 1px; background: var(--gold); margin-bottom: 36px; }
.mh-about  {
  max-width: 640px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.8;
  color: rgba(247,243,237,.55);
}
.mh-about strong { font-style: normal; color: rgba(247,243,237,.8); font-weight: 400; }

/* Sections */
.sw { padding: 72px 56px; }
.sw.warm { background: var(--warm); }
.sw.dark { background: var(--ink); }
.sh { margin-bottom: 48px; }
.sh-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.sh-eyebrow.lt { color: rgba(247,243,237,.4); }
.sh-title { font-family: 'Playfair Display', serif; font-size: clamp(22px, 3.5vw, 34px); font-weight: 700; color: var(--ink); line-height: 1.1; }
.sh-title.lt { color: #F7F3ED; }
.sh-rule { width: 40px; height: 1px; background: var(--gold); margin-top: 14px; }

/* Article cards */
.articles-grid { display: flex; flex-direction: column; gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.article-card  { background: var(--cream); padding: 40px 48px; display: flex; align-items: flex-start; gap: 48px; text-decoration: none; color: inherit; transition: background .2s; }
.article-card:hover { background: var(--warm); }
.ac-left  { flex: 1; min-width: 0; }
.ac-right { flex-shrink: 0; text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: 16px; padding-top: 4px; }

/* Pillar badges — shared across landing + articles */
.ac-pillar { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; padding: 4px 10px; border-radius: 2px; display: inline-block; margin-bottom: 16px; }
.p-editorial { background: rgba(155,123,42,.12); color: var(--gold); }
.p-lab       { background: rgba(90,122,98,.10);  color: #4A7A5A; }
.p-kitchen   { background: rgba(138,74,48,.10);  color: #8A4A30; }
.p-field     { background: rgba(74,120,155,.10); color: #4A789B; }
.p-voices    { background: rgba(155,142,42,.10); color: #9B8E2A; }
.p-atlas     { background: rgba(160,90,40,.10);  color: #A05A28; }
.p-platform  { background: rgba(80,80,80,.08);   color: #666; }

.ac-title { font-family: 'Playfair Display', serif; font-size: clamp(20px, 2.8vw, 28px); font-weight: 700; line-height: 1.1; color: var(--ink); margin-bottom: 14px; }
.ac-deck  { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(14px, 1.6vw, 16px); line-height: 1.7; color: var(--ink-3); max-width: 56ch; }
.ac-date  { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.ac-lang  { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .1em; color: var(--muted); }
.ac-read  { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); opacity: 0; transition: opacity .2s; }
.article-card:hover .ac-read { opacity: 1; }

/* Pillars grid */
.pillars-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.06); }
.pillar-card  { background: var(--ink); padding: 28px 24px; transition: background .25s; }
.pillar-card:hover { background: rgba(255,255,255,.025); }
.pc-badge { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 12px; display: inline-block; padding: 3px 9px; border-radius: 2px; }
.pc-title { font-size: 16px; font-weight: 700; color: #F7F3ED; margin-bottom: 8px; line-height: 1.2; }
.pc-desc  { font-size: 13px; font-style: italic; line-height: 1.65; color: rgba(247,243,237,.38); }

/* Coming cards */
.coming-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.coming-card { background: var(--warm); padding: 32px 28px; display: flex; flex-direction: column; gap: 10px; transition: background .2s; }
.coming-card:hover { background: #E4D9C9; }
.cc-title  { font-size: clamp(17px, 2.2vw, 21px); font-weight: 700; line-height: 1.15; color: var(--ink); }
.cc-deck   { font-style: italic; font-size: 14px; line-height: 1.7; color: var(--ink-3); flex: 1; }
.cc-status { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); padding-top: 12px; border-top: 1px solid var(--rule); }

/* Closing triptych */
.closing {
  background: var(--ink);
  padding: 100px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.closing::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(155,123,42,.06) 0%, transparent 70%);
  pointer-events: none;
}
.closing-inner    { max-width: 680px; margin: 0 auto; position: relative; }
.closing-mark     { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--gold); margin-bottom: 40px; display: block; }
.closing-triptych { font-family: 'Playfair Display', serif; font-size: clamp(22px, 4vw, 38px); font-weight: 700; line-height: 1.3; color: #F7F3ED; margin-bottom: 48px; }
.closing-triptych em { font-style: italic; color: var(--gold-2); }
.closing-rule     { width: 48px; height: 1px; background: var(--gold); margin: 0 auto 40px; }
.closing-mission  { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: rgba(247,243,237,.35); line-height: 2; }


/* ══════════════════════════════════════════════════════════════
   ARTICLE PAGES (editorial, lab, voices, atlas, etc.)
   ══════════════════════════════════════════════════════════════ */

/* Article header */
.article-header {
  background: var(--ink);
  padding: 80px 56px 56px;
  position: relative;
  overflow: hidden;
}
.article-header::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 0% 100%, rgba(155,123,42,.07) 0%, transparent 60%);
  pointer-events: none;
}
.ah-inner { max-width: 760px; position: relative; }
.ah-back  {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  letter-spacing: .2em;
  color: rgba(247,243,237,.3);
  text-transform: uppercase;
  margin-bottom: 28px;
  display: inline-block;
  transition: color .2s;
}
.ah-back:hover { color: var(--gold-2); }
.ah-meta   { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; flex-wrap: wrap; }
.ah-pillar { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; padding: 4px 10px; border-radius: 2px; background: rgba(155,123,42,.18); color: var(--gold-2); }
.ah-issue  { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .15em; color: rgba(247,243,237,.3); text-transform: uppercase; }
.ah-piece  { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .15em; color: rgba(247,243,237,.2); text-transform: uppercase; }
.ah-title  { font-family: 'Playfair Display', serif; font-weight: 700; font-size: clamp(32px, 6vw, 62px); color: #F7F3ED; line-height: 1.05; margin-bottom: 24px; }
.ah-deck   { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(16px, 2vw, 20px); color: rgba(247,243,237,.55); line-height: 1.6; max-width: 600px; }
.ah-rule   { width: 48px; height: 1px; background: var(--gold); margin: 32px 0; }

/* Article body */
.article-body { max-width: 720px; margin: 0 auto; padding: 80px 56px; }

.body-text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(17px, 2vw, 19px);
  line-height: 1.9;
  color: var(--ink-2);
  margin-bottom: 28px;
}
.body-text:first-of-type::first-letter {
  font-family: 'Playfair Display', serif;
  font-size: 4.2em;
  font-weight: 900;
  float: left;
  line-height: .75;
  margin-right: .08em;
  padding-top: .04em;
  color: var(--gold);
}

.pull-quote {
  border-left: 3px solid var(--gold);
  padding: 24px 32px;
  background: var(--warm);
  margin: 48px 0;
  font-style: italic;
  font-size: clamp(17px, 2.2vw, 22px);
  line-height: 1.65;
  color: var(--ink-3);
}

.section-break { display: flex; align-items: center; gap: 16px; margin: 56px 0; }
.sb-mark  { font-family: 'Playfair Display', serif; font-size: 14px; color: var(--gold); }
.sb-rule  { flex: 1; height: 1px; background: var(--rule); }
.sb-label { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .22em; color: var(--muted); text-transform: uppercase; white-space: nowrap; }

.dateline { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: .15em; color: var(--muted); text-transform: uppercase; margin-bottom: 24px; display: block; }

/* Compound table (From the Lab articles) */
.compound-list { margin: 32px 0; display: flex; flex-direction: column; gap: 0; border: 1px solid var(--rule); }
.cl-item  { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 20px 24px; border-bottom: 1px solid var(--rule); }
.cl-item:last-child { border-bottom: none; }
.cl-name  { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--sage); }
.cl-desc  { font-size: 14px; line-height: 1.7; color: var(--ink-3); font-style: italic; }

/* Mission close */
.mission-close { background: var(--ink); margin: 80px -56px -80px; padding: 56px; text-align: center; }
.mc-label { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .28em; color: var(--gold); text-transform: uppercase; margin-bottom: 20px; }
.mc-text  { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(14px, 1.8vw, 18px); color: rgba(247,243,237,.6); line-height: 1.8; max-width: 560px; margin: 0 auto; }
.mc-footer {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: .14em;
  color: rgba(247,243,237,.5);
  text-transform: uppercase;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.06);
}


/* ══════════════════════════════════════════════════════════════
   CONCEPT PAPER
   ══════════════════════════════════════════════════════════════ */

/* Cover */
.cover {
  background: var(--ink);
  padding: 96px 64px 80px;
  position: relative;
  overflow: hidden;
}
.cover::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 80% 30%, rgba(155,123,42,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.cover-eyebrow { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: .25em; color: var(--gold); text-transform: uppercase; margin-bottom: 20px; }
.cover-title   { font-family: 'Playfair Display', serif; font-size: clamp(48px, 7vw, 80px); font-weight: 700; line-height: 1; color: #F7F3ED; margin-bottom: 16px; }
.cover-title em { font-style: italic; color: var(--gold-2); }
.cover-sub     { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(16px, 2.2vw, 22px); color: rgba(247,243,237,0.55); margin-bottom: 64px; max-width: 600px; line-height: 1.5; }
.cover-meta    { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 32px; max-width: 700px; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 40px; }
.cmi-label     { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .18em; color: rgba(155,123,42,0.8); text-transform: uppercase; margin-bottom: 6px; }
.cmi-value     { font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(247,243,237,0.7); font-weight: 400; line-height: 1.5; }

/* TOC */
.toc-wrap  { background: var(--warm); border-bottom: 1px solid var(--rule); padding: 48px 64px; }
.toc-label { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .22em; color: var(--gold); text-transform: uppercase; margin-bottom: 24px; }
.toc-list  { list-style: none; display: flex; flex-direction: column; gap: 0; }
.toc-item  { display: flex; align-items: baseline; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--rule); }
.toc-item:last-child { border-bottom: none; }
.toc-name  { font-size: 16px; color: var(--ink-2); flex: 1; }

/* Paper body */
.paper-body { max-width: 800px; margin: 0 auto; padding: 80px 64px 120px; }

.section        { margin-bottom: 72px; }
.section-header { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 36px; }
.section-title-block { }
.section-title  { font-family: 'Playfair Display', serif; font-size: clamp(22px, 3vw, 30px); font-weight: 700; color: var(--ink); line-height: 1.1; margin-bottom: 4px; }
.section-rule   { width: 40px; height: 2px; background: var(--gold); margin-top: 10px; }

.paper-body p { font-size: clamp(15px, 1.7vw, 17px); line-height: 1.9; color: var(--ink-2); margin-bottom: 26px; }
.paper-body p:last-child { margin-bottom: 0; }

.lede { font-size: clamp(17px, 2.2vw, 20px); line-height: 1.75; color: var(--ink); font-style: italic; margin-bottom: 36px; }

.pullquote   { background: var(--warm); border-left: 3px solid var(--gold); padding: 24px 28px; margin: 40px 0; }
.pullquote p { font-size: clamp(17px, 2.2vw, 20px); font-style: italic; color: var(--ink); line-height: 1.55; margin: 0; }

.key-point { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; }
.kp-mark   { font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: var(--gold); padding-top: 5px; flex-shrink: 0; }
.kp-text   { font-size: clamp(14px, 1.6vw, 16px); line-height: 1.7; color: var(--ink-3); }

.principles-block { background: var(--warm); border: 1px solid var(--rule); border-radius: 2px; padding: 36px 40px; margin: 40px 0; }
.pb-title         { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: .18em; color: var(--gold); text-transform: uppercase; margin-bottom: 24px; }
.principle        { display: flex; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--rule); }
.principle:last-child { border-bottom: none; padding-bottom: 0; }
.principle-body { }
.principle-title  { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.principle-text   { font-size: 13px; line-height: 1.65; color: var(--ink-3); }

/* Concept paper closing */
.closing-title    { font-family: 'Playfair Display', serif; font-size: clamp(22px, 4vw, 36px); font-weight: 700; color: #F7F3ED; margin-bottom: 20px; line-height: 1.2; }
.closing-title em { font-style: italic; color: var(--gold-2); }
.closing-text     { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(15px, 2vw, 18px); color: rgba(247,243,237,0.55); max-width: 560px; margin: 0 auto 48px; line-height: 1.7; }
.closing-colophon { font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: rgba(155,123,42,0.7); letter-spacing: .08em; line-height: 2; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 32px; }


/* ══════════════════════════════════════════════════════════════
   SHARED FOOTER
   ══════════════════════════════════════════════════════════════ */

.site-footer {
  background: var(--ink);
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 32px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.sf-brand    { font-family: 'Playfair Display', serif; font-size: 14px; font-weight: 700; color: #F7F3ED; }
.sf-brand em { font-style: italic; color: var(--gold-2); }
.sf-links    { display: flex; gap: 24px; flex-wrap: wrap; }
.sf-link     { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; color: rgba(247,243,237,.28); transition: color .2s; }
.sf-link:hover { color: var(--gold-2); }
.sf-mission  {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: .1em;
  color: rgba(247,243,237,.4);
  text-transform: uppercase;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.06);
  text-align: center;
}
.sf-credit   { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; color: rgba(247,243,237,.3); width: 100%; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.05); text-align: center; }
.sf-credit a { color: rgba(196,162,74,.6); transition: color .2s; }
.sf-credit a:hover { color: var(--gold-2); }


/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {

  /* Bars */
  .top-bar, .lang-bar { padding: 10px 20px; }

  /* Landing */
  .masthead { padding: 56px 20px; }
  .sw       { padding: 48px 20px; }
  .article-card { flex-direction: column; gap: 20px; padding: 28px 20px; }
  .ac-right { flex-direction: row; align-items: center; text-align: left; }
  .ac-read  { opacity: 1; }
  .pillars-grid { grid-template-columns: 1fr; }
  .coming-grid  { grid-template-columns: 1fr; }
  .closing  { padding: 72px 20px; }

  /* Articles */
  .article-header { padding: 56px 20px 40px; }
  .article-body   { padding: 56px 20px; }
  .mission-close  { margin: 56px -20px -56px; padding: 40px 20px; }
  .cl-item        { grid-template-columns: 1fr; }

  /* Concept paper */
  .cover, .toc-wrap { padding-left: 20px; padding-right: 20px; }
  .cover    { padding-top: 56px; padding-bottom: 56px; }
  .paper-body { padding: 48px 20px 80px; }
  .principles-block { padding: 24px 20px; }

  /* Footer */
  .site-footer { padding: 24px 20px; }
  .sf-links    { flex-direction: column; gap: 10px; }
}

@media (max-width: 480px) {
  .mh-wordmark { font-size: clamp(40px, 12vw, 72px); }
  .pull-quote  { padding: 20px; }
  .section-break { margin: 40px 0; }
}
