/* ============================================
   ABOUT.CSS — Editorial Issue (rebuild · 2026)
   Aligned with EVEN Brand Guidelines (design/brand)
   ============================================ */

/* Local recalibrations from new brand kit (overrides only on this page,
   so global main.css remains untouched for other pages) */
body[data-page="about"] {
  --ed-ink: #1C2340;
  --ed-ink-soft: rgba(28, 35, 64, 0.78);
  --ed-ink-mute: rgba(28, 35, 64, 0.55);
  --ed-rule: rgba(28, 35, 64, 0.16);
  --ed-rule-soft: rgba(28, 35, 64, 0.08);

  --ed-sage: #7A9B92;            /* recalibrated from new guidelines */
  --ed-pebble: #FAF8F2;
  --ed-linen: #F1F0EC;
  --ed-stone: #D6D2C7;
  --ed-gold: #C8A96E;

  background: var(--ed-linen);
  position: relative;
  font-feature-settings: "kern", "liga";
}

/* ============================================
   BACKGROUND ATMOSPHERE
   ============================================ */
.ab-bg-grain {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.28;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.6' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.11   0 0 0 0 0.14   0 0 0 0 0.25   0 0 0 0.03 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* v1.1 — gold radial scos */
.ab-bg-light {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(900px 700px at -5% 105%, rgba(122, 155, 146, 0.05), transparent 60%);
}

/* Lift content above atmosphere */
.ab-masthead,
.ab-hero,
.ab-section-mark,
.ab-manifesto,
.ab-chapters,
.ab-figures,
.ab-letter {
  position: relative;
  z-index: 1;
}

/* ============================================
   SHARED — eyebrow label
   ============================================ */
.ab-eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ed-sage);
  line-height: 1;
}
.ab-eyebrow-on-cream {
  color: rgba(28, 35, 64, 0.65);
}
.ab-eyebrow-light {
  color: rgba(214, 210, 199, 0.72);
}

/* ============================================
   MASTHEAD
   ============================================ */
.ab-masthead {
  border-top: 1px solid var(--ed-rule);
  border-bottom: 1px solid var(--ed-rule);
  padding: 18px 0;
  background: transparent;
}
.ab-masthead-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.ab-mast-mark {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--ed-sage);
  justify-self: start;
}
.ab-mast-title {
  justify-self: center;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.30em;
  color: var(--ed-ink);
}
.ab-mast-edition {
  justify-self: end;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: var(--ed-ink-mute);
}

/* ============================================
   HERO
   ============================================ */
.ab-hero {
  padding: 80px 0 104px;
}
.ab-hero-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 0.85fr 1.55fr 1.35fr;
  gap: 56px;
  align-items: start;
}

/* —— Meta column (left) */
.ab-hero-meta {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 8px;
}
.ab-meta-rule {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--ed-rule);
}
.ab-meta-rule-end {
  margin-top: 4px;
}
.ab-meta-text {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--ed-ink);
  line-height: 1.4;
  letter-spacing: 0.005em;
  margin: 0;
}
.ab-meta-text em {
  font-style: italic;
  color: var(--ed-sage);
}
.ab-meta-foot {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ed-ink-mute);
  margin: 0;
}

/* —— Hero text (center) */
.ab-hero-text {
  padding-top: 4px;
}
.ab-hero-text > .ab-eyebrow {
  margin-bottom: 28px;
}
.ab-hero-h1 {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(2.4rem, 5.4vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.012em;
  color: var(--ed-ink);
  margin: 0 0 36px;
  font-feature-settings: "kern", "liga", "dlig";
}
.ab-hero-line {
  display: block;
}
.ab-hero-h1 em {
  font-style: italic;
  color: var(--ed-gold);
  font-weight: 500;
}
.ab-dropcap {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 500;
  font-size: 1.18em;
  color: var(--ed-ink);
  letter-spacing: -0.025em;
  margin-right: 0.015em;
  display: inline-block;
}
.ab-hero-lede {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ed-ink-soft);
  line-height: 1.78;
  max-width: 480px;
  margin: 0 0 32px;
}
.ab-hero-lede strong {
  font-weight: 600;
  color: var(--ed-ink);
}
.ab-hero-lede em {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 500;
  color: var(--ed-sage);
  font-size: 1.06em;
}

.ab-hero-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid var(--ed-rule);
  padding-top: 22px;
  max-width: 380px;
}
.ab-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--ed-ink);
  text-decoration: none;
  transition: color 0.25s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  width: fit-content;
}
.ab-link i {
  width: 14px;
  font-size: 12px;
  color: var(--ed-sage);
  transition: color 0.25s;
}
.ab-link:hover {
  color: var(--ed-sage);
  transform: translateX(4px);
}

/* —— Hero photo (right) */
.ab-hero-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--midnight);
  margin: 0;
  border-radius: 2px;
  box-shadow: 0 30px 80px -28px rgba(28, 35, 64, 0.32);
}
.ab-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 14%;
  display: block;
  transition: transform 9s cubic-bezier(0.22, 1, 0.36, 1);
  filter: contrast(1.04) brightness(0.97) saturate(0.92);
}
.ab-hero-photo:hover img {
  transform: scale(1.05);
}
/* Inner border (printed-photo edge) */
.ab-photo-edge {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(241, 240, 236, 0.18);
  pointer-events: none;
  z-index: 1;
}
/* Bottom shade */
.ab-hero-photo::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 55%;
  background: linear-gradient(to bottom, transparent, rgba(28, 35, 64, 0.66));
  pointer-events: none;
}
.ab-photo-caption {
  position: absolute;
  bottom: 24px;
  left: 28px;
  right: 28px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 2;
}
.ab-photo-name {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--ed-stone);
  letter-spacing: 0.005em;
}
.ab-photo-role {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ed-gold);
}

/* —— Hero entrance choreography */
.ab-hero-meta,
.ab-hero-text > *,
.ab-hero-photo {
  opacity: 0;
  transform: translateY(22px);
  animation: edFadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.ab-hero-meta              { animation-delay: 0.20s; }
.ab-hero-text > .ab-eyebrow { animation-delay: 0.22s; }
.ab-hero-text .ab-hero-h1   { animation-delay: 0.34s; }
.ab-hero-text .ab-hero-lede { animation-delay: 0.50s; }
.ab-hero-text .ab-hero-links{ animation-delay: 0.62s; }
.ab-hero-photo {
  animation: edImageIn 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.10s forwards;
}

@keyframes edFadeUp { to { opacity: 1; transform: none; } }
@keyframes edImageIn {
  from { opacity: 0; transform: scale(1.06); }
  to   { opacity: 1; transform: scale(1); }
}

/* ============================================
   SECTION MARK — three stones, hairlines either side
   ============================================ */
.ab-section-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 72px 0;
  z-index: 1;
}
.ab-section-mark::before,
.ab-section-mark::after {
  content: '';
  width: 130px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--ed-rule) 40%, var(--ed-rule) 60%, transparent);
}
.ab-stones {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.ab-stone {
  display: block;
  border-radius: 50%;
}
.ab-stone-top {
  width: 7px;
  height: 5px;
  background: var(--ed-pebble);
  border: 1px solid rgba(28, 35, 64, 0.18);
}
.ab-stone-mid {
  width: 11px;
  height: 7px;
  background: var(--ed-sage);
}
.ab-stone-base {
  width: 15px;
  height: 9px;
  background: var(--ed-ink);
}

/* ============================================
   MANIFESTO PLATE
   ============================================ */
.ab-manifesto {
  padding: 24px 0;
  display: flex;
  justify-content: center;
}
.ab-manifesto-plate {
  position: relative;
  max-width: 760px;
  width: calc(100% - 48px);
  margin: 0 24px;
  padding: 96px clamp(40px, 7vw, 88px);
  background: var(--ed-pebble);
  border-radius: 2px;
  box-shadow:
    0 32px 80px -28px rgba(28, 35, 64, 0.18),
    0 1px 2px rgba(28, 35, 64, 0.04);
  overflow: hidden;
}
/* Inner border (printed plate frame) */
.ab-manifesto-plate::before {
  content: '';
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(28, 35, 64, 0.10);
  border-radius: 1px;
  pointer-events: none;
}
/* Subtle paper grain on plate */
.ab-manifesto-plate::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.8' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.11   0 0 0 0 0.14   0 0 0 0 0.25   0 0 0 0.06 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: 0.5;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.ab-manifesto-plate > * { position: relative; z-index: 1; }

.ab-manifesto-plate .ab-eyebrow {
  display: block;
  margin-bottom: 36px;
  text-align: center;
}

.ab-manifesto-quote {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.32;
  letter-spacing: -0.005em;
  color: var(--ed-ink);
  text-align: center;
  margin: 0;
  border: none;
  padding: 0;
}
.ab-manifesto-quote p {
  margin: 0 0 32px;
}
.ab-manifesto-quote p:last-child {
  margin-bottom: 0;
}
.ab-manifesto-quote em {
  font-style: italic;
  color: var(--ed-sage);
}

.ab-manifesto-sig {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.ab-sig-line {
  width: 38px;
  height: 1px;
  background: rgba(28, 35, 64, 0.4);
  margin-bottom: 8px;
}
.ab-sig-name {
  font-family: 'Mrs Saint Delafield', cursive;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--ed-ink);
  letter-spacing: 0.005em;
  margin-bottom: 4px;
}
.ab-sig-role {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ed-ink-mute);
}

/* ============================================
   CHAPTERS — editorial principles
   ============================================ */
.ab-chapters {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 32px 80px;
}

.ab-chapters-head {
  max-width: 760px;
  margin: 0 auto 96px;
  text-align: center;
}
.ab-chapters-head .ab-eyebrow {
  display: block;
  margin-bottom: 28px;
}
.ab-chapters-h2 {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.06;
  letter-spacing: -0.012em;
  color: var(--ed-ink);
  margin: 0;
}
.ab-chapters-h2 em {
  font-style: italic;
  color: var(--ed-sage);
}

.ab-chapter {
  display: grid;
  grid-template-columns: 144px 1fr 280px;
  gap: 64px;
  padding: 64px 0;
  border-top: 1px solid var(--ed-rule);
  align-items: start;
}
.ab-chapter:last-of-type {
  border-bottom: 1px solid var(--ed-rule);
}

.ab-chapter-numeral {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 500;
  font-size: 5.6rem;
  line-height: 0.9;
  color: var(--ed-sage);
  letter-spacing: -0.025em;
  user-select: none;
  padding-top: 6px;
  position: sticky;
  top: 110px;
}

.ab-chapter-body {
  padding-top: 14px;
  min-width: 0;
}
.ab-chapter-title {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(1.5rem, 2.4vw, 1.95rem);
  line-height: 1.18;
  color: var(--ed-ink);
  letter-spacing: -0.008em;
  margin: 0 0 28px;
}
.ab-chapter-text {
  column-count: 2;
  column-gap: 40px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--ed-ink-soft);
  line-height: 1.78;
  hyphens: auto;
  -webkit-hyphens: auto;
}
.ab-chapter-text p {
  margin: 0 0 16px;
  break-inside: avoid;
}
.ab-chapter-text p:last-child { margin-bottom: 0; }

.ab-chapter-pull {
  position: relative;
  padding: 8px 0 8px 28px;
  border-left: 1px solid var(--ed-rule);
  margin-top: 32px;
}
.ab-pull-mark {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 500;
  font-size: 4.5rem;
  line-height: 0.4;
  color: var(--ed-sage);
  display: block;
  margin-bottom: 14px;
}
.ab-chapter-pull p {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 1.65rem;
  line-height: 1.18;
  color: var(--ed-ink);
  letter-spacing: -0.005em;
  margin: 0;
}
.ab-chapter-pull em {
  font-style: italic;
  color: var(--ed-sage);
}

/* ============================================
   FIGURES — monumental dark
   ============================================ */
.ab-figures {
  padding: 104px 0 120px;
  background: var(--ed-ink);
  position: relative;
  overflow: hidden;
}
.ab-figures::before,
.ab-figures::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(72%, 720px);
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(214, 210, 199, 0.28), transparent);
}
.ab-figures::before { top: 32px; }
.ab-figures::after  { bottom: 32px; }

/* Subtle warm light from above on dark band */
.ab-figures > .ab-figures-frame::before {
  content: '';
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 600px;
  background: radial-gradient(circle, rgba(200, 169, 110, 0.12), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.ab-figures-frame {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
  z-index: 1;
}
.ab-figures-frame .ab-eyebrow {
  display: block;
  margin-bottom: 60px;
}

.ab-figures-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 56px;
}
.ab-figure {
  text-align: center;
}
.ab-figure-row {
  display: inline-flex;
  align-items: flex-start;
  line-height: 1;
}
.ab-figure-num {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(4.2rem, 9vw, 7.2rem);
  color: var(--ed-gold);
  line-height: 0.95;
  letter-spacing: -0.025em;
  font-variant-numeric: lining-nums tabular-nums;
}
.ab-figure-plus {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: var(--ed-gold);
  line-height: 1;
  padding-top: 0.42em;
  margin-left: 4px;
}
.ab-figure-label {
  display: block;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: rgba(214, 210, 199, 0.6);
  margin-top: 22px;
}
.ab-figures-rule {
  width: 1px;
  height: 96px;
  background: rgba(214, 210, 199, 0.18);
}

.ab-figures-note {
  margin-top: 56px;
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 500;
  font-size: 0.95rem;
  color: rgba(214, 210, 199, 0.5);
  letter-spacing: 0.02em;
}

/* ============================================
   LETTER / CTA
   ============================================ */
.ab-letter {
  padding: 112px 0 144px;
}
.ab-letter-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}
.ab-letter-inner > .ab-eyebrow {
  display: block;
  margin-bottom: 32px;
}
.ab-letter-h2 {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  line-height: 1.05;
  color: var(--ed-ink);
  letter-spacing: -0.014em;
  margin: 0 0 28px;
}
.ab-letter-h2 em {
  font-style: italic;
  color: var(--ed-sage);
}
.ab-letter-body {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ed-ink-soft);
  line-height: 1.78;
  margin: 0 auto 48px;
  max-width: 540px;
}

.ab-letter-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 36px;
  background: var(--ed-ink);
  color: var(--ed-stone);
  text-decoration: none;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.3s ease;
  position: relative;
  overflow: hidden;
}
.ab-letter-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 100%, rgba(200, 169, 110, 0.4), transparent 70%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.ab-letter-cta i {
  font-size: 11px;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.ab-letter-cta:hover {
  background: #131932;
  color: var(--ed-stone);
  transform: translateY(-2px);
  box-shadow: 0 22px 48px -18px rgba(28, 35, 64, 0.45);
}
.ab-letter-cta:hover::before { opacity: 1; }
.ab-letter-cta:hover i { transform: translateX(5px); }

.ab-letter-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 88px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.30em;
  color: var(--ed-ink-mute);
}
.ab-foot-line {
  width: 64px;
  height: 1px;
  background: var(--ed-rule);
}

/* ============================================
   REVEAL ON SCROLL
   ============================================ */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

/* Reduce motion preference */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1180px) {
  .ab-hero-grid {
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
  }
  .ab-hero-meta {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    position: static;
    padding-top: 0;
    margin-bottom: 8px;
  }
  .ab-hero-meta .ab-eyebrow { flex: 0 0 auto; }
  .ab-hero-meta .ab-meta-rule { flex: 1; max-width: 240px; }
  .ab-hero-meta .ab-meta-rule-end { display: none; }
  .ab-hero-meta .ab-meta-text { flex: 0 0 auto; font-size: 1rem; }
  .ab-hero-meta .ab-meta-foot { margin-left: auto; }

  .ab-chapter {
    grid-template-columns: 110px 1fr;
    gap: 40px;
  }
  .ab-chapter-pull {
    grid-column: 2;
    border-left: none;
    border-top: 1px solid var(--ed-rule);
    padding: 28px 0 0;
    margin-top: 32px;
    max-width: 480px;
  }
  .ab-chapter-numeral {
    font-size: 4.6rem;
    position: static;
  }
}

@media (max-width: 880px) {
  .ab-masthead-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 6px;
  }
  .ab-mast-mark, .ab-mast-edition, .ab-mast-title {
    justify-self: center;
  }

  .ab-hero { padding: 56px 0 80px; }
  .ab-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 0 24px;
  }
  .ab-hero-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .ab-hero-meta .ab-meta-rule {
    max-width: 100%;
    width: 100%;
  }
  .ab-hero-meta .ab-meta-foot { margin-left: 0; }
  .ab-hero-photo {
    aspect-ratio: 4 / 4.4;
    max-height: 580px;
  }

  .ab-section-mark { padding: 56px 0; }
  .ab-section-mark::before,
  .ab-section-mark::after { width: 80px; }

  .ab-manifesto-plate {
    padding: 72px clamp(28px, 6vw, 56px);
    margin: 0 16px;
    width: calc(100% - 32px);
  }
  .ab-manifesto-quote { font-size: clamp(1.4rem, 4vw, 2rem); }
  .ab-manifesto-sig { margin-top: 48px; }

  .ab-chapters { padding: 24px 24px 64px; }
  .ab-chapters-head { margin-bottom: 64px; }
  .ab-chapter {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 48px 0;
  }
  .ab-chapter-numeral {
    font-size: 4rem;
    color: rgba(122, 155, 146, 0.6);
  }
  .ab-chapter-text { column-count: 1; }
  .ab-chapter-pull {
    grid-column: 1;
    margin-top: 24px;
    padding-top: 22px;
  }
  .ab-chapter-pull p { font-size: 1.4rem; }

  .ab-figures { padding: 80px 0 88px; }
  .ab-figures::before { top: 20px; }
  .ab-figures::after  { bottom: 20px; }
  .ab-figures-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .ab-figures-rule {
    width: 64px;
    height: 1px;
    margin: 0 auto;
  }
  .ab-figures-frame .ab-eyebrow { margin-bottom: 44px; }

  .ab-letter { padding: 80px 0 104px; }
  .ab-letter-foot { margin-top: 64px; }
  .ab-letter-foot .ab-foot-line { width: 40px; }
}

@media (max-width: 520px) {
  .ab-mast-mark { font-size: 12px; }
  .ab-mast-title { letter-spacing: 0.18em; }
  .ab-mast-edition { letter-spacing: 0.16em; }

  .ab-hero { padding: 40px 0 64px; }
  .ab-hero-grid { padding: 0 18px; }
  .ab-hero-text { padding-top: 0; }
  .ab-dropcap { font-size: 1.12em; }
  .ab-hero-h1 { margin-bottom: 28px; }
  .ab-hero-lede { font-size: 0.95rem; }

  .ab-section-mark { padding: 44px 0; }
  .ab-section-mark::before,
  .ab-section-mark::after { width: 48px; }

  .ab-manifesto-plate {
    padding: 56px 24px;
    margin: 0 14px;
    width: calc(100% - 28px);
  }
  .ab-manifesto-plate::before { inset: 8px; }

  .ab-chapters { padding: 16px 18px 56px; }
  .ab-chapters-head { margin-bottom: 48px; }
  .ab-chapter { padding: 40px 0; gap: 12px; }
  .ab-chapter-title { margin-bottom: 20px; }
  .ab-chapter-pull p { font-size: 1.2rem; }

  .ab-figures { padding: 64px 0 72px; }
  .ab-figures-frame { padding: 0 24px; }

  .ab-letter { padding: 64px 0 88px; }
  .ab-letter-inner { padding: 0 22px; }
  .ab-letter-cta { padding: 16px 28px; font-size: 11px; letter-spacing: 0.16em; }
}
