/* ═══════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════ */
.t-hero {
  background: var(--aubergine);
  color: white;
  padding: 90px 56px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.t-hero-eyebrow {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 18px;
  font-weight: 500;
}
.t-hero h1 {
  font-family: "Exquise", serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 22px;
  letter-spacing: -0.015em;
}
.t-hero h1 em {
  color: var(--dusty-blush);
  font-style: italic;
}
.t-hero-sub {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  max-width: 680px;
  margin: 0 auto;
}

/* ═══════════════════════════════════════════════════════════
   FILTER BAR
   ═══════════════════════════════════════════════════════════ */
.t-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 28px 40px;
  background: var(--linen);
  border-bottom: 1px solid rgba(59, 19, 46, 0.08);
}
.t-filter-label {
  font-family: "Jost", sans-serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--grey-magenta);
  margin-right: 8px;
  font-weight: 500;
}
.t-filter-chip {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aubergine);
  background: var(--white);
  border: 1px solid rgba(59, 19, 46, 0.15);
  padding: 9px 18px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.2s;
  font-weight: 500;
}
.t-filter-chip.is-active {
  background: var(--pink);
  color: white;
  border-color: var(--pink);
}
.t-filter-chip:hover {
  border-color: var(--pink);
  color: var(--pink);
}
.t-filter-chip.is-active:hover {
  color: white;
}

/* ═══════════════════════════════════════════════════════════
   SECTION HEADINGS
   ═══════════════════════════════════════════════════════════ */
.section-head {
  text-align: center;
  padding: 72px 40px 8px;
}
.section-head-eyebrow {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px;
  font-weight: 500;
}
.section-head h2 {
  font-family: "Exquise", serif;
  font-size: 36px;
  font-weight: 400;
  color: var(--aubergine);
  margin: 0 0 8px;
  line-height: 1.1;
}
.section-head h2 em {
  font-style: italic;
  color: var(--pink);
}
.section-head p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 19px;
  color: var(--charcoal-plum);
  max-width: 620px;
  margin: 0 auto;
}

/* ═══════════════════════════════════════════════════════════
   FEATURED EDITORIAL ROWS
   ═══════════════════════════════════════════════════════════ */
.featured-body {
  padding: 40px 56px 60px;
  background: var(--white);
}
.featured-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.ed-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 56px;
  align-items: center;
  padding: 48px 0;
  border-bottom: 1px solid rgba(59, 19, 46, 0.1);
}
.ed-row:last-child {
  border-bottom: none;
}
.ed-row.is-right {
  grid-template-columns: 1fr 240px;
}
.ed-row.is-right .ed-photo {
  order: 2;
}
.ed-row.no-image {
  grid-template-columns: 1fr;
  padding: 56px 0;
}

.ed-photo {
  width: 240px;
  height: 240px;
  background: var(--pinked-linen);
  overflow: hidden;
  position: relative;
}
.ed-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ed-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(230, 198, 207, 0.32) 0%,
    rgba(240, 228, 230, 0.22) 100%
  );
  mix-blend-mode: multiply;
  pointer-events: none;
}
.ed-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(253, 250, 248, 0.08);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 1;
}
.ed-photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--pinked-linen), var(--dusty-blush));
  color: var(--grey-magenta);
  font-family: "Exquise", serif;
  font-size: 68px;
  font-style: italic;
  font-weight: 400;
}

.ed-content {
  position: relative;
  max-width: 680px;
}
.ed-row.is-right .ed-content {
  justify-self: end;
}
.ed-row.no-image .ed-content {
  max-width: 820px;
  margin: 0 auto;
  padding-left: 72px;
}
.ed-row.no-image .ed-content::before {
  content: "\201C";
  font-family: "Exquise", serif;
  font-size: 128px;
  color: var(--pink);
  position: absolute;
  left: 0;
  top: -30px;
  line-height: 1;
  opacity: 0.85;
}

.ed-quote {
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
  color: var(--aubergine);
  margin: 0 0 22px;
}
.ed-attr {
  font-family: "Jost", sans-serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 500;
}
.ed-attr-name {
  color: var(--pink);
}
.ed-attr-sep {
  margin: 0 10px;
  opacity: 0.6;
  color: var(--orange);
}

/* ═══════════════════════════════════════════════════════════
   MORE VOICES — denser two-column grid
   ═══════════════════════════════════════════════════════════ */
.voices-body {
  background: var(--linen);
  padding: 60px 56px 80px;
}
.voices-inner {
  max-width: 1080px;
  margin: 0 auto;
}
.voices-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px;
}

.voice-card {
  background: var(--white);
  padding: 32px 32px 30px;
  display: flex;
  gap: 22px;
  align-items: flex-start;
}
.voice-card.no-image {
  display: block;
  padding: 34px 34px;
}

.voice-photo {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--pinked-linen);
  position: relative;
}
.voice-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(230, 198, 207, 0.32) 0%,
    rgba(240, 228, 230, 0.22) 100%
  );
  mix-blend-mode: multiply;
  border-radius: 50%;
}
.voice-photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--pinked-linen), var(--dusty-blush));
  color: var(--grey-magenta);
  font-family: "Exquise", serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
}

.voice-text {
  flex: 1;
}
.voice-card.no-image .voice-text {
  position: relative;
  padding-left: 42px;
}
.voice-card.no-image .voice-text::before {
  content: "\201C";
  font-family: "Exquise", serif;
  font-size: 72px;
  color: var(--pink);
  position: absolute;
  left: -4px;
  top: -18px;
  line-height: 1;
  opacity: 0.75;
}

.voice-quote {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
  color: var(--aubergine);
  margin: 0 0 16px;
}
.voice-attr {
  font-family: "Jost", sans-serif;
  font-size: 9.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 500;
}
.voice-attr-name {
  color: var(--pink);
}
.voice-attr-sep {
  margin: 0 8px;
  opacity: 0.6;
  color: var(--orange);
}

/* ═══════════════════════════════════════════════════════════
   GRADUATE INTERVIEW PANEL (Lesley video)
   ═══════════════════════════════════════════════════════════ */
.interview {
  background: var(--white);
  padding: 80px 56px;
}
.interview-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.interview-content h3 {
  font-family: "Exquise", serif;
  font-size: 32px;
  font-weight: 400;
  color: var(--aubergine);
  margin: 0 0 8px;
  line-height: 1.1;
}
.interview-content h3 em {
  font-style: italic;
  color: var(--pink);
}
.interview-eyebrow {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 12px;
  font-weight: 500;
}
.interview-content p {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 1.7;
  color: var(--aubergine);
  margin: 0 0 14px;
}
.interview-content p.lead {
  font-style: italic;
  font-size: 20px;
  color: var(--charcoal-plum);
}
.interview-video {
  aspect-ratio: 16/9;
  background: var(--aubergine);
  position: relative;
  overflow: hidden;
}
.interview-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* DEV NOTE: replace placeholder below with Vimeo iframe — vimeo.com/600859692 */
.interview-video-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.55);
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  gap: 14px;
  background: linear-gradient(135deg, var(--aubergine), var(--grey-magenta));
}
.interview-video-placeholder svg {
  width: 54px;
  height: 54px;
  opacity: 0.6;
}

/* ═══════════════════════════════════════════════════════════
   CLOSING CTA — pink band (style guide v4 / snippet-cta-band)
   ═══════════════════════════════════════════════════════════ */
.cta-band {
  background: var(--pink);
  padding: 96px 52px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band-inner {
  max-width: 720px;
  margin: 0 auto;
}
.cta-h2 {
  font-family: "Exquise", serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 400;
  color: white;
  line-height: 1.15;
  margin: 0 0 16px;
}
.cta-h2 em {
  font-style: italic;
  color: var(--orange);
}
.cta-sub {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 44px;
}
.cta-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 28px;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s,
    opacity 0.2s;
  border: none;
  cursor: pointer;
}
.btn-ghost {
  background: transparent;
  border: 1px solid currentColor;
}
.btn.btn-white {
  background: white;
  color: var(--pink);
}
.btn.btn-white:hover {
  opacity: 0.88;
}
.btn-ghost.btn-white {
  color: white;
  border-color: rgba(255, 255, 255, 0.6);
}
.btn-ghost.btn-white:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .interview-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 900px) {
  /* Featured rows stack — photo always ABOVE the quote regardless of L/R ranging.
     For is-right rows, source order is [content, photo] so we flip with order. */
  .ed-row,
  .ed-row.is-right {
    grid-template-columns: 1fr;
    gap: 28px;
    justify-items: center;
  }
  .ed-row.is-right .ed-photo {
    order: 0;
  }
  .ed-row.is-right .ed-content {
    order: 1;
  }
  .ed-photo {
    width: 220px;
    height: 220px;
  }
  .ed-content,
  .ed-row.is-right .ed-content {
    justify-self: center;
    text-align: center;
    max-width: 580px;
  }
  .ed-row.no-image .ed-content {
    padding-left: 0;
    padding-top: 42px;
    text-align: left;
  }
  .ed-row.no-image .ed-content::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    font-size: 96px;
  }

  /* Voices grid → single column */
  .voices-grid {
    grid-template-columns: 1fr;
  }

  /* Section spacing tightens */
  .t-hero h1 {
    font-size: 42px;
  }
  .section-head h2 {
    font-size: 28px;
  }
  .featured-body,
  .voices-body,
  .interview,
  .cta-band {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 600px) {
  /* Hero — give it breathing room top + bottom */
  .t-hero {
    padding: 64px 22px 56px;
  }
  .t-hero h1 {
    font-size: 32px;
    line-height: 1.1;
  }
  .t-hero-sub {
    font-size: 17px;
  }

  /* Filter — drop the label, tighten gaps */
  .t-filter {
    padding: 20px 18px;
    gap: 6px;
  }
  .t-filter-label {
    display: none;
  }
  .t-filter-chip {
    padding: 8px 14px;
    font-size: 10px;
  }

  /* Section heading */
  .section-head {
    padding: 48px 22px 0;
  }
  .section-head h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  /* Featured rows */
  .featured-body {
    padding: 32px 22px 48px;
  }
  .ed-row,
  .ed-row.is-right {
    padding: 36px 0;
    gap: 22px;
  }
  .ed-row.no-image {
    padding: 40px 0;
  }
  .ed-photo {
    width: 180px;
    height: 180px;
  }
  .ed-photo-placeholder {
    font-size: 52px;
  }
  .ed-quote {
    font-size: 18px;
    line-height: 1.55;
  }
  .ed-attr {
    font-size: 9px;
    letter-spacing: 0.18em;
  }
  .ed-row.no-image .ed-content {
    padding-top: 36px;
  }
  .ed-row.no-image .ed-content::before {
    font-size: 78px;
  }

  /* Voice cards — on mobile, drop the circular avatar and let
     all cards use the no-image pink-quote treatment for visual consistency.
     This avoids the awkward small-circle-above-quote look. */
  .voices-body {
    padding: 48px 22px 60px;
  }
  .voice-card {
    flex-direction: column;
    padding: 0;
    background: transparent;
  }
  .voice-card,
  .voice-card.no-image {
    background: var(--white);
    padding: 28px 24px 26px;
    display: block;
  }
  .voice-photo {
    display: none;
  }
  .voice-text,
  .voice-card.no-image .voice-text {
    position: relative;
    padding-left: 34px;
  }
  .voice-text::before,
  .voice-card.no-image .voice-text::before {
    content: "\201C";
    font-family: "Exquise", serif;
    font-size: 64px;
    color: var(--pink);
    position: absolute;
    left: -4px;
    top: -14px;
    line-height: 1;
    opacity: 0.75;
  }
  .voice-quote {
    font-size: 16px;
    line-height: 1.6;
  }

  /* Interview panel */
  .interview {
    padding: 48px 22px 56px;
  }
  .interview-inner {
    gap: 28px;
  }
  .interview-content h3 {
    font-size: 26px;
  }
  .interview-content p.lead {
    font-size: 17px;
  }
  .interview-content p {
    font-size: 16px;
  }

  /* CTA */
  .cta-band {
    padding: 56px 22px;
  }
  .cta-sub {
    font-size: 17px;
    margin-bottom: 32px;
  }
  .cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .cta-buttons .btn,
  .cta-buttons .btn-ghost {
    width: 100%;
  }
}
