/* ==========================================================================
   The Thriving Poppy - Phase 1
   Brand: deep teal · cream · coral · warm tan · light cyan
   Fonts: Josefin Sans (headers) · Lora (body) · Sacramento (accents)
   ========================================================================== */

:root {
  --teal: #014B43;
  --teal-deep: #013830;
  --teal-soft: #0a6b60;
  --cream: #F5F1EB;
  --cream-dark: #ebe4da;
  --coral: #D94F4F;
  --coral-hover: #c43f3f;
  --tan: #D4B483;
  --cyan: #A7D7D9;
  --deep-red: #9F0D0D;
  --ink: #1a2e2b;
  --ink-muted: #4a5c58;
  --white: #ffffff;
  --shadow: 0 12px 40px rgba(1, 75, 67, 0.1);
  --shadow-sm: 0 4px 16px rgba(1, 75, 67, 0.08);
  --radius: 14px;
  --radius-sm: 8px;
  --max: 1120px;
  --nav-h: 72px;
  --font-display: "Josefin Sans", system-ui, sans-serif;
  --font-body: "Lora", Georgia, serif;
  --font-script: "Sacramento", cursive;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--coral); }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.2;
  color: var(--teal);
  letter-spacing: 0.01em;
}
h1 { font-size: clamp(2rem, 4.5vw, 3rem); margin: 0 0 0.6em; }
h2 { font-size: clamp(1.55rem, 3vw, 2.15rem); margin: 0 0 0.55em; }
h3 { font-size: 1.25rem; margin: 0 0 0.45em; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
ul { margin: 0 0 1em; padding-left: 1.2em; }
.script {
  font-family: var(--font-script);
  font-size: 1.85em;
  font-weight: 400;
  color: var(--coral);
  line-height: 1.2;
}
.container {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
}
.section { padding: 4.5rem 0; }
.section--tight { padding: 3rem 0; }
.section--teal { background: var(--teal); color: var(--cream); }
.section--teal h2, .section--teal h3 { color: var(--cream); }
.section--cyan { background: linear-gradient(165deg, #d8eef0 0%, var(--cyan) 100%); }
.section--tan { background: linear-gradient(165deg, #f0e4d0 0%, var(--tan) 100%); }
.eyebrow {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-soft);
  margin: 0 0 0.75rem;
}
.section--teal .eyebrow { color: var(--cyan); }
.lead { font-size: 1.15rem; color: var(--ink-muted); max-width: 38rem; }
.section-head { max-width: 36rem; margin-bottom: 2.5rem; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .lead { margin-inline: auto; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 0.85rem 1.55rem;
  cursor: pointer;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s, transform 0.2s;
}
.btn:hover { transform: translateY(-1px); text-decoration: none; }
.btn--coral {
  background: var(--coral);
  color: var(--white);
  border-color: var(--coral);
}
.btn--coral:hover { background: var(--coral-hover); border-color: var(--coral-hover); color: var(--white); }
.btn--teal {
  background: var(--teal);
  color: var(--cream);
  border-color: var(--teal);
}
.btn--teal:hover { background: var(--teal-deep); color: var(--cream); }
.btn--outline {
  background: transparent;
  color: var(--teal);
  border-color: var(--teal);
}
.btn--outline:hover { background: var(--teal); color: var(--cream); }
.btn--outline-light {
  background: transparent;
  color: var(--cream);
  border-color: rgba(245, 241, 235, 0.55);
}
.btn--outline-light:hover { background: var(--cream); color: var(--teal); }
.btn--ghost {
  background: transparent;
  color: var(--teal);
  border-color: transparent;
  padding-inline: 0.5rem;
}
.btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }

/* Placeholder logo mark */
.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--teal);
}
.logo:hover { color: var(--teal); text-decoration: none; }
.logo__mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, #f5d0d0 0%, transparent 45%),
    radial-gradient(circle at 70% 60%, var(--coral) 0%, transparent 50%),
    linear-gradient(145deg, var(--teal-soft), var(--teal-deep));
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.15);
  flex-shrink: 0;
  position: relative;
}
.logo__mark::after {
  content: "";
  position: absolute;
  inset: 28% 42% auto 42%;
  height: 38%;
  background: rgba(245, 241, 235, 0.35);
  border-radius: 2px 2px 40% 40%;
}
.logo__text {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  line-height: 1.15;
}
.logo__text span {
  display: block;
  font-weight: 400;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.logo--light { color: var(--cream); }
.logo--light .logo__text span { color: rgba(245, 241, 235, 0.7); }
.logo--light .logo__mark {
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.25);
}

/* Gradient photo placeholders */
.ph {
  border-radius: var(--radius);
  background-size: 200% 200%;
  animation: softShift 12s ease infinite alternate;
  position: relative;
  overflow: hidden;
}
.ph::after {
  content: attr(data-label);
  position: absolute;
  inset: auto 1rem 1rem auto;
  font-family: var(--font-display);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  background: rgba(1, 75, 67, 0.35);
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
}
.ph--portrait { aspect-ratio: 4 / 5; }
.ph--wide { aspect-ratio: 16 / 9; }
.ph--square { aspect-ratio: 1; }
.ph--card { aspect-ratio: 16 / 10; border-radius: var(--radius-sm) var(--radius-sm) 0 0; }
.ph--teal-coral {
  background-image: linear-gradient(135deg, var(--teal) 0%, var(--teal-soft) 40%, #e07a6a 75%, var(--coral) 100%);
}
.ph--cyan-tan {
  background-image: linear-gradient(145deg, var(--cyan) 0%, #c5e4d8 40%, var(--tan) 100%);
}
.ph--coral-deep {
  background-image: linear-gradient(160deg, #e88a8a 0%, var(--coral) 45%, var(--deep-red) 100%);
}
.ph--teal-cyan {
  background-image: linear-gradient(125deg, var(--teal-deep) 0%, var(--teal) 45%, var(--cyan) 100%);
}
.ph--warm {
  background-image: linear-gradient(150deg, var(--cream-dark) 0%, var(--tan) 50%, #c9a078 100%);
}
@keyframes softShift {
  from { background-position: 0% 40%; }
  to { background-position: 100% 60%; }
}

/* Nav */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 241, 235, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(1, 75, 67, 0.08);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--nav-h);
  gap: 1rem;
}
.nav__links {
  display: flex;
  align-items: center;
  gap: 0.15rem 1.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__links a {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0.02em;
}
.nav__links a:hover,
.nav__links a[aria-current="page"] { color: var(--coral); }
.nav__cta { margin-left: 0.5rem; }
.nav-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  color: var(--teal);
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  margin: 5px 0;
  transition: 0.2s;
}

/* Hero */
.hero {
  padding: 4rem 0 4.5rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto 40%;
  height: 80%;
  background: radial-gradient(ellipse, rgba(167, 215, 217, 0.45) 0%, transparent 65%);
  pointer-events: none;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
  position: relative;
}
.hero__tagline {
  font-family: var(--font-script);
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  color: var(--coral);
  margin: 0 0 1rem;
}
.hero__title { margin-bottom: 0.75rem; }
.hero__support {
  font-size: 1.12rem;
  color: var(--ink-muted);
  max-width: 32rem;
  margin-bottom: 1.75rem;
}
.hero__visual {
  position: relative;
}
.hero__visual .ph { box-shadow: var(--shadow); }
.hero__badge {
  position: absolute;
  left: -0.75rem;
  bottom: 1.5rem;
  background: var(--white);
  border-radius: var(--radius);
  padding: 1rem 1.15rem;
  box-shadow: var(--shadow-sm);
  max-width: 200px;
}
.hero__badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.85rem;
  color: var(--teal);
  margin-bottom: 0.2rem;
}
.hero__badge span {
  font-size: 0.85rem;
  color: var(--ink-muted);
  line-height: 1.4;
}

/* Cards */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
}
.card-grid--2 { grid-template-columns: repeat(2, 1fr); }
.card-grid--5 { grid-template-columns: repeat(5, 1fr); }
.card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.card__body { padding: 1.35rem 1.4rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.card__meta {
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal-soft);
  margin-bottom: 0.5rem;
}
.card__title {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}
.card__title a {
  color: inherit;
  text-decoration: none;
}
.card__title a:hover { color: var(--coral); }
.card__excerpt {
  font-size: 0.98rem;
  color: var(--ink-muted);
  flex: 1;
}
.card__footer {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
}
.card__footer a { text-decoration: none; }

/* Benefit list */
.benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.15rem;
}
.benefit {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.35rem 1.4rem;
  border-left: 4px solid var(--coral);
  box-shadow: var(--shadow-sm);
}
.benefit h3 {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}
.benefit p {
  font-size: 0.98rem;
  color: var(--ink-muted);
  margin: 0;
}

/* Episode */
.episode-feature {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 2rem;
  align-items: center;
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
}
.episode-feature__art {
  border-radius: var(--radius-sm);
  aspect-ratio: 1;
}
.episode-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.episode {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.15rem;
  align-items: start;
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.25rem 1.35rem;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s;
}
.episode:hover { box-shadow: var(--shadow); }
.episode__num {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--coral);
  background: rgba(217, 79, 79, 0.1);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.episode__title {
  font-size: 1.1rem;
  margin: 0 0 0.25rem;
}
.episode__meta {
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--ink-muted);
  margin-bottom: 0.4rem;
}
.episode__desc {
  font-size: 0.95rem;
  color: var(--ink-muted);
  margin: 0;
}
.episode__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-end;
}
.platform-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.platform-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: var(--white);
  border: 1.5px solid rgba(1, 75, 67, 0.15);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--teal);
  text-decoration: none;
  transition: 0.2s;
}
.platform-btn:hover {
  border-color: var(--teal);
  background: var(--teal);
  color: var(--cream);
  text-decoration: none;
}
.platform-btn--primary {
  background: var(--coral);
  border-color: var(--coral);
  color: var(--white);
}
.platform-btn--primary:hover {
  background: var(--coral-hover);
  border-color: var(--coral-hover);
  color: var(--white);
}
.platform-btn.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

/* Pillars */
.pillar {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.25rem 1.15rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border-top: 3px solid var(--teal);
  height: 100%;
}
.pillar h3 { font-size: 0.98rem; margin-bottom: 0.45rem; }
.pillar p { font-size: 0.88rem; color: var(--ink-muted); margin: 0; }

/* About split */
.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3rem;
  align-items: center;
}
.split--flip { grid-template-columns: 1.1fr 0.9fr; }
.prose h2 { margin-top: 1.75rem; }
.prose h2:first-child { margin-top: 0; }
.checklist {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
.checklist li {
  position: relative;
  padding: 0.4rem 0 0.4rem 1.6rem;
  color: var(--ink-muted);
}
.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--coral);
}

/* Forms */
.form {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
  max-width: 560px;
}
.form--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  background: transparent;
  box-shadow: none;
  padding: 0;
  max-width: none;
}
.form--inline .field { flex: 1 1 180px; margin: 0; }
.form--inline .field--btn { flex: 0 0 auto; align-self: flex-end; }
.field { margin-bottom: 1.15rem; }
.field label {
  display: block;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 0.4rem;
  color: var(--teal);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 0.75rem 0.9rem;
  border: 1.5px solid rgba(1, 75, 67, 0.18);
  border-radius: var(--radius-sm);
  background: var(--cream);
  color: var(--ink);
  transition: border-color 0.15s;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--teal);
  background: var(--white);
}
.field textarea { min-height: 140px; resize: vertical; }
.field--check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}
.field--check input { width: auto; margin-top: 0.3rem; }
.field--check label {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.95rem;
  color: var(--ink-muted);
  letter-spacing: 0;
}
.hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.form-status {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  display: none;
}
.form-status.is-visible { display: block; }
.form-status.is-success {
  background: rgba(1, 75, 67, 0.1);
  color: var(--teal);
  border: 1px solid rgba(1, 75, 67, 0.2);
}
.form-status.is-error {
  background: rgba(217, 79, 79, 0.1);
  color: var(--deep-red);
  border: 1px solid rgba(217, 79, 79, 0.25);
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2.5rem;
  align-items: start;
}
.contact-aside {
  background: linear-gradient(160deg, var(--teal) 0%, var(--teal-deep) 100%);
  color: var(--cream);
  border-radius: var(--radius);
  padding: 2rem;
}
.contact-aside h2 { color: var(--cream); }
.contact-aside a { color: var(--cyan); }
.contact-aside .script { color: var(--tan); font-size: 1.6rem; }

/* Page hero (inner) */
.page-hero {
  padding: 3.25rem 0 2.5rem;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(167, 215, 217, 0.4) 0%, transparent 50%),
    var(--cream);
  border-bottom: 1px solid rgba(1, 75, 67, 0.06);
}
.page-hero .script { margin: 0 0 0.5rem; display: block; }

/* CTA band */
.cta-band {
  text-align: center;
  padding: 4rem 0;
}
.cta-band .script { display: block; margin-bottom: 0.5rem; font-size: 2rem; }
.cta-band h2 { color: var(--cream); }
.cta-band p {
  color: rgba(245, 241, 235, 0.85);
  max-width: 32rem;
  margin: 0 auto 1.5rem;
}
.cta-band .form--inline {
  max-width: 520px;
  margin: 0 auto;
  justify-content: center;
}
.cta-band .field input {
  background: rgba(255,255,255,0.95);
  border-color: transparent;
}
/* Status on teal band: cream card so success/error is readable */
.cta-band .form-status {
  flex: 1 1 100%;
  width: 100%;
  margin-top: 0.85rem;
  text-align: center;
}
.cta-band .form-status.is-success {
  background: var(--cream);
  color: var(--teal);
  border: 1px solid rgba(245, 241, 235, 0.9);
}
.cta-band .form-status.is-error {
  background: var(--cream);
  color: var(--deep-red);
  border: 1px solid rgba(217, 79, 79, 0.35);
}

/* Footer */
.site-footer {
  background: var(--teal-deep);
  color: rgba(245, 241, 235, 0.8);
  padding: 3rem 0 1.75rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.site-footer h3 {
  color: var(--cream);
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}
.site-footer a {
  color: rgba(245, 241, 235, 0.8);
  text-decoration: none;
}
.site-footer a:hover { color: var(--cyan); }
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li { margin-bottom: 0.4rem; }
.footer-tagline {
  font-family: var(--font-script);
  font-size: 1.55rem;
  color: var(--tan);
  margin: 0.75rem 0 0.5rem;
}
.footer-bottom {
  border-top: 1px solid rgba(245, 241, 235, 0.12);
  padding-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.88rem;
}
.footer-bottom .mc {
  opacity: 0.7;
}

/* Blog post */
.post-article {
  max-width: 720px;
  margin: 0 auto;
  padding: 3rem 0 4rem;
}
.post-article .ph--wide {
  margin-bottom: 2rem;
  border-radius: var(--radius);
}
.post-meta {
  font-family: var(--font-display);
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--teal-soft);
  margin-bottom: 1rem;
}
.post-article h1 { margin-bottom: 0.75rem; }
.post-article .lead { margin-bottom: 2rem; }
.post-body p { margin-bottom: 1.15rem; }
.post-body h2 {
  font-size: 1.4rem;
  margin: 2rem 0 0.75rem;
}
.post-nav {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(1, 75, 67, 0.12);
}

/* Filter chips */
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.chip {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1.5px solid rgba(1, 75, 67, 0.18);
  background: var(--white);
  color: var(--teal);
  cursor: pointer;
  transition: 0.15s;
}
.chip:hover,
.chip.is-active {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--cream);
}

/* Utilities */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.muted { color: var(--ink-muted); }
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.note {
  font-size: 0.9rem;
  color: var(--ink-muted);
  font-style: italic;
}

/* Responsive */
@media (max-width: 960px) {
  .hero__grid,
  .split,
  .split--flip,
  .contact-layout,
  .episode-feature {
    grid-template-columns: 1fr;
  }
  .episode-feature__art { max-width: 180px; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .card-grid--5 { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero__badge { left: 0.5rem; }
}

@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .nav__panel {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: var(--nav-h);
    background: var(--cream);
    border-bottom: 1px solid rgba(1, 75, 67, 0.1);
    padding: 1rem 1.25rem 1.25rem;
    box-shadow: var(--shadow-sm);
  }
  .nav__panel.is-open { display: block; }
  .nav__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
  }
  .nav__cta { margin: 0.5rem 0 0; width: 100%; }
  .nav__cta .btn { width: 100%; }
  .card-grid,
  .card-grid--2,
  .card-grid--5,
  .benefits {
    grid-template-columns: 1fr;
  }
  .episode {
    grid-template-columns: auto 1fr;
  }
  .episode__actions {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 0.25rem;
  }
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 3.25rem 0; }
}
