/* Service pages — shares the homepage design tokens. Kept separate and lean:
   the homepage stylesheet carries hero video, chat and voice-widget rules these
   pages have no use for. */
:root{
  --bg:#F8F4EC; --bg-2:#FCFAF4; --ink:#1E1A20; --ink-2:#3A3340; --muted:#6E6472;
  --line:rgba(30,26,32,0.10); --line-2:rgba(30,26,32,0.18);
  --plum:#845478; --plum-2:#6F4263; --plum-light:#C4A7BC;
  /* Brand pulled to the client's logo purple 2026-09-01 at Shawn's request.
     gold aliases kept so every existing var(--gold) rule repaints.
     The old --gold-2 was 3.49:1 on cream — failing WCAG AA for body text.
     --plum-2 is 7.26:1. */
  --gold:var(--plum); --gold-2:var(--plum-2); --sage:#7A8B6C; --sage-2:#5E6E51;
  --paper:#FFFFFF; --ink-soft:rgba(30,26,32,0.78);
  --shadow-sm:0 1px 2px rgba(30,26,32,0.04), 0 4px 12px rgba(30,26,32,0.04);
  --shadow-md:0 4px 24px rgba(30,26,32,0.08);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--ink);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}
h1,h2,h3,.serif{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;line-height:1.15}
a{color:var(--gold-2)}
.wrap{max-width:1080px;margin:0 auto;padding:0 24px}

/* nav */
.nav{position:sticky;top:0;z-index:50;background:rgba(248,244,236,.92);
  backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line)}
.nav-inner{max-width:1080px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;
  justify-content:space-between;gap:18px}
.logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);
  font-family:'Cormorant Garamond',serif;font-size:19px;font-weight:600}
/* real brand mark, supplied by the client 2026-09-01 */
.logo-mark{width:40px;height:40px;object-fit:contain;flex-shrink:0;display:block}
.foot-logo{width:180px;height:auto;display:block;margin-bottom:14px}
@media(max-width:640px){ .foot-logo{width:150px} }
.nav-links{display:flex;gap:22px;align-items:center}
.nav-links a{color:var(--ink-2);text-decoration:none;font-size:14px}
.nav-links a:hover{color:var(--gold-2)}
/* Buttons — brushed-metal depth in the site's own palette.
   Primary stays ink-on-white text: 16.9:1. Gold-background/white-text was
   measured at 2.76:1 and rejected. */
.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:9px;
  text-decoration:none;border-radius:10px;font-size:15px;font-weight:700;letter-spacing:.01em;
  padding:14px 24px;border:1px solid transparent;cursor:pointer;overflow:hidden;isolation:isolate;
  transition:transform .22s cubic-bezier(.34,1.56,.64,1), box-shadow .22s ease, background .2s ease, border-color .2s;
  will-change:transform}
.btn svg{width:18px;height:18px}
/* idle pulse — see the note in index.html; ported from Rent EBoard 4920 */
@keyframes owGlow{
  0%,100%{box-shadow:0 10px 28px -14px rgba(30,26,32,.55), 0 0 0 0 rgba(132,84,120,0)}
  50%    {box-shadow:0 12px 30px -12px rgba(30,26,32,.65), 0 0 22px 1px rgba(132,84,120,.45)}
}
.btn:focus-visible{outline:2px solid var(--gold);outline-offset:3px}

/* sheen — a single pass, only on hover, never on load */
.btn::after{content:'';position:absolute;top:0;left:-140%;width:55%;height:100%;
  z-index:1;pointer-events:none;transform:skewX(-18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.30),transparent)}
.btn:hover::after{animation:owSheen .8s ease-out}
@keyframes owSheen{to{left:140%}}

.btn-primary{
  color:#fff;
  background:linear-gradient(176deg,#2C312B 0%,#1E1A20 46%,#0D100C 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.13),
    inset 0 -1px 0 rgba(0,0,0,.5),
    0 1px 2px rgba(30,26,32,.22),
    0 8px 18px -6px rgba(30,26,32,.38);
  border-color:rgba(0,0,0,.42);
  animation:owGlow 3.2s ease-in-out infinite}
.btn-primary:hover{transform:translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -1px 0 rgba(0,0,0,.5),
    0 2px 4px rgba(30,26,32,.22),
    0 14px 26px -8px rgba(30,26,32,.44)}
.btn-primary:active{transform:translateY(1px) scale(.988);
  box-shadow:inset 0 2px 5px rgba(0,0,0,.46), inset 0 1px 2px rgba(0,0,0,.3)}

.btn-ghost{color:var(--ink);border-color:var(--line-2);
  background:rgba(255,255,255,.55);
  backdrop-filter:blur(12px) saturate(150%);-webkit-backdrop-filter:blur(12px) saturate(150%);
  box-shadow:0 10px 30px -18px rgba(30,26,32,.55)}
.btn-ghost:hover{border-color:var(--gold);transform:translateY(-1px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9), 0 6px 14px -6px rgba(132,84,120,.42)}
.btn-ghost:active{transform:translateY(1px) scale(.988);
  box-shadow:inset 0 2px 4px rgba(30,26,32,.12)}

/* plum CTA inside the dark band — WHITE text. Ink on plum measured 2.15:1
   and failed; white on this gradient is 5.15 / 5.97 / 7.97:1 across the stops. */
.band .btn-primary{color:#fff;
  background:linear-gradient(176deg,#8F5E80 0%,#845478 52%,#6F4263 100%);
  border-color:rgba(0,0,0,.28);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.45),
    inset 0 -1px 0 rgba(0,0,0,.22),
    0 2px 5px rgba(0,0,0,.3),
    0 12px 24px -8px rgba(0,0,0,.45)}
.band .btn-primary:hover{transform:translateY(-1px);
  background:linear-gradient(176deg,#9A688B 0%,#8F5E80 52%,#7A4A6E 100%)}

/* shader canvas sits behind the label on enhanced buttons only */
.btn[data-shader] canvas{position:absolute;inset:0;width:100%!important;height:100%!important;
  border-radius:inherit;z-index:-1;opacity:0;transition:opacity .7s ease}
.btn[data-shader].shader-live canvas{opacity:.62}
.btn[data-shader].shader-live{background:linear-gradient(176deg,#23271F 0%,#12150F 100%)}

@media (prefers-reduced-motion:reduce){
  .btn,.btn::after{transition:none}
  .btn:hover{transform:none}
  .btn[data-shader] canvas{display:none}
  .btn-primary{animation:none}
  .btn:hover::after{animation:none}
}

/* hero */
.shero{padding:64px 0 46px;border-bottom:1px solid var(--line);
  background:radial-gradient(900px 260px at 50% -60px,rgba(132,84,120,.13),transparent 70%)}
.crumb{font-size:12.5px;color:var(--muted);margin-bottom:16px}
.crumb a{color:var(--muted);text-decoration:none}
.crumb a:hover{color:var(--gold-2)}
.eyebrow{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-2);font-weight:700}
.shero h1{font-size:46px;margin:14px 0 16px;max-width:16ch}
.shero .lede{font-size:17.5px;color:var(--ink-soft);max-width:62ch}
.shero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}

/* body */
section{padding:48px 0;border-bottom:1px solid var(--line)}
section h2{font-size:30px;margin-bottom:10px}
section .sub{color:var(--muted);font-size:15.5px;max-width:64ch;margin-bottom:26px}
.tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:18px}
.tile{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:26px 24px;
  box-shadow:var(--shadow-sm)}
.tile h3{font-size:21px;margin-bottom:8px}
.tile p{font-size:14.5px;color:var(--ink-soft)}
.tile ul{margin:14px 0 0 0;list-style:none}
.tile li{font-size:14px;color:var(--ink-soft);padding-left:22px;position:relative;margin-bottom:7px}
.tile li::before{content:'';position:absolute;left:0;top:8px;width:9px;height:9px;border-radius:50%;
  background:var(--gold);opacity:.55}
.tile .price{margin-top:16px;padding-top:14px;border-top:1px solid var(--line);
  font-family:'Cormorant Garamond',serif;font-size:20px;color:var(--ink)}
.note{font-size:13px;color:var(--muted);margin-top:22px;font-style:italic}

/* cta band */
.band{background:var(--ink);color:#EDE7DA;border-radius:20px;padding:40px 42px;margin:40px 0 0}
.band h2{color:#fff;font-size:30px;margin-bottom:10px}
.band p{color:#BDB8AB;font-size:15.5px;max-width:56ch}
.band .row{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.band .btn-primary{background:var(--gold);color:#fff}
.band .btn-primary:hover{background:var(--gold-2)}
.band .btn-ghost{color:#EDE7DA;border-color:rgba(255,255,255,.28)}

/* footer */
footer{padding:44px 0 54px;background:var(--ink);color:#B9B4A7;margin-top:0}
footer .wrap{display:flex;justify-content:space-between;gap:28px;flex-wrap:wrap}
footer a{color:#EDE7DA;text-decoration:none}
footer a:hover{color:var(--gold)}
footer .fcol{font-size:14px;line-height:1.8}
footer .fcol b{color:#fff;display:block;margin-bottom:8px;font-weight:600}
.legal{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:18px;font-size:12.5px;
  color:#8E897E;max-width:1080px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}

@media(max-width:760px){
  .nav-links{display:none}
  .shero{padding:44px 0 34px}
  .shero h1{font-size:33px}
  section h2{font-size:24px}
  .band{padding:28px 24px;border-radius:16px}
  .band h2{font-size:24px}
}

/* what-to-expect steps */
.steps{display:grid;gap:14px;margin-top:6px}
.step{display:grid;grid-template-columns:44px 1fr;gap:18px;align-items:start;
  background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:22px 24px;
  box-shadow:var(--shadow-sm)}
.step .sn{width:44px;height:44px;border-radius:50%;background:rgba(132,84,120,.12);
  border:1px solid rgba(132,84,120,.35);display:flex;align-items:center;justify-content:center;
  font-family:'Cormorant Garamond',serif;font-size:19px;color:var(--gold-2)}
.step h3{font-size:19px;margin-bottom:5px}
.step p{font-size:14.5px;color:var(--ink-soft)}

/* faq */
details{background:var(--paper);border:1px solid var(--line);border-radius:12px;
  padding:16px 20px;margin-top:10px}
summary{font-weight:600;font-size:15.5px;cursor:pointer;list-style:none;color:var(--ink)}
summary::-webkit-details-marker{display:none}
summary::after{content:'+';float:right;color:var(--gold);font-size:20px;line-height:1}
details[open] summary::after{content:'\2013'}
details p{font-size:14.5px;color:var(--ink-soft);margin-top:12px}

/* long-form legal */
.prose{max-width:74ch}
.prose h2{font-size:25px;margin:34px 0 10px}
.prose h3{font-size:18px;margin:22px 0 6px}
.prose p,.prose li{font-size:15px;color:var(--ink-soft);margin-bottom:12px}
.prose ul{margin:0 0 12px 20px}
.prose strong{color:var(--ink)}
.callout{background:rgba(132,84,120,.10);border:1px solid rgba(132,84,120,.32);
  border-radius:14px;padding:20px 22px;margin:22px 0}
.callout p{margin-bottom:0;color:var(--ink)}

@media(max-width:760px){ .step{grid-template-columns:1fr;gap:10px} }
