/* GlowOps Website — home.css
   Imports DS tokens then all editorial-web component styles.
   ============================================================ */
@import url('./_ds/glowops-design-system-019e2e82-91a4-73ad-a711-08c50f7b2da5/colors_and_type.css');

html, body { background: var(--paper); color: var(--ink); }

/* ============================================================
   PAGE SHELL
   ============================================================ */
.ew-page {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.ew-page > * { min-width: 0; }
.ew-bound { padding: 0 72px; }
@media (max-width: 900px) { .ew-bound { padding: 0 24px; } }

/* ============================================================
   FOLIO + NAV
   ============================================================ */
.ew-folio {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 18px 72px;
  border-bottom: 1px solid rgba(242,233,216,0.1);
  background: var(--velvet);
  color: var(--glow);
}
.ew-folio__left,
.ew-folio__right { display: flex; align-items: center; gap: 18px; }
.ew-folio__right { justify-content: flex-end; }
.ew-folio__nav { display: flex; gap: 28px; }
.ew-folio__nav a {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--glow);
  border: 0;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  background: transparent;
  transition: border-color 160ms var(--ease-paper), color 160ms var(--ease-paper);
}
.ew-folio__nav a:hover,
.ew-folio__nav a[data-active="true"] { border-bottom-color: rgba(242,233,216,0.6); }
.ew-folio__nav a[data-active="true"] { color: var(--gold); border-bottom-color: var(--gold); }
.ew-folio__brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
  font-variation-settings: "opsz" 28;
}
.ew-folio__brand em { font-style: italic; font-weight: 500; }

/* Studio dropdown */
.ew-folio__studio { position: relative; margin-left: 20px; padding-left: 20px; border-left: 1px solid rgba(242,233,216,0.15); }
.ew-folio__studio-btn {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(242,233,216,0.45);
  background: transparent;
  border: 0;
  padding: 6px 0;
  cursor: pointer;
  transition: color 160ms var(--ease-paper);
}
.ew-folio__studio-btn:hover { color: var(--glow); }
.ew-folio__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--velvet);
  border: 1px solid rgba(242,233,216,0.1);
  border-top: 1px solid var(--gold);
  min-width: 220px;
  z-index: 200;
  padding-top: 8px;
}
.ew-folio__dropdown-item {
  display: block;
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--glow);
  padding: 14px 20px;
  text-decoration: none;
  transition: color 160ms var(--ease-paper), background 160ms var(--ease-paper);
}
.ew-folio__dropdown-item:hover { color: var(--gold); background: rgba(242,233,216,0.04); }

/* ============================================================
   HERO
   ============================================================ */
.ew-hero {
  background: #2B1D15;
  color: var(--glow);
  padding: 64px 72px 96px;
  border-bottom: 1px solid rgba(242,233,216,0.1);
}
.ew-hero__inner {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 80px;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}
.ew-hero__copy { display: grid; gap: 22px; }
.ew-hero__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(72px, 11vw, 168px);
  letter-spacing: -0.04em;
  line-height: 0.9;
  margin: 0;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
  font-variation-settings: "opsz" 96;
}
.ew-hero__title em {
  display: block;
  font-style: italic;
  font-weight: 500;
  font-size: 0.62em;
  line-height: 0.96;
  letter-spacing: -0.045em;
  white-space: nowrap;
}
.ew-hero__deck {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  line-height: 1.35;
  color: var(--glow-soft);
  margin: 0;
  max-width: 36ch;
}
.ew-hero__deck em { font-style: normal; font-weight: 600; color: var(--glow); }
.ew-hero__cta {
  display: flex; align-items: center; gap: 14px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.ew-hero__btn {
  font-family: var(--font-sans);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 18px 26px;
  background: var(--oxblood);
  color: var(--glow);
  border: 1px solid var(--oxblood);
  border-radius: 0;
  cursor: pointer;
  transition: background 200ms var(--ease-paper), color 200ms var(--ease-paper), border-color 200ms var(--ease-paper);
}
.ew-hero__btn:hover { background: var(--cherry); border-color: var(--cherry); }
.ew-hero__btn--ghost { background: transparent; color: var(--glow); border-color: rgba(242,233,216,0.45); }
.ew-hero__btn--ghost:hover { background: var(--glow); color: var(--velvet); border-color: var(--glow); }
.ew-hero__subline {
  display: flex;
  flex-wrap: wrap;
  gap: 0 18px;
  align-items: baseline;
  padding-top: 18px;
  margin-top: 8px;
  border-top: 1px solid rgba(242,233,216,0.14);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 17px;
  color: var(--glow-mute);
}
.ew-hero__subline .forming { color: var(--gold); font-weight: 500; }
.ew-hero__issue { position: relative; display: grid; gap: 14px; justify-items: stretch; }
.ew-hero__page {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--ink);
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(21,17,15,0.06), 0 24px 56px -20px rgba(21,17,15,0.28);
  transition: transform 360ms var(--ease-paper), box-shadow 360ms var(--ease-paper);
}
.ew-hero__page:hover { transform: translateY(-3px); box-shadow: 0 1px 0 rgba(21,17,15,0.06), 0 28px 64px -22px rgba(21,17,15,0.36); }
.ew-hero__page img { width: 100%; height: 100%; object-fit: cover; }
.ew-hero__caption { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding-top: 10px; border-top: 1px solid rgba(242,233,216,0.14); }
.ew-hero__readline {
  font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--glow); background: transparent; border: 0; padding: 4px 0; cursor: pointer;
  border-bottom: 1px solid rgba(242,233,216,0.38);
  transition: color 160ms var(--ease-paper), border-color 160ms var(--ease-paper);
}
.ew-hero__readline:hover { color: var(--gold); border-bottom-color: var(--gold); }
@media (max-width: 900px) {
  .ew-hero { padding: 40px 24px 56px; }
  .ew-hero__inner { grid-template-columns: 1fr; gap: 48px; }
}

/* ============================================================
   SECTION HEADER
   ============================================================ */
.ew-section { padding: 96px 72px; }
@media (max-width: 900px) { .ew-section { padding: 64px 24px; } }
.ew-section__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
  padding-bottom: 28px;
  margin-bottom: 36px;
  border-bottom: var(--rule-thin);
}
.ew-section__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: -0.025em;
  line-height: 0.96;
  margin: 0;
}
.ew-section__title em { font-style: italic; font-weight: 500; }
.ew-section__deck { font-family: var(--font-serif); font-style: italic; font-size: 17px; color: var(--ink-soft); margin: 0; max-width: 38ch; text-align: right; }

/* ============================================================
   ARCHIVE GRID
   ============================================================ */
.ew-archive {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 56px 32px;
}
.ew-card {
  cursor: pointer;
  display: grid;
  gap: 14px;
}
.ew-card.span-4 { grid-column: span 4; }
.ew-card.span-5 { grid-column: span 5; }
.ew-card.span-6 { grid-column: span 6; }
.ew-card.span-7 { grid-column: span 7; }
.ew-card.span-8 { grid-column: span 8; }
.span-4 { grid-column: span 4; }

.ew-card__img {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: color-mix(in srgb, var(--paper-soft) 82%, var(--ink) 18%);
  display: grid;
  place-items: center;
}
.ew-card__img img {
  width: 100%; height: 100%; object-fit: contain;
  filter: saturate(0.93) contrast(1.02);
  transition: filter 380ms var(--ease-paper), transform 1.2s var(--ease-velvet);
}
.ew-card:hover .ew-card__img img { filter: saturate(1.02) contrast(1.03); transform: scale(1.015); }
.ew-card__head {
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  border-top: var(--rule-hair); padding-top: 12px;
}
.ew-card__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.02em;
  line-height: 1.02;
  margin: 0;
}
.ew-card__name em { font-style: italic; font-weight: 500; }
.ew-card:hover .ew-card__name { color: var(--oxblood); }
.ew-card__deck {
  font-family: var(--font-serif);
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 4px 0 0;
  max-width: 44ch;
}

@media (max-width: 700px) {
  .ew-section__head {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .ew-section__deck {
    max-width: 30ch;
    text-align: left;
  }
  .ew-archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 16px;
  }
  .ew-card.span-4,
  .ew-card.span-5,
  .ew-card.span-6,
  .ew-card.span-7,
  .ew-card.span-8 {
    grid-column: span 1;
  }
  .ew-card__head {
    display: grid;
    justify-content: start;
    gap: 4px;
  }
  .ew-card__name { font-size: 22px; }
  .ew-archive--index .ew-card__deck { display: none; }
  .ew-archive--edits { grid-template-columns: 1fr; }
}

/* The Editorial is authored with inline desktop composition values.
   These class overrides keep its mobile reading measure intentional. */
@media (max-width: 700px) {
  .te-header {
    padding: 56px 24px 48px !important;
    grid-template-columns: 1fr !important;
    gap: 42px !important;
    align-items: start !important;
  }
  .te-header h1 { font-size: 48px !important; }
  .te-manifesto {
    padding: 64px 24px !important;
    max-width: none !important;
  }
  .te-world { padding: 0 24px 64px !important; }
  .te-world__grid { grid-template-columns: 1fr !important; }
  .te-world__item { padding: 24px 0 !important; }
  .te-principle {
    padding: 64px 24px !important;
    grid-template-columns: 1fr !important;
    gap: 48px !important;
  }
  .te-founder {
    padding: 64px 24px !important;
    grid-template-columns: 1fr !important;
    gap: 42px !important;
  }
}

/* ============================================================
   VELVET BREAK
   ============================================================ */
.ew-velvet {
  background: var(--velvet);
  color: var(--glow);
  padding: 0;
  position: relative;
  overflow: hidden;
}
.ew-velvet__inner {
  display: grid;
  grid-template-columns: 5fr 7fr;
  min-height: 560px;
}
.ew-velvet__img { background-size: cover; background-position: center; }
.ew-velvet__copy {
  padding: 72px 72px 64px;
  display: grid;
  align-content: end;
  gap: 22px;
}
.ew-velvet__kicker { font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 10px; }
.ew-velvet__quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(28px, 3.4vw, 54px);
  line-height: 1.18;
  margin: 0;
  color: var(--glow);
  text-wrap: pretty;
}
.ew-velvet__byline { font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--glow-mute); }
@media (max-width: 900px) { .ew-velvet__inner { grid-template-columns: 1fr; } .ew-velvet__img { min-height: 280px; } }

/* ============================================================
   PODCAST PREVIEW
   ============================================================ */
.ew-podpreview {
  background: var(--velvet);
  color: var(--glow);
  padding: 80px 72px 96px;
}
.ew-podpreview__head {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 32px;
  padding-bottom: 28px;
}
.ew-podpreview__kicker { font-family: var(--font-sans); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(242,233,216,0.45); display: block; margin-bottom: 10px; }
.ew-podpreview__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 48px);
  letter-spacing: -0.025em;
  line-height: 1.0;
  margin: 0;
  color: var(--glow);
  max-width: 28ch;
}
.ew-podpreview__title em { font-style: italic; font-weight: 500; }
.ew-podpreview__all {
  font-family: var(--font-sans); font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase;
  padding: 0; background: transparent; border: 0; border-bottom: 1px solid rgba(242,233,216,0.28); color: var(--glow);
  cursor: pointer; flex-shrink: 0; padding-bottom: 2px;
  transition: color 160ms var(--ease-paper), border-color 160ms var(--ease-paper);
}
.ew-podpreview__all:hover { color: var(--gold); border-color: var(--gold); }

/* ---- Supporting episodes ---- */
.ew-pod-secondary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 2px;
  border-top: 1px solid rgba(242,233,216,0.06);
  padding-top: 28px;
}
.ew-pod-secondary__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ew-pod-secondary__item:first-child { padding-right: 48px; border-right: 1px solid rgba(242,233,216,0.07); }
.ew-pod-secondary__item:last-child { padding-left: 48px; }
.ew-pod-secondary__meta { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--glow-mute); }
.ew-pod-secondary__title { font-family: var(--font-display); font-size: clamp(15px, 1.6vw, 20px); font-weight: 600; letter-spacing: -0.015em; line-height: 1.25; color: var(--glow); margin: 0; }
.ew-pod-secondary__guest { font-family: var(--font-display); font-style: italic; font-size: 14px; color: rgba(242,233,216,0.55); margin: 0; }
.ew-pod-secondary__listen { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--glow-mute); background: transparent; border: 0; padding: 0; cursor: pointer; text-align: left; }
.ew-pod-secondary__listen:hover { color: var(--glow); }

/* ---- Full-width episode card ---- */
.ew-pod-card {
  position: relative;
  width: 100%;
  height: clamp(320px, 42vw, 520px);
  background: #1a1310;
  overflow: hidden;
}
.ew-pod-card__scrim {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(
    to top,
    rgba(6,3,2,0.9) 0%,
    rgba(6,3,2,0.7) 34%,
    rgba(6,3,2,0.44) 64%,
    rgba(6,3,2,0.22) 100%
  );
}
.ew-pod-card__overlay {
  position: absolute; inset: 0; z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 32px 36px;
  gap: 40px;
}
.ew-pod-card__left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ew-pod-card__meta {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(242,233,216,0.55);
}
.ew-pod-card__dot { color: rgba(242,233,216,0.25); }
.ew-pod-card__meta span:first-child,
.ew-pod-card__meta span:nth-child(3) { color: var(--gold); }
.ew-pod-card__issue { color: rgba(242,233,216,0.55); }
.ew-pod-card__title {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.8vw, 40px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--glow);
  margin: 0;
  max-width: 24ch;
  text-wrap: pretty;
}
.ew-pod-card__title em { font-style: italic; font-weight: 400; color: var(--gold); }
.ew-pod-card__actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-shrink: 0;
  align-self: flex-end;
}
.ew-pod-card__btn {
  font-family: var(--font-sans); font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 9px 14px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: background 160ms var(--ease-paper), color 160ms var(--ease-paper);
  white-space: nowrap;
  min-width: 160px;
}
.ew-pod-card__btn--cream { background: rgba(245,239,230,0.92); color: #15110f; }
.ew-pod-card__btn--cream:hover { background: #fff; color: #000; }
.ew-pod-card__btn--dark { background: #15110f; color: var(--glow); }
.ew-pod-card__btn--dark:hover { background: #000; color: #fff; }
@media (max-width: 900px) {
  .ew-podpreview { padding: 48px 24px 56px; }
  .ew-podpreview__head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .ew-pod-card {
    height: auto;
    background: #15110f;
  }
  .ew-pod-card > img {
    height: auto !important;
    aspect-ratio: 16 / 9;
    object-fit: cover !important;
    object-position: center !important;
  }
  .ew-pod-card__scrim {
    bottom: auto;
    height: 56.25%;
    background: linear-gradient(to top, rgba(6,3,2,0.48), rgba(6,3,2,0.06));
  }
  .ew-pod-card__overlay {
    position: relative;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    padding: calc(56.25% + 18px) 20px 20px;
    gap: 18px;
    background: linear-gradient(to bottom, transparent 0, transparent 52%, #15110f 52%);
  }
  .ew-pod-card__left { width: 100%; }
  .ew-pod-card__title {
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.08;
    max-width: 18ch;
  }
  .ew-pod-card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
    gap: 8px;
  }
  .ew-pod-card__btn { min-width: 0; }
}
/* ---- Featured episode block ---- */
.ew-pod-feature {
  display: grid;
  grid-template-columns: 5fr 7fr;
  background: #231812;
  border: 1px solid rgba(242,233,216,0.06);
  margin-top: 28px;
  overflow: hidden;
}
.ew-pod-feature__copy {
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(242,233,216,0.06);
  min-height: 340px;
}
.ew-pod-feature__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--glow-mute);
  white-space: nowrap;
}
.ew-pod-feature__sep { color: var(--oxblood); }
.ew-pod-feature__issue { color: var(--gold); }
.ew-pod-feature__title {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.6vw, 36px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--glow);
  margin: 0;
  text-wrap: pretty;
  padding: 20px 0;
  flex: 1;
}
.ew-pod-feature__title em { font-style: italic; font-weight: 500; color: var(--gold); }
.ew-pod-feature__foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(242,233,216,0.07);
  flex-wrap: wrap;
}
.ew-pod-feature__guest { font-family: var(--font-display); font-style: italic; font-size: 16px; color: var(--glow); margin: 0; }
.ew-pod-feature__role { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--glow-mute); margin: 3px 0 0; }
.ew-pod-feature__actions { display: flex; gap: 10px; }
.ew-pod-feature__btn {
  font-family: var(--font-sans);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 12px 18px;
  background: transparent;
  color: var(--glow);
  border: 1px solid rgba(242,233,216,0.25);
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: background 200ms var(--ease-paper), border-color 200ms var(--ease-paper);
}
.ew-pod-feature__btn:hover { background: rgba(242,233,216,0.06); border-color: var(--glow); }
/* Cinematic image zone */
.ew-pod-feature__image {
  position: relative;
  background: linear-gradient(160deg, #3B1C0A 0%, #241208 40%, #160905 75%, #0E0603 100%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 24px;
}
.ew-pod-feature__image image-slot { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.ew-pod-feature__image-tag {
  font-family: var(--font-sans);
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(242,233,216,0.18);
  text-align: right;
  position: relative;
  z-index: 3;
}
/* Supporting episodes */
.ew-pod-secondary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(242,233,216,0.07);
  margin-top: 28px;
  padding-top: 28px;
}
.ew-pod-secondary__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ew-pod-secondary__item:first-child { padding-right: 48px; border-right: 1px solid rgba(242,233,216,0.07); }
.ew-pod-secondary__item:last-child { padding-left: 48px; }
.ew-pod-secondary__meta { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--glow-mute); }
.ew-pod-secondary__title { font-family: var(--font-display); font-size: clamp(15px, 1.6vw, 20px); font-weight: 600; letter-spacing: -0.015em; line-height: 1.25; color: var(--glow); margin: 0; }
.ew-pod-secondary__guest { font-family: var(--font-display); font-style: italic; font-size: 14px; color: rgba(242,233,216,0.55); margin: 0; }
.ew-pod-secondary__listen { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--glow-mute); background: transparent; border: 0; padding: 0; cursor: pointer; margin-top: 4px; transition: color 160ms var(--ease-paper); }
.ew-pod-secondary__listen:hover { color: var(--glow); }
@media (max-width: 900px) {
  .ew-podpreview { padding: 48px 24px 56px; }
  .ew-podpreview__head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .ew-pod-feature { grid-template-columns: 1fr; }
  .ew-pod-feature__copy { min-height: auto; border-right: none; border-bottom: 1px solid rgba(242,233,216,0.06); }
  .ew-pod-feature__image { min-height: 220px; }
  .ew-pod-feature__foot { flex-direction: column; align-items: flex-start; gap: 12px; }
  .ew-pod-secondary { grid-template-columns: 1fr; padding-top: 20px; }
  .ew-pod-secondary__item:first-child { padding-right: 0; border-right: none; border-bottom: 1px solid rgba(242,233,216,0.07); padding-bottom: 20px; }
  .ew-pod-secondary__item:last-child { padding-left: 0; padding-top: 20px; }
}

/* Podcast rows */
.ew-pod__row {
  display: grid;
  grid-template-columns: 84px 1fr auto 132px;
  align-items: center;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--velvet-hairline);
  transition: background 200ms var(--ease-paper);
  cursor: pointer;
}
.ew-pod__row:hover { background: rgba(242,233,216,0.04); }
.ew-pod__col-n { font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.ew-pod__col-meta { display: grid; gap: 4px; font-family: var(--font-sans); font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--glow-mute); text-align: right; }
.ew-pod__play {
  font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  padding: 14px 18px; background: transparent; border: 1px solid var(--gold); color: var(--gold);
  border-radius: 0; cursor: pointer;
  transition: background 200ms var(--ease-paper), color 200ms var(--ease-paper);
}
.ew-pod__play:hover { background: var(--gold); color: var(--velvet); }
@media (max-width: 900px) {
  .ew-podpreview { padding: 48px 24px 56px; }
  .ew-podpreview__head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .ew-pod__row { grid-template-columns: 1fr; }
  .ew-pod__col-meta { text-align: left; flex-direction: row; display: flex; gap: 18px; }
}

/* ============================================================
   WOMEN PREVIEW
   ============================================================ */
.ew-womenprev {
  background: var(--paper);
  padding: 96px 72px;
  border-top: var(--rule-hair);
}
.ew-womenprev__head {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 32px;
  padding-bottom: 24px;
  border-bottom: var(--rule-thin);
  margin: 0 auto 44px;
  max-width: 1440px;
}
.ew-womenprev__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: -0.025em;
  line-height: 0.96;
  margin: 12px 0 0;
  max-width: 18ch;
}
.ew-womenprev__title em { font-style: italic; font-weight: 500; }
.ew-womenprev__all {
  font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  padding: 12px 18px; background: var(--ink); border: 1px solid var(--ink); color: var(--paper);
  border-radius: 0; cursor: pointer; flex-shrink: 0;
  transition: background 200ms var(--ease-paper);
}
.ew-womenprev__all:hover { background: var(--oxblood); border-color: var(--oxblood); }
.ew-womenprev__grid {
  max-width: 1440px;
  margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px 28px;
}

/* Woman cards */
.ew-woman { cursor: pointer; display: grid; gap: 16px; }
.ew-woman__img { aspect-ratio: 3/4; overflow: hidden; background: var(--ink); }
.ew-woman__img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.95) contrast(1.03); transition: filter 360ms var(--ease-paper), transform 1.2s var(--ease-velvet); }
.ew-woman:hover .ew-woman__img img { filter: saturate(1.02); transform: scale(1.015); }
.ew-woman__meta { display: grid; gap: 6px; padding-top: 4px; border-top: var(--rule-hair); }
.ew-woman__no { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--ink-mute); }
.ew-woman__name { font-family: var(--font-display); font-weight: 600; font-size: 28px; letter-spacing: -0.02em; line-height: 1.04; margin: 0; }
.ew-woman:hover .ew-woman__name { color: var(--oxblood); }
.ew-woman__appearances { list-style: none; padding: 8px 0 0; margin: 0; display: grid; gap: 4px; }
.ew-woman__appearances li { font-family: var(--font-serif); font-style: italic; font-size: 13px; color: var(--ink-mute); }
.ew-woman__appearances li::before { content: "+ "; color: var(--oxblood); font-style: normal; }
@media (max-width: 900px) {
  .ew-womenprev { padding: 56px 24px; }
  .ew-womenprev__head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .ew-womenprev__grid { grid-template-columns: 1fr 1fr; gap: 36px 18px; }
}

/* ============================================================
   EDITOR'S NOTE
   ============================================================ */
.ew-note {
  background: var(--paper-soft);
  padding: 96px 72px;
}
.ew-note__inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start;
  max-width: 1280px; margin: 0 auto;
}
.ew-note__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(48px, 7vw, 110px);
  letter-spacing: -0.03em;
  line-height: 0.92;
  margin: 0;
  text-transform: uppercase;
}
.ew-note__title em { font-style: italic; font-weight: 500; text-transform: none; }
.ew-note__by { font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); margin-top: 14px; }
.ew-note__body { display: grid; gap: 14px; max-width: 56ch; }
.ew-note__body p { font-family: var(--font-serif); font-size: 16.5px; line-height: 1.6; margin: 0; max-width: none; }
.ew-note__body .pull { font-family: var(--font-display); font-style: italic; font-size: 24px; line-height: 1.3; color: var(--ink); padding: 14px 0 14px 22px; border-left: 2px solid var(--oxblood); }
@media (max-width: 900px) {
  .ew-note { padding: 56px 24px; }
  .ew-note__inner { grid-template-columns: 1fr; gap: 36px; }
}

/* ============================================================
   MARQUEE
   ============================================================ */
.ew-marquee {
  background: var(--paper);
  color: var(--ink);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  overflow: hidden;
  position: relative;
}
.ew-marquee::before, .ew-marquee::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 64px; z-index: 2; pointer-events: none;
}
.ew-marquee::before { left: 0; background: linear-gradient(to right, var(--paper), transparent); }
.ew-marquee::after  { right: 0; background: linear-gradient(to left, var(--paper), transparent); }
.ew-marquee__track {
  display: flex; gap: 0; align-items: center;
  width: max-content;
  animation: ew-marq 60s linear infinite;
  padding: 22px 0;
}
.ew-marquee__cell {
  display: inline-flex; align-items: center; gap: 20px;
  padding: 0 32px;
  white-space: nowrap;
}
.ew-marquee__cross { color: var(--oxblood); font-style: normal; font-family: var(--font-sans); font-size: 11px; }
.ew-marquee__text  { opacity: 0.85; }
.ew-marquee__label {
  font-family: var(--font-display);
  font-style:  normal;
  font-weight: 600;
  font-size:   15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: 0.82;
  align-self: center;
}
@keyframes ew-marq {
  from { transform: translateX(0); }
  to   { transform: translateX(-33.333%); }
}

/* ============================================================
   FOOTER
   ============================================================ */
.ew-foot {
  background: var(--paper-soft); color: var(--ink);
  padding: 80px 72px 28px;
  display: grid; gap: 56px;
  border-top: var(--rule-hair);
}
.ew-foot__colophon { display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; padding-bottom: 28px; border-bottom: var(--rule-thin); max-width: 1440px; margin: 0 auto; width: 100%; }
.ew-foot__cole-h { font-family: var(--font-display); font-weight: 700; font-size: clamp(34px, 4vw, 52px); letter-spacing: -0.025em; line-height: 1; margin: 12px 0 14px; max-width: 22ch; }
.ew-foot__cole-h em { font-style: italic; font-weight: 500; }
.ew-foot__cole-body { font-family: var(--font-serif); font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); margin: 0; max-width: 50ch; }
.ew-foot__dispatch { padding-top: 36px; }
.ew-foot__dispatch-body { font-family: var(--font-serif); font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); margin: 12px 0 18px; max-width: 38ch; }
.ew-foot__form { display: grid; grid-template-columns: 1fr auto; gap: 0; align-items: stretch; max-width: 36ch; }
.ew-foot__email { border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: 12px 0; font-family: var(--font-serif); font-size: 15px; color: var(--ink); outline: none; }
.ew-foot__sub { background: var(--ink); color: var(--paper); border: 1px solid var(--ink); padding: 12px 18px; font-family: var(--font-sans); font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer; border-radius: 0; white-space: nowrap; }
.ew-foot__sub:hover { background: var(--oxblood); border-color: var(--oxblood); }
.ew-foot__sub:disabled { opacity: 0.6; cursor: default; }
.ew-foot__subform { display: flex; gap: 8px; align-items: stretch; max-width: 380px; flex-wrap: wrap; }
.ew-foot__subinput { flex: 1 1 180px; min-width: 0; background: transparent; border: 1px solid var(--hairline); color: var(--ink); padding: 12px 14px; font-family: var(--font-serif); font-size: 14px; border-radius: 0; }
.ew-foot__subinput:focus { outline: none; border-color: var(--ink); }
.ew-foot__subinput::placeholder { color: var(--ink-mute); }
.ew-foot__sub-done { font-family: var(--font-serif); font-size: 14.5px; color: var(--ink); margin: 4px 0 0; }
.ew-foot__sub-err { font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.04em; color: var(--oxblood); margin: 8px 0 0; }
.ew-foot__cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; max-width: 1440px; margin: 0 auto; width: 100%; }
.ew-foot__col h4 { font-family: var(--font-sans); font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-mute); margin: 0 0 14px; font-weight: 500; }
.ew-foot__col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.ew-foot__col li a, .ew-foot__col li span { font-family: var(--font-serif); font-size: 14.5px; color: var(--ink); border: 0; line-height: 1.45; }
.ew-foot__col li a:hover { color: var(--oxblood); }
.ew-foot__bottom { display: flex; justify-content: space-between; align-items: baseline; padding-top: 18px; border-top: var(--rule-hair); max-width: 1440px; margin: 0 auto; width: 100%; }
.ew-foot__bottom span { font-family: var(--font-sans); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); }
@media (max-width: 900px) {
  .ew-foot { padding: 56px 24px 24px; gap: 36px; }
  .ew-foot__colophon { grid-template-columns: 1fr; gap: 24px; }
  .ew-foot__cols { grid-template-columns: 1fr 1fr; gap: 24px; }
}

/* ============================================================
   MANIFESTO — centered editorial declaration
   ============================================================ */
.ew-manifesto {
  background: var(--paper);
  padding: 96px 72px;
  display: grid; place-items: center;
  border-bottom: var(--rule-hair);
}
.ew-manifesto__copy {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(28px, 3.4vw, 46px);
  letter-spacing: -0.015em;
  line-height: 1.18;
  color: var(--ink);
  margin: 0;
  text-align: center;
  max-width: 38ch;
  text-wrap: balance;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}
.ew-manifesto__copy em { font-style: italic; font-weight: 400; }
.ew-manifesto__keep { white-space: nowrap; }
@media (max-width: 900px) { .ew-manifesto { padding: 56px 24px; } }

/* ============================================================
   NEXT FORM EDIT — velvet cinematic dark feature section
   ============================================================ */
.ew-edit {
  background: var(--velvet);
  color: var(--glow);
  padding: 96px 72px 80px;
  position: relative;
  overflow: hidden;
}
.ew-edit::before {
  content: ""; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(135deg,
    transparent 0px, transparent 28px,
    rgba(184,146,74,0.06) 28px, rgba(184,146,74,0.06) 29px);
  pointer-events: none;
}
.ew-edit > * { position: relative; z-index: 1; }
.ew-edit__head { display: grid; gap: 14px; max-width: 1280px; margin: 0 auto 48px; }
.ew-edit__crumb {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 12px; border-bottom: 1px solid rgba(184,146,74,0.4);
}
.ew-edit__kicker { font-family: var(--font-sans); font-size: 10.5px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); }
.ew-edit__no { font-family: var(--font-sans); font-size: 10.5px; letter-spacing: 0.32em; color: var(--glow-mute); }
.ew-edit__title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(56px, 7vw, 108px);
  letter-spacing: -0.03em; line-height: 0.94; margin: 0; color: var(--glow);
}
.ew-edit__title em { font-style: italic; font-weight: 500; }
.ew-edit__meta { font-family: var(--font-sans); font-size: 10.5px; letter-spacing: 0.32em; color: var(--glow-mute); }
.ew-edit__feature {
  max-width: 1280px; margin: 0 auto 48px;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: start;
  padding: 36px 0;
  border-top: 1px solid rgba(242,233,216,0.18);
  border-bottom: 1px solid rgba(242,233,216,0.18);
}
.ew-edit__pull-title {
  font-family: var(--font-display); font-style: italic; font-weight: 500;
  font-size: 28px; line-height: 1.22; color: var(--glow); margin: 0 0 14px; max-width: 28ch;
}
.ew-edit__pull-body {
  font-family: var(--font-serif); font-size: 15px; line-height: 1.55;
  color: var(--glow-soft); margin: 0 0 18px; max-width: 56ch;
}
.ew-edit__readbtn {
  font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  padding: 14px 18px; background: transparent; border: 1px solid var(--gold); color: var(--gold);
  border-radius: 0; cursor: pointer;
  transition: background 200ms var(--ease-paper), color 200ms var(--ease-paper);
}
.ew-edit__readbtn:hover { background: var(--gold); color: var(--velvet); }
.ew-edit__latest-cover {
  margin: 0;
  width: min(100%, 360px);
  justify-self: end;
}
.ew-edit__latest-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  background: var(--shadow);
  box-shadow: 0 24px 56px rgba(0,0,0,0.35);
}
.ew-edit__latest-cover figcaption {
  margin-top: 10px;
  font-family: var(--font-sans);
  font-size: 9.5px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--glow-mute);
}
.ew-edit__meta-table { display: grid; gap: 4px; border-top: 1px solid rgba(184,146,74,0.4); padding-top: 12px; }
.ew-edit__row {
  display: grid; grid-template-columns: 130px 1fr; gap: 18px;
  padding: 6px 0; border-bottom: 1px solid rgba(242,233,216,0.08);
  font-family: var(--font-serif); font-size: 13px; color: var(--glow-soft);
}
.ew-edit__row span:first-child {
  font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--glow-mute); padding-top: 2px;
}
.ew-edit__quote { max-width: 1280px; margin: 0 auto 48px; padding: 24px 0; }
.ew-edit__quote-h {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(36px, 4.4vw, 64px);
  letter-spacing: -0.025em; line-height: 1.04; color: var(--glow); margin: 0; max-width: 30ch;
}
.ew-edit__quote-h em { font-style: italic; font-weight: 500; }
.ew-edit__portfolio { max-width: 1280px; margin: 0 auto; }
.ew-edit__portfolio-head {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 14px; border-bottom: 1px solid rgba(184,146,74,0.4); margin-bottom: 20px;
}
.ew-edit__portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px) {
  .ew-edit { padding: 56px 24px; }
  .ew-edit__feature { grid-template-columns: 1fr; gap: 24px; }
  .ew-edit__latest-cover { justify-self: start; width: min(82vw, 320px); }
  .ew-edit__portfolio-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .ew-hero__title { font-size: clamp(54px, 20vw, 78px); }
  .ew-hero__title em { white-space: normal; text-wrap: balance; }
  .ew-hero__caption { align-items: flex-start; flex-direction: column; }
}

/* ============================================================
   AFTER HOURS CARDS — magazine / podcast / women dark treatments
   ============================================================ */
.ah-card {
  background: var(--ember);
  color: var(--glow);
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  cursor: pointer;
  overflow: hidden;
  padding: 16px 18px 14px;
  border: 1px solid rgba(242,233,216,0.08);
  transition: transform 360ms var(--ease-paper), background 360ms var(--ease-paper);
}
.ah-card::before {
  content: ""; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(135deg,
    transparent 0px, transparent 6px,
    rgba(0,0,0,0.18) 6px, rgba(0,0,0,0.18) 7px);
  pointer-events: none;
}
.ah-card > * { position: relative; z-index: 1; }
.ah-card:hover { background: var(--oxblood-pulse); transform: translateY(-2px); }
.ah-card--magazine, .ah-card--woman { aspect-ratio: 3/4; }
.ah-card__top {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: 10px; border-bottom: 1px solid rgba(184,146,74,0.4);
}
.ah-card__kicker { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--blush); }
.ah-card__kicker.right { color: var(--gold); text-align: right; }
.ah-card__body { padding: 22px 0; display: flex; align-items: flex-end; }
.ah-card__body--mag { align-items: flex-end; min-height: 200px; }
.ah-card__h {
  font-family: var(--font-display); font-weight: 500; font-size: 22px;
  letter-spacing: -0.015em; line-height: 1.18; margin: 0; color: var(--glow); max-width: 22ch;
}
.ah-card__h em { font-style: italic; }
.ah-card__bottom {
  display: flex; justify-content: space-between; align-items: flex-end;
  padding-top: 10px; border-top: 1px solid rgba(184,146,74,0.32);
  font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--blush);
}
.ah-card__tag { max-width: 60%; line-height: 1.3; }
.ah-card__tag .dim { display: block; color: var(--glow-mute); opacity: 0.7; margin-top: 2px; }
.ah-card__ratio { color: var(--glow-mute); }

/* Podcast — split card */
.ah-card--podcast { background: transparent; padding: 0; border: 0; aspect-ratio: 16/9; }
.ah-card--podcast::before { content: none; }
.ah-card--wide .ah-card__split { display: grid; grid-template-columns: 5fr 7fr; height: 100%; }
.ah-card__pane {
  position: relative; padding: 16px 18px;
  display: grid; grid-template-rows: auto 1fr auto;
}
.ah-card__pane::before {
  content: ""; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(135deg,
    transparent 0px, transparent 6px,
    rgba(0,0,0,0.18) 6px, rgba(0,0,0,0.18) 7px);
  pointer-events: none;
}
.ah-card__pane > * { position: relative; z-index: 1; }
.ah-card__pane--left  { background: var(--ember); border: 1px solid rgba(242,233,216,0.08); }
.ah-card__pane--right { background: var(--shadow); border: 1px solid rgba(242,233,216,0.08); border-left: 0; }
.ah-card__body--pod { display: block; padding: 16px 0; }
.ah-card__guest { margin-top: 14px; display: grid; gap: 4px; }
.ah-card__guest .name { font-family: var(--font-serif); font-size: 14.5px; color: var(--glow); font-style: italic; }
.ah-card__guest .role { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--glow-mute); }
.ah-card__bottom--pod { background: var(--shadow); margin: 0 -18px -16px; padding: 12px 18px; border-top: 1px solid rgba(184,146,74,0.32); }
.ah-card__listen { display: flex; gap: 18px; font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--blush); }
.ah-card__pod-tags { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }

/* Woman card — paper foot */
.ah-card--woman { padding-bottom: 0; }
.ah-card__body--woman { min-height: 280px; flex: 1; }
.ah-card--woman .ah-card__foot {
  background: var(--paper); color: var(--ink);
  margin: 14px -18px -14px; padding: 16px 18px 14px;
  position: relative; z-index: 2; display: grid; gap: 4px;
}
.ah-card__woman-name { font-family: var(--font-display); font-weight: 600; font-size: 22px; letter-spacing: -0.015em; line-height: 1; margin: 0; color: var(--ink); }
.ah-card__woman-role { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-mute); }
.ah-card__woman-app { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--oxblood); margin-top: 4px; }

/* ============================================================
   COLOPHON — ink editorial house statement
   ============================================================ */
.ew-colophon { background: var(--ink); color: var(--paper); padding: 96px 72px; }
.ew-colophon__inner { max-width: 1280px; margin: 0 auto; }
.ew-colophon__lede {
  display: grid; gap: 18px; padding-bottom: 36px;
  border-bottom: 1px solid rgba(245,239,230,0.18); margin-bottom: 36px;
}
.ew-colophon__copy {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: -0.015em; line-height: 1.28; color: var(--paper); margin: 0; max-width: 48ch;
}
.ew-colophon__copy em { font-style: italic; }
.ew-colophon__copy strong { font-weight: 700; }
.ew-colophon__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.ew-colophon__col h4 {
  font-family: var(--font-sans); font-size: 10.5px; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--gold); margin: 0 0 12px; font-weight: 500;
}
.ew-colophon__col p {
  font-family: var(--font-serif); font-size: 14.5px; line-height: 1.55;
  color: rgba(245,239,230,0.8); margin: 0; max-width: none;
}
@media (max-width: 900px) {
  .ew-colophon { padding: 56px 24px; }
  .ew-colophon__cols { grid-template-columns: 1fr; gap: 24px; }
}

/* ============================================================
   SUBSCRIBE STRIP — ink dark CTA
   ============================================================ */
.ew-sub { background: var(--ink); color: var(--paper); padding: 80px 72px; }
.ew-sub__inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: end; max-width: 1280px; margin: 0 auto; }
.ew-sub__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(36px, 4.4vw, 64px); letter-spacing: -0.02em; line-height: 1; margin: 0; }
.ew-sub__title em { font-style: italic; font-weight: 500; }
.ew-sub__deck { font-family: var(--font-serif); font-style: italic; font-size: 15.5px; color: rgba(245,239,230,0.7); margin: 14px 0 0; max-width: 36ch; }
.ew-sub__form { display: grid; gap: 12px; }
.ew-sub__row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.ew-sub__input {
  background: transparent; border: 0; border-bottom: 1px solid rgba(245,239,230,0.6);
  color: var(--paper); padding: 12px 0; font-family: var(--font-serif); font-size: 16px;
  outline: none; border-radius: 0;
}
.ew-sub__input::placeholder { color: rgba(245,239,230,0.45); font-style: italic; }
.ew-sub__input:focus { border-bottom-color: var(--paper); }
.ew-sub__btn {
  font-family: var(--font-sans); font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 14px 22px; background: var(--paper); color: var(--ink);
  border: 1px solid var(--paper); border-radius: 0; cursor: pointer;
  transition: background 160ms var(--ease-paper), color 160ms var(--ease-paper);
}
.ew-sub__btn:hover { background: var(--cherry); color: var(--paper); border-color: var(--cherry); }
.ew-sub__terms { font-family: var(--font-sans); font-size: 10.5px; letter-spacing: 0.04em; color: rgba(245,239,230,0.5); margin: 0; }
@media (max-width: 900px) {
  .ew-sub { padding: 56px 24px; }
  .ew-sub__inner { grid-template-columns: 1fr; }
}


/* ============================================================
   COLLABORATE — cream selective editorial entry lanes
   ============================================================ */
.ew-collab {
  background: var(--paper);
  padding: 96px 72px;
  border-top: var(--rule-hair);
}
.ew-collab__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 96px;
  align-items: start;
}
.ew-collab__lede { display: grid; gap: 0; }
.ew-collab__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(52px, 7vw, 96px);
  letter-spacing: -0.03em;
  line-height: 0.92;
  margin: 18px 0 0;
}
.ew-collab__title em { font-style: italic; font-weight: 500; color: #9B7240; }
.ew-collab__deck {
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.62;
  color: var(--ink-soft);
  margin: 20px 0 0;
  max-width: 34ch;
}
.ew-collab__cta {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 3px;
  margin-top: 28px;
  text-decoration: none;
  transition: color 160ms var(--ease-paper), border-color 160ms var(--ease-paper);
}
.ew-collab__cta:hover { color: var(--oxblood); border-color: var(--oxblood); }
.ew-collab__lanes {
  border-top: var(--rule-hair);
}
.ew-collab__lane {
  display: grid;
  grid-template-columns: 36px 1.1fr 1.3fr 20px;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: var(--rule-hair);
  cursor: pointer;
  transition: background 160ms var(--ease-paper);
}
.ew-collab__lane:hover { background: var(--paper-soft); margin: 0 -16px; padding-left: 16px; padding-right: 16px; }
.ew-collab__lane-n {
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  color: var(--ink-mute);
}
.ew-collab__lane-title {
  font-family: var(--font-display);
  font-size: clamp(18px, 1.8vw, 23px);
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--ink);
  transition: color 160ms var(--ease-paper);
}
.ew-collab__lane-desc {
  font-family: var(--font-serif);
  font-size: 14px;
  color: var(--ink-mute);
  font-style: italic;
  line-height: 1.45;
}
.ew-collab__lane-arrow {
  font-size: 14px;
  color: var(--ink-mute);
  text-align: right;
  transition: color 160ms var(--ease-paper), transform 160ms var(--ease-paper);
}
.ew-collab__lane:hover .ew-collab__lane-title { color: var(--oxblood); }
.ew-collab__lane:hover .ew-collab__lane-arrow { color: var(--oxblood); transform: translateX(3px); }
@media (max-width: 900px) {
  .ew-collab { padding: 56px 24px; }
  .ew-collab__inner { grid-template-columns: 1fr; gap: 48px; }
  .ew-collab__lane { grid-template-columns: 28px 1fr 18px; }
  .ew-collab__lane-desc { display: none; }
  .ew-collab__lane:hover { margin: 0 -8px; padding-left: 8px; padding-right: 8px; }
}

/* ============================================================
   HEADLINE EMPHASIS — editorial voltage
   Italic + warm metal accent on emotionally charged phrases.
   Gold on velvet/dark surfaces. Deep bronze on paper/cream.
   Maximum 1–2 accented em per headline. Pulse, not decoration.
   ============================================================ */

/* ============================================================
   COLLABORATE PAGE
   ============================================================ */
.ew-collab-page-header {
  background: var(--paper);
  padding: 80px 72px 72px;
  border-bottom: var(--rule-hair);
}
.ew-collab-page-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
}
.ew-collab-page-header__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(52px, 7vw, 96px);
  letter-spacing: -0.03em;
  line-height: 0.92;
  margin: 14px 0 0;
}
.ew-collab-page-header__title em { font-style: italic; font-weight: 500; color: #9B7240; }
.ew-collab-page-header__right { display: grid; gap: 16px; align-content: end; }
.ew-collab-page-header__deck {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
  max-width: 42ch;
}
.ew-collab-page-header__note {
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin: 0;
}

/* ---- Entry lanes ---- */
.ew-entry-lanes {
  background: var(--paper);
  padding: 0 72px 96px;
}
.ew-entry-lanes__inner { max-width: 1440px; margin: 0 auto; }
.ew-entry-lanes__col-head {
  display: grid;
  grid-template-columns: 64px 280px 1fr 24px;
  gap: 28px;
  padding: 18px 0 14px;
  border-bottom: var(--rule-thin);
}
.ew-entry-lane {
  display: grid;
  grid-template-columns: 64px 280px 1fr 24px;
  gap: 28px;
  padding: 28px 0;
  border-bottom: var(--rule-hair);
  cursor: pointer;
  transition: background 160ms var(--ease-paper);
  align-items: start;
}
.ew-entry-lane:hover { background: var(--paper-soft); }
.ew-entry-lane__n {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-mute);
  padding-top: 4px;
}
.ew-entry-lane__title-col { display: grid; gap: 5px; }
.ew-entry-lane__title {
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.1;
  color: var(--ink);
  margin: 0;
  transition: color 160ms var(--ease-paper);
}
.ew-entry-lane:hover .ew-entry-lane__title { color: var(--oxblood); }
.ew-entry-lane__short {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 13.5px;
  color: var(--ink-mute);
  line-height: 1.4;
}
.ew-entry-lane__detail {
  font-family: var(--font-serif);
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 2px 0 0;
  max-width: 52ch;
}
.ew-entry-lane__arrow {
  font-size: 14px;
  color: var(--ink-mute);
  padding-top: 4px;
  transition: color 160ms var(--ease-paper), transform 160ms var(--ease-paper);
}
.ew-entry-lane:hover .ew-entry-lane__arrow { color: var(--oxblood); transform: translateX(3px); }

/* ---- Dark closing CTA ---- */
.ew-collab-closing {
  background: var(--ink);
  color: var(--glow);
  padding: 96px 72px;
}
.ew-collab-closing__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
}
.ew-collab-closing__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: -0.025em;
  line-height: 0.96;
  margin: 14px 0 0;
  color: var(--glow);
}
.ew-collab-closing__title em { font-style: italic; font-weight: 500; color: var(--gold); }
.ew-collab-closing__right { display: grid; gap: 24px; align-content: end; }
.ew-collab-closing__deck {
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.6;
  color: rgba(242,233,216,0.75);
  margin: 0;
  max-width: 44ch;
}
.ew-collab-closing__cta {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(22px, 2.4vw, 32px);
  letter-spacing: -0.01em;
  color: var(--glow);
  text-decoration: none;
  border-bottom: 1px solid rgba(242,233,216,0.38);
  padding-bottom: 4px;
  width: fit-content;
  transition: color 160ms var(--ease-paper), border-color 160ms var(--ease-paper);
}
.ew-collab-closing__cta:hover { color: var(--gold); border-color: var(--gold); }

@media (max-width: 900px) {
  .ew-collab-page-header { padding: 56px 24px 48px; }
  .ew-collab-page-header__inner { grid-template-columns: 1fr; gap: 24px; }
  .ew-entry-lanes { padding: 0 24px 64px; }
  .ew-entry-lanes__col-head { display: none; }
  .ew-entry-lane { grid-template-columns: 40px 1fr 20px; gap: 16px; }
  .ew-entry-lane__detail { display: none; }
  .ew-collab-closing { padding: 64px 24px; }
  .ew-collab-closing__inner { grid-template-columns: 1fr; gap: 28px; }
}

/* ============================================================
   WOMEN PAGE — header, filters, grid, forming section
   ============================================================ */
.ew-women-header {
  background: var(--paper);
  padding: 64px 72px 56px;
  border-bottom: var(--rule-hair);
}
.ew-women-header__inner { max-width: 1440px; margin: 0 auto; }
.ew-women-header__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(72px, 11vw, 152px);
  letter-spacing: -0.035em;
  line-height: 0.88;
  margin: 0 0 22px;
}
.ew-women-header__title em { font-style: italic; font-weight: 500; }
.ew-women-header__deck {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
  max-width: 54ch;
}

/* ---- Filter + sort bar ---- */
.ew-women-filterbar {
  background: var(--paper);
  border-bottom: var(--rule-thin);
  padding: 0 72px;
}
.ew-women-filterbar__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  height: 52px;
}
.ew-women-filterbar__filters { display: flex; gap: 0; align-items: center; }
.ew-women-filter-btn {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  background: transparent;
  border: 0;
  padding: 0 20px 0 0;
  cursor: pointer;
  white-space: nowrap;
  transition: color 160ms var(--ease-paper);
}
.ew-women-filter-btn.active { color: var(--ink); }
.ew-women-filter-btn:hover { color: var(--ink); }
.ew-women-filter-btn__count { font-size: 10px; opacity: 0.65; }
.ew-women-filterbar__sort { display: flex; gap: 14px; align-items: center; }
.ew-women-sort-btn {
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: color 160ms var(--ease-paper);
}
.ew-women-sort-btn.active { color: var(--ink); }
.ew-women-sort-btn:hover { color: var(--ink); }

/* ---- Portrait grid ---- */
.ew-women-grid-section {
  background: var(--paper);
  padding: 36px 72px 80px;
}
.ew-women-grid-section__inner { max-width: 1440px; margin: 0 auto; }
.ew-women-grid-section__count { display: block; margin-bottom: 28px; }
.ew-women-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 28px;
}

/* ---- Velvet forming section ---- */
.ew-women-forming {
  background: var(--velvet);
  color: var(--glow);
  padding: 72px 72px 80px;
}
.ew-women-forming__inner { max-width: 1440px; margin: 0 auto; }
.ew-women-forming__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(242,233,216,0.1);
  margin-bottom: 40px;
}
.ew-women-forming__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 4vw, 56px);
  letter-spacing: -0.025em;
  line-height: 1.02;
  margin: 12px 0 0;
  color: var(--glow);
}
.ew-women-forming__title em { font-style: italic; font-weight: 500; color: var(--gold); }
.ew-women-forming__deck {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(242,233,216,0.55);
  margin: 10px 0 0;
  max-width: 44ch;
}
.ew-women-forming__cta {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--glow);
  text-decoration: none;
  border-bottom: 1px solid rgba(242,233,216,0.38);
  padding-bottom: 3px;
  flex-shrink: 0;
  white-space: nowrap;
  transition: color 160ms var(--ease-paper), border-color 160ms var(--ease-paper);
}
.ew-women-forming__cta:hover { color: var(--gold); border-color: var(--gold); }
.ew-women-forming__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.ew-withheld-card {
  aspect-ratio: 3/4;
  background: #1E1410;
  border: 1px solid rgba(242,233,216,0.06);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ew-withheld-card__cross {
  font-family: var(--font-sans);
  font-size: 32px;
  color: rgba(184,146,74,0.2);
  font-weight: 300;
  user-select: none;
}
.ew-withheld-card__label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.ew-withheld-card__label .no {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(242,233,216,0.3);
}
.ew-withheld-card__label .tag {
  font-family: var(--font-sans);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(242,233,216,0.2);
}

/* ---- Existing woman card extensions ---- */
.ew-woman__role-label {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-mute);
  display: block;
}

@media (max-width: 900px) {
  .ew-women-header { padding: 48px 24px 40px; }
  .ew-women-filterbar { padding: 0 24px; }
  .ew-women-filterbar__filters { flex-wrap: wrap; gap: 4px; height: auto; }
  .ew-women-filterbar__inner { height: auto; padding: 12px 0; flex-direction: column; align-items: flex-start; gap: 10px; }
  .ew-women-grid-section { padding: 28px 24px 56px; }
  .ew-women-3col { grid-template-columns: 1fr 1fr; gap: 36px 18px; }
  .ew-women-forming { padding: 48px 24px 56px; }
  .ew-women-forming__head { flex-direction: column; align-items: flex-start; }
  .ew-women-forming__grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   PODCAST PAGE HEADER — title left, portrait right
   ============================================================ */
.ew-pod-page-header {
  background: var(--velvet);
  color: var(--glow);
  padding: 72px 72px 0;
  border-bottom: 1px solid rgba(242,233,216,0.1);
  overflow: hidden;
}
.ew-pod-page-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: end;
}
.ew-pod-page-header__copy {
  padding-bottom: 72px;
  display: grid;
  gap: 18px;
  align-content: end;
}
.ew-pod-page-header__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(52px, 6.5vw, 96px);
  letter-spacing: -0.03em;
  line-height: 0.92;
  margin: 10px 0 0;
}
.ew-pod-page-header__title em { font-style: italic; font-weight: 500; color: var(--gold); }
.ew-pod-page-header__deck {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 16px;
  line-height: 1.55;
  color: var(--glow-soft);
  margin: 0;
  max-width: 44ch;
}
.ew-pod-page-header__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}
.ew-pod-page-header__btn {
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 10px 16px;
  background: transparent;
  border: 1px solid rgba(242,233,216,0.38);
  color: var(--glow);
  text-decoration: none;
  transition: background 160ms var(--ease-paper), border-color 160ms var(--ease-paper);
}
.ew-pod-page-header__btn:hover { background: rgba(242,233,216,0.08); border-color: var(--glow); }
.ew-pod-page-header__portrait {
  position: relative;
  align-self: end;
  overflow: visible;
  max-height: none;
}
.ew-pod-page-header__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: saturate(0.9) contrast(1.04);
}
.ew-pod-page-header__portrait-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 20px 16px;
  background: linear-gradient(to top, rgba(21,17,15,0.72), transparent);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  color: var(--glow, #F2E9D8);
  letter-spacing: -0.01em;
}

/* ============================================================
   FEATURED LATEST EPISODE
   ============================================================ */
.ew-pod-featured {
  background: var(--paper);
  padding: 72px 72px 80px;
  border-bottom: var(--rule-hair);
}
.ew-pod-featured__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.ew-pod-featured__img {
  overflow: hidden;
  background: var(--ink);
  aspect-ratio: 16/9;
}
.ew-pod-featured__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
  transition: transform 1.2s var(--ease-velvet, ease);
}
.ew-pod-featured__copy { display: grid; gap: 18px; }
.ew-pod-featured__meta {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.ew-pod-featured__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 46px);
  letter-spacing: -0.025em;
  line-height: 1.08;
  color: var(--ink);
  margin: 0;
  max-width: 26ch;
}
.ew-pod-featured__title em { font-style: italic; font-weight: 500; color: #9B7240; }
.ew-pod-featured__deck {
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
  max-width: 46ch;
}
.ew-pod-featured__ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-top: 4px; }
.ew-pod-featured__cta {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 12px 20px;
  text-decoration: none;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--ink);
  transition: background 160ms var(--ease-paper), color 160ms var(--ease-paper);
}
.ew-pod-featured__cta:hover { background: var(--oxblood); border-color: var(--oxblood); }
.ew-pod-featured__cta--primary { background: var(--ink); color: var(--paper); }
.ew-pod-featured__cta:not(.ew-pod-featured__cta--primary) {
  background: transparent;
  color: var(--ink);
}
.ew-pod-featured__cta:not(.ew-pod-featured__cta--primary):hover {
  color: var(--oxblood);
  border-color: var(--oxblood);
  background: transparent;
}

/* ============================================================
   CONVERSATION ARCHIVE
   ============================================================ */
.ew-convo-archive {
  background: var(--paper);
  padding: 72px 72px 80px;
}
.ew-convo-archive__inner { max-width: 1440px; margin: 0 auto; }
.ew-convo-archive__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  padding-bottom: 24px;
  border-bottom: var(--rule-thin);
  margin-bottom: 0;
}
.ew-convo-archive__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 3.6vw, 52px);
  letter-spacing: -0.025em;
  line-height: 0.96;
  margin: 12px 0 0;
}
.ew-convo-archive__filter {
  display: flex;
  gap: 14px;
  align-items: center;
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  flex-shrink: 0;
  padding-bottom: 4px;
}
.ew-convo-archive__filter-opt {
  cursor: pointer;
  color: var(--ink-mute);
  transition: color 160ms var(--ease-paper);
}
.ew-convo-archive__filter-opt:hover,
.ew-convo-archive__filter-opt.active { color: var(--ink); }
.ew-convo-head {
  display: grid;
  grid-template-columns: 72px 1fr 220px 80px 100px;
  gap: 24px;
  padding: 14px 0 10px;
  border-bottom: var(--rule-hair);
}
.ew-convo-row {
  display: grid;
  grid-template-columns: 72px 1fr 220px 80px 100px;
  gap: 24px;
  padding: 18px 0;
  border-bottom: var(--rule-hair);
  cursor: pointer;
  transition: background 160ms var(--ease-paper);
  align-items: start;
}
.ew-convo-row:hover { background: var(--paper-soft); }
.ew-convo-row__ep {
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  padding-top: 3px;
}
.ew-convo-row__title-col { display: grid; gap: 3px; }
.ew-convo-row__title {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 15px;
  line-height: 1.4;
  color: var(--ink);
  margin: 0;
  transition: color 160ms var(--ease-paper);
}
.ew-convo-row:hover .ew-convo-row__title { color: var(--oxblood); }
.ew-convo-row__featured {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: 8px;
  padding: 0;
  background: none;
  border: 0;
  font-family: var(--font-sans);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  cursor: pointer;
}
.ew-convo-row__guest-col { display: grid; gap: 3px; }
.ew-convo-row__guest {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
  font-style: italic;
}
.ew-convo-row__role {
  font-family: var(--font-sans);
  font-size: 9.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.ew-convo-row__date {
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  color: var(--ink-mute);
  padding-top: 3px;
}
.ew-convo-row__listen {
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 12px;
  background: transparent;
  border: 1px solid var(--ink-mute);
  color: var(--ink-mute);
  cursor: pointer;
  border-radius: 0;
  white-space: nowrap;
  transition: border-color 160ms var(--ease-paper), color 160ms var(--ease-paper);
}
.ew-convo-row:hover .ew-convo-row__listen { border-color: var(--oxblood); color: var(--oxblood); }
.ew-convo-more {
  padding-top: 28px;
  text-align: center;
  border-top: var(--rule-hair);
  margin-top: 0;
}
.ew-convo-more__btn {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  border-bottom: 1px solid transparent;
  transition: color 160ms var(--ease-paper), border-color 160ms var(--ease-paper);
}
.ew-convo-more__btn:hover { color: var(--ink); border-color: var(--ink); }

/* ============================================================
   BE A GUEST
   ============================================================ */
.ew-pod-be-guest {
  background: var(--paper-soft);
  padding: 80px 72px 96px;
  border-top: var(--rule-hair);
}
.ew-pod-be-guest__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 96px;
  align-items: start;
}
.ew-pod-be-guest__lede { display: grid; gap: 16px; }
.ew-pod-be-guest__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(40px, 5vw, 64px);
  letter-spacing: -0.025em;
  line-height: 0.96;
  margin: 12px 0 0;
}
.ew-pod-be-guest__title em { font-style: italic; font-weight: 500; color: #9B7240; }
.ew-pod-be-guest__deck {
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
  max-width: 34ch;
}
.ew-pod-be-guest__cta {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 3px;
  width: fit-content;
  transition: color 160ms var(--ease-paper), border-color 160ms var(--ease-paper);
}
.ew-pod-be-guest__cta:hover { color: var(--oxblood); border-color: var(--oxblood); }
.ew-pod-be-guest__spec { display: grid; gap: 0; border-top: var(--rule-thin); margin-top: 8px; }
.ew-pod-spec-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: var(--rule-hair);
  align-items: baseline;
}
.ew-pod-spec-row__label {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.ew-pod-spec-row__value {
  font-family: var(--font-serif);
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink-soft);
}

@media (max-width: 900px) {
  .ew-pod-page-header { padding: 48px 24px 0; }
  .ew-pod-page-header__inner { grid-template-columns: 1fr; gap: 32px; }
  .ew-pod-page-header__copy { padding-bottom: 40px; }
  .ew-pod-featured { padding: 48px 24px 56px; }
  .ew-pod-featured__inner { grid-template-columns: 1fr; gap: 32px; }
  .ew-convo-archive { padding: 48px 24px 56px; }
  .ew-convo-archive__head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .ew-convo-head { display: none; }
  .ew-convo-row { grid-template-columns: 48px 1fr; gap: 14px; }
  .ew-convo-row__guest-col, .ew-convo-row__date, .ew-convo-row__listen { display: none; }
  .ew-pod-be-guest { padding: 56px 24px 64px; }
  .ew-pod-be-guest__inner { grid-template-columns: 1fr; gap: 40px; }
}

/* ============================================================
   MAGAZINE PAGE HEADER
   ============================================================ */
.ew-mag-header {
  background: var(--paper);
  padding: 80px 72px 72px;
  border-bottom: var(--rule-hair);
}
.ew-mag-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
}
.ew-mag-header__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(52px, 7vw, 96px);
  letter-spacing: -0.03em;
  line-height: 0.92;
  margin: 14px 0 0;
}
.ew-mag-header__title em { font-style: italic; font-weight: 500; color: #9B7240; }
.ew-mag-header__right { display: grid; gap: 28px; }
.ew-mag-header__deck {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 18px;
  line-height: 1.52;
  color: var(--ink-soft);
  margin: 0;
  max-width: 38ch;
}
.ew-mag-header__counts { display: flex; gap: 48px; }
.ew-mag-header__count { display: grid; gap: 4px; }
.ew-mag-header__count .n {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.025em;
  line-height: 1;
}
.ew-mag-header__count .l {
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* ---- Magazine section ---- */
.ew-section--mag { background: var(--paper); }

/* ---- Excerpt card — sits alongside cover in 7+5 grid ---- */
.ew-card--excerpt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 0 0 48px;
  border-left: var(--rule-hair);
}
.ew-card__pull {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.22;
  color: var(--ink);
  margin: 0;
  max-width: 28ch;
}
.ew-card__excerpt-body {
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.62;
  color: var(--ink-soft);
  margin: 0;
}
.ew-card__excerpt-foot {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
  border-top: var(--rule-hair);
}
.ew-card__readlink {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ink);
  padding: 0 0 3px;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: color 160ms var(--ease-paper), border-color 160ms var(--ease-paper);
}
.ew-card__readlink:hover { color: var(--oxblood); border-color: var(--oxblood); }

/* ---- Text-only archive card (no cover image) ---- */
.ew-card--text { cursor: default; }
.ew-card--text .ew-card__head { border-top: var(--rule-thin); }

@media (max-width: 900px) {
  .ew-mag-header { padding: 56px 24px 48px; }
  .ew-mag-header__inner { grid-template-columns: 1fr; gap: 24px; }
  .ew-card--excerpt { padding: 24px 0 0; border-left: none; border-top: var(--rule-hair); }
  .ew-section { padding: 64px 24px; }
}

/* ============================================================
   HEADLINE EMPHASIS — editorial voltage
   Italic + warm metal accent on emotionally charged phrases.
   Gold on velvet/dark surfaces. Deep bronze on paper/cream.
   Maximum 1–2 accented em per headline. Pulse, not decoration.
   ============================================================ */

/* Gold — dark/velvet contexts */
.ew-hero__title em,
.ew-hero__deck em,
.ew-podpreview__title em,
.ew-pod-feature__title em,
.ew-velvet__quote em { color: var(--gold); }

/* Deep bronze — paper/cream contexts */
.ew-manifesto__copy em,
.ew-edit__quote-h em,
.ew-womenprev__title em,
.ew-note__title em,
.ew-colophon__copy em,
.ew-section__title em { color: #9B7240; }

/* Magazine + ah-card headlines — bronze pulse on dark card */
.ah-card__h em { font-style: italic; font-weight: 500; color: #9B7240; }


/* ============================================================
   SPOTLIGHT READER
   ============================================================ */

.sr-back {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 72px;
  background: var(--paper);
  border-bottom: 1px solid var(--hairline);
}
.sr-back__btn {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 160ms var(--ease-paper);
}
.sr-back__btn:hover { color: var(--oxblood); }
.sr-back__meta {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* Opener */
.sr-opener {
  display: grid;
  grid-template-columns: 58% 42%;
  min-height: 82vh;
  overflow: hidden;
}
.sr-opener__img {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
.sr-opener__nameblock {
  background: var(--paper);
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--hairline);
  padding: 64px 56px;
}
.sr-opener__nb-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  max-width: 340px;
}
.sr-opener__cross {
  font-family: var(--font-sans);
  font-size: 18px;
  color: var(--oxblood);
  margin-bottom: 24px;
  line-height: 1;
}
.sr-opener__role {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 16px;
}
.sr-opener__rule {
  width: 100%;
  height: 1px;
  background: var(--hairline);
  margin: 18px 0;
}
.sr-opener__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(36px, 4.5vw, 72px);
  letter-spacing: -0.03em;
  line-height: 0.96;
  color: var(--ink);
  margin: 0;
  font-variation-settings: "opsz" 28;
}
.sr-opener__name em { font-style: italic; font-weight: 500; color: var(--ink-soft); }
.sr-opener__vol-row {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  display: flex;
  gap: 8px;
  margin-top: 4px;
}
.sr-opener__dot { color: var(--oxblood); }
.sr-opener__issue-title {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 17px;
  color: var(--ink-soft);
  margin: 6px 0 0;
  letter-spacing: -0.01em;
}

/* Article body */
.sr-article {
  background: var(--paper);
  padding: 80px 72px 64px;
  max-width: 960px;
  margin: 0 auto;
}
.sr-article__header { margin-bottom: 48px; }
.sr-article__headline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 4vw, 56px);
  letter-spacing: -0.03em;
  line-height: 1.06;
  color: var(--ink);
  margin: 0 0 20px;
  font-variation-settings: "opsz" 28;
}
.sr-article__deck {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 20px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0 0 20px;
  max-width: 52ch;
}
.sr-article__byline {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.sr-sep { color: var(--oxblood); }
.sr-rule {
  width: 100%;
  height: 1px;
  background: var(--hairline);
  margin: 28px 0;
  border: none;
}

/* Two-column body */
.sr-article__body {
  columns: 2;
  column-gap: 52px;
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.82;
  color: var(--ink-soft);
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.sr-para { margin: 0 0 1.4em; break-inside: avoid; }
/* Section subhead inside the full written feature — spans both columns as a divider. */
.sr-section-head {
  column-span: all;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -0.015em;
  line-height: 1.1;
  color: var(--ink);
  text-align: center;
  margin: 40px 0 22px;
  padding-top: 30px;
  border-top: 1px solid var(--hairline);
}
.sr-section-head:first-child { margin-top: 0; padding-top: 0; border-top: none; }
@media (max-width: 760px) { .sr-section-head { font-size: 22px; margin: 28px 0 16px; } }
.sr-para--dropcap::first-letter {
  font-family: var(--font-display);
  font-size: 5.2em;
  font-weight: 700;
  line-height: 0.78;
  float: left;
  margin-right: 0.06em;
  margin-top: 0.08em;
  color: var(--ink);
}

/* Pull quote — spans both columns */
.sr-pull {
  column-span: all;
  margin: 16px 0 28px;
  padding: 0;
  text-align: center;
}
.sr-pull__rule {
  width: 48px;
  height: 1px;
  background: var(--oxblood);
  margin: 0 auto 24px;
  border: none;
}
.sr-pull__text {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(22px, 2.8vw, 34px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0;
  max-width: 38ch;
  margin: 0 auto;
}

/* Footer */
.sr-article__foot { margin-top: 20px; }
.sr-closing {
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 20px 0 16px;
  max-width: 52ch;
}
.sr-filed {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  display: block;
}

/* Woman card hover overlay */
.ew-woman--linked { position: relative; }
.ew-woman__read-overlay {
  position: absolute;
  inset: 0;
  background: rgba(21,17,15,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 280ms var(--ease-paper);
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--glow);
}
.ew-woman--linked:hover .ew-woman__read-overlay { opacity: 1; }
.ew-card--linked:hover { box-shadow: var(--shadow-lift); }

/* ============================================================
   ARCHIVE PAGE
   ============================================================ */

.arch-header {
  background: var(--velvet);
  color: var(--glow);
  padding: 80px 72px;
}
.arch-header__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  border-bottom: 1px solid rgba(242,233,216,0.1);
  padding-bottom: 64px;
}
.arch-header__kicker {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 24px;
}
.arch-header__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(52px, 7vw, 96px);
  letter-spacing: -0.03em;
  line-height: 0.94;
  margin: 0;
  color: var(--glow);
  font-variation-settings: "opsz" 28;
}
.arch-header__title em { font-style: italic; font-weight: 500; color: var(--gold); }
.arch-header__deck {
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.75;
  color: rgba(242,233,216,0.7);
  margin: 0 0 36px;
  max-width: 42ch;
}
.arch-header__stats {
  display: flex;
  gap: 40px;
}
.arch-stat__n {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 42px;
  letter-spacing: -0.03em;
  color: var(--glow);
  line-height: 1;
}
.arch-stat__l {
  display: block;
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(242,233,216,0.4);
  margin-top: 4px;
}

/* Index section */
.arch-index {
  background: var(--velvet);
  padding: 0 72px 80px;
}
.arch-year { margin-bottom: 16px; }
.arch-year__label {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 0 16px;
}
.arch-year__num {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(242,233,216,0.35);
  white-space: nowrap;
}
.arch-year__rule {
  flex: 1;
  height: 1px;
  background: rgba(242,233,216,0.08);
}
.arch-rows { display: flex; flex-direction: column; }
.arch-row {
  display: grid;
  grid-template-columns: 52px 72px 1fr 120px 1fr 24px;
  align-items: center;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(242,233,216,0.06);
  transition: background 160ms var(--ease-paper);
  color: inherit;
  text-decoration: none;
}
.arch-row--linked:hover {
  background: rgba(242,233,216,0.03);
  cursor: pointer;
}
.arch-row--linked:hover .arch-row__name { color: var(--gold); }
.arch-row__thumb {
  width: 44px;
  height: 56px;
  overflow: hidden;
  flex-shrink: 0;
}
.arch-row__thumb img { width: 100%; height: 100%; object-fit: cover; }
.arch-row__thumb--empty {
  background: rgba(242,233,216,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  color: rgba(242,233,216,0.2);
  font-size: 16px;
}
.arch-row__vol {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(242,233,216,0.35);
  white-space: nowrap;
}
.arch-row__nameblock {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.arch-row__name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--glow);
  transition: color 160ms var(--ease-paper);
}
.arch-row__issue {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 13px;
  color: rgba(242,233,216,0.45);
}
.arch-row__date {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.12em;
  color: rgba(242,233,216,0.62);
  white-space: nowrap;
}
.arch-row__tags { display: flex; gap: 6px; flex-wrap: wrap; }
.arch-tag {
  font-family: var(--font-sans);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(242,233,216,0.82);
  border: 1px solid rgba(184,146,74,0.5);
  padding: 3px 7px;
}
.arch-row__arrow {
  font-family: var(--font-sans);
  font-size: 14px;
  color: rgba(242,233,216,0.2);
  transition: color 160ms var(--ease-paper);
}
.arch-row--linked:hover .arch-row__arrow { color: var(--gold); }

/* Forming notice */
.arch-forming {
  background: var(--paper-tint, #EBE2D2);
  border-top: 1px solid var(--hairline);
}
.arch-forming__inner {
  padding: 64px 72px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 680px;
}
.arch-forming__kicker {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--oxblood);
}
.arch-forming__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0;
}
.arch-forming__deck {
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
}
.arch-forming__link {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--oxblood);
  text-decoration: none;
  border-bottom: 1px solid var(--oxblood);
  padding-bottom: 2px;
  display: inline-block;
  margin-top: 8px;
}

/* ============================================================
   EDITOR'S NOTES PAGE
   ============================================================ */

.en-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 60vh;
  overflow: hidden;
}
.en-header__inner {
  background: var(--velvet);
  color: var(--glow);
  padding: 80px 72px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
}
.en-header__meta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.en-header__kicker {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}
.en-header__by {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: rgba(242,233,216,0.4);
}
.en-header__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(52px, 7vw, 88px);
  letter-spacing: -0.03em;
  line-height: 0.94;
  margin: 0;
  color: var(--glow);
  font-variation-settings: "opsz" 28;
}
.en-header__title em { font-style: italic; font-weight: 500; color: var(--gold); }
.en-header__deck {
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.7;
  color: rgba(242,233,216,0.6);
  margin: 0;
  max-width: 38ch;
}
.en-header__img-col {
  background: var(--velvet);
  position: relative;
  border-left: 1px solid rgba(242,233,216,0.06);
}
.en-header__img-caption {
  position: absolute;
  bottom: 20px;
  left: 24px;
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(242,233,216,0.4);
}

/* Notes list */
.en-notes-list {
  background: var(--paper);
  padding: 64px 72px;
}
.en-notes-list__count {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--hairline);
}
.en-note {
  border-bottom: 1px solid var(--hairline);
}
.en-note__toggle {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 36px 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  transition: background 160ms var(--ease-paper);
}
.en-note__toggle:hover { background: rgba(21,17,15,0.02); }
.en-note__toggle-left { flex: 1; }
.en-note__vol {
  display: block;
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--oxblood);
  margin-bottom: 10px;
}
.en-note__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(24px, 3vw, 42px);
  letter-spacing: -0.025em;
  line-height: 1.08;
  color: var(--ink);
  margin: 0 0 8px;
  font-variation-settings: "opsz" 28;
}
.en-note__subtitle {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 16px;
  color: var(--ink-soft);
  margin: 0;
}
.en-note__chevron {
  font-family: var(--font-sans);
  font-size: 22px;
  color: var(--ink-mute);
  margin-top: 2px;
  flex-shrink: 0;
  width: 28px;
  text-align: center;
  transition: color 160ms var(--ease-paper);
}
.en-note__toggle:hover .en-note__chevron { color: var(--oxblood); }

/* Note body */
.en-note__body {
  padding: 0 0 48px;
  max-width: 720px;
}
.en-para {
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.82;
  color: var(--ink-soft);
  margin: 0 0 1.4em;
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.en-para--dropcap::first-letter {
  font-family: var(--font-display);
  font-size: 4.8em;
  font-weight: 700;
  line-height: 0.78;
  float: left;
  margin-right: 0.07em;
  margin-top: 0.09em;
  color: var(--ink);
}
.en-pull {
  margin: 20px 0 32px;
  text-align: center;
}
.en-pull__rule {
  width: 40px;
  height: 1px;
  background: var(--oxblood);
  margin: 0 auto 20px;
  border: none;
}
.en-pull__text {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 30px);
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--ink);
  margin: 0 auto;
  max-width: 40ch;
}
.en-note__filed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  margin-top: 8px;
  border-top: 1px solid var(--hairline);
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* Colophon strip */
.en-colophon {
  background: var(--velvet);
  padding: 56px 72px;
}
.en-colophon__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.en-colophon__text {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  letter-spacing: -0.015em;
  color: var(--gold);
  margin: 0;
}
.en-colophon__link {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--glow);
  text-decoration: none;
  border-bottom: 1px solid rgba(242,233,216,0.3);
  padding-bottom: 2px;
  transition: color 160ms var(--ease-paper), border-color 160ms var(--ease-paper);
}
.en-colophon__link:hover { color: var(--gold); border-color: var(--gold); }

/* ============================================================
   FOLIO DROPDOWN — button variant
   ============================================================ */
.ew-folio__dropdown-item[type="button"] {
  width: 100%;
  cursor: pointer;
}

/* ============================================================
   RESPONSIVE — new pages
   ============================================================ */
@media (max-width: 900px) {
  .sr-opener { grid-template-columns: 1fr; min-height: auto; }
  .sr-opener__img { min-height: 56vw; }
  .sr-opener__nameblock { border-left: none; border-top: 1px solid var(--hairline); }
  .sr-article { padding: 48px 24px 40px; }
  .sr-article__body { columns: 1; }
  .sr-pull { column-span: unset; }
  .arch-header__inner { grid-template-columns: 1fr; gap: 40px; }
  .arch-index { padding: 0 24px 60px; }
  .arch-row { grid-template-columns: 40px 1fr auto; grid-template-rows: auto auto; gap: 10px 16px; }
  .arch-row__vol { display: none; }
  .arch-row__date { grid-column: 3; }
  .arch-row__tags { grid-column: 1 / -1; }
  .arch-row__arrow { display: none; }
  .en-header { grid-template-columns: 1fr; }
  .en-header__img-col { min-height: 280px; }
  .en-notes-list { padding: 40px 24px; }
  .arch-forming__inner { padding: 48px 24px; }
  .en-colophon { padding: 40px 24px; }
  .en-colophon__inner { flex-direction: column; gap: 20px; align-items: flex-start; }
  .sr-back {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 14px 24px;
  }
  .sr-back__btn {
    padding: 0;
    white-space: nowrap;
  }
  .sr-back__meta {
    line-height: 1.5;
    text-align: left;
  }
}


/* ============================================================
   FOOTER — SOCIAL LINKS
   ============================================================ */
.ew-foot__social {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
}
.ew-foot__social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  text-decoration: none;
  transition: color 160ms var(--ease-paper);
}
.ew-foot__social-link:hover { color: var(--oxblood); }
.ew-foot__social-link svg { flex-shrink: 0; opacity: 0.6; transition: opacity 160ms; }
.ew-foot__social-link:hover svg { opacity: 1; }

.ew-foot__bottom { gap: 0; }
.ew-foot__bottom-social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ew-foot__bottom-icon {
  color: var(--ink-mute);
  text-decoration: none;
  transition: color 160ms var(--ease-paper);
  display: flex;
  align-items: center;
}
.ew-foot__bottom-icon:hover { color: var(--oxblood); }

/* Elsewhere col icons */
.ew-foot__col a svg { flex-shrink: 0; opacity: 0.55; transition: opacity 160ms; }
.ew-foot__col a:hover svg { opacity: 1; }

/* Dropdown button items — reset browser defaults */
.ew-folio__dropdown-btn {
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--glow);
  padding: 14px 20px;
  transition: color 160ms var(--ease-paper), background 160ms var(--ease-paper);
  display: block;
}
.ew-folio__dropdown-btn:hover { color: var(--gold); background: rgba(242,233,216,0.04); }


/* ============================================================
   MAGAZINE FLIPBOOK
   ============================================================ */

.fb {
  background: var(--velvet);
  border-top: 1px solid rgba(242,233,216,0.06);
  border-bottom: 1px solid rgba(242,233,216,0.06);
}

/* Top bar */
.fb__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 40px;
  border-bottom: 1px solid rgba(242,233,216,0.06);
}
.fb__topbar-kicker {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}
.fb__topbar-label {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(242,233,216,0.35);
}
.fb__topbar-count {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.12em;
  color: rgba(242,233,216,0.25);
}

/* Stage */
.fb__stage {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 40px 40px 32px;
}

/* Page container — fixed 440×622 aspect ratio */
.fb__page-wrap {
  width: clamp(280px, 44vw, 440px);
  aspect-ratio: 440 / 622;
  position: relative;
  flex-shrink: 0;
  box-shadow: 0 28px 72px rgba(0,0,0,0.55), 0 2px 8px rgba(0,0,0,0.3);
  overflow: hidden;
}

/* Page fill */
.fb__page {
  position: absolute;
  inset: 0;
  transition: opacity 220ms ease;
}
.fb__page--fading { opacity: 0; }

/* Arrows */
.fb__arrow {
  background: transparent;
  border: 1px solid rgba(242,233,216,0.12);
  color: rgba(242,233,216,0.45);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 16px;
  transition: color 160ms var(--ease-paper), border-color 160ms var(--ease-paper), background 160ms var(--ease-paper);
  flex-shrink: 0;
  line-height: 1;
  padding: 0;
}
.fb__arrow:hover:not(:disabled) {
  color: var(--gold);
  border-color: rgba(184,146,74,0.35);
  background: rgba(184,146,74,0.05);
}
.fb__arrow:disabled {
  opacity: 0.18;
  cursor: default;
}

/* Thumbnail dots */
.fb__thumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 40px 24px;
}
.fb__thumb {
  width: 28px;
  height: 28px;
  background: transparent;
  border: 1px solid rgba(242,233,216,0.1);
  cursor: pointer;
  padding: 3px;
  transition: border-color 160ms var(--ease-paper), transform 160ms var(--ease-paper);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fb__thumb:hover { border-color: rgba(242,233,216,0.3); }
.fb__thumb--active {
  border-color: var(--gold);
  transform: scale(1.1);
}
.fb__thumb-inner {
  display: block;
  width: 100%;
  height: 100%;
}

/* Keyboard hint */
.fb__hint {
  text-align: center;
  padding: 0 40px 20px;
  font-family: var(--font-sans);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(242,233,216,0.18);
}

/* Divider between flipbook and article */
.sr-between {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 72px;
  margin: 0;
  background: var(--paper);
  border-top: none;
}
.sr-between__rule {
  flex: 1;
  height: 1px;
  background: var(--hairline);
}
.sr-between__label {
  font-family: var(--font-sans);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-mute);
  white-space: nowrap;
  padding: 24px 0;
}

/* Responsive */
@media (max-width: 700px) {
  .fb__stage { gap: 16px; padding: 24px 16px 20px; }
  .fb__arrow { width: 36px; height: 36px; font-size: 13px; }
  .fb__topbar { padding: 12px 20px; }
  .fb__thumbs { padding: 0 20px 20px; gap: 6px; }
  .fb__thumb { width: 22px; height: 22px; padding: 2px; }
  .sr-between { padding: 0 24px; }
}


/* ============================================================
   FLIPBOOK — 3D PAGE-FLIP (replaces crossfade)
   ============================================================ */

/* Book — fixed aspect ratio, perspective for 3D children */
.fb__book {
  width: clamp(280px, 44vw, 440px);
  aspect-ratio: 440 / 622;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0 28px 80px rgba(0,0,0,0.6), 0 4px 12px rgba(0,0,0,0.3);
  perspective: 1100px;
  perspective-origin: center center;
}

/* Pages */
.fb__pg {
  position: absolute;
  inset: 0;
}
.fb__pg--under {
  z-index: 1;
}
.fb__pg--leaf {
  z-index: 2;
  transform-style: preserve-3d;
}

/* Front / back faces */
.fb__face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.fb__face--back {
  transform: rotateY(180deg);
}

/* Spine */
.fb__spine {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  background: linear-gradient(to right, rgba(0,0,0,0.18), rgba(0,0,0,0.04));
  z-index: 10;
  pointer-events: none;
}

/* Page-flip keyframe animations */
@keyframes fb-flip-fwd {
  0%   { transform: rotateY(0deg);    }
  100% { transform: rotateY(-180deg); }
}
@keyframes fb-flip-bwd {
  0%   { transform: rotateY(0deg);   }
  100% { transform: rotateY(180deg); }
}

.fb__pg--flip-fwd {
  animation: fb-flip-fwd 680ms cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
}
.fb__pg--flip-bwd {
  animation: fb-flip-bwd 680ms cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
}

/* Remove the old crossfade classes (harmless if still in DOM) */
.fb__page--fading { opacity: 1; }


/* ============================================================
   FLIPBOOK — TWO-PAGE SPREAD MAGAZINE LAYOUT
   ============================================================ */

/* Stage */
.fb__stage {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 36px 40px 28px;
  background: var(--velvet);
}

/* Open book — two pages side by side */
.fb__open-book {
  position: relative;
  width: min(880px, calc(100vw - 120px));
  aspect-ratio: 880 / 622;
  flex-shrink: 0;
  box-shadow:
    0 32px 80px rgba(0,0,0,0.65),
    0 4px 16px rgba(0,0,0,0.35),
    0 2px 4px rgba(0,0,0,0.2);
  overflow: hidden;
}

/* Spread layers — absolute stacked for cross-transition */
.fb__spread {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* Slide-turn animations */
@keyframes fb-out-fwd {
  0%   { transform: translateX(0) scale(1); opacity: 1; }
  100% { transform: translateX(-4%) scale(0.98); opacity: 0; }
}
@keyframes fb-in-fwd {
  0%   { transform: translateX(4%) scale(0.98); opacity: 0; }
  100% { transform: translateX(0) scale(1); opacity: 1; }
}
@keyframes fb-out-bwd {
  0%   { transform: translateX(0) scale(1); opacity: 1; }
  100% { transform: translateX(4%) scale(0.98); opacity: 0; }
}
@keyframes fb-in-bwd {
  0%   { transform: translateX(-4%) scale(0.98); opacity: 0; }
  100% { transform: translateX(0) scale(1); opacity: 1; }
}

.fb__spread--out-fwd { animation: fb-out-fwd 520ms cubic-bezier(0.4, 0, 0.2, 1) forwards; z-index: 1; }
.fb__spread--in-fwd  { animation: fb-in-fwd  520ms cubic-bezier(0.4, 0, 0.2, 1) forwards; z-index: 2; }
.fb__spread--out-bwd { animation: fb-out-bwd 520ms cubic-bezier(0.4, 0, 0.2, 1) forwards; z-index: 1; }
.fb__spread--in-bwd  { animation: fb-in-bwd  520ms cubic-bezier(0.4, 0, 0.2, 1) forwards; z-index: 2; }

/* Inner spread — flex row of two leaves */
.fb__spread-inner {
  display: flex;
  width: 100%;
  height: 100%;
}

/* Each page leaf */
.fb__leaf {
  flex: 1;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* Page surface fills leaf */
.fb__leaf-surface {
  position: absolute;
  inset: 0;
}
.fb__leaf-surface--blank {
  background: #EBE2D2;
}
.fb__leaf-surface--dark {
  background: linear-gradient(145deg, #15110F 0%, #1A1310 60%, #2A211C 100%);
}

/* Cover back (left side when showing cover) */
.fb__leaf--book-back .fb__leaf-surface--dark {
  background: linear-gradient(145deg, #0F0C0A 0%, #15110F 100%);
}

/* Page shadow — from spine */
.fb__leaf-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 48px;
  pointer-events: none;
  z-index: 3;
}
.fb__leaf-shadow--left {
  right: 0;
  background: linear-gradient(to left, rgba(0,0,0,0.22) 0%, transparent 100%);
}
.fb__leaf-shadow--right {
  left: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.22) 0%, transparent 100%);
}

/* Spine */
.fb__book-spine {
  width: 5px;
  flex-shrink: 0;
  z-index: 10;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.45) 0%,
    rgba(0,0,0,0.18) 40%,
    rgba(255,255,255,0.06) 60%,
    rgba(0,0,0,0.1) 100%
  );
  box-shadow:
    -3px 0 10px rgba(0,0,0,0.3),
     3px 0 10px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 780px) {
  .fb__open-book {
    width: min(520px, calc(100vw - 80px));
    aspect-ratio: 440 / 622;
  }
  .fb__spread-inner { display: block; }
  .fb__leaf { height: 50%; width: 100%; }
  .fb__leaf--book-back { display: none; }
  .fb__book-spine { display: none; }
}


/* ============================================================
   FLIPBOOK — REAL MAGAZINE PAGE-TURN (spine-hinge 3D)
   ============================================================ */

/* Perspective wrapper — separate from book so overflow:hidden
   on the book doesn't break preserve-3d */
.fb__book-wrap {
  perspective: 1800px;
  perspective-origin: 50% 42%;
  flex-shrink: 0;
}

/* Open book — two-page size, NO overflow:hidden (preserves 3D) */
.fb__open-book {
  position: relative;
  width: min(880px, calc(100vw - 120px));
  aspect-ratio: 880 / 622;
  box-shadow:
    0 32px 80px rgba(0,0,0,0.65),
    0 4px 16px rgba(0,0,0,0.35),
    0 1px 4px rgba(0,0,0,0.2);
}

/* Page halves */
.fb__half {
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(50% - 2px);
}
.fb__half--L { left: 0; }
.fb__half--R { right: 0; }

/* Spine */
.fb__spine {
  position: absolute;
  top: 0; bottom: 0;
  left: calc(50% - 3px);
  width: 6px;
  z-index: 20;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.5)  0%,
    rgba(0,0,0,0.15) 35%,
    rgba(255,255,255,0.04) 50%,
    rgba(0,0,0,0.1)  100%
  );
  box-shadow: -3px 0 10px rgba(0,0,0,0.3), 3px 0 8px rgba(0,0,0,0.15);
}

/* Soft inner-page shadow (toward spine) */
.fb__shade {
  position: absolute; top: 0; bottom: 0;
  width: 70px; z-index: 3; pointer-events: none;
}
.fb__shade--L {
  right: 0;
  background: linear-gradient(to left, rgba(0,0,0,0.22) 0%, transparent 100%);
}
.fb__shade--R {
  left: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.22) 0%, transparent 100%);
}

/* Reveal shadow — fades off the newly-revealed page */
.fb__reveal-shadow {
  position: absolute; inset: 0; z-index: 4; pointer-events: none;
  animation: fb-reveal 760ms ease forwards;
}
@keyframes fb-reveal {
  0%   { background: rgba(0,0,0,0.45); }
  100% { background: rgba(0,0,0,0); }
}

/* ── Turning leaf ── */
.fb__turn {
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(50% - 2px);
  transform-style: preserve-3d;
  z-index: 15;
}

/* Forward: right page turns left (spine = left edge of right page) */
.fb__turn--fwd {
  right: 0;
  transform-origin: 0% 50%;
  animation: fb-turn-fwd 760ms cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
}

/* Backward: left page turns right (spine = right edge of left page) */
.fb__turn--bwd {
  left: 0;
  transform-origin: 100% 50%;
  animation: fb-turn-bwd 760ms cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
}

@keyframes fb-turn-fwd {
  0%   { transform: rotateY(0deg); }
  100% { transform: rotateY(-180deg); }
}
@keyframes fb-turn-bwd {
  0%   { transform: rotateY(0deg); }
  100% { transform: rotateY(180deg); }
}

/* Front and back faces of the turning leaf */
.fb__face {
  position: absolute; inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
.fb__face--back {
  transform: rotateY(180deg);
}

/* Curl shadow — darkens the page as it lifts and turns */
.fb__curl-shadow {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
}
.fb__curl-shadow--fwd {
  animation: fb-curl-fwd 760ms ease forwards;
}
.fb__curl-shadow--bwd {
  animation: fb-curl-bwd 760ms ease forwards;
}
@keyframes fb-curl-fwd {
  0%   { background: linear-gradient(to left, transparent 60%, rgba(0,0,0,0.0) 100%); }
  35%  { background: linear-gradient(to left, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.4) 100%); }
  70%  { background: linear-gradient(to left, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.3) 100%); }
  100% { background: linear-gradient(to left, transparent 60%, rgba(0,0,0,0.0) 100%); }
}
@keyframes fb-curl-bwd {
  0%   { background: linear-gradient(to right, transparent 60%, rgba(0,0,0,0.0) 100%); }
  35%  { background: linear-gradient(to right, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.4) 100%); }
  70%  { background: linear-gradient(to right, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.3) 100%); }
  100% { background: linear-gradient(to right, transparent 60%, rgba(0,0,0,0.0) 100%); }
}

/* Responsive — single page on small screens */
@media (max-width: 680px) {
  .fb__open-book {
    width: min(440px, calc(100vw - 60px));
    aspect-ratio: 440 / 622;
  }
  .fb__half--L, .fb__spine { display: none; }
  .fb__half--R { left: 0; width: 100%; }
  .fb__turn--fwd { width: 100%; right: 0; }
  .fb__turn--bwd { width: 100%; left: 0; }
}


/* ============================================================
   FLIPBOOK — StPageFlip integration
   ============================================================ */

.fb__stage {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 36px 40px 28px;
  background: var(--velvet);
}

/* Outer wrapper constrains max width */
.fb__book-outer {
  position: relative;
  width: min(880px, calc(100vw - 120px));
  flex-shrink: 0;
}

/* Loading placeholder */
.fb__loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(242,233,216,0.3);
  aspect-ratio: 880 / 622;
}

/* StPageFlip container — let the library control its own height */
.fb__book-container {
  width: 100%;
}

/* Page item — each page StPageFlip receives */
.fb-page-item {
  background: #F5EFE6;
  overflow: hidden;
  user-select: none;
}

/* StPageFlip injects its own canvas overlay for shadows/curl.
   Make sure our container doesn't clip it. */
.fb__book-container > * {
  box-sizing: border-box;
}

/* Arrow buttons */
.fb__arrow {
  background: transparent;
  border: 1px solid rgba(242,233,216,0.12);
  color: rgba(242,233,216,0.45);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 16px;
  transition: color 160ms var(--ease-paper), border-color 160ms var(--ease-paper), background 160ms var(--ease-paper);
  flex-shrink: 0;
  line-height: 1;
  padding: 0;
}
.fb__arrow:hover:not(:disabled) {
  color: var(--gold);
  border-color: rgba(184,146,74,0.35);
  background: rgba(184,146,74,0.05);
}
.fb__arrow:disabled { opacity: 0.2; cursor: default; }

/* Fallback two-page spread */
.fb__fallback-book {
  display: flex;
  width: min(880px, calc(100vw - 120px));
  aspect-ratio: 880 / 622;
  box-shadow: 0 28px 72px rgba(0,0,0,0.6);
  overflow: hidden;
  position: relative;
}
.fb__fallback-left,
.fb__fallback-right {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.fb__fallback-spine {
  width: 5px;
  flex-shrink: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.08) 50%, rgba(255,255,255,0.04) 100%);
  box-shadow: -2px 0 8px rgba(0,0,0,0.25);
  z-index: 5;
}
.fb__shade { position: absolute; top:0; bottom:0; width:60px; pointer-events:none; z-index:3; }
.fb__shade--L { right:0; background: linear-gradient(to left, rgba(0,0,0,0.2) 0%, transparent 100%); }
.fb__shade--R { left:0;  background: linear-gradient(to right, rgba(0,0,0,0.2) 0%, transparent 100%); }

/* ============================================================
   FLIPBOOK v6 — CSS 3D hinge flip, no external deps
   ============================================================ */
.fb__stage {
  display: flex; align-items: center; justify-content: center;
  gap: 24px; padding: 36px 40px 28px; background: var(--velvet);
}
.fb__book-persp {
  perspective: 1800px;
  perspective-origin: 50% 42%;
  flex-shrink: 0;
}
.fb__open-book {
  position: relative;
  width: min(880px, calc(100vw - 120px));
  aspect-ratio: 880 / 622;
  box-shadow: 0 32px 80px rgba(0,0,0,0.65), 0 4px 16px rgba(0,0,0,0.35);
}
.fb__half {
  position: absolute; top: 0; height: 100%;
  width: calc(50% - 3px);
}
.fb__half--L { left: 0; }
.fb__half--R { right: 0; }
.fb__spine {
  position: absolute; top: 0; bottom: 0;
  left: calc(50% - 3px); width: 6px; z-index: 20;
  background: linear-gradient(to right,
    rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.12) 40%,
    rgba(255,255,255,0.04) 60%, rgba(0,0,0,0.08) 100%);
  box-shadow: -3px 0 10px rgba(0,0,0,0.3), 3px 0 8px rgba(0,0,0,0.15);
}
.fb__shade {
  position: absolute; top:0; bottom:0; width:64px;
  pointer-events:none; z-index:3;
}
.fb__shade--L { right:0; background:linear-gradient(to left,rgba(0,0,0,0.22) 0%,transparent 100%); }
.fb__shade--R { left:0;  background:linear-gradient(to right,rgba(0,0,0,0.22) 0%,transparent 100%); }
.fb__reveal-shd {
  position:absolute; inset:0; z-index:4; pointer-events:none;
  animation: fb-reveal 740ms ease forwards;
}
@keyframes fb-reveal {
  0%   { background: rgba(0,0,0,0.42); }
  100% { background: rgba(0,0,0,0); }
}
/* Turning leaf */
.fb__leaf {
  position: absolute; top:0; height:100%;
  width: calc(50% - 3px);
  transform-style: preserve-3d;
  z-index: 15;
}
.fb__leaf--fwd {
  right: 0;
  transform-origin: 0% 50%;
  animation: fb-flip-fwd 740ms cubic-bezier(0.645,0.045,0.355,1.000) forwards;
}
.fb__leaf--bwd {
  left: 0;
  transform-origin: 100% 50%;
  animation: fb-flip-bwd 740ms cubic-bezier(0.645,0.045,0.355,1.000) forwards;
}
@keyframes fb-flip-fwd {
  0%   { transform: rotateY(0deg); }
  100% { transform: rotateY(-180deg); }
}
@keyframes fb-flip-bwd {
  0%   { transform: rotateY(0deg); }
  100% { transform: rotateY(180deg); }
}
.fb__face {
  position:absolute; inset:0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
.fb__face--back { transform: rotateY(180deg); }
.fb__curl {
  position:absolute; inset:0; pointer-events:none; z-index:2;
}
.fb__curl--fwd { animation: fb-curl-f 740ms ease forwards; }
.fb__curl--bwd { animation: fb-curl-b 740ms ease forwards; }
@keyframes fb-curl-f {
  0%   { background: transparent; }
  35%  { background: linear-gradient(to left, rgba(0,0,0,0.38) 0%, transparent 80%); }
  100% { background: transparent; }
}
@keyframes fb-curl-b {
  0%   { background: transparent; }
  35%  { background: linear-gradient(to right, rgba(0,0,0,0.38) 0%, transparent 80%); }
  100% { background: transparent; }
}
/* Arrow buttons */
.fb__arrow {
  background: transparent;
  border: 1px solid rgba(242,233,216,0.12);
  color: rgba(242,233,216,0.45);
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-family: var(--font-sans); font-size: 16px;
  transition: color 160ms, border-color 160ms, background 160ms;
  flex-shrink: 0; line-height: 1; padding: 0;
}
.fb__arrow:hover:not(:disabled) {
  color: var(--gold);
  border-color: rgba(184,146,74,0.35);
  background: rgba(184,146,74,0.05);
}
.fb__arrow:disabled { opacity:0.2; cursor:default; }
@media (max-width:680px) {
  .fb__open-book {
    width: min(440px, calc(100vw - 60px));
    aspect-ratio: 440 / 622;
  }
  .fb__half--L, .fb__spine { display:none; }
  .fb__half--R { left:0; width:100%; }
  .fb__leaf--fwd { width:100%; right:0; }
  .fb__leaf--bwd { width:100%; left:0; }
}


/* ============================================================
   EPISODE READER
   ============================================================ */
.ep-back { background: var(--velvet); display: flex; justify-content: space-between; align-items: center; padding: 14px 72px; border-bottom: 1px solid rgba(242,233,216,0.06); }
.ep-back__btn { background: transparent; border: 0; font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(242,233,216,0.45); cursor: pointer; padding: 0; transition: color 160ms; }
.ep-back__btn:hover { color: var(--glow); }
.ep-back__meta { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(242,233,216,0.25); }

.ep-opener { position: relative; height: clamp(440px, 64vh, 720px); background: var(--velvet); overflow: hidden; isolation: isolate; }
.ep-opener::before { content: ""; position: absolute; inset: -20px; z-index: 0; background-image: var(--ep-hero-bg); background-size: cover; background-position: center; filter: blur(18px); opacity: 0.25; transform: scale(1.06); }
.ep-opener__img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.ep-opener__img--empty { position: absolute; inset: 0; background: #1A1310; }
.ep-opener__scrim { position: absolute; inset: 0; z-index: 2; background: linear-gradient(to top, rgba(6,3,2,0.96) 0%, rgba(6,3,2,0.9) 30%, rgba(6,3,2,0.66) 54%, rgba(6,3,2,0.32) 78%, rgba(6,3,2,0.1) 100%); }
.ep-opener__content { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; justify-content: flex-end; padding: 48px 72px; gap: 10px; }
.ep-opener__meta { display: flex; align-items: center; gap: 8px; font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(242,233,216,0.45); }
.ep-opener__dot { color: rgba(242,233,216,0.2); }
.ep-opener__title { font-family: var(--font-display); font-size: clamp(24px,3.2vw,52px); font-weight: 500; letter-spacing: -0.025em; line-height: 1.12; color: var(--glow); margin: 0; max-width: 26ch; text-wrap: pretty; text-shadow: 0 2px 22px rgba(0,0,0,0.6), 0 1px 3px rgba(0,0,0,0.5); }
.ep-opener__title em { font-style: italic; font-weight: 400; color: var(--gold); }
.ep-opener__role { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(242,233,216,0.4); margin: 0; }
.ep-opener__role em { font-style: normal; }

.ep-player { background: var(--velvet); padding: 48px 72px 56px; }
.ep-player__embed { max-width: 860px; margin: 0 auto; }
.ep-player__links { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; padding: 32px 0 0; max-width: 860px; margin: 0 auto; }
.ep-player__label { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(242,233,216,0.35); margin-right: 4px; }
.ep-player__btn { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; padding: 10px 16px; background: rgba(242,233,216,0.07); color: var(--glow); border: 1px solid rgba(242,233,216,0.1); text-decoration: none; transition: background 160ms; }
.ep-player__btn--cream { background: rgba(245,239,230,0.92); color: #15110f; border: none; }
.ep-player__btn--cream:hover { background: #fff; }
.ep-player__btn:hover { background: rgba(242,233,216,0.12); }

.ep-notes { background: var(--paper); padding: 80px 72px; }
.ep-notes__inner { display: grid; grid-template-columns: 1.6fr 1fr; gap: 72px; max-width: 1280px; }
.ep-notes__kicker { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); display: block; margin-bottom: 20px; }
.ep-notes__title { font-family: var(--font-display); font-size: clamp(20px,2.2vw,34px); font-weight: 500; letter-spacing: -0.02em; line-height: 1.2; color: var(--ink); margin: 0 0 24px; max-width: 30ch; text-wrap: pretty; }
.ep-notes__title em { font-style: italic; font-weight: 400; }
.ep-notes__deck { font-family: var(--font-body); font-size: 17px; line-height: 1.75; color: var(--ink-soft); max-width: 58ch; margin: 0; }
.ep-notes__spec { border-top: 1px solid var(--hairline); margin-bottom: 28px; }
.ep-notes__spec-row { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 0; border-bottom: 1px solid var(--hairline); }
.ep-notes__spec-row span:first-child { font-family: var(--font-sans); font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); }
.ep-notes__spec-row span:last-child { font-family: var(--font-sans); font-size: 11px; color: var(--ink); }
.ep-notes__cta-link { display: block; width: 100%; text-align: left; font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; padding: 14px 0; background: transparent; border: 0; border-bottom: 1px solid var(--ink); color: var(--ink); cursor: pointer; margin-top: 8px; transition: color 160ms, border-color 160ms; }
.ep-notes__cta-link:hover { color: var(--cherry); border-color: var(--cherry); }
.ep-notes__cta-link--soft { border-color: var(--hairline); color: var(--ink-mute); margin-top: 4px; }
.ep-notes__cta-link--soft:hover { color: var(--ink); border-color: var(--ink-mute); }

.ep-chapters { margin-top: 34px; border-top: 1px solid var(--hairline); padding-top: 24px; }
.ep-chapters__kicker { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); display: block; margin-bottom: 14px; }
.ep-chapters__list { list-style: none; margin: 0; padding: 0; }
.ep-chapters__row { display: grid; grid-template-columns: 64px 1fr; align-items: baseline; gap: 16px; padding: 8px 0; border-bottom: 1px solid var(--hairline); }
.ep-chapters__time { font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.04em; color: var(--ink-mute); font-variant-numeric: tabular-nums; }
.ep-chapters__label { font-family: var(--font-body); font-size: 14px; line-height: 1.5; color: var(--ink-soft); text-wrap: pretty; }

@media (max-width: 900px) {
  .ep-notes__inner { grid-template-columns: 1fr; }
  .ep-back, .ep-opener__content, .ep-player, .ep-notes { padding-left: 24px; padding-right: 24px; }
  .ep-opener--wide .ep-opener__img { inset: 0 0 auto; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
  .ep-opener--wide .ep-opener__scrim { background: linear-gradient(to top, rgba(6,3,2,0.98) 0%, rgba(6,3,2,0.92) 34%, rgba(6,3,2,0.38) 64%, rgba(6,3,2,0.08) 100%); }
}

/* ============================================================
   WOMAN PROFILE
   ============================================================ */
.wp-back { background: var(--velvet); display: flex; justify-content: space-between; align-items: center; padding: 14px 72px; border-bottom: 1px solid rgba(242,233,216,0.06); }
.wp-back__btn { background: transparent; border: 0; font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(242,233,216,0.45); cursor: pointer; padding: 0; transition: color 160ms; }
.wp-back__btn:hover { color: var(--glow); }
.wp-back__meta { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(242,233,216,0.25); }

.wp-opener { position: relative; height: clamp(520px, 78vh, 860px); background: var(--velvet); overflow: hidden; isolation: isolate; }
.wp-opener::before { content: ""; position: absolute; inset: -22px; z-index: 0; background-image: var(--wp-hero-bg); background-size: cover; background-position: center; filter: blur(18px); opacity: 0.3; transform: scale(1.06); }
.wp-opener__img { position: absolute; z-index: 1; inset: 0 0 0 auto; width: min(72%, 1100px); height: 100%; object-fit: contain; object-position: center; }
.wp-opener__scrim { position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(8,4,2,0.82) 0%, rgba(8,4,2,0.52) 38%, rgba(8,4,2,0.14) 70%), linear-gradient(to top, rgba(8,4,2,0.94) 0%, rgba(8,4,2,0.42) 34%, rgba(8,4,2,0.1) 70%); }
.wp-opener__content { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; justify-content: space-between; padding: 48px 72px; }
.wp-opener__top { display: flex; align-items: center; gap: 10px; }
.wp-opener__cross { font-family: var(--font-sans); font-size: 20px; color: rgba(242,233,216,0.3); line-height: 1; }
.wp-opener__no { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(242,233,216,0.3); }
.wp-opener__nameblock { display: flex; flex-direction: column; gap: 6px; }
.wp-opener__name { font-family: var(--font-display); font-size: clamp(48px, 7vw, 104px); font-weight: 700; letter-spacing: -0.035em; line-height: 0.92; color: var(--glow); margin: 0; }
.wp-opener__name em { font-style: italic; font-weight: 400; }
.wp-opener__role { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(242,233,216,0.5); margin: 4px 0 0; }
.wp-opener__rule { width: 44px; height: 1px; background: rgba(184,146,74,0.45); margin: 6px 0; }
.wp-opener__issueline { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(242,233,216,0.3); margin: 0; }

.wp-body { background: var(--paper); padding: 80px 72px; }
.wp-body__inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; max-width: 1280px; }
.wp-body__kicker { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); display: block; margin-bottom: 20px; }
.wp-body__bio { font-family: var(--font-body); font-size: 17px; line-height: 1.78; color: var(--ink); margin: 0 0 52px; max-width: 54ch; }

.wp-appearances { display: flex; flex-direction: column; }
.wp-appearances__kicker { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); display: block; margin-bottom: 14px; border-top: 1px solid var(--hairline); padding-top: 14px; }
.wp-appearance-item { display: flex; align-items: center; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--hairline); cursor: default; transition: background 120ms; }
.wp-appearance-item--linked { cursor: pointer; }
.wp-appearance-item--linked:hover .wp-appearance-item__label { text-decoration: underline; }
.wp-appearance-item__type { font-family: var(--font-sans); font-size: 8.5px; letter-spacing: 0.2em; text-transform: uppercase; min-width: 68px; flex-shrink: 0; }
.wp-appearance-item__info { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.wp-appearance-item__label { font-family: var(--font-sans); font-size: 12px; letter-spacing: 0.03em; color: var(--ink); }
.wp-appearance-item__detail { font-family: var(--font-sans); font-size: 9.5px; letter-spacing: 0.1em; color: var(--ink-mute); text-transform: uppercase; }
.wp-appearance-item__arrow { font-size: 11px; color: var(--ink-mute); flex-shrink: 0; }

.wp-quote { margin-bottom: 32px; }
.wp-quote__rule { width: 100%; height: 1px; background: var(--hairline); margin-bottom: 24px; }
.wp-quote__text { font-family: var(--font-display); font-style: italic; font-size: clamp(17px,1.8vw,24px); font-weight: 400; letter-spacing: -0.01em; line-height: 1.45; color: var(--ink); margin: 0 0 14px; }
.wp-quote__source { font-family: var(--font-sans); font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); }
.wp-ctas { display: flex; flex-direction: column; gap: 6px; margin-top: 32px; }
.wp-cta { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; padding: 14px 20px; background: var(--ink); color: var(--paper); border: 0; cursor: pointer; text-align: left; transition: background 160ms; }
.wp-cta:hover { background: var(--oxblood); }

.wp-archive-note { background: var(--velvet); padding: 60px 72px; }
.wp-archive-note__inner { max-width: 580px; }
.wp-archive-note__kicker { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(242,233,216,0.3); display: block; margin-bottom: 16px; }
.wp-archive-note__text { font-family: var(--font-body); font-size: 15px; line-height: 1.68; color: rgba(242,233,216,0.5); margin: 0 0 20px; }
.wp-archive-note__link { background: transparent; border: 0; border-bottom: 1px solid rgba(242,233,216,0.18); padding-bottom: 2px; font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(242,233,216,0.35); cursor: pointer; transition: color 160ms; }
.wp-archive-note__link:hover { color: var(--glow); }
@media (max-width: 900px) { .wp-body__inner { grid-template-columns: 1fr; } .wp-back, .wp-opener__content, .wp-body, .wp-archive-note { padding-left: 24px; padding-right: 24px; } }

/* ============================================================
   ARCHIVE — Tabs + Episodes section
   ============================================================ */
.arch-tabs { display: flex; gap: 0; padding: 0 72px; border-top: 1px solid rgba(242,233,216,0.08); margin-top: 48px; }
.arch-tab { background: transparent; border: 0; border-bottom: 2px solid transparent; font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(242,233,216,0.35); cursor: pointer; padding: 16px 0; margin-right: 32px; transition: color 160ms, border-color 160ms; }
.arch-tab--active { color: var(--glow); border-bottom-color: var(--gold); }

.arch-episodes { background: var(--velvet); padding: 60px 72px 80px; }
.arch-ep-cols { display: grid; grid-template-columns: 3.5rem 1fr 1fr 4.5rem 5rem; gap: 0 20px; align-items: center; padding: 10px 0; }
.arch-ep-cols--head { padding-bottom: 14px; border-bottom: 1px solid rgba(242,233,216,0.08); margin-bottom: 4px; }
.arch-ep-row { display: grid; grid-template-columns: 3.5rem 1fr 1fr 4.5rem 5rem; gap: 0 20px; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(242,233,216,0.04); cursor: pointer; transition: background 120ms; border-radius: 0; }
.arch-ep-row:hover { background: rgba(242,233,216,0.02); }
.arch-ep-row__ep { font-family: var(--font-sans); font-size: 9.5px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(242,233,216,0.3); }
.arch-ep-row__title { font-family: var(--font-display); font-size: 14px; font-weight: 500; letter-spacing: -0.01em; color: var(--glow); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.arch-ep-row__featured { font-family: var(--font-sans); font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-top: 3px; }
.arch-ep-row__guest { font-family: var(--font-sans); font-size: 12px; color: rgba(242,233,216,0.65); }
.arch-ep-row__role { font-family: var(--font-sans); font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(242,233,216,0.3); margin-top: 2px; }
.arch-ep-row__date { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.1em; color: rgba(242,233,216,0.3); }
.arch-ep-row__dur { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.1em; color: var(--gold); text-align: right; }
.arch-ep-more { padding-top: 36px; }
.arch-ep-more__link { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(242,233,216,0.35); text-decoration: none; border-bottom: 1px solid rgba(242,233,216,0.15); padding-bottom: 2px; transition: color 160ms; }
.arch-ep-more__link:hover { color: var(--glow); }
@media (max-width: 900px) {
  .arch-tabs { padding: 0 24px; }
  .arch-episodes { padding: 40px 24px 60px; }
  .arch-ep-cols, .arch-ep-row { grid-template-columns: 2.5rem 1fr 3.5rem; }
  .arch-ep-cols > span:nth-child(3), .arch-ep-row > div:nth-child(3),
  .arch-ep-cols > span:nth-child(4), .arch-ep-row > span:nth-child(4) { display: none; }
}

.ew-spotify-embed {
  background: var(--velvet);
}
.ew-spotify-embed__inner {
  padding: 0 72px 56px;
}
.ew-spotify-embed__player {
  border: 1px solid rgba(242,233,216,0.06);
}
.ew-spotify-embed__links {
  display: flex;
  gap: 32px;
  padding-top: 16px;
}
.ew-spotify-embed__link {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(242,233,216,0.4);
  text-decoration: none;
  transition: color 160ms;
}
.ew-spotify-embed__link:hover { color: var(--glow); }
@media (max-width: 900px) {
  .ew-spotify-embed__inner { padding: 0 24px 40px; }
}

/* ============================================================================
   SPOTLIGHT EDITORIAL (.se-*) — the web editorial layout for a spotlight feature.
   Cinematic hero + single-column magazine measure + pull-quotes + woven imagery.
   Inspired by The Gentlewoman / Cereal / Vanity Fair long-reads. Theme-stable.
   ========================================================================== */
.se { background: var(--paper); color: var(--ink); overflow-x: hidden; }

/* ---- Hero ---- */
.se-hero { position: relative; width: 100%; height: clamp(560px, 82vh, 920px); overflow: hidden; display: flex; align-items: flex-end; background: var(--velvet); isolation: isolate; }
.se-hero::before { content: ""; position: absolute; inset: -22px; z-index: 0; background-image: var(--se-hero-bg); background-size: cover; background-position: center; filter: blur(18px); opacity: 0.3; transform: scale(1.06); }
.se-hero__img { position: absolute; z-index: 1; inset: 0 0 0 auto; width: min(72%, 1100px); height: 100%; object-fit: contain; object-position: center; }
.se-hero__scrim { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(10,7,6,0.86) 0%, rgba(10,7,6,0.58) 40%, rgba(10,7,6,0.15) 74%), linear-gradient(to top, rgba(10,7,6,0.92) 0%, rgba(10,7,6,0.45) 34%, rgba(10,7,6,0.12) 70%); }
.se-hero__inner { position: relative; z-index: 2; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 7vw 8vh; color: var(--glow, #F2E9D8); }
.se-hero__kicker { font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.34em; text-transform: uppercase; color: rgba(184,146,74,0.95); display: block; margin-bottom: 22px; }
.se-hero__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(40px, 6.4vw, 104px); line-height: 0.98; letter-spacing: -0.03em; margin: 0; max-width: 16ch; font-variation-settings: "opsz" 40; }
.se-hero__title em { font-style: italic; font-weight: 500; }
.se-hero__deck { font-family: var(--font-serif); font-style: italic; font-size: clamp(17px, 1.8vw, 23px); line-height: 1.5; color: rgba(242,233,216,0.9); margin: 26px 0 0; max-width: 46ch; }
.se-hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 30px; font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(242,233,216,0.72); }
.se-hero__meta a { color: rgba(184,146,74,0.95); text-decoration: none; border-bottom: 1px solid rgba(184,146,74,0.5); padding-bottom: 2px; }
.se-hero__meta .se-dot { opacity: 0.5; }

/* ---- Standfirst ---- */
.se-standfirst { max-width: 760px; margin: 0 auto; padding: 80px 24px 12px; text-align: center; }
.se-standfirst p { font-family: var(--font-display); font-weight: 500; font-size: clamp(24px, 3vw, 38px); line-height: 1.24; letter-spacing: -0.015em; color: var(--ink); margin: 0; text-wrap: balance; }
.se-standfirst .se-byline { margin-top: 28px; font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-mute); }

/* ---- Body ---- */
.se-body { max-width: 680px; margin: 0 auto; padding: 40px 24px 20px; }
.se-p { font-family: var(--font-serif); font-size: 19px; line-height: 1.85; color: var(--ink-soft); margin: 0 0 1.5em; }
.se-p--drop::first-letter { float: left; font-family: var(--font-display); font-weight: 700; font-size: 5.4em; line-height: 0.72; padding: 0.02em 0.09em 0 0; color: var(--ink); }
.se-section { margin: 0; }
.se-section__head { column-span: all; text-align: center; margin: 68px 0 34px; }
.se-section__kicker { display: block; font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--oxblood); margin-bottom: 14px; }
.se-section__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(24px, 3vw, 34px); line-height: 1.08; letter-spacing: -0.02em; color: var(--ink); margin: 0; }
.se-section__title::after { content: ""; display: block; width: 34px; height: 1px; background: var(--gold, #B8924A); margin: 20px auto 0; opacity: 0.7; }

/* ---- Pull-quote (breakout) ---- */
.se-pull { margin: 52px -10vw; padding: 0 6vw; text-align: center; }
@media (max-width: 900px) { .se-pull { margin: 44px 0; padding: 0; } }
.se-pull p { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: clamp(26px, 3.4vw, 44px); line-height: 1.22; letter-spacing: -0.02em; color: var(--ink); margin: 0; max-width: 20ch; margin-inline: auto; text-wrap: balance; }
.se-pull__rule { width: 40px; height: 1px; background: var(--gold, #B8924A); margin: 0 auto 30px; }
.se-pull__rule--b { margin: 30px auto 0; }

/* ---- Figure (woven image) ---- */
.se-figure { margin: 60px auto; }
.se-figure--wide { max-width: 900px; }
.se-figure--inset { max-width: 680px; }
.se-figure img { width: 100%; height: auto; display: block; box-shadow: 0 40px 80px -40px rgba(0,0,0,0.45); }
.se-figure__cap { margin-top: 14px; font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); text-align: center; }

/* Landscape frames break the narrow reading column and run as a full-width
   magazine band between sections — the woven-carousel feel the founder wanted. */
.se-figure--bleed { max-width: none; width: 100vw; margin-left: calc(50% - 50vw); margin-top: 84px; margin-bottom: 84px; }
.se-figure--bleed img { width: 100%; max-height: 90vh; object-fit: cover; box-shadow: none; }
.se-figure--bleed .se-figure__cap { margin-top: 18px; padding: 0 24px; }
@media (max-width: 720px) {
  .se-figure--bleed { margin-top: 56px; margin-bottom: 56px; }
}

/* ---- "From the sitting" gallery (leftover shoot photos) ---- */
.se-gallery { max-width: 1180px; margin: 76px auto 0; padding: 44px 24px 0; border-top: 1px solid var(--hairline); }
.se-gallery__kicker { display: block; text-align: center; font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--oxblood); margin-bottom: 34px; }
.se-gallery__grid { display: grid; gap: 28px; }
.se-gallery__grid--one { grid-template-columns: minmax(0, 820px); justify-content: center; }
.se-gallery__grid--multi { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 720px) { .se-gallery__grid--multi { grid-template-columns: 1fr; } }
.se-gallery__fig { margin: 0; }
.se-gallery__fig img { width: 100%; height: auto; display: block; box-shadow: 0 40px 80px -40px rgba(0,0,0,0.45); }

/* ---- On Instagram (follow + social proof + optional live post) ---- */
.se-ig { max-width: 1180px; margin: 80px auto 0; padding: 48px 24px 0; border-top: 1px solid var(--hairline); text-align: center; }
.se-ig__kicker { display: block; font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--oxblood); }
.se-ig__handle { display: inline-block; margin-top: 12px; font-family: var(--font-display); font-weight: 600; font-size: clamp(24px, 3vw, 38px); letter-spacing: -0.02em; color: var(--ink); text-decoration: none; }
.se-ig__handle:hover { text-decoration: underline; }
.se-ig__cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin: 34px auto 0; max-width: 900px; text-align: left; }
.se-ig__card { margin: 0; padding: 24px; border: 1px solid var(--hairline); border-radius: 4px; background: rgba(0,0,0,0.015); }
.se-ig__quote { margin: 0; font-family: var(--font-serif); font-size: 15px; line-height: 1.55; color: var(--ink); }
.se-ig__author { margin-top: 12px; font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); }
.se-ig__embed { margin: 34px auto 0; max-width: 540px; }
.se-ig__follow { display: inline-block; margin-top: 30px; padding: 12px 26px; background: var(--ink); color: var(--paper); font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; border-radius: 999px; transition: background 0.2s; }
.se-ig__follow:hover { background: var(--oxblood); }

/* ---- Closing ---- */
.se-close { max-width: 760px; margin: 40px auto 0; padding: 40px 24px 0; text-align: center; border-top: 1px solid var(--hairline); }
.se-close__quote { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: clamp(22px, 2.6vw, 34px); line-height: 1.3; color: var(--ink); margin: 0 auto; max-width: 26ch; }
.se-close__filed { display: block; margin-top: 30px; font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--ink-mute); }

/* ---- Share this feature ---- */
.se-share { max-width: 760px; margin: 44px auto 0; padding: 40px 24px 0; text-align: center; border-top: 1px solid var(--hairline); }
.se-share__kicker { display: block; font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--oxblood); margin-bottom: 22px; }
.se-share__row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: center; }
.se-share__btn { appearance: none; cursor: pointer; background: none; border: 1px solid var(--hairline); border-radius: 999px; padding: 11px 22px; font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease; }
.se-share__btn:hover { border-color: var(--oxblood); color: var(--oxblood); }
.se-share__btn--copy:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }

/* ---- Hero "Turn the pages" cue (jumps to the printed-issue flipbook) ---- */
.se-hero__flip { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; padding: 11px 22px; border: 1px solid rgba(255,255,255,0.5); border-radius: 999px; background: rgba(0,0,0,0.14); backdrop-filter: blur(2px); color: #fff; font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease; }
.se-hero__flip:hover { background: rgba(255,255,255,0.16); border-color: #fff; transform: translateY(-1px); }
.se-hero__flip-arrow { display: inline-block; font-size: 13px; letter-spacing: 0; animation: se-flip-bob 1.8s ease-in-out infinite; }
@keyframes se-flip-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(3px); } }
@media (prefers-reduced-motion: reduce) { .se-hero__flip-arrow { animation: none; } }
#se-printed { scroll-margin-top: 84px; }

/* ---- "The printed issue" band above the flipbook ---- */
.se-issue-intro { text-align: center; padding: 76px 24px 8px; }
.se-issue-intro__kicker { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--oxblood); }
.se-issue-intro__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(26px, 3vw, 40px); letter-spacing: -0.02em; margin: 14px 0 0; }

@media (max-width: 760px) {
  .wp-opener__img, .se-hero__img { width: 100%; height: 100%; }
  /* The kicker sits high in the narrow column, often over pale hair or sky — the scrim has to
     carry that far up the frame for it to stay readable. */
  .wp-opener__scrim, .se-hero__scrim { background: linear-gradient(to top, rgba(8,4,2,0.98) 0%, rgba(8,4,2,0.86) 30%, rgba(8,4,2,0.58) 52%, rgba(8,4,2,0.22) 76%, rgba(8,4,2,0.06) 100%); }
  .se-hero { min-height: 0; }
  .se-hero__inner { padding: 0 24px 7vh; }
  /* Whatever photograph a woman ends up with, the header type has to stay readable over it. */
  .se-hero__kicker, .wp-opener__kicker { text-shadow: 0 1px 10px rgba(0,0,0,0.85), 0 1px 2px rgba(0,0,0,0.7); }
  .se-hero__title, .se-hero__deck, .se-hero__meta { text-shadow: 0 2px 18px rgba(0,0,0,0.6); }
  .se-body { padding: 32px 22px 16px; }
  .se-p { font-size: 17.5px; line-height: 1.8; }
  .se-standfirst { padding: 56px 22px 8px; }
}

/* ============== The GlowOps Edit (EditReader) ============== */
.ed { background: var(--paper); }

/* Cover hero — a mosaic of the archive's covers behind a velvet scrim. */
.ed-hero { position: relative; width: 100%; min-height: 78vh; overflow: hidden; display: flex; align-items: flex-end; background: var(--velvet); }
.ed-hero__mosaic { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(6, 1fr); }
.ed-hero__tile { position: relative; overflow: hidden; }
.ed-hero__tile img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(0.92) contrast(1.02); }
.ed-hero__scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,7,6,0.92) 0%, rgba(10,7,6,0.66) 40%, rgba(10,7,6,0.44) 70%, rgba(10,7,6,0.6) 100%); }
.ed-hero__inner { position: relative; z-index: 2; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 7vw 8vh; color: var(--glow, #F2E9D8); }
.ed-hero__kicker { font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.34em; text-transform: uppercase; color: rgba(184,146,74,0.95); display: block; margin-bottom: 22px; }
.ed-hero__title { font-family: var(--font-display); font-weight: 700; font-size: clamp(44px, 7vw, 116px); line-height: 0.96; letter-spacing: -0.03em; margin: 0; max-width: 14ch; font-variation-settings: "opsz" 40; }
.ed-hero__title em { font-style: italic; font-weight: 500; }
.ed-hero__deck { font-family: var(--font-serif); font-style: italic; font-size: clamp(17px, 1.8vw, 24px); line-height: 1.5; color: rgba(242,233,216,0.92); margin: 26px 0 0; max-width: 52ch; }
.ed-hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 30px; font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(242,233,216,0.74); }
.ed-hero__meta .se-dot { opacity: 0.5; }

/* Opening note */
.ed-note { max-width: 820px; margin: 0 auto; padding: 96px 7vw 24px; display: grid; grid-template-columns: auto 1fr; gap: 40px; }
.ed-note__mark { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--oxblood); white-space: nowrap; padding-top: 10px; border-top: 2px solid var(--oxblood); align-self: start; }
.ed-note__body { }
.ed-note__body p { font-family: var(--font-serif); font-size: 19px; line-height: 1.78; color: var(--ink-soft, #2a2422); margin: 0 0 22px; }
.ed-note__lead { font-size: 22px !important; line-height: 1.62 !important; color: var(--ink, #191413) !important; }
.ed-note__lead::first-letter { font-family: var(--font-display); font-weight: 700; font-size: 3.1em; line-height: 0.78; float: left; margin: 6px 12px 0 0; color: var(--oxblood); }

/* Close */
.ed-close { text-align: center; padding: 40px 7vw 110px; display: flex; flex-direction: column; align-items: center; gap: 22px; }
.ed-close__line { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: clamp(22px, 3vw, 38px); letter-spacing: -0.02em; color: var(--ink-soft, #2a2422); margin: 0; max-width: 24ch; }

@media (max-width: 760px) {
  .ed-hero { min-height: 68vh; }
  .ed-hero__mosaic { grid-template-columns: repeat(3, 1fr); }
  .ed-hero__inner { padding: 0 24px 7vh; }
  .ed-note { grid-template-columns: 1fr; gap: 18px; padding: 64px 24px 8px; }
  .ed-note__mark { border-top: none; padding-top: 0; }
  .ed-note__body p { font-size: 17.5px; }
  .ed-note__lead { font-size: 19px !important; }
}

/* Home edit module — featured cover lead */
.ew-edit__feature--cover { align-items: center; }
.ew-edit__cover { overflow: hidden; background: var(--velvet); border-radius: 2px; box-shadow: 0 30px 60px -30px rgba(21,17,15,0.5); transition: transform 0.4s ease; }
.ew-edit__cover:hover { transform: translateY(-4px); }
.ew-edit__cover img { width: 100%; height: auto; display: block; }

/* ============== The GlowOps Edit — issue reader ============== */
.ed-hero--issue .ed-hero__cover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.ed-note__q { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: clamp(22px, 2.6vw, 34px); line-height: 1.28; letter-spacing: -0.01em; color: var(--oxblood); margin: 26px 0 0; }

.ed-members { max-width: 1120px; margin: 0 auto; padding: 40px 7vw 12px; display: flex; flex-direction: column; gap: 72px; }
.ed-member { display: grid; grid-template-columns: 300px 1fr; gap: 44px; align-items: center; }
.ed-member:nth-child(even) { grid-template-columns: 1fr 300px; }
.ed-member:nth-child(even) .ed-member__img { order: 2; }
.ed-member__img { position: relative; aspect-ratio: 3/4; overflow: hidden; background: var(--velvet); border-radius: 2px; box-shadow: 0 30px 60px -34px rgba(21,17,15,0.55); }
.ed-member__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ed-member__ep { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--oxblood); display: block; margin-bottom: 12px; }
.ed-member__name { font-family: var(--font-display); font-weight: 700; font-size: clamp(30px, 4vw, 52px); letter-spacing: -0.03em; line-height: 1; margin: 0 0 18px; color: var(--ink, #191413); }
.ed-member__blurb { font-family: var(--font-serif); font-size: 18px; line-height: 1.72; color: var(--ink-soft, #2a2422); margin: 0 0 22px; max-width: 52ch; }
.ed-member__links { display: flex; flex-wrap: wrap; gap: 22px; }
.ed-member__link { background: none; border: 0; padding: 0; cursor: pointer; font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--oxblood); border-bottom: 1px solid rgba(122,30,31,0.4); padding-bottom: 3px; transition: border-color 0.2s ease; }
.ed-member__link:hover { border-color: var(--oxblood); }

.ed-pattern { max-width: 760px; margin: 40px auto; padding: 64px 7vw; text-align: center; border-top: 1px solid rgba(21,17,15,0.12); border-bottom: 1px solid rgba(21,17,15,0.12); }
.ed-pattern__k { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--oxblood); display: block; margin-bottom: 24px; }
.ed-pattern__text { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: clamp(22px, 3vw, 34px); line-height: 1.42; letter-spacing: -0.01em; color: var(--ink, #191413); margin: 0; }

.ed-printed { max-width: 1120px; margin: 0 auto; padding: 40px 7vw 24px; }
.edfb { margin-top: 32px; }
.edfb__stage { position: relative; display: flex; align-items: center; justify-content: center; background: var(--velvet); border-radius: 3px; padding: 24px; min-height: 300px; }
.edfb__img { max-width: 100%; max-height: 80vh; display: block; box-shadow: 0 40px 80px -40px rgba(0,0,0,0.6); }
.edfb__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 999px; border: 1px solid rgba(242,233,216,0.4); background: rgba(0,0,0,0.35); color: var(--glow, #F2E9D8); font-size: 26px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s ease; }
.edfb__nav:hover:not(:disabled) { background: rgba(0,0,0,0.6); }
.edfb__nav:disabled { opacity: 0.25; cursor: default; }
.edfb__nav--prev { left: 18px; } .edfb__nav--next { right: 18px; }
.edfb__thumbs { display: flex; gap: 8px; overflow-x: auto; padding: 16px 2px 6px; }
.edfb__thumb { flex: 0 0 auto; width: 58px; aspect-ratio: 4/5; padding: 0; border: 1px solid transparent; border-radius: 2px; overflow: hidden; cursor: pointer; background: none; opacity: 0.55; transition: opacity 0.2s ease, border-color 0.2s ease; }
.edfb__thumb.is-active { opacity: 1; border-color: var(--oxblood); }
.edfb__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.edfb__hint { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute); text-align: center; margin-top: 12px; }

@media (max-width: 760px) {
  .ed-members { padding: 32px 24px 8px; gap: 48px; }
  .ed-member, .ed-member:nth-child(even) { grid-template-columns: 1fr; gap: 20px; }
  .ed-member:nth-child(even) .ed-member__img { order: 0; }
  .ed-member__img { max-width: 280px; }
  .ed-pattern { padding: 48px 24px; }
  .edfb__nav { width: 40px; height: 40px; font-size: 22px; }
}

/* Latest-spotlights strip: the maroon text-card format WITH the woman's photo behind it. */
.ah-card--photo { position: relative; }
.ah-card--photo .ah-card__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform 0.6s ease; }
.ah-card--photo:hover .ah-card__photo { transform: scale(1.03); }
.ah-card--photo .ah-card__photo-scrim { position: absolute; inset: 0; z-index: 0; background: linear-gradient(to top, rgba(22,7,8,0.94) 0%, rgba(22,7,8,0.42) 34%, rgba(22,7,8,0.14) 60%, rgba(22,7,8,0.62) 82%, rgba(22,7,8,0.82) 100%); }
.ah-card--photo::before { z-index: 0; opacity: 0.35; }
.ah-card--photo > .ah-card__top, .ah-card--photo > .ah-card__body, .ah-card--photo > .ah-card__bottom { position: relative; z-index: 1; }

/* 26 Jul editorial close-out: face-safe, source-honest framing across shared templates. */
.ew-hero__title,
.ew-hero__deck,
.se-hero__title,
.se-hero__deck,
.wp-opener__name {
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.se-hero__img {
  width: 100%;
  object-fit: contain;
}
.se-hero::before,
.wp-opener::before {
  display: block;
}

.se-figure--bleed img {
  height: auto;
  max-height: none;
  object-fit: contain;
  background: transparent;
}

/* The episode stills are 16:9 conversation frames. The default header band is far wider than
   that, so filling it cut the pair off around the chest. Bringing the band back towards the
   still's own shape keeps both faces and a good part of the body in view — no recropping. */
.ep-opener--wide {
  height: clamp(440px, min(53vw, 78vh), 780px);
}
.ep-opener--wide .ep-opener__img {
  object-fit: cover;
}
.ep-opener--portrait::before {
  display: none;
}

.ew-woman__img {
  position: relative;
  background: var(--ink);
}
.ew-woman__img img {
  position: relative;
  z-index: 1;
  object-fit: cover;
  transform: none !important;
}
.ew-woman__read-overlay {
  z-index: 2;
}

.ew-pod-secondary__item {
  position: relative;
  isolation: isolate;
  min-height: 210px;
  overflow: hidden;
  justify-content: flex-end;
  padding-top: 24px;
  padding-bottom: 24px;
}
.ew-pod-secondary__image,
.ew-pod-secondary__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ew-pod-secondary__image {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 20%;
  opacity: 0.58;
  filter: saturate(0.8);
}
.ew-pod-secondary__veil {
  z-index: 1;
  background: linear-gradient(to top, rgba(12, 7, 5, 0.94), rgba(12, 7, 5, 0.28));
}
.ew-pod-secondary__item > :not(.ew-pod-secondary__image):not(.ew-pod-secondary__veil) {
  position: relative;
  z-index: 2;
}

@media (max-width: 900px) {
  .ew-pod-secondary__item:first-child,
  .ew-pod-secondary__item:last-child {
    padding: 24px;
  }
}

@media (max-width: 680px) {
  .fb__stage {
    gap: 8px;
    padding: 24px 10px 20px;
  }
  .fb__arrow {
    width: 46px;
    height: 46px;
    border-color: rgba(242,233,216,0.42);
    color: var(--glow);
    background: rgba(0,0,0,0.3);
  }
  .fb__open-book {
    width: min(440px, calc(100vw - 124px));
  }
  .fb__thumbs {
    padding-inline: 16px;
  }
  .fb__hint {
    padding-inline: 20px;
  }
}
