/* 10-cover-story.css — "Cover Story": the loud one.
   Every screen is a magazine cover. Red-deep fields, red-hot stacked
   condensed names (type and photos never overlap), pink-matted duotone
   portraits, teal news cards, maroon Global Elites cards, flat red bands.
   Type (per REVISION 2): DM Serif Display (display serif + wordmark),
   Tinos (editorial serif / body), Archivo 800–900 condensed (heavy grotesk
   statements), Oswald (boxed tabs + buttons only), DM Mono (EP folios). */

:root {
  --paper:         #F2EEE6;
  --red:           #C23415;
  --red-deep:      #B52D1A;
  --red-hot:       #EE471E;
  --red-032c:      #C44C34;
  --red-editorial: #CF3320;
  --envelope:      #8F2A23;
  --burgundy:      #382123;
  --maroon:        #7E2217;
  --pink:          #F2C7CC;
  --teal:          #9DD3D0;
  --ink:           #141110;
  --ink-mute:      rgba(20, 17, 16, 0.66);
  --paper-white:   #FBF9F5;
  --hairline:      rgba(194, 52, 21, 0.28);
  --duotone:       grayscale(1) sepia(1) saturate(4) hue-rotate(-25deg) contrast(1.05);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Tinos', 'Times New Roman', Georgia, serif;
  background: var(--paper);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 2px;
}
/* the element's shadow :host declares a fixed 240x160 default — height:auto
   lets our width + aspect-ratio rules govern instead */
image-slot { display: block; height: auto; }

/* ---------- type helpers ---------- */
.mono {
  font-family: 'DM Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.didone {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
}

/* ================================================================
   NAV
================================================================ */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: var(--paper);
  border-bottom: 2px solid var(--red);
}
.nav-inner {
  max-width: 1400px; margin: 0 auto;
  padding: 16px 32px;
  display: flex; align-items: center; gap: 30px;
}
.nav-logo {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: 23px; line-height: 0.9;
  color: var(--red);
  text-decoration: none;
  letter-spacing: 0.005em;
}
.nav-logo span { display: block; }
.nav-links {
  margin-left: auto;
  display: flex; gap: 28px;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
}
.nav-links a { text-decoration: none; color: var(--ink); }
.nav-links a:hover { color: var(--red); }
.nav-cta {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  background: var(--red);
  color: var(--paper-white);
  padding: 11px 20px;
  text-decoration: none;
  transition: background .18s;
}
.nav-cta:hover { background: var(--red-hot); }

/* elite variant */
.nav--elite { background: var(--maroon); border-bottom-color: var(--teal); }
.nav--elite .nav-logo { color: var(--paper); }
.nav--elite .nav-links a { color: var(--pink); }
.nav--elite .nav-links a:hover { color: var(--teal); }
.nav--elite .nav-cta { background: var(--teal); color: var(--maroon); }
.nav--elite .nav-cta:hover { background: var(--paper); }

/* ================================================================
   HERO — the full-viewport cover.
   Names run edge-to-edge as fully visible stacked lines; the portrait
   sits BELOW them (type and photo never overlap).
================================================================ */
.cover-hero {
  position: relative;
  min-height: calc(100svh - 58px);
  background: var(--red-deep);
  color: var(--paper);
  display: flex;
  flex-direction: column;
}
.cover-folio {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 26px clamp(20px, 3vw, 44px) 0;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: clamp(12px, 1.2vw, 15px);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--paper);
}
.cover-names {
  margin: clamp(18px, 3vh, 36px) 0 0;
  padding: 0 clamp(20px, 3vw, 44px);
  display: flex;
  flex-direction: column;
  font-family: 'Archivo', 'Oswald', sans-serif;
  font-weight: 900;
  font-stretch: 78%;
  text-transform: uppercase;
  font-size: clamp(58px, 12.5vw, 210px);
  line-height: 0.88;
  letter-spacing: -0.02em;
  color: var(--red-hot);
}
.cover-names .nm-line { display: block; white-space: nowrap; }
.cover-names .nm-line + .nm-line { align-self: flex-end; }
.cover-names .nm-amp { color: var(--teal); margin-right: 0.1em; }
.cover-lower {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(28px, 5vh, 54px) clamp(20px, 3vw, 44px) clamp(28px, 4vh, 46px);
}
.cover-photo {
  flex: none;
  background: var(--pink);
  padding: clamp(10px, 1.5vw, 20px);
  width: clamp(190px, 21vw, 300px);
  box-shadow: 0 24px 70px rgba(20, 17, 16, 0.28);
}
.cover-photo image-slot {
  width: 100%;
  aspect-ratio: 4 / 5;
  filter: var(--duotone);
}
.cover-foot {
  text-align: left;
  max-width: 580px;
}
.cover-wordmark {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(27px, 3.2vw, 46px);
  line-height: 0.92;
  color: var(--paper);
  letter-spacing: 0.005em;
}
.cover-wordmark span { display: block; }
.cover-tagline {
  margin: 16px 0 0;
  max-width: 460px;
  font-family: 'Tinos', 'Times New Roman', serif;
  font-size: 15.5px;
  line-height: 1.5;
  color: var(--pink);
}
.cover-kicker {
  margin-top: 16px;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 10.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--teal);
}
.cover-kicker a { color: inherit; text-decoration: none; border-bottom: 1px solid var(--teal); padding-bottom: 2px; }
.cover-kicker a:hover { color: var(--paper); border-color: var(--paper); }

/* ================================================================
   FLAT BANDS — static section dividers (the old ticker strips are gone)
================================================================ */
.flat-band {
  height: clamp(12px, 1.4vw, 18px);
  background: var(--red);
}
.sched-band {
  background: var(--red);
  color: var(--paper-white);
  display: flex; flex-wrap: wrap;
  justify-content: center;
  gap: 10px 44px;
  padding: 18px 24px;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

/* ================================================================
   FEATURED — the split cover (photo left / red panel right)
================================================================ */
.feat { display: grid; grid-template-columns: 1fr 1fr; min-height: 640px; }
.feat-photo { position: relative; background: var(--maroon); }
.feat-photo image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }
.feat-panel {
  background: var(--red-deep);
  color: var(--paper);
  padding: clamp(40px, 5.5vw, 88px) clamp(32px, 5vw, 84px);
  display: flex; flex-direction: column;
}
.feat-eyebrow {
  font-family: 'DM Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: clamp(22px, 3vh, 40px);
}
.feat-uhoh {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(54px, 6.4vw, 112px);
  line-height: 0.9;
  color: var(--teal);
  letter-spacing: 0.01em;
  margin: 0;
}
.feat-title {
  font-family: 'Archivo', 'Oswald', sans-serif;
  font-weight: 900;
  font-stretch: 82%;
  text-transform: uppercase;
  font-size: clamp(28px, 3.1vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.005em;
  color: var(--teal);
  margin: 10px 0 0;
}
.feat-lede {
  margin: clamp(20px, 3vh, 34px) 0 0;
  max-width: 480px;
  font-family: 'Tinos', 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--paper);
}
.feat-meta {
  margin-top: 20px;
  display: flex; gap: 12px; flex-wrap: wrap; align-items: center;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pink);
}
.feat-meta .sep { color: var(--teal); }
.feat-ctas { margin-top: auto; padding-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }
.btn-cover {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--teal);
  color: var(--maroon);
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 15px 26px;
  text-decoration: none;
  transition: background .18s, color .18s;
}
.btn-cover:hover { background: var(--paper); color: var(--red-deep); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 10px;
  background: transparent;
  color: var(--paper);
  border: 1px solid var(--pink);
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 14px 24px;
  text-decoration: none;
  transition: background .18s, color .18s;
}
.btn-ghost:hover { background: var(--pink); color: var(--maroon); }
.feat-kicker {
  margin-top: 26px;
  font-family: 'Tinos', 'Times New Roman', serif;
  font-size: 14.5px;
  color: var(--teal);
}

/* ================================================================
   SECTION FRAME (paper sections)
================================================================ */
section.paper-sec { padding: clamp(64px, 8vw, 110px) 32px; background: var(--paper); }
.wrap { max-width: 1400px; margin: 0 auto; }
.sec-head {
  display: flex; align-items: end; justify-content: space-between;
  gap: 32px; margin-bottom: clamp(36px, 5vw, 64px);
  border-bottom: 2px solid var(--red);
  padding-bottom: 20px;
}
.sec-eyebrow {
  display: block;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
}
.sec-head h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(46px, 6vw, 96px);
  line-height: 0.9;
  letter-spacing: 0.002em;
  margin: 0;
  color: var(--red);
}
.sec-head .sec-meta {
  font-family: 'Tinos', 'Times New Roman', serif;
  font-size: 15px;
  max-width: 360px;
  color: var(--ink-mute);
  padding-bottom: 6px;
}
.sec-head .sec-meta a {
  color: var(--red);
  text-decoration: none;
  border-bottom: 1px solid var(--hairline);
}
.sec-head .sec-meta a:hover { border-color: var(--red); }

/* ================================================================
   NEWSSTAND WALL — every episode is a cover
================================================================ */
.stand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 30px;
}
.stand-item { display: flex; flex-direction: column; gap: 14px; }
.cover-card {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform .22s ease;
}
.stand-item:hover .cover-card { transform: translateY(-6px); }
.cc-folio {
  position: absolute; top: 14px; left: 16px; right: 16px;
  display: flex; justify-content: space-between;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  z-index: 4;
}
.cc-wordmark {
  margin-top: auto;
  text-align: center;
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 0.95;
}
.cc-wordmark span { display: block; }

/* — motif 1: duotone portrait cover (words above, photo below — no overlap) — */
.cc-duotone {
  background: var(--red-deep);
  color: var(--paper);
  display: flex; flex-direction: column;
  padding: 44px 16px 16px;
}
.cc-duotone .cc-words {
  display: flex; flex-direction: column;
  font-family: 'Archivo', 'Oswald', sans-serif;
  font-weight: 900;
  font-stretch: 78%;
  text-transform: uppercase;
  font-size: clamp(38px, 3.8vw, 56px);
  letter-spacing: -0.02em;
  line-height: 0.9;
  color: var(--red-hot);
  white-space: nowrap;
}
.cc-duotone .cc-words .w-l { align-self: flex-start; }
.cc-duotone .cc-words .w-r { align-self: flex-end; }
.cc-duotone .cc-mat {
  margin: 14px auto;
  background: var(--pink);
  padding: 9px;
  width: 54%;
}
.cc-duotone .cc-mat image-slot { width: 100%; aspect-ratio: 4 / 5; filter: var(--duotone); }

/* — motif 2: split cover (photo / red panel) — */
.cc-split { display: grid; grid-template-columns: 1fr 1fr; background: var(--red-deep); }
.cc-split .cc-photo { position: relative; background: var(--maroon); }
.cc-split .cc-photo image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }
.cc-split .cc-panel {
  background: var(--red-deep);
  color: var(--teal);
  padding: 44px 16px 18px;
  display: flex; flex-direction: column;
}
.cc-split .cc-uhoh {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 0.92;
  margin: 0;
}
.cc-split .cc-line {
  font-family: 'Archivo', 'Oswald', sans-serif;
  font-weight: 900;
  font-stretch: 82%;
  text-transform: uppercase;
  font-size: clamp(17px, 1.6vw, 24px);
  line-height: 1.04;
  margin: 8px 0 0;
}
.cc-split .cc-kick {
  margin-top: auto;
  font-family: 'Tinos', 'Times New Roman', serif;
  font-size: 12.5px;
  line-height: 1.4;
}

/* — motif 7: teal news card — */
.cc-news {
  background: var(--teal);
  color: var(--red);
  padding: 18px 18px 16px;
  display: flex; flex-direction: column; align-items: center;
}
.cc-news .cc-mast {
  width: 100%;
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1;
  letter-spacing: 0.06em;
}
.cc-news .cc-mast .m-star { font-size: 0.55em; align-self: center; }
.cc-news .cc-mini {
  margin: 18px auto 0;
  width: 56%;
  background: var(--paper-white);
  padding: 7px;
}
.cc-news .cc-mini image-slot { width: 100%; aspect-ratio: 5 / 4; }
.cc-news .cc-num {
  margin-top: 12px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(48px, 4.6vw, 68px);
  line-height: 0.9;
}
.cc-news .cc-title {
  margin: 8px 0 0;
  text-align: center;
  font-family: 'Tinos', 'Times New Roman', serif;
  font-weight: 700;
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.22;
  max-width: 90%;
}
.cc-news .cc-nfolio {
  margin-top: auto;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

/* — motif 4: maroon Global Elites card — */
.cc-elites {
  background: var(--maroon);
  color: var(--paper);
  padding: 20px 18px 18px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
}
.ge-lockup { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.ge-lockup .ge-wm {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 0.95;
  color: var(--paper);
}
.ge-lockup .ge-wm span { display: block; }
.ge-tab {
  display: inline-block;
  background: var(--red);
  color: var(--paper-white);
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  padding: 5px 12px 4px 15px;
}
.cc-elites .cc-big {
  margin: auto 0 0;
  font-family: 'Archivo', 'Oswald', sans-serif;
  font-weight: 900;
  font-stretch: 82%;
  text-transform: uppercase;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 0.96;
  letter-spacing: -0.01em;
  color: var(--pink);
}
.cc-elites .cc-sub {
  margin: 12px 0 auto;
  font-family: 'Tinos', 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1.3;
  color: var(--paper);
  max-width: 88%;
}
.cc-elites .cc-mat {
  margin: 18px 0 0;
  background: var(--pink);
  padding: 8px;
  width: 46%;
}
.cc-elites .cc-mat image-slot { width: 100%; aspect-ratio: 4 / 5; filter: var(--duotone); }
.cc-elites .cc-nfolio {
  margin-top: 16px;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--teal);
}

/* — index card: browse the archive — */
.cc-index {
  background: var(--red);
  color: var(--paper);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 24px;
  gap: 6px;
}
.cc-index .cc-352 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(96px, 9vw, 150px);
  line-height: 0.85;
}
.cc-index .cc-count {
  font-family: 'Archivo', 'Oswald', sans-serif;
  font-weight: 800;
  font-stretch: 88%;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.3em;
  color: var(--pink);
}
.cc-index .cc-browse {
  margin-top: 18px;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 10.5px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--teal);
  border-bottom: 1px solid var(--teal);
  padding-bottom: 3px;
}
.stand-item:hover .cc-index .cc-browse { color: var(--paper); border-color: var(--paper); }

/* meta caption under each cover */
.stand-meta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 4px 14px;
  align-items: baseline;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  border-top: 1px solid var(--hairline);
  padding-top: 10px;
}
.stand-meta .sm-n { color: var(--red); }
.stand-meta .sm-t {
  grid-column: 1 / -1;
  font-family: 'Tinos', 'Times New Roman', serif;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1.3;
  color: var(--ink);
}
.stand-meta .sm-ge {
  display: inline-block;
  background: var(--red);
  color: var(--paper-white);
  font-family: 'Oswald', sans-serif;
  font-size: 9px;
  letter-spacing: 0.28em;
  padding: 2px 7px 1px 9px;
  margin-left: 8px;
  vertical-align: 2px;
}

/* — back issues (the two finished covers, native landscape) — */
.archive-band { margin-top: clamp(52px, 6vw, 84px); }
.archive-head {
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--red);
  border-top: 1px solid var(--hairline);
  padding-top: 16px;
  margin-bottom: 22px;
}
.archive-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.archive-grid figure { margin: 0; }
.archive-grid img { display: block; width: 100%; height: auto; }
.archive-grid figcaption {
  margin-top: 10px;
  font-family: 'Tinos', 'Times New Roman', serif;
  font-size: 14px;
  color: var(--ink-mute);
}

/* ================================================================
   THE DOCKET — guest-name stack on an eggshell card
================================================================ */
.docket-card {
  background: var(--paper-white);
  border: 1px solid var(--hairline);
  padding: clamp(36px, 6vw, 88px) clamp(24px, 6vw, 96px);
}
.docket-list { list-style: none; margin: 0; padding: 0; }
.docket-row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 24px;
  padding: clamp(14px, 2vw, 22px) 0;
  border-bottom: 1px solid var(--hairline);
}
.docket-row:last-child { border-bottom: 0; }
.docket-name {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(30px, 4.4vw, 62px);
  line-height: 1;
  color: var(--red);
  transition: transform .18s ease;
}
.docket-row:hover .docket-name { transform: translateX(10px); }
.docket-ref {
  font-family: 'DM Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 10.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-mute);
  white-space: nowrap;
}

/* ================================================================
   ELITE BAND (landing teaser) — maroon subscribers' plug
================================================================ */
.elite-band {
  background: var(--maroon);
  color: var(--paper);
  padding: clamp(72px, 9vw, 120px) 32px;
  text-align: center;
}
.elite-band .eb-inner { max-width: 720px; margin: 0 auto; }
.elite-band .ge-wm { font-size: clamp(30px, 3.4vw, 46px); }
.elite-band .ge-tab { font-size: 12px; padding: 7px 16px 6px 20px; }
.eb-copy {
  margin: 26px auto 0;
  font-family: 'Tinos', 'Times New Roman', serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--pink);
  max-width: 560px;
}
.eb-copy b { font-weight: 700; color: var(--paper); }
.eb-stats {
  margin-top: 28px;
  display: flex; justify-content: center; gap: 14px 34px; flex-wrap: wrap;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
}
.eb-cta {
  display: inline-block;
  margin-top: 36px;
  background: var(--teal);
  color: var(--maroon);
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 17px 32px;
  text-decoration: none;
  transition: background .18s, color .18s;
}
.eb-cta:hover { background: var(--paper); color: var(--red-deep); }

/* ================================================================
   THE CLOSET — merch
================================================================ */
.closet-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.prod {
  display: flex; flex-direction: column;
  background: var(--paper-white);
  border: 1px solid var(--hairline);
  text-decoration: none;
  color: inherit;
  transition: transform .2s ease;
}
.prod:hover { transform: translateY(-5px); }
.prod-pic {
  position: relative;
  aspect-ratio: 1 / 1;
  background: var(--pink);
  padding: 9%;
}
.prod-pic image-slot { width: 100%; height: 100%; }
.prod-price {
  position: absolute; top: 12px; right: 12px;
  background: var(--red);
  color: var(--paper-white);
  font-family: 'DM Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.16em;
  padding: 5px 10px;
  z-index: 2;
}
.prod-body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 6px; }
.prod-name {
  margin: 0;
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.05;
  color: var(--red);
}
.prod-desc {
  font-family: 'Tinos', 'Times New Roman', serif;
  font-size: 13.5px;
  color: var(--ink-mute);
}
.prod-view {
  margin-top: auto; padding-top: 12px;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--red);
}

/* ================================================================
   FOOTER
================================================================ */
footer {
  background: var(--paper);
  border-top: 2px solid var(--red);
  padding: clamp(56px, 7vw, 88px) 32px 32px;
}
.footer-grid {
  max-width: 1400px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--hairline);
}
.foot-brand {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 0.9;
  color: var(--red);
  margin-bottom: 16px;
}
.foot-brand span { display: block; }
.foot-tag {
  font-family: 'Tinos', 'Times New Roman', serif;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-mute);
  max-width: 320px;
  margin: 0 0 22px;
}
.footer-grid h5 {
  font-family: 'DM Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 16px;
}
.footer-grid ul {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 8px;
  font-family: 'Tinos', 'Times New Roman', serif;
  font-size: 14.5px;
}
.footer-grid a { text-decoration: none; color: var(--ink); }
.footer-grid a:hover { color: var(--red); }
.foot-news {
  display: flex;
  border: 1px solid var(--red);
  max-width: 320px;
  background: var(--paper-white);
}
.foot-news input {
  flex: 1; min-width: 0;
  background: transparent;
  border: none; outline: none;
  padding: 11px 14px;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-size: 12px;
  color: var(--ink);
}
.foot-news input::placeholder { color: var(--ink-mute); }
.foot-news button {
  background: var(--red);
  color: var(--paper-white);
  border: none;
  padding: 11px 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
}
.foot-news button:hover { background: var(--red-hot); }
.footer-bottom {
  max-width: 1400px; margin: 22px auto 0;
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* ================================================================
   ELITE PAGE — the subscribers' issue
================================================================ */
.eh-cover {
  position: relative;
  min-height: calc(100svh - 58px);
  background: var(--maroon);
  color: var(--paper);
  display: flex; flex-direction: column;
}
.eh-cover .cover-folio { color: var(--pink); }
.eh-center {
  flex: 1;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: clamp(30px, 5vh, 60px) 24px;
}
.eh-center .ge-wm { font-size: clamp(44px, 6vw, 84px); }
.eh-center .ge-tab {
  font-size: clamp(12px, 1.4vw, 17px);
  padding: 9px 20px 8px 26px;
  margin-top: 4px;
}
.eh-deep {
  margin: clamp(24px, 4vh, 40px) 0 0;
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(30px, 3.6vw, 54px);
  line-height: 1;
  color: var(--teal);
}
.eh-sub {
  margin: 18px auto 0;
  max-width: 520px;
  font-family: 'Tinos', 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--pink);
}
.eh-stats {
  margin-top: 26px;
  display: flex; justify-content: center; gap: 12px 32px; flex-wrap: wrap;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
}
.eh-cta {
  display: inline-block;
  margin-top: 34px;
  background: var(--teal);
  color: var(--maroon);
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 17px 34px;
  text-decoration: none;
  transition: background .18s, color .18s;
}
.eh-cta:hover { background: var(--paper); color: var(--red-deep); }
.eh-fine {
  display: block;
  margin-top: 18px;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--pink);
}

/* — perk collage: maroon + teal + paper cards — */
.perk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.perk-card {
  padding: 26px 24px 28px;
  display: flex; flex-direction: column; gap: 12px;
  min-height: 250px;
  transition: transform .2s ease;
}
.perk-card:hover { transform: translateY(-5px) rotate(0deg) !important; }
.perk-card.tilt-l { transform: rotate(-1.1deg); }
.perk-card.tilt-r { transform: rotate(1.1deg); }
.perk-top {
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 10.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.perk-h {
  margin: 4px 0 0;
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.02;
}
.perk-p {
  margin: 0;
  font-family: 'Tinos', 'Times New Roman', serif;
  font-size: 14.5px;
  line-height: 1.55;
}
.perk--teal   { background: var(--teal);   color: var(--red); }
.perk--teal .perk-p { color: var(--maroon); }
.perk--maroon { background: var(--maroon); color: var(--paper); }
.perk--maroon .perk-top { color: var(--teal); }
.perk--maroon .perk-p { color: var(--pink); }
.perk--paper  { background: var(--paper-white); color: var(--red); border: 1px solid var(--hairline); }
.perk--paper .perk-p { color: var(--ink-mute); }

/* — pricing — */
.plan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}
.plan {
  position: relative;
  display: flex; flex-direction: column; gap: 16px;
  padding: 38px 34px 34px;
}
.plan--paper { background: var(--paper-white); border: 2px solid var(--red); color: var(--ink); }
.plan--red   { background: var(--red-deep); color: var(--paper); }
.plan-flag {
  position: absolute; top: -15px; right: 26px;
  background: var(--teal);
  color: var(--maroon);
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 6px 14px;
  transform: rotate(-2deg);
}
.plan-tier {
  font-family: 'DM Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.plan--paper .plan-tier { color: var(--red); }
.plan--red .plan-tier { color: var(--teal); }
.plan-price { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.plan-amt {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(58px, 6.5vw, 84px);
  line-height: 0.9;
  letter-spacing: -0.01em;
}
.plan--paper .plan-amt { color: var(--red); }
.plan-per {
  font-family: 'DM Mono', ui-monospace, monospace;
  font-size: 13px;
  letter-spacing: 0.06em;
}
.plan--paper .plan-per { color: var(--ink-mute); }
.plan--red .plan-per { color: var(--pink); }
.plan-note {
  margin: 0;
  font-family: 'Tinos', 'Times New Roman', serif;
  font-size: 15px;
  line-height: 1.55;
}
.plan--paper .plan-note { color: var(--ink-mute); }
.plan--red .plan-note { color: var(--pink); }
.plan-bullets { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.plan-bullets li {
  position: relative;
  padding-left: 20px;
  font-family: 'Tinos', 'Times New Roman', serif;
  font-size: 15px;
  line-height: 1.45;
}
.plan-bullets li::before {
  content: '★';
  position: absolute; left: 0; top: 1px;
  font-size: 10px;
}
.plan--paper .plan-bullets li::before { color: var(--red); }
.plan--red .plan-bullets li::before { color: var(--teal); }
.plan-cta {
  margin-top: auto;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 22px;
  transition: background .18s, color .18s;
}
.plan--paper .plan-cta { background: var(--red); color: var(--paper-white); }
.plan--paper .plan-cta:hover { background: var(--red-hot); }
.plan--red .plan-cta { background: var(--teal); color: var(--maroon); }
.plan--red .plan-cta:hover { background: var(--paper); color: var(--red-deep); }
.plan-fine {
  margin-top: 26px;
  font-family: 'Tinos', 'Times New Roman', serif;
  font-size: 14px;
  color: var(--ink-mute);
}
.plan-fine a { color: var(--red); }

/* — testimonials: pink instant-photo notes — */
.love-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.love-card {
  background: var(--pink);
  color: var(--maroon);
  padding: 26px 24px 22px;
  display: flex; flex-direction: column; gap: 16px;
  box-shadow: 0 14px 34px rgba(20, 17, 16, 0.12);
}
.love-card.tilt-l { transform: rotate(-1.4deg); }
.love-card.tilt-r { transform: rotate(1.2deg); }
.love-quote {
  margin: 0;
  font-family: 'Tinos', 'Times New Roman', serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4;
}
.love-quote em { font-style: italic; color: var(--red); }
.love-who {
  margin-top: auto;
  font-family: 'DM Mono', ui-monospace, monospace;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

/* — FAQ — */
.faq-dl {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  column-gap: 56px;
}
.faq-dl dt {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: var(--red);
  padding: 24px 0;
  border-top: 1px solid var(--hairline);
}
.faq-dl dd {
  margin: 0;
  font-family: 'Tinos', 'Times New Roman', serif;
  font-size: 15.5px;
  line-height: 1.62;
  color: var(--ink);
  padding: 24px 0;
  border-top: 1px solid var(--hairline);
}
.faq-dl dt:last-of-type, .faq-dl dd:last-of-type { border-bottom: 1px solid var(--hairline); }

/* — closing — */
.closing {
  background: var(--red-deep);
  color: var(--paper);
  text-align: center;
  padding: clamp(80px, 10vw, 130px) 32px;
}
.closing h2 {
  margin: 0 0 24px;
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(50px, 7.5vw, 110px);
  line-height: 0.9;
}
.closing h2 em { font-style: italic; color: var(--teal); }
.closing p {
  margin: 0 auto 32px;
  max-width: 520px;
  font-family: 'Tinos', 'Times New Roman', serif;
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--pink);
}
.closing .eh-cta { margin-top: 0; }

/* ================================================================
   RESPONSIVE
================================================================ */
@media (max-width: 1100px) {
  .stand-grid { grid-template-columns: repeat(2, 1fr); }
  .closet-grid { grid-template-columns: repeat(2, 1fr); }
  .perk-grid { grid-template-columns: repeat(2, 1fr); }
  .love-grid { grid-template-columns: 1fr; }
  .love-card.tilt-l, .love-card.tilt-r { transform: none; }
  .feat { grid-template-columns: 1fr; min-height: 0; }
  .feat-photo { min-height: 54vh; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .nav-inner { padding: 14px 18px; gap: 16px; }
  .nav-links { display: none; }
  .nav-cta { font-size: 10.5px; padding: 10px 14px; letter-spacing: 0.18em; }
  section.paper-sec { padding-left: 18px; padding-right: 18px; }
  .sec-head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .cover-names { font-size: 15.5vw; }
  .cover-lower { flex-direction: column; align-items: flex-start; gap: 26px; }
  .cover-photo { width: min(62vw, 250px); }
  .stand-grid { grid-template-columns: 1fr; gap: 40px; }
  .archive-grid { grid-template-columns: 1fr; }
  .closet-grid { grid-template-columns: 1fr; }
  .perk-grid { grid-template-columns: 1fr; }
  .perk-card.tilt-l, .perk-card.tilt-r { transform: none; }
  .plan-grid { grid-template-columns: 1fr; }
  .faq-dl { grid-template-columns: 1fr; }
  .faq-dl dt { padding-bottom: 6px; }
  .faq-dl dd { padding-top: 0; border-top: 0; }
  .faq-dl dt:last-of-type { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .docket-ref { display: none; }
  .cc-split .cc-panel { padding-top: 40px; }
  .sched-band { gap: 8px 24px; padding: 14px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cover-card, .prod, .perk-card, .docket-name { transition: none; }
}
