/* =========================================================================
   Arméniens de Lausanne — Revue communautaire
   Aesthetic : éditorial / revue culturelle. Typographie Suisse + ornement
   arménien. Fond parchemin, ancres profondes (grenade, abricot, cobalt).
   Site statique, sans build.
   ========================================================================= */

/* ---- 1. Tokens ---------------------------------------------------------- */
:root {
  /* parchemin & encre */
  --parchment:        #F1E9D6;
  --parchment-2:      #E8DECA;
  --ivory:            #FBF6EA;
  --ink:              #1A1410;
  --ink-soft:         #4A3F35;
  --ink-mute:         #786A5C;

  /* ancres : drapeau revisité */
  --pomegranate:      #8B1A1A;
  --pomegranate-2:    #6B0F0F;
  --pomegranate-ink:  #3E0B0B;
  --apricot:          #C68E3F;
  --apricot-soft:     #E0B775;
  --cobalt:           #1B3A7A;
  --cobalt-soft:      #4664A8;

  /* surface sombre (section-alt + cuisine) */
  --night:            #1B1610;
  --night-2:          #25201A;
  --night-text:       #ECE2CB;
  --night-text-soft:  #B7A98E;

  /* lignes */
  --rule:             #C9BC9C;
  --rule-soft:        #D9CFB3;
  --rule-strong:      #9F8F6F;
  --rule-dark:        #4A3F2E;

  /* layout */
  --maxw:             1280px;
  --pad-x:            clamp(1.25rem, 4.5vw, 4rem);
  --gap:              clamp(1.25rem, 2.4vw, 2.5rem);
  --hr-h:             1px;

  /* type */
  --f-display: "Fraunces", "Noto Serif Armenian", "Iowan Old Style", Georgia, serif;
  --f-body:    "Spectral", "Noto Serif Armenian", Georgia, "Times New Roman", serif;
  --f-hy:      "Noto Serif Armenian", "Fraunces", Georgia, serif;

  /* fluid sizes */
  --fs-hero:    clamp(2.8rem, 8vw, 7.5rem);
  --fs-h2:      clamp(2.4rem, 5.4vw, 4.6rem);
  --fs-h3:      clamp(1.55rem, 2.6vw, 2.25rem);
  --fs-lead:    clamp(1.08rem, 1.3vw, 1.25rem);
  --fs-body:    1.0625rem;       /* 17px */
  --fs-small:   .9rem;
  --fs-tiny:    .74rem;

  /* motion */
  --ease:       cubic-bezier(.22, .61, .36, 1);
  --dur:        .55s;
}

/* ---- 2. Reset & base ---------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  /* SVG paper-grain overlay on root for whole-page texture */
  background: var(--parchment);
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  font-family: var(--f-body);
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.62;
  color: var(--ink);
  background: var(--parchment);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Subtle parchment grain — SVG noise as data URI */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: .35;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.10  0 0 0 0 0.08  0 0 0 0 0.06  0 0 0 0.10 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 220px 220px;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--pomegranate); text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px dashed var(--pomegranate);
  outline-offset: 3px;
}

::selection { background: var(--pomegranate); color: var(--ivory); }

.skip-link {
  position: absolute; left: -1000px; top: -1000px;
  background: var(--ink); color: var(--ivory); padding: .6rem 1rem;
  font-family: var(--f-body); font-size: .85rem; letter-spacing: .12em; text-transform: uppercase;
  z-index: 1000;
}
.skip-link:focus { left: 1rem; top: 1rem; }

/* ---- 3. Typography ------------------------------------------------------ */
h1, h2, h3, h4 {
  font-family: var(--f-display);
  color: var(--ink);
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "opsz" 96, "SOFT" 50, "wght" 400;
  line-height: 1.02;
  letter-spacing: -.012em;
}
h1 em, h2 em, h3 em {
  font-style: italic;
  font-variation-settings: "opsz" 96, "SOFT" 100, "wght" 400;
  color: var(--pomegranate);
}
h3 {
  font-size: var(--fs-h3);
  font-variation-settings: "opsz" 48, "SOFT" 50, "wght" 500;
  line-height: 1.12;
  letter-spacing: -.008em;
}

p { margin: 0 0 1em; }

em { font-style: italic; }

.eyebrow,
.kicker,
.fn-label,
.ci-kicker,
.form-kicker,
.fc-label,
.event-kicker,
.dish-n,
.cb-mark {
  font-family: var(--f-body);
  font-size: var(--fs-tiny);
  font-weight: 500;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--pomegranate);
  margin: 0 0 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
.eyebrow::before,
.fn-label::before {
  content: "";
  width: 1.6rem; height: 1px;
  background: currentColor;
  display: inline-block;
}

.kicker[lang="hy"] {
  font-family: var(--f-hy);
  font-weight: 500;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  letter-spacing: .05em;
  text-transform: none;
  color: var(--apricot);
}
.kicker[lang="hy"]::before { display: none; }

/* ---- 4. Container ------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad-x);
  position: relative;
}

/* =========================================================================
   5. MASTHEAD / HEADER
   ========================================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--parchment);
  border-bottom: 1px solid var(--rule);
  transition: padding .3s var(--ease), box-shadow .3s var(--ease);
}

/* Utility bar — language switcher above the masthead */
.utility-bar {
  background: var(--ivory);
  border-bottom: 1px solid var(--rule);
  transition: max-height .3s var(--ease), opacity .25s var(--ease), padding .3s var(--ease);
  overflow: hidden;
}
.utility-inner {
  max-width: var(--maxw);
  margin-inline: auto;
  padding: .35rem var(--pad-x);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-family: var(--f-body);
  font-size: var(--fs-tiny);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.lang-switcher button {
  appearance: none;
  background: transparent;
  border: 0;
  padding: .25rem .4rem;
  margin: 0;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: var(--ink-mute);
  cursor: pointer;
  transition: color .2s var(--ease);
  position: relative;
}
.lang-switcher button:hover,
.lang-switcher button:focus-visible {
  color: var(--ink);
  outline: none;
}
.lang-switcher button.is-active {
  color: var(--pomegranate);
}
.lang-switcher button.is-active::after {
  content: "";
  position: absolute;
  left: .4rem; right: .4rem;
  bottom: .05rem;
  height: 1.5px;
  background: var(--pomegranate);
}
.lang-switcher .lang-sep {
  color: var(--apricot);
  user-select: none;
}
/* When the header collapses on scroll, hide the utility bar to keep the
   sticky chrome compact. */
.site-header.is-scrolled .utility-bar {
  max-height: 0;
  padding: 0;
  opacity: 0;
  border-bottom-color: transparent;
}

.masthead {
  max-width: var(--maxw);
  margin-inline: auto;
  padding: 1.3rem var(--pad-x) .85rem;
  transition: padding .3s var(--ease), max-height .35s var(--ease), opacity .25s var(--ease);
  overflow: hidden;
}

.masthead-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.masthead-row + .masthead-row { margin-top: .55rem; }

.masthead-top { align-items: end; }

.masthead-meta {
  margin: 0;
  font-family: var(--f-body);
  font-size: var(--fs-tiny);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-mute);
  flex: 1 1 0;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.masthead-meta.meta-right { justify-content: flex-end; text-align: right; }
.masthead-meta .dot { color: var(--apricot); }

.masthead-wordmark {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: clamp(.6rem, 1.4vw, 1.4rem);
  color: var(--ink);
  font-family: var(--f-display);
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 400;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  line-height: 1;
  letter-spacing: -.01em;
  transition: color .25s var(--ease);
}
.masthead-wordmark:hover { color: var(--pomegranate); }
.masthead-wordmark .wm-word { font-style: italic; }
.masthead-wordmark .wm-orn { color: var(--pomegranate); display: inline-grid; place-items: center; }
.masthead-wordmark .wm-orn svg { display: block; }

.masthead-rule {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--rule-strong) 15%, var(--rule-strong) 85%, transparent);
  margin: .65rem 0 .55rem;
}

.masthead-bottom {
  justify-content: space-between;
  gap: 1.25rem;
}
.tagline {
  margin: 0;
  font-family: var(--f-hy);
  color: var(--apricot);
  font-size: 1rem;
  letter-spacing: .04em;
}
.tagline-fr {
  margin: 0;
  font-size: var(--fs-tiny);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.tagline-fr em { color: var(--ink-soft); font-style: italic; letter-spacing: .06em; text-transform: none; font-size: .9rem; }

/* PRIMARY NAV */
.primary-nav {
  border-top: 1px solid var(--rule);
  background: var(--ivory);
}
.primary-nav > ul {
  max-width: var(--maxw);
  margin-inline: auto;
  padding: .6rem var(--pad-x);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  list-style: none;
}
.primary-nav li { display: flex; }
.primary-nav a {
  display: inline-flex;
  align-items: baseline;
  gap: .55rem;
  padding: .65rem 1.1rem;
  font-family: var(--f-body);
  font-size: var(--fs-small);
  color: var(--ink-soft);
  letter-spacing: .04em;
  position: relative;
  transition: color .2s var(--ease);
}
.primary-nav a .n {
  font-family: var(--f-display);
  font-style: italic;
  font-variation-settings: "opsz" 48, "SOFT" 100, "wght" 400;
  color: var(--apricot);
  font-size: .8rem;
  letter-spacing: 0;
  min-width: 1.2em;
  text-align: right;
}
.primary-nav a .t { display: inline-block; }
.primary-nav a:hover,
.primary-nav a.is-active { color: var(--ink); }
.primary-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 1.1rem; right: 1.1rem;
  bottom: .35rem;
  height: 2px;
  background: var(--pomegranate);
}
.primary-nav a.nav-cta {
  margin-left: auto;
  color: var(--pomegranate);
  font-weight: 500;
}
.primary-nav a.nav-cta .arr {
  font-family: var(--f-display);
  font-style: italic;
  transition: transform .25s var(--ease);
}
.primary-nav a.nav-cta:hover .arr { transform: translateX(4px); }

/* Scrolled state — collapse masthead, keep nav */
.site-header.is-scrolled .masthead {
  padding-block: .35rem .25rem;
  max-height: 2.6rem;
  opacity: .92;
}
.site-header.is-scrolled .masthead-top { display: none; }
.site-header.is-scrolled .masthead-rule { display: none; }
.site-header.is-scrolled .masthead-bottom {
  margin: 0;
  justify-content: center;
}
.site-header.is-scrolled .tagline { display: none; }
.site-header.is-scrolled .tagline-fr {
  font-family: var(--f-display);
  font-style: italic;
  font-variation-settings: "opsz" 48, "SOFT" 100, "wght" 400;
  font-size: 1.05rem;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink);
}
.site-header.is-scrolled .tagline-fr em { font-size: 1.05rem; }
.site-header.is-scrolled { box-shadow: 0 14px 30px -22px rgba(26,20,16,.5); }

/* NAV TOGGLE (mobile) */
.nav-toggle {
  display: none;
  position: absolute;
  /* sits below the utility bar (language switcher) on mobile */
  top: 2.75rem;
  right: var(--pad-x);
  width: 44px; height: 44px;
  background: transparent;
  border: 1px solid var(--rule-strong);
  border-radius: 0;
  cursor: pointer;
  padding: 0;
  z-index: 60;
  transition: top .3s var(--ease);
}
/* When scrolled, the utility bar collapses — bring the toggle back up. */
.site-header.is-scrolled .nav-toggle { top: .35rem; }
.nav-toggle span {
  display: block;
  width: 22px; height: 1.5px;
  background: var(--ink);
  margin: 4px auto;
  transition: transform .25s var(--ease), opacity .25s var(--ease);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

/* =========================================================================
   6. HERO
   ========================================================================= */
.hero {
  position: relative;
  padding: clamp(2.5rem, 6vw, 5.5rem) 0 clamp(3rem, 7vw, 6rem);
  background: var(--parchment);
  overflow: hidden;
  isolation: isolate;
}
/* faint diagonal apricot wash, top-right */
.hero::before {
  content: "";
  position: absolute;
  top: -20%; right: -10%;
  width: 60%; height: 80%;
  background: radial-gradient(ellipse at top right, rgba(198,142,63,.18), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.hero-grid {
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad-x);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: end;
}

.hero-text { padding-top: 1rem; min-width: 0; }

.kicker[lang="hy"] {
  margin-bottom: 1.6rem;
}

.hero-title {
  font-family: var(--f-display);
  font-size: var(--fs-hero);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.025em;
  margin: 0 0 1.6rem;
  color: var(--ink);
}
.hero-title .ht-line {
  display: block;
  font-variation-settings: "opsz" 144, "SOFT" 40, "wght" 400;
}
.hero-title .ht-1 { padding-left: 0; }
.hero-title .ht-2 {
  padding-left: clamp(.5rem, 3vw, 2.4rem);
  margin-top: -.05em;
}
.hero-title .ht-2 em {
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 300;
  color: var(--pomegranate);
  letter-spacing: -.03em;
  margin-right: .15em;
}

.hero-lead {
  font-family: var(--f-body);
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 38ch;
  margin: 0 0 2.2rem;
  border-left: 1px solid var(--rule-strong);
  padding-left: 1.1rem;
}
.hero-lead em { color: var(--ink); font-style: italic; }

/* Editorial link with arrow */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-family: var(--f-body);
  font-size: .95rem;
  letter-spacing: .04em;
  color: var(--ink);
  text-transform: uppercase;
  position: relative;
  padding: .35rem 0;
  border-bottom: 1px solid var(--ink);
  transition: color .25s var(--ease), border-color .25s var(--ease);
}
.link-arrow .arr {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 1.1em;
  transition: transform .25s var(--ease);
}
.link-arrow:hover { color: var(--pomegranate); border-color: var(--pomegranate); }
.link-arrow:hover .arr { transform: translateX(6px); }
.link-arrow-muted { color: var(--ink-soft); border-color: var(--rule-strong); }
.link-arrow-muted:hover { color: var(--pomegranate); border-color: var(--pomegranate); }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  margin-bottom: 2.5rem;
}

.hero-toc {
  list-style: none;
  margin: 0;
  padding: 1.3rem 0 0;
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: .55rem 1.5rem;
}
.hero-toc li {
  display: flex;
  align-items: baseline;
  gap: .55rem;
}
.hero-toc .toc-n {
  font-family: var(--f-display);
  font-style: italic;
  color: var(--apricot);
  font-size: .85rem;
  min-width: 1.4em;
}
.hero-toc a {
  font-family: var(--f-body);
  color: var(--ink-soft);
  font-size: .92rem;
  letter-spacing: .02em;
  border-bottom: 1px solid transparent;
  transition: color .2s, border-color .2s;
}
.hero-toc a:hover { color: var(--pomegranate); border-bottom-color: var(--pomegranate); }

/* HERO MEDIA */
.hero-media {
  margin: 0;
  position: relative;
  min-width: 0;
}
.hero-media-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--ink);
  box-shadow:
    0 30px 60px -30px rgba(26,20,16,.45),
    inset 0 0 0 1px rgba(255,255,255,.04);
}
.hero-media-frame::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(251,246,234,.18);
  pointer-events: none;
  z-index: 2;
}
.hero-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.03);
  transition: transform 1.2s var(--ease);
}
.hero-media:hover .hero-media-frame img { transform: scale(1.03); }

.hero-media figcaption {
  margin-top: 1rem;
  display: flex;
  gap: .9rem;
  font-family: var(--f-body);
  color: var(--ink-soft);
  font-size: var(--fs-small);
}
.hero-media .fc-label {
  flex: 0 0 auto;
  font-size: var(--fs-tiny);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--pomegranate);
  padding-top: .15em;
  border-right: 1px solid var(--rule);
  padding-right: .9rem;
}
.hero-media .fc-body { font-style: normal; line-height: 1.45; }
.hero-media .fc-body em { font-style: italic; color: var(--ink); }

/* TRICOLOR — magazine bleed at bottom */
.tricolor {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 6px;
  display: flex;
  z-index: 2;
}
.tricolor span { flex: 1; display: block; }
.tricolor span:nth-child(1) { background: var(--pomegranate); }
.tricolor span:nth-child(2) { background: var(--cobalt); }
.tricolor span:nth-child(3) { background: var(--apricot); }

/* =========================================================================
   7. SECTIONS — shared
   ========================================================================= */
.section {
  position: relative;
  padding: clamp(3rem, 6vw, 6rem) 0 clamp(3.5rem, 7vw, 7rem);
  background: var(--parchment);
}
.section-dark {
  background: var(--night);
  color: var(--night-text);
}
.section-dark h1, .section-dark h2, .section-dark h3 { color: var(--night-text); }
.section-dark h2 em, .section-dark h3 em { color: var(--apricot-soft); }
.section-dark p { color: var(--night-text-soft); }
.section-dark .eyebrow { color: var(--apricot); }
.section-dark a { color: var(--apricot-soft); }
.section-dark .section-sub { color: var(--night-text-soft); }

/* Section rule — runs across full width, includes section number + name */
.section-rule {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem var(--pad-x);
  max-width: var(--maxw);
  margin: 0 auto clamp(2.5rem, 4vw, 4rem);
  color: var(--ink-soft);
}
.section-dark .section-rule { color: var(--night-text-soft); }

.sr-num,
.sr-name {
  font-family: var(--f-body);
  font-size: var(--fs-tiny);
  letter-spacing: .26em;
  text-transform: uppercase;
  font-weight: 500;
  flex: 0 0 auto;
}
.sr-num { color: var(--apricot); }
.sr-line {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(to right, var(--rule), var(--rule-strong));
}
.section-dark .sr-line { background: linear-gradient(to right, var(--rule-dark), #6B5C42); }
.sr-orn { flex: 0 0 auto; color: var(--pomegranate); display: inline-grid; place-items: center; }
.section-dark .sr-orn { color: var(--apricot); }

/* SECTION HEAD */
.section-head {
  max-width: 38rem;
  margin: 0 0 clamp(2.5rem, 4vw, 4rem);
}
.section-head h2 {
  font-size: var(--fs-h2);
  font-variation-settings: "opsz" 96, "SOFT" 40, "wght" 400;
  letter-spacing: -.018em;
  line-height: 1;
  margin-top: .25rem;
}
.section-head h2 em {
  font-style: italic;
  font-variation-settings: "opsz" 96, "SOFT" 100, "wght" 300;
  color: var(--pomegranate);
}
.section-dark .section-head h2 em { color: var(--apricot-soft); }

.section-sub {
  margin-top: 1.4rem;
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  color: var(--ink-soft);
  font-variation-settings: "opsz" 24, "SOFT" 100, "wght" 400;
  line-height: 1.4;
  max-width: 32rem;
}
.section-dark .section-sub { color: var(--night-text-soft); }

/* =========================================================================
   8. COMMUNAUTÉ — prose grid + pillars
   ========================================================================= */
.prose-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: clamp(2rem, 4vw, 5rem);
  align-items: start;
}

.prose .lead {
  font-family: var(--f-display);
  font-size: clamp(1.25rem, 1.7vw, 1.55rem);
  font-variation-settings: "opsz" 36, "SOFT" 100, "wght" 400;
  line-height: 1.42;
  color: var(--ink);
  margin: 0 0 1.5rem;
}
.prose .lead::first-letter {
  font-family: var(--f-display);
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 400;
  font-size: 4.6em;
  line-height: .82;
  float: left;
  margin: .08em .12em 0 -.06em;
  color: var(--pomegranate);
  padding-right: .08em;
}
.prose p {
  font-size: var(--fs-body);
  color: var(--ink-soft);
  margin-bottom: 1.1em;
}
.prose p + p { text-indent: 0; }

.pillars {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--rule);
}
.pillars li {
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  grid-template-areas:
    "num title"
    "num desc";
  column-gap: 1.25rem;
  row-gap: .35rem;
  align-items: baseline;
}
.pillars .p-num {
  grid-area: num;
  font-family: var(--f-display);
  font-style: italic;
  font-size: 1.65rem;
  color: var(--apricot);
  font-variation-settings: "opsz" 48, "SOFT" 100, "wght" 400;
  line-height: 1;
}
.pillars h3 {
  grid-area: title;
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
  font-variation-settings: "opsz" 36, "SOFT" 50, "wght" 500;
  margin: 0;
}
.pillars li > p {
  grid-area: desc;
  margin: 0;
  color: var(--ink-soft);
  font-size: .98rem;
  line-height: 1.5;
}

/* =========================================================================
   9. FEATURE block (image + text)
   ========================================================================= */
.feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
  margin: clamp(2rem, 4vw, 4rem) 0;
}
.feature-reverse .feature-media { order: 2; }
.feature-reverse .feature-text { order: 1; }

.feature-media {
  margin: 0;
  position: relative;
}
.feature-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(.95) contrast(1.02);
  box-shadow: 0 24px 50px -28px rgba(26,20,16,.5);
}
.feature-media figcaption {
  margin-top: .75rem;
  font-family: var(--f-body);
  font-size: var(--fs-small);
  color: var(--ink-soft);
  font-style: italic;
  letter-spacing: .01em;
  padding-left: .9rem;
  border-left: 1px solid var(--rule);
}
.section-dark .feature-media figcaption { color: var(--night-text-soft); border-color: var(--rule-dark); }
.feature-media figcaption em { font-style: italic; color: var(--ink); }
.section-dark .feature-media figcaption em { color: var(--night-text); }

.feature-text { min-width: 0; }
.feature-text .ft-num {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 2.6rem;
  color: var(--apricot);
  font-variation-settings: "opsz" 96, "SOFT" 100, "wght" 300;
  line-height: 1;
  margin: 0 0 1rem;
}
.feature-text h3 {
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-variation-settings: "opsz" 72, "SOFT" 40, "wght" 400;
  line-height: 1.05;
  margin: 0 0 1.2rem;
}
.feature-text p {
  color: var(--ink-soft);
  max-width: 36rem;
}
.section-dark .feature-text p { color: var(--night-text-soft); }

.feature-text .ft-pull {
  font-family: var(--f-display);
  font-style: italic;
  font-variation-settings: "opsz" 96, "SOFT" 100, "wght" 300;
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  line-height: 1.3;
  color: var(--pomegranate);
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--rule);
  max-width: 30rem;
}
.section-dark .feature-text .ft-pull {
  color: var(--apricot-soft);
  border-color: var(--rule-dark);
}

/* =========================================================================
   10. TIMELINE
   ========================================================================= */
.timeline {
  margin: clamp(2.5rem, 4.5vw, 4.5rem) 0;
}
.timeline ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule-dark);
  border-bottom: 1px solid var(--rule-dark);
}
.timeline .tl-item {
  position: relative;
  padding: 1.6rem 1.4rem 1.6rem;
  border-right: 1px solid var(--rule-dark);
  display: flex;
  flex-direction: column;
  gap: .9rem;
}
.timeline .tl-item:last-child { border-right: none; }
.timeline .tl-year {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-variation-settings: "opsz" 96, "SOFT" 100, "wght" 300;
  color: var(--apricot);
  line-height: 1;
  letter-spacing: -.02em;
}
.timeline .tl-item p {
  margin: 0;
  font-size: .95rem;
  color: var(--night-text-soft);
  line-height: 1.5;
}
.section-dark .timeline ol { border-color: #5A4D38; }
.section-dark .timeline .tl-item { border-right-color: #5A4D38; }

/* =========================================================================
   11. GALLERY (3-up and 2-up)
   ========================================================================= */
.gallery {
  display: grid;
  gap: clamp(1.5rem, 2.4vw, 2.5rem);
  margin: clamp(2rem, 4vw, 3.5rem) 0 0;
}
.gallery-3 { grid-template-columns: repeat(3, 1fr); }
.gallery-2 { grid-template-columns: repeat(2, 1fr); }

.gallery figure {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.gallery figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(.93) contrast(1.03);
  transition: transform .9s var(--ease), filter .5s var(--ease);
  box-shadow: 0 18px 36px -22px rgba(26,20,16,.45);
}
.gallery figure:hover img { transform: scale(1.03); filter: saturate(1) contrast(1.05); }
.gallery figcaption {
  margin-top: .85rem;
  font-family: var(--f-body);
  font-size: var(--fs-small);
  color: var(--ink-soft);
  line-height: 1.45;
  letter-spacing: .01em;
  display: flex;
  gap: .55rem;
  align-items: baseline;
}
.section-dark .gallery figcaption { color: var(--night-text-soft); }
.gallery .g-num {
  font-family: var(--f-display);
  font-style: italic;
  color: var(--apricot);
  flex: 0 0 auto;
  font-size: .95em;
}
.gallery figcaption em { font-style: italic; color: var(--ink); }
.section-dark .gallery figcaption em { color: var(--night-text); }

/* CUISINE — dish cards with editorial labels */
.gallery-dishes .dish figure,
.gallery-dishes .dish {
  background: transparent;
}
.gallery-dishes .dish img {
  aspect-ratio: 4 / 3;
}
.gallery-dishes .dish figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 1rem;
  row-gap: .2rem;
  margin-top: 1.1rem;
  align-items: baseline;
}
.gallery-dishes .dish-n {
  grid-row: 1 / 3;
  grid-column: 1;
  font-family: var(--f-body);
  font-size: var(--fs-tiny);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--apricot);
  padding-top: .25rem;
  align-self: start;
}
.gallery-dishes .dish strong {
  grid-row: 1; grid-column: 2;
  font-family: var(--f-display);
  font-weight: 400;
  font-variation-settings: "opsz" 48, "SOFT" 50, "wght" 500;
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  color: var(--night-text);
  letter-spacing: -.005em;
}
.gallery-dishes .dish-desc {
  grid-row: 2; grid-column: 2;
  font-family: var(--f-body);
  font-style: italic;
  color: var(--night-text-soft);
  font-size: 1rem;
  line-height: 1.5;
}

/* =========================================================================
   12. EVENTS
   ========================================================================= */
.events {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--rule-strong);
}
.events > li { display: block; }

.event-card {
  display: grid;
  grid-template-columns: 110px 1fr 16px;
  gap: clamp(1rem, 3vw, 2.5rem);
  padding: clamp(1.5rem, 2.5vw, 2.2rem) 0;
  border-bottom: 1px solid var(--rule);
  position: relative;
  align-items: start;
  transition: background .3s var(--ease);
}
.event-card:hover { background: rgba(198,142,63,.06); }

.event-date {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: var(--f-display);
  line-height: 1;
  color: var(--pomegranate);
}
.event-date .d {
  font-size: clamp(3rem, 5vw, 4.4rem);
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 300;
  letter-spacing: -.03em;
}
.event-date .m {
  margin-top: .35rem;
  font-family: var(--f-body);
  font-size: var(--fs-tiny);
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-style: normal;
}

.event-body { min-width: 0; }
.event-body .event-kicker {
  font-family: var(--f-body);
  font-size: var(--fs-tiny);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--apricot);
  margin: 0 0 .35rem;
}
.event-body h3 {
  font-size: clamp(1.3rem, 1.8vw, 1.6rem);
  font-variation-settings: "opsz" 48, "SOFT" 50, "wght" 500;
  margin: 0 0 .45rem;
}
.event-body .event-meta {
  margin: 0 0 .65rem;
  font-family: var(--f-body);
  font-size: var(--fs-small);
  color: var(--ink-soft);
}
.event-body .event-meta em { color: var(--ink-mute); font-style: italic; }
.event-body > p:not(.event-meta):not(.event-kicker) {
  color: var(--ink-soft);
  margin: 0;
  max-width: 50ch;
}

.event-edge {
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, var(--rule-strong) 30%, var(--rule-strong) 70%, transparent);
  margin-left: auto;
}

.events-note {
  margin-top: 1.5rem;
  font-family: var(--f-body);
  font-style: italic;
  font-size: var(--fs-small);
  color: var(--ink-mute);
  display: flex;
  align-items: center;
  gap: .55rem;
}
.events-note .orn-tiny { color: var(--apricot); font-style: normal; }

/* =========================================================================
   13. CONTACT
   ========================================================================= */
.section-contact {
  background: var(--parchment-2);
}
.section-contact .section-rule { color: var(--ink-soft); }

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: clamp(2rem, 4vw, 5rem);
  align-items: start;
}

.contact-form .form-kicker {
  font-family: var(--f-body);
  font-size: var(--fs-tiny);
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--pomegranate);
  margin: 0 0 1.6rem;
}
.contact-form .field {
  margin-bottom: 1.8rem;
  position: relative;
}
.contact-form label {
  display: block;
  font-family: var(--f-body);
  font-size: var(--fs-tiny);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: .55rem;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--rule-strong);
  padding: .55rem 0 .65rem;
  font-family: var(--f-display);
  font-style: italic;
  font-variation-settings: "opsz" 36, "SOFT" 100, "wght" 400;
  font-size: 1.15rem;
  color: var(--ink);
  border-radius: 0;
  outline: none;
  transition: border-color .25s var(--ease), color .25s var(--ease);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--ink-mute);
  opacity: .7;
  font-style: italic;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom-color: var(--pomegranate);
}
.contact-form textarea { resize: vertical; min-height: 120px; line-height: 1.5; }

.contact-lead {
  font-family: var(--f-display);
  font-variation-settings: "opsz" 72, "SOFT" 30, "wght" 350;
  font-size: clamp(1.2rem, 1.6vw, 1.5rem);
  line-height: 1.45;
  color: var(--ink);
  margin: 0 0 1.6rem;
  max-width: 32ch;
}
.contact-lead em { color: var(--pomegranate); }

.contact-form code {
  font-family: var(--f-body);
  font-size: .95em;
  background: transparent;
  border-bottom: 1px dotted var(--rule-strong);
  padding: 0 .05em;
  white-space: nowrap;
}

.link-submit {
  background: transparent;
  border: none;
  padding: .35rem 0;
  margin-top: .6rem;
  font-family: var(--f-body);
  font-size: .95rem;
  letter-spacing: .04em;
  color: var(--ink);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  border-bottom: 1px solid var(--ink);
  cursor: pointer;
  transition: color .25s, border-color .25s;
}
.link-submit .arr { font-family: var(--f-display); font-style: italic; font-size: 1.1em; transition: transform .25s var(--ease); }
.link-submit:hover { color: var(--pomegranate); border-color: var(--pomegranate); }
.link-submit:hover .arr { transform: translateX(6px); }

.form-hint {
  margin-top: 1.2rem;
  font-family: var(--f-body);
  font-style: italic;
  font-size: var(--fs-small);
  color: var(--ink-mute);
}

.contact-info {
  border-left: 1px solid var(--rule);
  padding-left: clamp(1.25rem, 2.5vw, 2.5rem);
}
.contact-info h3 {
  font-size: clamp(1.7rem, 2.3vw, 2.1rem);
  font-variation-settings: "opsz" 72, "SOFT" 50, "wght" 400;
  margin: 0 0 1.5rem;
}
.ci-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  border-top: 1px solid var(--rule);
  padding-top: 1.2rem;
}
.ci-list > div {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 1rem;
  align-items: start;
}
.ci-list dt {
  font-family: var(--f-body);
  font-size: var(--fs-tiny);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-mute);
  padding-top: .35rem;
}
.ci-list dd {
  margin: 0;
  font-family: var(--f-display);
  font-style: italic;
  font-variation-settings: "opsz" 36, "SOFT" 100, "wght" 400;
  font-size: 1.1rem;
  color: var(--ink);
  line-height: 1.4;
}
.ci-list dd a { color: var(--pomegranate); border-bottom: 1px solid currentColor; }
.ci-list dd em { color: var(--ink-mute); font-size: .85rem; letter-spacing: .04em; }

.contact-note {
  margin-top: 1.4rem;
  font-family: var(--f-body);
  font-style: italic;
  font-size: var(--fs-small);
  color: var(--ink-mute);
}

/* =========================================================================
   14. FOOTER / COLOPHON
   ========================================================================= */
.site-footer {
  background: var(--ink);
  color: var(--night-text);
  padding: clamp(3rem, 5vw, 5rem) 0 0;
  position: relative;
  overflow: hidden;
}
.colophon-rule {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  color: var(--night-text-soft);
}
.colophon-rule .sr-line { flex: 1; height: 1px; background: linear-gradient(to right, transparent, #5A4D38, transparent); }
.colophon-rule .sr-orn { color: var(--apricot); }

.colophon-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
  padding-bottom: clamp(2.5rem, 4vw, 4rem);
  border-bottom: 1px solid #3D3326;
}

.colophon-brand .cb-mark {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 3rem;
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 300;
  color: var(--apricot);
  margin: 0 0 .9rem;
  line-height: 1;
  letter-spacing: -.02em;
  text-transform: none;
}
.colophon-brand .cb-name {
  font-family: var(--f-display);
  font-size: 1.6rem;
  font-variation-settings: "opsz" 72, "SOFT" 50, "wght" 400;
  color: var(--night-text);
  margin: 0;
  line-height: 1.15;
}
.colophon-brand .cb-hy {
  font-family: var(--f-hy);
  color: var(--apricot-soft);
  margin: .35rem 0 .9rem;
  font-size: 1rem;
  letter-spacing: .04em;
}
.colophon-brand .cb-sub {
  font-family: var(--f-body);
  font-style: italic;
  color: var(--night-text-soft);
  font-size: .92rem;
  margin: 0;
  max-width: 26ch;
}

.footer-nav .fn-label,
.colophon-meta .fn-label {
  font-family: var(--f-body);
  font-size: var(--fs-tiny);
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--apricot);
  margin: 0 0 1.2rem;
}
.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.footer-nav a {
  display: inline-flex;
  align-items: baseline;
  gap: .65rem;
  color: var(--night-text);
  font-family: var(--f-display);
  font-size: 1.1rem;
  font-variation-settings: "opsz" 36, "SOFT" 50, "wght" 400;
  transition: color .2s;
}
.footer-nav a span {
  font-family: var(--f-display);
  font-style: italic;
  color: var(--apricot);
  font-size: .85rem;
  min-width: 1.6em;
}
.footer-nav a:hover { color: var(--apricot-soft); }

.colophon-meta p {
  font-family: var(--f-body);
  color: var(--night-text-soft);
  font-size: .92rem;
  line-height: 1.6;
  margin: 0 0 .8rem;
}
.colophon-meta em { color: var(--night-text); font-style: italic; }
.cm-legal {
  margin-top: 1.8rem !important;
  font-size: var(--fs-tiny) !important;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-mute) !important;
}

.to-top {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 0;
  color: var(--night-text-soft);
  font-family: var(--f-body);
  font-size: var(--fs-tiny);
  letter-spacing: .26em;
  text-transform: uppercase;
  transition: color .25s var(--ease);
}
.to-top .tt-line {
  flex: 1;
  height: 1px;
  background: #3D3326;
}
.to-top .tt-arr {
  font-family: var(--f-display);
  color: var(--apricot);
  font-size: 1.6rem;
  transition: transform .25s var(--ease), color .25s var(--ease);
}
.to-top:hover { color: var(--apricot-soft); }
.to-top:hover .tt-arr { transform: translateY(-4px); color: var(--apricot-soft); }

.site-footer .tricolor {
  position: static;
  height: 5px;
  margin-top: 1.5rem;
}

/* =========================================================================
   15. REVEAL ANIMATIONS — scoped under html.js for no-JS readability
   ========================================================================= */
html.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
  will-change: opacity, transform;
}
html.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1; transform: none; transition: none; }
}

/* Hero load animation */
html.js .hero-title .ht-line {
  opacity: 0;
  transform: translateY(28px);
  animation: heroLine 1s var(--ease) forwards;
}
html.js .hero-title .ht-1 { animation-delay: .15s; }
html.js .hero-title .ht-2 { animation-delay: .35s; }
html.js .hero .kicker,
html.js .hero-lead,
html.js .hero-actions,
html.js .hero-toc,
html.js .hero-media {
  opacity: 0;
  transform: translateY(14px);
  animation: heroLine 1s var(--ease) forwards;
}
html.js .hero .kicker { animation-delay: .05s; }
html.js .hero-lead { animation-delay: .55s; }
html.js .hero-actions { animation-delay: .75s; }
html.js .hero-toc { animation-delay: .9s; }
html.js .hero-media { animation-delay: .25s; animation-duration: 1.3s; }

@keyframes heroLine {
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  html.js .hero-title .ht-line,
  html.js .hero .kicker,
  html.js .hero-lead,
  html.js .hero-actions,
  html.js .hero-toc,
  html.js .hero-media {
    opacity: 1; transform: none; animation: none;
  }
}

/* =========================================================================
   16. RESPONSIVE
   ========================================================================= */

/* ≤ 1080px — tighten timeline + pillars */
@media (max-width: 1080px) {
  .timeline ol { grid-template-columns: repeat(2, 1fr); }
  .timeline .tl-item { border-right: none; border-bottom: 1px solid var(--rule-dark); }
  .timeline .tl-item:nth-child(2n) { border-right: none; }
  .timeline .tl-item:nth-last-child(-n+2) { border-bottom: none; }
}

/* ≤ 980px — hero stacks, masthead simplifies */
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: clamp(2rem, 5vw, 3rem);
  }
  .hero-media-frame { aspect-ratio: 3 / 2; }
  .hero-media { order: -1; }
  .hero-title .ht-2 { padding-left: clamp(1rem, 4vw, 3rem); }

  .prose-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 4vw, 3rem);
  }
  .contact-info { border-left: none; padding-left: 0; border-top: 1px solid var(--rule); padding-top: 1.5rem; }
  .feature { grid-template-columns: 1fr; gap: 1.5rem; }
  .feature-reverse .feature-media { order: 1; }
  .feature-reverse .feature-text { order: 2; }

  .gallery-3 { grid-template-columns: repeat(2, 1fr); }

  .colophon-grid { grid-template-columns: 1fr 1fr; }
  .colophon-brand { grid-column: 1 / -1; }

  /* Masthead — show wordmark + small meta only */
  .masthead-top { display: grid; grid-template-columns: auto 1fr auto; }
  .masthead-meta { font-size: .65rem; letter-spacing: .18em; }
  .masthead-bottom { display: none; }
  .masthead-rule { display: none; }
  .masthead { padding-block: .9rem .65rem; }

  /* Mobile nav */
  .nav-toggle { display: block; }
  .primary-nav {
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--parchment);
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s var(--ease);
  }
  .primary-nav.is-open { max-height: 80vh; }
  .primary-nav ul {
    flex-direction: column;
    padding: .75rem var(--pad-x) 1.25rem;
    gap: 0;
  }
  .primary-nav li { width: 100%; border-bottom: 1px solid var(--rule); }
  .primary-nav li:last-child { border-bottom: none; }
  .primary-nav a {
    padding: 1rem .2rem;
    width: 100%;
    font-size: 1rem;
  }
  .primary-nav a .n { min-width: 2em; }
  .primary-nav a.is-active::after { left: .2rem; right: auto; width: 1.5rem; bottom: .65rem; }
  .primary-nav a.nav-cta { margin-left: 0; }
}

/* ≤ 700px */
@media (max-width: 700px) {
  .gallery-3,
  .gallery-2 { grid-template-columns: 1fr; }

  .colophon-grid { grid-template-columns: 1fr; }
  .colophon-brand { grid-column: auto; }

  .event-card { grid-template-columns: 80px 1fr; }
  .event-edge { display: none; }
  .event-date .d { font-size: 2.6rem; }

  .timeline ol { grid-template-columns: 1fr; }
  .timeline .tl-item { border-bottom: 1px solid var(--rule-dark); }
  .timeline .tl-item:last-child { border-bottom: none; }

  .hero-toc { grid-template-columns: 1fr 1fr; }
}

/* ≤ 480px */
@media (max-width: 480px) {
  .hero-title .ht-2 { padding-left: 0; }
  .prose .lead::first-letter { font-size: 4em; }
  .pillars li { grid-template-columns: 2.25rem 1fr; gap: .85rem; }
  .pillars .p-num { font-size: 1.35rem; }
  .hero-toc { grid-template-columns: 1fr; }
  .masthead-meta.meta-right { display: none; }
  .masthead-wordmark { font-size: 1.4rem; gap: .5rem; }
  .masthead-wordmark .wm-orn svg { width: 18px; height: 18px; }
  .section-rule { gap: .65rem; }
  .sr-name { display: none; }
}
