/* =========================================================
   THEE BECOMING PLACE
   Brand palette: sage / taupe / cream
   ========================================================= */
:root{
  --sage:#6b7a5a;
  --sage-deep:#55624a;
  --taupe:#a89782;
  --taupe-light:#c9bcab;
  --cream:#f6f4ee;
  --cream-deep:#ece7db;
  --ink:#2c2c28;
  --ink-soft:#5a5a52;
  --white:#ffffff;
  --serif:'Cormorant Garamond', Georgia, serif;
  --sans:'Jost', -apple-system, sans-serif;
  --ease:cubic-bezier(.16,1,.3,1);
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
/* Lenis smooth scroll */
html.lenis,html.lenis body{height:auto}
html.lenis{scroll-behavior:auto!important}
.lenis.lenis-smooth{scroll-behavior:auto!important}
.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}
.lenis.lenis-stopped{overflow:hidden}
body{
  font-family:var(--sans);
  background:var(--cream);
  color:var(--ink);
  font-weight:300;
  line-height:1.7;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
section{position:relative}

h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:1.08;letter-spacing:.3px}
h2{font-size:clamp(2rem,4.2vw,3.4rem);color:var(--ink)}
em{font-style:italic}

.kicker{
  font-family:var(--sans);
  text-transform:uppercase;
  letter-spacing:.32em;
  font-size:.72rem;
  font-weight:500;
  color:var(--taupe);
  margin-bottom:1rem;
}

/* ---------- Buttons ---------- */
.btn{
  display:inline-block;
  font-family:var(--sans);
  font-size:.82rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  padding:1.05em 2.2em;
  border-radius:40px;
  transition:all .45s var(--ease);
  cursor:pointer;border:1px solid transparent;
}
.btn--solid{background:var(--sage);color:var(--cream)}
.btn--solid:hover{background:var(--sage-deep);transform:translateY(-3px);box-shadow:0 14px 30px -12px rgba(85,98,74,.6)}
.btn--ghost{border-color:var(--taupe);color:var(--ink)}
.btn--ghost:hover{background:var(--taupe);color:var(--white);transform:translateY(-3px)}
.btn--lg{padding:1.2em 2.8em;font-size:.88rem}

/* ---------- NAV ---------- */
.nav{
  position:fixed;top:0;left:0;width:100%;z-index:100;
  display:flex;align-items:center;justify-content:space-between;
  padding:1.1rem clamp(1.2rem,4vw,3.5rem);
  transition:all .5s var(--ease);
}
.nav.scrolled{background:rgba(246,244,238,.88);backdrop-filter:blur(14px);box-shadow:0 1px 0 rgba(0,0,0,.05);padding-top:.7rem;padding-bottom:.7rem}
.nav__brand img{height:88px;transition:height .5s var(--ease)}
.nav.scrolled .nav__brand img{height:64px}
.nav__links{display:flex;align-items:center;gap:2.2rem}
.nav__links a{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink);position:relative;transition:color .3s}
.nav__links a:not(.nav__cta)::after{content:'';position:absolute;left:0;bottom:-6px;width:0;height:1px;background:var(--sage);transition:width .4s var(--ease)}
.nav__links a:not(.nav__cta):hover::after{width:100%}
.nav__cta{background:var(--sage);color:var(--cream)!important;padding:.7em 1.5em;border-radius:30px;transition:background .4s}
.nav__cta:hover{background:var(--sage-deep)}
.nav__toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}
.nav__toggle span{width:26px;height:2px;background:var(--ink);transition:.3s}

/* ---------- HERO ---------- */
.hero{height:100vh;min-height:640px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}
.hero__bg{
  position:absolute;inset:-12% 0;
  background:
    radial-gradient(circle at 70% 20%, rgba(168,151,130,.35), transparent 55%),
    radial-gradient(circle at 20% 80%, rgba(107,122,90,.30), transparent 55%),
    linear-gradient(160deg,#fbfaf6 0%, #efe9dc 45%, #ded3c0 100%);
  background-size:120% 120%;
  z-index:-2;
}
.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;opacity:1}
.hero__overlay{position:absolute;inset:0;z-index:-1;
  background:
    radial-gradient(circle at 50% 38%, rgba(255,250,240,.45), rgba(246,244,238,.30) 45%, rgba(222,211,192,.55) 100%),
    linear-gradient(180deg, rgba(246,244,238,.55) 0%, rgba(246,244,238,.35) 40%, rgba(246,244,238,.70) 100%);
}
.hero__bg{animation:bgDrift 26s ease-in-out infinite alternate}
@keyframes bgDrift{0%{background-position:0% 0%}100%{background-position:12% 8%}}
.hero__glow{
  position:absolute;top:8%;left:50%;transform:translateX(-50%);
  width:60vw;height:60vw;max-width:680px;max-height:680px;
  background:radial-gradient(circle,rgba(255,247,228,.9),rgba(255,247,228,0) 65%);
  z-index:-1;filter:blur(8px);
  animation:glowBreathe 9s ease-in-out infinite;
}
@keyframes glowBreathe{0%,100%{opacity:.82;transform:translateX(-50%) scale(1)}50%{opacity:1;transform:translateX(-50%) scale(1.08)}}

/* ambient floating elements */
.hero__ambient{position:absolute;inset:0;overflow:hidden;z-index:0;pointer-events:none}
.mote{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(255,251,240,.95),rgba(255,247,228,0) 70%);filter:blur(.4px);opacity:0;animation:floatUp linear infinite}
.m1{left:12%;width:10px;height:10px;animation-duration:17s;animation-delay:0s}
.m2{left:24%;width:6px;height:6px;animation-duration:22s;animation-delay:3s}
.m3{left:38%;width:14px;height:14px;animation-duration:19s;animation-delay:7s}
.m4{left:52%;width:7px;height:7px;animation-duration:24s;animation-delay:1s}
.m5{left:63%;width:11px;height:11px;animation-duration:20s;animation-delay:9s}
.m6{left:74%;width:5px;height:5px;animation-duration:26s;animation-delay:4s}
.m7{left:84%;width:12px;height:12px;animation-duration:18s;animation-delay:11s}
.m8{left:46%;width:8px;height:8px;animation-duration:23s;animation-delay:14s}
@keyframes floatUp{
  0%{transform:translateY(0) translateX(0);opacity:0}
  12%{opacity:.85}
  88%{opacity:.7}
  100%{transform:translateY(-78vh) translateX(26px);opacity:0}
}
@media(prefers-reduced-motion:reduce){
  .hero__bg,.hero__glow,.mote{animation:none}
  .hero__ambient,.hero__video{display:none}
}
.hero__inner{max-width:860px;padding:0 1.5rem;position:relative;z-index:2}
.hero__eyebrow{font-family:var(--sans);text-transform:uppercase;letter-spacing:.45em;font-size:.8rem;color:var(--sage);margin-bottom:1.6rem}
.hero__title{font-size:clamp(2.8rem,8vw,6.2rem);color:var(--ink);text-shadow:0 1px 30px rgba(246,244,238,.7)}
.hero__eyebrow,.hero__sub{text-shadow:0 1px 16px rgba(246,244,238,.85)}
.hero__title em{color:var(--sage);font-style:italic}
.hero__sub{max-width:560px;margin:1.8rem auto 2.6rem;font-size:1.08rem;color:var(--ink-soft)}
.hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);font-size:.66rem;letter-spacing:.3em;text-transform:uppercase;color:var(--taupe);display:flex;flex-direction:column;align-items:center;gap:.6rem}
.hero__scroll span{width:1px;height:46px;background:linear-gradient(var(--taupe),transparent);animation:scrollLine 2s var(--ease) infinite}
@keyframes scrollLine{0%{transform:scaleY(0);transform-origin:top}45%{transform:scaleY(1);transform-origin:top}55%{transform:scaleY(1);transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}

/* ---------- AFFIRMATION BAND ---------- */
.band{background:var(--sage);padding:1.5rem 0;overflow:hidden}
.band__track{display:flex;width:max-content;animation:marquee 40s linear infinite;will-change:transform}
.band__group{display:flex;align-items:center;flex:none}
.band__group span{font-family:var(--serif);font-style:italic;font-size:1.7rem;color:var(--cream);margin:0 1.4rem;white-space:nowrap}
.band__group i{color:var(--taupe-light);font-size:.85rem;font-style:normal;margin:0 1.4rem}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.band:hover .band__track{animation-play-state:paused}
@media(prefers-reduced-motion:reduce){.band__track{animation:none}}

/* ---------- STORY ---------- */
.story{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(2rem,6vw,6rem);align-items:center;padding:clamp(5rem,11vw,9rem) clamp(1.5rem,7vw,8rem)}
.story__media{position:relative}
.story__imgwrap{border-radius:200px 200px 24px 24px;overflow:hidden;box-shadow:0 40px 80px -40px rgba(85,98,74,.5)}
.story__imgwrap img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/5}
.story__badge{position:absolute;right:-10px;bottom:30px;background:var(--cream);border:1px solid var(--cream-deep);border-radius:18px;padding:1rem 1.4rem;text-align:center;box-shadow:0 20px 40px -20px rgba(0,0,0,.25)}
.story__badge-top{display:block;font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:var(--taupe)}
.story__badge-main{display:block;font-family:var(--serif);font-size:1.25rem;color:var(--sage);line-height:1.1;margin-top:.2rem}
.story__body p{margin-bottom:1.1rem;color:var(--ink-soft)}
.story__body h2{margin-bottom:1.5rem}
blockquote{font-family:var(--serif);font-style:italic;font-size:1.35rem;color:var(--sage);border-left:2px solid var(--taupe);padding-left:1.4rem;margin-top:1.8rem;line-height:1.4}
blockquote cite{display:block;font-size:.8rem;font-style:normal;font-family:var(--sans);letter-spacing:.15em;text-transform:uppercase;color:var(--taupe);margin-top:.8rem}

/* ---------- PARALLAX VERSE BANDS ---------- */
.verse{position:relative;min-height:62vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding:5rem 1.5rem}
.verse__bg{position:absolute;inset:-28% 0;background-size:cover;background-position:center;z-index:0;will-change:transform}
.verse__overlay{position:absolute;inset:0;z-index:1;
  background:linear-gradient(180deg,rgba(44,44,40,.55) 0%,rgba(85,98,74,.42) 55%,rgba(44,44,40,.62) 100%)}
.verse__inner{position:relative;z-index:2;max-width:820px}
.verse__text{font-family:var(--serif);font-style:italic;font-size:clamp(1.7rem,4vw,3rem);line-height:1.3;color:var(--cream);text-shadow:0 2px 30px rgba(0,0,0,.35)}
.verse__ref{display:inline-block;margin-top:1.4rem;font-family:var(--sans);font-size:.8rem;letter-spacing:.28em;text-transform:uppercase;color:var(--taupe-light)}

/* ---------- HELP / SERVICES ---------- */
.help{padding:clamp(4rem,9vw,8rem) clamp(1.5rem,7vw,8rem);background:var(--cream-deep)}
.help__head{text-align:center;max-width:680px;margin:0 auto 3.5rem}
.help__lead{color:var(--ink-soft);margin-top:1rem}
.help__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;max-width:1100px;margin:0 auto}
.card--free .card__price{color:var(--taupe)}
.card--free{border-style:dashed;border-color:var(--taupe)}
@media(max-width:1080px){.help__grid{grid-template-columns:1fr 1fr;max-width:640px}}
@media(max-width:560px){.help__grid{grid-template-columns:1fr;max-width:400px}}
.card{background:var(--cream);border-radius:22px;padding:2.6rem 2rem;display:flex;flex-direction:column;transition:transform .5s var(--ease),box-shadow .5s var(--ease);position:relative;border:1px solid rgba(168,151,130,.18)}
.card:hover{transform:translateY(-10px);box-shadow:0 30px 60px -30px rgba(85,98,74,.45)}
.card--featured{background:var(--sage-deep);color:var(--cream)}
.card.card--featured h3,.card.card--featured .card__price{color:#ffffff}
.card.card--featured p{color:#ffffff;opacity:.96;font-weight:400}
.card.card--featured .card__link{color:#ffffff;font-weight:500}
.card__tag{position:absolute;top:1.2rem;right:1.2rem;background:var(--taupe);color:var(--white);font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;padding:.4em .9em;border-radius:20px}
.card__price{font-family:var(--serif);font-size:2.6rem;color:var(--sage);line-height:1;margin-bottom:.8rem}
.card h3{font-size:1.5rem;margin-bottom:.9rem}
.card p{color:var(--ink-soft);font-size:.96rem;flex-grow:1;margin-bottom:1.6rem}
.card__link{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--sage);transition:gap .3s;font-weight:400}
.card__link:hover{opacity:.7}

/* ---------- TESTIMONIALS / VOICES ---------- */
.voices{padding:clamp(4.5rem,9vw,8rem) clamp(1.5rem,7vw,8rem);background:var(--cream)}
.voices__head{text-align:center;margin-bottom:3.2rem}
.voices__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.8rem;max-width:1080px;margin:0 auto;align-items:start}
.voice{position:relative;background:var(--white);border:1px solid rgba(168,151,130,.22);border-radius:22px;padding:3.2rem 2.4rem 2.4rem;margin:0;box-shadow:0 24px 50px -34px rgba(85,98,74,.4)}
.voice__mark{position:absolute;top:.6rem;left:1.6rem;font-family:var(--serif);font-size:5rem;line-height:1;color:var(--taupe-light);opacity:.6}
.voice blockquote{font-family:var(--serif);font-style:italic;font-size:1.2rem;line-height:1.5;color:var(--ink);border:none;padding:0;margin:0 0 1.6rem}
.voice figcaption{display:flex;align-items:center;gap:.8rem}
.voice figcaption::before{content:'';width:28px;height:1px;background:var(--taupe)}
.voice figcaption span{font-family:var(--sans);font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);font-weight:500}

/* ---------- RESOURCES ---------- */
.res{padding:clamp(4rem,9vw,8rem) clamp(1.5rem,7vw,8rem);overflow:hidden}
.res__bg{position:absolute;inset:-15% 0;background:linear-gradient(180deg,var(--cream),#efe9dc);z-index:-1}
.res__head{text-align:center;margin-bottom:3.5rem}
.res__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;max-width:1100px;margin:0 auto}
.ebook{background:var(--white);border-radius:20px;padding:2.4rem 2rem;border:1px solid rgba(168,151,130,.2);transition:transform .5s var(--ease),box-shadow .5s var(--ease)}
.ebook:hover{transform:translateY(-8px);box-shadow:0 28px 55px -28px rgba(85,98,74,.4)}
.ebook__top{font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;color:var(--taupe);margin-bottom:1rem}
.ebook h3{font-size:1.55rem;margin-bottom:.9rem;color:var(--ink)}
.ebook p{color:var(--ink-soft);font-size:.94rem;margin-bottom:1.4rem}
.ebook__price{font-family:var(--serif);font-size:1.9rem;color:var(--sage)}
.res__soon{text-align:center;margin-top:3rem;font-size:1.1rem;font-family:var(--serif);font-style:italic;color:var(--ink-soft)}
.res__soon a{color:var(--sage);border-bottom:1px solid var(--taupe)}

/* ---------- LATEST ON TIKTOK ---------- */
.tiktok{padding:clamp(4rem,9vw,7rem) clamp(1.5rem,7vw,8rem);background:var(--cream);text-align:center}
.tiktok__head{margin-bottom:2.6rem}
.tiktok__grid{display:flex;flex-wrap:wrap;gap:1.4rem;justify-content:center;align-items:flex-start;max-width:1080px;margin:0 auto}
.tiktok__grid .tiktok-embed{flex:0 1 325px;margin:0!important}
.tiktok__follow{margin-top:2.6rem}

/* ---------- BLOG ---------- */
.page-blog{padding-top:0}
.blog{padding:9rem clamp(1.5rem,7vw,8rem) 5rem}
.blog__head{text-align:center;max-width:680px;margin:0 auto 3.4rem}
.blog__lead{color:var(--ink-soft);margin-top:1rem}
.blog__empty{text-align:center;color:var(--ink-soft);font-family:var(--serif);font-style:italic;font-size:1.3rem;padding:3rem 0}
.blog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem;max-width:1140px;margin:0 auto}
.bpost{display:flex;flex-direction:column;background:var(--cream);border:1px solid rgba(168,151,130,.2);border-radius:20px;overflow:hidden;transition:transform .5s var(--ease),box-shadow .5s var(--ease)}
.bpost:hover{transform:translateY(-8px);box-shadow:0 30px 60px -32px rgba(85,98,74,.45)}
.bpost__cover{height:200px;background-size:cover;background-position:center}
.bpost__cover--plain{background:linear-gradient(150deg,var(--sage),var(--taupe));display:flex;align-items:center;justify-content:center}
.bpost__cover--plain span{font-family:var(--serif);font-style:italic;color:var(--cream);font-size:1.1rem;letter-spacing:.05em}
.bpost__body{padding:1.6rem 1.5rem 1.8rem;display:flex;flex-direction:column;flex-grow:1}
.bpost__date{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--taupe);margin-bottom:.6rem}
.bpost__body h3{font-size:1.45rem;color:var(--ink);margin-bottom:.7rem;line-height:1.2}
.bpost__excerpt{color:var(--ink-soft);font-size:.95rem;flex-grow:1;margin-bottom:1.2rem}
.bpost__more{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--sage)}

/* single post */
.post{padding-bottom:4rem}
.post__cover{height:46vh;min-height:300px;background-size:cover;background-position:center}
.post__inner{max-width:760px;margin:0 auto;padding:8rem clamp(1.5rem,5vw,2.5rem) 0}
.post:has(.post__cover) .post__inner{margin-top:-4rem;position:relative;background:var(--cream);border-radius:24px 24px 0 0;padding-top:3rem}
.post__previewbar{background:#f3e6cf;border:1px solid #c9a24a;color:#7a5a18;border-radius:10px;padding:.7rem 1rem;text-align:center;font-size:.9rem;font-weight:500;margin-bottom:1.4rem}
.post__back{display:inline-block;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--sage);margin-bottom:1.6rem}
.post__date{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--taupe);margin-bottom:.8rem}
.post__title{font-family:var(--serif);font-weight:500;font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.1;color:var(--ink);margin-bottom:2rem}
.post__body{font-size:1.12rem;color:var(--ink);line-height:1.85}
.post__body p{margin-bottom:1.3rem}
.post__body h1,.post__body h2,.post__body h3{font-family:var(--serif);color:var(--sage-deep);margin:2rem 0 1rem;font-weight:500;line-height:1.2}
.post__body h1{font-size:2.1rem}.post__body h2{font-size:1.7rem}.post__body h3{font-size:1.35rem}
.post__body strong{font-weight:600}
.post__body em{font-style:italic}
.post__body u{text-decoration:underline}
.post__body ul,.post__body ol{margin:0 0 1.3rem 1.6rem}
.post__body li{margin-bottom:.45rem}
/* rich-text alignment + size classes from the editor */
.post__body .ql-align-center{text-align:center}
.post__body .ql-align-right{text-align:right}
.post__body .ql-align-justify{text-align:justify}
.post__body .ql-size-small{font-size:.78em}
.post__body .ql-size-large{font-size:1.5em}
.post__body .ql-size-huge{font-size:2.2em}
.post__body blockquote{font-family:var(--serif);font-style:italic;font-size:1.3rem;color:var(--sage);border-left:2px solid var(--taupe);padding-left:1.4rem;margin:1.8rem 0}
.post__body img{border-radius:14px;margin:1.5rem 0}
.post__body a{color:var(--sage);text-decoration:underline}
.post__videowrap{margin-top:2.8rem}
.post__videolabel{font-family:var(--sans);font-size:.76rem;letter-spacing:.18em;text-transform:uppercase;color:var(--taupe);text-align:center;margin-bottom:1rem}
.post__video{position:relative;width:100%;padding-bottom:56.25%;height:0;border-radius:16px;overflow:hidden;box-shadow:0 26px 55px -30px rgba(85,98,74,.55)}
.post__video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.post__video--tt{display:flex;justify-content:center}
.post__video--tt .tiktok-embed{margin:0 auto!important}
.post__videolink{text-align:center;margin-top:1rem}
.post__videolink a{color:var(--sage);font-weight:500}
.post__cta{margin-top:3rem;padding:2.2rem;background:var(--cream-deep);border-radius:18px;text-align:center}
.post__cta p{font-family:var(--serif);font-style:italic;font-size:1.3rem;color:var(--ink);margin-bottom:1.2rem}

@media(max-width:980px){.blog__grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.blog__grid{grid-template-columns:1fr;max-width:420px}}

/* ---------- BOOKING / CUSTOM CALENDAR ---------- */
.book{padding:clamp(4.5rem,9vw,8rem) clamp(1.5rem,7vw,8rem);background:var(--cream-deep)}
.book__head{text-align:center;max-width:660px;margin:0 auto 3rem}
.book__lead{color:var(--ink-soft);margin-top:1rem}
.book__panel{max-width:880px;margin:0 auto;background:var(--cream);border:1px solid rgba(168,151,130,.22);border-radius:24px;padding:clamp(1.6rem,4vw,3rem);box-shadow:0 30px 70px -45px rgba(85,98,74,.5)}
.book__step{display:flex;align-items:center;gap:.8rem;margin:2rem 0 1.1rem}
.book__step:first-child{margin-top:0}
.book__num{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--sage);color:var(--cream);font-size:.85rem;font-weight:500;flex:none}
.book__step h3{font-size:1.35rem;color:var(--ink)}

.book__services{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}
.svc{position:relative;cursor:pointer}
.svc input{position:absolute;opacity:0;pointer-events:none}
.svc__card{display:flex;flex-direction:column;gap:.2rem;height:100%;padding:1.2rem 1.1rem;border:1.5px solid rgba(168,151,130,.35);border-radius:16px;transition:all .35s var(--ease);background:var(--white)}
.svc__card b{font-family:var(--serif);font-size:1.15rem;font-weight:500;color:var(--ink);line-height:1.15}
.svc__card i{font-family:var(--serif);font-style:normal;font-size:1.5rem;color:var(--sage)}
.svc__card small{color:var(--ink-soft);font-size:.82rem}
.svc:hover .svc__card{border-color:var(--taupe)}
.svc input:checked + .svc__card{border-color:var(--sage);background:#eef1e9;box-shadow:0 0 0 1px var(--sage) inset}

.book__cal{display:grid;grid-template-columns:1.15fr .85fr;gap:1.6rem;align-items:start}
.cal{background:var(--white);border:1px solid rgba(168,151,130,.25);border-radius:16px;padding:1.1rem}
.cal__bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}
.cal__bar span{font-family:var(--serif);font-size:1.2rem;color:var(--ink)}
.cal__bar button{width:34px;height:34px;border-radius:50%;border:1px solid rgba(168,151,130,.4);background:var(--cream);color:var(--sage);font-size:1.1rem;cursor:pointer;transition:all .3s}
.cal__bar button:hover:not(:disabled){background:var(--sage);color:var(--cream)}
.cal__bar button:disabled{opacity:.3;cursor:not-allowed}
.cal__dow{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:4px}
.cal__dow span{text-align:center;font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;color:var(--taupe);padding:.3rem 0}
.cal__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
.cal__day{aspect-ratio:1;display:grid;place-items:center;border-radius:10px;font-size:.9rem;color:var(--ink);cursor:pointer;border:1px solid transparent;transition:all .25s}
.cal__day:hover:not(.is-disabled){background:var(--cream-deep);border-color:var(--taupe)}
.cal__day.is-empty{cursor:default}
.cal__day.is-disabled{color:var(--taupe-light);cursor:not-allowed;opacity:.5}
.cal__day.is-today{font-weight:500;box-shadow:0 0 0 1px var(--taupe) inset}
.cal__day.is-selected{background:var(--sage);color:var(--cream);border-color:var(--sage)}

.book__slotlabel{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--taupe);margin-bottom:.9rem}
.slots{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}
.slot{padding:.75rem .5rem;text-align:center;border:1px solid rgba(168,151,130,.4);border-radius:10px;background:var(--white);color:var(--ink);font-size:.86rem;cursor:pointer;transition:all .25s}
.slot:hover{border-color:var(--sage)}
.slot.is-selected{background:var(--sage);color:var(--cream);border-color:var(--sage)}
.slot.is-taken{opacity:.4;cursor:not-allowed;text-decoration:line-through;background:var(--cream-deep);border-style:dashed}
.slot.is-taken:hover{border-color:rgba(168,151,130,.4)}

.book__fields{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}
.book__fields textarea{grid-column:1/-1}
.book__fields input,.book__fields textarea{padding:1em 1.1em;border:1px solid rgba(168,151,130,.4);border-radius:12px;font-family:var(--sans);font-size:.95rem;font-weight:300;color:var(--ink);background:var(--white);resize:vertical}
.book__fields input:focus,.book__fields textarea:focus{outline:none;border-color:var(--sage)}
.book__summary{margin:1.6rem 0 1rem;font-family:var(--serif);font-style:italic;color:var(--sage);font-size:1.05rem;min-height:1.2em}
.book #bookSubmit{width:100%;border:none;cursor:pointer}
.book__msg{text-align:center;margin-top:1.2rem;font-size:1rem;min-height:1.2em}
.book__msg.ok{color:var(--sage-deep);font-weight:500;font-size:1.15rem;background:#e7ecdf;border:1.5px solid var(--sage);border-radius:14px;padding:1.1em 1.3em;line-height:1.5}
.book__msg.err{color:#9e463e;font-weight:500;background:#f7e6e3;border:1.5px solid #c8786f;border-radius:14px;padding:1em 1.2em}

@media(max-width:900px){.book__services{grid-template-columns:1fr 1fr}}
@media(max-width:760px){
  .book__services{grid-template-columns:1fr 1fr}
  .book__cal{grid-template-columns:1fr}
  .book__fields{grid-template-columns:1fr}
  .slots{grid-template-columns:1fr 1fr 1fr}
}
@media(max-width:440px){.book__services{grid-template-columns:1fr}}

/* Booking on its own page: solid nav + clear the fixed header */
.book--page{padding-top:9rem}
.nav--solid{background:rgba(246,244,238,.92);backdrop-filter:blur(14px);box-shadow:0 1px 0 rgba(0,0,0,.05)}

/* ---------- PRAYER + GIVING ---------- */
.prayer{display:grid;grid-template-columns:1fr 1fr}
.prayer__col{padding:clamp(3.5rem,7vw,7rem) clamp(1.8rem,5vw,5rem)}
.prayer__request{background:var(--sage);color:var(--cream)}
.prayer__request h2,.prayer__request .kicker{color:var(--cream)}
.prayer__request .kicker{color:var(--taupe-light)}
.prayer__request p{color:rgba(246,244,238,.85);margin-bottom:2rem}
.prayer__request form{display:flex;flex-direction:column;gap:1rem}
.prayer__request input,.prayer__request textarea{
  background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25);border-radius:12px;
  padding:1em 1.2em;color:var(--cream);font-family:var(--sans);font-size:.95rem;font-weight:300;resize:vertical;
}
.prayer__request input::placeholder,.prayer__request textarea::placeholder{color:rgba(246,244,238,.6)}
.prayer__request input:focus,.prayer__request textarea:focus{outline:none;border-color:var(--cream)}
.prayer__request .btn--solid{background:var(--cream);color:var(--sage);margin-top:.4rem}
.prayer__request .btn--solid:hover{background:var(--white)}
.form__msg{margin-top:1rem;text-align:center;font-size:1.05rem;font-weight:500;min-height:1em;border-radius:14px;line-height:1.5}
.form__msg.ok{background:var(--cream);color:var(--sage-deep);padding:1em 1.2em;border:1.5px solid var(--taupe-light)}
.form__msg.err{background:#f7e6e3;color:#9e463e;padding:1em 1.2em;border:1.5px solid #c8786f}
.prayer__seed{background:var(--cream-deep)}
.prayer__seed h2{margin-bottom:1.2rem}
.prayer__seed p{color:var(--ink-soft);margin-bottom:2rem}
.seed__handles{display:flex;flex-direction:column;gap:.9rem;margin-bottom:1rem}
.seed__btn{display:block;background:var(--white);border:1px solid rgba(168,151,130,.3);border-radius:12px;padding:1.1em 1.4em;font-size:.9rem;letter-spacing:.06em;color:var(--ink);transition:all .4s var(--ease)}
.seed__btn:hover{background:var(--sage);color:var(--cream);transform:translateX(6px)}

/* ---------- CONTACT ---------- */
.contact{position:relative;overflow:hidden;padding:clamp(5rem,11vw,9rem) 1.5rem;text-align:center;background:linear-gradient(160deg,#fbfaf6,#e4dccc)}
.contact__bg{position:absolute;inset:-26% 0;background-size:cover;background-position:center;z-index:0;will-change:transform}
.contact__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(44,44,40,.50) 0%,rgba(85,98,74,.45) 55%,rgba(44,44,40,.72) 100%)}
.contact__inner{position:relative;z-index:2;max-width:680px;margin:0 auto}
.contact .kicker{color:var(--taupe-light)}
.contact h2{margin:.6rem 0 1.2rem;font-size:clamp(2.2rem,5vw,3.8rem);color:var(--cream);text-shadow:0 2px 30px rgba(0,0,0,.35)}
.contact__inner>p{color:rgba(246,244,238,.88);margin-bottom:2.4rem}
.contact__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.contact .btn--ghost{border-color:rgba(246,244,238,.65);color:var(--cream)}
.contact .btn--ghost:hover{background:var(--cream);color:var(--sage)}
.contact__verse{display:inline-block;text-align:left;margin-top:3.5rem;color:var(--cream);border-left-color:var(--taupe-light)}
.contact__verse cite{color:var(--taupe-light)}

/* ---------- FOOTER ---------- */
.footer{background:var(--ink);color:var(--cream);text-align:center;padding:4rem 1.5rem 2.5rem}
.footer__brand img{height:120px;margin:0 auto 1.2rem;opacity:.95}
.footer__tag{font-family:var(--serif);font-style:italic;font-size:1.3rem;color:var(--taupe-light);margin-bottom:1.8rem}
/* floating social bar (desktop) */
.social-float{position:fixed;right:16px;top:50%;transform:translateY(-50%);z-index:90;display:flex;flex-direction:column;gap:.6rem}
.social-float a{flex:none;width:40px;height:40px;border-radius:50%;background:rgba(85,98,74,.92);color:var(--cream);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 22px -10px rgba(85,98,74,.7);transition:all .35s var(--ease)}
.social-float a:hover{background:var(--sage-deep);transform:translateX(-3px) scale(1.06)}
.social-float svg{width:18px;height:18px;fill:currentColor}
@media(max-width:880px){.social-float{display:none}}

.footer__social{display:flex;gap:1rem;justify-content:center;margin-bottom:1.8rem}
.footer__social a{flex:none;width:42px;height:42px;border:1px solid rgba(246,244,238,.28);border-radius:50%;display:flex;align-items:center;justify-content:center;color:rgba(246,244,238,.8);transition:all .35s var(--ease)}
.footer__social a:hover{background:var(--sage);border-color:var(--sage);color:var(--cream);transform:translateY(-3px)}
.footer__social svg{width:18px;height:18px;fill:currentColor}
@media(max-width:560px){
  .footer__social{gap:.8rem}
  .footer__social a{width:34px;height:34px}
  .footer__social svg{width:15px;height:15px}
}
.footer__links{display:flex;gap:1.8rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}
.footer__links a{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(246,244,238,.75);transition:color .3s}
.footer__links a:hover{color:var(--cream)}
.footer__copy{font-size:.74rem;letter-spacing:.08em;color:rgba(246,244,238,.45)}

/* ---------- REVEAL ANIM ---------- */
.reveal{opacity:0;transform:translateY(34px);transition:opacity 1s var(--ease),transform 1s var(--ease)}
.reveal.in{opacity:1;transform:none}

/* ---------- RESPONSIVE ---------- */
@media(max-width:880px){
  .nav__brand img{height:58px}
  .nav.scrolled .nav__brand img{height:50px}
  .nav__links{position:fixed;inset:0 0 0 auto;height:100%;width:min(80vw,330px);background:var(--cream);flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.6rem;padding:6.5rem 2.2rem 2.5rem;transform:translateX(100%);transition:transform .45s var(--ease);box-shadow:-20px 0 60px -30px rgba(0,0,0,.3);overflow-y:auto}
  .nav__links.open{transform:translateX(0)}
  .nav__toggle{display:flex;z-index:101}
  .story{grid-template-columns:1fr}
  .res__grid{grid-template-columns:1fr;max-width:440px}
  .voices__grid{grid-template-columns:1fr;max-width:560px}
  .prayer{grid-template-columns:1fr}
}
@media(max-width:480px){
  .hero__actions{flex-direction:column}
  .band__track span{font-size:1.3rem}
}
