:root {
  --paper: #f3f0e9;
  --paper-2: #e8e3da;
  --ink: #1b1c1d;
  --muted: #66645f;
  --line: rgba(27, 28, 29, .18);
  --silver: #b8b4ac;
  --white: #fbfaf7;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, 'Helvetica Neue', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--ink); color: var(--paper); }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { height: 112px; padding: 0 clamp(1.25rem, 4.5vw, 5rem); display: flex; align-items: center; justify-content: space-between; position: absolute; top: 0; left: 0; right: 0; z-index: 10; }
.brand { display: inline-flex; flex-direction: column; text-decoration: none; width: max-content; }
.brand-name { font-family: var(--serif); font-size: clamp(1.85rem, 2.7vw, 2.7rem); line-height: .85; letter-spacing: -.06em; }
.brand-line { margin-top: .58rem; font-size: .62rem; line-height: 1; letter-spacing: .48em; text-transform: uppercase; }
.header-cta { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid currentColor; padding: .6rem 0; }

.section-pad { padding: clamp(5.5rem, 10vw, 10rem) clamp(1.25rem, 6vw, 7rem); }
.section-line { border-top: 1px solid var(--line); }
.section-dark { background: var(--ink); color: var(--paper); }
.eyebrow, .kicker { margin: 0 0 1.5rem; font-size: .68rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { padding: 0 .5rem; opacity: .45; }
.kicker { color: var(--muted); }
.kicker-light { color: rgba(243, 240, 233, .56); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .96; }
h1 em, h2 em { font-weight: 400; color: var(--muted); }
.section-dark h2 em { color: rgba(243, 240, 233, .58); }
h1 { font-size: clamp(3.4rem, 7vw, 7.4rem); margin-bottom: 2rem; }
h2 { font-size: clamp(3rem, 6vw, 6.3rem); margin-bottom: 2rem; }
h3 { font-family: var(--serif); font-size: clamp(1.55rem, 2.2vw, 2.15rem); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
.large-copy { font-family: var(--serif); font-size: clamp(1.5rem, 2.3vw, 2.25rem); line-height: 1.25; }

.hero { min-height: min(820px, 100svh); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); align-items: center; gap: clamp(2rem, 5vw, 6rem); position: relative; padding-top: 8rem; overflow: hidden; }
.hero::before { content: ''; position: absolute; width: 35vw; height: 35vw; left: -15vw; bottom: -20vw; border: 1px solid var(--line); border-radius: 50%; }
.hero-copy { position: relative; z-index: 2; max-width: 840px; }
.hero-sub { max-width: 650px; font-size: clamp(1.05rem, 1.5vw, 1.28rem); color: #4f4e4a; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.5rem; }
.hero-actions p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.7; }
.mobile-cta-bar { display: none; }
.button { min-height: 54px; display: inline-flex; justify-content: space-between; align-items: center; gap: 2rem; border: 1px solid transparent; padding: 0 1.35rem; text-decoration: none; text-transform: uppercase; font-size: .7rem; font-weight: 700; letter-spacing: .15em; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .header-cta:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-light { background: var(--paper); color: var(--ink); }
.hero-product { aspect-ratio: 3 / 2; background: #e9e5de; overflow: hidden; position: relative; border-radius: 12rem 12rem 1rem 1rem; box-shadow: 0 30px 80px rgba(30, 30, 27, .09); }
.hero-product > img { width: 100%; height: auto; }
.mode-tag, .material-tag { position: absolute; left: 1rem; bottom: 1rem; background: rgba(247, 245, 240, .9); backdrop-filter: blur(12px); padding: .6rem .8rem; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue { position: absolute; bottom: 1.5rem; left: clamp(1.25rem, 6vw, 7rem); margin: 0; font-size: .66rem; letter-spacing: .15em; text-transform: uppercase; }
.scroll-cue span { margin-left: .6rem; }

.section-intro { max-width: 800px; margin-bottom: clamp(3.5rem, 7vw, 7rem); }
.mode-layout { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mode-card { padding: 2.5rem 5vw 3rem 0; position: relative; }
.mode-card + .mode-card { border-left: 1px solid var(--line); padding-left: 5vw; }
.mode-image { margin: 0 0 2.5rem; }
.mode-image img { width: 100%; height: auto; background: #ebe7df; }
.mode-card p:not(.eyebrow, .mode-note) { max-width: 520px; color: var(--muted); }
.mode-number { position: absolute; right: 1rem; top: 1.5rem; font-family: var(--serif); font-size: 5rem; color: rgba(27, 28, 29, .08); }
.mode-note { font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; margin-top: 2rem; }
.concept-note { margin: 1.25rem 0 0; color: var(--muted); font-size: .75rem; letter-spacing: .06em; }

.problem-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; }
.problem-copy { max-width: 620px; }
.problem-copy > p:last-child { color: rgba(243, 240, 233, .65); }
.distractions { display: flex; flex-wrap: wrap; gap: .45rem 1rem; color: rgba(243, 240, 233, .35); text-decoration: line-through; text-decoration-thickness: 1px; margin-bottom: 3rem; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }

.mid-cta { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: end; border-bottom: 1px solid var(--line); }
.mid-cta-copy h2 { max-width: 900px; margin-bottom: 1rem; }
.mid-cta-copy > p:last-child { margin: 0; color: var(--muted); font-size: 1.05rem; }
.mid-cta > .button { min-width: 260px; }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.value-card { padding: 2.5rem 2.5rem 3rem 0; min-height: 310px; position: relative; display: flex; flex-direction: column; }
.value-card + .value-card { border-left: 1px solid var(--line); padding-left: 2.5rem; }
.value-card p:last-child { color: var(--muted); margin-top: auto; }
.value-index { position: absolute; right: 1.5rem; top: 2.5rem; color: var(--muted); font-size: .7rem; }

.faith { display: grid; grid-template-columns: minmax(320px, .95fr) minmax(360px, 1.05fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.faith-visual { margin: 0; position: relative; overflow: hidden; background: #e7e3dc; }
.faith-visual img { width: 100%; height: auto; }
.faith-copy { max-width: 650px; }
.plain-list { list-style: none; padding: 0; margin: 2rem 0; font-family: var(--serif); font-size: 1.35rem; }
.plain-list li { border-top: 1px solid var(--line); padding: .7rem 0; }
.plain-list li:last-child { border-bottom: 1px solid var(--line); }
.flow { display: flex; align-items: center; gap: 1rem; margin: 2.5rem 0; font-size: .7rem; text-transform: uppercase; letter-spacing: .18em; }
.flow i { font-style: normal; color: var(--silver); }
blockquote { margin: 0 0 1rem; padding: 1.2rem 0 1.2rem 1.4rem; border-left: 2px solid var(--ink); font-family: var(--serif); font-size: 1.35rem; }
.response { color: var(--muted); }
.disclaimer { font-size: .72rem; color: var(--muted); padding-top: 1.5rem; border-top: 1px solid var(--line); }

.everyday { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.everyday .section-intro p:last-child { color: rgba(243, 240, 233, .62); max-width: 540px; }
.feature-list { border-top: 1px solid rgba(243, 240, 233, .2); }
.feature-row { min-height: 114px; display: grid; grid-template-columns: 50px 1fr 1fr; gap: 1rem; align-items: center; border-bottom: 1px solid rgba(243, 240, 233, .2); }
.feature-row span { color: rgba(243, 240, 233, .38); font-size: .65rem; }
.feature-row h3, .feature-row p { margin: 0; }
.feature-row p { color: rgba(243, 240, 233, .55); font-size: .88rem; }

.privacy { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; }
.privacy-visual { margin: 0; overflow: hidden; border-radius: 10rem 10rem 1rem 1rem; }
.privacy-visual img { width: 100%; height: auto; }
.privacy-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin-bottom: 2rem; }
.privacy-grid article { padding: 2rem 2rem 2rem 0; }
.privacy-grid article + article { border-left: 1px solid var(--line); padding-left: 2rem; }
.privacy-grid h3 { font-size: 1.35rem; }
.privacy-grid p { color: var(--muted); font-size: .88rem; }

.design-copy { max-width: 940px; margin-bottom: 5rem; }
.design-copy > p:last-child { max-width: 580px; color: var(--muted); }
.details-strip { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1rem; align-items: start; }
.detail-shot { margin: 0; position: relative; overflow: hidden; background-color: #e8e4dc; }
.detail-shot img { width: 100%; height: auto; }
.detail-shot figcaption { position: absolute; left: 1rem; bottom: 1rem; background: rgba(247,245,240,.9); padding: .6rem .8rem; font-size: .62rem; text-transform: uppercase; letter-spacing: .14em; }
.design-details { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.25rem; }
.design-details span { padding: .7rem .9rem; border: 1px solid var(--line); color: var(--muted); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }

.moments { display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; }
.moments-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.moment { padding: 0 0 1.5rem; border-bottom: 1px solid var(--line); }
.moment img { width: 100%; height: auto; margin-bottom: 1.4rem; }
.moment-copy { padding: 0 .5rem; }
.moment span { display: block; margin-bottom: 1.5rem; color: var(--muted); font-size: .7rem; }
.moment p { color: var(--muted); }

.gift { display: grid; grid-template-columns: .6fr 1.4fr; gap: 8vw; align-items: center; }
.gift-symbol { width: min(35vw, 400px); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(243,240,233,.25); border-radius: 50%; font-family: var(--serif); font-size: 9rem; color: rgba(243,240,233,.7); }
.gift-copy { max-width: 760px; }
.gift-copy > p:last-child { max-width: 560px; color: rgba(243,240,233,.62); }

.waitlist { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: start; }
.price { font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 5rem); line-height: 1; margin: 3rem 0 1rem; }
.price span { display: block; font-family: var(--sans); font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-top: .7rem; }
.waitlist-copy > p:last-child { max-width: 570px; color: var(--muted); }
.signup-form { padding-top: 1rem; }
.field { margin-bottom: 2rem; }
.field label { display: block; font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; margin-bottom: .7rem; }
.field input, .field select { width: 100%; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; min-height: 56px; padding: 0 .25rem; color: var(--ink); }
.field input::placeholder { color: #8d8a84; }
.field-error { min-height: 1.2em; margin: .4rem 0 0; color: #9e2f27; font-size: .75rem; }
.submit-button { width: 100%; }
.form-note { margin: 1rem 0 0; color: var(--muted); font-size: .7rem; }
.form-status { min-height: 1.4em; margin: .75rem 0 0; color: #9e2f27; font-size: .8rem; line-height: 1.45; }
button[aria-busy="true"], button:disabled { cursor: wait; opacity: .72; }
.site-footer { padding: 3rem clamp(1.25rem, 6vw, 7rem); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 2fr auto; gap: 2rem; align-items: end; }
.site-footer p { margin: 0; color: var(--muted); font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

.thank-you-page { min-height: 100vh; background: var(--ink); color: var(--paper); }
.dark-header { color: var(--paper); position: relative; }
.research-shell { min-height: calc(100vh - 112px); padding: 3rem clamp(1.25rem, 8vw, 10rem) 8rem; display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
.research-intro { position: sticky; top: 3rem; height: max-content; }
.research-intro h1 { font-size: clamp(3.8rem, 7vw, 7.5rem); }
.research-intro > p:last-child { color: rgba(243,240,233,.62); }
.confirmation-mark { width: 54px; height: 54px; border: 1px solid rgba(243,240,233,.3); border-radius: 50%; display: grid; place-items: center; margin-bottom: 2rem; }
.research-form fieldset { border: 0; border-top: 1px solid rgba(243,240,233,.22); padding: 2rem 0 4rem; margin: 0; }
.research-form legend { width: 100%; font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.4rem); line-height: 1.2; margin-bottom: 2rem; }
.research-form legend span { display: block; font-family: var(--sans); font-size: .65rem; color: rgba(243,240,233,.4); margin-bottom: .8rem; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label span { min-height: 64px; display: flex; align-items: center; padding: .85rem 1rem; border: 1px solid rgba(243,240,233,.25); font-size: .85rem; transition: background .2s ease, color .2s ease; }
.choice-grid input:checked + span { background: var(--paper); color: var(--ink); }
.choice-grid input:focus-visible + span { outline: 2px solid var(--paper); outline-offset: 3px; }
.research-error { min-height: 1.5rem; color: #e0a59d; }
.survey-complete { grid-column: 2; max-width: 700px; align-self: center; }
.survey-complete h2 { font-size: clamp(3.4rem, 6vw, 6rem); }
.survey-complete p { color: rgba(243,240,233,.62); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 9rem; min-height: auto; }
  .hero-copy { max-width: 700px; }
  .hero-product { aspect-ratio: 3 / 2; }
  .scroll-cue { display: none; }
  .problem-grid, .mid-cta, .everyday, .privacy, .moments, .gift, .waitlist, .research-shell { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 280px; padding-left: 0 !important; }
  .value-card + .value-card { border-left: 0; border-top: 1px solid var(--line); }
  .faith { grid-template-columns: 1fr; }
  .gift-symbol { width: min(65vw, 320px); }
  .research-intro { position: static; }
  .survey-complete { grid-column: 1; }
}

@media (max-width: 640px) {
  body[data-page="landing"] { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .site-header { position: fixed; height: 68px; padding: 0 1rem; background: rgba(243,240,233,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(27,28,29,.09); }
  .brand-name { font-size: 1.8rem; }
  .brand-line { margin-top: .42rem; font-size: .54rem; }
  .header-cta { display: none; }
  .hero { padding: 5rem 1rem 3.25rem; gap: .9rem; }
  .hero-product { order: 1; aspect-ratio: 3 / 2; border-radius: 7rem 7rem .75rem .75rem; box-shadow: 0 18px 48px rgba(30,30,27,.1); }
  .hero-copy { order: 2; }
  .hero h1 { font-size: clamp(2.25rem, 11vw, 3rem); line-height: .98; margin-bottom: 1rem; }
  .hero-sub { max-width: 33rem; font-size: 1rem; line-height: 1.45; }
  .hero-actions { align-items: stretch; flex-direction: column; margin-top: 1.2rem; gap: .7rem; }
  .hero-actions p { display: block; font-size: .73rem; line-height: 1.35; }
  .hero-actions p br { display: none; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  h2 { font-size: clamp(2.75rem, 14vw, 4.1rem); }
  .button { width: 100%; min-height: 56px; }
  .mode-tag { left: .75rem; bottom: .75rem; }
  .section-pad { padding: 4.5rem 1rem; }
  .section-intro { margin-bottom: 2.75rem; }
  .eyebrow, .kicker { margin-bottom: 1rem; }
  .mode-layout, .privacy-grid, .moments-grid, .details-strip, .choice-grid { grid-template-columns: 1fr; }
  .mode-card { padding: 1.5rem 0 2.5rem; }
  .mode-card + .mode-card { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .mode-image { margin-bottom: 1.75rem; }
  .mid-cta { gap: 1.75rem; }
  .mid-cta > .button { min-width: 0; }
  .value-card { min-height: 230px; padding-top: 1.75rem; padding-bottom: 2rem; }
  .faith { gap: 2.5rem; }
  .faith-visual, .privacy-visual { border-radius: 5rem 5rem .75rem .75rem; }
  .feature-row { min-height: 92px; grid-template-columns: 35px 1fr; padding: 1rem 0; }
  .feature-row p { grid-column: 2; }
  .privacy { gap: 2.75rem; }
  .privacy-grid article { padding: 1.5rem 0; }
  .privacy-grid article + article { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .moment { min-height: 0; }
  .moment img { margin-bottom: 1rem; }
  .gift-symbol { width: 190px; font-size: 6rem; }
  .waitlist { gap: 2.5rem; }
  .field input, .field select { min-height: 60px; font-size: 1rem; }
  .submit-button { min-height: 58px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; padding-bottom: 2rem; }
  .research-shell { padding-top: 2rem; }
  .mobile-cta-bar { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; min-height: 70px; display: flex; align-items: center; gap: .75rem; padding: .65rem max(1rem, env(safe-area-inset-left)) calc(.65rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-right)); background: rgba(27,28,29,.96); color: var(--paper); transform: translateY(110%); transition: transform .3s ease; box-shadow: 0 -10px 30px rgba(0,0,0,.12); }
  .mobile-cta-bar.is-active { transform: translateY(0); }
  .mobile-cta-bar p { min-width: 75px; margin: 0; line-height: 1.05; }
  .mobile-cta-bar p strong { display: block; font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
  .mobile-cta-bar p span { display: block; margin-top: .3rem; color: rgba(243,240,233,.58); font-size: .52rem; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-cta-bar > a { min-height: 48px; flex: 1; display: flex; align-items: center; justify-content: space-between; padding: 0 1rem; background: var(--paper); color: var(--ink); text-decoration: none; font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
}

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