/* ========================================
   The Slim Hub - Editorial / Magazine Style
   ======================================== */

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

html {
  scroll-behavior: smooth;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  color: #1a1a1a;
  line-height: 1.7;
  background: #fefefe;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ============== MASTHEAD ============== */
.masthead {
  border-bottom: 1px solid #1a1a1a;
  padding: 18px 0 0;
}

.masthead-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.masthead-date {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888;
}

.masthead-logo {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 36px;
  letter-spacing: -1px;
  color: #1a1a1a;
  text-align: center;
}

.masthead-meta {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888;
  text-align: right;
}

.masthead-nav {
  max-width: 1100px;
  margin: 16px auto 0;
  padding: 14px 24px;
  border-top: 1px solid #e8e8e8;
  display: flex;
  justify-content: center;
  gap: 36px;
}

.masthead-nav a {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #555;
  transition: color 0.2s;
}

.masthead-nav a:hover,
.masthead-nav a.active {
  color: #c41e3a;
}

/* ============== ARTICLE ============== */
.article {
  max-width: 720px;
  margin: 0 auto;
  padding: 60px 24px 80px;
}

/* Top: kicker, headline, deck, byline */
.article-top {
  text-align: center;
  margin-bottom: 50px;
}

.kicker {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c41e3a;
  margin-bottom: 24px;
}

.headline {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #111;
  margin-bottom: 22px;
}

.deck {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 22px;
  font-style: italic;
  color: #555;
  line-height: 1.5;
  margin-bottom: 32px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.byline {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-top: 22px;
  border-top: 1px solid #ddd;
  margin: 0 auto;
}

.byline-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}

.byline-text {
  text-align: left;
}

.byline-name {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 2px;
}

.byline-info {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #888;
}

/* Lead image */
.lead-image {
  margin: 0 -60px 50px;
}

.lead-image img {
  width: 100%;
  border-radius: 2px;
}

.lead-image figcaption,
.body-image figcaption {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #777;
  text-align: center;
  margin-top: 12px;
  font-style: italic;
  padding: 0 20px;
}

/* ============== ARTICLE BODY ============== */
.article-body {
  font-family: 'Source Serif 4', Georgia, serif;
}

.story-section {
  margin-bottom: 36px;
}

.story-section p {
  font-size: 19px;
  line-height: 1.75;
  color: #1a1a1a;
  margin-bottom: 24px;
  font-weight: 400;
}

.story-section em {
  color: #444;
  font-style: italic;
}

.story-section strong {
  font-weight: 600;
  color: #000;
}

/* Drop cap */
.dropcap-p::first-letter {
  float: left;
  font-family: 'Playfair Display', serif;
  font-size: 84px;
  font-weight: 900;
  line-height: 0.85;
  padding: 6px 12px 0 0;
  color: #c41e3a;
}

/* Section heading */
.section-heading {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  color: #111;
  margin: 50px 0 24px;
  letter-spacing: -0.3px;
}

/* Body images - sized to fit content, not edge to edge */
.body-image {
  margin: 40px auto;
  max-width: 520px;
  text-align: center;
}

.body-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 0 auto;
}

/* Portrait-oriented images (taller than wide) */
.body-image-portrait {
  max-width: 380px;
}

/* Full-width images for wide panoramic shots (before/after, landscape scenes) */
.body-image-full {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* Lead image stays full width but contained */
.lead-image {
  margin: 0 0 50px;
  text-align: center;
}

.lead-image img {
  width: 100%;
  max-width: 720px;
  height: auto;
  border-radius: 4px;
  margin: 0 auto;
}

/* Pullquote */
.pullquote-aside {
  margin: 50px -40px;
  padding: 36px 40px;
  border-top: 3px solid #c41e3a;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.pullquote-aside p {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  color: #222;
  margin: 0;
}

/* Sign off */
.signoff {
  font-family: 'Source Serif 4', serif;
  font-style: italic;
  color: #666;
  margin-bottom: 4px !important;
}

.signature {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-style: italic;
  color: #1a1a1a;
  font-weight: 400;
  margin-bottom: 0 !important;
}

/* ============== REVIEW STRIP ============== */
.review-strip {
  margin: 50px -40px;
  padding: 36px 40px;
  background: #f7f4ec;
  border-top: 1px solid #d8d2c3;
  border-bottom: 1px solid #d8d2c3;
}

.review-strip-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888;
  text-align: center;
  margin-bottom: 24px !important;
}

.review-strip-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.review-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 0;
}

.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.review-text {
  font-family: 'Source Serif 4', serif;
  font-style: italic;
  font-size: 15px !important;
  line-height: 1.55 !important;
  color: #444;
  margin-bottom: 6px !important;
}

.review-attribution {
  font-family: 'Inter', sans-serif;
  font-size: 11px !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

/* ============== CTA SIDEBAR ============== */
.cta-sidebar {
  margin: 50px -40px;
  padding: 40px 36px;
  background: #fff8f3;
  border: 1px solid #f0d9c5;
  border-left: 5px solid #c41e3a;
  border-radius: 2px;
}

.cta-sidebar-kicker {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c41e3a;
  margin-bottom: 8px;
}

.cta-sidebar-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.2;
}

.cta-sidebar-desc {
  font-family: 'Source Serif 4', serif;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 22px;
}

.cta-sidebar-fine {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: #999;
  margin-top: 14px;
  text-align: center;
  font-style: italic;
}

/* CTA buttons */
.cta-button {
  display: inline-block;
  background: #c41e3a;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  padding: 16px 32px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  transition: background 0.2s;
}

.cta-button:hover {
  background: #a3162e;
  color: #fff;
}

.cta-large {
  font-size: 16px;
  padding: 18px 40px;
}

.cta-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.cta-secondary-link {
  background: none;
  border: none;
  color: #666;
  font-family: 'Source Serif 4', serif;
  font-style: italic;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-color: #ccc;
  text-underline-offset: 3px;
  cursor: pointer;
  padding: 4px 12px;
  transition: color 0.2s;
}

.cta-secondary-link:hover {
  color: #c41e3a;
  text-decoration-color: #c41e3a;
}

/* Email CTA button: smaller, green, less prominent than main red CTA */
.cta-email-btn {
  display: inline-block;
  background: #fff;
  color: #2d8a4e;
  border: 1.5px solid #2d8a4e;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
  padding: 11px 22px;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.cta-email-btn:hover {
  background: #2d8a4e;
  color: #fff;
}

/* Inline CTA - appears in the middle of the story, less prominent */
.cta-inline {
  margin: 36px auto;
  max-width: 560px;
  padding: 22px 24px;
  background: #fdf8f4;
  border-top: 1px solid #f0e0d0;
  border-bottom: 1px solid #f0e0d0;
  text-align: center;
}

.cta-inline-lead {
  font-family: 'Source Serif 4', serif;
  font-style: italic;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 16px !important;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.cta-inline .cta-button {
  font-size: 14px;
  padding: 14px 28px;
}

.cta-inline .cta-stack {
  gap: 10px;
}

/* ============== FAQ ============== */
.faq-list {
  border-top: 1px solid #e0e0e0;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  text-align: left;
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 700;
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-toggle {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #c41e3a;
  transition: transform 0.3s;
  flex-shrink: 0;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding-bottom: 20px;
}

.faq-answer p {
  font-family: 'Source Serif 4', serif;
  font-size: 17px !important;
  color: #555;
  line-height: 1.6 !important;
}

/* ============== STORY CLOSER ============== */
.story-closer {
  margin-top: 50px;
  padding-top: 32px;
  border-top: 1px solid #e0e0e0;
}

.story-closer-cta {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

/* ============== AUTHOR BIO ============== */
.author-bio {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 28px;
  margin: 60px 0 40px;
  background: #f7f4ec;
  border-left: 4px solid #c41e3a;
}

.author-bio-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.author-bio-name {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 6px;
}

.author-bio-text p {
  font-family: 'Source Serif 4', serif;
  font-size: 15px;
  line-height: 1.55;
  color: #444;
  margin: 0;
}

.author-bio-text strong {
  color: #1a1a1a;
}

/* ============== MORE STORIES ============== */
.more-stories {
  margin-top: 60px;
  padding-top: 36px;
  border-top: 2px solid #1a1a1a;
}

.more-stories-title {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 24px;
  text-align: center;
}

.more-stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.more-card {
  cursor: pointer;
  transition: opacity 0.2s;
}

.more-card:hover {
  opacity: 0.85;
}

.more-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin-bottom: 12px;
  border-radius: 2px;
}

.more-card-kicker {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #c41e3a;
  margin-bottom: 6px;
}

.more-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
}

/* ============== LEGAL PAGES ============== */
.legal .headline {
  font-size: 44px;
}

.legal-body {
  max-width: 700px;
  margin: 0 auto;
}

.legal-body p {
  font-size: 17px;
  line-height: 1.75;
  color: #2a2a2a;
  margin-bottom: 18px;
}

.legal-body a {
  color: #c41e3a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-body a:hover {
  color: #8a1128;
}

.legal-heading {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin: 40px 0 16px;
  line-height: 1.3;
}

.legal-body strong {
  color: #111;
  font-weight: 600;
}

/* ============== FOOTER ============== */
.footer {
  background: #1a1a1a;
  color: #ccc;
  padding: 50px 0 40px;
  margin-top: 60px;
}

.footer-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 18px;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}

.footer-links a {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #aaa;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-disclaimer {
  max-width: 560px;
  margin: 0 auto 18px;
}

.footer-disclaimer p {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  line-height: 1.6;
  color: #888;
  margin-bottom: 8px;
}

.footer-disclaimer strong {
  color: #ccc;
}

.footer-copy {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: #666;
}

/* ============== EMAIL POPUP ============== */
.email-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}

.email-gate.visible {
  opacity: 1;
  pointer-events: all;
}

.gate-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.gate-modal {
  position: relative;
  background: #fff;
  border-radius: 4px;
  max-width: 720px;
  width: 92%;
  max-height: 92vh;
  overflow-y: auto;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
  animation: gate-pop 0.3s ease-out;
}

@keyframes gate-pop {
  from { transform: scale(0.92); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.gate-close {
  position: absolute;
  top: 8px;
  right: 14px;
  background: none;
  border: none;
  font-size: 28px;
  color: #999;
  cursor: pointer;
  z-index: 2;
  line-height: 1;
  padding: 6px 10px;
  font-family: 'Inter', sans-serif;
}

.gate-close:hover {
  color: #333;
}

.gate-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
}

.gate-image-col {
  background: linear-gradient(135deg, #fff5ed, #ffe5d3);
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px 0 0 4px;
}

.gate-image-text {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 16px;
}

.gate-image-text strong {
  display: block;
  font-size: 36px;
  font-weight: 900;
  color: #c41e3a;
  margin: 4px 0;
}

.gate-image {
  width: 100%;
  max-width: 240px;
  height: auto;
  border-radius: 4px;
}

.gate-form-col {
  padding: 32px 32px 28px;
  font-family: 'Inter', sans-serif;
}

.gate-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.25;
  margin-bottom: 14px;
}

.gate-title-red {
  color: #c41e3a;
  display: block;
}

.gate-subtitle {
  font-size: 14px;
  color: #555;
  line-height: 1.55;
  margin-bottom: 18px;
}

.gate-subtitle strong {
  color: #c41e3a;
}

.gate-benefits {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.gate-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.gate-check {
  color: #2d8a4e;
  font-weight: 800;
  font-size: 15px;
  flex-shrink: 0;
}

.gate-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 14px;
}

.gate-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.gate-input-icon {
  position: absolute;
  left: 16px;
  color: #bbb;
  font-size: 16px;
  pointer-events: none;
}

.gate-input {
  width: 100%;
  padding: 14px 16px 14px 44px;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.2s;
  color: #333;
}

.gate-input::placeholder { color: #bbb; }
.gate-input:focus { border-color: #c41e3a; }

.gate-button {
  width: 100%;
  padding: 16px;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #fff;
  background: #c41e3a;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

.gate-button:hover {
  background: #a3162e;
  transform: translateY(-1px);
}

.gate-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.gate-success,
.gate-error {
  text-align: center;
  padding: 10px 0 6px;
  animation: gate-pop 0.3s ease-out;
}

.gate-success-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  background: #2d8a4e;
  color: #fff;
  border-radius: 50%;
  font-size: 32px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gate-success-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.gate-success-msg {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 16px;
}

.gate-continue-btn {
  display: inline-block;
  background: #c41e3a;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  padding: 14px 28px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}

.gate-continue-btn:hover {
  background: #a3162e;
  color: #fff;
}

.gate-error-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  background: #c41e3a;
  color: #fff;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gate-error-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 900;
  color: #c41e3a;
  margin-bottom: 8px;
}

.gate-error-msg {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  word-break: break-word;
}

.gate-privacy {
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 1.5;
  padding-top: 14px;
  border-top: 1px solid #f0f0f0;
}

.gate-shield {
  margin-right: 4px;
}

.gate-skip {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  color: #888;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}

.gate-skip:hover { color: #555; }

/* ============== RESPONSIVE ============== */
@media (max-width: 900px) {
  .lead-image,
  .body-image,
  .body-image-full,
  .pullquote-aside,
  .review-strip,
  .cta-sidebar {
    margin-left: 0;
    margin-right: 0;
  }

  .more-stories-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  html { font-size: 17px; }

  .masthead {
    padding: 14px 0 0;
  }

  .masthead-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 6px;
  }

  .masthead-meta,
  .masthead-date {
    text-align: center;
    font-size: 10px;
  }

  .masthead-logo {
    font-size: 28px;
  }

  .masthead-nav {
    overflow-x: auto;
    gap: 20px;
    justify-content: flex-start;
    padding: 12px 18px;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 12px 0 0;
  }

  .masthead-nav a {
    flex-shrink: 0;
  }

  .article {
    padding: 28px 18px 50px;
  }

  .article-top {
    margin-bottom: 34px;
  }

  .kicker {
    font-size: 11px;
    margin-bottom: 14px;
  }

  .headline {
    font-size: 30px;
  }

  .deck {
    font-size: 17px;
  }

  .byline {
    padding-top: 16px;
  }

  .byline-avatar {
    width: 44px;
    height: 44px;
  }

  .lead-image {
    margin: 0 0 30px;
  }

  .lead-image figcaption,
  .body-image figcaption {
    font-size: 12px;
    padding: 0 10px;
    margin-top: 10px;
  }

  .story-section p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 18px;
  }

  .section-heading {
    font-size: 22px;
    margin: 32px 0 16px;
  }

  .dropcap-p::first-letter {
    font-size: 68px;
    padding: 4px 10px 0 0;
  }

  .body-image {
    margin: 28px auto;
    max-width: 100%;
  }

  .body-image-portrait {
    max-width: 300px;
  }

  .pullquote-aside {
    padding: 24px 20px;
    margin: 32px 0;
  }

  .pullquote-aside p {
    font-size: 20px;
  }

  .review-strip {
    padding: 26px 20px;
    margin: 32px 0;
  }

  .review-strip-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .review-item {
    gap: 12px;
  }

  .review-text {
    font-size: 14px !important;
  }

  .cta-sidebar {
    padding: 26px 20px;
    margin: 32px 0;
  }

  .cta-sidebar-title {
    font-size: 22px;
  }

  .cta-sidebar-desc {
    font-size: 15px;
  }

  .cta-inline {
    padding: 20px 18px;
    margin: 28px 0;
  }

  .cta-inline-lead {
    font-size: 15px;
  }

  .cta-email-btn {
    width: 100%;
    max-width: 280px;
    padding: 12px 16px;
  }

  .cta-button {
    font-size: 14px;
    padding: 14px 22px;
    width: 100%;
    max-width: 100%;
  }

  .cta-large {
    font-size: 15px;
    padding: 16px 28px;
  }

  .faq-question {
    font-size: 17px;
    padding: 18px 0;
  }

  .faq-answer p {
    font-size: 15px !important;
  }

  .story-closer-cta {
    margin-top: 22px;
  }

  .author-bio {
    flex-direction: column;
    text-align: center;
    padding: 22px 20px;
    margin: 40px 0 30px;
  }

  .author-bio-avatar {
    width: 70px;
    height: 70px;
  }

  .more-stories-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer {
    padding: 40px 0 30px;
  }

  .footer-inner {
    padding: 0 20px;
  }

  .footer-brand {
    font-size: 22px;
  }

  .footer-links {
    gap: 14px 18px;
  }

  /* Legal pages */
  .legal .headline {
    font-size: 32px;
  }

  .legal-body p {
    font-size: 16px;
  }

  .legal-heading {
    font-size: 20px;
    margin: 30px 0 12px;
  }

  /* Popup on mobile */
  .gate-modal {
    max-height: 94vh;
    width: 94%;
  }

  .gate-grid {
    grid-template-columns: 1fr;
  }

  .gate-image-col {
    border-radius: 4px 4px 0 0;
    padding: 18px;
  }

  .gate-image {
    max-width: 160px;
  }

  .gate-image-text {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .gate-image-text strong {
    font-size: 26px;
  }

  .gate-form-col {
    padding: 22px 20px 18px;
  }

  .gate-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .gate-subtitle {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .gate-benefits li {
    font-size: 13px;
  }

  .gate-input {
    font-size: 16px; /* prevent iOS zoom */
  }

  .gate-button {
    font-size: 14px;
    padding: 14px;
  }

  .gate-close {
    top: 4px;
    right: 8px;
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .article {
    padding: 20px 14px 40px;
  }

  .headline {
    font-size: 25px;
    line-height: 1.2;
  }

  .deck {
    font-size: 15px;
  }

  .dropcap-p::first-letter {
    font-size: 54px;
    padding: 2px 8px 0 0;
  }

  .section-heading {
    font-size: 20px;
  }

  .pullquote-aside p {
    font-size: 17px;
  }

  .signature {
    font-size: 26px;
  }

  .body-image-portrait {
    max-width: 260px;
  }

  .review-strip,
  .cta-sidebar,
  .pullquote-aside {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gate-modal {
    width: 96%;
  }

  .gate-form-col {
    padding: 18px 16px 16px;
  }

  .gate-title {
    font-size: 18px;
  }

  /* Legal page on very small screens */
  .legal .headline {
    font-size: 26px;
  }
}
