:root {
  --paper: #faf9f5;
  --ink: #111110;
  --muted: #6f6c66;
  --soft: #9a9790;
  --rule: #e0dbd2;
  --blush: #ecded9;
  --blush-deep: #d8bdb4;
  --sage: #dfe6dc;
  --white: #fffefa;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-underline-offset: 3px; }
img { max-width: 100%; }
.site-header {
  height: 68px;
  padding: 0 28px;
  border-bottom: 1px solid var(--rule);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header img { display: block; width: auto; height: 21px; }
.header-cta, .button {
  border-radius: 999px;
  text-decoration: none;
  font-weight: 650;
  transition: transform .15s ease, opacity .15s ease;
}
.header-cta { padding: 9px 15px; background: var(--ink); color: white; font-size: 13px; }
.header-cta:hover, .button:hover { opacity: .82; transform: translateY(-1px); }
main { overflow: hidden; }
.hero {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 84px 28px 76px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr);
  gap: 68px;
  align-items: center;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -105px;
  top: 30px;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #f3e7e2 0, var(--blush) 56%, rgba(236, 222, 217, 0) 72%);
}
.breadcrumbs { margin: 0 0 22px; color: var(--soft); font-size: 12px; }
.breadcrumbs a { text-decoration: none; }
.eyebrow { margin: 0 0 16px; color: var(--muted); font-size: 12px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Fraunces", Georgia, serif; font-weight: 500; }
h1 { max-width: 780px; margin-bottom: 20px; font-size: clamp(45px, 6.5vw, 72px); letter-spacing: -.035em; line-height: 1.02; }
.answer { max-width: 700px; margin-bottom: 30px; color: var(--muted); font-size: clamp(18px, 2.1vw, 21px); line-height: 1.52; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; font-size: 15px; }
.button-primary { background: var(--ink); color: white; }
.button-secondary { border: 1px solid var(--rule); background: var(--white); }
.hero-card, .briefing-card, .process-card, .honest-note {
  padding: 28px;
  border: 1px solid rgba(17, 17, 16, .08);
  border-radius: 24px;
  background: rgba(255, 254, 250, .78);
  box-shadow: 0 28px 70px rgba(17, 17, 16, .07);
}
.hero-card h2, .briefing-card h3 { margin-bottom: 10px; font-family: inherit; font-size: 18px; font-weight: 700; letter-spacing: -.02em; }
.hero-card p, .briefing-card p { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.hero-card ul { display: grid; gap: 12px; padding: 0; margin: 20px 0 0; list-style: none; }
.hero-card li { display: grid; grid-template-columns: 28px 1fr; gap: 8px; font-size: 14px; line-height: 1.45; }
.hero-card li span { font-size: 16px; }
.section { max-width: 1024px; margin: 0 auto; padding: 72px 28px; }
.section + .section { border-top: 1px solid var(--rule); }
.section-heading { max-width: 750px; margin-bottom: 34px; }
h2 { margin-bottom: 14px; font-size: clamp(32px, 4vw, 46px); letter-spacing: -.025em; line-height: 1.12; }
h3 { margin-bottom: 8px; font-size: 18px; letter-spacing: -.015em; line-height: 1.3; }
.section-heading > p, .lede { color: var(--muted); font-size: 18px; }
.body-copy { max-width: 740px; }
.body-copy p { margin-bottom: 18px; font-size: 17px; }
.feature-grid, .fit-grid, .steps-grid, .link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.feature-card, .fit-card, .step-card, .link-card {
  padding: 25px;
  border: 1px solid var(--rule);
  border-radius: 20px;
  background: var(--white);
}
.feature-card p, .fit-card p, .step-card p, .link-card p { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.feature-icon, .step-number { display: block; margin-bottom: 17px; font-size: 24px; }
.step-number { color: #815b50; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.link-card { display: block; text-decoration: none; }
.link-card:hover { border-color: var(--blush-deep); }
.link-card h3 { text-decoration: underline; text-decoration-color: var(--blush-deep); text-underline-offset: 4px; }
.scenario { max-width: 820px; padding: 32px; border-left: 3px solid #b69b90; background: rgba(236, 222, 217, .42); }
.scenario p:last-child { margin-bottom: 0; }
.scenario strong { display: block; margin-bottom: 8px; }
.split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(250px, .85fr); gap: 58px; align-items: center; }
.product-shot { margin: 0; text-align: center; }
.product-shot img { width: min(100%, 320px); border: 1px solid var(--rule); border-radius: 28px; box-shadow: 0 24px 60px rgba(17, 17, 16, .1); }
.product-shot figcaption { max-width: 340px; margin: 12px auto 0; color: var(--soft); font-size: 12px; }
.process-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
.process-card { position: relative; box-shadow: none; }
.process-card:not(:last-child)::after { content: "→"; position: absolute; right: -13px; top: 50%; z-index: 2; color: var(--soft); font-weight: 700; }
.process-card p { margin: 0; color: var(--muted); font-size: 15px; }
.briefing-card { max-width: 620px; background: var(--white); }
.briefing-card .briefing-label { margin-bottom: 12px; color: #815b50; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.briefing-card .briefing-copy { color: var(--ink); font-size: 18px; line-height: 1.55; }
.plain-list { max-width: 760px; padding: 0; margin: 0; border-top: 1px solid var(--rule); list-style: none; }
.plain-list li { padding: 16px 0; border-bottom: 1px solid var(--rule); font-size: 16px; }
.honest-note { max-width: 820px; border: 0; background: var(--sage); box-shadow: none; }
.honest-note p:last-child, .honest-note ul:last-child { margin-bottom: 0; }
.honest-note ul { padding-left: 21px; }
.faq { max-width: 780px; }
.faq details { padding: 21px 0; border-bottom: 1px solid var(--rule); }
.faq details:first-child { border-top: 1px solid var(--rule); }
.faq summary { cursor: pointer; font-size: 17px; font-weight: 700; }
.faq details p { margin: 12px 0 0; color: var(--muted); font-size: 16px; }
.final-cta { max-width: 1024px; margin: 12px auto 80px; padding: 54px 28px; border-radius: 28px; background: var(--blush); text-align: center; }
.final-cta h2 { max-width: 680px; margin: 0 auto 14px; }
.final-cta p { max-width: 620px; margin: 0 auto 26px; color: var(--muted); font-size: 17px; }
footer { padding: 26px 28px; border-top: 1px solid var(--rule); display: flex; justify-content: center; flex-wrap: wrap; gap: 22px; }
footer a { color: var(--soft); font-size: 12px; text-decoration: none; }
footer a:hover { color: var(--ink); }
@media (max-width: 800px) {
  .hero, .split { grid-template-columns: 1fr; gap: 36px; }
  .hero { padding-top: 58px; }
  .hero::after { right: -220px; }
  .hero-card { max-width: 580px; }
  .feature-grid, .fit-grid, .steps-grid, .link-grid { grid-template-columns: 1fr; }
  .section { padding-top: 58px; padding-bottom: 58px; }
  .final-cta { margin-left: 20px; margin-right: 20px; }
}
@media (max-width: 620px) {
  .process-flow { grid-template-columns: 1fr; }
  .process-card:not(:last-child)::after { content: "↓"; right: 50%; top: auto; bottom: -20px; }
}
@media (max-width: 520px) {
  .site-header { padding: 0 20px; }
  .header-cta { display: none; }
  .hero, .section { padding-left: 20px; padding-right: 20px; }
  h1 { font-size: 44px; }
  .actions { align-items: stretch; flex-direction: column; }
  .button { text-align: center; }
  .scenario, .hero-card, .briefing-card, .honest-note { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .header-cta, .button { transition: none; }
}
