:root {
  --ivory: #f8f4ee;
  --paper: #fffdf9;
  --sand: #e7ddd0;
  --taupe: #b6a18f;
  --brown: #5b4134;
  --deep: #30231d;
  --muted: #75675f;
  --line: rgba(91, 65, 52, .14);
  --shadow: 0 20px 55px rgba(57, 39, 30, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #ded8d1;
  color: var(--deep);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, a { font: inherit; }
.page-shell { max-width: 780px; min-height: 100vh; margin: 0 auto; background: var(--ivory); overflow: hidden; box-shadow: var(--shadow); }

.hero { position: relative; min-height: 690px; display: flex; align-items: flex-end; padding: 56px clamp(28px, 7vw, 64px) 64px; color: white; isolation: isolate; }
.hero-photo { position: absolute; inset: 0; z-index: -3; background: url("hero.png") center 42% / cover no-repeat; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(40,25,17,.08) 22%, rgba(38,25,19,.28) 53%, rgba(35,22,17,.86) 100%); }
.brand-mark { position: absolute; top: 30px; left: clamp(28px, 7vw, 64px); display: flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .11em; font-weight: 700; line-height: .86; font-size: 13px; }
.brand-mark img { width: 46px; height: 46px; object-fit: cover; border-radius: 50%; border: 2px solid rgba(255,255,255,.9); box-shadow: 0 5px 16px rgba(0,0,0,.18); }
.hero-copy { max-width: 520px; }
.eyebrow, .mini-label, .section-heading > span { font-size: 12px; letter-spacing: .24em; font-weight: 700; }
.hero h1 { font-family: "Playfair Display", serif; font-size: clamp(58px, 12vw, 92px); line-height: .86; margin: 18px 0 24px; letter-spacing: -.045em; }
.hero h1 em { color: #ead8c2; font-weight: 500; }
.hero-copy p { max-width: 470px; margin: 0 0 30px; font-size: 17px; line-height: 1.65; color: rgba(255,255,255,.85); }
.hero-button { display: inline-flex; gap: 22px; align-items: center; padding: 16px 20px; color: var(--deep); background: white; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: 14px; box-shadow: 0 12px 28px rgba(0,0,0,.16); }

.welcome { text-align: center; padding: 84px clamp(26px, 8vw, 74px) 68px; position: relative; }
.welcome::before { content: ""; width: 1px; height: 45px; background: var(--taupe); position: absolute; top: 0; left: 50%; }
.mini-label { color: var(--taupe); }
.welcome h2, .section-heading h2 { font-family: "Playfair Display", serif; font-size: clamp(40px, 8vw, 58px); line-height: 1.05; margin: 16px 0 20px; letter-spacing: -.035em; }
.welcome h2 em, .section-heading h2 em { color: var(--brown); font-weight: 500; }
.welcome > p { max-width: 540px; margin: 0 auto; line-height: 1.75; color: var(--muted); font-size: 16px; }
.social-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.social-pill, .social-pill:visited { display: inline-flex; align-items: center; border: 1px solid var(--line); background: var(--paper); border-radius: 999px; padding: 11px 17px; color: var(--deep); cursor: pointer; font-weight: 600; text-decoration: none; }
.social-pill:hover { border-color: rgba(91,65,52,.34); box-shadow: 0 8px 20px rgba(57,39,30,.08); }
.social-pill span { margin-left: 6px; }

.featured { margin: 0 clamp(18px, 5vw, 44px); border-radius: 32px; padding: 26px clamp(22px, 5vw, 42px) 38px; background: var(--brown); color: white; overflow: hidden; box-shadow: var(--shadow); }
.baby-featured { margin-top: 28px; background: linear-gradient(145deg, #73514d, #664b52); }
.feature-kicker { display: flex; align-items: center; gap: 9px; font-size: 11px; letter-spacing: .2em; color: #e7d5c1; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.13); }
.feature-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 38px; padding-top: 38px; }
.kit-previews { min-width: 0; display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: 1fr 1fr; gap: 12px; height: 330px; }
.preview-card { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border-radius: 16px; background: #f8f1e9; box-shadow: 0 18px 35px rgba(0,0,0,.22); }
.preview-guide { grid-row: 1 / 3; }
.preview-card img { width: 100%; height: 100%; display: block; object-fit: cover; }
.preview-guide img { object-position: center top; }
.preview-sheet img { object-position: 9% 17%; }
.preview-card::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(180deg, transparent, rgba(34,21,15,.82)); pointer-events: none; }
.preview-card figcaption { position: absolute; z-index: 2; left: 15px; right: 12px; bottom: 14px; display: flex; flex-direction: column; gap: 3px; color: white; }
.preview-card figcaption small { font-size: 8px; letter-spacing: .16em; font-weight: 700; color: #ead8c2; }
.preview-card figcaption strong { font-family: "Playfair Display", serif; font-size: 17px; line-height: 1.05; }
.checklist-frame { position: absolute; inset: 0; overflow: hidden; background: var(--ivory); }
.checklist-frame iframe { width: 880px; height: 900px; border: 0; transform: scale(.205); transform-origin: left top; pointer-events: none; }
.tag { display: inline-block; padding: 7px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.feature-copy h3 { font-family: "Playfair Display", serif; font-size: 38px; line-height: 1.07; margin: 17px 0 14px; }
.feature-copy > p { color: rgba(255,255,255,.72); line-height: 1.6; font-size: 15px; }
.included { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 22px 0 26px; font-size: 13px; color: #f2e7dc; }
.primary-link { width: 100%; min-height: 54px; padding: 0 18px; border: 0; border-radius: 12px; background: #f2e5d6; color: var(--deep); display: flex; align-items: center; gap: 10px; cursor: pointer; font-weight: 700; text-align: left; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.primary-link:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.primary-link:focus-visible { outline: 3px solid rgba(255,255,255,.7); outline-offset: 3px; }
.primary-link > span { margin-left: auto; font-size: 20px; }
.primary-link small { font-size: 10px; text-transform: uppercase; letter-spacing: .13em; color: var(--muted); }
.baby-preview { min-width: 0; }
.baby-preview-window { position: relative; height: 330px; overflow: hidden; border-radius: 20px; background: #fff8f6; box-shadow: 0 18px 35px rgba(0,0,0,.22); }
.baby-preview-window iframe { width: 980px; height: 1100px; border: 0; transform: scale(.32); transform-origin: left top; pointer-events: none; }
.preview-note { display: block; margin-top: 11px; text-align: center; font-family: "Playfair Display", serif; font-size: 14px; color: #f4dfe2; font-style: italic; }
.baby-action { background: #f8e2e4; }
.kit-actions { display: grid; gap: 10px; }
.secondary-link { min-height: 50px; padding: 0 18px; border: 1px solid rgba(255,255,255,.3); border-radius: 12px; display: flex; align-items: center; justify-content: space-between; color: white; text-decoration: none; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.secondary-link:hover { background: rgba(255,255,255,.1); transform: translateY(-2px); }
.secondary-link:focus-visible { outline: 3px solid rgba(255,255,255,.7); outline-offset: 3px; }

.link-section { padding: 90px clamp(18px, 6vw, 58px) 64px; }
.section-heading { text-align: center; margin-bottom: 36px; }
.section-heading > span { color: var(--taupe); }
.link-list { display: grid; gap: 14px; }
.link-card, .link-card:link, .link-card:visited { width: 100%; display: grid; grid-template-columns: 62px 1fr auto; align-items: center; gap: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.64); padding: 18px; text-align: left; color: var(--deep); cursor: pointer; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.link-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(57,39,30,.09); border-color: rgba(91,65,52,.32); }
.link-card:focus-visible { outline: 3px solid rgba(183,144,115,.45); outline-offset: 3px; }
.link-card:active { background: rgba(255,255,255,.64); color: var(--deep); transform: translateY(0); }
.icon-box { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 15px; background: var(--sand); font-family: "Playfair Display", serif; font-size: 29px; color: var(--brown); }
.link-copy { display: flex; flex-direction: column; gap: 4px; }
.link-copy small { color: var(--taupe); font-size: 9px; letter-spacing: .18em; font-weight: 700; }
.link-copy strong { font-family: "Playfair Display", serif; font-size: 21px; }
.link-copy > span { color: var(--muted); font-size: 13px; line-height: 1.45; }
.card-side { display: flex; align-items: flex-end; align-self: stretch; flex-direction: column; justify-content: space-between; }
.card-side b { color: var(--brown); background: #eadccf; border-radius: 999px; font-size: 9px; padding: 5px 8px; letter-spacing: .1em; }
.card-side i { font-style: normal; font-size: 22px; }

.note { margin: 0 clamp(18px, 6vw, 58px) 80px; padding: 45px 30px; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.note-symbol { font-family: "Playfair Display", serif; color: var(--taupe); font-size: 46px; line-height: .5; }
.note p { font-family: "Playfair Display", serif; font-size: clamp(22px, 5vw, 30px); line-height: 1.35; margin: 14px 0 0; }
.note em { color: var(--brown); }

.support { max-width: 1120px; margin: 0 auto; padding: 12px clamp(18px, 6vw, 58px) 90px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: start; }
.support-intro { position: sticky; top: 28px; }
.support h2 { font-family: "Playfair Display", serif; font-size: clamp(36px, 5vw, 50px); line-height: 1.06; margin: 15px 0 18px; letter-spacing: -.035em; }
.support h2 em { color: var(--brown); font-weight: 500; }
.support-intro > p { color: var(--muted); font-size: 16px; line-height: 1.7; margin: 0 0 24px; }
.support-button { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 56px; padding: 0 20px; border-radius: 14px; background: var(--brown); color: white; font-weight: 700; text-decoration: none; box-shadow: 0 12px 28px rgba(57,39,30,.12); }
.support-button:hover { background: var(--deep); }
.support-button:focus-visible, .footer-email:focus-visible { outline: 3px solid rgba(183,144,115,.45); outline-offset: 3px; }
.support-intro > small { display: block; margin-top: 11px; color: var(--muted); font-size: 12px; }
.faq { border-top: 1px solid var(--line); }
.faq h3 { font-family: "Playfair Display", serif; font-size: 28px; margin: 0; padding: 0 0 22px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; position: relative; cursor: pointer; padding: 20px 42px 20px 0; font-weight: 700; font-size: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 16px; color: var(--brown); font-family: "Playfair Display", serif; font-size: 25px; font-weight: 400; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: -6px 42px 20px 0; color: var(--muted); font-size: 15px; line-height: 1.65; }

footer { background: var(--deep); color: white; text-align: center; padding: 52px 24px 34px; }
.footer-mark { display: inline-flex; gap: 8px; align-items: center; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
footer p { color: rgba(255,255,255,.58); font-size: 14px; margin: 18px 0 36px; }
.footer-email { display: block; width: fit-content; margin: -18px auto 32px; color: #ead8c2; font-size: 14px; text-decoration: none; }
.footer-email:hover { text-decoration: underline; }
footer > span { color: rgba(255,255,255,.35); font-size: 11px; }

.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 120px); z-index: 10; background: var(--deep); color: white; border-radius: 999px; padding: 13px 18px; box-shadow: var(--shadow); font-size: 14px; opacity: 0; transition: .3s ease; white-space: nowrap; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 620px) {
  .page-shell { width: 100%; }
  .hero { min-height: 640px; }
  .feature-grid { grid-template-columns: 1fr; gap: 6px; }
  .baby-grid { gap: 28px; }
  .kit-previews { height: 330px; }
  .feature-copy h3 { font-size: 35px; }
  .link-card { grid-template-columns: 54px 1fr auto; gap: 13px; padding: 14px; }
  .icon-box { width: 54px; height: 54px; }
  .link-copy > span { display: none; }
  .link-copy strong { font-size: 18px; }
  .included { font-size: 12px; }
  .support { grid-template-columns: 1fr; gap: 46px; padding-bottom: 70px; }
  .support-intro { position: static; }
}

@media (min-width: 900px) {
  .page-shell { max-width: none; width: 100%; box-shadow: none; }
  .hero { min-height: 720px; padding: 80px max(64px, calc((100vw - 1120px) / 2)) 78px; }
  .brand-mark { left: max(64px, calc((100vw - 1120px) / 2)); top: 38px; }
  .hero-photo { background-position: center 54%; }
  .hero-copy { max-width: 570px; }
  .hero-copy p { font-size: 18px; max-width: 520px; }
  .welcome { max-width: 820px; margin: 0 auto; padding-top: 100px; padding-bottom: 82px; }
  .featured { max-width: 1120px; margin-left: auto; margin-right: auto; padding: 32px 58px 50px; }
  .baby-featured { margin-top: 34px; }
  .feature-grid { grid-template-columns: .9fr 1.1fr; gap: 72px; }
  .kit-previews { height: 370px; }
  .feature-copy h3 { font-size: 46px; max-width: 460px; }
  .link-section { max-width: 1120px; margin: 0 auto; padding-top: 110px; }
  .link-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .link-card, .link-card:link, .link-card:visited { min-height: 128px; }
  .note { max-width: 1000px; margin-left: auto; margin-right: auto; }
  footer { padding-top: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
