:root {
  --cream: #fff9f2;
  --cream-deep: #fbf0e3;
  --soft-beige: #ead8c5;
  --sage: #7c9278;
  --sage-deep: #60745c;
  --muted-blue: #2f6682;
  --dusty-blue: #8eb2c0;
  --warm-peach: #ef9a7a;
  --peach-soft: #f8c7ad;
  --text-dark: #2f3437;
  --text-muted: #6f6a64;
  --surface: rgba(255, 252, 247, 0.86);
  --line: rgba(124, 146, 120, 0.2);
  --shadow: 0 22px 60px rgba(74, 83, 76, 0.12);
  --soft-shadow: 0 14px 34px rgba(74, 83, 76, 0.1);
  --radius: 26px;
  --radius-sm: 18px;
  --container: 1180px;
  --step-progress: 0;
  --parallax-y: 0px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(239, 154, 122, 0.16), transparent 34rem),
    radial-gradient(circle at 88% 14%, rgba(142, 178, 192, 0.2), transparent 28rem),
    var(--cream);
  color: var(--text-dark);
  font-family: "Manrope", "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  min-width: 320px;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

.parallax-field {
  inset: 0;
  overflow: clip;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

.parallax-leaf,
.parallax-orb {
  position: absolute;
  will-change: transform;
}

.parallax-leaf {
  border: 1px solid rgba(124, 146, 120, 0.14);
  border-radius: 100% 0 100% 0;
  height: 120px;
  opacity: 0.16;
  width: 58px;
}

.parallax-leaf--one {
  background: rgba(124, 146, 120, 0.25);
  right: 5vw;
  top: 22vh;
  transform: translate3d(0, calc(var(--parallax-y) * -0.14), 0) rotate(24deg);
}

.parallax-leaf--two {
  background: rgba(142, 178, 192, 0.22);
  bottom: 18vh;
  left: 7vw;
  transform: translate3d(0, calc(var(--parallax-y) * 0.18), 0) rotate(-34deg);
}

.parallax-orb {
  border-radius: 50%;
  filter: blur(1px);
}

.parallax-orb--one {
  background: rgba(239, 154, 122, 0.1);
  height: 220px;
  right: -80px;
  top: 62vh;
  transform: translate3d(0, calc(var(--parallax-y) * -0.1), 0);
  width: 220px;
}

.parallax-orb--two {
  background: rgba(142, 178, 192, 0.1);
  height: 180px;
  left: -90px;
  top: 142vh;
  transform: translate3d(0, calc(var(--parallax-y) * 0.12), 0);
  width: 180px;
}

.skip-link {
  background: var(--text-dark);
  border-radius: 999px;
  color: var(--cream);
  font-weight: 800;
  left: 1rem;
  padding: 0.7rem 1rem;
  position: fixed;
  top: 1rem;
  transform: translateY(-150%);
  transition: transform 180ms ease;
  z-index: 1000;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.container {
  margin: 0 auto;
  max-width: var(--container);
  padding: 0 1.25rem;
  width: 100%;
}

.site-header {
  backdrop-filter: blur(20px);
  background: rgba(255, 249, 242, 0.82);
  border-bottom: 1px solid rgba(234, 216, 197, 0.65);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  transition: box-shadow 180ms ease, background 180ms ease;
  z-index: 100;
}

.site-header.is-scrolled {
  background: rgba(255, 249, 242, 0.94);
  box-shadow: 0 10px 34px rgba(47, 52, 55, 0.08);
}

.nav-shell {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: calc(var(--container) + 2.5rem);
  min-height: 78px;
  padding: 0.8rem 1.25rem;
  position: relative;
  width: 100%;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 0.72rem;
  min-width: 0;
}

.brand-logo {
  display: block;
  object-fit: contain;
}

.brand-logo--full {
  height: 64px;
  max-width: min(245px, 42vw);
  width: 245px;
}

.brand-logo--icon {
  display: block;
  height: 46px;
  width: 46px;
}

.brand-logo--footer {
  height: 94px;
  max-width: min(320px, 78vw);
  width: 320px;
}

.brand-mark {
  align-items: center;
  background: rgba(255, 252, 247, 0.72);
  border: 1px solid rgba(234, 216, 197, 0.72);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(124, 146, 120, 0.14);
  display: inline-flex;
  flex: 0 0 auto;
  height: 52px;
  justify-content: center;
  overflow: hidden;
  width: 52px;
}

.brand-mark svg {
  height: 46px;
  width: 46px;
}

.brand-copy {
  display: grid;
  gap: 0.02rem;
  min-width: 0;
}

.brand-copy strong {
  color: var(--sage-deep);
  font-family: "Nunito", "Manrope", sans-serif;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
}

.brand-copy small {
  color: var(--muted-blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 0.2rem;
}

.nav-links a:not(.button) {
  border-radius: 999px;
  color: var(--text-muted);
  font-size: 0.92rem;
  font-weight: 750;
  padding: 0.65rem 0.72rem;
  transition: background 160ms ease, color 160ms ease;
}

.nav-links a:not(.button):hover,
.nav-links a:not(.button):focus-visible {
  background: rgba(124, 146, 120, 0.1);
  color: var(--sage-deep);
}

.nav-links .nav-cta {
  margin-left: 0.45rem;
  min-height: 42px;
}

.menu-toggle {
  align-items: center;
  background: #fffdf9;
  border: 1px solid rgba(124, 146, 120, 0.24);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(74, 83, 76, 0.09);
  cursor: pointer;
  display: none;
  height: 46px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 46px;
  z-index: 120;
}

.menu-toggle span:not(.sr-only) {
  background: var(--sage-deep);
  border-radius: 999px;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 180ms ease, opacity 180ms ease;
  width: 19px;
}

.menu-toggle span:nth-child(2) {
  transform: translateY(-6px);
}

.menu-toggle span:nth-child(4) {
  transform: translateY(6px);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(4) {
  transform: rotate(-45deg);
}

.button {
  align-items: center;
  background: var(--muted-blue);
  border: 1px solid rgba(47, 102, 130, 0.2);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(47, 102, 130, 0.18);
  color: #fffaf4;
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: 850;
  justify-content: center;
  line-height: 1.1;
  min-height: 52px;
  padding: 0.95rem 1.34rem;
  text-align: center;
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
  white-space: nowrap;
}

.button:hover,
.button:focus-visible {
  background: #245672;
  box-shadow: 0 18px 36px rgba(47, 102, 130, 0.22);
  transform: translateY(-2px);
}

.button--small {
  font-size: 0.88rem;
  margin-left: 0.35rem;
  min-height: 42px;
  padding: 0.72rem 1rem;
}

.button--secondary {
  background: #fffdf9;
  border-color: rgba(124, 146, 120, 0.28);
  box-shadow: 0 12px 28px rgba(74, 83, 76, 0.09);
  color: var(--sage-deep);
}

.button--secondary:hover,
.button--secondary:focus-visible {
  background: rgba(124, 146, 120, 0.12);
  color: var(--sage-deep);
}

.button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.section-band {
  min-height: auto;
}

.hero {
  align-items: center;
  display: grid;
  padding: clamp(3rem, 8vw, 6rem) 0 clamp(2.2rem, 6vw, 4rem);
  position: relative;
}

.hero::after {
  background:
    linear-gradient(110deg, transparent 0 18%, rgba(124, 146, 120, 0.1) 18.1% 18.4%, transparent 18.5%),
    radial-gradient(circle, rgba(239, 154, 122, 0.22) 0 3px, transparent 3.5px);
  background-size: 100% 100%, 38px 38px;
  bottom: 4%;
  content: "";
  height: 200px;
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
  right: -90px;
  width: 260px;
}

.hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.82fr);
}

.hero__copy {
  max-width: 720px;
  min-width: 0;
}

h1,
h2,
h3 {
  color: var(--text-dark);
  font-family: "Nunito", "Manrope", sans-serif;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

h1 {
  color: #34403a;
  font-size: 5.35rem;
  font-weight: 800;
  max-width: 900px;
  text-wrap: balance;
}

h2 {
  color: #3b473f;
  font-size: 3.25rem;
  font-weight: 800;
  text-wrap: balance;
}

h3 {
  font-size: 1.16rem;
  font-weight: 800;
}

.hero__copy p {
  color: var(--text-muted);
  font-size: 1.16rem;
  line-height: 1.75;
  margin: 1.45rem 0 0;
  max-width: 690px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2.1rem;
}

.hero-card {
  aspect-ratio: 0.92;
  background:
    linear-gradient(145deg, rgba(255, 253, 249, 0.94), rgba(255, 246, 236, 0.82)),
    radial-gradient(circle at 20% 22%, rgba(239, 154, 122, 0.16), transparent 10rem);
  border: 1px solid rgba(234, 216, 197, 0.72);
  border-radius: 42px;
  box-shadow: var(--shadow);
  min-height: 360px;
  overflow: hidden;
  padding: clamp(1rem, 3vw, 2rem);
  position: relative;
}

.hero-card::before {
  border: 1px solid rgba(124, 146, 120, 0.16);
  border-radius: 36px;
  content: "";
  inset: 0.85rem;
  pointer-events: none;
  position: absolute;
}

.hero-card__sun {
  background: radial-gradient(circle, var(--peach-soft), var(--warm-peach));
  border-radius: 50%;
  height: 96px;
  opacity: 0.8;
  position: absolute;
  right: 17%;
  top: 12%;
  width: 96px;
}

.hero-card__leaf {
  background: var(--sage);
  border-radius: 100% 0 100% 0;
  height: 74px;
  opacity: 0.18;
  position: absolute;
  transform: rotate(22deg);
  width: 38px;
}

.hero-card__leaf--one {
  left: 8%;
  top: 10%;
}

.hero-card__leaf--two {
  bottom: 12%;
  right: 8%;
  transform: rotate(-20deg);
}

.parent-baby-illustration {
  inset: 8% 4% 8% 0;
  position: absolute;
}

.family-illustration {
  align-items: center;
  display: grid;
  inset: 5% 4% 5% 4%;
  justify-items: center;
  place-items: center;
}

.family-illustration::before {
  background:
    radial-gradient(circle at 48% 42%, rgba(239, 154, 122, 0.18), transparent 34%),
    radial-gradient(circle at 54% 68%, rgba(142, 178, 192, 0.2), transparent 36%);
  border: 1px solid rgba(234, 216, 197, 0.52);
  border-radius: 50%;
  content: "";
  height: min(88%, 390px);
  position: absolute;
  width: min(88%, 390px);
}

.family-illustration img {
  animation: family-float 6.8s ease-in-out infinite;
  filter: drop-shadow(0 26px 34px rgba(74, 83, 76, 0.14));
  height: min(84%, 390px);
  object-fit: contain;
  position: relative;
  width: min(84%, 390px);
  z-index: 1;
}

.family-orbit {
  border: 1px solid rgba(124, 146, 120, 0.16);
  border-radius: 50%;
  position: absolute;
}

.family-orbit--one {
  height: 74%;
  transform: rotate(-10deg);
  width: 88%;
}

.family-orbit--two {
  border-color: rgba(239, 154, 122, 0.16);
  height: 62%;
  transform: rotate(18deg);
  width: 72%;
}

.topic-tag {
  align-items: center;
  animation: tag-float 6.5s ease-in-out infinite;
  backdrop-filter: blur(10px);
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(234, 216, 197, 0.8);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(74, 83, 76, 0.12);
  color: var(--sage-deep);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 850;
  min-height: 36px;
  padding: 0.55rem 0.82rem;
  position: absolute;
  white-space: nowrap;
  z-index: 5;
}

.topic-tag::before {
  background: var(--warm-peach);
  border-radius: 50%;
  content: "";
  height: 7px;
  margin-right: 0.45rem;
  width: 7px;
}

.topic-tag--feeding {
  left: 8%;
  top: 21%;
}

.topic-tag--sleep {
  animation-delay: -1.2s;
  right: 8%;
  top: 39%;
}

.topic-tag--foods {
  animation-delay: -2.4s;
  bottom: 15%;
  left: 10%;
}

.topic-tag--dev {
  animation-delay: -3.6s;
  bottom: 25%;
  right: 5%;
}

@keyframes family-float {
  0%,
  100% {
    transform: translateY(0) rotate(-0.5deg);
  }

  50% {
    transform: translateY(-7px) rotate(0.6deg);
  }
}

@keyframes tag-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

.trust-strip {
  background: rgba(255, 253, 249, 0.74);
  border-block: 1px solid rgba(234, 216, 197, 0.72);
}

.trust-strip__grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
}

.trust-strip p {
  align-items: center;
  color: var(--sage-deep);
  display: flex;
  font-size: 0.93rem;
  font-weight: 850;
  justify-content: center;
  margin: 0;
  min-height: 92px;
  padding: 1rem;
  text-align: center;
}

.trust-strip p + p {
  border-left: 1px solid rgba(234, 216, 197, 0.72);
}

.section {
  padding: clamp(4rem, 9vw, 7.4rem) 0;
  position: relative;
}

.section--soft {
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.42), rgba(251, 240, 227, 0.74)),
    radial-gradient(circle at 18% 12%, rgba(142, 178, 192, 0.14), transparent 20rem);
  border-block: 1px solid rgba(234, 216, 197, 0.42);
}

.section-heading {
  margin: 0 auto clamp(2rem, 5vw, 3.3rem);
  max-width: 760px;
  text-align: center;
}

.section-heading--left {
  margin-inline: 0;
  text-align: left;
}

.section-heading p {
  color: var(--text-muted);
  font-size: 1.08rem;
  line-height: 1.75;
  margin: 1rem auto 0;
  max-width: 650px;
}

.guide-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.guide-card,
.product-card,
.benefit-card,
.faq-item {
  background: var(--surface);
  border: 1px solid rgba(234, 216, 197, 0.72);
  box-shadow: var(--soft-shadow);
}

.guide-card {
  border-radius: var(--radius-sm);
  display: grid;
  gap: 1rem;
  min-height: 260px;
  padding: 1.35rem;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.guide-card::after {
  background: linear-gradient(90deg, var(--warm-peach), var(--dusty-blue));
  border-radius: 999px;
  bottom: 1rem;
  content: "";
  height: 3px;
  left: 1.35rem;
  opacity: 0.36;
  position: absolute;
  width: 42px;
}

.guide-card:hover,
.guide-card:focus-within {
  border-color: rgba(124, 146, 120, 0.38);
  box-shadow: 0 18px 42px rgba(74, 83, 76, 0.13);
  transform: translateY(-5px);
}

.guide-card p,
.product-card p,
.benefit-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}

.icon-shell {
  align-items: center;
  border-radius: 16px;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.icon-shell svg {
  fill: none;
  height: 30px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 30px;
}

.icon-shell--sage {
  background: rgba(124, 146, 120, 0.12);
  color: var(--sage-deep);
}

.icon-shell--blue {
  background: rgba(142, 178, 192, 0.18);
  color: var(--muted-blue);
}

.icon-shell--peach {
  background: rgba(239, 154, 122, 0.16);
  color: #bd6c50;
}

.icon-shell--cream {
  background: rgba(234, 216, 197, 0.28);
  color: var(--muted-blue);
}

.product-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  padding: 1rem;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.badge {
  align-self: flex-start;
  background: rgba(239, 154, 122, 0.16);
  border: 1px solid rgba(239, 154, 122, 0.32);
  border-radius: 999px;
  color: #965940;
  font-size: 0.75rem;
  font-weight: 850;
  padding: 0.4rem 0.68rem;
}

.guide-preview {
  align-items: flex-start;
  aspect-ratio: 1.38;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 1.2rem;
  position: relative;
}

.guide-preview::before {
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 16px;
  content: "";
  inset: 0.7rem;
  position: absolute;
}

.guide-preview::after {
  background: rgba(255, 252, 247, 0.44);
  border-radius: 50%;
  content: "";
  height: 140px;
  position: absolute;
  right: -42px;
  top: -38px;
  width: 140px;
}

.guide-preview span,
.guide-preview strong {
  position: relative;
  z-index: 1;
}

.guide-preview span {
  color: rgba(47, 52, 55, 0.62);
  font-size: 0.78rem;
  font-weight: 850;
}

.guide-preview strong {
  color: #35433d;
  font-family: "Nunito", "Manrope", sans-serif;
  font-size: 1.85rem;
  line-height: 1.04;
  max-width: 10ch;
}

.guide-preview--newborn {
  background: linear-gradient(145deg, #f7d7c6, #fdf5ec 62%, #d4dfd0);
}

.guide-preview--foods {
  background: linear-gradient(145deg, #e9d7c3, #fff7ee 58%, #f6b797);
}

.guide-preview--sleep {
  background: linear-gradient(145deg, #c8dde4, #fff7ee 58%, #d9e0d3);
}

.product-card h3 {
  margin-top: 0.15rem;
}

.product-card a {
  align-self: flex-start;
  border-bottom: 2px solid rgba(239, 154, 122, 0.55);
  color: var(--muted-blue);
  font-weight: 850;
  margin-top: auto;
  padding-bottom: 0.12rem;
}

.resource-hero-note {
  align-items: start;
  background: rgba(255, 253, 249, 0.86);
  border: 1px solid rgba(234, 216, 197, 0.78);
  border-radius: var(--radius-sm);
  box-shadow: var(--soft-shadow);
  color: var(--text-muted);
  display: grid;
  gap: 0.8rem;
  line-height: 1.7;
  margin-top: 1.6rem;
  max-width: 680px;
  padding: 1.1rem;
}

.resource-hero-note strong {
  color: var(--sage-deep);
}

.resource-feature-grid,
.resource-grid {
  display: grid;
  gap: 1rem;
}

.resource-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resource-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.resource-grid--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.resource-card {
  background: var(--surface);
  border: 1px solid rgba(234, 216, 197, 0.76);
  border-radius: var(--radius-sm);
  box-shadow: var(--soft-shadow);
  display: grid;
  gap: 0.75rem;
  min-height: 220px;
  padding: 1.2rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.resource-card:hover,
.resource-card:focus-within {
  border-color: rgba(124, 146, 120, 0.38);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.resource-card--feature {
  background:
    radial-gradient(circle at 85% 12%, rgba(239, 154, 122, 0.18), transparent 6rem),
    linear-gradient(145deg, rgba(255, 253, 249, 0.94), rgba(255, 246, 236, 0.78));
}

.resource-card__top {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.resource-card__icon {
  align-items: center;
  background: rgba(124, 146, 120, 0.12);
  border-radius: 15px;
  color: var(--sage-deep);
  display: inline-flex;
  flex: 0 0 auto;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.resource-card__icon svg {
  fill: none;
  height: 26px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 26px;
}

.resource-card__tag {
  background: rgba(142, 178, 192, 0.16);
  border: 1px solid rgba(142, 178, 192, 0.22);
  border-radius: 999px;
  color: var(--muted-blue);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 850;
  padding: 0.34rem 0.58rem;
}

.resource-card h3 {
  color: #35433d;
  font-size: 1.12rem;
}

.resource-card p {
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

.resource-card__link {
  align-self: end;
  border-bottom: 2px solid rgba(239, 154, 122, 0.55);
  color: var(--muted-blue);
  font-size: 0.9rem;
  font-weight: 850;
  justify-self: start;
  margin-top: auto;
  padding-bottom: 0.1rem;
}

.resource-card__url {
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.resource-category {
  display: grid;
  gap: 1.3rem;
}

.resource-category + .resource-category {
  margin-top: clamp(3rem, 6vw, 5rem);
}

.topic-resources {
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.46), rgba(251, 240, 227, 0.7)),
    radial-gradient(circle at 88% 12%, rgba(124, 146, 120, 0.12), transparent 20rem);
  border-block: 1px solid rgba(234, 216, 197, 0.42);
}

.topic-resources .section-heading {
  margin-bottom: 1.6rem;
}

.support-strip {
  background: rgba(255, 253, 249, 0.82);
  border: 1px solid rgba(234, 216, 197, 0.78);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 1.5rem;
  padding: clamp(1.2rem, 4vw, 1.8rem);
}

.support-strip p {
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0.4rem 0 0;
}

.why-section {
  overflow: hidden;
}

.why-section::before {
  background:
    radial-gradient(circle at 20% 25%, rgba(239, 154, 122, 0.16), transparent 14rem),
    radial-gradient(circle at 78% 70%, rgba(124, 146, 120, 0.14), transparent 18rem);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.why-grid {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  position: relative;
}

.why-copy p {
  color: var(--text-muted);
  font-size: 1.08rem;
  line-height: 1.8;
  margin: 1.25rem 0 0;
  max-width: 620px;
}

.benefit-stack {
  display: grid;
  gap: 1rem;
}

.benefit-card {
  border-radius: var(--radius-sm);
  padding: 1.25rem;
  position: relative;
}

.benefit-card::before {
  background: var(--warm-peach);
  border-radius: 999px;
  content: "";
  height: 38px;
  left: -0.45rem;
  opacity: 0.26;
  position: absolute;
  top: 1.1rem;
  width: 5px;
}

.benefit-card h3 {
  margin-bottom: 0.38rem;
}

.faq-grid {
  display: grid;
  gap: clamp(1.5rem, 5vw, 4rem);
  grid-template-columns: minmax(240px, 0.46fr) minmax(0, 1fr);
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-item {
  border-radius: 18px;
  overflow: hidden;
}

.faq-item summary {
  align-items: center;
  color: #3e4942;
  cursor: pointer;
  display: flex;
  font-family: "Nunito", "Manrope", sans-serif;
  font-size: 1.05rem;
  font-weight: 850;
  justify-content: space-between;
  list-style: none;
  padding: 1.1rem 1.2rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  background: rgba(124, 146, 120, 0.12);
  border-radius: 50%;
  color: var(--sage-deep);
  content: "+";
  display: grid;
  flex: 0 0 auto;
  font-family: "Manrope", sans-serif;
  height: 28px;
  line-height: 1;
  margin-left: 1rem;
  place-items: center;
  width: 28px;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  border-top: 1px solid rgba(234, 216, 197, 0.58);
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
  padding: 1rem 1.2rem 1.2rem;
}

.faq-page-layout {
  align-items: start;
  display: grid;
  gap: clamp(1.4rem, 4vw, 3rem);
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
}

.faq-page-list {
  display: grid;
  gap: clamp(1.4rem, 4vw, 2.4rem);
}

.faq-section {
  scroll-margin-top: 100px;
}

.faq-section .section-heading {
  margin-bottom: 1.2rem;
}

.faq-answer p a {
  font-weight: 800;
}

.site-footer {
  background: #f7efe4;
  border-top: 1px solid rgba(234, 216, 197, 0.8);
  padding: 3rem 0;
}

.footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(260px, 0.68fr) 1fr;
}

.footer-brand .brand-copy small {
  letter-spacing: 0;
  text-transform: none;
}

.footer-brand p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 1rem 0 0;
  max-width: 520px;
}

.footer-links {
  align-content: start;
  display: grid;
  gap: 0.8rem 1.2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-self: end;
  max-width: 520px;
  width: 100%;
}

.footer-links a {
  color: var(--text-muted);
  font-size: 0.92rem;
  font-weight: 760;
  transition: color 160ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--muted-blue);
}

.nav-links a[aria-current="page"] {
  background: rgba(124, 146, 120, 0.12);
  color: var(--sage-deep);
}

.nav-links .nav-cta[aria-current="page"] {
  background: #245672;
  color: #fffaf4;
}

.text-link {
  align-self: start;
  border-bottom: 2px solid rgba(239, 154, 122, 0.44);
  color: var(--muted-blue);
  font-size: 0.9rem;
  font-weight: 850;
  margin-top: auto;
  padding-bottom: 0.1rem;
}

.page-hero {
  overflow: hidden;
  padding: clamp(3.2rem, 8vw, 6.5rem) 0 clamp(3rem, 7vw, 5rem);
  position: relative;
}

.page-hero::after {
  background: linear-gradient(180deg, rgba(255, 253, 249, 0), rgba(251, 240, 227, 0.58));
  bottom: 0;
  content: "";
  height: 34%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.page-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.86fr);
  position: relative;
  z-index: 1;
}

.page-hero__copy,
.store-hero__copy,
.topic-copy {
  max-width: 100%;
  min-width: 0;
}

.page-hero__copy h1 {
  font-size: clamp(3.25rem, 7vw, 5.75rem);
}

.page-hero__copy p {
  color: var(--text-muted);
  font-size: 1.12rem;
  line-height: 1.78;
  margin: 1.3rem 0 0;
  max-width: 680px;
}

.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.topic-motion {
  --progress: 0;
  aspect-ratio: 1.05;
  background:
    linear-gradient(145deg, rgba(255, 253, 249, 0.94), rgba(255, 246, 236, 0.82)),
    radial-gradient(circle at 20% 18%, rgba(239, 154, 122, 0.12), transparent 12rem);
  border: 1px solid rgba(234, 216, 197, 0.76);
  border-radius: 40px;
  box-shadow: var(--shadow);
  min-height: 390px;
  overflow: hidden;
  position: relative;
}

.topic-motion::before {
  border: 1px solid rgba(124, 146, 120, 0.13);
  border-radius: 32px;
  content: "";
  inset: 1rem;
  pointer-events: none;
  position: absolute;
}

.motion-label {
  bottom: 1.7rem;
  color: var(--sage-deep);
  font-family: "Nunito", "Manrope", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  left: 50%;
  margin: 0;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}

.topic-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.45rem;
}

.topic-pill-row span,
.quick-link {
  background: rgba(255, 253, 249, 0.84);
  border: 1px solid rgba(234, 216, 197, 0.82);
  border-radius: 999px;
  color: var(--sage-deep);
  font-size: 0.82rem;
  font-weight: 850;
  padding: 0.48rem 0.72rem;
}

.topic-summary {
  background: rgba(255, 253, 249, 0.72);
  border-block: 1px solid rgba(234, 216, 197, 0.72);
}

.topic-summary__grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}

.topic-summary__grid p {
  color: var(--sage-deep);
  font-weight: 850;
  margin: 0;
  min-height: 92px;
  padding: 1.2rem;
  text-align: center;
}

.topic-summary__grid p + p {
  border-left: 1px solid rgba(234, 216, 197, 0.72);
}

.topic-layout {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.52fr);
}

.topic-copy p,
.topic-copy li,
.resource-callout p {
  color: var(--text-muted);
  line-height: 1.75;
}

.topic-copy p {
  font-size: 1.05rem;
  margin: 1.1rem 0 0;
  max-width: 720px;
}

.topic-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}

.topic-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-card,
.resource-callout,
.quick-links-panel {
  background: var(--surface);
  border: 1px solid rgba(234, 216, 197, 0.72);
  border-radius: var(--radius-sm);
  box-shadow: var(--soft-shadow);
}

.content-card {
  padding: 1.2rem;
}

.content-card h3,
.resource-callout h3,
.quick-links-panel h3 {
  margin-bottom: 0.42rem;
}

.content-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}

.quick-links-panel {
  align-self: start;
  display: grid;
  gap: 0.75rem;
  padding: 1.2rem;
  position: sticky;
  top: 104px;
}

.quick-links-panel h3 {
  color: var(--sage-deep);
}

.quick-link {
  display: inline-flex;
  justify-content: space-between;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.quick-link:hover,
.quick-link:focus-visible {
  background: rgba(142, 178, 192, 0.18);
  color: var(--muted-blue);
  transform: translateX(3px);
}

.stage-list {
  counter-reset: stage;
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.stage-list li {
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid rgba(234, 216, 197, 0.62);
  border-radius: 18px;
  counter-increment: stage;
  padding: 1rem 1rem 1rem 3.5rem;
  position: relative;
}

.stage-list li::before {
  background: rgba(124, 146, 120, 0.12);
  border-radius: 50%;
  color: var(--sage-deep);
  content: counter(stage);
  display: grid;
  font-weight: 850;
  height: 32px;
  left: 1rem;
  place-items: center;
  position: absolute;
  top: 1rem;
  width: 32px;
}

.resource-callout {
  align-items: start;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
  padding: clamp(1.3rem, 4vw, 2rem);
}

.resource-callout p {
  margin: 0.5rem 0 0;
  max-width: 64ch;
}

.callout-actions {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-start;
}

.callout-actions .button {
  white-space: normal;
}

.mini-faq {
  display: grid;
  gap: 0.85rem;
  margin-top: 2rem;
}

.motion-feeding {
  display: grid;
  place-items: center;
}

.feeding-bottle {
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.95) 0 20%, rgba(142, 178, 192, 0.28) 20% 100%),
    linear-gradient(90deg, transparent 0 42%, rgba(255, 255, 255, 0.42) 42% 48%, transparent 48%);
  border: 4px solid rgba(47, 102, 130, 0.2);
  border-radius: 30px 30px 38px 38px;
  height: 190px;
  opacity: clamp(0.28, var(--progress), 1);
  position: relative;
  transform: translateY(calc((1 - var(--progress)) * 34px)) rotate(calc(-8deg + var(--progress) * 15deg));
  width: 86px;
}

.feeding-bottle::before {
  background:
    radial-gradient(ellipse 16px 12px at 50% 15%, var(--sage) 0 96%, transparent 100%),
    radial-gradient(ellipse 24px 17px at 50% 58%, rgba(255, 253, 249, 0.92) 0 68%, var(--sage) 70% 82%, transparent 84%),
    radial-gradient(ellipse 34px 15px at 50% 78%, var(--sage) 0 96%, transparent 100%);
  border-radius: 999px;
  content: "";
  filter: drop-shadow(0 8px 12px rgba(74, 83, 76, 0.1));
  height: 58px;
  left: 6px;
  position: absolute;
  top: -58px;
  width: 74px;
}

.feeding-bottle::after {
  background: rgba(239, 154, 122, 0.68);
  border-radius: 18px 18px 28px 28px;
  content: "";
  height: calc(150px - clamp(0px, calc((var(--progress) - 0.45) * 196px), 108px));
  inset: auto 10px 10px;
  position: absolute;
  transition: height 80ms linear;
}

.feeding-ring {
  border: 2px solid rgba(124, 146, 120, 0.2);
  border-radius: 50%;
  height: calc(150px + var(--progress) * 130px);
  opacity: 0.8;
  position: absolute;
  transform: rotate(calc(var(--progress) * 30deg));
  width: calc(150px + var(--progress) * 130px);
}

.feeding-bubble {
  background: var(--peach-soft);
  border-radius: 50%;
  height: 18px;
  opacity: clamp(0, calc((var(--progress) - var(--delay)) * 4), 1);
  position: absolute;
  transform: translateY(calc((1 - var(--progress)) * 34px));
  width: 18px;
}

.feeding-bubble--one {
  --delay: 0.15;
  left: 27%;
  top: 30%;
}

.feeding-bubble--two {
  --delay: 0.32;
  right: 25%;
  top: 38%;
  transform: scale(0.72) translateY(calc((1 - var(--progress)) * 34px));
}

.feeding-bubble--three {
  --delay: 0.48;
  left: 35%;
  top: 62%;
  transform: scale(0.55) translateY(calc((1 - var(--progress)) * 34px));
}

.motion-sleep {
  display: grid;
  place-items: center;
}

.sleep-mobile-bar {
  background: var(--sage);
  border-radius: 999px;
  height: 8px;
  left: 25%;
  position: absolute;
  top: calc(18% + var(--progress) * 7%);
  transform: rotate(calc((var(--progress) - 0.5) * 8deg));
  width: 50%;
}

.sleep-string {
  background: rgba(124, 146, 120, 0.32);
  height: calc(92px + var(--progress) * 78px);
  position: absolute;
  top: calc(19% + var(--progress) * 7%);
  transform-origin: top;
  width: 2px;
}

.sleep-string--one {
  left: 35%;
  transform: rotate(calc(-8deg + var(--progress) * 16deg));
}

.sleep-string--two {
  left: 50%;
  transform: rotate(calc(6deg - var(--progress) * 10deg));
}

.sleep-string--three {
  left: 65%;
  transform: rotate(calc(10deg - var(--progress) * 18deg));
}

.sleep-moon,
.sleep-star,
.sleep-cloud {
  opacity: clamp(0, calc(var(--progress) * 1.65), 1);
  position: absolute;
}

.sleep-moon {
  background: var(--dusty-blue);
  border-radius: 50%;
  height: 92px;
  left: 27%;
  top: calc(38% + var(--progress) * 8%);
  width: 92px;
}

.sleep-moon::after {
  background: var(--surface);
  border-radius: 50%;
  content: "";
  height: 82px;
  left: 28px;
  position: absolute;
  top: -4px;
  width: 82px;
}

.sleep-star {
  background: var(--warm-peach);
  clip-path: polygon(50% 0, 62% 35%, 100% 38%, 70% 60%, 80% 100%, 50% 76%, 20% 100%, 30% 60%, 0 38%, 38% 35%);
  height: 54px;
  width: 54px;
}

.sleep-star--one {
  left: 52%;
  top: calc(39% + var(--progress) * 16%);
}

.sleep-star--two {
  left: 66%;
  top: calc(50% + var(--progress) * 10%);
  transform: scale(0.7);
}

.sleep-cloud {
  background: var(--soft-beige);
  border-radius: 999px;
  height: 50px;
  left: 38%;
  top: calc(63% + var(--progress) * 5%);
  width: 150px;
}

.sleep-cloud::before,
.sleep-cloud::after {
  background: var(--soft-beige);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.sleep-cloud::before {
  height: 74px;
  left: 20px;
  top: -33px;
  width: 74px;
}

.sleep-cloud::after {
  height: 60px;
  right: 22px;
  top: -23px;
  width: 60px;
}

.motion-development {
  display: grid;
  place-items: end center;
  padding-bottom: 3.4rem;
}

.milestone-block {
  align-items: center;
  border-radius: 20px;
  box-shadow: 0 18px 34px rgba(74, 83, 76, 0.12);
  color: #34403a;
  display: flex;
  font-family: "Nunito", "Manrope", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  height: 104px;
  justify-content: center;
  opacity: clamp(0, calc((var(--progress) - var(--delay)) * 7), 1);
  position: absolute;
  transform: translateY(calc((1 - var(--progress)) * 78px)) rotate(var(--tilt));
  width: 104px;
}

.milestone-block--one {
  --delay: 0;
  --tilt: -5deg;
  background: #f8d7c7;
  bottom: 3.5rem;
  left: 31%;
}

.milestone-block--two {
  --delay: 0.18;
  --tilt: 4deg;
  background: #cfe0e5;
  bottom: 8.8rem;
  left: 46%;
}

.milestone-block--three {
  --delay: 0.36;
  --tilt: -3deg;
  background: #dce5d7;
  bottom: 14.1rem;
  left: 37%;
}

.milestone-block--four {
  --delay: 0.54;
  --tilt: 5deg;
  background: #ead8c5;
  bottom: 19.4rem;
  left: 52%;
}

.growth-arc {
  border: 2px solid rgba(124, 146, 120, 0.22);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  height: calc(100px + var(--progress) * 170px);
  opacity: 0.82;
  position: absolute;
  right: 16%;
  top: 15%;
  width: 120px;
}

.motion-foods {
  display: grid;
  place-items: center;
}

.spoon-line {
  inset: 8% 8%;
  position: absolute;
}

.spoon-line path {
  fill: none;
  pathLength: 1;
  stroke: rgba(124, 146, 120, 0.24);
  stroke-dasharray: 1;
  stroke-dashoffset: calc(1 - var(--progress));
  stroke-linecap: round;
  stroke-width: 5;
}

.bowl {
  background: linear-gradient(180deg, #fffdf9 0 44%, #d4e2e6 45% 100%);
  border: 4px solid rgba(47, 102, 130, 0.22);
  border-radius: 0 0 140px 140px;
  bottom: 19%;
  height: 122px;
  left: 21%;
  position: absolute;
  width: 58%;
}

.spoon {
  background: var(--sage);
  border-radius: 999px;
  height: 178px;
  left: calc(16% + var(--progress) * 48%);
  position: absolute;
  top: calc(18% + var(--progress) * 30%);
  transform: rotate(calc(-52deg + var(--progress) * 84deg));
  transform-origin: bottom;
  width: 12px;
}

.spoon::before {
  background: var(--sage);
  border-radius: 50%;
  content: "";
  height: 50px;
  left: -19px;
  position: absolute;
  top: -34px;
  width: 50px;
}

.food-dot {
  background: var(--warm-peach);
  border-radius: 50%;
  height: 19px;
  opacity: clamp(0, calc((var(--progress) - 0.45) * 5), 1);
  position: absolute;
  width: 19px;
}

.food-dot--one {
  left: 42%;
  top: 50%;
}

.food-dot--two {
  left: 52%;
  top: 55%;
  transform: scale(0.75);
}

.food-dot--three {
  left: 58%;
  top: 48%;
  transform: scale(0.58);
}

.motion-routine {
  display: grid;
  place-items: center;
}

.routine-ring {
  --orbit-radius: min(30vw, 155px);
  border: 2px solid rgba(124, 146, 120, 0.24);
  border-radius: 50%;
  height: min(70%, 360px);
  position: relative;
  width: min(70%, 360px);
}

.routine-ring > span {
  --angle: 0deg;
  --counter-angle: 0deg;
  left: 50%;
  position: absolute;
  top: 50%;
  transform:
    translate(-50%, -50%)
    rotate(calc(var(--angle) + var(--progress) * 220deg))
    translateY(calc(-1 * var(--orbit-radius)));
  transform-origin: center;
  transition: transform 80ms linear;
}

.routine-ring > span > span {
  align-items: center;
  background: #fffdf9;
  border: 1px solid rgba(234, 216, 197, 0.82);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(74, 83, 76, 0.1);
  color: var(--sage-deep);
  display: flex;
  font-weight: 850;
  justify-content: center;
  min-height: 44px;
  padding: 0 1rem;
  transform: rotate(calc(var(--counter-angle) + var(--progress) * -220deg));
  transition: transform 80ms linear;
  white-space: nowrap;
}

.routine-ring > span:nth-child(1) {
  --angle: 0deg;
  --counter-angle: 0deg;
}

.routine-ring > span:nth-child(2) {
  --angle: 90deg;
  --counter-angle: -90deg;
}

.routine-ring > span:nth-child(3) {
  --angle: 180deg;
  --counter-angle: -180deg;
}

.routine-ring > span:nth-child(4) {
  --angle: 270deg;
  --counter-angle: -270deg;
}

.routine-card {
  background: rgba(255, 253, 249, 0.9);
  border: 1px solid rgba(234, 216, 197, 0.88);
  border-radius: 28px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 0.3rem;
  padding: 1.7rem;
  position: absolute;
  text-align: center;
}

.routine-card strong {
  color: #34403a;
  font-family: "Nunito", "Manrope", sans-serif;
  font-size: 1.55rem;
  line-height: 1.05;
}

.routine-card small {
  color: var(--text-muted);
  font-weight: 750;
}

.motion-library {
  display: grid;
  place-items: center;
}

.library-card {
  background: linear-gradient(145deg, #fffdf9, #f9ecdf);
  border: 1px solid rgba(234, 216, 197, 0.9);
  border-radius: 24px;
  box-shadow: var(--soft-shadow);
  height: 220px;
  padding: 1.2rem;
  position: absolute;
  transform: translateX(var(--x)) translateY(calc((1 - var(--progress)) * 42px)) rotate(var(--r));
  width: 160px;
}

.library-card:nth-child(1) {
  --x: -110px;
  --r: -9deg;
  background: linear-gradient(145deg, #f8d7c7, #fff7ee);
  opacity: clamp(0, calc(var(--progress) * 3), 1);
}

.library-card:nth-child(2) {
  --x: 0px;
  --r: 2deg;
  background: linear-gradient(145deg, #d8e5e8, #fff7ee);
  opacity: clamp(0, calc((var(--progress) - 0.16) * 3.5), 1);
  z-index: 2;
}

.library-card:nth-child(3) {
  --x: 112px;
  --r: 9deg;
  background: linear-gradient(145deg, #dce5d7, #fff7ee);
  opacity: clamp(0, calc((var(--progress) - 0.32) * 3.5), 1);
}

.library-card span {
  color: rgba(47, 52, 55, 0.58);
  font-size: 0.72rem;
  font-weight: 850;
}

.library-card strong {
  color: #34403a;
  display: block;
  font-family: "Nunito", "Manrope", sans-serif;
  font-size: 1.45rem;
  line-height: 1.02;
  margin-top: 5rem;
}

.motion-safety {
  display: grid;
  place-items: center;
}

.safety-shield {
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.95), rgba(216, 229, 232, 0.88)),
    radial-gradient(circle at 50% 18%, rgba(239, 154, 122, 0.16), transparent 7rem);
  border: 4px solid rgba(47, 102, 130, 0.18);
  border-radius: 46% 46% 52% 52%;
  clip-path: polygon(50% 0, 88% 16%, 84% 58%, 50% 100%, 16% 58%, 12% 16%);
  height: min(58%, 300px);
  opacity: clamp(0.38, var(--progress), 1);
  position: relative;
  transform: translateY(calc((1 - var(--progress)) * 34px)) scale(calc(0.88 + var(--progress) * 0.08));
  width: min(52%, 260px);
}

.safety-shield::before {
  background: var(--sage);
  border-radius: 999px;
  content: "";
  height: 18px;
  left: 50%;
  position: absolute;
  top: 47%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 104px;
}

.safety-shield::after {
  background: var(--sage);
  border-radius: 999px;
  content: "";
  height: 18px;
  left: 43%;
  position: absolute;
  top: 52%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 52px;
}

.safety-check {
  background: #fffdf9;
  border: 1px solid rgba(234, 216, 197, 0.86);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(74, 83, 76, 0.1);
  color: var(--sage-deep);
  font-size: 0.84rem;
  font-weight: 900;
  opacity: clamp(0, calc((var(--progress) - var(--delay)) * 4), 1);
  padding: 0.72rem 1rem;
  position: absolute;
  transform: translateY(calc((1 - var(--progress)) * 28px));
}

.safety-check--one {
  --delay: 0.05;
  left: 18%;
  top: 28%;
}

.safety-check--two {
  --delay: 0.18;
  right: 14%;
  top: 36%;
}

.safety-check--three {
  --delay: 0.31;
  bottom: 28%;
  left: 14%;
}

.safety-check--four {
  --delay: 0.44;
  bottom: 22%;
  right: 18%;
}

.scroll-steps {
  height: min(82vh, 720px);
  left: max(0.5rem, calc((100vw - var(--container)) / 2 - 8rem));
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 12vh;
  transform: translateY(calc((var(--step-progress) - 0.5) * 58px));
  transition: opacity 180ms ease;
  width: 120px;
  z-index: 3;
}

.scroll-steps.is-visible {
  opacity: 1;
}

.scroll-steps__vine {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.scroll-steps__path {
  fill: none;
  stroke: rgba(124, 146, 120, 0.18);
  stroke-dasharray: 1;
  stroke-dashoffset: calc(1 - var(--step-progress));
  stroke-linecap: round;
  stroke-width: 3;
}

.paint-print {
  --stamp: rgba(124, 146, 120, 0.62);
  --stamp-soft: rgba(124, 146, 120, 0.26);
  height: 72px;
  opacity: calc((var(--step-progress) - var(--start, 0)) * 7);
  position: absolute;
  transform: translate(calc(var(--x) - 24px), calc(var(--y) * 0.6)) rotate(var(--r)) scale(calc(0.58 + (var(--step-progress) * 0.1)));
  transition: opacity 80ms linear;
  width: 64px;
}

.paint-print--peach {
  --stamp: rgba(239, 154, 122, 0.66);
  --stamp-soft: rgba(239, 154, 122, 0.24);
}

.paint-print::before,
.paint-print::after {
  content: "";
  filter: blur(0.2px) drop-shadow(0 4px 7px rgba(74, 83, 76, 0.08));
  position: absolute;
}

.paint-print--foot::before {
  background:
    radial-gradient(circle at 58% 22%, rgba(255, 249, 242, 0.24) 0 1.9px, transparent 2.6px),
    radial-gradient(circle at 46% 54%, rgba(255, 249, 242, 0.2) 0 3px, transparent 3.8px),
    radial-gradient(circle at 57% 78%, rgba(255, 249, 242, 0.16) 0 2px, transparent 2.8px),
    linear-gradient(var(--stamp), var(--stamp));
  border-radius: 55% 45% 47% 53% / 28% 30% 70% 72%;
  clip-path: path("M23 1 C34 2 39 14 36 25 C34 33 31 39 34 48 C38 62 30 70 17 66 C7 63 4 52 9 42 C13 34 10 28 8 21 C5 10 11 1 23 1 Z");
  height: 68px;
  left: 15px;
  top: 0;
  transform: rotate(2deg);
  width: 42px;
}

.paint-print--foot::after {
  background:
    radial-gradient(ellipse 6px 7px at 18% 32%, var(--stamp) 0 96%, transparent 100%),
    radial-gradient(ellipse 5.8px 6.8px at 36% 66%, var(--stamp) 0 96%, transparent 100%),
    radial-gradient(ellipse 5px 6px at 55% 80%, var(--stamp) 0 96%, transparent 100%),
    radial-gradient(ellipse 4.6px 5.6px at 72% 70%, var(--stamp) 0 96%, transparent 100%),
    radial-gradient(ellipse 4px 5px at 88% 50%, var(--stamp) 0 96%, transparent 100%),
    radial-gradient(circle at 35% 28%, var(--stamp-soft) 0 1.5px, transparent 2px);
  height: 28px;
  left: 4px;
  top: 53px;
  width: 56px;
}

.paint-print--hand::before {
  background:
    radial-gradient(circle at 42% 38%, rgba(255, 249, 242, 0.24) 0 2.6px, transparent 3.4px),
    radial-gradient(circle at 61% 62%, rgba(255, 249, 242, 0.17) 0 2.1px, transparent 2.8px),
    linear-gradient(var(--stamp), var(--stamp));
  border-radius: 42% 58% 56% 44% / 42% 38% 62% 58%;
  clip-path: path("M12 18 C13 6 28 0 41 5 C51 9 56 21 52 32 C48 44 36 48 24 46 C11 44 4 34 7 25 C8 22 9 20 12 18 Z");
  height: 48px;
  left: 8px;
  top: 1px;
  transform: rotate(-3deg);
  width: 56px;
}

.paint-print--hand::after {
  background:
    radial-gradient(ellipse 4.2px 15px at 12% 20%, var(--stamp) 0 96%, transparent 100%),
    radial-gradient(ellipse 4.7px 21px at 30% 46%, var(--stamp) 0 96%, transparent 100%),
    radial-gradient(ellipse 4.9px 23px at 49% 54%, var(--stamp) 0 96%, transparent 100%),
    radial-gradient(ellipse 4.7px 21px at 68% 46%, var(--stamp) 0 96%, transparent 100%),
    radial-gradient(ellipse 4.2px 16px at 86% 22%, var(--stamp) 0 96%, transparent 100%),
    radial-gradient(ellipse 6px 14px at 8% 82%, var(--stamp) 0 96%, transparent 100%),
    radial-gradient(circle at 41% 30%, var(--stamp-soft) 0 1.7px, transparent 2.2px),
    radial-gradient(circle at 63% 35%, var(--stamp-soft) 0 1.4px, transparent 2px);
  height: 56px;
  left: -1px;
  top: 30px;
  transform: rotate(1deg);
  width: 66px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  h1 {
    font-size: 4.45rem;
  }

  h2 {
    font-size: 2.8rem;
  }

  .guide-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .scroll-steps {
    left: 0.15rem;
    opacity: 0.55;
    transform: translateY(calc((var(--step-progress) - 0.5) * 24px)) scale(0.82);
    transform-origin: left top;
  }
}

@media (max-width: 900px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    background: rgba(255, 249, 242, 0.98);
    border: 1px solid rgba(234, 216, 197, 0.82);
    border-radius: 26px;
    box-shadow: var(--shadow);
    display: grid;
    gap: 0.2rem;
    left: 1rem;
    opacity: 0;
    padding: 1rem;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: calc(100% + 0.5rem);
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a:not(.button),
  .nav-links .button {
    justify-content: flex-start;
    margin-left: 0;
    width: 100%;
  }

  .hero__grid,
  .page-hero__grid,
  .why-grid,
  .faq-grid,
  .faq-page-layout,
  .footer-grid,
  .topic-layout {
    grid-template-columns: 1fr;
  }

  .hero__grid,
  .page-hero__grid {
    gap: 2.2rem;
  }

  .hero-card {
    margin: 0 auto;
    max-width: 560px;
    width: 100%;
  }

  .trust-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip p:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(234, 216, 197, 0.72);
  }

  .trust-strip p:nth-child(4) {
    border-top: 1px solid rgba(234, 216, 197, 0.72);
  }

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

  .resource-feature-grid,
  .resource-grid,
  .resource-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-card {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
  }

  .product-card .badge,
  .product-card a {
    grid-column: 1 / -1;
  }

  .footer-links {
    justify-self: start;
  }

  .quick-links-panel {
    position: static;
  }

  .resource-callout {
    grid-template-columns: 1fr;
  }

  .support-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .container {
    padding: 0 1rem;
  }

  .nav-shell {
    min-height: 70px;
    padding-inline: 1rem;
  }

  .brand-mark {
    height: 46px;
    width: 46px;
  }

  .brand-logo--full {
    height: 56px;
    max-width: 176px;
    width: 176px;
  }

  .brand-logo--footer {
    height: 82px;
    max-width: 250px;
    width: 250px;
  }

  .brand-mark svg {
    height: 41px;
    width: 41px;
  }

  .brand-copy strong {
    font-size: 1.12rem;
  }

  .brand-copy small {
    display: none;
  }

  .section-band {
    min-height: auto;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero::after {
    display: none;
  }

  h1 {
    font-size: 2.85rem;
    max-width: calc(100vw - 2rem);
    overflow-wrap: anywhere;
    text-wrap: wrap;
  }

  .hero__copy p {
    font-size: 1rem;
    max-width: calc(100vw - 2rem);
  }

  .page-hero__copy p {
    font-size: 1rem;
    max-width: calc(100vw - 2rem);
    overflow-wrap: break-word;
  }

  .store-hero__copy p,
  .topic-copy p,
  .content-card p {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero__actions,
  .page-hero__actions {
    flex-direction: column;
    max-width: calc(100vw - 2rem);
  }

  .hero__actions .button,
  .page-hero__actions .button {
    max-width: calc(100vw - 2rem);
    width: 100%;
  }

  .hero-card {
    border-radius: 32px;
    max-width: calc(100vw - 2rem);
    min-height: 330px;
  }

  .topic-tag--dev {
    bottom: 22%;
  }

  .trust-strip__grid,
  .guide-grid,
  .topic-summary__grid,
  .topic-card-grid,
  .resource-feature-grid,
  .resource-grid,
  .resource-grid--compact {
    grid-template-columns: 1fr;
  }

  .trust-strip p,
  .topic-summary__grid p {
    justify-content: flex-start;
    min-height: 64px;
    text-align: left;
  }

  .trust-strip p + p,
  .trust-strip p:nth-child(3),
  .topic-summary__grid p + p {
    border-left: 0;
    border-top: 1px solid rgba(234, 216, 197, 0.72);
  }

  .topic-motion {
    border-radius: 32px;
    min-height: 320px;
  }

  .motion-label {
    font-size: 1.42rem;
  }

  .milestone-block {
    height: 82px;
    width: 82px;
  }

  .sleep-cloud {
    width: 120px;
  }

  .library-card {
    height: 190px;
    width: 136px;
  }

  .library-card:nth-child(1) {
    --x: -82px;
  }

  .library-card:nth-child(3) {
    --x: 82px;
  }

  .guide-card {
    min-height: auto;
  }

  .product-card {
    display: flex;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .scroll-steps {
    display: none;
  }

.parallax-field {
    display: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

.store-hero {
  padding: clamp(3.2rem, 7vw, 6.2rem) 0 clamp(2.8rem, 5vw, 4.8rem);
}

.store-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.78fr);
}

.store-hero__copy h1 {
  color: #34403a;
  font-size: clamp(3rem, 7.2vw, 5.45rem);
  max-width: 940px;
}

.store-hero__copy p {
  color: var(--text-muted);
  font-size: 1.14rem;
  line-height: 1.75;
  margin: 1.25rem 0 0;
  max-width: 720px;
}

.store-hero__facts,
.store-card__meta,
.bundle-guide-list,
.filter-row,
.store-card__actions,
.download-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.store-hero__facts {
  margin-top: 1.4rem;
}

.store-hero__facts span,
.store-card__meta span,
.bundle-guide-list a,
.filter-chip {
  background: rgba(255, 253, 249, 0.82);
  border: 1px solid rgba(124, 146, 120, 0.22);
  border-radius: 999px;
  color: var(--sage-deep);
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.15;
  padding: 0.5rem 0.72rem;
  width: auto;
}

.store-hero__preview {
  align-items: center;
  display: grid;
  justify-items: center;
}

.guide-large-cover,
.guide-mini-cover {
  background:
    radial-gradient(circle at 76% 18%, rgba(239, 154, 122, 0.2), transparent 8rem),
    linear-gradient(145deg, #fffdf9, #fff4e8);
  border: 1px solid rgba(234, 216, 197, 0.9);
  box-shadow: var(--shadow);
  color: #34403a;
  display: grid;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.guide-large-cover {
  aspect-ratio: 0.72;
  border-radius: 34px;
  max-width: 340px;
  padding: 2rem;
  width: 100%;
}

.guide-mini-cover {
  aspect-ratio: 1.72;
  border-radius: 18px;
  box-shadow: var(--soft-shadow);
  min-height: 148px;
  padding: 1rem;
}

.guide-large-cover::after,
.guide-mini-cover::after {
  background: rgba(124, 146, 120, 0.13);
  border-radius: 50%;
  bottom: -18%;
  content: "";
  height: 54%;
  position: absolute;
  right: -22%;
  width: 68%;
}

.guide-large-cover span,
.guide-mini-cover span {
  color: var(--muted-blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guide-large-cover strong,
.guide-mini-cover strong {
  align-self: center;
  font-family: "Nunito", "Manrope", sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 850;
  line-height: 1.03;
  max-width: 9ch;
  position: relative;
  z-index: 1;
}

.guide-mini-cover strong {
  font-size: 1.26rem;
  max-width: 14ch;
}

.guide-large-cover small,
.guide-mini-cover small {
  align-self: end;
  color: var(--text-muted);
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.store-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.store-grid--bundles {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.store-card {
  background: rgba(255, 253, 249, 0.88);
  border: 1px solid rgba(234, 216, 197, 0.82);
  border-radius: 18px;
  box-shadow: var(--soft-shadow);
  display: grid;
  gap: 1rem;
  overflow: hidden;
}

.store-card[hidden] {
  display: none;
}

.store-card__body {
  align-content: start;
  align-items: start;
  display: grid;
  gap: 0.85rem;
  padding: 1.15rem;
}

.store-card h3 {
  font-size: 1.28rem;
}

.store-card p {
  color: var(--text-muted);
  margin: 0;
}

.store-card__meta {
  gap: 0.45rem;
}

.store-card__meta span {
  align-items: center;
  background: rgba(142, 178, 192, 0.12);
  display: inline-flex;
  font-size: 0.7rem;
  min-height: 30px;
  padding: 0.34rem 0.52rem;
}

.store-card__actions {
  align-items: center;
  margin-top: 0.2rem;
}

.store-card__actions .button {
  min-height: 44px;
  padding: 0.72rem 0.95rem;
}

.bundle-card--featured {
  background:
    linear-gradient(145deg, rgba(255, 253, 249, 0.96), rgba(255, 246, 236, 0.9)),
    radial-gradient(circle at 92% 12%, rgba(239, 154, 122, 0.18), transparent 10rem);
  border-color: rgba(239, 154, 122, 0.34);
}

.price-line {
  color: var(--text-dark) !important;
  font-size: 1.25rem;
  font-weight: 900;
}

.price-line span {
  color: var(--sage-deep);
  font-size: 0.88rem;
  margin-left: 0.4rem;
}

.bundle-guide-list a {
  background: rgba(124, 146, 120, 0.1);
  font-size: 0.72rem;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.bundle-guide-list a:hover,
.bundle-guide-list a:focus-visible {
  background: rgba(47, 102, 130, 0.12);
  color: var(--muted-blue);
  transform: translateY(-1px);
}

.filter-row {
  margin: 0 0 1.2rem;
}

.filter-chip {
  cursor: pointer;
}

.filter-chip.is-active {
  background: var(--sage-deep);
  color: #fffdf9;
}

.library-jump-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto 1rem;
  max-width: 1080px;
}

.library-jump-card {
  background: rgba(255, 253, 249, 0.9);
  border: 1px solid rgba(234, 216, 197, 0.86);
  border-radius: 18px;
  box-shadow: var(--soft-shadow);
  color: var(--text-dark);
  cursor: pointer;
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
  text-align: left;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.library-jump-card strong {
  color: var(--sage-deep);
  font-size: 1.03rem;
}

.library-jump-card span {
  color: var(--text-muted);
  font-size: 0.84rem;
  font-weight: 750;
}

.library-jump-card:hover,
.library-jump-card:focus-visible,
.library-jump-card.is-active {
  background: #fffdf9;
  border-color: rgba(47, 102, 130, 0.24);
  box-shadow: 0 16px 34px rgba(47, 102, 130, 0.12);
  transform: translateY(-2px);
}

.library-jump-card.is-active strong {
  color: var(--muted-blue);
}

.free-download-feature {
  padding-block: clamp(2.8rem, 5vw, 4.6rem);
}

.free-download-panel {
  background:
    linear-gradient(145deg, rgba(47, 102, 130, 0.94), rgba(89, 123, 126, 0.92)),
    radial-gradient(circle at 92% 22%, rgba(239, 154, 122, 0.38), transparent 13rem);
  border-radius: 28px;
  box-shadow: var(--shadow);
  color: #fffaf4;
  display: grid;
  gap: clamp(1.4rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 0.84fr) minmax(360px, 1fr);
  overflow: hidden;
  padding: clamp(1.25rem, 4vw, 2.6rem);
  position: relative;
}

.free-download-panel::after {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  content: "";
  inset: 0.8rem;
  pointer-events: none;
  position: absolute;
}

.free-download-copy,
.free-download-list {
  position: relative;
  z-index: 1;
}

.free-download-label {
  color: rgba(255, 250, 244, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 0.55rem;
  text-transform: uppercase;
}

.free-download-copy h2 {
  color: #fffaf4;
  font-size: clamp(2.15rem, 5vw, 3.6rem);
}

.free-download-copy p:not(.free-download-label) {
  color: rgba(255, 250, 244, 0.86);
  font-size: 1.05rem;
  line-height: 1.72;
  margin: 1rem 0 0;
  max-width: 620px;
}

.free-download-list {
  display: grid;
  gap: 0.8rem;
}

.free-download-item {
  align-items: center;
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(25, 45, 55, 0.13);
  color: var(--text-dark);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 1rem;
}

.free-download-item strong,
.free-download-item span {
  display: block;
}

.free-download-item strong {
  color: var(--sage-deep);
  font-family: "Nunito", "Manrope", sans-serif;
  font-size: 1.18rem;
  font-weight: 900;
}

.free-download-item span {
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 750;
  margin-top: 0.15rem;
}

.free-download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

.free-download-actions .button {
  min-height: 42px;
  padding: 0.72rem 0.95rem;
}

.guide-detail-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guide-detail-grid .content-card h2 {
  font-size: 1.65rem;
}

.quick-link--button {
  cursor: pointer;
  text-align: left;
  width: 100%;
}

.bundle-stack {
  align-content: center;
  display: grid;
  gap: 0.8rem;
  justify-items: stretch;
}

.stacked-guide {
  background: #fffdf9;
  border: 1px solid rgba(234, 216, 197, 0.86);
  border-radius: 18px;
  box-shadow: 0 12px 22px rgba(74, 83, 76, 0.08);
  color: var(--sage-deep);
  font-weight: 900;
  padding: 1rem 1.1rem;
  transform: rotate(var(--r, -1deg));
}

.stacked-guide:nth-child(even) {
  --r: 1deg;
}

.purchase-panel {
  background: rgba(255, 253, 249, 0.9);
  border: 1px solid rgba(234, 216, 197, 0.85);
  border-radius: 24px;
  box-shadow: var(--soft-shadow);
  padding: clamp(1.2rem, 3vw, 2rem);
}

.download-list {
  display: grid;
  margin-top: 1.2rem;
}

.download-row {
  align-items: center;
  background: #fffdf9;
  border: 1px solid rgba(124, 146, 120, 0.18);
  border-radius: 16px;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem;
}

.download-row strong {
  color: var(--muted-blue);
}

.narrow-copy {
  background: rgba(255, 253, 249, 0.84);
  border: 1px solid rgba(234, 216, 197, 0.8);
  border-radius: 24px;
  box-shadow: var(--soft-shadow);
  max-width: 820px;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.eyebrow {
  color: var(--muted-blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 0 0 0.7rem;
  text-transform: uppercase;
}

.first-2000-note {
  background: rgba(255, 253, 249, 0.76);
  border: 1px solid rgba(234, 216, 197, 0.76);
  border-radius: 18px;
  color: var(--sage-deep);
  font-weight: 750;
  margin-top: 1.1rem;
  max-width: 680px;
  padding: 0.95rem 1.05rem;
}

.first-2000-feature,
.first-2000-strip {
  position: relative;
  z-index: 1;
}

.first-2000-feature {
  padding: clamp(1.8rem, 4vw, 3rem) 0;
}

.first-2000-feature__grid,
.first-2000-strip__inner {
  background: rgba(255, 253, 249, 0.88);
  border: 1px solid rgba(234, 216, 197, 0.82);
  border-radius: 24px;
  box-shadow: var(--soft-shadow);
}

.first-2000-feature__grid {
  align-items: center;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1fr);
  padding: clamp(1.3rem, 3vw, 2rem);
}

.first-2000-feature__grid p,
.first-2000-strip__inner p {
  color: var(--text-muted);
  margin: 0;
}

.first-2000-strip {
  padding: 1.2rem 0 0;
}

.first-2000-strip__inner {
  align-items: center;
  display: grid;
  gap: 0.85rem 1rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 1rem 1.15rem;
}

.first-2000-strip__inner strong {
  color: var(--sage-deep);
  font-family: "Nunito", "Manrope", sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
}

.store-hero--compact {
  padding-bottom: clamp(1.8rem, 4vw, 3rem);
}

.preview-intro {
  padding-top: clamp(2rem, 5vw, 3.5rem);
}

.guide-preview-document {
  display: grid;
  gap: 1.2rem;
}

.guide-preview-document .page {
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(234, 216, 197, 0.86);
  border-radius: 26px;
  box-shadow: var(--soft-shadow);
  color: var(--text-dark);
  min-height: auto;
  overflow: hidden;
  padding: clamp(1.2rem, 3vw, 2rem);
  position: relative;
}

.guide-preview-document .cover {
  display: grid;
  gap: 1.4rem;
  min-height: auto;
}

.guide-preview-document .cover-brand,
.guide-preview-document .page-header {
  align-items: center;
  border-bottom: 1px solid rgba(234, 216, 197, 0.72);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-bottom: 0.8rem;
}

.guide-preview-document .brand-logo,
.guide-preview-document .page-header img {
  height: 46px;
  object-fit: contain;
  width: auto;
}

.guide-preview-document .cover-grid {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 0.28fr);
}

.guide-preview-document .cover-art {
  justify-self: end;
  max-width: 190px;
  width: min(100%, 190px);
}

.guide-preview-document .cover-art svg {
  display: block;
  height: auto;
  width: 100%;
}

.guide-preview-document .cover-copy,
.guide-preview-document .cover-subtitle {
  max-width: 720px;
}

.guide-preview-document h1 {
  color: #34403a;
  font-size: clamp(2.6rem, 7vw, 4.8rem);
  max-width: 10ch;
}

.guide-preview-document h2 {
  font-size: clamp(1.85rem, 4vw, 2.85rem);
  margin-bottom: 1rem;
}

.guide-preview-document h3 {
  color: var(--sage-deep);
  font-size: 1.15rem;
}

.guide-preview-document p,
.guide-preview-document li,
.guide-preview-document td,
.guide-preview-document th {
  font-size: 0.96rem;
  line-height: 1.62;
}

.guide-preview-document ul,
.guide-preview-document ol {
  padding-left: 1.25rem;
}

.guide-preview-document .tagline,
.guide-preview-document .section-kicker {
  color: var(--muted-blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guide-preview-document .cover-toc,
.guide-preview-document .card,
.guide-preview-document .callout,
.guide-preview-document .question,
.guide-preview-document .source-card,
.guide-preview-document .chart,
.guide-preview-document .script-box {
  background: #fffdf9;
  border: 1px solid rgba(234, 216, 197, 0.82);
  border-radius: 18px;
  box-shadow: 0 8px 18px rgba(74, 83, 76, 0.08);
  padding: 1rem;
}

.guide-preview-document .callout {
  background: linear-gradient(135deg, rgba(142, 178, 192, 0.17), rgba(255, 253, 249, 0.94));
}

.guide-preview-document .callout.peach {
  background: linear-gradient(135deg, rgba(239, 154, 122, 0.18), rgba(255, 253, 249, 0.94));
}

.guide-preview-document .toc-list,
.guide-preview-document .grid-2,
.guide-preview-document .grid-3,
.guide-preview-document .grid-4,
.guide-preview-document .stage-ribbon,
.guide-preview-document .pill-row,
.guide-preview-document .habit-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guide-preview-document .grid-3,
.guide-preview-document .grid-4,
.guide-preview-document .stage-ribbon,
.guide-preview-document .pill-row,
.guide-preview-document .habit-grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.guide-preview-document .toc-list a,
.guide-preview-document .source-card {
  color: var(--sage-deep);
  font-weight: 850;
}

.guide-preview-document .icon-row {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  margin-top: 1rem !important;
}

.guide-preview-document .icon-card {
  align-items: flex-start;
  background: #fffdf9;
  border: 1px solid rgba(234, 216, 197, 0.82);
  border-radius: 16px;
  box-shadow: 0 8px 18px rgba(74, 83, 76, 0.06);
  display: grid;
  gap: 0.35rem;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 0.85rem;
}

.guide-preview-document .icon-card svg {
  display: block;
  grid-row: span 2;
  height: 42px;
  max-height: 42px;
  max-width: 42px;
  width: 42px;
}

.guide-preview-document .icon-card strong {
  color: var(--sage-deep);
  font-family: "Nunito", "Manrope", sans-serif;
  font-size: 0.98rem;
  line-height: 1.15;
}

.guide-preview-document .icon-card span {
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.guide-preview-document .chart {
  overflow-x: auto;
}

.guide-preview-document .simple-table {
  border-collapse: collapse;
  min-width: 620px;
  width: 100%;
}

.guide-preview-document .simple-table th,
.guide-preview-document .simple-table td {
  border: 1px solid rgba(234, 216, 197, 0.88);
  padding: 0.7rem;
  text-align: left;
  vertical-align: top;
}

.guide-preview-document .simple-table th {
  background: #eef5f6;
  color: var(--muted-blue);
}

.guide-preview-document .footer-note,
.guide-preview-document .small-note {
  color: var(--text-muted);
  font-size: 0.82rem;
}

@media (max-width: 980px) {
  .store-hero__grid,
  .store-grid,
  .store-grid--bundles,
  .guide-detail-grid {
    grid-template-columns: 1fr;
  }

  .store-hero__preview {
    min-height: 360px;
  }

  .guide-large-cover {
    min-height: 360px;
  }

  .library-jump-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .free-download-panel,
  .free-download-item {
    grid-template-columns: 1fr;
  }

  .free-download-actions {
    justify-content: flex-start;
  }

  .first-2000-feature__grid,
  .first-2000-strip__inner,
  .guide-preview-document .cover-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .store-hero {
    padding-top: 3.2rem;
  }

  .store-hero__facts,
  .store-card__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .library-jump-card,
  .free-download-actions .button,
  .store-card__actions .button,
  .download-row .button {
    width: 100%;
  }

  .library-jump-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guide-mini-cover {
    aspect-ratio: 2.05;
    min-height: 112px;
    padding: 0.9rem;
  }

  .guide-mini-cover strong {
    font-size: 1.15rem;
    max-width: 15ch;
  }

  .guide-mini-cover span,
  .guide-mini-cover small {
    font-size: 0.68rem;
  }

  .store-card__body {
    gap: 0.72rem;
    padding: 0.95rem;
  }

  .download-row {
    align-items: stretch;
    flex-direction: column;
  }

  .price-line span {
    display: block;
    margin: 0.2rem 0 0;
  }

  .guide-preview-document .cover {
    min-height: auto;
  }

  .guide-preview-document .cover-art {
    display: none;
  }

  .guide-preview-document .toc-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 2.62rem;
    line-height: 1.08;
  }

  h2 {
    font-size: 2.15rem;
  }

  .hero-card {
    min-height: 310px;
  }

  .topic-tag {
    min-height: 32px;
    padding: 0.46rem 0.62rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .scroll-steps {
    display: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
