:root {
  --ink: #2f352d;
  --olive: #596548;
  --olive-dark: #3f4935;
  --moss: #8d9a72;
  --purple: #79657d;
  --purple-deep: #56445b;
  --cream: #f8f5ee;
  --sand: #e9e1d3;
  --white: #fffdf9;
  --gold: #dba428;
  --shadow: 0 20px 55px rgba(47, 53, 45, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 20; background: white; padding: .75rem 1rem; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(248,245,238,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(89,101,72,.15);
}
.nav-wrap { max-width: 1180px; margin: auto; min-height: 82px; padding: .7rem 1.25rem; display: flex; align-items: center; gap: 1.6rem; }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; margin-right: auto; }
.brand > span:last-child { font-family: Georgia, serif; font-weight: 700; letter-spacing: .02em; color: var(--olive-dark); font-size: 1.05rem; }
.brand-logo, .hero-logo, .footer-logo { display: grid; place-items: center; aspect-ratio: 1; border-radius: 50%; background: white; overflow: hidden; flex: none; }
.brand-logo { width: 58px; }
.brand-logo img, .hero-logo img, .footer-logo img { display: block; width: 76%; height: 76%; object-fit: contain; }
.nav-toggle { display: none; border: 1px solid var(--olive); border-radius: 999px; padding: .55rem .8rem; background: transparent; font: inherit; }
.nav-links { display: flex; align-items: center; gap: 1.15rem; }
.nav-links a { text-decoration: none; font-size: .95rem; font-weight: 650; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--purple-deep); text-decoration: underline; text-underline-offset: .35rem; }
.button, .button-secondary, .button-muted {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .75rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 750;
  border: 2px solid transparent;
}
.button { background: var(--olive-dark); color: white; }
.button:hover { background: var(--purple-deep); }
.button-secondary { color: var(--olive-dark); border-color: var(--olive-dark); background: transparent; }
.button-secondary:hover { background: white; }
.button-muted { background: #ddd9d1; color: #5d5d58; cursor: not-allowed; }
.eyebrow { color: var(--purple-deep); font-size: .82rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.13; color: var(--olive-dark); margin-top: 0; }
h1 { font-size: clamp(2.5rem, 7vw, 5.3rem); letter-spacing: -.035em; margin-bottom: 1.2rem; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.025em; }
h3 { font-size: 1.35rem; }
p { max-width: 70ch; }
.hero { position: relative; overflow: hidden; }
.hero:after { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(121,101,125,.20), rgba(121,101,125,0) 68%); right: -120px; top: -80px; pointer-events: none; }
.hero-inner { max-width: 1180px; margin: auto; padding: clamp(4rem, 10vw, 8rem) 1.25rem 5rem; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 4rem; }
.hero h1 span { color: var(--purple); }
.hero-copy > p { font-size: 1.2rem; max-width: 58ch; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.logo-card { position: relative; }
.hero-logo { width: min(100%, 390px); margin: auto; box-shadow: var(--shadow); }
.notice { margin-top: 1.6rem; padding: .9rem 1rem; border-left: 4px solid var(--purple); background: rgba(255,255,255,.58); border-radius: 0 .75rem .75rem 0; }
.section { padding: clamp(4rem, 8vw, 7rem) 1.25rem; }
.section-inner { max-width: 1120px; margin: auto; }
.section.tint { background: var(--white); }
.section.deep { background: var(--olive-dark); color: var(--cream); }
.section.deep h2, .section.deep h3 { color: white; }
.intro { font-size: 1.15rem; }
.grid-3, .grid-2 { display: grid; gap: 1.25rem; margin-top: 2rem; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card { background: var(--white); padding: 1.65rem; border-radius: 1.4rem; border: 1px solid rgba(89,101,72,.13); box-shadow: 0 8px 25px rgba(47,53,45,.05); }
.card.purple { border-top: 5px solid var(--purple); }
.card.olive { border-top: 5px solid var(--moss); }
.icon { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--sand); color: var(--purple-deep); font-weight: 900; margin-bottom: 1rem; }
.page-hero { padding: 5rem 1.25rem 3.5rem; background: linear-gradient(135deg, var(--cream), #ede7ef); }
.page-hero-inner { max-width: 980px; margin: auto; }
.toy-hero-grid { display: grid; grid-template-columns: 1.2fr .55fr; gap: 3rem; align-items: center; }
.toy-logo-card img { width: 100%; border-radius: 50%; box-shadow: var(--shadow); }
.page-hero h1 { font-size: clamp(2.7rem, 6vw, 4.7rem); }
.feature-list { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: .75rem; }
.feature-list li { padding-left: 1.8rem; position: relative; }
.feature-list li:before { content: "•"; color: var(--purple); font-size: 1.6rem; position: absolute; left: .35rem; top: -.35rem; }
.steps { counter-reset: steps; display: grid; gap: 1rem; margin-top: 2rem; }
.step { counter-increment: steps; background: var(--white); border-radius: 1.2rem; padding: 1.3rem 1.4rem 1.3rem 4.5rem; position: relative; }
.step:before { content: counter(steps); position: absolute; left: 1.3rem; top: 1.2rem; width: 2.1rem; height: 2.1rem; display: grid; place-items: center; border-radius: 50%; background: var(--purple); color: white; font-weight: 800; }
.callout { background: var(--purple-deep); color: white; padding: clamp(1.5rem,4vw,2.5rem); border-radius: 1.5rem; }
.callout h2, .callout h3 { color: white; }
.detail-table { width: 100%; border-collapse: collapse; background: var(--white); color: var(--ink); border-radius: 1rem; overflow: hidden; }
.detail-table th, .detail-table td { text-align: left; padding: 1rem; border-bottom: 1px solid var(--sand); vertical-align: top; }
.detail-table th { width: 34%; color: var(--olive-dark); }
.legal h2 { font-size: 1.75rem; margin-top: 2.5rem; }
.draft-badge { display: inline-block; border-radius: 999px; background: #eaddea; color: var(--purple-deep); padding: .35rem .7rem; font-size: .85rem; font-weight: 800; }
.form-shell { position: relative; width: 100%; min-height: 1050px; overflow: hidden; background: white; border-radius: 1.3rem; border: 1px solid rgba(89,101,72,.18); box-shadow: var(--shadow); }
.form-shell iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.site-footer { background: #293026; color: #f5f0e6; padding: 3.5rem 1.25rem 2rem; }
.footer-inner { max-width: 1120px; margin: auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.site-footer a { color: inherit; }
.site-footer h2, .site-footer h3 { color: white; }
.footer-logo { width: 110px; margin-bottom: 1rem; }
.fineprint { max-width: 1120px; margin: 2rem auto 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.18); font-size: .88rem; }

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .nav-links { display: none; position: absolute; left: 1rem; right: 1rem; top: 78px; flex-direction: column; align-items: stretch; background: var(--white); padding: 1rem; border-radius: 1rem; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .hero-inner { grid-template-columns: 1fr; gap: 2rem; padding-top: 4rem; }
  .logo-card { max-width: 440px; margin: auto; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2, .footer-inner { grid-template-columns: 1fr; }
  .toy-hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .toy-logo-card { max-width: 320px; }
}
@media (max-width: 520px) {
  .brand > span:last-child { display: none; }
  .page-hero, .section { padding-left: 1rem; padding-right: 1rem; }
  .detail-table, .detail-table tbody, .detail-table tr, .detail-table th, .detail-table td { display: block; width: 100%; }
  .detail-table th { padding-bottom: .2rem; border-bottom: 0; }
  .detail-table td { padding-top: .2rem; }
  .form-shell { min-height: 1250px; border-radius: .8rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.emma-photo img { width: 100%; max-height: 580px; object-fit: cover; object-position: center 38%; border-radius: 1.5rem; box-shadow: var(--shadow); }
.therapy-photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.therapy-photos img { width: 100%; height: 260px; object-fit: cover; border-radius: 1.25rem; }
.therapy-photos img:first-child { object-position: center 55%; }
@media (max-width: 700px) { .therapy-photos { grid-template-columns: 1fr 1fr; } .therapy-photos img { height: 220px; } .therapy-photos img:last-child { grid-column: 1 / -1; } .emma-photo { max-width: 480px; } }

.support-image { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: .85rem; margin: .15rem 0 1.25rem; }

.toy-feature-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 1.4rem; box-shadow: var(--shadow); }
