@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;600;700;800&family=IBM+Plex+Mono:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');

/* =====================================================================
   CORNERSTONE HOME RECOVERY — JASPER, IN
   Palette: Slate #4A5568 + Coral #E8725C (client-provided)
   Support: Cream #F7F3ED + Deep Navy #2D3748 + Warm Sand #E5DED0
   Type: Archivo/Space Grotesk (bold sans display) + Inter body + IBM Plex Mono labels
   Aesthetic: Modern architectural / contemporary D2C
   ===================================================================== */

:root{
  --slate:#4A5568;
  --slate-deep:#2D3748;
  --slate-light:#718096;
  --coral:#E8725C;
  --coral-deep:#C7573F;
  --coral-soft:#F5B5A6;
  --cream:#F7F3ED;
  --cream-warm:#EFE8DA;
  --canvas:#FAF7F1;
  --sand:#E5DED0;
  --ink:#1A202C;
  --ink-soft:#4A5568;
  --ink-muted:#718096;
  --line:#DDD5C4;
  --line-soft:#EAE2D0;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:'Inter','Helvetica Neue',system-ui,sans-serif;
  background:var(--canvas);color:var(--ink);
  line-height:1.6;font-size:16px;font-weight:400;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}

.display{
  font-family:'Archivo','Space Grotesk','Inter',sans-serif;
  font-weight:800;letter-spacing:-.03em;line-height:.95;
}
.mono{font-family:'IBM Plex Mono','SF Mono','JetBrains Mono',monospace;font-weight:500}

.wrap{max-width:1360px;margin:0 auto;padding:0 40px}
.narrow{max-width:820px;margin:0 auto;padding:0 40px}

/* ---------- Preloader ---------- */
#preloader{
  position:fixed;inset:0;background:var(--slate-deep);z-index:9999;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;
  transition:opacity .6s ease, visibility .6s ease;
}
#preloader.done{opacity:0;visibility:hidden}
.pre-mark{animation:markIn .9s cubic-bezier(.2,.8,.2,1)}
@keyframes markIn{from{transform:translateY(20px) scale(.9);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}
.pre-text{
  font-family:'Archivo',sans-serif;font-weight:800;
  color:var(--coral-soft);font-size:1.1rem;letter-spacing:.35em;
  padding-left:.4em;opacity:0;animation:fadeIn .8s ease .4s forwards;
}
@keyframes fadeIn{to{opacity:.9}}

/* ---------- Utility Bar ---------- */
.utility{
  background:var(--slate-deep);color:var(--cream);
  font-family:'IBM Plex Mono',monospace;
  font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;
  padding:10px 0;font-weight:500;
}
.utility .wrap{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;align-items:center;padding:0 40px}
.utility .u-left{display:flex;align-items:center;gap:14px;opacity:.9}
.utility .u-left .dot{width:6px;height:6px;background:var(--coral);border-radius:50%;box-shadow:0 0 8px var(--coral);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:.5}50%{opacity:1}}
.utility a[data-call]{color:var(--coral-soft);font-weight:700;display:inline-flex;align-items:center;gap:6px;cursor:pointer}
.utility a[data-call]:hover{color:var(--cream)}

/* ---------- Header ---------- */
header.site{
  background:var(--canvas);border-bottom:1px solid var(--line);
  position:sticky;top:0;z-index:100;transition:box-shadow .3s;
}
header.site.scrolled{box-shadow:0 6px 30px -15px rgba(74,85,104,.2)}
.nav-in{
  max-width:1360px;margin:0 auto;padding:0 40px;
  display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:40px;
  height:88px;
}
.brand{display:flex;align-items:center;gap:14px}
.brand-txt{line-height:1.02}
.brand-txt .b1{
  font-family:'Archivo',sans-serif;font-weight:800;
  font-size:1.35rem;color:var(--slate-deep);letter-spacing:-.02em;display:block;
  text-transform:uppercase;
}
.brand-txt .b1 span{color:var(--coral)}
.brand-txt .b2{
  display:block;font-family:'IBM Plex Mono',monospace;
  font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;
  color:var(--slate-light);margin-top:5px;font-weight:500;
}

nav.prim{justify-self:center}
nav.prim ul{
  display:flex;gap:34px;list-style:none;
  font-family:'Inter',sans-serif;font-size:.88rem;letter-spacing:.01em;font-weight:600;
}
nav.prim a{color:var(--slate);padding:8px 0;position:relative;transition:color .25s;cursor:pointer}
nav.prim a::before{
  content:"";position:absolute;left:50%;bottom:-2px;
  width:0;height:2px;background:var(--coral);
  transform:translateX(-50%);transition:width .3s ease;
}
nav.prim a:hover{color:var(--slate-deep)}
nav.prim a:hover::before{width:100%}

.head-cta{display:flex;align-items:center;gap:14px}
.head-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 14px;background:var(--sand);border:1px solid var(--line);
  border-radius:100px;
  font-family:'IBM Plex Mono',monospace;
  font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--slate-deep);font-weight:600;
}
.head-badge .live-dot{width:5px;height:5px;background:var(--coral);border-radius:50%;box-shadow:0 0 6px var(--coral);animation:pulse 2s infinite}

/* ==================================================================
   BUTTONS — Coral solid + Slate outline (client palette)
   Arrow slide animation (different from previous fill animations)
   ================================================================== */
.btn-call{
  background:var(--coral);color:var(--cream);
  padding:14px 24px;border-radius:8px;
  font-family:'Inter',sans-serif;
  font-size:.85rem;letter-spacing:.01em;font-weight:700;
  display:inline-flex;align-items:center;gap:10px;cursor:pointer;
  border:none;
  transition:all .35s cubic-bezier(.2,.8,.2,1);
  box-shadow:0 4px 14px -4px rgba(232,114,92,.5);
  position:relative;overflow:hidden;
}
.btn-call:hover{background:var(--coral-deep);transform:translateY(-2px);box-shadow:0 8px 20px -4px rgba(232,114,92,.6)}
.btn-call svg{transition:transform .3s}
.btn-call:hover svg{transform:translateX(3px)}

.btn-primary{
  background:var(--coral);color:var(--cream);
  padding:18px 30px;border-radius:8px;
  font-family:'Inter',sans-serif;
  font-size:.92rem;letter-spacing:.01em;font-weight:700;
  display:inline-flex;align-items:center;gap:14px;cursor:pointer;
  border:none;
  transition:all .35s cubic-bezier(.2,.8,.2,1);
  box-shadow:0 10px 30px -10px rgba(232,114,92,.55);
  position:relative;overflow:hidden;
}
.btn-primary::before{
  content:"";position:absolute;inset:0;background:var(--slate-deep);
  transform:translateX(-101%);transition:transform .4s cubic-bezier(.2,.8,.2,1);z-index:0;
}
.btn-primary:hover::before{transform:translateX(0)}
.btn-primary > *{position:relative;z-index:1}
.btn-primary:hover{color:var(--cream)}
.btn-primary .arrow{
  display:inline-flex;align-items:center;justify-content:center;
  width:26px;height:26px;border-radius:50%;background:var(--cream);color:var(--coral);
  transition:all .35s;
}
.btn-primary:hover .arrow{background:var(--coral);color:var(--cream);transform:translateX(4px)}

.btn-outline{
  background:transparent;color:var(--slate-deep);
  padding:18px 28px;border-radius:8px;
  font-family:'Inter',sans-serif;
  font-size:.92rem;letter-spacing:.01em;font-weight:700;
  display:inline-flex;align-items:center;gap:10px;cursor:pointer;
  border:1.5px solid var(--slate);
  transition:all .35s;
}
.btn-outline:hover{background:var(--slate-deep);color:var(--cream);border-color:var(--slate-deep)}

.btn-ghost-light{
  color:var(--cream);padding:18px 24px;border-radius:8px;
  font-family:'Inter',sans-serif;
  font-size:.92rem;letter-spacing:.01em;font-weight:700;
  display:inline-flex;align-items:center;gap:10px;cursor:pointer;
  border:1.5px solid rgba(247,243,237,.4);background:transparent;
  transition:all .35s;
}
.btn-ghost-light:hover{background:var(--cream);color:var(--slate-deep);border-color:var(--cream)}

.hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px;color:var(--slate-deep)}

/* ---------- HERO — Asymmetric grid ---------- */
.hero{padding:70px 0 100px;position:relative;overflow:hidden}
.hero-grid{
  display:grid;grid-template-columns:1.15fr 1fr;gap:60px;align-items:center;
}
.hero-left{position:relative}
.hero-left::before{
  content:"";position:absolute;left:-40px;top:8px;bottom:8px;width:4px;
  background:var(--coral);border-radius:2px;
}
.eyebrow-hero{
  display:inline-flex;align-items:center;gap:12px;
  font-family:'IBM Plex Mono',monospace;
  font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--coral);font-weight:700;margin-bottom:28px;
}
.eyebrow-hero::before{
  content:"";width:20px;height:1.5px;background:var(--coral);
}
.hero h1{
  font-size:clamp(2.8rem, 6.5vw, 5.6rem);
  color:var(--slate-deep);margin-bottom:32px;line-height:.95;letter-spacing:-.035em;
}
.hero h1 .coral{color:var(--coral)}
.hero h1 .under{
  display:inline-block;position:relative;
}
.hero h1 .under::after{
  content:"";position:absolute;left:0;right:0;bottom:.06em;height:.16em;
  background:var(--coral);z-index:-1;opacity:.9;
}
.hero-lede{
  font-size:1.15rem;color:var(--slate);max-width:560px;
  line-height:1.65;margin-bottom:44px;
}
.hero-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-bottom:60px}

.hero-stats{
  display:grid;grid-template-columns:repeat(3,1fr);gap:0;
  padding-top:36px;border-top:1px solid var(--line);
}
.hs-item{padding:0 20px;border-left:1px solid var(--line)}
.hs-item:first-child{border-left:none;padding-left:0}
.hs-num{
  font-family:'Archivo',sans-serif;font-weight:800;
  font-size:2.4rem;color:var(--slate-deep);line-height:1;letter-spacing:-.03em;
}
.hs-num .accent{color:var(--coral)}
.hs-lbl{
  font-family:'IBM Plex Mono',monospace;
  font-size:.66rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--slate-light);margin-top:10px;font-weight:600;
}

/* Hero right — stacked tiles */
.hero-right{position:relative;display:flex;flex-direction:column;gap:16px}
.htile{
  position:relative;overflow:hidden;border-radius:12px;
  box-shadow:0 30px 60px -25px rgba(74,85,104,.35);
}
.htile-main{aspect-ratio:3/2}
.htile-side{aspect-ratio:16/9}
.htile img{width:100%;height:100%;object-fit:cover;transition:transform 8s ease}
.htile:hover img{transform:scale(1.05)}
.htile-tag{
  position:absolute;top:16px;left:16px;
  background:var(--slate-deep);color:var(--coral-soft);
  padding:8px 14px;border-radius:100px;
  font-family:'IBM Plex Mono',monospace;
  font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;font-weight:700;
  display:inline-flex;align-items:center;gap:6px;
}
.htile-tag::before{content:"";width:5px;height:5px;background:var(--coral);border-radius:50%}
.htile-cap{
  position:absolute;bottom:0;left:0;right:0;padding:20px;
  background:linear-gradient(180deg,transparent,rgba(45,55,72,.85));color:var(--cream);
  font-family:'Archivo',sans-serif;font-weight:700;font-size:1rem;letter-spacing:-.01em;
}

/* ---------- Section base ---------- */
section{padding:130px 0;position:relative}
.eyebrow{
  display:inline-flex;align-items:center;gap:12px;
  font-family:'IBM Plex Mono',monospace;
  font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--coral);font-weight:700;margin-bottom:20px;
}
.eyebrow::before{content:"";width:28px;height:1.5px;background:var(--coral)}
.section-h{
  font-family:'Archivo',sans-serif;font-weight:800;
  font-size:clamp(2.2rem,4.6vw,4rem);color:var(--slate-deep);
  letter-spacing:-.03em;line-height:.98;margin-bottom:22px;
}
.section-h .coral{color:var(--coral)}
.section-h .under{display:inline-block;position:relative}
.section-h .under::after{
  content:"";position:absolute;left:0;right:0;bottom:.06em;height:.16em;
  background:var(--coral);opacity:.9;z-index:-1;
}
.section-lede{font-size:1.05rem;color:var(--slate);max-width:680px;line-height:1.7}

/* ---------- When Reaches Breaking Point (Reality) ---------- */
.reality{background:var(--slate-deep);color:var(--cream)}
.reality .eyebrow{color:var(--coral-soft)}
.reality .eyebrow::before{background:var(--coral-soft)}
.reality .section-h{color:var(--cream)}
.reality .section-h .coral{color:var(--coral)}
.reality .section-lede{color:rgba(247,243,237,.75)}
.reality-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-top:60px;align-items:start;
}
.reality-body p{
  color:rgba(247,243,237,.85);font-size:1.02rem;line-height:1.75;margin-bottom:20px;
}
.reality-body p strong{color:var(--coral-soft);font-weight:600}
.reality-facts{
  display:flex;flex-direction:column;gap:2px;
  background:rgba(232,114,92,.15);border-radius:12px;overflow:hidden;
}
.rfact{
  background:var(--slate-deep);padding:26px 28px;
  display:grid;grid-template-columns:60px 1fr;gap:20px;align-items:start;
}
.rfact-num{
  font-family:'Archivo',sans-serif;font-weight:800;
  font-size:2rem;color:var(--coral);line-height:1;letter-spacing:-.02em;
}
.rfact h4{
  font-family:'Archivo',sans-serif;font-weight:700;
  font-size:1.1rem;color:var(--cream);margin-bottom:6px;line-height:1.2;letter-spacing:-.015em;
}
.rfact p{color:rgba(247,243,237,.65);font-size:.9rem;line-height:1.5}

/* ---------- This Decision (Hard) ---------- */
.decision{background:var(--cream)}
.decision-grid{
  display:grid;grid-template-columns:1fr 1.2fr;gap:80px;margin-top:60px;align-items:center;
}
.decision-quote{
  font-family:'Archivo',sans-serif;font-weight:700;
  font-size:clamp(1.6rem,2.8vw,2.4rem);color:var(--slate-deep);line-height:1.15;
  letter-spacing:-.025em;position:relative;padding-left:32px;
  border-left:4px solid var(--coral);
}
.decision-quote .coral{color:var(--coral)}
.decision-body p{font-size:1.02rem;color:var(--slate);line-height:1.75;margin-bottom:18px}
.decision-body p strong{color:var(--slate-deep);font-weight:600}

/* ---------- Services — Numbered horizontal cards ---------- */
.services{background:var(--canvas)}
.svc-head{max-width:900px;margin-bottom:60px}
.svc-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:24px;
}
.svc-card{
  background:var(--cream);border:1px solid var(--line);border-radius:14px;
  padding:44px 32px 36px;position:relative;overflow:hidden;
  transition:all .4s cubic-bezier(.2,.8,.2,1);cursor:default;
  min-height:340px;display:flex;flex-direction:column;
}
.svc-card::before{
  content:attr(data-num);position:absolute;top:-30px;right:-10px;
  font-family:'Archivo',sans-serif;font-weight:800;
  font-size:11rem;line-height:1;color:var(--sand);z-index:0;letter-spacing:-.05em;
  transition:transform .5s cubic-bezier(.2,.8,.2,1);
}
.svc-card:hover{transform:translateY(-6px);border-color:var(--coral);box-shadow:0 20px 40px -18px rgba(74,85,104,.2)}
.svc-card:hover::before{transform:translate(-8px,-4px);color:var(--coral-soft)}
.svc-card > *{position:relative;z-index:1}
.svc-idx{
  font-family:'IBM Plex Mono',monospace;
  font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--coral);font-weight:700;margin-bottom:16px;
}
.svc-icon{
  width:44px;height:44px;color:var(--slate-deep);margin-bottom:20px;
  transition:color .3s;
}
.svc-card:hover .svc-icon{color:var(--coral)}
.svc-card h3{
  font-family:'Archivo',sans-serif;font-weight:700;
  font-size:1.35rem;color:var(--slate-deep);line-height:1.15;letter-spacing:-.02em;margin-bottom:14px;
}
.svc-card p{color:var(--slate);font-size:.95rem;line-height:1.6;flex-grow:1}

/* ---------- CTA #3 — Post-services ---------- */
.cta-band{
  background:var(--coral);color:var(--cream);padding:80px 0;position:relative;overflow:hidden;
}
.cta-band::before{
  content:"";position:absolute;top:-120px;right:-100px;
  width:400px;height:400px;border-radius:50%;
  background:radial-gradient(circle,rgba(247,243,237,.15),transparent 70%);
}
.cta-band::after{
  content:"";position:absolute;bottom:-120px;left:-100px;
  width:400px;height:400px;border-radius:50%;
  background:radial-gradient(circle,rgba(45,55,72,.15),transparent 70%);
}
.cta-band .wrap{
  display:flex;justify-content:space-between;align-items:center;gap:40px;flex-wrap:wrap;
  position:relative;z-index:1;
}
.cta-band h2{
  font-family:'Archivo',sans-serif;font-weight:800;
  font-size:clamp(1.8rem,3.4vw,2.8rem);line-height:1.1;
  max-width:660px;letter-spacing:-.025em;
}
.cta-band h2 .accent{color:var(--slate-deep)}
.cta-band .btn-primary{
  background:var(--slate-deep);box-shadow:0 10px 30px -8px rgba(0,0,0,.4);
}
.cta-band .btn-primary::before{background:var(--cream)}
.cta-band .btn-primary:hover{color:var(--slate-deep)}
.cta-band .btn-primary .arrow{background:var(--coral);color:var(--cream)}
.cta-band .btn-primary:hover .arrow{background:var(--slate-deep);color:var(--cream)}

/* ---------- Process — Interactive Vertical Timeline (Left steps + Right content) ---------- */
.process{background:var(--cream)}
.process-head{max-width:900px;margin-bottom:60px}
.proc-grid{
  display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:start;
}
.proc-steps{position:sticky;top:120px;display:flex;flex-direction:column;gap:0}
.pstep{
  padding:26px 28px;cursor:pointer;
  display:grid;grid-template-columns:56px 1fr;gap:20px;align-items:center;
  border-radius:12px;transition:all .35s;position:relative;
  border-left:3px solid transparent;
}
.pstep:hover{background:var(--cream-warm)}
.pstep.active{background:var(--slate-deep);color:var(--cream);border-left-color:var(--coral)}
.pstep-num{
  font-family:'Archivo',sans-serif;font-weight:800;
  font-size:1.8rem;color:var(--coral);line-height:1;letter-spacing:-.02em;
  transition:color .3s;
}
.pstep-txt h4{
  font-family:'Archivo',sans-serif;font-weight:700;
  font-size:1.1rem;color:var(--slate-deep);line-height:1.15;margin-bottom:4px;
  transition:color .3s;letter-spacing:-.015em;
}
.pstep.active .pstep-txt h4{color:var(--cream)}
.pstep-txt .subtle{
  font-family:'IBM Plex Mono',monospace;
  font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;
  color:var(--slate-light);font-weight:600;
}
.pstep.active .pstep-txt .subtle{color:var(--coral-soft)}

.proc-panel{
  background:var(--slate-deep);color:var(--cream);
  border-radius:16px;padding:50px;min-height:420px;
  box-shadow:0 30px 60px -25px rgba(74,85,104,.4);
  position:relative;overflow:hidden;
}
.proc-panel::before{
  content:"";position:absolute;top:0;right:0;
  width:200px;height:200px;
  background:radial-gradient(circle,rgba(232,114,92,.15),transparent 70%);
  pointer-events:none;
}
.ppanel{display:none;animation:fadeIn2 .5s ease both;position:relative}
.ppanel.active{display:block}
@keyframes fadeIn2{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.ppanel-lbl{
  font-family:'IBM Plex Mono',monospace;
  font-size:.68rem;letter-spacing:.24em;text-transform:uppercase;
  color:var(--coral);font-weight:700;margin-bottom:18px;
}
.ppanel h3{
  font-family:'Archivo',sans-serif;font-weight:800;
  font-size:clamp(1.8rem,3vw,2.4rem);color:var(--cream);line-height:1.05;
  letter-spacing:-.025em;margin-bottom:20px;
}
.ppanel p{color:rgba(247,243,237,.8);font-size:1.05rem;line-height:1.7;margin-bottom:20px}
.ppanel ul{list-style:none;padding:0;margin-top:24px;display:flex;flex-direction:column;gap:10px}
.ppanel ul li{
  padding-left:26px;position:relative;color:rgba(247,243,237,.85);font-size:.95rem;
}
.ppanel ul li::before{
  content:"→";position:absolute;left:0;color:var(--coral);font-weight:700;
}

/* ---------- Case Study — Split hero-quote layout ---------- */
.case{background:var(--canvas)}
.case-grid{
  display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center;
}
.case-quote-block{position:relative;padding-left:36px}
.case-quote-block::before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--coral);
  border-radius:2px;
}
.case-quote-block .lbl{
  font-family:'IBM Plex Mono',monospace;
  font-size:.68rem;letter-spacing:.24em;text-transform:uppercase;
  color:var(--coral);font-weight:700;margin-bottom:20px;display:block;
}
.case-quote-block h2{
  font-family:'Archivo',sans-serif;font-weight:800;
  font-size:clamp(2rem,3.6vw,3rem);color:var(--slate-deep);line-height:1.05;
  letter-spacing:-.03em;margin-bottom:24px;
}
.case-quote-block h2 .coral{color:var(--coral);font-style:normal}
.case-quote-block p{
  font-family:'Archivo',sans-serif;font-weight:400;font-style:italic;
  color:var(--slate);font-size:1.2rem;line-height:1.4;
}
.case-body p{
  color:var(--slate);font-size:1.02rem;line-height:1.75;margin-bottom:18px;
}
.case-body p strong{color:var(--slate-deep);font-weight:600}
.case-results{
  display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:32px;
  padding:28px;background:var(--slate-deep);border-radius:12px;color:var(--cream);
}
.result{text-align:center;padding:0 8px}
.result-num{
  font-family:'Archivo',sans-serif;font-weight:800;
  font-size:2rem;color:var(--coral-soft);line-height:1;letter-spacing:-.02em;
}
.result-lbl{
  font-family:'IBM Plex Mono',monospace;
  font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;
  color:rgba(247,243,237,.65);margin-top:10px;font-weight:500;
}

/* ---------- Before/After — Horizontal Scroll Strip ---------- */
.compare{background:var(--slate-deep);color:var(--cream)}
.compare .eyebrow{color:var(--coral-soft)}
.compare .eyebrow::before{background:var(--coral-soft)}
.compare .section-h{color:var(--cream)}
.compare .section-h .coral{color:var(--coral)}
.compare .section-lede{color:rgba(247,243,237,.75)}
.compare-head{max-width:900px;margin-bottom:50px;display:flex;justify-content:space-between;align-items:end;gap:40px;flex-wrap:wrap}
.scroll-note{
  font-family:'IBM Plex Mono',monospace;
  font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;
  color:var(--coral-soft);font-weight:600;display:inline-flex;align-items:center;gap:10px;
}

.strip-wrap{
  overflow-x:auto;scroll-snap-type:x mandatory;
  padding-bottom:20px;margin:0 -40px;padding-left:40px;padding-right:40px;
  scrollbar-width:thin;scrollbar-color:var(--coral) rgba(247,243,237,.1);
}
.strip-wrap::-webkit-scrollbar{height:8px}
.strip-wrap::-webkit-scrollbar-track{background:rgba(247,243,237,.08);border-radius:4px}
.strip-wrap::-webkit-scrollbar-thumb{background:var(--coral);border-radius:4px}

.strip{display:flex;gap:24px;padding-right:40px}
.strip-card{
  flex:0 0 auto;width:min(85vw,720px);scroll-snap-align:start;
  background:rgba(247,243,237,.04);border-radius:16px;
  border:1px solid rgba(247,243,237,.1);
  padding:24px;transition:all .4s;
}
.strip-card:hover{border-color:var(--coral);transform:translateY(-4px)}
.strip-head{
  display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;
  padding:0 8px;
}
.strip-lbl{
  font-family:'IBM Plex Mono',monospace;
  font-size:.65rem;letter-spacing:.24em;text-transform:uppercase;
  color:var(--coral-soft);font-weight:700;
}
.strip-title{
  font-family:'Archivo',sans-serif;font-weight:800;
  font-size:1.35rem;color:var(--cream);letter-spacing:-.02em;
}
.strip-pair{
  display:grid;grid-template-columns:1fr 1fr;gap:12px;
}
.strip-cell{
  aspect-ratio:4/3;border-radius:10px;overflow:hidden;position:relative;
}
.strip-cell img{width:100%;height:100%;object-fit:cover;transition:transform 3s ease}
.strip-cell:hover img{transform:scale(1.06)}
.strip-tag{
  position:absolute;top:12px;left:12px;
  background:var(--cream);color:var(--slate-deep);
  padding:5px 12px;border-radius:100px;
  font-family:'IBM Plex Mono',monospace;
  font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;font-weight:700;
}
.strip-tag.after{background:var(--coral);color:var(--cream)}

/* ---------- Compliance / Salvageable — 2-col info blocks ---------- */
.info-blocks{background:var(--cream);padding:120px 0}
.info-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:50px;
}
.info-block{
  background:var(--canvas);border:1px solid var(--line);border-radius:14px;
  padding:44px;position:relative;overflow:hidden;
  transition:all .35s;
}
.info-block:hover{border-color:var(--coral);transform:translateY(-4px)}
.info-block::before{
  content:"";position:absolute;top:0;left:0;width:0;height:3px;background:var(--coral);
  transition:width .5s cubic-bezier(.2,.8,.2,1);
}
.info-block:hover::before{width:100%}
.info-lbl{
  font-family:'IBM Plex Mono',monospace;
  font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--coral);font-weight:700;margin-bottom:16px;
}
.info-block h3{
  font-family:'Archivo',sans-serif;font-weight:800;
  font-size:1.7rem;color:var(--slate-deep);line-height:1.1;letter-spacing:-.025em;margin-bottom:16px;
}
.info-block p{color:var(--slate);font-size:.98rem;line-height:1.7;margin-bottom:16px}
.info-block p strong{color:var(--slate-deep);font-weight:600}

/* ---------- Services Included Checklist ---------- */
.included{background:var(--slate-deep);color:var(--cream);padding:120px 0}
.included .eyebrow{color:var(--coral-soft)}
.included .eyebrow::before{background:var(--coral-soft)}
.included .section-h{color:var(--cream)}
.included .section-h .coral{color:var(--coral)}
.included .section-lede{color:rgba(247,243,237,.75)}
.check-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:50px;
}
.check{
  display:flex;align-items:flex-start;gap:16px;
  padding:20px 24px;background:rgba(247,243,237,.05);border-radius:10px;
  border:1px solid rgba(247,243,237,.08);
  transition:all .3s;
}
.check:hover{background:rgba(232,114,92,.1);border-color:rgba(232,114,92,.4);transform:translateX(4px)}
.check-icon{
  width:28px;height:28px;flex-shrink:0;border-radius:50%;
  background:var(--coral);color:var(--cream);
  display:flex;align-items:center;justify-content:center;
}
.check span{color:var(--cream);font-size:.98rem;line-height:1.5;font-weight:500}

/* ---------- Areas ---------- */
.areas{background:var(--canvas)}
.areas-head{max-width:900px;margin-bottom:50px}
.area-list{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.area-row{
  display:grid;grid-template-columns:120px 1fr auto 32px;gap:32px;
  padding:32px 8px;border-bottom:1px solid var(--line);
  align-items:center;transition:all .3s;cursor:pointer;
}
.area-row:last-child{border-bottom:none}
.area-row:hover{background:var(--cream);padding-left:20px}
.area-row:hover .area-arrow{color:var(--coral);transform:translateX(4px)}
.area-zip{
  font-family:'IBM Plex Mono',monospace;
  font-size:1.15rem;color:var(--coral);font-weight:700;letter-spacing:.04em;
}
.area-city{
  font-family:'Archivo',sans-serif;font-weight:800;
  font-size:1.6rem;color:var(--slate-deep);letter-spacing:-.02em;
}
.area-note{
  color:var(--slate);font-size:.92rem;text-align:right;max-width:400px;
}
.area-arrow{color:var(--slate-light);transition:all .3s;justify-self:end}

/* ---------- Families ---------- */
.families{background:var(--cream)}
.families-grid{
  display:grid;grid-template-columns:1fr 1.1fr;gap:70px;align-items:center;
}
.families-photo{
  aspect-ratio:3/4;overflow:hidden;border-radius:14px;position:relative;
  box-shadow:0 40px 80px -30px rgba(74,85,104,.35);
}
.families-photo img{width:100%;height:100%;object-fit:cover}
.families-photo::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 55%,rgba(45,55,72,.6));
}
.families-quote{
  position:absolute;bottom:32px;left:32px;right:32px;
  color:var(--cream);font-family:'Archivo',sans-serif;font-weight:700;
  font-size:1.15rem;line-height:1.3;z-index:2;letter-spacing:-.015em;
}
.families-quote small{
  display:block;margin-top:12px;font-family:'IBM Plex Mono',monospace;
  font-size:.63rem;letter-spacing:.2em;text-transform:uppercase;
  color:var(--coral-soft);font-weight:600;
}
.families-text .lead{
  font-family:'Archivo',sans-serif;font-weight:700;
  font-size:1.7rem;color:var(--slate-deep);line-height:1.2;
  margin-bottom:24px;letter-spacing:-.02em;
}
.families-text .lead .coral{color:var(--coral)}
.families-text p{color:var(--slate);font-size:1rem;margin-bottom:18px;line-height:1.7}
.families-text p strong{color:var(--slate-deep);font-weight:600}

/* ---------- FAQ — Numbered rows with slim underline ---------- */
.faq{background:var(--canvas)}
.faq-head{max-width:900px;margin-bottom:50px}
.faq-list{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--line)}
.faq-row{border-bottom:1px solid var(--line);transition:background .3s}
.faq-row.open{background:var(--cream)}
.faq-btn{
  width:100%;background:none;border:none;cursor:pointer;padding:30px 8px;
  display:grid;grid-template-columns:60px 1fr 36px;gap:24px;align-items:center;text-align:left;
}
.faq-idx{
  font-family:'IBM Plex Mono',monospace;
  font-size:.72rem;letter-spacing:.18em;color:var(--coral);font-weight:700;
}
.faq-q{
  font-family:'Archivo',sans-serif;font-weight:700;
  font-size:1.3rem;color:var(--slate-deep);line-height:1.2;letter-spacing:-.015em;transition:color .3s;
}
.faq-row:hover .faq-q{color:var(--coral)}
.faq-plus{
  width:36px;height:36px;border-radius:8px;
  background:var(--cream-warm);
  display:flex;align-items:center;justify-content:center;
  color:var(--slate-deep);transition:all .35s;justify-self:end;
}
.faq-row.open .faq-plus{background:var(--coral);color:var(--cream);transform:rotate(45deg)}
.faq-ans{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.2,.8,.2,1)}
.faq-ans-in{padding:0 8px 32px 92px;color:var(--slate);font-size:1rem;line-height:1.75}

/* ---------- Final CTA ---------- */
.final{
  background:var(--slate-deep);color:var(--cream);padding:150px 0;text-align:center;
  position:relative;overflow:hidden;
}
.final::before{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(circle at 25% 30%,rgba(232,114,92,.15),transparent 40%),
    radial-gradient(circle at 75% 70%,rgba(245,181,166,.08),transparent 40%);
  pointer-events:none;
}
.final .wrap{position:relative;z-index:1}
.final .eyebrow{color:var(--coral-soft);justify-content:center;display:inline-flex}
.final .eyebrow::before{background:var(--coral-soft)}
.final h2{
  font-family:'Archivo',sans-serif;font-weight:800;
  font-size:clamp(2.6rem,6.2vw,5.2rem);color:var(--cream);
  line-height:.95;letter-spacing:-.035em;
  margin-bottom:26px;max-width:960px;margin-left:auto;margin-right:auto;
}
.final h2 .coral{color:var(--coral)}
.final p{color:rgba(247,243,237,.75);font-size:1.15rem;max-width:600px;margin:0 auto 44px;line-height:1.7}

/* ---------- Footer ---------- */
footer{background:var(--slate-deep);color:var(--cream);padding:80px 0 30px;border-top:1px solid rgba(247,243,237,.08)}
.foot{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:60px}
.foot-brand{display:flex;align-items:center;gap:14px;margin-bottom:22px}
.foot-brand .brand-txt .b1{color:var(--cream);font-size:1.35rem}
.foot-brand .brand-txt .b1 span{color:var(--coral)}
.foot-brand .brand-txt .b2{color:var(--coral-soft)}
.foot-tag{color:rgba(247,243,237,.55);font-size:.94rem;line-height:1.7;max-width:340px}
footer h4{
  font-family:'IBM Plex Mono',monospace;
  font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--coral-soft);font-weight:700;margin-bottom:22px;
}
footer ul{list-style:none}
footer ul li{margin-bottom:10px;font-size:.92rem}
footer ul a{color:rgba(247,243,237,.6);transition:color .3s,padding .3s;cursor:pointer}
footer ul a:hover{color:var(--coral-soft);padding-left:5px}
.foot-cta-btn{
  display:inline-flex;align-items:center;gap:10px;margin-top:16px;
  background:var(--coral);color:var(--cream);
  padding:14px 22px;border-radius:8px;
  font-family:'Inter',sans-serif;
  font-size:.82rem;letter-spacing:.01em;font-weight:700;
  transition:all .3s;cursor:pointer;
}
.foot-cta-btn:hover{background:var(--cream);color:var(--slate-deep)}
.foot-bot{
  padding-top:32px;border-top:1px solid rgba(247,243,237,.08);
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;
  font-family:'IBM Plex Mono',monospace;
  font-size:.7rem;color:rgba(247,243,237,.4);letter-spacing:.14em;text-transform:uppercase;
}
.foot-bot a{color:rgba(247,243,237,.55)}
.foot-bot a:hover{color:var(--coral-soft)}

/* ---------- Mobile Sticky Call ---------- */
.sticky-call{
  display:none;position:fixed;bottom:20px;left:20px;right:20px;z-index:90;
  background:var(--coral);color:var(--cream);
  padding:16px 24px;border-radius:12px;
  font-family:'Inter',sans-serif;
  font-size:.9rem;letter-spacing:.01em;font-weight:700;
  align-items:center;justify-content:center;gap:10px;cursor:pointer;
  box-shadow:0 12px 30px -6px rgba(232,114,92,.6);
  animation:slideUp .5s ease .3s both;
}
@keyframes slideUp{from{transform:translateY(120%)}to{transform:translateY(0)}}

/* ---------- Reveal ---------- */
.rv{opacity:0;transform:translateY(30px);transition:opacity .9s ease,transform .9s cubic-bezier(.2,.8,.2,1)}
.rv.in{opacity:1;transform:translateY(0)}
.rvs > *{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}
.rvs.in > *{opacity:1;transform:translateY(0)}
.rvs.in > *:nth-child(1){transition-delay:.05s}
.rvs.in > *:nth-child(2){transition-delay:.13s}
.rvs.in > *:nth-child(3){transition-delay:.21s}
.rvs.in > *:nth-child(4){transition-delay:.29s}
.rvs.in > *:nth-child(5){transition-delay:.37s}
.rvs.in > *:nth-child(6){transition-delay:.45s}
.rvs.in > *:nth-child(7){transition-delay:.53s}
.rvs.in > *:nth-child(8){transition-delay:.61s}

/* ---------- Mobile Menu ---------- */
.mmenu{
  position:fixed;inset:0;background:var(--slate-deep);z-index:99;
  transform:translateX(100%);transition:transform .4s cubic-bezier(.2,.8,.2,1);
  padding:100px 40px 40px;
}
.mmenu.open{transform:translateX(0)}
.mmenu ul{list-style:none}
.mmenu ul li{border-bottom:1px solid rgba(247,243,237,.15)}
.mmenu ul a{
  display:flex;justify-content:space-between;align-items:center;padding:20px 0;
  font-family:'Archivo',sans-serif;font-weight:800;font-size:1.8rem;
  color:var(--cream);letter-spacing:-.02em;
}
.mmenu ul a::after{content:"→";color:var(--coral);font-family:'IBM Plex Mono',monospace;font-size:1.2rem}
.mmenu ul a:hover{color:var(--coral-soft)}
.mm-close{position:absolute;top:30px;right:36px;background:none;border:none;cursor:pointer;color:var(--cream);padding:8px}

/* ---------- Responsive ---------- */
@media (max-width:1100px){
  .hero-grid,.reality-grid,.decision-grid,.families-grid,.proc-grid,.case-grid{grid-template-columns:1fr;gap:60px}
  .hero-left::before{display:none}
  .proc-steps{position:relative;top:auto}
  .svc-grid{grid-template-columns:1fr 1fr}
  .info-grid,.check-grid{grid-template-columns:1fr}
  section{padding:100px 0}
}
@media (max-width:820px){
  .svc-grid{grid-template-columns:1fr}
  .area-row{grid-template-columns:80px 1fr 32px;gap:20px;padding:24px 8px}
  .area-note{display:none}
  .foot{grid-template-columns:1fr 1fr;gap:40px}
}
@media (max-width:720px){
  .wrap,.narrow{padding:0 24px}
  .utility .wrap{padding:0 24px}
  nav.prim{display:none}
  .head-badge{display:none}
  .hamburger{display:flex}
  .head-cta .btn-call span.long{display:none}
  .head-cta .btn-call{padding:11px 15px}
  .nav-in{padding:0 24px;height:74px;grid-template-columns:auto 1fr auto;gap:16px}
  .brand-txt .b2{display:none}
  .brand-txt .b1{font-size:1.1rem}
  .brand svg{width:44px !important;height:44px !important}
  .hero{padding:40px 0 60px}
  .cta-band .wrap{flex-direction:column;align-items:flex-start}
  .foot{grid-template-columns:1fr;gap:36px}
  .faq-btn{grid-template-columns:44px 1fr 30px;gap:14px;padding:24px 0}
  .faq-ans-in{padding-left:58px;padding-right:0;padding-bottom:24px}
  .case-results{grid-template-columns:1fr;gap:16px}
  .sticky-call{display:flex}
  body{padding-bottom:88px}
  .final{padding:100px 0}
  section,.reality,.decision,.services,.compare,.info-blocks,.included,.areas,.families,.faq{padding:80px 0}
  .process{padding:80px 0}
  .strip-card{width:92vw;padding:16px}
  .strip-wrap{margin:0 -24px;padding-left:24px;padding-right:24px}
  .proc-panel{padding:32px 26px;min-height:auto}
  .pstep{padding:20px 22px}
  .hero-stats{grid-template-columns:1fr}
  .hs-item{border-left:none;border-top:1px solid var(--line);padding-left:0;padding-top:20px;padding-bottom:0}
  .hs-item:first-child{border-top:none;padding-top:0}
}

@media (prefers-reduced-motion:reduce){
  *{animation-duration:.01ms !important;transition-duration:.01ms !important}
}

/* Elementor compatibility layer. Layout and content remain native widgets. */
body.elementor-page {
  background: var(--canvas) !important;
  color: var(--ink);
  margin: 0;
}

body.elementor-page .site-content > .ast-container {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

body.elementor-page .elementor-element,
body.elementor-page .elementor-widget-container,
body.elementor-page .elementor-button {
  letter-spacing: inherit;
}

body.elementor-page .e-con {
  --container-default-padding-top: 0;
  --container-default-padding-right: 0;
  --container-default-padding-bottom: 0;
  --container-default-padding-left: 0;
  --container-widget-flex-grow: 0;
}

body.elementor-page .hero .display .elementor-heading-title {
  font-size: clamp(2.8rem, 6.5vw, 5.6rem);
}

body.elementor-page .cornerstone-page,
body.elementor-page .cornerstone-page > .e-con,
body.elementor-page header.site,
body.elementor-page footer.cornerstone-footer {
  max-width: none;
  width: 100%;
}

body.elementor-page .elementor-widget-heading,
body.elementor-page .elementor-widget-text-editor,
body.elementor-page .elementor-widget-button,
body.elementor-page .elementor-widget-icon,
body.elementor-page .elementor-widget-image {
  margin: 0;
}

body.elementor-page .elementor-widget-heading .elementor-heading-title {
  color: inherit;
  letter-spacing: inherit;
}

body.elementor-page .display .elementor-heading-title,
body.elementor-page .pre-text .elementor-heading-title,
body.elementor-page .b1 .elementor-heading-title,
body.elementor-page .b2 .elementor-heading-title,
body.elementor-page .eyebrow-hero .elementor-heading-title,
body.elementor-page .eyebrow .elementor-heading-title,
body.elementor-page .section-h .elementor-heading-title,
body.elementor-page .htile-tag .elementor-heading-title,
body.elementor-page .htile-cap .elementor-heading-title,
body.elementor-page .hs-num .elementor-heading-title,
body.elementor-page .hs-lbl .elementor-heading-title,
body.elementor-page .rfact-num .elementor-heading-title,
body.elementor-page .svc-idx .elementor-heading-title,
body.elementor-page .pstep-num .elementor-heading-title,
body.elementor-page .subtle .elementor-heading-title,
body.elementor-page .ppanel-lbl .elementor-heading-title,
body.elementor-page .lbl .elementor-heading-title,
body.elementor-page .result-num .elementor-heading-title,
body.elementor-page .result-lbl .elementor-heading-title,
body.elementor-page .strip-lbl .elementor-heading-title,
body.elementor-page .strip-title .elementor-heading-title,
body.elementor-page .strip-tag .elementor-heading-title,
body.elementor-page .info-lbl .elementor-heading-title,
body.elementor-page .area-zip .elementor-heading-title,
body.elementor-page .area-city .elementor-heading-title,
body.elementor-page .area-note .elementor-heading-title,
body.elementor-page .scroll-note .elementor-heading-title,
body.elementor-page .head-badge .elementor-heading-title,
body.elementor-page .check-copy .elementor-heading-title {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

body.elementor-page .elementor-widget-text-editor,
body.elementor-page .elementor-widget-text-editor p,
body.elementor-page .elementor-widget-text-editor ul,
body.elementor-page .elementor-widget-text-editor li {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

body.elementor-page .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

body.elementor-page .hero-grid,
body.elementor-page .hero-stats,
body.elementor-page .reality-grid,
body.elementor-page .rfact,
body.elementor-page .decision-grid,
body.elementor-page .svc-grid,
body.elementor-page .proc-grid,
body.elementor-page .pstep,
body.elementor-page .case-grid,
body.elementor-page .case-results,
body.elementor-page .strip-pair,
body.elementor-page .info-grid,
body.elementor-page .check-grid,
body.elementor-page .area-row,
body.elementor-page .families-grid,
body.elementor-page .foot,
body.elementor-page .nav-in {
  display: grid !important;
}

body.elementor-page .utility .wrap,
body.elementor-page .brand,
body.elementor-page .foot-brand,
body.elementor-page .head-cta,
body.elementor-page .hero-actions,
body.elementor-page .cta-band .wrap,
body.elementor-page .compare-head,
body.elementor-page .strip,
body.elementor-page .strip-head,
body.elementor-page .check,
body.elementor-page .foot-bot {
  display: flex !important;
  flex-direction: row !important;
}

body.elementor-page .utility .wrap > *,
body.elementor-page .brand > *,
body.elementor-page .head-cta > *,
body.elementor-page .hero-actions > *,
body.elementor-page .cta-band .wrap > *,
body.elementor-page .compare-head > *,
body.elementor-page .strip-head > *,
body.elementor-page .check > *,
body.elementor-page .foot-bot > * {
  width: auto !important;
}

body.elementor-page .wrap {
  width: 100%;
}

body.elementor-page .section-head {
  max-width: 900px;
}

body.elementor-page .hero-lede p,
body.elementor-page .section-lede p,
body.elementor-page .final-copy p,
body.elementor-page .foot-tag p,
body.elementor-page .legal-intro p {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

body.elementor-page .cornerstone-preloader {
  align-items: center;
  background: var(--slate-deep);
  display: flex;
  flex-direction: column;
  gap: 20px;
  inset: 0;
  justify-content: center;
  position: fixed;
  transition: opacity .6s ease, visibility .6s ease;
  z-index: 9999;
}

body.elementor-page .cornerstone-preloader.done {
  opacity: 0;
  visibility: hidden;
}

body.elementor-page .pre-mark {
  width: 120px !important;
}

body.elementor-page .pre-mark img,
body.elementor-page .brand-mark img,
body.elementor-page .foot-brand .brand-mark img {
  width: 100%;
}

body.elementor-page .utility .wrap {
  align-items: center !important;
  justify-content: space-between !important;
}

body.elementor-page .u-left .elementor-widget-container {
  align-items: center;
  display: flex;
  gap: 14px;
}

body.elementor-page header.site .nav-in {
  height: auto;
  min-height: 88px;
  padding-bottom: 8px;
  padding-top: 8px;
}

body.elementor-page .brand {
  align-items: center !important;
  gap: 14px;
  justify-self: start;
}

body.elementor-page .brand-mark {
  flex: 0 0 56px !important;
  max-width: 56px !important;
  width: 56px !important;
}

body.elementor-page .brand-txt {
  width: auto;
}

body.elementor-page .nav-center {
  justify-self: center;
  width: auto;
}

body.elementor-page .nav-center .elementor-nav-menu {
  align-items: center;
  display: flex;
  gap: 34px;
  list-style: none;
}

body.elementor-page .nav-center .elementor-item {
  color: var(--slate);
  font-family: 'Inter', sans-serif;
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .01em;
  padding: 8px 0;
}

body.elementor-page .nav-center .elementor-item:hover {
  color: var(--slate-deep);
}

body.elementor-page .head-cta {
  align-items: center !important;
  gap: 14px;
  justify-self: end;
}

body.elementor-page .head-badge .elementor-widget-container {
  align-items: center;
  display: flex;
  gap: 8px;
}

body.elementor-page .mobile-menu-widget {
  display: none !important;
  justify-self: end;
  width: auto;
}

body.elementor-page .htile > .elementor-widget-image,
body.elementor-page .htile > .elementor-widget-image .elementor-widget-container,
body.elementor-page .htile > .elementor-widget-image img,
body.elementor-page .strip-cell > .elementor-widget-image,
body.elementor-page .strip-cell > .elementor-widget-image .elementor-widget-container,
body.elementor-page .strip-cell > .elementor-widget-image img,
body.elementor-page .families-photo > .elementor-widget-image,
body.elementor-page .families-photo > .elementor-widget-image .elementor-widget-container,
body.elementor-page .families-photo > .elementor-widget-image img {
  height: 100%;
  width: 100%;
}

body.elementor-page .htile > .elementor-widget-image,
body.elementor-page .htile > .elementor-widget-image .elementor-widget-container,
body.elementor-page .strip-cell > .elementor-widget-image,
body.elementor-page .strip-cell > .elementor-widget-image .elementor-widget-container,
body.elementor-page .families-photo > .elementor-widget-image,
body.elementor-page .families-photo > .elementor-widget-image .elementor-widget-container {
  inset: 0;
  position: absolute;
}

body.elementor-page .htile-tag,
body.elementor-page .htile-cap,
body.elementor-page .strip-tag,
body.elementor-page .families-quote {
  position: absolute;
  z-index: 2;
}

body.elementor-page .families-quote,
body.elementor-page .families-quote p {
  color: var(--cream);
}

body.elementor-page .families-quote small {
  color: var(--coral-soft);
}

body.elementor-page .svc-icon {
  width: 44px !important;
}

body.elementor-page .svc-icon .elementor-icon {
  color: var(--slate-deep);
  font-size: 40px;
}

body.elementor-page .svc-card:hover .svc-icon .elementor-icon {
  color: var(--coral);
}

body.elementor-page .check-icon {
  align-items: center;
  background: var(--coral);
  border-radius: 50%;
  display: flex;
  flex: 0 0 28px !important;
  height: 28px;
  justify-content: center;
  width: 28px !important;
}

body.elementor-page .check-icon .elementor-icon {
  color: var(--cream);
  font-size: 12px;
}

body.elementor-page .area-arrow .elementor-icon {
  color: var(--slate-light);
  font-size: 20px;
}

body.elementor-page .area-row:hover .area-arrow .elementor-icon {
  color: var(--coral);
}

body.elementor-page .elementor-widget-button.btn-primary,
body.elementor-page .elementor-widget-button.btn-outline,
body.elementor-page .elementor-widget-button.btn-call-nav,
body.elementor-page .elementor-widget-button.utility-call,
body.elementor-page .elementor-widget-button.foot-cta-btn,
body.elementor-page .elementor-widget-button.sticky-call {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: block;
  overflow: visible;
  padding: 0;
}

body.elementor-page .elementor-widget-button.btn-primary::before {
  display: none !important;
}

body.elementor-page .btn-primary .elementor-button {
  align-items: center;
  background: var(--coral);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 10px 30px -10px rgba(232,114,92,.55);
  color: var(--cream);
  display: inline-flex;
  font-family: 'Inter', sans-serif;
  font-size: .92rem;
  font-weight: 700;
  gap: 14px;
  padding: 18px 30px;
  transition: all .35s cubic-bezier(.2,.8,.2,1);
}

body.elementor-page .btn-primary .elementor-button:hover {
  background: var(--slate-deep);
  color: var(--cream);
  transform: translateY(-2px);
}

body.elementor-page .btn-outline .elementor-button {
  align-items: center;
  background: transparent;
  border: 1.5px solid var(--slate);
  border-radius: 8px;
  color: var(--slate-deep);
  display: inline-flex;
  font-family: 'Inter', sans-serif;
  font-size: .92rem;
  font-weight: 700;
  padding: 18px 28px;
}

body.elementor-page .btn-outline .elementor-button:hover {
  background: var(--slate-deep);
  border-color: var(--slate-deep);
  color: var(--cream);
}

body.elementor-page .btn-call-nav .elementor-button {
  align-items: center;
  background: var(--coral);
  border-radius: 8px;
  box-shadow: 0 4px 14px -4px rgba(232,114,92,.5);
  color: var(--cream);
  display: inline-flex;
  font-family: 'Inter', sans-serif;
  font-size: .85rem;
  font-weight: 700;
  padding: 14px 24px;
}

body.elementor-page .btn-call-nav .elementor-button:hover {
  background: var(--coral-deep);
  color: var(--cream);
}

body.elementor-page .utility-call .elementor-button {
  background: transparent;
  color: var(--coral-soft);
  font: inherit;
  padding: 0;
  text-transform: inherit;
}

body.elementor-page .cta-band .btn-primary .elementor-button {
  background: var(--slate-deep);
  box-shadow: 0 10px 30px -8px rgba(0,0,0,.4);
}

body.elementor-page .cta-band .btn-primary .elementor-button:hover {
  background: var(--cream);
  color: var(--slate-deep);
}

body.elementor-page .compare-cta {
  align-items: center;
  margin-top: 60px;
}

body.elementor-page .strip-wrap {
  width: 100%;
}

body.elementor-page .strip-card {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
}

body.elementor-page .strip-head {
  align-items: center !important;
  justify-content: space-between !important;
}

body.elementor-page .pstep,
body.elementor-page .ppanel {
  width: 100%;
}

body.elementor-page .pstep {
  cursor: pointer;
}

body.elementor-page .ppanel .elementor-widget-text-editor ul li::before {
  color: var(--coral);
  content: '\2192';
  font-weight: 700;
  left: 0;
  position: absolute;
}

body.elementor-page .faq-list .elementor-accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
}

body.elementor-page .faq-list .elementor-accordion-item:first-child {
  border-top: 1px solid var(--line);
}

body.elementor-page .faq-list .elementor-tab-title {
  align-items: center;
  border: 0;
  color: var(--slate-deep);
  display: flex;
  font-family: 'Archivo', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.2;
  padding: 30px 8px;
}

body.elementor-page .faq-list .elementor-accordion-title {
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}

body.elementor-page .faq-list .elementor-tab-title:hover,
body.elementor-page .faq-list .elementor-tab-title.elementor-active {
  color: var(--coral);
}

body.elementor-page .faq-list .elementor-accordion-icon {
  align-items: center;
  background: var(--cream-warm);
  border-radius: 8px;
  color: var(--slate-deep);
  display: flex;
  flex: 0 0 36px;
  height: 36px;
  justify-content: center;
  order: 2;
  width: 36px;
}

body.elementor-page .faq-list .elementor-tab-title.elementor-active .elementor-accordion-icon {
  background: var(--coral);
  color: var(--cream);
}

body.elementor-page .faq-list .elementor-tab-content {
  border: 0;
  color: var(--slate);
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  padding: 0 8px 32px;
}

body.elementor-page footer.cornerstone-footer {
  padding: 80px 0 30px;
}

body.elementor-page footer.cornerstone-footer .foot {
  column-gap: 60px !important;
  padding-top: 0;
  row-gap: 60px !important;
}

body.elementor-page footer.cornerstone-footer h4 {
  margin-top: 0;
  text-align: left;
  width: 100%;
}

body.elementor-page footer.cornerstone-footer .foot-services,
body.elementor-page footer.cornerstone-footer .foot-coverage,
body.elementor-page footer.cornerstone-footer .foot-contact {
  align-items: flex-start !important;
  gap: 14px !important;
  text-align: left !important;
}

body.elementor-page footer.cornerstone-footer .foot-services .elementor-widget-text-editor,
body.elementor-page footer.cornerstone-footer .foot-coverage .elementor-widget-text-editor,
body.elementor-page footer.cornerstone-footer .foot-contact .elementor-widget-text-editor {
  width: 100%;
}

body.elementor-page footer.cornerstone-footer .foot ul {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  width: 100%;
}

body.elementor-page footer.cornerstone-footer .foot ul li {
  margin-left: 0 !important;
  padding-left: 0 !important;
  text-align: left !important;
}

body.elementor-page footer.cornerstone-footer .foot-contact .elementor-widget-button {
  align-self: flex-start !important;
  text-align: left !important;
}

body.elementor-page .foot-brand {
  align-items: center !important;
  gap: 14px;
}

body.elementor-page .foot-brand .brand-mark {
  flex-basis: 64px !important;
  max-width: 64px !important;
  width: 64px !important;
}

body.elementor-page .foot-call-link {
  color: var(--coral-soft);
  font-weight: 700;
}

body.elementor-page .foot-cta-btn .elementor-button {
  background: var(--coral);
  border-radius: 8px;
  color: var(--cream);
  font-family: 'Inter', sans-serif;
  font-size: .82rem;
  font-weight: 700;
  margin-top: 16px;
  padding: 14px 22px;
}

body.elementor-page .mobile-sticky-wrap {
  height: 0;
  position: relative;
  width: 100%;
}

body.elementor-page .sticky-call .elementor-button {
  align-items: center;
  background: var(--coral);
  border-radius: 12px;
  box-shadow: 0 12px 30px -6px rgba(232,114,92,.6);
  color: var(--cream);
  display: none;
  font-family: 'Inter', sans-serif;
  font-size: .9rem;
  font-weight: 700;
  justify-content: center;
  padding: 16px 24px;
}

body.elementor-page .cornerstone-legal {
  background: var(--canvas);
  min-height: 60vh;
  padding: 120px 0;
}

body.elementor-page .legal-intro {
  color: var(--slate);
  font-size: 1.1rem;
  line-height: 1.75;
  max-width: 800px;
}

body.elementor-page .legal-section {
  border-top: 1px solid var(--line);
  margin-top: 36px;
  max-width: 900px;
  padding-top: 30px;
}

body.elementor-page .legal-section h2 {
  color: var(--slate-deep);
  font-family: 'Archivo', sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 14px;
}

body.elementor-page .legal-section p {
  color: var(--slate);
  line-height: 1.75;
}

.elementor-editor-active .rv,
.elementor-editor-active .rvs > * {
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width:1100px) {
  body.elementor-page .hero-grid,
  body.elementor-page .reality-grid,
  body.elementor-page .decision-grid,
  body.elementor-page .families-grid,
  body.elementor-page .proc-grid,
  body.elementor-page .case-grid {
    grid-template-columns: 1fr;
  }

  body.elementor-page .nav-center .elementor-nav-menu {
    gap: 18px;
  }

  body.elementor-page .nav-center .elementor-item {
    font-size: .8rem;
  }

  body.elementor-page .head-badge {
    display: none;
  }
}

@media (max-width:820px) {
  body.elementor-page .svc-grid,
  body.elementor-page .info-grid,
  body.elementor-page .check-grid {
    grid-template-columns: 1fr;
  }

  body.elementor-page .foot {
    gap: 40px !important;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:720px) {
  body.elementor-page .wrap,
  body.elementor-page .narrow {
    --padding-inline-end: 24px !important;
    --padding-inline-start: 24px !important;
    --padding-left: 24px !important;
    --padding-right: 24px !important;
    padding-inline: 24px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  body.elementor-page .site-content .elementor .cornerstone-page > section > .wrap,
  body.elementor-page .site-content .elementor .cornerstone-page > .cta-band > .wrap {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  body.elementor-page .nav-center {
    display: none !important;
  }

  body.elementor-page .mobile-menu-widget {
    display: block !important;
  }

  body.elementor-page header.site .nav-in {
    height: 74px;
    min-height: 74px;
    padding-bottom: 0;
    padding-top: 0;
  }

  body.elementor-page .head-cta .btn-call-nav {
    display: none;
  }

  body.elementor-page .brand-mark {
    flex-basis: 44px !important;
    max-width: 44px !important;
    width: 44px !important;
  }

  body.elementor-page .mobile-menu-widget .elementor-menu-toggle {
    background: transparent;
    color: var(--slate-deep);
    font-size: 26px;
    margin: 0;
    padding: 8px;
  }

  body.elementor-page .mobile-menu-widget .elementor-nav-menu--dropdown {
    background: var(--slate-deep);
    left: 0;
    position: fixed;
    top: 112px;
    width: 100vw;
    z-index: 999;
  }

  body.elementor-page .mobile-menu-widget .elementor-nav-menu--dropdown .elementor-item {
    color: var(--cream);
    font-family: 'Archivo', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    padding: 18px 24px;
  }

  body.elementor-page .cta-band .wrap,
  body.elementor-page .foot-bot {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  body.elementor-page .foot {
    column-gap: 0 !important;
    grid-template-columns: 1fr;
    row-gap: 36px !important;
  }

  body.elementor-page .strip-card {
    width: 92vw;
  }

  body.elementor-page .case-results {
    grid-template-columns: 1fr;
  }

  body.elementor-page .sticky-call .elementor-button {
    display: flex;
  }

  body.elementor-page .sticky-call {
    bottom: 20px;
    display: block;
    left: 20px;
    position: fixed;
    right: 20px;
    width: auto !important;
    z-index: 1000;
  }

  body.elementor-page .cornerstone-legal {
    padding: 80px 0;
  }
}
