/* 14-gentlewoman.css — "14 Gentlewoman"
   Portrait-led minimalism. Black-and-white photography, quiet type,
   red as a scalpel. Eggshell ground, ink Archivo lowercase masthead,
   DM Serif Display headlines, Tinos editorial serif, DM Mono folios.
   REVISION 2 compliant: no tickers, no type behind photos, sturdy headlines. */

:root {
  --paper: #F2EEE6;
  --paper-white: #FBF9F5;
  --ink: #141110;
  --red: #C23415;
  --red-editorial: #CF3320;
  --pink: #F2C7CC;
  --burgundy: #382123;
  --ink-60: rgba(20, 17, 16, 0.62);
  --ink-75: rgba(20, 17, 16, 0.78);
  --hairline: 1px solid rgba(20, 17, 16, 0.22);
  --serif-display: "DM Serif Display", "Times New Roman", serif;
  --serif-editorial: "Tinos", "Times New Roman", Times, serif;
  --grotesk: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --mono: "DM Mono", "SFMono-Regular", Menlo, monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif-editorial);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: var(--red); color: var(--paper); }

img, image-slot { max-width: 100%; }
image-slot { display: block; width: 100%; height: 100%; }

a { color: inherit; }
a:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* ── layout ─────────────────────────────────────────────────────────── */

.gw-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

/* ── shared text roles ──────────────────────────────────────────────── */

.gw-kicker {
  font-family: var(--serif-editorial);
  font-style: italic;
  font-size: 17px;
  color: var(--red);
}

.gw-eyebrow {
  font-family: var(--serif-editorial);
  font-style: italic;
  font-size: 16px;
  color: var(--red);
}

.gw-mono {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-60);
}

/* understated underlined text links — no pills anywhere */
.gw-ul {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--red);
  text-underline-offset: 4px;
  transition: color 0.15s ease;
}
.gw-ul:hover { color: var(--red); }

.gw-ul--red { color: var(--red); }
.gw-ul--red:hover { color: var(--ink); }

/* boxed GLOBAL ELITES tab */
.gw-tab {
  display: inline-block;
  font-family: var(--grotesk);
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--paper-white);
  background: var(--red);
  padding: 3px 8px 2px;
  vertical-align: 3px;
  white-space: nowrap;
}

/* grayscale photo frames */
.gw-photo {
  position: relative;
  overflow: hidden;
  background: var(--paper-white);
  border: var(--hairline);
  filter: grayscale(1) contrast(1.04);
}

/* ── masthead ───────────────────────────────────────────────────────── */

.gw-topbar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 16px 0;
  border-bottom: var(--hairline);
}

.gw-topbar-links {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.gw-topbar a {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-75);
  text-decoration: none;
}
.gw-topbar a:hover { color: var(--red); }

.gw-topbar .gw-topbar-cta {
  color: var(--red);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.gw-topbar .gw-topbar-cta:hover { color: var(--ink); }

.gw-masthead {
  text-align: center;
  padding: 44px 0 30px;
  border-bottom: var(--hairline);
}

.gw-masthead-title {
  display: inline-block;
  font-family: var(--grotesk);
  font-weight: 700;
  font-size: clamp(44px, 7.4vw, 88px);
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-transform: lowercase;
  color: var(--ink);
  text-decoration: none;
}
.gw-masthead-title:hover { color: var(--ink); }

.gw-strapline {
  font-family: var(--serif-editorial);
  font-style: italic;
  font-size: 15px;
  color: var(--ink-75);
  margin-top: 12px;
}

/* ── hero ───────────────────────────────────────────────────────────── */

.gw-hero { padding: 56px 0 84px; }

.gw-hero-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 64px;
  align-items: center;
}

.gw-hero-portrait .gw-photo { aspect-ratio: 3 / 4; }

.gw-figcap {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-60);
  margin-top: 12px;
}

.gw-hero-copy h2 {
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: clamp(34px, 3.9vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.005em;
  margin: 16px 0 22px;
}

.gw-hero-copy h2 em {
  font-style: italic;
  color: var(--red);
}

.gw-deck {
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink-75);
  max-width: 44ch;
}

.gw-listen { margin-top: 34px; }

.gw-listen-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-60);
  margin-bottom: 12px;
}

.gw-listen-row {
  display: flex;
  align-items: baseline;
  gap: 10px 14px;
  flex-wrap: wrap;
  font-family: var(--grotesk);
  font-weight: 500;
  font-size: 14px;
}

.gw-listen-row .sep { color: var(--ink-60); }

.gw-hero-meta { margin-top: 30px; line-height: 1.9; }

/* ── quote spread ───────────────────────────────────────────────────── */

.gw-quote {
  border-top: var(--hairline);
  border-bottom: var(--hairline);
  padding: 92px 0;
}

.gw-quote-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 72px;
  align-items: center;
}

.gw-quote blockquote {
  font-family: var(--serif-editorial);
  font-size: clamp(32px, 4.5vw, 62px);
  line-height: 1.14;
  letter-spacing: -0.01em;
}

.gw-quote blockquote em {
  font-style: italic;
  color: var(--red-editorial);
}

.gw-quote-att {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-60);
  margin-top: 30px;
}

/* the paperclipped polaroid — NEXT TO the text, never behind it */
.gw-polaroid {
  position: relative;
  background: #fff;
  padding: 12px 12px 46px;
  box-shadow: 0 10px 28px rgba(20, 17, 16, 0.12);
  transform: rotate(2.4deg);
  margin: 20px 14px 0 0;
}

.gw-polaroid .gw-photo {
  aspect-ratio: 1 / 1;
  border: none;
}

.gw-polaroid-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  text-align: center;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(20, 17, 16, 0.55);
}

.gw-clip {
  position: absolute;
  top: -20px;
  left: 34px;
  width: 22px;
  height: 46px;
  transform: rotate(-8deg);
  color: #98918a;
  z-index: 2;
}

/* ── section head ───────────────────────────────────────────────────── */

.gw-sechead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 44px;
}

.gw-sechead h2, .gw-sechead h3 {
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.06;
  margin-top: 8px;
}

.gw-secmeta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-60);
  text-align: right;
  line-height: 1.9;
  flex-shrink: 0;
}

/* ── episodes — table of contents ───────────────────────────────────── */

.gw-eps { padding: 92px 0; }

.gw-toc { border-bottom: var(--hairline); }

.gw-featured {
  display: grid;
  grid-template-columns: 132px 1fr 280px;
  gap: 44px;
  align-items: center;
  padding: 40px 0 44px;
  border-top: 2px solid var(--ink);
}

.gw-toc-num {
  font-family: var(--serif-editorial);
  color: var(--red);
  line-height: 0.85;
  font-variant-numeric: lining-nums;
}

.gw-featured .gw-toc-num { font-size: clamp(52px, 5.4vw, 76px); }

.gw-featured h3 {
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: clamp(26px, 2.7vw, 36px);
  line-height: 1.12;
  margin: 10px 0 14px;
}

.gw-featured .gw-ep-desc { max-width: 56ch; }

.gw-ep-desc {
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--ink-75);
}

.gw-ep-meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-60);
  margin-top: 14px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: baseline;
}

.gw-ep-meta .gw-ul { text-transform: none; letter-spacing: 0.06em; }

.gw-featured-art .gw-photo { aspect-ratio: 1 / 1; }

.gw-row {
  display: grid;
  grid-template-columns: 132px 1fr 88px;
  gap: 44px;
  align-items: center;
  padding: 30px 0;
  border-top: var(--hairline);
}

.gw-row .gw-toc-num { font-size: 32px; }

.gw-row h4 {
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: 23px;
  line-height: 1.18;
}

.gw-row h4 .gw-tab { margin-left: 12px; }

.gw-row .gw-ep-desc { font-size: 15.5px; margin-top: 5px; }

.gw-row .gw-ep-meta { margin-top: 8px; }

.gw-thumb .gw-photo { aspect-ratio: 1 / 1; }

.gw-toc-foot {
  padding: 26px 0 0;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-60);
}

/* ── pink moment ────────────────────────────────────────────────────── */

.gw-pink {
  background: var(--pink);
  text-align: center;
  padding: 104px 24px;
}

.gw-pink h2 {
  font-family: var(--grotesk);
  font-weight: 900;
  font-size: clamp(28px, 4.6vw, 62px);
  line-height: 1.04;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--red-editorial);
  max-width: 1080px;
  margin: 0 auto;
}

.gw-pink-sub {
  font-family: var(--serif-editorial);
  font-style: italic;
  font-size: 17px;
  color: var(--burgundy);
  margin-top: 22px;
}

.gw-pink-cta {
  display: inline-block;
  margin-top: 30px;
  font-family: var(--grotesk);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red-editorial);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  transition: color 0.15s ease;
}
.gw-pink-cta:hover { color: var(--burgundy); }

/* ── photo essay strip ──────────────────────────────────────────────── */

.gw-essay { padding: 92px 0; }

.gw-essay-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.gw-essay-grid figure { margin: 0; }

.gw-essay-grid .gw-photo { aspect-ratio: 3 / 2; }

/* ── the closet ─────────────────────────────────────────────────────── */

.gw-closet { padding: 0 0 100px; }

.gw-closet-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.gw-plate {
  display: block;
  text-decoration: none;
  background: var(--paper-white);
  border: var(--hairline);
  padding: 18px 18px 22px;
  transition: border-color 0.15s ease;
}
.gw-plate:hover { border-color: var(--red); }

.gw-plate-pic {
  aspect-ratio: 1 / 1;
  background: var(--paper-white);
}

.gw-plate-name {
  font-family: var(--serif-editorial);
  font-size: 17px;
  line-height: 1.35;
  margin-top: 16px;
}

.gw-plate-price {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--ink-60);
  margin-top: 5px;
}

/* ── footer ─────────────────────────────────────────────────────────── */

.gw-footer {
  border-top: var(--hairline);
  padding: 64px 0 36px;
}

.gw-foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 44px;
}

.gw-foot-brand {
  display: inline-block;
  font-family: var(--grotesk);
  font-weight: 700;
  font-size: 27px;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  color: var(--ink);
  text-decoration: none;
}
.gw-foot-brand:hover { color: var(--red); }

.gw-foot-tag {
  font-family: var(--serif-editorial);
  font-style: italic;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-75);
  max-width: 36ch;
  margin-top: 12px;
}

.gw-footer h5 {
  font-family: var(--mono);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-60);
  margin-bottom: 14px;
}

.gw-footer ul { list-style: none; }

.gw-footer ul li { margin-bottom: 9px; }

.gw-footer ul a {
  font-family: var(--serif-editorial);
  font-size: 15px;
  color: var(--ink);
  text-decoration: none;
}
.gw-footer ul a:hover {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.gw-foot-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-top: var(--hairline);
  margin-top: 52px;
  padding-top: 18px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-60);
}

/* ════════════════════════════════════════════════════════════════════
   ELITE PAGE — the subscriber's edition
   ════════════════════════════════════════════════════════════════════ */

.gw-elite-hero { padding: 56px 0 92px; }

.gw-elite-hero-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 64px;
  align-items: center;
}

.gw-elite-portrait .gw-photo { aspect-ratio: 3 / 4; }

.gw-elite-copy h1 {
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.05;
  margin: 16px 0 22px;
}

.gw-elite-copy h1 em {
  font-style: italic;
  color: var(--red);
}

.gw-elite-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 0;
  margin-top: 36px;
  border-top: var(--hairline);
  padding-top: 24px;
}

.gw-stat {
  flex: 1 1 130px;
  min-width: 130px;
  padding-right: 24px;
}

.gw-stat + .gw-stat {
  border-left: var(--hairline);
  padding-left: 24px;
}

.gw-stat b {
  display: block;
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
}

.gw-stat span {
  display: block;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-60);
  margin-top: 5px;
}

.gw-elite-cta-row {
  margin-top: 34px;
  font-family: var(--grotesk);
  font-weight: 500;
  font-size: 16px;
}

.gw-elite-fine {
  margin-top: 16px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-60);
}

/* ── benefits — numbered list ───────────────────────────────────────── */

.gw-benefits { padding: 92px 0; border-top: var(--hairline); }

.gw-benefit {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 40px;
  padding: 30px 0;
  border-top: var(--hairline);
  align-items: baseline;
}

.gw-benefits-list { border-bottom: var(--hairline); }

.gw-benefit-num {
  font-family: var(--serif-editorial);
  font-size: 32px;
  line-height: 0.9;
  color: var(--red);
  font-variant-numeric: lining-nums;
}

.gw-benefit-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
}

.gw-benefit h3 {
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: 23px;
  line-height: 1.15;
}

.gw-benefit-tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-60);
  border: var(--hairline);
  padding: 2px 7px;
  white-space: nowrap;
}

.gw-benefit p {
  font-size: 16px;
  line-height: 1.62;
  color: var(--ink-75);
  margin-top: 8px;
  max-width: 66ch;
}

/* ── pricing — two typographic columns ──────────────────────────────── */

.gw-pricing { padding: 92px 0; border-top: var(--hairline); }

.gw-pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 2px solid var(--ink);
}

.gw-plan { padding: 40px 56px 44px 0; }

.gw-plan + .gw-plan {
  border-left: var(--hairline);
  padding-left: 56px;
  padding-right: 0;
}

.gw-plan-flag {
  font-family: var(--serif-editorial);
  font-style: italic;
  font-size: 14.5px;
  color: var(--red);
  margin-bottom: 12px;
  min-height: 22px;
}

.gw-plan-name {
  font-family: var(--grotesk);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
}

.gw-plan-price {
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: clamp(40px, 4vw, 56px);
  line-height: 1;
  margin-top: 14px;
}

.gw-plan-price .per {
  font-family: var(--serif-editorial);
  font-style: italic;
  font-size: 17px;
  color: var(--ink-60);
  margin-left: 6px;
}

.gw-plan--chosen .gw-plan-price { color: var(--red); }

.gw-plan-note {
  font-size: 15.5px;
  line-height: 1.62;
  color: var(--ink-75);
  margin-top: 18px;
  max-width: 42ch;
}

.gw-plan-list {
  list-style: none;
  margin-top: 22px;
}

.gw-plan-list li {
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink-75);
  padding: 9px 0;
  border-top: var(--hairline);
}

.gw-plan-cta {
  display: inline-block;
  margin-top: 26px;
  font-family: var(--grotesk);
  font-weight: 500;
  font-size: 15px;
}

.gw-pricing-fine {
  margin-top: 44px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-60);
  line-height: 2;
  max-width: 88ch;
}

/* ── testimonials ───────────────────────────────────────────────────── */

.gw-testimonials { padding: 92px 0; border-top: var(--hairline); }

.gw-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.gw-testimonial blockquote {
  font-family: var(--serif-editorial);
  font-style: italic;
  font-size: 19px;
  line-height: 1.5;
}

.gw-testimonial blockquote b {
  font-weight: 700;
  color: var(--red);
}

.gw-testimonial figcaption {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-60);
  margin-top: 16px;
}

/* ── faq — fine print ───────────────────────────────────────────────── */

.gw-faq { padding: 92px 0; border-top: var(--hairline); }

.gw-faq-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 72px;
}

.gw-faq-item {
  padding: 20px 0;
  border-top: var(--hairline);
}

.gw-faq-item dt {
  font-family: var(--serif-editorial);
  font-weight: 700;
  font-size: 15.5px;
  line-height: 1.4;
}

.gw-faq-item dd {
  font-size: 14.5px;
  line-height: 1.62;
  color: var(--ink-75);
  margin-top: 7px;
}

/* ── burgundy closing band ──────────────────────────────────────────── */

.gw-burgundy {
  background: var(--burgundy);
  color: var(--paper);
  text-align: center;
  padding: 116px 24px;
}

.gw-burgundy h2 {
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: clamp(36px, 4.4vw, 60px);
  line-height: 1.06;
}

.gw-burgundy h2 em {
  font-style: italic;
  color: var(--pink);
}

.gw-burgundy p {
  font-family: var(--serif-editorial);
  font-size: 17.5px;
  line-height: 1.6;
  color: rgba(242, 238, 230, 0.85);
  max-width: 52ch;
  margin: 22px auto 0;
}

.gw-burgundy-cta {
  display: inline-block;
  margin-top: 34px;
  font-family: var(--grotesk);
  font-weight: 500;
  font-size: 16px;
  color: var(--paper);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--pink);
  text-underline-offset: 5px;
  transition: color 0.15s ease;
}
.gw-burgundy-cta:hover { color: var(--pink); }

.gw-burgundy .gw-fine {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(242, 238, 230, 0.55);
  margin-top: 18px;
}

/* ════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════════════ */

@media (max-width: 1100px) {
  .gw-wrap { padding-left: 32px; padding-right: 32px; }
  .gw-hero-grid { gap: 44px; }
  .gw-elite-hero-grid { gap: 44px; }
  .gw-quote-grid { grid-template-columns: 1fr 260px; gap: 48px; }
  .gw-featured { grid-template-columns: 110px 1fr 230px; gap: 32px; }
  .gw-row { grid-template-columns: 110px 1fr 80px; gap: 32px; }
  .gw-plan { padding-right: 36px; }
  .gw-plan + .gw-plan { padding-left: 36px; }
  .gw-testimonial-grid { gap: 32px; }
}

@media (max-width: 900px) {
  .gw-hero { padding: 44px 0 68px; }
  .gw-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .gw-hero-portrait { max-width: 480px; }
  .gw-elite-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .gw-elite-portrait { max-width: 420px; }

  .gw-quote { padding: 68px 0; }
  .gw-quote-grid { grid-template-columns: 1fr; gap: 56px; }
  .gw-polaroid { max-width: 280px; }

  .gw-sechead { flex-direction: column; align-items: flex-start; gap: 14px; }
  .gw-secmeta { text-align: left; }

  .gw-featured { grid-template-columns: 72px 1fr; gap: 24px; padding: 30px 0 34px; }
  .gw-featured .gw-toc-num { font-size: 44px; }
  .gw-featured-art {
    grid-column: 1 / -1;
    max-width: 340px;
  }
  .gw-row { grid-template-columns: 72px 1fr 64px; gap: 24px; }
  .gw-row .gw-toc-num { font-size: 24px; }
  .gw-row h4 { font-size: 20px; }

  .gw-essay-grid { grid-template-columns: 1fr; gap: 40px; }
  .gw-essay-grid .gw-photo { aspect-ratio: 16 / 10; }

  .gw-closet-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }

  .gw-foot-grid { grid-template-columns: 1fr 1fr; }

  .gw-pricing-grid { grid-template-columns: 1fr; }
  .gw-plan { padding-right: 0; }
  .gw-plan + .gw-plan {
    border-left: none;
    border-top: var(--hairline);
    padding-left: 0;
    margin-top: 8px;
    padding-top: 36px;
  }
  .gw-plan-flag { min-height: 0; }

  .gw-testimonial-grid { grid-template-columns: 1fr; gap: 36px; }
  .gw-faq-cols { grid-template-columns: 1fr; column-gap: 0; }

  .gw-benefit { grid-template-columns: 64px 1fr; gap: 24px; }
  .gw-benefit-num { font-size: 26px; }
}

@media (max-width: 560px) {
  .gw-wrap { padding-left: 20px; padding-right: 20px; }

  .gw-topbar { padding: 12px 0; gap: 10px; }
  .gw-topbar-links { gap: 16px; }
  .gw-masthead { padding: 32px 0 24px; }
  .gw-strapline { font-size: 13.5px; padding: 0 8px; }

  .gw-hero-copy h2 { font-size: 32px; }
  .gw-deck { font-size: 16.5px; }
  .gw-listen-row { font-size: 13px; }

  .gw-quote blockquote { font-size: 30px; }
  .gw-polaroid { margin-right: 0; }
  .gw-clip { left: 24px; }

  .gw-eps, .gw-essay, .gw-benefits, .gw-pricing,
  .gw-testimonials, .gw-faq { padding-top: 64px; padding-bottom: 64px; }
  .gw-closet { padding-bottom: 72px; }

  .gw-featured { grid-template-columns: 1fr; gap: 14px; }
  .gw-row { grid-template-columns: 48px 1fr; gap: 16px; }
  .gw-thumb { display: none; }
  .gw-row h4 .gw-tab { margin-left: 8px; }

  .gw-pink { padding: 72px 20px; }
  .gw-burgundy { padding: 84px 20px; }

  .gw-closet-grid { gap: 14px; }
  .gw-plate { padding: 12px 12px 16px; }
  .gw-plate-name { font-size: 15px; }

  .gw-foot-grid { grid-template-columns: 1fr; gap: 32px; }

  .gw-benefit { grid-template-columns: 48px 1fr; gap: 16px; }

  .gw-stat { flex: 1 1 45%; min-width: 45%; padding-right: 12px; }
  .gw-stat + .gw-stat { padding-left: 12px; }
  .gw-stat:nth-child(3) { border-left: none; padding-left: 0; }
}
