.parents-page .page-shell {
  max-width: 1260px;
}

.parents-hero,
.parents-story,
.video-story,
.reassurance-band,
.share-section {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, var(--surface), rgba(15, 20, 29, 0.92));
  box-shadow: var(--shadow);
}

.parents-hero,
.parents-story,
.reassurance-band {
  display: grid;
  gap: 20px;
}

.parents-copy,
.parents-hero-visual,
.parents-story,
.video-story,
.reassurance-band,
.share-section {
  padding: 34px;
}

.parents-hero h1 {
  max-width: 11ch;
  font-family: "Newsreader", serif;
  font-size: clamp(3.6rem, 10vw, 7.2rem);
  line-height: 0.96;
}

.parents-hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  background:
    radial-gradient(circle at 30% 25%, rgba(101, 195, 188, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
}

.hero-phone {
  width: min(280px, 52vw);
  margin: 0;
  max-height: 760px;
  border-radius: 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
}

.hero-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.hero-note {
  position: absolute;
  right: 34px;
  bottom: 34px;
  display: grid;
  gap: 12px;
  max-width: 280px;
  padding: 22px;
  border-radius: 28px;
  background: rgba(10, 14, 20, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-note strong,
.step-card h3,
.video-card h3,
.video-fallback strong {
  font-family: "Newsreader", serif;
}

.hero-note strong {
  font-size: 1.8rem;
  line-height: 1.05;
}

.hero-note p,
.step-card p,
.video-copy p,
.video-fallback p,
.video-file-note p {
  color: var(--muted);
  line-height: 1.72;
}

.parents-story h2,
.video-story h2,
.reassurance-band h2,
.share-section h2 {
  margin-top: 12px;
  font-family: "Newsreader", serif;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 0.98;
}

.story-panel p,
.reassurance-band p,
.share-section p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.75;
}

.story-steps,
.video-grid {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.step-card,
.video-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(168, 213, 255, 0.14);
  border: 1px solid var(--line-strong);
  color: var(--accent-strong);
  font-weight: 700;
}

.step-card h3,
.video-card h3 {
  font-size: 2rem;
  line-height: 1.02;
}

.step-card p {
  margin-top: 12px;
}

.video-card {
  display: grid;
  gap: 18px;
}

.video-shell {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top, rgba(168, 213, 255, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
}

.story-video,
.video-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.story-video {
  display: none;
  object-fit: cover;
  background: #05080d;
}

.story-video.is-ready {
  display: block;
}

.video-fallback {
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 28px;
  background:
    linear-gradient(180deg, transparent 18%, rgba(6, 8, 13, 0.72) 100%),
    radial-gradient(circle at 30% 25%, rgba(101, 195, 188, 0.12), transparent 28%);
}

.video-shell.has-video .video-fallback {
  display: none;
}

.video-copy p {
  margin-top: 12px;
}

.share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.share-feedback {
  min-height: 28px;
  margin-top: 16px;
  color: var(--accent-strong);
}

.video-file-note {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding: 22px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.02);
}

.video-file-note code {
  display: block;
  overflow-wrap: anywhere;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: #eff6ff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

@media (min-width: 920px) {
  .parents-hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  }

  .parents-story {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    align-items: start;
  }

  .story-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
  }

  .reassurance-band,
  .share-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .video-card {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
  }
}

@media (max-width: 919px) {
  .hero-note {
    position: static;
    margin-top: 18px;
    max-width: none;
  }
}

@media (max-width: 640px) {
  .parents-copy,
  .parents-hero-visual,
  .parents-story,
  .video-story,
  .reassurance-band,
  .share-section {
    padding: 24px;
  }

  .parents-hero h1 {
    max-width: 8ch;
  }

  .parents-hero-visual {
    min-height: auto;
    display: grid;
    justify-items: center;
    gap: 16px;
  }

  .hero-phone {
    width: min(220px, 60vw);
    max-height: 500px;
  }

  .hero-note {
    margin-top: 0;
    width: 100%;
  }

  .video-shell {
    min-height: 240px;
  }

  .video-fallback,
  .video-file-note {
    padding: 20px;
  }
}
