/* Willow Moon Enchantments -- SHARED PAGE SYSTEM (one source).
   Tokens, base styles, the immersive panel + scannable body component system,
   wax-seal buttons, and the mobile sweep. Pages link this file and keep only
   their page-specific styles inline. The menu bar and footer carry their own
   styles inside site-nav.js and site-footer.js. */

:root{ --wax:#170A12; --plum:#3A1726; --mulberry:#5B3743; --bronze:#B5824F; --gold:#E2BC8E; --hi:#F0D99A; --parchment:#F2E7D8; }
*{box-sizing:border-box; margin:0; padding:0}
html{scroll-behavior:smooth}
body{background:var(--wax); color:var(--parchment); font-family:'Nunito Sans',system-ui,sans-serif; overflow-x:hidden}
a{color:inherit; text-decoration:none}
img{max-width:100%}

/* site-wide floating motes behind everything */
#motes{position:fixed; inset:0; z-index:0; pointer-events:none}
.layer{position:relative; z-index:1}

/* ===== IMMERSIVE PANELS: full-bleed art, copy composed into the open space ===== */
.mpanel{position:relative; min-height:clamp(640px,92vh,940px); display:grid; align-items:center; overflow:hidden}
.mpanel-bg{position:absolute; inset:0; z-index:1; background:center/cover no-repeat}
.mpanel::before{content:''; position:absolute; top:0; left:0; right:0; height:24vh; z-index:2; pointer-events:none; background:linear-gradient(var(--wax),transparent)}
/* Lead panel sits directly under the fixed menu: strong dark shield across the very top so the
   nav always rests on clean darkness, plus top clearance so content never tucks under the bar. */
.mpanel.lead{min-height:clamp(680px,96vh,1000px)}
.mpanel.lead::before{height:300px; background:linear-gradient(180deg,#120810f5 0%,#150912d9 30%,#170A1266 66%,transparent 100%)}
.mpanel.lead .mbody{padding-top:clamp(96px,13vh,168px)}
.mpanel::after{content:''; position:absolute; bottom:0; left:0; right:0; height:24vh; z-index:2; pointer-events:none; background:linear-gradient(transparent,var(--wax))}
.mscrim{position:absolute; inset:0; z-index:3; pointer-events:none}
.mpanel.copy-right .mscrim{background:linear-gradient(270deg,#170A12f2 0%,#170A12c4 32%,#170A1255 54%,transparent 74%)}
.mpanel.copy-left  .mscrim{background:linear-gradient(90deg,#170A12f2 0%,#170A12c4 32%,#170A1255 54%,transparent 74%)}
.mbody{position:relative; z-index:4; width:100%; max-width:1220px; margin:0 auto; padding:0 6vw; display:flex}
.mpanel.copy-right .mbody{justify-content:flex-end}
.mpanel.copy-left  .mbody{justify-content:flex-start}
.mtext{max-width:452px}
.meyebrow{font-family:'Cinzel',serif; color:var(--gold); letter-spacing:.26em; text-transform:uppercase; font-size:.74rem; margin:0 0 12px}
.mtitle{font-family:'Cinzel',serif; font-weight:600; color:var(--parchment); font-size:clamp(2rem,3.1vw,2.6rem); line-height:1.06; margin:0; text-shadow:0 3px 24px #000c}
.mtitle em{font-family:'Cormorant Garamond',serif; font-style:italic; font-weight:500; color:var(--hi); font-size:.56em; display:block; margin-top:8px; letter-spacing:.01em}
.mlead{font-family:'Cormorant Garamond',serif; font-style:italic; font-size:clamp(1.24rem,1.7vw,1.5rem); color:#f6ead6; line-height:1.5; margin:22px 0 16px; text-shadow:0 2px 16px #000a}
.mtext > p{color:#e9dbc7; line-height:1.72; font-size:1.02rem; margin:0 0 14px; text-shadow:0 1px 12px #0009}
.mnote{font-size:.88rem; color:#cdbaa0; font-style:italic; line-height:1.62; margin-top:16px; text-shadow:0 1px 10px #0009}
.mbenefits{list-style:none; margin:18px 0 4px; padding:0}
.mbenefits li{position:relative; padding:6px 0 6px 18px; margin-bottom:8px; line-height:1.42; font-size:.98rem; color:#f0e2ce; text-shadow:0 1px 10px #000a}
.mbenefits li::before{content:''; position:absolute; left:0; top:7px; bottom:7px; width:2px; border-radius:2px; background:linear-gradient(180deg,var(--gold),#B5824F14)}

@media(max-width:820px){
  .mpanel{min-height:auto}
  .mpanel-bg{position:relative; height:64vw; max-height:420px}
  .mpanel::before,.mpanel::after{height:14vh}
  .mscrim,.mpanel.copy-right .mscrim,.mpanel.copy-left .mscrim{background:linear-gradient(180deg,transparent 0%,#170A1288 42%,#170A12 92%)}
  .mbody{position:relative; margin-top:-16vw; padding:0 24px}
  .mpanel.copy-right .mbody,.mpanel.copy-left .mbody{justify-content:flex-start}
  .mtext{max-width:none}
}

/* ===== SCANNABLE BODY: leads, gold-rule headers, idea cards, callouts, steps, disclosures ===== */
.body{position:relative; z-index:1; max-width:1000px; margin:0 auto; padding:8vh 24px 12vh}
.reveal{opacity:0; transform:translateY(40px); transition:opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1)}
.reveal.in{opacity:1; transform:none}
html:not(.js) .reveal{opacity:1; transform:none}
.body h2{font-family:'Cinzel',serif; font-weight:600; color:var(--gold); font-size:1.5rem; margin:38px 0 14px; display:flex; align-items:center; gap:14px}
.body h2::after{content:''; flex:1; height:1px; background:linear-gradient(90deg,#B5824F66,transparent)}
.body h3{font-family:'Cinzel',serif; color:var(--parchment); font-size:1.05rem; letter-spacing:.04em; margin:26px 0 8px; padding-left:14px; border-left:3px solid var(--bronze)}
.body p{color:#e7d8c4; margin-bottom:15px; max-width:780px; line-height:1.85; font-size:1.06rem}
.body ul{list-style:none; margin:8px 0 20px; max-width:780px}
.body li{position:relative; padding-left:20px; margin-bottom:11px; color:#e7d8c4; line-height:1.7}
.body li::before{content:''; position:absolute; left:0; top:8px; bottom:8px; width:2px; border-radius:2px; background:linear-gradient(180deg,var(--gold),#B5824F14)}
.pull{font-family:'Cormorant Garamond',serif; font-style:italic; font-size:1.45rem; color:#f4e7d4; border-left:3px solid var(--gold); padding:10px 0 10px 24px; margin:30px 0; max-width:780px; line-height:1.5}
.cta{margin:36px 0 6px}
.cc-note{margin:16px 0 4px; max-width:680px; font-size:.95rem; line-height:1.7; color:#cbb89f; font-style:italic}
.cc-note a{color:var(--gold); font-style:normal; white-space:nowrap; border-bottom:1px solid #b5824f66}
.cc-note a:hover{color:var(--hi)}
.svc-lead{font-family:'Cormorant Garamond',serif; font-size:clamp(1.34rem,2.3vw,1.7rem); line-height:1.56; color:#f3e7d5; max-width:760px; margin:0 0 30px}
.svc-lead b{color:var(--hi); font-weight:600}
.cardrow{display:grid; grid-template-columns:repeat(auto-fit,minmax(258px,1fr)); gap:18px; margin:22px 0 30px; max-width:900px}
.icard{position:relative; background:linear-gradient(160deg,#2a1420f2,#1b0d15f2); border:1px solid #B5824F33; border-top:2px solid var(--gold); border-radius:14px; padding:22px 22px 24px; box-shadow:0 14px 32px #0006}
.icard .ic-k{font-family:'Cinzel',serif; text-transform:uppercase; letter-spacing:.15em; font-size:.68rem; color:var(--gold); margin:0 0 9px}
.icard h3{font-family:'Cinzel',serif; color:var(--parchment); font-size:1.1rem; margin:0 0 8px; padding:0; border:0}
.icard p{margin:0; font-size:.97rem; line-height:1.64; color:#e3d4c0; max-width:none}
.callout{position:relative; background:radial-gradient(130% 150% at 0% 0%, #3a1726d9, #190b14f2); border:1px solid #C9A24B44; border-radius:16px; padding:24px 28px; margin:30px 0; max-width:860px; box-shadow:0 16px 40px #0007}
.callout .co-k{font-family:'Cinzel',serif; letter-spacing:.13em; text-transform:uppercase; font-size:.72rem; color:var(--gold); margin:0 0 10px}
.callout p{margin:0; color:#efe1cd; line-height:1.78; font-size:1.05rem; max-width:none}
.callout p + p{margin-top:12px}
.steps{list-style:none; counter-reset:step; margin:24px 0 28px; padding:0; max-width:820px}
.steps>li{position:relative; counter-increment:step; padding:0 0 26px 60px; margin:0}
.steps>li:not(:last-child)::before{content:''; position:absolute; left:20px; top:42px; bottom:0; width:2px; background:linear-gradient(180deg,var(--bronze),#B5824F1f)}
.steps>li::after{content:counter(step); position:absolute; left:0; top:-2px; width:41px; height:41px; display:grid; place-items:center; border-radius:50%; border:1px solid var(--gold); background:radial-gradient(circle at 50% 34%, #3a1726, #170a12); color:var(--hi); font-family:'Cinzel',serif; font-size:1.04rem; box-shadow:0 5px 15px #0008}
.steps h3{font-family:'Cinzel',serif; color:var(--gold); font-size:1.06rem; margin:4px 0 6px; padding:0; border:0}
.steps p{margin:0; max-width:none; font-size:1.01rem; line-height:1.72}
details.disclose{max-width:820px; margin:-4px 0 20px; border-top:1px solid #B5824F26}
details.disclose>summary{cursor:pointer; list-style:none; font-family:'Cinzel',serif; color:var(--gold); font-size:.8rem; letter-spacing:.08em; padding:12px 0; display:flex; align-items:center; gap:8px; transition:color .25s}
details.disclose>summary:hover{color:var(--hi)}
details.disclose>summary::-webkit-details-marker{display:none}
details.disclose>summary::after{content:'+'; margin-left:auto; font-size:1.15rem; line-height:1}
details.disclose[open]>summary::after{content:'\2013'}
details.disclose .body-inner p{margin:2px 0 12px}

.scrollcue{position:fixed; bottom:18px; left:50%; transform:translateX(-50%); z-index:55; font-size:.7rem; letter-spacing:.22em; color:#d9c7af; text-transform:uppercase; pointer-events:none}
.scrollcue span{display:inline-block; animation:bob 2.4s ease-in-out infinite}
@keyframes bob{0%,100%{transform:translateY(0); opacity:.5} 50%{transform:translateY(7px); opacity:1}}

/* ===== WAX-SEAL BUTTONS -- the brand signature on every call to action.
   Rounded beaded ends are fixed caps (border-image); only the wax belly
   stretches to the label, so the seal never distorts. ===== */
.cta a,.cta-btn,.sched,.more{
  background:none !important; box-shadow:none !important; border-radius:0 !important;
  border-style:solid !important; border-color:transparent !important;
  border-top-width:0 !important; border-bottom-width:0 !important;
  border-image:url('btn-wax.png') 0 300 fill stretch !important;
  color:#F7E8C6 !important;
  text-shadow:0 1px 4px #000b; font-family:'Cinzel',serif; font-weight:600; letter-spacing:.05em;
  display:inline-flex; align-items:center; justify-content:center; gap:9px; text-align:center;
  transition:transform .3s, filter .3s; filter:drop-shadow(0 7px 16px #00000055);
}
.more{padding:15px 12px; letter-spacing:.1em; border-left-width:26px !important; border-right-width:26px !important}
.cta a,.cta-btn{padding:17px 14px; border-left-width:28px !important; border-right-width:28px !important}
.sched{padding:22px 16px; font-size:1.05rem; border-left-width:32px !important; border-right-width:32px !important}
.cta a:hover,.cta-btn:hover,.sched:hover,.more:hover{
  transform:translateY(-3px); color:#FBF1D6 !important;
  filter:drop-shadow(0 12px 26px #b5824f77) brightness(1.07);
}
.more .arr,.cta-btn .arr{transition:transform .3s} .more:hover .arr,.cta-btn:hover .arr{transform:translateX(4px)}

/* ===== QUIET FORMS (contact, capture, checkout) -- no chips, no pills ===== */
.field{max-width:560px; margin:0 0 18px}
.field label{display:block; font-family:'Cinzel',serif; font-size:.78rem; letter-spacing:.1em; text-transform:uppercase; color:var(--gold); margin-bottom:8px}
.field input,.field textarea,.field select{width:100%; background:#20111bcc; border:1px solid #B5824F44; border-radius:10px; padding:14px 16px; color:var(--parchment); font-family:'Nunito Sans',sans-serif; font-size:1rem; line-height:1.5; transition:border-color .3s, box-shadow .3s}
.field textarea{min-height:130px; resize:vertical}
.field input:focus,.field textarea:focus,.field select:focus{outline:none; border-color:var(--gold); box-shadow:0 0 0 3px #E2BC8E22}
.field .hint{font-size:.82rem; color:#a8977f; margin-top:6px; line-height:1.5}
.form-note{font-size:.9rem; color:#cbb89f; font-style:italic; line-height:1.65; max-width:560px}
.form-status{font-family:'Cinzel',serif; font-size:.92rem; color:var(--hi); margin-top:14px; min-height:1.4em}

/* MOBILE SWEEP -- placed last to win the cascade */
@media(max-width:760px){
  .body{padding:7vh 22px 10vh}
  .body p,.pull,.body ul{max-width:100%}
  .body h2{font-size:1.28rem}
  .pull{font-size:1.28rem}
}
@media(max-width:480px){
  .body p{font-size:1rem}
  .cta a,.cta-btn{font-size:.82rem}
}

@media(prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .scrollcue,.scrollcue span{animation:none}
  .reveal{opacity:1; transform:none; transition:none}
}
