:root {
  --cream: #f4efe4;
  --cream-2: #fbf8f2;
  --white: #fffdf9;
  --charcoal: #2d2b2b;
  --muted: #6e6965;
  --rose: #c98983;
  --rose-dark: #ae6f69;
  --rose-soft: #e4c1bd;
  --line: rgba(45, 43, 43, .14);
  --shadow: 0 18px 50px rgba(45, 43, 43, .07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  color: var(--charcoal);
  background: var(--cream-2);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
p { margin-top: 0; }

.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--charcoal);
  color: white;
  border-radius: 999px;
}
.skip-link:focus { top: 16px; }

a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--rose-dark);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 5vw;
  background: rgba(251, 248, 242, .93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid var(--rose);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: 'Playfair Display', serif;
}
.brand-mark .c { position: absolute; left: 9px; top: 4px; font-size: 25px; }
.brand-mark .g { position: absolute; right: 7px; bottom: 2px; font-size: 24px; color: var(--rose); }
.brand-text { font-family: 'Playfair Display', serif; font-size: 20px; }
.brand-text span, .footer-brand span { color: var(--rose); }

nav { display: flex; align-items: center; gap: 26px; font-size: 14px; }
nav a { opacity: .74; transition: opacity .2s ease; }
nav a:hover { opacity: 1; }
.nav-cta { padding: 10px 16px; border: 1px solid var(--charcoal); border-radius: 999px; opacity: 1; }

.hero {
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 7vw;
  align-items: center;
  padding: 8vw 7vw;
  background:
    radial-gradient(circle at 86% 12%, rgba(201, 137, 131, .14), transparent 28%),
    var(--cream);
}

.eyebrow, .small-label {
  font-size: 12px;
  letter-spacing: .18em;
  font-weight: 700;
  color: var(--rose-dark);
}

h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  line-height: 1.08;
  margin-top: 0;
}

h1 { font-size: clamp(54px, 7vw, 98px); margin-bottom: 26px; max-width: 980px; letter-spacing: -.025em; }
h1 em { display: block; font-style: italic; color: var(--rose-dark); }
.hero-sub { font-size: clamp(18px, 1.5vw, 21px); max-width: 720px; color: var(--muted); margin-bottom: 32px; }
.hero-actions, .contact-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.primary { background: var(--charcoal); color: white; }
.primary:hover { background: #171616; }
.secondary { border: 1px solid var(--charcoal); background: transparent; }
.secondary:hover { background: rgba(45,43,43,.04); }
.micro-proof { margin: 18px 0 0; color: var(--muted); font-size: 13px; }

.hero-card {
  background: rgba(255, 253, 249, .74);
  border: 1px solid var(--line);
  padding: 34px;
  box-shadow: var(--shadow);
}
.metric-list > div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.metric-list > div:last-child { border-bottom: 0; }
.metric-list span { font-size: 12px; color: var(--rose-dark); display: block; margin-bottom: 4px; }
.metric-list strong { font-family: 'Playfair Display', serif; font-size: 25px; font-weight: 500; }
.metric-list p { margin: 3px 0 0; color: var(--muted); font-size: 14px; }

.statement, .quote-band {
  padding: 9vw 8vw;
  text-align: center;
  background: var(--charcoal);
  color: white;
}
.statement p, .quote-band > p:first-child { color: #e5d8d5; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; }
.statement h2, .quote-band h2 { font-size: clamp(38px, 5vw, 70px); max-width: 1050px; margin: 0 auto; letter-spacing: -.015em; }
.quote-band { background: var(--rose-dark); }
.quote-band > p:first-child { color: #f7ecea; }
.quote-sub { max-width: 670px; margin: 24px auto 0; font-size: 17px; color: #fff8f5; }

.section { padding: 8.5vw 7vw; }
.section-heading { max-width: 800px; }
.section-heading h2 { font-size: clamp(40px, 5vw, 66px); margin-bottom: 18px; letter-spacing: -.02em; }
.section-heading > p:not(.eyebrow) { font-size: 18px; color: var(--muted); }

.offers { background: var(--cream-2); }
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 52px; }
.offer-card {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 48px);
  min-height: 590px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(45, 43, 43, .045);
}
.offer-topline { display: flex; justify-content: space-between; gap: 20px; font-size: 11px; letter-spacing: .14em; color: var(--rose-dark); font-weight: 700; }
.offer-card h3 { font-size: clamp(35px, 4vw, 52px); margin: 58px 0 16px; }
.offer-intro { font-size: 17px; color: var(--muted); }
.offer-card ul { margin: 22px 0 26px; padding-left: 19px; color: var(--muted); }
.offer-card li { margin: 8px 0; padding-left: 4px; }
.deliverable { padding-top: 20px; margin-top: auto; border-top: 1px solid var(--line); }
.text-link { display: inline-flex; gap: 9px; align-items: center; margin-top: 18px; font-size: 14px; font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.leak-section { background: var(--cream-2); }
.leak-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 52px; }
.leak-card { background: white; border: 1px solid var(--line); padding: 28px; min-height: 260px; }
.leak-card span { font-size: 11px; color: var(--rose-dark); letter-spacing: .12em; }
.leak-card h3 { font-size: 27px; margin: 48px 0 12px; }
.leak-card p { color: var(--muted); font-size: 14px; margin-bottom: 0; }

.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 8vw; background: var(--cream); }
.steps { border-top: 1px solid var(--line); align-self: start; }
.step { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.step > span { font-size: 12px; color: var(--rose-dark); }
.step h3 { font-size: 27px; margin-bottom: 6px; }
.step p { margin: 0; color: var(--muted); }

.about { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; align-items: center; }
.about-monogram { width: min(360px, 70vw); aspect-ratio: 1; border: 1px solid var(--rose); border-radius: 50%; position: relative; font-family: 'Playfair Display', serif; }
.about-monogram .c { position: absolute; font-size: 180px; left: 62px; top: 34px; }
.about-monogram .g { position: absolute; font-size: 165px; color: var(--rose); right: 54px; bottom: 24px; }
.signature { font-family: 'Playfair Display', serif !important; font-size: 34px !important; color: var(--rose-dark) !important; font-style: italic; margin-bottom: 0; }

.faq { background: var(--white); }
.faq-list { max-width: 900px; margin-top: 48px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 0; }
.faq summary {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  cursor: pointer;
  list-style: none;
  padding: 24px 0;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-family: 'DM Sans', sans-serif; color: var(--rose-dark); font-size: 26px; font-weight: 400; }
.faq details[open] summary::after { content: '−'; }
.faq details p { max-width: 760px; margin: -4px 0 24px; color: var(--muted); }

.contact { padding: 10vw 7vw; background: var(--cream); text-align: center; }
.contact h2 { font-size: clamp(44px, 6vw, 78px); max-width: 980px; margin: 0 auto 20px; letter-spacing: -.02em; }
.contact > p:not(.eyebrow):not(.contact-note) { max-width: 720px; margin: 0 auto 30px; color: var(--muted); font-size: 18px; }
.contact-actions { justify-content: center; }
.contact-note { font-size: 13px; color: var(--muted); margin-top: 22px; }

footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 30px 5vw; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.footer-brand { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--charcoal); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay { transition-delay: .12s; }

@media (max-width: 980px) {
  nav a:not(.nav-cta) { display: none; }
  .hero, .split, .about { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 13vw; }
  .hero-card { max-width: 720px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: auto; }
  .leak-grid { grid-template-columns: 1fr 1fr; }
  .about-monogram { margin: auto; }
  .section { padding: 13vw 7vw; }
  .statement, .quote-band, .contact { padding: 14vw 7vw; }
  footer { flex-direction: column; text-align: center; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 76px; }
  .site-header { padding: 13px 5vw; }
  .brand-text { font-size: 17px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-mark .c { font-size: 22px; left: 8px; top: 4px; }
  .brand-mark .g { font-size: 21px; right: 6px; bottom: 2px; }
  .nav-cta { padding: 9px 13px; }
  .hero { padding: 15vw 6vw 14vw; gap: 12vw; }
  h1 { font-size: clamp(47px, 14vw, 64px); }
  h1 em { display: inline; }
  .hero-card { padding: 24px; }
  .button { width: 100%; }
  .section { padding: 16vw 6vw; }
  .statement, .quote-band, .contact { padding: 18vw 6vw; }
  .offer-grid, .leak-grid { grid-template-columns: 1fr; }
  .offer-card { padding: 26px; }
  .offer-card h3 { margin-top: 42px; }
  .leak-card { min-height: 220px; }
  .leak-card h3 { margin-top: 38px; }
  .about-monogram { width: 250px; }
  .about-monogram .c { font-size: 125px; left: 41px; top: 25px; }
  .about-monogram .g { font-size: 115px; right: 37px; bottom: 20px; }
  .faq summary { font-size: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Acquisition funnel */
button { font: inherit; }
.nav-cta, .button-link {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: inherit;
}
.nav-cta { background: transparent; }
.button-link { border: 0; background: transparent; padding: 0; }

.check-intro {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 7vw;
  align-items: center;
  background: var(--white);
}
.check-intro-copy h2 { font-size: clamp(44px, 5vw, 70px); margin-bottom: 18px; letter-spacing: -.02em; }
.check-intro-copy > p:not(.eyebrow) { max-width: 720px; font-size: 18px; color: var(--muted); }
.check-points { display: flex; gap: 8px; flex-wrap: wrap; margin: 26px 0; }
.check-points span { border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; font-size: 12px; color: var(--muted); background: var(--cream-2); }
.check-preview { padding: clamp(28px, 4vw, 48px); background: var(--cream); border: 1px solid var(--line); box-shadow: var(--shadow); }
.check-preview h3 { font-size: clamp(34px, 4vw, 52px); margin: 36px 0 26px; }
.preview-options { display: grid; gap: 9px; }
.preview-options span { display: block; border: 1px solid var(--line); background: var(--white); padding: 13px 15px; border-radius: 12px; font-size: 14px; }
.preview-note { margin: 18px 0 0; color: var(--muted); font-size: 13px; }

.check-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  background: rgba(25, 23, 22, .62);
  backdrop-filter: blur(8px);
  padding: 18px;
}
.check-modal.open { display: grid; place-items: center; }
body.check-open { overflow: hidden; }
.check-shell {
  width: min(980px, 100%);
  height: min(760px, calc(100svh - 36px));
  display: grid;
  grid-template-rows: auto 4px 1fr auto;
  background: var(--cream-2);
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 28px 90px rgba(0,0,0,.18);
  overflow: hidden;
}
.check-header { display: flex; align-items: center; justify-content: space-between; padding: 16px 22px; border-bottom: 1px solid var(--line); }
.check-brand { transform: scale(.92); transform-origin: left center; }
.check-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; color: var(--charcoal); font-size: 28px; line-height: 1; }
.check-progress-wrap { background: rgba(45,43,43,.07); }
.check-progress { height: 100%; width: 0; background: var(--rose); transition: width .3s ease; }
.check-body { overflow-y: auto; padding: clamp(34px, 6vw, 74px); display: grid; align-items: center; }
.check-stage { display: none; max-width: 760px; width: 100%; margin: auto; }
.check-stage.active { display: block; animation: stageIn .28s ease; }
@keyframes stageIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.check-stage h2, .question-card h2 { font-size: clamp(40px, 5.2vw, 66px); margin-bottom: 18px; letter-spacing: -.02em; }
.check-lead { font-size: 18px; color: var(--muted); max-width: 690px; }
.check-trust-list { margin: 24px 0 30px; padding-left: 19px; color: var(--muted); }
.check-trust-list li { margin: 8px 0; }
.check-footer { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 10px 22px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.check-back { border: 0; background: transparent; cursor: pointer; font-weight: 700; color: var(--charcoal); padding: 7px 0; }

.question-card { max-width: 760px; margin: auto; }
.question-kicker { margin-bottom: 10px; font-size: 11px; letter-spacing: .15em; color: var(--rose-dark); font-weight: 700; text-transform: uppercase; }
.question-help { margin: -4px 0 24px; color: var(--muted); font-size: 15px; }
.question-input, .question-textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid var(--charcoal);
  background: transparent;
  color: var(--charcoal);
  font: inherit;
  font-size: clamp(20px, 3vw, 30px);
  padding: 14px 2px;
  outline: none;
}
.question-textarea { min-height: 120px; resize: vertical; font-size: 20px; line-height: 1.45; }
.question-input:focus, .question-textarea:focus { border-bottom-color: var(--rose-dark); }
.question-actions { display: flex; gap: 10px; align-items: center; margin-top: 24px; }
.question-actions .button { min-width: 130px; }
.enter-note { color: var(--muted); font-size: 12px; }
.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }
.option-button {
  min-height: 62px;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  color: var(--charcoal);
  padding: 15px 17px;
  cursor: pointer;
  transition: border-color .18s ease, transform .18s ease, background .18s ease;
}
.option-button:hover { transform: translateY(-1px); border-color: var(--rose); }
.option-button.selected { border-color: var(--rose-dark); background: rgba(201,137,131,.10); }

.consent-box { margin: 28px 0; padding: 18px; border: 1px solid var(--line); background: var(--white); }
.consent-row { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; }
.consent-row input { margin-top: 5px; accent-color: var(--rose-dark); }
.consent-row span { color: var(--muted); font-size: 14px; }
.consent-row a { text-decoration: underline; color: var(--charcoal); }
.submit-status { min-height: 22px; margin-top: 12px; color: var(--muted); font-size: 13px; }
.submit-status.error { color: #8b3e36; }

.snapshot-top { margin-bottom: 28px; }
.snapshot-top h2 { max-width: 760px; }
.snapshot-disclaimer { color: var(--muted); max-width: 720px; }
.snapshot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 28px 0 34px; }
.snapshot-card { border: 1px solid var(--line); padding: 18px; background: var(--white); min-height: 150px; }
.snapshot-card span { font-size: 10px; letter-spacing: .13em; color: var(--rose-dark); font-weight: 700; }
.snapshot-card h3 { font-size: 22px; margin: 34px 0 0; }
.price-reveal { border-top: 1px solid var(--line); padding-top: 30px; }
.price-reveal .small-label { margin-bottom: 8px; }
.price-row { display: flex; align-items: end; gap: 14px; flex-wrap: wrap; margin: 12px 0 8px; }
.price-current { font-family: 'Playfair Display', serif; font-size: clamp(50px, 7vw, 78px); line-height: 1; }
.price-standard { color: var(--muted); font-size: 14px; padding-bottom: 8px; }
.price-standard s { opacity: .85; }
.price-copy { color: var(--muted); max-width: 700px; }
.snapshot-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.intent-confirmation { margin-top: 24px; padding: 18px; background: rgba(201,137,131,.10); border: 1px solid var(--rose-soft); }
.intent-confirmation strong { display: block; margin-bottom: 4px; }

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 260;
  max-width: 980px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 20px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(0,0,0,.13);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 4px 0 0; color: var(--muted); font-size: 12px; max-width: 690px; }
.cookie-actions { display: flex; gap: 8px; flex-shrink: 0; }
.cookie-actions .button { min-height: 42px; padding: 9px 14px; }

.privacy-page { max-width: 860px; margin: 0 auto; padding: 9vw 6vw 12vw; }
.privacy-page h1 { font-size: clamp(48px, 7vw, 76px); }
.privacy-page h2 { font-size: 30px; margin-top: 42px; }
.privacy-page p, .privacy-page li { color: var(--muted); }
.privacy-page a { text-decoration: underline; }

@media (max-width: 980px) {
  .check-intro { grid-template-columns: 1fr; }
  .snapshot-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .check-modal { padding: 0; }
  .check-shell { width: 100%; height: 100svh; border: 0; }
  .check-header { padding: 11px 14px; }
  .check-brand .brand-text { display: none; }
  .check-body { padding: 32px 20px; align-items: start; }
  .check-stage h2, .question-card h2 { font-size: clamp(38px, 12vw, 54px); }
  .option-grid { grid-template-columns: 1fr; }
  .question-actions { align-items: stretch; flex-direction: column; }
  .enter-note { display: none; }
  .snapshot-actions .button { width: 100%; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; display: block; }
  .cookie-actions { margin-top: 12px; }
  .cookie-actions .button { width: auto; flex: 1; }
}
