/* mindstormai.com shared stylesheet.
   Every page links this, then carries a small inline <style> for anything
   unique to that page. Tokens and shared blocks live here so the nav, footer,
   pricing table, forms, and sticky bar render identically everywhere. */

:root{
  /* ALL-DARK SCHEME: base #1B1B1B, single accent #FFD60A */
  --bg:#1B1B1B;
  --bg-alt:#202020;
  --bg-deep:#141414;
  --surface:#262626;
  --surface-2:#2E2E2E;
  --ink:#F4F4F3;
  --ink-dim:#B4B4B4;
  --ink-faint:#7E7E7E;
  --rule:rgba(255,255,255,0.09);
  --steel:#9E9E9E;
  --pop:#FFD60A;
  --pop-hover:#F5C400;
  --pop-ink:#181818;
  --font-display:'Anton', Impact, sans-serif;
  --font-body:'IBM Plex Sans', -apple-system, sans-serif;
  --font-serif:'Instrument Serif', Georgia, serif;
  --font-script:'Caveat', cursive;
  --sticky-h:76px;
  --cta-bar-h:76px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
[hidden]{display:none !important}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{font-family:var(--font-body);background:var(--bg);color:var(--ink);line-height:1.55;font-size:1rem;-webkit-font-smoothing:antialiased}
body::after{content:'';position:fixed;inset:0;z-index:2;pointer-events:none;opacity:0.035;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:160px 160px}
a{color:inherit;text-decoration:none}
ul{list-style:none}
.container{width:100%;max-width:1240px;margin-inline:auto;padding-inline:clamp(1.25rem,4vw,3rem);position:relative}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/* A phone number must never break across two lines. "(289) 901-" above
   "5563" reads as a typo, and it is the one string on the page a customer
   has to copy correctly. */
.tel{white-space:nowrap}

/* HEADER */
.site-header{background:var(--bg-deep);border-bottom:1px solid var(--rule);position:sticky;top:0;z-index:50;transition:box-shadow 0.25s ease}
.site-header.scrolled{box-shadow:0 8px 28px -10px rgba(0,0,0,0.6)}
.nav{display:flex;align-items:center;justify-content:space-between;height:var(--sticky-h);gap:2rem}
.brand{display:flex;align-items:center;gap:0.85rem}
.brand .brain{height:60px;width:auto;display:block}
.brand .wordmark-img{height:68px;width:auto;display:block}
.nav-links{display:flex;align-items:center;gap:0.25rem}
.nav-links a{display:inline-flex;padding:0.6rem 0.95rem;color:#CFCFCF;font-weight:600;font-size:0.95rem;letter-spacing:0.01em;transition:color 0.2s}
.nav-links a:hover,.nav-links a[aria-current="page"]{color:var(--pop)}
.nav-right{display:flex;align-items:center;gap:1.1rem}
.nav-toggle{display:none;flex-direction:column;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:transparent;color:#CFCFCF;cursor:pointer;transition:color 0.2s}
.nav-toggle:hover{color:var(--pop)}
.nav-toggle .bar{display:block;width:24px;height:2px;background:currentColor;border-radius:2px;transition:transform 0.25s ease, opacity 0.2s ease}
.nav-toggle .bar + .bar{margin-top:5px}
.nav-toggle[aria-expanded="true"]{color:var(--pop)}
.nav-toggle[aria-expanded="true"] .bar:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] .bar:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;gap:0.5rem;font-family:var(--font-body);font-weight:700;font-size:0.97rem;padding:0.85rem 1.5rem;border:none;cursor:pointer;letter-spacing:0.01em;transition:transform 0.2s, background 0.2s;white-space:nowrap;border-radius:8px}
.phone-link{display:inline-flex;align-items:center;gap:0.55rem;color:var(--pop);font-family:var(--font-display);font-size:1.45rem;letter-spacing:0.02em;line-height:1;transition:opacity 0.2s}
.phone-link:hover{opacity:0.75}
.btn-sms{position:relative;background:var(--pop);color:var(--pop-ink);border-radius:22px;font-family:var(--font-body);font-weight:700;padding:1rem 1.6rem;gap:0.65rem}
.btn-sms:hover{background:var(--pop-hover)}
.btn-sms svg{flex:none}
.btn-call{background:#FFFFFF;color:var(--pop-ink)}
.btn-call:hover{background:#ECECEC}
.btn-text{background:var(--pop);color:var(--pop-ink)}
.btn-text:hover{background:var(--pop-hover)}
.cta-pair{display:flex;gap:1rem}
.cta-pair .btn{flex:1;justify-content:center;padding:1.05rem 1.75rem;font-size:1.05rem;border-radius:10px}
@media (max-width:560px){.cta-pair{flex-direction:column}}
.text-link{display:inline-flex;align-items:center;gap:0.4rem;font-weight:700;color:var(--pop);transition:gap 0.25s}
.text-link:hover{gap:0.65rem}

/* EYEBROW */
.eyebrow{font-family:var(--font-body);font-weight:700;font-size:0.85rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--pop-ink);background:var(--pop);padding:0.34em 0.68em;margin-bottom:1.5rem;display:inline-block;white-space:nowrap}
.eyebrow .leaf{width:1.05em;height:1.05em;fill:#000;vertical-align:-0.14em;margin-right:0.45em}
@media (max-width:680px){.eyebrow{white-space:normal}}

/* HERO (base) */
.hero{padding:clamp(3.5rem,7vw,6rem) 0 clamp(3rem,5vw,4rem);position:relative;overflow:hidden;background:radial-gradient(120% 90% at 20% -10%, #232323 0%, var(--bg) 55%, var(--bg) 100%)}
.hero::after{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--rule)}
.hero-watermark{position:absolute;right:clamp(-180px,-8vw,-100px);top:50%;transform:translateY(-50%);height:min(120%,700px);width:auto;opacity:0.05;filter:grayscale(1);pointer-events:none;z-index:0;user-select:none}
.hero .container{z-index:1}
@media (max-width:980px){.hero-watermark{opacity:0.04;right:-45%}}
.hero-copy{max-width:44rem}
.hero h1{font-family:var(--font-display);font-weight:400;text-transform:uppercase;line-height:0.98;letter-spacing:0.003em;font-size:clamp(2.4rem,6.5vw,4.6rem);color:var(--ink)}
.hero .lead{font-size:clamp(1.1rem,1.7vw,1.28rem);color:var(--ink-dim);max-width:52ch;margin-top:1.6rem;line-height:1.6}
@media (max-width:767.98px){.hero .cta-pair{display:none}}

/* HERO with side form card (receptionist, lead capture) */
.hero-grid{display:grid;grid-template-columns:1fr 384px;gap:3.25rem;align-items:center}
.contact-card{background:#252525;border:0;padding:1.75rem 1.6rem;box-shadow:0 18px 50px -24px rgba(0,0,0,0.45);position:sticky;top:6rem;border-radius:12px;scroll-margin-top:6rem}
.contact-card .card-promo{display:inline-block;font-family:var(--font-body);font-weight:700;font-size:0.74rem;letter-spacing:0.08em;text-transform:uppercase;color:var(--pop-ink);background:var(--pop);padding:0.32em 0.6em;margin-bottom:0.95rem}
.contact-card h3{font-family:var(--font-display);font-size:1.65rem;text-transform:uppercase;letter-spacing:0.01em;line-height:1.05;color:#FFFFFF;margin-bottom:0.4rem;font-weight:400}
.contact-card .card-sub{color:#A6A6A6;font-size:0.95rem;margin-bottom:1.4rem;line-height:1.5}
.contact-card .btn{width:100%;justify-content:center;margin-top:0.5rem}
.contact-card .form-field input,.contact-card .form-field textarea{background:#2E2E2E}
.contact-card .form-field input:focus,.contact-card .form-field textarea:focus{background:#333333}
.form-note{margin-top:0.85rem;font-size:0.8rem;color:#8A8A8A;text-align:center}
.contact-dock-wrap{display:none}
@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:2.5rem}
  .contact-card{position:static;max-width:520px}
  .contact-dock-wrap{display:block;padding-top:0}
  #contact-dock .contact-card{margin-inline:auto}
}

/* SECTIONS */
.section{padding-block:clamp(3rem,6vw,5rem);position:relative}
.section-alt{background:var(--bg-alt)}
.section-deep{background:var(--bg-deep)}
.section-head{margin-bottom:2.75rem;max-width:62ch}
.section-head h2{font-family:var(--font-display);font-weight:400;font-size:clamp(1.9rem,4vw,3rem);line-height:1.02;text-transform:uppercase;letter-spacing:0.004em;color:var(--ink)}
.section-head p{margin-top:1rem;color:var(--ink-dim);font-size:1.08rem;line-height:1.6}
.prose{max-width:66ch}
.prose p{font-size:clamp(1.08rem,1.5vw,1.2rem);line-height:1.65;color:var(--ink-dim)}
.prose p + p{margin-top:1.2rem}
.prose em{font-style:italic;color:var(--ink)}
.prose strong{color:var(--ink);font-weight:700}
.define{background:var(--surface);border:1px solid var(--rule);border-left:4px solid var(--pop);padding:clamp(1.4rem,3vw,2rem) clamp(1.6rem,3vw,2.25rem);max-width:60ch;margin-block:1.6rem}
.define p{font-family:var(--font-serif);font-size:clamp(1.4rem,2.4vw,1.85rem);line-height:1.25;color:var(--ink)}
.kicker{margin-top:clamp(3rem,6vw,5rem);text-align:center;font-family:var(--font-display);font-weight:400;text-transform:uppercase;font-size:clamp(1.4rem,2.6vw,1.9rem);letter-spacing:0.01em;color:var(--ink)}
.kicker .pop{color:var(--pop)}
#contact{scroll-margin-top:calc(var(--sticky-h) + 1rem)}

/* FEATURE CARDS (3-up) */
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:0.5rem}
.feature{background:var(--surface);border:1px solid var(--rule);border-top:3px solid var(--pop);padding:clamp(1.4rem,2.5vw,1.85rem);display:flex;flex-direction:column}
.feature h3{font-family:var(--font-display);font-weight:400;font-size:clamp(1.25rem,2vw,1.5rem);text-transform:uppercase;letter-spacing:0.01em;line-height:1.06;color:var(--ink);margin-bottom:0.6rem}
.feat-tag{display:inline-block;font-family:var(--font-body);font-size:0.6rem;font-weight:700;letter-spacing:0.09em;text-transform:uppercase;color:var(--pop-ink);background:var(--pop);padding:0.25em 0.5em;vertical-align:middle;margin-left:0.5em;transform:translateY(-0.12em)}
.feature p{color:var(--ink-dim);font-size:1rem;line-height:1.55}
.feature p + p{margin-top:0.7rem}
@media (max-width:880px){.features{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.features{grid-template-columns:1fr}}

/* BOLT LIST */
.bolt-list{display:flex;flex-direction:column;gap:0.85rem;margin:0}
.bolt-list li{display:flex;gap:0.8rem;align-items:flex-start;color:var(--ink);font-size:1.06rem;line-height:1.5}
.bolt-list li::before{content:'';flex:none;width:12px;height:23px;margin-top:0.12rem;background:url('/assets/bolt.png') no-repeat center/contain}
.bolt-list li b{font-weight:600}

/* PRICING TABLE (shared component) */
.price-intro{max-width:64ch}
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.9rem}
.pricing-2{grid-template-columns:repeat(2,1fr);max-width:54rem}
.plan{background:var(--surface);border:1px solid var(--rule);border-top:3px solid var(--pop);padding:clamp(1.5rem,2.5vw,2rem);display:flex;flex-direction:column;position:relative}
.plan-featured{border-color:var(--pop);box-shadow:0 0 0 1px var(--pop)}
.plan-badge{position:absolute;top:0;right:1.25rem;transform:translateY(-50%);background:var(--pop);color:var(--pop-ink);font-weight:700;font-size:0.7rem;letter-spacing:0.08em;text-transform:uppercase;padding:0.32em 0.7em}
.plan-name{font-family:var(--font-display);font-weight:400;font-size:1.35rem;text-transform:uppercase;letter-spacing:0.03em;color:var(--ink)}
.plan-tagline{display:block;color:var(--ink);font-weight:600;font-size:1rem;line-height:1.3;margin-top:0.35rem}
.plan-price{font-family:var(--font-display);font-weight:400;font-size:clamp(2.3rem,3.6vw,2.9rem);color:var(--ink);line-height:1;margin:0.45rem 0 0.1rem}
.plan-featured .plan-price{color:var(--pop)}
.plan-price span{font-family:var(--font-body);font-weight:600;font-size:0.98rem;color:var(--ink-faint);letter-spacing:0}
.plan-for{color:var(--ink-dim);font-size:0.97rem;line-height:1.45;margin-bottom:1.3rem}
.plan-plus{font-weight:700;font-size:0.74rem;letter-spacing:0.08em;text-transform:uppercase;color:var(--pop-ink);background:var(--pop);align-self:flex-start;padding:0.22em 0.55em;margin-bottom:0.95rem}
.plan .bolt-list{margin-bottom:0.25rem}
.plan .bolt-list li{font-size:1rem}
.plan-note{color:var(--ink-dim);font-size:0.92rem;font-style:italic;margin-top:auto;padding-top:1.25rem}
/* Buy button on a plan card. Full width so it reads as the card's action, and
   it must survive a ~310px viewport, so no fixed minimums and the label wraps
   rather than clipping. Deliberately not .cta-pair, which is display:none on
   phones -- that would hide the buy button on every mobile. */
.plan-cta{display:flex;flex-direction:column;align-items:stretch;gap:0.5rem;padding-top:1.15rem}
.plan-cta .btn{width:100%;justify-content:center;white-space:normal;text-align:center;padding-inline:1rem}
.plan-cta-note{color:var(--ink-faint);font-size:0.84rem;text-align:center}
.section-foot{margin-top:1.7rem;color:var(--ink-dim);font-size:1.1rem;max-width:62ch;line-height:1.6}
.section-foot strong{color:var(--ink);font-weight:600}
.section-foot a{color:var(--pop);font-weight:700}
.pricing-foot{margin-top:1.9rem;display:flex;flex-direction:column;gap:0.9rem;max-width:62ch}
.pricing-foot p{color:var(--ink-dim);font-size:1.06rem;line-height:1.6}
.pricing-foot p strong{color:var(--ink);font-weight:600}
.pricing-foot a{color:var(--pop);font-weight:700}
@media (max-width:880px){.pricing,.pricing-2{grid-template-columns:1fr;max-width:460px}}

/* NUMBERED STEPS */
.steps{position:relative;max-width:52rem;margin-inline:auto}
.steps::before{content:'';position:absolute;left:27px;top:8px;bottom:8px;width:2px;background:linear-gradient(180deg, var(--rule) 0%, rgba(255,214,10,0.55) 100%)}
.step{position:relative;display:flex;gap:1.6rem;padding-block:1.5rem}
.step .num{flex:none;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.15rem;background:var(--bg-alt);border:2px solid var(--rule);color:var(--ink-dim);z-index:1}
.step:last-child .num{border-color:var(--pop);color:var(--pop-ink);background:var(--pop)}
.step-body{padding-top:0.35rem}
.step h3{font-family:var(--font-display);font-weight:400;text-transform:uppercase;font-size:1.4rem;letter-spacing:0.008em;color:var(--ink);margin-bottom:0.6rem}
.step p{color:var(--ink-dim);font-size:1rem;line-height:1.65}
.step p + p{margin-top:0.6rem}

/* BEFORE / AFTER SLIDERS + TESTIMONIALS */
.ba-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(340px,100%),1fr));gap:1.75rem;margin-top:2.5rem}
.ba-compare{margin:0}
.ba-frame{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:16/9;border:1px solid var(--rule);box-shadow:0 18px 50px -24px rgba(0,0,0,0.6);cursor:ew-resize;user-select:none;touch-action:pan-y}
.ba-frame img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center;pointer-events:none}
.ba-before-wrap{position:absolute;inset:0;clip-path:inset(0 50% 0 0)}
.ba-before-wrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center}
.ba-handle{position:absolute;top:0;bottom:0;left:50%;width:44px;margin-left:-22px;display:flex;align-items:center;justify-content:center;cursor:ew-resize}
.ba-handle::before{content:"";position:absolute;top:0;bottom:0;left:50%;width:3px;background:var(--pop);transform:translateX(-50%)}
.ba-handle svg{position:relative;width:38px;height:38px;background:var(--pop);color:var(--pop-ink);border-radius:50%;padding:8px;box-shadow:0 6px 18px -4px rgba(0,0,0,0.6)}
.ba-tag{position:absolute;bottom:14px;font-size:0.72rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;padding:5px 12px;border-radius:99px;background:rgba(0,0,0,0.6);color:#fff;backdrop-filter:blur(4px)}
.ba-tag-before{left:14px}
.ba-tag-after{right:14px}
.ba-caption{margin-top:1.15rem}
.ba-quote{color:var(--ink);font-size:1.02rem;line-height:1.6;font-style:italic;margin-bottom:0.75rem}
.ba-name{display:inline-flex;align-items:center;gap:0.35rem;font-weight:700;color:var(--pop);font-size:0.98rem;transition:gap 0.2s}
.ba-name:hover{gap:0.55rem;text-decoration:underline}
.ba-cite{display:block;color:var(--ink-faint);font-size:0.9rem;margin-top:0.25rem;font-style:normal}

/* FAQ */
.faq{max-width:62rem;border-top:1px solid var(--rule)}
.faq-item{border-bottom:1px solid var(--rule);padding:1.5rem 0}
.faq-item h3{font-family:var(--font-body);font-weight:700;font-size:1.18rem;color:var(--ink);margin-bottom:0.6rem;line-height:1.35}
.faq-item p{color:var(--ink-dim);font-size:1.03rem;line-height:1.6;max-width:68ch}

/* FORMS */
.form-field{display:flex;flex-direction:column;margin-bottom:0.9rem}
.form-field label{font-family:var(--font-body);font-weight:600;font-size:0.72rem;letter-spacing:0.1em;text-transform:uppercase;color:#9A9A9A;margin-bottom:0.4rem}
.form-field input,.form-field textarea{font-family:var(--font-body);font-size:1rem;padding:0.8rem 0.9rem;border:1px solid #3C3C3C;background:#1F1F1F;color:#F4F4F3;border-radius:7px;transition:border-color 0.2s, background 0.2s;font-weight:500}
.form-field input::placeholder,.form-field textarea::placeholder{color:#6B6B6B}
.form-field input:focus,.form-field textarea:focus{outline:none;border-color:var(--pop);background:#242424}
.form-field textarea{resize:vertical;min-height:96px;line-height:1.5}
.form-check{flex-direction:row;align-items:center;gap:0.6rem}
.form-check input{width:1.1rem;height:1.1rem;accent-color:var(--pop);cursor:pointer}
.form-check label{margin-bottom:0;cursor:pointer}
/* Turnstile renders a fixed 300px widget that never shrinks to its container.
   Below about 396px that is wider than the form holding it: it spilled outside
   the card, and under 360px it dragged the whole page sideways -- 39px of
   horizontal scroll at the ~310px an iPhone reports when zoomed. Scale it to
   fit rather than let a third-party iframe decide the page width. The negative
   margin takes back the space the unscaled height still reserves. */
@media (max-width:395px){
  .cf-turnstile{transform:scale(0.85);transform-origin:0 0;margin-bottom:-0.6rem}
}
@media (max-width:355px){
  .cf-turnstile{transform:scale(0.68);margin-bottom:-1.3rem}
}

/* CLOSER + FORM */
.footer-cta{text-align:center}
.footer-cta .section-head{margin-inline:auto;text-align:center}
.cta-form-wrap{max-width:30rem;margin:2.5rem auto 0;background:var(--surface);border:1px solid var(--rule);border-radius:14px;padding:2rem 1.75rem;text-align:left}
.cta-form-wrap .btn-sms{width:100%;justify-content:center;margin-top:0.5rem}
.footer-cta-note{color:var(--ink-faint);font-size:0.94rem;margin-top:1.5rem}

/* FINAL CTA (big headline closer) */
.dark-zone{background:linear-gradient(180deg, var(--bg) 0%, #141414 100%)}
.final-cta{text-align:center;padding-block:clamp(3rem,7vw,5.5rem)}
.cta-head{font-family:var(--font-display);font-weight:400;text-transform:uppercase;font-size:clamp(2.6rem,6vw,4.4rem);line-height:0.98;letter-spacing:0.01em;color:#F4F4F3}
.cta-sub{font-size:clamp(1.1rem,1.6vw,1.28rem);line-height:1.55;color:#B9B9B9;max-width:54ch;margin:1.3rem auto 2.2rem}
.cta-actions{display:flex;align-items:center;justify-content:center;gap:1.1rem 1.6rem;flex-wrap:wrap}
.cta-actions .btn-sms{font-size:1.05rem;padding:1.05rem 1.9rem}
.cta-note{margin-top:1.1rem;font-size:0.9rem;color:#8A8A8A}
@media (max-width:767.98px){.cta-actions{display:none}}

/* FOOTER */
.site-footer{background:var(--bg-deep);color:#CFCFCF;padding-block:clamp(2.5rem,4vw,3.25rem)}
.footer-row{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.footer-brand{display:flex;align-items:center;gap:0.8rem}
.footer-brand .brain{height:40px;width:auto;display:block}
.footer-brand .wordmark-img{height:46px;width:auto;display:block}
.footer-links{display:flex;align-items:center;gap:1.75rem;flex-wrap:wrap}
.footer-links a{color:#CFCFCF;font-weight:600;font-size:0.95rem;letter-spacing:0.01em;transition:color 0.2s}
.footer-links a:hover{color:var(--pop)}
.footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.10);display:flex;justify-content:space-between;flex-wrap:wrap;gap:0.75rem;font-size:0.86rem;color:#8A8A8A}
@media (max-width:680px){
  .footer-row{flex-direction:column;align-items:flex-start;gap:1.5rem}
  .footer-bottom{flex-direction:column;align-items:flex-start}
}

/* STICKY MOBILE TAP-TO-TEXT BAR */
.mobile-cta-bar{display:none}
@media (max-width:767.98px){
  .site-footer{padding-bottom:calc(clamp(2.5rem,4vw,3.25rem) + var(--cta-bar-h))}
  /* Lift the Mindstorm chat box clear of the sticky CTA bar. The bar is
     --cta-bar-h plus the home-indicator inset; the widget reads this var
     inside its shadow root. Desktop has no bar, so this stays scoped here. */
  :root{--mindstorm-chat-bottom:calc(var(--cta-bar-h) + env(safe-area-inset-bottom) + 0.75rem)}
  .mobile-cta-bar{
    display:flex;align-items:center;gap:0.75rem;position:fixed;left:0;right:0;bottom:0;z-index:60;
    background:var(--bg-deep);border-top:1px solid var(--rule);
    padding:0.65rem clamp(1rem,4vw,1.5rem);padding-bottom:calc(0.65rem + env(safe-area-inset-bottom));
  }
  .mobile-cta-bar .btn-text{flex:1;justify-content:center;border-radius:10px;padding:0.85rem 1rem}
  .mobile-cta-bar .call-btn{flex:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#FFFFFF;color:var(--pop-ink)}
  .mobile-cta-bar .call-btn:hover{background:#ECECEC}
}

/* RESPONSIVE NAV */
@media (max-width:940px){
  .brand{min-width:0}
  .brand .wordmark-img{height:auto;width:auto;max-height:56px;max-width:44vw;min-width:0}
  .brand .brain{height:58px}
  .nav-right .phone-link{display:none}
  .nav-toggle{display:inline-flex}
  .primary-nav{position:absolute;top:100%;left:0;right:0;background:var(--bg-deep);border-top:1px solid var(--rule);box-shadow:0 18px 40px -16px rgba(0,0,0,0.6);display:none}
  .site-header.nav-open .primary-nav{display:block}
  .primary-nav .nav-links{flex-direction:column;align-items:stretch;gap:0;padding:0.4rem 0}
  .primary-nav .nav-links a{padding:0.95rem clamp(1.25rem,4vw,3rem);font-size:1.05rem;width:100%}
  .primary-nav .nav-links li + li a{border-top:1px solid var(--rule)}
}
