*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --orange:      #f06c00;
  --orange-tint: #FFF5EF;
  --teal:        #009E92;
  --teal-tint:   #E6F4F3;
  --purple:      #6B6FBF;
  --purple-tint: #F0F0FA;
  --ink:         #1A1A1A;
  --ink-soft:    #4A4A4A;
  --ink-muted:   #6B6B6B;
  --surface:     #FFFFFF;
  --border:      #E8E2DC;
  --radius:      12px;
  --gutter:      clamp(40px, 8vw, 120px);
  --section-v:   clamp(64px, 8vw, 96px);
  --max-w:       1280px;
}

body { font-family: 'Inter', sans-serif; color: var(--ink); background: var(--surface); line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: 'DM Serif Display', serif; line-height: 1.2; }

.sw { padding: var(--section-v) var(--gutter); }
.si { max-width: var(--max-w); margin: 0 auto; }
.label { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 16px; }
.h2 { font-family: 'DM Serif Display', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 16px; max-width: 65%; line-height: 1.25; }
.lead { font-size: 1.05rem; color: var(--ink-soft); max-width: 60ch; margin-bottom: 56px; line-height: 1.7; }
@media (max-width: 720px) { .h2 { max-width: 100%; } }

/* SKIP LINK */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; top: -100px; left: var(--gutter); background: var(--teal); color: #fff; padding: 10px 18px; border-radius: 8px; font-family: 'Inter', sans-serif; font-size: 0.9rem; font-weight: 600; text-decoration: none; z-index: 9999; }
.skip-link:focus { top: 12px; }

/* BREVO FORM */
.input--hidden, [name="email_address_check"] { display: none !important; }
.sib-form-container { width: 100%; max-width: 480px; }
#sib-container, #sib-container-2 { background: transparent !important; border: none !important; padding: 0 !important; max-width: 100% !important; }
.brevo-form { display: flex !important; gap: 8px !important; flex-wrap: nowrap !important; background: transparent !important; padding: 0 !important; }
.brevo-form .sib-input { padding: 0 !important; flex: 1 !important; min-width: 180px !important; }
.brevo-form .form__entry { margin: 0 !important; }
.brevo-form .entry__field { margin: 0 !important; }
.brevo-form .input { width: 100% !important; padding: 14px 18px !important; border: 2px solid var(--teal) !important; border-radius: 8px !important; background: #ffffff !important; font-family: 'Inter', sans-serif !important; font-size: 0.95rem !important; color: var(--ink) !important; outline: none !important; height: auto !important; box-shadow: none !important; }
.brevo-form .input:focus { border-color: #007A71 !important; box-shadow: 0 0 0 3px rgba(0,158,146,0.12) !important; }
.brevo-form .input::placeholder { color: var(--ink-muted) !important; }
.brevo-form .sib-form-block { padding: 0 !important; }
.brevo-btn { padding: 14px 28px !important; border: none !important; border-radius: 8px !important; background: var(--teal) !important; color: #fff !important; font-family: 'Inter', sans-serif !important; font-size: 0.95rem !important; font-weight: 600 !important; cursor: pointer !important; white-space: nowrap !important; width: auto !important; text-align: left !important; }
.brevo-btn:hover { background: #007A71 !important; }
.brevo-form .entry__error { display: none !important; }
.form-msg { font-size: 0.88rem; border-radius: 8px; padding: 10px 14px; margin-top: 12px; display: none; }
.form-msg.error { color: #661d1d; background: #ffeded; }
.form-msg.success { color: #085229; background: #e7faf0; }
@media (max-width: 560px) {
  .brevo-form { flex-wrap: wrap !important; }
  .brevo-form .sib-input, .brevo-btn { width: 100% !important; }
}

/* NAV */
nav { display: flex; align-items: center; justify-content: space-between; padding: 20px var(--gutter); position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); }
.logo { font-family: 'DM Serif Display', serif; font-size: 1.4rem; color: var(--ink); text-decoration: none; }
.nav-cta { background: var(--teal); color: #fff; border: none; padding: 10px 22px; border-radius: 8px; font-family: 'Inter', sans-serif; font-size: 0.9rem; font-weight: 600; cursor: pointer; transition: background 0.2s; text-decoration: none; }
.nav-cta:hover { background: #007A71; }

/* 1. HERO */
.hero { background: var(--surface); padding: clamp(40px, 5vw, 64px) var(--gutter); }
.hero-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 4vw, 64px); align-items: center; }
@media (max-width: 800px) { .hero-inner { grid-template-columns: 1fr; } .hero-right { order: -1; } }
.hero-left { display: flex; flex-direction: column; align-items: flex-start; }
.hero-eyebrow { display: inline-block; background: var(--teal-tint); color: var(--ink-soft); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 16px; border-radius: 100px; margin-bottom: 32px; border: 1px solid var(--teal); }
.hero h1 { font-family: 'DM Serif Display', serif; font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: 1.3; margin-bottom: 40px; color: var(--orange); }
.hero-sub { font-size: clamp(0.95rem, 1.2vw, 1.05rem); color: var(--ink-soft); line-height: 1.75; max-width: 48ch; margin-bottom: 0; }
.hero-tagline { font-family: 'DM Serif Display', serif; font-size: 1.05rem; color: var(--ink); margin-top: 16px; margin-bottom: 40px; }
.hero-right { width: 100%; aspect-ratio: 4/3; border-radius: 16px; overflow: hidden; background: #eee; }
@media (max-width: 800px) { .hero-right { aspect-ratio: 16/9; } }

/* 2. MEMORY VAULT */
.vault-wrap { background: var(--purple-tint); }
.vault-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
@media (max-width: 720px) { .vault-grid { grid-template-columns: 1fr; } .vault-placeholder { order: 2; } }
.vault-label { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 16px; }
.vault-h2 { font-family: 'DM Serif Display', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--ink); margin-bottom: 24px; line-height: 1.25; }
.vault-wrap p { color: var(--ink-soft); font-size: 1rem; margin-bottom: 16px; line-height: 1.7; }
.vault-placeholder { width: 100%; aspect-ratio: 4/3; border-radius: 16px; overflow: hidden; border: 1.5px solid rgba(107,111,191,0.2); background: rgba(255,255,255,0.5); }

/* 3. HOW IT WORKS */
.hiw-wrap { background: var(--surface); }
.hiw-wrap .h2 { color: var(--orange); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 860px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .steps { grid-template-columns: 1fr; } }
.step { padding: 28px 28px 88px; background: #fff; border-radius: var(--radius); box-shadow: 0 4px 24px rgba(0,0,0,0.06); display: flex; flex-direction: column; position: relative; }
.step-num { font-family: 'DM Serif Display', serif; font-size: 4rem; color: var(--orange); opacity: 0.2; line-height: 1; margin-bottom: 12px; }
.step h3 { font-family: 'DM Serif Display', serif; font-size: 1.4rem; font-weight: 400; margin-bottom: 12px; color: var(--ink); line-height: 1.25; }
.step p { font-size: 0.88rem; color: var(--ink-soft); line-height: 1.6; }
.step-icon { position: absolute; bottom: 28px; right: 28px; color: var(--teal); }

/* 4. LANDMARK MOMENTS */
.moments-wrap { background: var(--teal-tint); }
.moments-wrap .h2 { color: var(--ink); }
.moments-row { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 48px; }
.moment-item { flex: 1 1 140px; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 16px 24px; }
@media (min-width: 701px) { .moment-item { border-right: 1px solid rgba(0,158,146,0.25); } .moment-item:last-child { border-right: none; } }
@media (max-width: 700px) { .moment-item { flex-basis: 50%; } }
.moment-icon { color: var(--purple); margin-bottom: 14px; height: 52px; display: flex; align-items: center; justify-content: center; }
.moment-item h3 { font-family: 'Inter', sans-serif; font-size: 0.88rem; font-weight: 600; color: var(--ink); }

/* 5. FEATURES */
.features-wrap { background: var(--surface); }
.features-wrap .h2 { color: var(--orange); }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
@media (max-width: 860px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .features-grid { grid-template-columns: 1fr; } }
.feature-item { padding: 32px; background: #fff; border-radius: var(--radius); box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
.feature-icon { color: var(--orange); margin-bottom: 20px; display: block; }
.feature-item h3 { font-family: 'DM Serif Display', serif; font-size: 1.3rem; font-weight: 400; margin-bottom: 12px; color: var(--ink); line-height: 1.25; }
.feature-item p { font-size: 0.88rem; color: var(--ink-soft); line-height: 1.6; }

/* 6. QUOTE */
.quote-wrap { background: var(--purple-tint); text-align: center; }
.quote-inner { max-width: 70%; margin: 0 auto; }
@media (max-width: 720px) { .quote-inner { max-width: 100%; } }
.quote-wrap blockquote { font-family: 'DM Serif Display', serif; font-size: clamp(1.6rem, 3vw, 2.4rem); color: var(--purple); line-height: 1.4; }

/* 7. SUPPORT */
.support-wrap { background: var(--surface); }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
@media (max-width: 720px) { .support-grid { grid-template-columns: 1fr; } }
.support-label { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 16px; }
.support-h2 { font-family: 'DM Serif Display', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--orange); margin-bottom: 24px; line-height: 1.25; }
.support-wrap p { color: var(--ink-soft); font-size: 1rem; margin-bottom: 32px; line-height: 1.7; }
.support-placeholder { width: 100%; aspect-ratio: 4/3; border-radius: 16px; overflow: hidden; border: 1.5px solid var(--border); }

/* 8. BOTTOM CTA */
.cta-wrap { background: var(--teal-tint); text-align: center; }
.cta-label { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 16px; }
.cta-h2 { font-family: 'DM Serif Display', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--ink); margin: 0 auto 16px; }
.cta-wrap > .si > p { color: var(--ink-soft); max-width: 48ch; margin: 0 auto 40px; font-size: 1rem; line-height: 1.7; }

/* FOOTER */
footer { background: #3A3A3A; color: rgba(255,255,255,0.6); text-align: center; padding: 32px var(--gutter); font-size: 0.82rem; }
footer strong { color: #fff; }
