:root {
  --cream: #fff8f1;
  --paper: #fffdfb;
  --cocoa: #3f2c28;
  --muted: #745f59;
  --rose: #c33d55;
  --rose-dark: #a52e45;
  --blush: #f8e3e5;
  --sage: #dfeee0;
  --sage-dark: #3d7653;
  --peach: #ffd4ad;
  --line: rgba(79, 54, 49, .15);
  --shadow: 0 22px 70px rgba(103, 57, 51, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cocoa);
  background:
    radial-gradient(circle at 8% 2%, rgba(255, 202, 187, .55), transparent 28rem),
    radial-gradient(circle at 93% 18%, rgba(211, 233, 214, .75), transparent 26rem),
    var(--cream);
  font-family: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
}
.wordmark { font-size: 1.08rem; font-weight: 900; letter-spacing: .02em; text-decoration: none; }
.topbar nav { display: flex; flex-wrap: wrap; gap: 18px; }
.topbar nav a { color: var(--muted); font-weight: 800; text-decoration: none; }
.topbar nav a:hover, .topbar nav a:focus-visible { color: var(--rose); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  align-items: center;
  gap: clamp(32px, 7vw, 90px);
  min-height: 650px;
  padding: 70px 0 90px;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 20px; font-size: clamp(3rem, 7vw, 5.7rem); line-height: .96; letter-spacing: -.055em; }
h2 { margin-bottom: 15px; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.02; letter-spacing: -.035em; }
h3 { margin-bottom: 8px; font-size: 1.22rem; line-height: 1.15; }
.lead { max-width: 680px; margin-bottom: 26px; color: var(--muted); font-size: clamp(1.12rem, 2vw, 1.35rem); font-weight: 650; }

.badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 30px; }
.badges span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.7); font-size: .9rem; font-weight: 850; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 18px; font-weight: 900; text-decoration: none; }
.button.primary { color: white; background: var(--rose); box-shadow: 0 14px 30px rgba(195, 61, 85, .22); }
.button.primary:hover, .button.primary:focus-visible { background: var(--rose-dark); }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.85); }

.hero-art { position: relative; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; inset: 10% -8% -5%; z-index: -1; border-radius: 42% 58% 58% 42%; background: linear-gradient(145deg, var(--peach), var(--blush) 50%, var(--sage)); transform: rotate(-5deg); }
.hero-art img { width: min(100%, 470px); margin: auto; border: 12px solid white; border-radius: 26%; box-shadow: var(--shadow); }
.photo-tag { position: absolute; right: -8px; bottom: 8%; padding: 13px 17px; border: 4px solid white; border-radius: 18px; color: white; background: var(--sage-dark); font-weight: 950; box-shadow: 0 15px 35px rgba(52, 95, 68, .2); transform: rotate(3deg); }

.section { padding: 88px 0; }
.section-heading { max-width: 740px; margin-bottom: 34px; }
.section-heading p:last-child { color: var(--muted); font-size: 1.12rem; }
.feature-grid, .policy-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { padding: 26px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.82); box-shadow: 0 14px 40px rgba(82, 47, 42, .07); }
.card .icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 16px; border-radius: 15px; background: var(--blush); font-size: 1.4rem; }
.card p { margin: 0; color: var(--muted); font-weight: 600; }

.story { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; align-items: stretch; }
.story-card { padding: clamp(28px, 5vw, 54px); border-radius: 34px; }
.story-card.photo { min-height: 430px; background: linear-gradient(145deg, #efb2bd, #ffd3b0 48%, #d6e9d8); }
.story-card.copy { display: flex; flex-direction: column; justify-content: center; background: var(--cocoa); color: white; }
.story-card.copy p { color: #f4e8e2; font-size: 1.12rem; }
.story-dots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; height: 100%; align-content: center; }
.story-dots span { aspect-ratio: 4 / 5; border: 5px solid rgba(255,255,255,.9); border-radius: 22px; background: linear-gradient(155deg, rgba(255,255,255,.55), rgba(255,255,255,.12)); box-shadow: 0 16px 30px rgba(89,54,55,.13); }
.story-dots span:nth-child(2) { transform: translateY(-28px) rotate(3deg); }
.story-dots span:nth-child(1) { transform: rotate(-4deg); }
.story-dots span:nth-child(3) { transform: translateY(24px) rotate(4deg); }

.pricing { padding: clamp(32px, 6vw, 64px); border-radius: 36px; background: linear-gradient(135deg, var(--paper), var(--blush) 62%, var(--sage)); box-shadow: var(--shadow); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.price { position: relative; padding: 24px; border: 2px solid transparent; border-radius: 23px; background: rgba(255,255,255,.8); }
.price.best { border-color: var(--rose); background: white; }
.price strong { display: block; margin: 7px 0 3px; font-size: 2rem; }
.price small { color: var(--muted); font-weight: 700; }
.best-label { display: inline-block; padding: 5px 9px; border-radius: 999px; color: white; background: var(--sage-dark); font-size: .72rem; font-weight: 950; letter-spacing: .08em; }
.fine { margin: 18px 0 0; color: var(--muted); font-size: .88rem; }

.support { display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; }
.support a { color: var(--rose-dark); font-weight: 900; }
.footer { padding: 34px 0 48px; border-top: 1px solid var(--line); color: var(--muted); font-size: .92rem; }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; }
.footer a { font-weight: 800; }

.legal-hero { max-width: 760px; padding: 70px 0 36px; }
.policy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-bottom: 70px; }
.policy-grid .card strong { display: block; margin-bottom: 8px; font-size: 1.08rem; }
.policy-grid .card span { display: block; margin-bottom: 6px; color: var(--rose); font-size: .78rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 46px 0 70px; text-align: center; }
  .hero-copy { display: grid; justify-items: center; }
  .badges, .actions { justify-content: center; }
  .hero-art { width: min(82%, 420px); margin: auto; }
  .feature-grid, .price-grid { grid-template-columns: 1fr; }
  .story, .support { grid-template-columns: 1fr; }
  .story-card.photo { min-height: 310px; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1120px); }
  .topbar { align-items: flex-start; }
  .topbar nav { justify-content: flex-end; gap: 10px 14px; font-size: .9rem; }
  h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
  .hero { gap: 48px; padding-top: 34px; }
  .hero-art { width: min(88%, 380px); }
  .photo-tag { right: -5%; font-size: .87rem; }
  .section { padding: 64px 0; }
  .card { padding: 22px; }
  .policy-grid { grid-template-columns: 1fr; }
}
