/*
  REVALYTICS — MONEYBALL FOR THE TRADES
  Shared across all 3 moneyball pages (resources/moneyball-for-the-trades-*/index.html).
  Shared stack: tokens → base → typography → buttons → wirebar → nav → footer → this file.
*/

/* ── Footer tagline row ─────────────────────────────── */
.footer-tagline-row {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ── Section wrappers ───────────────────────────────── */
.s-wrap {
  padding: 0 30px 20px;
}

.s-light {
  background: #fff;
  border-radius: var(--rev-radius-lg);
  box-shadow: var(--rev-shadow-card);
  padding: 56px 73px;
}

.s-dark {
  background: var(--rev-navy-900);
  border-radius: var(--rev-radius-lg);
  box-shadow: var(--rev-shadow-card);
  padding: 56px 73px;
  position: relative;
  overflow: hidden;
}

.ls-orb {
  position: absolute;
  right: -80px;
  top: -180px;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: rgba(75, 133, 234, 0.15);
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

.s-dark::before {
  content: '';
  position: absolute;
  bottom: -30%;
  right: -10%;
  width: 60%;
  height: 100%;
  background: radial-gradient(ellipse, rgba(75, 133, 234, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

/* ── Hero ───────────────────────────────────────────── */
.hero-wrap {
  padding: 90px 30px 20px;
}

.hero-card {
  border-radius: var(--rev-radius-lg);
  box-shadow: var(--rev-shadow-card);
  overflow: hidden;
  position: relative;
  min-height: 320px;
  display: flex;
  flex-direction: column;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../../images/hero-section-backgroud-blue-gradient.webp');
  background-size: cover;
  background-position: center center;
}

.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(4, 18, 45, 0.85) 0%,
      rgba(4, 18, 45, 0.75) 35%,
      rgba(4, 18, 45, 0.50) 65%,
      rgba(4, 18, 45, 0.35) 100%);
  z-index: 1;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(4, 18, 45, 0.45) 0%,
      transparent 25%,
      transparent 75%,
      rgba(4, 18, 45, 0.35) 100%);
  z-index: 2;
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding: 32px 73px;
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 60px;
  align-items: start;
  flex: 1;
}

.hero-label-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.hero-eyebrow {
  font-family: var(--rev-font-mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* Hero label with green live dot — matches our-philosophy hero */
.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rev-blue-300);
  margin-bottom: 16px;
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rev-pos);
  animation: wire-pulse 1.4s infinite;
  flex-shrink: 0;
}

.hero-h1 {
  font-size: clamp(34px, 5.5vw, 58px);
  font-weight: 500;
  line-height: 1.0;
  color: #fff;
  letter-spacing: -0.025em;
  margin-bottom: 28px;
  white-space: nowrap;
  text-shadow: 0 2px 24px rgba(4, 18, 45, 0.6);
}

.hero-h1 em { color: #a8d4ff; font-style: italic; }

.hero-lede {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: -0.01em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.hero-lede em { color: #a8d4ff; font-style: italic; }

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}

/* ── Wayfinding pill ────────────────────────────────── */
.wayfind {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--rev-font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  padding: 5px 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--rev-radius-pill);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.wayfind-dots { display: flex; gap: 4px; align-items: center; }

.wayfind-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
}

.wayfind-dot-done {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.wayfind-dot-inactive {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.wayfind-light {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--rev-font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a8a8a;
  padding: 4px 12px;
  border: 1px solid #d9d9d9;
  border-radius: var(--rev-radius-pill);
}

/* ── Hero right panel ───────────────────────────────── */
.hero-right-panel {
  border-left: 1.5px solid rgba(255, 255, 255, 0.2);
  padding: 0 0 0 36px;
}

.hero-right-label {
  font-family: var(--rev-font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 14px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.hero-right-title {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.015em;
  line-height: 1.2;
  margin-bottom: 14px;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}

.hero-right-title em { color: #a8d4ff; font-style: italic; }

.hero-right-body {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.hero-right-body em { color: #fff; font-style: italic; }

/* ── Section header ─────────────────────────────────── */
.s-header {
  display: grid;
  grid-template-columns: 7fr 4fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 28px;
}

.s-eyebrow {
  font-family: var(--rev-font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 28px;
}

.s-eyebrow.light { color: #8a8a8a; }
.s-eyebrow.dark  { color: rgba(255, 255, 255, 0.35); }

.s-h2 {
  font-size: clamp(34px, 5.5vw, 58px);
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: -0.025em;
  margin-top: 0;
  margin-bottom: 0;
}

.s-h2.light { color: var(--rev-text); }
.s-h2.dark  { color: #fff; }
.s-h2 em    { font-style: italic; }
.s-h2.light em { color: var(--rev-blue); }
.s-h2.dark em  { color: var(--rev-blue-300); }

.s-sub { font-size: 18px; line-height: 1.5; }
.s-sub.light { color: var(--rev-text-body); }
.s-sub.dark  { color: rgba(255, 255, 255, 0.65); }

.s-sub-card {
  background: #f0f5ff;
  border-radius: 16px;
  padding: 24px 28px;
  box-shadow: 0 2px 16px rgba(0, 86, 235, 0.07);
}

/* ── Cost table ─────────────────────────────────────── */
.cost-table { border-top: 2px solid var(--rev-text); }

.cost-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid #d9d9d9;
}

.cost-row.total {
  border-top: 2px solid var(--rev-text);
  border-bottom: none;
  padding-top: 14px;
  margin-top: 4px;
}

.cost-row-label { font-size: 16px; line-height: 1.55; color: var(--rev-text-body); }
.cost-row-label strong { color: var(--rev-text); font-weight: 600; }

.cost-row-amount {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--rev-text);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.cost-row.total .cost-row-amount { color: var(--rev-pos); }

.cost-footnote {
  font-family: var(--rev-font-mono);
  font-size: 11px;
  color: #8a8a8a;
  margin-top: 28px;
  line-height: 1.7;
  max-width: 680px;
}

/* ── Disguise list ──────────────────────────────────── */
.disguise-list { border-top: 2px solid var(--rev-text); }

.disguise-item { padding: 14px 0; border-bottom: 1px solid #d9d9d9; }
.disguise-item:last-child { border-bottom: none; padding-bottom: 0; }

.disguise-quote {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  line-height: 1.3;
  color: var(--rev-text);
  font-style: italic;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.disguise-gloss {
  font-family: var(--rev-font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #8a8a8a;
  line-height: 1.5;
}

/* ── Pull quote ─────────────────────────────────────── */
.pull-quote {
  font-size: clamp(34px, 5.5vw, 58px);
  font-weight: 500;
  line-height: 0.97;
  color: #fff;
  letter-spacing: -0.03em;
  max-width: 860px;
  margin: 0;
}

.pull-quote em { color: var(--rev-blue-300); font-style: italic; }

.pull-quote-body {
  display: grid;
  grid-template-columns: 7fr 4fr;
  gap: 60px;
  align-items: start;
  margin-top: 28px;
}

.pq-body-text { font-size: 18px; line-height: 1.65; color: rgba(255, 255, 255, 0.65); }
.pq-body-text + .pq-body-text { margin-top: 18px; }
.pq-body-text em { color: var(--rev-blue-300); font-style: italic; }

.pq-standard { border-left: 2px solid var(--rev-blue); padding-left: 28px; }

.pq-standard-label {
  font-family: var(--rev-font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rev-blue);
  margin-bottom: 12px;
}

.pq-standard-text {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.pq-standard-text em { color: var(--rev-blue-300); font-style: italic; }

/* ── Body copy ──────────────────────────────────────── */
.body-copy { font-size: 18px; line-height: 1.65; color: var(--rev-text-body); max-width: 700px; }
.body-copy + .body-copy { margin-top: 20px; }
.body-copy strong { color: var(--rev-text); font-weight: 600; }
.body-copy em { color: var(--rev-text); font-style: italic; }

/* ── Cause cards (four structural reasons) ──────────── */
.cause-list {
  border-top: 2px solid var(--rev-text);
  max-width: 900px;
}

.cause-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 32px;
  align-items: start;
  padding: 36px 0;
  border-bottom: 1px solid #d9d9d9;
}

.cause-item:last-child { border-bottom: none; }

.cause-num {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.9;
  color: var(--rev-blue);
  font-variant-numeric: tabular-nums;
}

.cause-body-head {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--rev-text);
  margin-bottom: 10px;
  line-height: 1.1;
}

.cause-body-text { font-size: 16px; line-height: 1.65; color: var(--rev-text-body); }
.cause-body-text em { color: var(--rev-text); font-style: italic; }

.cause-footnote {
  font-family: var(--rev-font-mono);
  font-size: 11px;
  color: var(--rev-text-body);
  margin-top: 36px;
  line-height: 1.7;
  max-width: 700px;
  opacity: 0.6;
}

/* ── Continue card ──────────────────────────────────── */
.continue-card {
  background: var(--rev-navy-900);
  border-radius: var(--rev-radius-md);
  padding: 48px 52px;
  display: block;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.continue-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../../images/hero-section-backgroud-blue-gradient.webp');
  background-size: cover;
  background-position: center;
  opacity: 0.08;
  transition: opacity 0.3s ease;
}

.continue-card:hover::before { opacity: 0.14; }
.continue-card-inner { position: relative; z-index: 1; }

.continue-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.continue-meta-label {
  font-family: var(--rev-font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.966);
}

.continue-h3 {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 500;
  line-height: 1.05;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.continue-h3 em { color: var(--rev-blue-300); font-style: italic; }

.continue-body {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  max-width: 620px;
  margin-bottom: 28px;
}

.continue-link {
  font-family: var(--rev-font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rev-blue-300);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}

.continue-card:hover .continue-link { gap: 14px; }

.continue-nav {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.continue-back {
  font-family: var(--rev-font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8a8a;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.continue-back:hover { color: var(--rev-text); }

/* ── Video modal ────────────────────────────────────── */
.video-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.video-modal.is-open { display: flex; }

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.video-modal-content {
  position: relative;
  width: min(900px, 92vw);
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.video-modal-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-modal-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.video-modal-close:hover { background: rgba(255, 255, 255, 0.30); }

/* ── Meeting table (moneyball-3) ────────────────────── */
.meeting-table {
  border-top: 2px solid var(--rev-text);
  max-width: 900px;
}

.meeting-row {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 24px;
  align-items: baseline;
  padding: 28px 0;
  border-bottom: 1px solid #d9d9d9;
}

.meeting-row:last-child { border-bottom: none; }

.meeting-who {
  font-family: var(--rev-font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a8a8a;
}

.meeting-said {
  font-size: clamp(16px, 1.8vw, 20px);
  font-style: italic;
  font-weight: 400;
  color: var(--rev-text-body);
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.meeting-num {
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 500;
  letter-spacing: -0.04em;
  color: var(--rev-text);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.meeting-caption {
  font-size: 18px;
  line-height: 1.65;
  color: var(--rev-text-body);
  max-width: 700px;
  margin-top: 40px;
}

.meeting-caption + .meeting-caption { margin-top: 18px; }
.meeting-caption strong { font-weight: 600; color: var(--rev-text); }
.meeting-caption em { font-style: italic; }

/* ── Condition list (moneyball-3) ───────────────────── */
.condition-list {
  border-top: 2px solid var(--rev-text);
  max-width: 900px;
}

.condition-item {
  padding: 32px 0;
  border-bottom: 1px solid #d9d9d9;
}

.condition-item:last-child { border-bottom: none; padding-bottom: 0; }

.condition-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--rev-font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rev-blue);
  margin-bottom: 10px;
}

.condition-head {
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--rev-text);
  margin-bottom: 10px;
  line-height: 1.1;
}

.condition-body { font-size: 16px; line-height: 1.65; color: var(--rev-text-body); max-width: 680px; }

.condition-footnote {
  font-family: var(--rev-font-mono);
  font-size: 11px;
  color: var(--rev-text-body);
  opacity: 0.6;
  margin-top: 36px;
  line-height: 1.7;
  max-width: 700px;
}

/* ── CTA section (moneyball-3) ──────────────────────── */
.cta-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: center;
}

.cta-box {
  background: var(--rev-cta-gradient);
  color: #fff;
  border-radius: 20px;
  padding: 35px 35px 30px;
  box-shadow: 0 20px 50px rgba(0, 86, 235, 0.25);
  position: relative;
  overflow: hidden;
}

.cta-box::before {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(75, 133, 234, 0.4);
  filter: blur(40px);
  pointer-events: none;
}

.cta-box .meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.06em;
  margin-bottom: 18px;
  position: relative;
}

.cta-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4b85ea;
  box-shadow: 0 0 0 4px rgba(75, 133, 234, 0.3);
  animation: cta-pulse 1.6s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(75, 133, 234, 0.3); }
  50%       { box-shadow: 0 0 0 8px rgba(75, 133, 234, 0); }
}

.cta-box h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.05;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
  position: relative;
}

.cta-box p {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 24px;
  position: relative;
}

.cta-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  color: var(--rev-navy-900);
  font-size: 17px;
  font-weight: 500;
  padding: 16px 28px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease;
  position: relative;
}

.cta-button:hover { background: var(--rev-blue-25); }

.cta-fine {
  text-align: center;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  margin: 14px 0 0;
  position: relative;
  letter-spacing: 0.01em;
}

/* ── Nav bottom (moneyball-3) ───────────────────────── */
.nav-bottom {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.nav-back {
  font-family: var(--rev-font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8a8a;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nav-back:hover { color: var(--rev-text); }

/* ── Responsive ─────────────────────────────────────── */
@media (max-width: 1100px) {
  .hero-inner {
    grid-template-columns: 1fr;
    padding: 48px 32px;
    gap: 32px;
  }
}

@media (max-width: 900px) {
  .s-header {
    grid-template-columns: 1fr;
    margin-bottom: 36px;
  }

  .pull-quote-body {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 908px) {
  .hero-wrap { padding: 82px 0 0 !important; }

  .hero-card {
    margin: 0 10px !important;
    border-radius: 0 !important;
  }

  .hero-inner { padding: 48px 24px; gap: 28px; }

  /* Center hero content (eyebrow, heading, description) on mobile */
  .hero-inner > div:first-child { text-align: center; }
  .hero-label { display: block; text-align: center; }
  .hero-label .live-dot { display: inline-block; vertical-align: middle; margin-right: 8px; }

  /* Center right panel (Principle, title, body, button) on mobile */
  .hero-right-panel { text-align: center; border-left: none; padding-left: 0; }
  .hero-right-panel .hero-actions { justify-content: center; }

  .hero-h1 {
    font-size: 28px !important;
    line-height: 1.1;
    white-space: normal !important;
    margin-bottom: 20px;
  }

  .hero-lede { font-size: 18px; }

  .s-wrap {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .s-light,
  .s-dark {
    padding: 40px 24px !important;
    margin: 20px 10px 0 !important;
    width: auto !important;
    border-radius: 0 !important;
  }

  .continue-card { padding: 36px 28px; border-radius: 0; }
}

@media (max-width: 900px) {
  .cta-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 640px) {
  .video-modal-content { width: 96vw; border-radius: 8px; }

  .cause-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .meeting-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .cta-button {
    padding: 12px 24px;
    font-size: 15px;
  }

  /* Continue reading heading — reduce from 4 lines to 2-3 */
  .s-h2 {
    font-size: 24px !important;
  }

  .s-h2 br {
    display: none !important;
  }
}
