/* ============================================================
   Samantha Tilley Psychotherapy, brand stylesheet
   Palette: cream base, espresso text, terracotta accent,
   sage + tan supporting. Type: Cormorant Garamond + DM Sans.
   Edit colors here once; every page updates.
   ============================================================ */
:root{
  --cream:#F4EAE1;
  --cream-deep:#ECD9C9;
  --card:#FAF4ED;
  --espresso:#3B2E24;
  --espresso-deep:#2B231C;
  --ink-soft:#73625A;
  --terracotta:#AC6A45;
  --terracotta-deep:#94522F;
  --sage:#B9A48F;
  --sage-soft:#EFE3D6;
  --tan:#C9A87C;
  --tan-soft:#F0E2CD;
  --line:#E0D2C2;
  --radius:14px;
  --radius-lg:22px;
  --maxw:1080px;
  --shadow:0 10px 30px -18px rgba(59,46,36,.35);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
body{
  font-family:'DM Sans',system-ui,-apple-system,sans-serif;
  background:var(--cream);color:var(--espresso);
  line-height:1.65;font-size:17px;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:var(--terracotta-deep);text-decoration:none}
a:hover{text-decoration:underline}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:2px solid var(--terracotta);outline-offset:2px;border-radius:4px}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}
.serif{font-family:'Cormorant Garamond',Georgia,serif}

/* ---------- header ---------- */
.site-header{position:sticky;top:0;z-index:50;background:rgba(247,242,234,.92);
  backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0}
.brand{font-family:'Cormorant Garamond',serif;font-size:1.35rem;line-height:1.05;color:var(--espresso);text-decoration:none}
.brand:hover{text-decoration:none}
.brand small{display:block;font-family:'DM Sans',sans-serif;font-size:.62rem;letter-spacing:.22em;
  text-transform:uppercase;color:var(--ink-soft)}
.nav-links{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.nav-links a{color:var(--espresso);font-size:.93rem;text-decoration:none}
.nav-links a:hover{color:var(--terracotta-deep)}
.nav-cta{background:var(--terracotta);color:#fff!important;padding:9px 18px;border-radius:999px;
  font-weight:600;box-shadow:var(--shadow)}
.nav-cta:hover{background:var(--terracotta-deep);text-decoration:none}
.nav-toggle{display:none;background:none;border:1px solid var(--line);border-radius:10px;
  padding:7px 12px;font-size:1.05rem;color:var(--espresso);cursor:pointer}
@media (max-width:860px){
  .nav-toggle{display:block}
  .nav-links{display:none;position:absolute;left:0;right:0;top:100%;background:var(--cream);
    border-bottom:1px solid var(--line);padding:16px 22px 22px;flex-direction:column;align-items:flex-start}
  .nav-links.open{display:flex}
}

/* ---------- shared blocks ---------- */
.eyebrow{display:inline-block;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--terracotta-deep);font-weight:700;margin-bottom:14px}
.pills{display:flex;flex-wrap:wrap;gap:8px}
.pill{font-size:.78rem;background:var(--sage-soft);color:#6B543E;border:1px solid #DDC9B2;
  border-radius:999px;padding:5px 13px}
.pill.tan{background:var(--tan-soft);border-color:#E2CFA9;color:#7A5E2E}
h1{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:clamp(2.3rem,5.2vw,3.6rem);
  line-height:1.08;letter-spacing:-.01em}
h1 em,h2 em{font-style:italic;color:var(--terracotta-deep)}
h2{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:clamp(1.7rem,3.4vw,2.4rem);line-height:1.15}
h3{font-family:'Cormorant Garamond',serif;font-weight:600;font-size:1.35rem;line-height:1.25}
.section{padding:74px 0}
.section.tint{background:var(--cream-deep)}
.section-head{max-width:680px;margin-bottom:38px}
.section-head p{color:var(--ink-soft);margin-top:10px}
.lead{font-size:1.08rem;color:var(--ink-soft)}
.btn{display:inline-block;background:var(--terracotta);color:#fff;font-weight:600;
  padding:13px 26px;border-radius:999px;border:none;cursor:pointer;font-size:1rem;
  box-shadow:var(--shadow);text-decoration:none}
.btn:hover{background:var(--terracotta-deep);text-decoration:none;color:#fff}
.btn.ghost{background:transparent;color:var(--espresso);border:1.5px solid var(--espresso);box-shadow:none}
.btn.ghost:hover{background:var(--espresso);color:var(--cream)}
.btn-row{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);
  padding:26px;box-shadow:var(--shadow)}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
@media (max-width:860px){.grid-2,.grid-3{grid-template-columns:1fr}}
.checklist{list-style:none}
.checklist li{padding:9px 0 9px 32px;position:relative;border-bottom:1px dashed var(--line)}
.checklist li:last-child{border-bottom:none}
.checklist li::before{content:"";position:absolute;left:4px;top:17px;width:14px;height:14px;
  border-radius:50%;background:var(--sage-soft);border:2px solid var(--sage)}
.stem{color:var(--sage);opacity:.85}

/* ---------- hero ---------- */
.hero{padding:72px 0 64px;position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center}
@media (max-width:860px){.hero-grid{grid-template-columns:1fr}}
.hero .lead{margin:20px 0 26px;max-width:560px}
.portrait{position:relative;max-width:380px;margin-left:auto}
@media (max-width:860px){.portrait{margin:0 auto}}
.portrait .frame{border-radius:46% 46% var(--radius-lg) var(--radius-lg);overflow:hidden;
  border:1px solid var(--line);background:var(--tan-soft);box-shadow:var(--shadow);aspect-ratio:4/5}
.portrait img{width:100%;height:100%;object-fit:cover}
.portrait .ph{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;
  color:#8A6F44;font-family:'Cormorant Garamond',serif;text-align:center;padding:20px}
.portrait .ph b{font-size:3rem;font-weight:600}
.portrait figcaption{text-align:center;margin-top:14px;color:var(--ink-soft);font-size:.92rem}
.portrait figcaption strong{display:block;color:var(--espresso);font-size:1.02rem}

/* ---------- faq ---------- */
.faq details{border-bottom:1px solid var(--line);padding:6px 0}
.faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:16px;
  padding:14px 0;font-weight:600;font-size:1.02rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-family:'Cormorant Garamond',serif;font-size:1.5rem;
  color:var(--terracotta-deep);line-height:1}
.faq details[open] summary::after{content:"-"}
.faq .a{padding:0 0 18px;color:var(--ink-soft);max-width:720px}

/* ---------- forms ---------- */
.form{display:grid;gap:16px;max-width:640px}
.form label{font-weight:600;font-size:.92rem;display:block;margin-bottom:6px}
.form input,.form select,.form textarea{width:100%;padding:12px 14px;border:1px solid var(--line);
  border-radius:10px;background:#fff;font:inherit;color:var(--espresso)}
.form textarea{min-height:130px;resize:vertical}
.form .hint{font-size:.85rem;color:var(--ink-soft)}
.consent{display:flex;gap:10px;align-items:flex-start;font-size:.9rem;color:var(--ink-soft)}
.consent input{width:auto;margin-top:4px}
.form-msg{padding:12px 16px;border-radius:10px;display:none}
.form-msg.ok{display:block;background:var(--sage-soft);border:1px solid var(--sage);color:#3E4A33}
.form-msg.err{display:block;background:#F2DECF;border:1px solid var(--terracotta);color:#7C4526}

/* ---------- burnout check ---------- */
.quiz-q{border:1px solid var(--line);border-radius:var(--radius);background:var(--card);
  padding:20px;margin-bottom:14px}
.quiz-q p{font-weight:600;margin-bottom:12px}
.scale{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
@media (max-width:640px){.scale{grid-template-columns:1fr 1fr}}
.scale label{border:1px solid var(--line);border-radius:10px;padding:9px 8px;text-align:center;
  font-size:.85rem;cursor:pointer;background:#fff}
.scale input{position:absolute;opacity:0}
.scale input:checked + span{font-weight:700;color:var(--terracotta-deep)}
.scale label:has(input:checked){border-color:var(--terracotta);background:var(--tan-soft)}
.result-band{border-radius:var(--radius-lg);padding:28px;border:1px solid var(--line);display:none}
.result-band.show{display:block}
.result-band.low{background:var(--sage-soft)}
.result-band.moderate{background:var(--tan-soft)}
.result-band.high,.result-band.severe{background:#F2DECF}
.progress{height:8px;background:var(--cream-deep);border-radius:99px;overflow:hidden;margin:18px 0}
.progress i{display:block;height:100%;background:var(--terracotta);width:0;transition:width .3s}

/* ---------- blog / article ---------- */
.post-list{list-style:none;display:grid;gap:18px}
.post-card{display:block;text-decoration:none;color:inherit}
.post-card:hover{text-decoration:none}
.post-card .card:hover{border-color:var(--terracotta)}
.post-meta{font-size:.84rem;color:var(--ink-soft);margin-bottom:8px}
.article{max-width:740px;margin:0 auto}
.article h2{margin:44px 0 14px}
.article h3{margin:30px 0 10px}
.article p{margin:0 0 18px}
.article ul,.article ol{margin:0 0 18px 22px}
.article li{margin-bottom:8px}
.article blockquote{border-left:3px solid var(--tan);padding:6px 0 6px 20px;margin:22px 0;
  font-family:'Cormorant Garamond',serif;font-size:1.18rem;font-style:italic;color:var(--ink-soft)}
.byline{color:var(--ink-soft);font-size:.95rem;margin:14px 0 34px}
.todo-paste{border:2px dashed var(--terracotta);border-radius:var(--radius);padding:22px;
  background:var(--tan-soft);color:#7A4A2E;font-size:.95rem}

/* ---------- strips / ctas ---------- */
.cta-band{background:var(--espresso);color:var(--cream);border-radius:var(--radius-lg);
  padding:46px 38px;text-align:center}
.cta-band h2{color:var(--cream)}
.cta-band p{color:#D8CCBD;max-width:560px;margin:12px auto 24px}
.cta-band a.email{color:var(--tan)}
.ig-strip{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;
  font-size:.95rem;color:var(--ink-soft);padding:18px 0;border-top:1px solid var(--line)}
.ig-strip a{font-weight:600}
.checkin-banner{display:block;text-align:center;background:var(--tan-soft);border-top:1px solid #E2CFA9;
  padding:13px 18px;font-size:.93rem;color:#7A5E2E;text-decoration:none}
.checkin-banner:hover{background:#EBDDC0;text-decoration:none}

/* ---------- footer ---------- */
.site-footer{background:var(--cream-deep);border-top:1px solid var(--line);padding:52px 0 32px;margin-top:0}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:32px}
@media (max-width:860px){.footer-grid{grid-template-columns:1fr}}
.site-footer h4{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:12px}
.site-footer ul{list-style:none}
.site-footer li{margin-bottom:8px}
.site-footer a{color:var(--espresso)}
.footer-brand{font-family:'Cormorant Garamond',serif;font-size:1.25rem}
.footer-cred{color:var(--ink-soft);font-size:.9rem;margin-top:6px;max-width:380px}
.footer-bottom{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;
  border-top:1px solid var(--line);margin-top:36px;padding-top:22px;font-size:.85rem;color:var(--ink-soft)}
.skip-link{position:absolute;left:-9999px;top:0;background:var(--espresso);color:#fff;padding:10px 16px;z-index:100}
.skip-link:focus{left:10px;top:10px}

/* ---------- brand additions (sampled from her own graphics) ---------- */
.script{font-family:'Sacramento',cursive;font-size:1.5em;line-height:1;color:var(--terracotta-deep);font-weight:400}
.tagline{font-family:'Cormorant Garamond',serif;font-weight:600;letter-spacing:.04em;color:var(--espresso)}
.logo-mark{display:inline-block;vertical-align:middle;color:var(--terracotta)}
.brand-row{display:flex;align-items:center;gap:10px}
.pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:46px;
  border-top:1px solid var(--line);padding-top:26px}
@media (max-width:860px){.pillars{grid-template-columns:1fr 1fr}}
.pillar{display:flex;align-items:center;gap:10px;font-size:.88rem;color:var(--ink-soft)}
.pillar .dot{flex:0 0 38px;height:38px;border-radius:50%;background:var(--cream-deep);
  display:flex;align-items:center;justify-content:center;color:var(--terracotta-deep)}

/* sticky mobile booking bar (best-of-breed pattern: book always one tap away) */
.mobile-book{display:none}
@media (max-width:860px){
  .mobile-book{display:block;position:fixed;left:12px;right:12px;bottom:12px;z-index:60;
    background:var(--terracotta);color:#fff;text-align:center;padding:14px;border-radius:999px;
    font-weight:700;box-shadow:0 8px 24px -8px rgba(58,45,35,.5);text-decoration:none}
  .mobile-book:hover{background:var(--terracotta-deep);text-decoration:none;color:#fff}
  /* clear the fixed book bar so no content (footer, last question) is trapped behind it */
  body{padding-bottom:84px}
}

/* trust / credentials strip (health best-practice: surface credentials high) */
.trust-strip{background:var(--espresso);color:var(--cream)}
.trust-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px;
  padding:14px 22px;font-size:.82rem;letter-spacing:.01em;text-align:center}
.trust-item{color:#E9DDCE}
.trust-item strong{color:var(--tan);font-weight:700}
.trust-item a{color:var(--tan)}
.trust-dot{width:4px;height:4px;border-radius:50%;background:var(--tan);opacity:.6}
@media (max-width:640px){.trust-dot{display:none}.trust-row{gap:6px 14px}}

/* ---------- hero video montage slot (scaffold, empty today) ----------
   Drop a <video> inside .hero-video later (see MOBILE-QA-RESULTS.md).
   While empty it is display:none, so the brand layout + portrait act as the
   graceful fallback. No video file ships today. */
.hero-video{position:absolute;inset:0;z-index:0;overflow:hidden;background:var(--cream);pointer-events:none}
.hero-video:empty{display:none}
.hero-video video{width:100%;height:100%;object-fit:cover;opacity:.16}
.hero-video::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,
  rgba(244,234,225,.55),rgba(244,234,225,.82))}
.hero .hero-grid,.hero .pills,.hero .pillars{position:relative;z-index:1}

/* ---------- instagram feed / reels slot (scaffold, hidden until content) ----------
   Paste an embed (Instagram embed.js, Behold, Elfsight, etc.) into .ig-grid and
   remove the `hidden` attribute on #instagram to reveal. Gracefully empty today. */
.ig-feed .ig-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:8px}
.ig-feed .ig-grid:empty{display:none}
@media (max-width:860px){.ig-feed .ig-grid{grid-template-columns:1fr 1fr}}

/* ============================================================
   STUNNING MOBILE LAYER (Apple-tier). Additive overrides; later
   rules win. Brand palette + fonts unchanged. No sage green.
   ============================================================ */
:root{
  --shadow-soft:0 18px 50px -28px rgba(59,46,36,.45);
  --shadow-card:0 22px 60px -34px rgba(59,46,36,.5);
  --shadow-lift:0 30px 70px -30px rgba(148,82,47,.42);
  --glow-tan:radial-gradient(circle at 30% 30%, #F3E4CE, rgba(243,228,206,0) 70%);
  --glow-terra:radial-gradient(circle at 35% 35%, #E7C3A6, rgba(231,195,166,0) 72%);
  --ink-soft:#655147;
}
body{
  background:
    radial-gradient(1200px 600px at 85% -120px, #FBF1E6 0%, rgba(251,241,230,0) 60%),
    radial-gradient(900px 500px at -10% 12%, #F6E7D6 0%, rgba(246,231,214,0) 55%),
    var(--cream);
  background-attachment:fixed;
}

/* ---------- scroll reveals ---------- */
.js .reveal{opacity:0;transform:translateY(28px);
  transition:opacity .75s ease, transform .75s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}
.js .reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .reveal{opacity:1!important;transform:none!important;transition:none!important}
  .blob,.portrait .frame{animation:none!important}
}

/* ---------- buttons: micro-interactions ---------- */
.btn,.nav-cta,.mobile-book{transition:transform .2s cubic-bezier(.22,1,.36,1),
  box-shadow .28s ease, background .2s ease}
.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lift)}
.btn:active,.nav-cta:active,.mobile-book:active{transform:translateY(1px) scale(.98)}
.btn::after{content:"";position:absolute;inset:0;border-radius:inherit;
  background:radial-gradient(circle, rgba(255,255,255,.45), transparent 60%);
  opacity:0;transform:scale(.4);transition:opacity .5s,transform .5s;pointer-events:none}
.btn{position:relative;overflow:hidden}
.btn:active::after{opacity:1;transform:scale(1);transition:0s}

/* ---------- hero, mobile-first stunning ---------- */
.hero{position:relative;overflow:hidden;padding:34px 0 56px}
.hero-bg{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.blob{position:absolute;border-radius:50%;filter:blur(34px);opacity:.55}
.blob-1{width:340px;height:340px;background:var(--glow-tan);top:-70px;right:-90px;animation:drift1 20s ease-in-out infinite}
.blob-2{width:280px;height:280px;background:var(--glow-terra);top:230px;left:-120px;opacity:.42;animation:drift2 24s ease-in-out infinite}
.blob-3{width:240px;height:240px;background:var(--glow-tan);bottom:-40px;right:-40px;opacity:.4;animation:drift1 26s ease-in-out infinite reverse}
@keyframes drift1{0%,100%{transform:translate(0,0)}50%{transform:translate(-18px,22px)}}
@keyframes drift2{0%,100%{transform:translate(0,0)}50%{transform:translate(20px,-16px)}}
.hero .hero-inner,.hero .pillars{position:relative;z-index:1}
.hero-script{font-size:1.7rem;margin-bottom:-2px;display:block}
.hero h1{font-size:clamp(2.6rem,8.8vw,3.5rem);line-height:1.05;margin-top:4px}
.hero .tagline{font-size:.95rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-soft);font-family:'DM Sans',sans-serif;font-weight:700}
.hero .lead{font-size:1.12rem;margin:18px 0 22px}
.hero .btn-row .btn{padding:15px 26px;font-size:1.02rem}
.hero-cta-card{margin-top:6px;border-radius:var(--radius-lg);
  background:linear-gradient(180deg,#FFFaf4,#FBEFE2);box-shadow:var(--shadow-card)}

/* portrait: featured, with depth */
.hero-inner .portrait{max-width:330px;margin:10px auto 8px;position:relative}
.portrait::before{content:"";position:absolute;inset:-22px -14px -28px -22px;z-index:-1;
  background:var(--glow-terra);filter:blur(30px);opacity:.7;border-radius:50%}
.portrait .frame{border-radius:48% 48% 30% 30% / 44% 44% 26% 26%;
  box-shadow:var(--shadow-soft), 0 2px 0 rgba(255,255,255,.6) inset;
  border:1px solid rgba(224,210,194,.8);animation:floaty 7s ease-in-out infinite}
.portrait .frame::after{content:"";position:absolute;inset:0;border-radius:inherit;
  background:linear-gradient(180deg, rgba(59,46,36,0) 55%, rgba(59,46,36,.22));pointer-events:none}
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
.portrait figcaption{position:relative;margin:20px auto 0;display:block;width:fit-content;max-width:90%;
  background:rgba(250,244,237,.9);backdrop-filter:blur(10px);
  border:1px solid var(--line);border-radius:14px;padding:9px 18px;
  box-shadow:var(--shadow-soft);text-align:center;white-space:normal;
  font-size:.82rem;line-height:1.4;color:var(--ink-soft)}
.portrait figcaption strong{display:block;color:var(--espresso);font-size:1.02rem;margin-bottom:1px}
.portrait figcaption strong{font-size:1rem}

/* pillars: chips with finish */
.pillars{gap:10px;margin-top:40px}
.pillar{background:rgba(255,255,255,.55);border:1px solid var(--line);border-radius:14px;
  padding:12px;box-shadow:0 10px 26px -22px rgba(59,46,36,.5);font-weight:500;color:var(--espresso)}
.pillar .dot{background:linear-gradient(180deg,#F3E4CE,#E9D2B6);flex:0 0 40px;height:40px;font-size:1.1rem}

/* ---------- cards + sections: depth and rhythm ---------- */
.card{box-shadow:var(--shadow-card);transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease}
.section{padding:62px 0}
.section-head h2{letter-spacing:-.015em}
.cta-band{box-shadow:var(--shadow-card);position:relative;overflow:hidden}
.cta-band::before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;
  background:radial-gradient(circle,rgba(201,168,124,.4),transparent 70%);top:-90px;right:-70px}

/* ---------- header: glass + scrolled state ---------- */
.site-header{transition:box-shadow .3s ease, background .3s ease}
.site-header.scrolled{box-shadow:0 10px 30px -22px rgba(59,46,36,.6);background:rgba(247,242,234,.97)}

/* ---------- sticky book bar: alive ---------- */
@media (max-width:860px){
  .mobile-book{bottom:calc(12px + env(safe-area-inset-bottom));
    background:linear-gradient(180deg,var(--terracotta),var(--terracotta-deep));
    box-shadow:0 16px 36px -12px rgba(148,82,47,.7)}
  .js .mobile-book{transform:translateY(190%);opacity:0;
    transition:transform .5s cubic-bezier(.22,1,.36,1),opacity .4s ease}
  .js .mobile-book.show{transform:none;opacity:1}
  body{padding-bottom:calc(96px + env(safe-area-inset-bottom))}
}

/* ---------- burnout score ring ---------- */
.result-head{display:flex;align-items:center;gap:18px}
.score-ring{position:relative;width:122px;height:122px;flex:0 0 122px}
.score-ring svg{width:100%;height:100%;transform:rotate(-90deg)}
.ring-track{fill:none;stroke:rgba(59,46,36,.13);stroke-width:11}
.ring-fill{fill:none;stroke:var(--terracotta);stroke-width:9;stroke-linecap:round;
  stroke-dasharray:327;stroke-dashoffset:327;transition:stroke-dashoffset 1.2s cubic-bezier(.22,1,.36,1);
  filter:drop-shadow(0 4px 8px rgba(148,82,47,.25));stroke-width:11}
.result-band.low .ring-fill{stroke:var(--tan)}
.result-band.moderate .ring-fill{stroke:var(--terracotta)}
.result-band.high .ring-fill,.result-band.severe .ring-fill{stroke:var(--terracotta-deep)}
.ring-num{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;
  font-family:'Cormorant Garamond',serif}
.ring-num .score-n{font-size:2.7rem;font-weight:600;line-height:1;color:var(--espresso)}
.ring-num small{font-size:.68rem;color:var(--ink-soft);letter-spacing:.06em;margin-top:2px;font-family:'DM Sans',sans-serif}
.result-meta .tier{margin:2px 0 0;text-transform:none}
.result-band{animation:none}
.result-band.show{animation:resultPop .6s cubic-bezier(.22,1,.36,1) both}
@keyframes resultPop{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}

/* quiz option tap feedback */
.scale label{transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .2s ease}
.scale label:active{transform:scale(.97)}
.scale label:has(input:checked){box-shadow:0 10px 24px -16px rgba(148,82,47,.7);transform:translateY(-1px)}
.quiz-q{transition:box-shadow .3s ease}
.progress{height:10px}
.progress i{background:linear-gradient(90deg,var(--tan),var(--terracotta))}

/* ---------- desktop: keep the two-column hero (no regression) ---------- */
@media (min-width:861px){
  .hero{padding:64px 0 60px}
  .hero-inner{display:grid;grid-template-columns:1.08fr .92fr;column-gap:50px;align-items:start}
  .hero-copy-top{grid-column:1}
  .hero-inner .portrait{grid-column:2;grid-row:1 / span 3;align-self:center;margin:0 0 0 auto;max-width:380px}
  .hero-copy-bottom{grid-column:1}
  .hero-cta-card{grid-column:1;max-width:520px}
  .hero h1{font-size:clamp(2.8rem,4.4vw,3.7rem)}
  .hero-script{font-size:1.9rem}
}

/* ---------- cohesion: soft brand glow on inner-page heroes (no .hero-bg) ---------- */
.hero:not(:has(.hero-bg)){position:relative;overflow:hidden}
.hero:not(:has(.hero-bg))::before{content:"";position:absolute;z-index:0;width:320px;height:320px;
  border-radius:50%;background:var(--glow-tan);filter:blur(42px);opacity:.55;top:-90px;right:-100px;pointer-events:none}
.hero:not(:has(.hero-bg))::after{content:"";position:absolute;z-index:0;width:260px;height:260px;
  border-radius:50%;background:var(--glow-terra);filter:blur(42px);opacity:.4;bottom:-50px;left:-90px;pointer-events:none}
.hero:not(:has(.hero-bg)) > *{position:relative;z-index:1}
/* warm wash at top of the contact + check-in lead sections for cohesion */
.contact-hero{position:relative;overflow:hidden}

/* ---------- form fields: finished, with clear focus ---------- */
.form input,.form select,.form textarea{border:1.5px solid #D8C6B2;border-radius:12px;
  box-shadow:inset 0 1px 2px rgba(59,46,36,.05);transition:border-color .2s ease,box-shadow .2s ease}
.form input:hover,.form select:hover,.form textarea:hover{border-color:#CBB69C}
.form input:focus,.form select:focus,.form textarea:focus{outline:none;border-color:var(--terracotta);
  box-shadow:0 0 0 3px rgba(172,106,69,.18)}
/* ---------- footer brand line: script on its own line ---------- */
.site-footer .tagline{line-height:1.5}
.site-footer .tagline .script{display:block;margin:6px 0 0!important;font-size:1.45em;line-height:1.1}

/* ============================================================
   ITERATION 2: bolder art direction (judge feedback)
   commanding hero, color-blocked photo, stronger hierarchy,
   tonal contrast, larger result ring, crisper buttons.
   ============================================================ */
body{line-height:1.7}

/* type hierarchy: bigger, tighter headings on mobile */
.hero h1{font-size:clamp(2.95rem,10vw,3.6rem);line-height:1.0;letter-spacing:-.022em}
.section-head h2{font-size:clamp(2rem,6.6vw,2.55rem);letter-spacing:-.02em}
.eyebrow{font-size:.7rem;letter-spacing:.26em;margin-bottom:12px}
.lead,.section-head p,.article p{max-width:60ch}
.hero{padding-top:40px}
.hero-copy-top{margin-bottom:4px}

/* hero photo: art-directed, color-blocked editorial frame */
.hero-inner .portrait{max-width:320px}
.portrait::before{inset:-26px -10px -30px -26px;opacity:.6}
.hero-inner .portrait::after{content:"";position:absolute;z-index:-1;
  inset:18px -14px -26px 20px;border-radius:46% 46% 30px 30px;
  background:linear-gradient(155deg,#ECD8C2,#DEB994);opacity:.55}
.portrait .frame{box-shadow:0 30px 60px -28px rgba(59,46,36,.55),0 2px 0 rgba(255,255,255,.6) inset;
  border:3px solid #FBF4EC}

/* tonal contrast + rhythm between sections */
.section{padding:66px 0}
.section.tint{background:linear-gradient(180deg,#EFE0CF,#EAD4C1)}
.section-head{margin-bottom:32px}
.card h3{font-size:1.4rem}
/* a touch of texture on tinted sections */
.section.tint::before{content:"";display:block}

/* buttons: crisper, more restrained shadow */
.btn{box-shadow:0 10px 22px -14px rgba(148,82,47,.5)}
.btn:hover{box-shadow:0 16px 30px -16px rgba(148,82,47,.55)}
.btn.ghost{box-shadow:none}
@media (max-width:860px){
  .js .mobile-book{box-shadow:0 12px 30px -14px rgba(148,82,47,.55)}
  .mobile-book{box-shadow:0 12px 30px -14px rgba(148,82,47,.55)}
}

/* quiz options: tactile affordance */
.scale label{box-shadow:0 6px 16px -15px rgba(59,46,36,.6);font-weight:500}
.scale label:has(input:checked){background:linear-gradient(180deg,var(--tan-soft),#EAD3B4);border-color:var(--terracotta)}
.quiz-q{box-shadow:0 14px 34px -28px rgba(59,46,36,.5)}

/* burnout result: big centered ring on phones */
@media (max-width:560px){
  .result-head{flex-direction:column;text-align:center;gap:12px}
  .score-ring{width:158px;height:158px;flex-basis:158px}
  .ring-num .score-n{font-size:3.4rem}
  .result-meta{display:flex;flex-direction:column;align-items:center}
}

/* logo mark a touch larger and more present */
.brand .logo-mark{width:25px;height:auto}

/* pill row: tidy, consistent */
.pills{gap:7px}
.pill{font-size:.76rem;padding:6px 14px}

/* ============================================================
   ITERATION 3: judge-driven polish
   CTA scrim, body hierarchy, warmer cards, lowercase buttons,
   tidy footer, de-cluttered result.
   ============================================================ */
/* booking button labels follow the lowercase brand voice */
.btn,.nav-cta,.mobile-book{text-transform:lowercase}

/* fade scrim so content dissolves into the page above the floating CTA (no collision) */
@media (max-width:860px){
  .mobile-book::before{content:"";position:absolute;left:-16px;right:-16px;bottom:-18px;top:-82px;z-index:-1;
    background:linear-gradient(180deg,rgba(244,234,225,0),rgba(244,234,225,.97) 76%);pointer-events:none}
}

/* body hierarchy: a serif lead-in breaks the wall of text */
#about .section-head > p:first-of-type{font-family:'Cormorant Garamond',Georgia,serif;
  font-size:1.55rem;line-height:1.42;color:var(--espresso);margin-bottom:6px}
.section-head > p + p{margin-top:14px}
#about .section-head p:not(:first-of-type){font-size:1.02rem}

/* cards: warmer, lighter, more finished, with a quiet accent */
.card{box-shadow:0 18px 40px -30px rgba(120,72,45,.42);border-color:#E8D9C6;
  background:linear-gradient(180deg,#FDF8F1,#FBF3E9)}
#approach .grid-3 .card{border-top:3px solid var(--tan)}
#approach .grid-3 .card h3{color:var(--terracotta-deep)}
.quiz-q{box-shadow:0 16px 36px -30px rgba(120,72,45,.4)}

/* de-clutter the result: the ring already shows the number */
.result-meta .score{display:none}
.result-band{padding:30px 26px}

/* tidy footer so it does not read oversized on phones */
@media (max-width:860px){
  .site-footer{padding:44px 0 28px}
  .site-footer .footer-grid{gap:26px}
  .site-footer li{margin-bottom:7px}
  .site-footer a{font-size:.96rem}
  .footer-cred{font-size:.86rem}
}

/* ============================================================
   ITERATION 4: single-focus hero, calmer result, stronger CTA,
   editorial body rhythm, thicker ring, polished menu.
   ============================================================ */
/* hero: commit to ONE message. drop the competing kicker + caps line */
.hero-copy-top .hero-script{display:none}
.hero-copy-top .tagline{display:none}
.hero{padding-top:30px}
.hero-inner .portrait{max-width:344px;margin-top:14px}
.hero .lead{margin-top:20px}

/* burnout result: calm and native to the palette (ring carries the signal) */
.result-band,.result-band.low,.result-band.moderate,.result-band.high,.result-band.severe{
  background:linear-gradient(180deg,#FDF8F1,#FBF3E9);border:1px solid var(--line);box-shadow:var(--shadow-card)}
.result-meta .tier{color:var(--espresso)}
@media (max-width:560px){.ring-track,.ring-fill{stroke-width:13}}

/* bottom CTA bar: deeper for crisp white-on-warm contrast, softer scrim */
@media (max-width:860px){
  .mobile-book{background:linear-gradient(180deg,var(--terracotta-deep),#79401F)}
  .mobile-book::before{top:-56px;background:linear-gradient(180deg,rgba(244,234,225,0),rgba(244,234,225,.9) 82%)}
}

/* editorial body rhythm: lead, breathing room, and a serif pull-quote */
.section-head p{max-width:58ch}
#about .section-head > p:last-of-type{font-family:'Cormorant Garamond',Georgia,serif;font-style:italic;
  font-size:1.32rem;line-height:1.46;color:var(--terracotta-deep);border-left:3px solid var(--tan);
  padding-left:18px;margin-top:22px}
#about .section-head > p:not(:first-of-type){margin-top:16px}

/* menu button: clear open/close affordance */
.nav-toggle[aria-expanded="true"]{background:var(--espresso);color:var(--cream);border-color:var(--espresso)}

/* ============================================================
   ITERATION 5: photo crop + breathing room, calmer CTA,
   footer hierarchy, tighter body measure, unified pills.
   ============================================================ */
/* portrait: flattering crop, softer arch, room before the caption */
.portrait .frame{border-radius:44% 44% 26px 26px / 40% 40% 22% 22%;aspect-ratio:3/4}
.portrait img{object-position:center 18%}
.hero-inner .portrait figcaption{margin-top:28px}
.hero-inner .portrait{margin-bottom:18px}

/* CTA bar: calmer, more premium, still high-contrast */
@media (max-width:860px){
  .mobile-book{font-weight:600;letter-spacing:.015em;font-size:1rem;padding:16px}
}
.btn{font-weight:600;letter-spacing:.01em}

/* footer: clear grouping + restrained scale */
.site-footer h4{color:var(--terracotta-deep);margin-bottom:14px;font-size:.74rem}
.site-footer .footer-grid{gap:30px}
.site-footer li{margin-bottom:6px}
.site-footer a{font-size:.95rem}
.site-footer .footer-brand{font-size:1.2rem}

/* body: tighter measure, calmer rhythm */
.section-head p,.article p,.lead{max-width:54ch}
.section-head > p{line-height:1.72}
.article p{margin-bottom:20px}

/* pills: one consistent language, no orphan-y wrap */
.pill{font-size:.74rem;padding:6px 13px;background:#F3E7D8;border-color:#E2CFB8;color:#6B543E}
.pill.tan{background:var(--tan-soft);border-color:#E2CFA9;color:#7A5E2E}
.pills{gap:8px;row-gap:8px}

/* ============================================================
   ITERATION 6: solid crisp CTA (no muddy gradient), remove the
   card-dimming scrim, stronger per-section editorial leads.
   ============================================================ */
/* primary CTA: confident SOLID fill, crisp edge, reliable contrast */
.nav-cta{background:var(--terracotta-deep)}
@media (max-width:860px){
  .mobile-book{background:var(--terracotta-deep);
    box-shadow:0 14px 30px -12px rgba(120,60,30,.55),0 1px 0 rgba(255,255,255,.12) inset;
    font-weight:600;letter-spacing:.02em}
  .mobile-book::before{display:none} /* remove fade scrim that dimmed cards */
}

/* editorial leads per section so copy never reads as a wall of text */
#approach .section-head > p:first-of-type{font-family:'Cormorant Garamond',Georgia,serif;
  font-size:1.42rem;line-height:1.45;color:var(--espresso);margin-bottom:8px}
.section-head > p{margin-bottom:14px}
.card p{line-height:1.62}

/* ============================================================
   ITERATION 7: perfectly center the score number, refine the
   sticky CTA so it sits within the system (lighter, not bolted-on).
   ============================================================ */
/* score ring: optically centered number, calmer stroke */
.score-ring svg{overflow:visible}
.ring-num{line-height:1;gap:2px}
.ring-num .score-n{font-size:2.9rem;line-height:.9}
.ring-num small{margin-top:0}
@media (max-width:560px){
  .ring-num .score-n{font-size:3rem}
  .ring-track,.ring-fill{stroke-width:12}
}

/* sticky CTA: refined to match the in-content button voice */
@media (max-width:860px){
  .mobile-book{left:16px;right:16px;font-size:.98rem;font-weight:600;
    letter-spacing:.02em;padding:14px 20px}
}

/* ============================================================
   ITERATION 8: denser, designed mobile footer (so it reads as
   refined, not a sparse zoomed list) + clearer score ring fill.
   ============================================================ */
@media (max-width:860px){
  .site-footer{padding:40px 0 26px}
  .site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:24px 18px}
  .site-footer .footer-grid > div:first-child{grid-column:1 / -1}
  .site-footer h4{font-size:.68rem;margin-bottom:10px;letter-spacing:.16em}
  .site-footer a{font-size:.9rem}
  .site-footer li{margin-bottom:5px}
  .site-footer .footer-brand{font-size:1.12rem}
  .site-footer .footer-cred{font-size:.82rem}
  .site-footer .footer-bottom{font-size:.8rem;margin-top:24px;padding-top:18px}
}
/* score ring: clearer fill-vs-track so two-thirds reads at a glance */
.ring-track{stroke:rgba(59,46,36,.16)}
@media (max-width:560px){.ring-track,.ring-fill{stroke-width:14}}

/* ============================================================
   ITERATION 9: fix service-hero left padding (was jammed to the
   edge), simplify footer brand stack, light ring track for a
   clearly readable fill.
   ============================================================ */
/* service heroes use class="hero wrap"; restore the wrap's horizontal padding
   that the .hero padding shorthand had been zeroing out */
.hero.wrap{padding-left:22px;padding-right:22px}

/* footer brand: one clear line, drop the competing script flourish */
.site-footer .tagline .script{display:none}
.site-footer .tagline{font-size:.95rem;color:var(--ink-soft)}

/* score ring: light warm track so the terracotta fill proportion reads instantly */
.ring-track{stroke:#E4D5C2}

/* ============================================================
   ITERATION 10: visible ring track so the fill proportion reads
   as two-thirds (light track had made the unfilled arc invisible).
   ============================================================ */
.ring-track{stroke:rgba(59,46,36,.22)}

/* ============================================================
   ITERATION 11: tidy footer (single tidy column, balanced) and
   calmer, more consistent service-page heroes.
   ============================================================ */
@media (max-width:860px){
  .site-footer .footer-grid{grid-template-columns:1fr;gap:22px}
  .site-footer .footer-grid > div:first-child{grid-column:auto}
}
/* service heroes: drop the eyebrow so the hero is as calm as the homepage
   (pills + headline). the H1 and pills already carry the topic. */
.hero.wrap > .eyebrow{display:none}

/* ============================================================
   ITERATION 11b: compact the stacked mobile footer so it reads
   dense and intentional rather than sparse.
   ============================================================ */
@media (max-width:860px){
  .site-footer{padding:36px 0 24px}
  .site-footer a{font-size:.88rem}
  .site-footer li{margin-bottom:4px}
  .site-footer .footer-grid{gap:18px}
  .site-footer h4{margin-bottom:8px}
  .site-footer .footer-cred{font-size:.8rem;margin-top:4px}
}

/* ============================================================
   ITERATION 12: severity cue on the result tier so a fuller ring
   clearly reads as "more depleted", not "better".
   ============================================================ */
.result-meta .tier::before{content:"";display:inline-block;width:11px;height:11px;border-radius:50%;
  margin-right:9px;vertical-align:middle;background:var(--terracotta)}
.result-band.low .tier::before{background:var(--tan)}
.result-band.moderate .tier::before{background:var(--terracotta)}
.result-band.high .tier::before,.result-band.severe .tier::before{background:var(--terracotta-deep)}

/* ============================================================
   ITERATION 13: final polish, optically center the score number,
   even quiz options, softer CTA edge.
   ============================================================ */
.ring-num{justify-content:center;line-height:1}
.ring-num .score-n{line-height:1}
.ring-num small{margin-top:2px}
.score-ring .ring-num{transform:translateY(1px)}
.scale{gap:10px}
.scale label{min-height:48px;display:flex;align-items:center;justify-content:center}
@media (max-width:860px){
  .mobile-book{box-shadow:0 10px 26px -16px rgba(120,60,30,.5)}
}

/* ============================================================
   ITERATION 14: footer brand is a simple wordmark (the sticky
   header already carries the logo) so the footer view does not
   read as a duplicated header.
   ============================================================ */
.site-footer .footer-brand{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.15rem;color:var(--espresso);margin-bottom:6px}

/* ============================================================
   ITERATION 15: clear CTA hierarchy (form submits are espresso,
   the single booking action stays terracotta) + a clearly light
   ring track so the terracotta fill proportion is unambiguous.
   ============================================================ */
.form button[type="submit"]{background:var(--espresso)}
.form button[type="submit"]:hover{background:var(--espresso-deep);color:#fff}
.ring-track{stroke:#EBDDCB}

/* ============================================================
   ITERATION 16: result lands with breathing room below the
   sticky header when revealed (not jammed against it).
   ============================================================ */
#quiz-result{scroll-margin-top:96px}
.result-band{padding-top:34px}

/* ============================================================
   SHARE + CAPTURE (v2): share buttons, toast, calm form success,
   newsletter optin. Brand-matched, no overlap, 44px+ targets.
   ============================================================ */
/* share button */
.share{display:inline-flex;align-items:center;gap:8px;min-height:46px;padding:11px 20px;border-radius:999px;
  border:1.5px solid var(--line);background:rgba(255,255,255,.6);color:var(--espresso);
  font:inherit;font-weight:600;font-size:.95rem;cursor:pointer;text-decoration:none;
  transition:transform .2s cubic-bezier(.22,1,.36,1),border-color .2s,background .2s,box-shadow .25s}
.share svg{width:18px;height:18px;flex:0 0 18px}
.share:hover{border-color:var(--terracotta);background:#fff;box-shadow:0 12px 26px -18px rgba(148,82,47,.5);transform:translateY(-1px)}
.share:active{transform:translateY(1px) scale(.98)}
.share-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.share-row .share-label{color:var(--ink-soft);font-size:.92rem}
.result-band .share{border-color:var(--terracotta);color:var(--terracotta-deep);background:#fff}
.cta-band .share{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.45);color:var(--cream)}
.cta-band .share:hover{background:rgba(255,255,255,.2);border-color:var(--cream)}

/* toast (copy-link feedback) */
.toast{position:fixed;left:50%;bottom:calc(100px + env(safe-area-inset-bottom));transform:translate(-50%,12px);
  background:var(--espresso);color:var(--cream);padding:11px 20px;border-radius:999px;font-size:.92rem;font-weight:600;
  box-shadow:0 16px 40px -16px rgba(59,46,36,.7);opacity:0;pointer-events:none;z-index:80;
  transition:opacity .25s,transform .25s}
.toast.show{opacity:1;transform:translate(-50%,0)}
@media (min-width:861px){.toast{bottom:28px}}

/* calm form success state (no page jump) */
.form-done{display:none}
.form.is-sent > *:not(.form-done){display:none}
.form.is-sent .form-done{display:block;animation:resultPop .5s cubic-bezier(.22,1,.36,1) both;text-align:left;padding:4px 0}
.form-done .check{width:48px;height:48px;border-radius:50%;background:var(--sage-soft);color:var(--terracotta-deep);
  display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.form-done .check svg{width:24px;height:24px}
.form-done h3{margin-bottom:6px}
.form-done p{color:var(--ink-soft)}

/* newsletter optin */
.optin{background:linear-gradient(180deg,#FFFaf4,#FBEFE2);border:1px solid var(--line);
  border-radius:var(--radius-lg);padding:30px 28px;box-shadow:var(--shadow-card)}
.optin .form{max-width:none;gap:14px}
.optin-row{display:flex;gap:10px;flex-wrap:wrap}
.optin-row input[type=email]{flex:1 1 220px;min-width:0}
.optin-row button{flex:0 0 auto}
@media (max-width:560px){.optin-row button{width:100%}}
