:root {
  --cream: #f6efe5;
  --paper: #fffaf3;
  --ink: #171411;
  --muted: #655f58;
  --pink: #e782a2;
  --pink-soft: #f7c3d2;
  --green: #477b65;
  --green-dark: #315b49;
  --blue: #b8cceb;
  --yellow: #efcb63;
  --line: rgba(23, 20, 17, .14);
  --shadow: 0 28px 80px rgba(59, 42, 28, .13);
  --radius: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.site-header { width: min(1080px, calc(100% - 40px)); min-height: 70px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); text-decoration: none; font: 800 20px Manrope, sans-serif; letter-spacing: -.05em; }
.brand-mark { width: 34px; height: 34px; display: block; overflow: hidden; border-radius: 10px; transform: rotate(-5deg); box-shadow: 0 4px 10px rgba(49, 91, 73, .15); }
.brand-mark img { width: 100%; height: 100%; display: block; object-fit: cover; }
.header-cta { padding: 9px 16px; border: 1.5px solid var(--ink); border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 700; }

.hero { width: min(1080px, calc(100% - 40px)); min-height: calc(100vh - 70px); margin: 0 auto; padding: 34px 0 64px; display: grid; grid-template-columns: minmax(0, .98fr) minmax(400px, 1.02fr); gap: clamp(34px, 5vw, 70px); align-items: center; }
.eyebrow { margin: 0 0 20px; color: var(--green-dark); font: 800 12px Manrope, sans-serif; letter-spacing: .2em; }
h1, h2, h3 { font-family: Manrope, sans-serif; letter-spacing: -.065em; }
h1 { max-width: 590px; margin: 0; font-size: clamp(48px, 5.15vw, 74px); line-height: .96; }
h1 em { color: var(--pink); font-style: normal; }
.hero-lead { max-width: 500px; margin: 23px 0 0; color: #332e29; font-size: clamp(18px, 1.55vw, 22px); line-height: 1.35; }
.hero-actions { margin-top: 27px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.button { min-height: 48px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--green); box-shadow: 0 12px 28px rgba(71, 123, 101, .2); }
.button-primary:hover { background: var(--green-dark); }
.text-link { font-weight: 700; text-underline-offset: 5px; }
.trust-note { max-width: 500px; margin-top: 30px; padding-top: 17px; border-top: 1px solid rgba(231, 130, 162, .65); display: flex; gap: 14px; align-items: flex-start; }
.trust-note span { color: var(--pink); font-size: 20px; line-height: 1; }
.trust-note p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.hero-visual { min-height: 540px; position: relative; display: grid; place-items: center; }
.shape { position: absolute; }
.shape-pink { width: 300px; height: 300px; right: 4%; top: 6%; border-radius: 49% 51% 63% 37% / 41% 38% 62% 59%; background: var(--pink-soft); transform: rotate(17deg); }
.shape-blue { width: 245px; height: 195px; left: 1%; bottom: 5%; border-radius: 57% 43% 44% 56% / 39% 59% 41% 61%; background: var(--blue); transform: rotate(-19deg); }
.phone { z-index: 2; width: min(310px, 78vw); min-height: 500px; padding: 11px; border: 4px solid var(--ink); border-radius: 40px; background: #f2ece3; box-shadow: var(--shadow); transform: rotate(2deg); }
.phone-header { height: 58px; padding: 7px 9px; border-radius: 33px 33px 15px 15px; display: flex; align-items: center; gap: 11px; background: var(--paper); }
.avatar { width: 38px; height: 38px; display: block; overflow: hidden; border-radius: 50%; }
.avatar img { width: 100%; height: 100%; display: block; object-fit: cover; }
.phone-header strong, .phone-header small { display: block; }
.phone-header small { margin-top: 2px; color: var(--green); font-size: 11px; }
.phone-dots { margin-left: auto; letter-spacing: 2px; }
.chat { min-height: 360px; padding: 17px 8px; display: flex; flex-direction: column; justify-content: flex-end; gap: 12px; }
.message { max-width: 84%; margin: 0; padding: 11px 13px; border-radius: 15px; font-size: 12px; line-height: 1.4; box-shadow: 0 4px 12px rgba(0,0,0,.04); }
.sent { align-self: flex-end; background: #d8e5c8; border-bottom-right-radius: 4px; }
.received { align-self: flex-start; background: var(--paper); border-bottom-left-radius: 4px; }
.composer { min-height: 43px; padding: 0 7px 0 14px; border-radius: 999px; display: flex; align-items: center; color: #918a82; background: white; }
.composer b { width: 31px; height: 31px; margin-left: auto; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); }
.floating-card { z-index: 3; position: absolute; width: 155px; padding: 13px 15px; border: 3px solid var(--ink); border-radius: 18px; box-shadow: 6px 7px 0 var(--ink); }
.floating-card span, .floating-card b { display: block; }
.floating-card span { margin-bottom: 4px; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.floating-card b { font: 700 15px/1.1 Manrope, sans-serif; }
.floating-one { top: 17%; left: -1%; background: var(--yellow); transform: rotate(-7deg); }
.floating-two { right: -2%; bottom: 12%; background: var(--pink-soft); transform: rotate(6deg); }

.load-strip { min-height: 72px; padding: 16px 4vw; display: flex; align-items: center; justify-content: space-around; gap: 30px; overflow: hidden; color: var(--cream); background: var(--ink); font: 700 14px Manrope, sans-serif; white-space: nowrap; }
.load-strip span::before { content: "✦"; margin-right: 30px; color: var(--pink); }
.section { width: min(1080px, calc(100% - 40px)); margin: 0 auto; padding: 88px 0; }
.section-intro { max-width: 950px; }
h2 { margin: 0; font-size: clamp(39px, 4.7vw, 62px); line-height: .98; }
.steps { margin-top: 47px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.steps article { min-height: 315px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; }
.steps article:nth-child(1) { background: var(--pink-soft); }
.steps article:nth-child(2) { color: white; background: var(--green); }
.steps article:nth-child(2) p { color: #edf5ef; }
.steps article:nth-child(3) { background: var(--yellow); }
.step-number { font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.steps h3 { margin: 72px 0 12px; font-size: 26px; line-height: 1; }
.steps p { margin: 0; color: #423c36; font-size: 15px; line-height: 1.55; }
.steps small { margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(23, 20, 17, .18); color: #423c36; font-size: 12px; font-weight: 700; line-height: 1.45; }

.memory { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(45px, 6vw, 80px); align-items: center; }
.memory-board { min-height: 450px; position: relative; overflow: hidden; border-radius: 34px; background: radial-gradient(circle at 70% 45%, #f7c3d2 0 24%, transparent 25%), #e8dfd2; box-shadow: var(--shadow); }
.memory-woman { position: absolute; z-index: 1; width: auto; max-width: none; height: 96%; left: 50%; bottom: 0; display: block; transform: translateX(-50%); }



.memory-center { position: absolute; z-index: 3; left: 6%; bottom: 7%; display: flex; align-items: center; gap: 10px; padding: 9px 14px 9px 9px; border-radius: 16px; background: rgba(255, 250, 243, .9); backdrop-filter: blur(8px); }
.memory-center span { width: 42px; height: 42px; display: block; overflow: hidden; border-radius: 11px; transform: rotate(-5deg); }
.memory-center span img { width: 100%; height: 100%; display: block; object-fit: cover; }
.memory-center b { font-family: Manrope, sans-serif; font-size: 14px; }
.memory-label { position: absolute; z-index: 3; padding: 11px 14px; border: 2px solid var(--ink); border-radius: 999px; font-size: 12px; font-weight: 700; box-shadow: 4px 5px 0 var(--ink); }
.label-one { left: 7%; top: 14%; background: var(--blue); transform: rotate(-6deg); }
.label-two { right: 5%; top: 22%; background: var(--yellow); transform: rotate(7deg); }
.label-three { left: 5%; bottom: 24%; background: var(--paper); transform: rotate(4deg); }
.label-four { right: 7%; bottom: 11%; background: var(--pink-soft); transform: rotate(-5deg); }
.label-five { right: 12%; top: 52%; color: white; background: var(--green); transform: rotate(3deg); }
.memory-copy > p:not(.eyebrow):not(.privacy-line) { margin: 24px 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.privacy-line { font-weight: 700; }
.privacy-line span { color: var(--green); margin-right: 8px; }

.early-access { width: 100%; padding-left: max(20px, calc((100vw - 1080px) / 2)); padding-right: max(20px, calc((100vw - 1080px) / 2)); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 6vw, 80px); color: white; background: var(--green-dark); }
.access-copy > p:not(.eyebrow) { max-width: 520px; color: #dce8e0; font-size: 17px; line-height: 1.55; }
.early-access .eyebrow { color: var(--pink-soft); }
.access-promise { max-width: 500px; margin-top: 44px; display: grid; grid-template-columns: 35px 1fr; gap: 17px 12px; align-items: start; }
.access-promise span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: var(--pink-soft); font-size: 11px; font-weight: 800; }
.access-promise p { margin: 4px 0 0; }
.instagram-link { width: fit-content; margin-top: 32px; padding-bottom: 4px; display: inline-flex; gap: 8px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.45); color: white; font-size: 14px; font-weight: 800; text-decoration: none; }
.instagram-link:hover { color: var(--pink-soft); border-color: var(--pink-soft); }
.lead-form { padding: clamp(25px, 4vw, 38px); border-radius: 28px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.lead-form > label:not(.consent) { margin-bottom: 18px; display: block; font-size: 13px; font-weight: 800; }
.lead-form input[type="text"], .lead-form input[type="email"], .lead-form input[type="tel"], .lead-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1.5px solid rgba(23,20,17,.2); border-radius: 13px; color: var(--ink); background: white; outline: none; }
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(71,123,101,.13); }
.lead-form textarea { resize: vertical; }
.optional { margin-left: 6px; color: var(--muted); font-size: 11px; font-weight: 600; }
.field-help { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; font-weight: 500; line-height: 1.4; }
.consent { display: grid; grid-template-columns: 21px 1fr; gap: 10px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.consent input { width: 18px; height: 18px; accent-color: var(--green); }
.form-button { width: 100%; margin-top: 24px; }
.form-button:disabled { cursor: wait; opacity: .72; transform: none; }
.form-status { min-height: 20px; margin: 12px 0 0; color: #a33c50; text-align: center; font-size: 12px; font-weight: 700; line-height: 1.4; }
.form-status:empty { display: none; }
.form-note { margin: 14px 0 0; color: var(--muted); text-align: center; font-size: 12px; }
.honey { position: absolute; left: -9999px; }
.lead-success { min-height: 100%; padding: clamp(34px, 6vw, 56px); border-radius: 28px; align-self: stretch; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.lead-success:not([hidden]) { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.success-mark { width: 72px; height: 72px; margin-bottom: 34px; display: block; overflow: hidden; border-radius: 20px; transform: rotate(-5deg); box-shadow: 0 10px 25px rgba(49,91,73,.18); }
.success-mark img { width: 100%; height: 100%; display: block; object-fit: cover; }
.lead-success .eyebrow { margin-bottom: 14px; color: var(--green); }
.lead-success h3 { max-width: 540px; margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(32px, 4vw, 48px); line-height: 1.04; letter-spacing: -.035em; }
.lead-success > p:not(.eyebrow) { max-width: 520px; margin: 24px 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.lead-success > a { padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--green-dark); font-size: 14px; font-weight: 800; text-decoration: none; }
.lead-success > a:hover { color: var(--pink); }

footer { padding: 45px max(20px, calc((100vw - 1080px) / 2)); display: grid; grid-template-columns: auto 1fr auto auto; gap: 28px; align-items: center; }
footer p { margin: 0; color: var(--muted); }
footer nav { display: flex; gap: 17px; }
footer nav a { color: var(--muted); font-size: 14px; }
footer small { color: var(--muted); }

@media (max-width: 980px) {
  .hero, .memory, .early-access { grid-template-columns: 1fr; }
  .hero { padding-top: 38px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 550px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: auto; }
  .steps h3 { margin-top: 55px; }
  .early-access { padding-top: 78px; padding-bottom: 78px; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .site-header, .hero, .section { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 64px; }
  .header-cta { padding: 9px 13px; font-size: 12px; }
  .hero { min-height: auto; padding: 38px 0 58px; }
  h1 { font-size: clamp(43px, 12.5vw, 56px); }
  h2 { font-size: clamp(36px, 10.5vw, 48px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .text-link { text-align: center; }
  .hero-visual { min-height: 480px; margin-top: 6px; overflow: hidden; }
  .phone { width: 278px; min-height: 450px; }
  .chat { min-height: 315px; }
  .floating-card { width: 135px; padding: 11px; }
  .floating-one { left: -13px; top: 10%; }
  .floating-two { right: -13px; bottom: 7%; }
  .load-strip { justify-content: flex-start; }
  .section { padding: 68px 0; }
  .memory-board { min-height: 410px; }
  .memory-woman { width: auto; height: 94%; left: 50%; right: auto; bottom: 0; transform: translateX(-50%); }
  .memory-label { font-size: 11px; }
  .label-two { top: 17%; }
  .label-five { right: 4%; }
  .early-access { width: 100%; padding-left: 14px; padding-right: 14px; }
  .lead-form, .lead-success { padding: 25px 19px; border-radius: 25px; }
  footer { padding-top: 45px; padding-bottom: 45px; grid-template-columns: 1fr; text-align: center; }
  footer .brand, footer nav { justify-content: center; }
}

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