:root{
  --ink:#3D3830;
  --muted:#7A7165;
  --faint:#B5A99A;
  --cream:#EDE8DF;
  --taupe:#DCD2C3;
  --dark:#3D3830;
  --light:#F2EDE4;
  --line:rgba(61,56,48,.15);
  --line-light:rgba(242,237,228,.22);
  --serif:'Cormorant Garamond',Georgia,serif;
  --sans:'DM Sans',system-ui,sans-serif;
}
*{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
body{
  margin:0;background:var(--cream);color:#5B5449;
  font-family:var(--sans);font-weight:300;
  font-size:16px;line-height:1.78;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
::selection{background:var(--ink);color:var(--cream);}

.wrap{max-width:720px;margin:0 auto;padding:0 32px;}
.narrow{max-width:680px;}

a{color:var(--ink);text-decoration:none;}
a:hover{color:#6b5f4e;}
:focus-visible{outline:2px solid var(--muted);outline-offset:4px;}

h1,h2,h3{font-family:var(--serif);font-weight:300;color:var(--ink);letter-spacing:.01em;}

/* labels / overlines */
.eyebrow,.kicker{
  font-family:var(--sans);font-size:11px;font-weight:400;
  letter-spacing:.22em;text-transform:uppercase;color:var(--muted);margin:0 0 26px;
}

/* buttons */
.btn{
  font-family:var(--sans);font-size:11.5px;font-weight:400;letter-spacing:.16em;text-transform:uppercase;
  padding:16px 30px;line-height:1;display:inline-block;border-radius:1px;
  border:1px solid var(--ink);color:var(--ink);background:transparent;
  transition:background .25s ease,color .25s ease,border-color .25s ease;
}
.btn:hover{background:var(--ink);color:var(--cream);}

/* ---------- hero (full-bleed background) ---------- */
header.hero{
  position:relative;min-height:94vh;display:flex;flex-direction:column;justify-content:center;
  padding:96px 0 52px;color:var(--light);
  background:linear-gradient(180deg,rgba(30,26,22,.34),rgba(30,26,22,.5)),
             url('images/re-emerge-hero-1400.jpg') center/cover no-repeat;
}
.hero .kicker{color:rgba(242,237,228,.82);}
.hero h1{
  color:var(--light);font-size:clamp(2.4rem,6vw,4.1rem);line-height:1.1;
  margin:0 0 26px;max-width:16ch;font-weight:300;
}
.hero .lede{
  color:rgba(242,237,228,.9);font-style:italic;font-size:clamp(1.15rem,2.5vw,1.5rem);
  line-height:1.5;margin:0 0 42px;max-width:36ch;font-weight:300;
}
.hero .cta-row{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:0;}
.hero .btn{border-color:var(--line-light);color:var(--light);background:rgba(242,237,228,.06);}
.hero .btn:hover{background:var(--light);color:var(--ink);border-color:var(--light);}
.hero .motto{color:rgba(242,237,228,.62);font-style:italic;font-family:var(--serif);
  font-size:1.05rem;letter-spacing:.04em;margin:44px 0 0;text-align:left;}

/* ---------- sections ---------- */
section{padding:92px 0;background:var(--cream);}
.section-alt{background:var(--taupe);}
.section-dark{background:var(--dark);color:var(--light);}
section h2{
  font-family:var(--serif);font-weight:300;
  font-size:clamp(1.9rem,4vw,2.7rem);line-height:1.22;margin:0 0 34px;
}
section p{margin:0 0 22px;color:#5B5449;}
section p:last-child{margin-bottom:0;}
.section-dark h2{color:var(--light);}
.section-dark p{color:rgba(242,237,228,.85);}
.emphasis{font-style:italic;color:var(--ink);}
.section-dark .emphasis{color:var(--light);}

/* narrative paragraph indent (editorial) */
.body{margin-top:0;}
@media(min-width:760px){ .body{padding-left:2.6rem;} }

.portrait{margin:40px 0 0;}
.portrait img{width:100%;max-width:360px;height:auto;display:block;filter:saturate(.92);}

/* ---------- offer ---------- */
.offer{background:var(--cream);}
.offer .intro{color:var(--muted);font-style:italic;margin-bottom:46px;max-width:38ch;}
.tiers{border-top:1px solid var(--line);}
.tier{
  display:grid;grid-template-columns:auto 1fr;gap:6px 32px;align-items:baseline;
  padding:26px 2px;border-bottom:1px solid var(--line);
}
.tier .price{font-family:var(--serif);font-weight:400;font-size:1.7rem;color:var(--ink);white-space:nowrap;}
.tier .price small{font-family:var(--sans);font-size:.72rem;font-weight:300;font-style:normal;
  color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-left:8px;}
.tier .desc{font-size:.98rem;color:#5B5449;line-height:1.65;}
.offer .note{margin-top:32px;font-size:.92rem;color:var(--muted);font-style:italic;}

/* ---------- closing ---------- */
.closing{text-align:center;}
.closing .eyebrow{color:rgba(242,237,228,.7);}
.closing h2{margin-bottom:38px;}
.closing .cta-row{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;}
.closing .btn{border-color:var(--line-light);color:var(--light);background:rgba(242,237,228,.06);}
.closing .btn:hover{background:var(--light);color:var(--ink);border-color:var(--light);}
.closing .motto{color:rgba(242,237,228,.62);font-style:italic;font-family:var(--serif);
  font-size:1.05rem;margin:40px 0 0;}

/* ---------- interior pages ---------- */
.page-top{padding:56px 0 0;background:var(--cream);}
.page-top .back{
  font-family:var(--sans);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);
  display:inline-block;margin-bottom:34px;
}
.page-top .back:hover{color:var(--ink);}
.page-title{
  font-family:var(--serif);font-weight:300;
  font-size:clamp(2.1rem,5vw,3.2rem);line-height:1.15;margin:0 0 28px;max-width:20ch;
}
.page-intro{font-size:1.08rem;color:#5B5449;margin:0 0 14px;line-height:1.7;}
.page-intro.muted{color:var(--muted);font-style:italic;}

.statements{list-style:none;margin:44px 0;padding:0;border-top:1px solid var(--line);}
.statements li{padding:19px 2px;border-bottom:1px solid var(--line);color:#5B5449;font-size:1rem;line-height:1.6;}

.notice{background:var(--taupe);border:0;border-radius:2px;padding:34px 34px;margin:48px 0;text-align:center;}
.notice p{margin:0;color:var(--muted);font-style:italic;font-size:1.08rem;line-height:1.6;}
.notice p + p{margin-top:12px;}

.prose{max-width:680px;background:var(--cream);}
.prose h3{font-family:var(--serif);font-weight:400;font-size:1.35rem;color:var(--ink);margin:0 0 14px;}
.prose p{margin:0 0 18px;color:#5B5449;font-size:1rem;line-height:1.72;}
.prose a{text-decoration:underline;text-underline-offset:2px;}

/* ---------- footer ---------- */
footer.site{background:var(--dark);color:var(--faint);padding:44px 0;margin-top:0;}
footer.site .footer-inner{
  max-width:720px;margin:0 auto;padding:0 32px;
  display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:18px;
}
footer.site .sig{font-family:var(--serif);font-style:italic;font-size:1rem;color:rgba(181,169,154,.85);letter-spacing:.04em;margin:0;}
footer.site nav{display:flex;flex-wrap:wrap;gap:26px;}
footer.site nav a{
  font-family:var(--sans);font-size:11px;font-weight:300;letter-spacing:.14em;text-transform:uppercase;
  color:var(--faint);
}
footer.site nav a:hover{color:var(--light);}

@media(max-width:600px){
  footer.site .footer-inner{flex-direction:column;align-items:flex-start;gap:22px;}
  footer.site nav{gap:16px;}
}
@media(prefers-reduced-motion:no-preference){
  .reveal{opacity:0;transform:translateY(10px);animation:rise .8s ease forwards;}
  @keyframes rise{to{opacity:1;transform:none;}}
}
