@font-face{font-family:Bricolage;src:url('/assets/fonts/bricolage-grotesque-latin.woff2') format('woff2');font-display:swap;font-weight:600 800}
@font-face{font-family:DM Sans;src:url('/assets/fonts/dm-sans-latin.woff2') format('woff2');font-display:swap;font-weight:400 700}

:root{
  --navy:#082b4c;
  --navy-2:#0e416e;
  --ink:#0b2237;
  --paper:#fff8ed;
  --white:#fffefd;
  --red:#e23d2b;
  --red-dark:#b92c1d;
  --yellow:#ffcf4a;
  --sky:#d7ecf4;
  --muted:#526779;
  --line:#c9d7df;
  --shadow:0 16px 38px rgba(8,43,76,.14);
  --radius:16px;
  --shell:min(1180px,calc(100% - 40px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--white);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:1rem;line-height:1.65}
body::selection{background:var(--yellow);color:var(--ink)}
a{color:inherit;text-underline-offset:.22em}
img{display:block;max-width:100%;height:auto}
button,input,textarea,select{font:inherit}
h1,h2,h3,h4{margin:0 0 .65em;font-family:Bricolage,sans-serif;line-height:1.05;letter-spacing:-.03em;color:var(--navy)}
h1{font-size:clamp(2.65rem,6vw,5.35rem);max-width:13ch}
h2{font-size:clamp(2rem,4vw,3.65rem);max-width:18ch}
h3{font-size:clamp(1.25rem,2vw,1.6rem)}
p{margin:0 0 1.1rem;max-width:70ch}
ul,ol{margin:0 0 1.25rem;padding-left:1.25rem}
li+li{margin-top:.45rem}
.shell{width:var(--shell);margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:1rem;top:1rem;z-index:1000;transform:translateY(-150%);background:var(--yellow);color:var(--ink);padding:.75rem 1rem;border-radius:10px;font-weight:700}
.skip-link:focus{transform:none}
:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}

.top-strip{background:var(--navy);color:var(--paper);font-size:.83rem}
.top-strip__inner{min-height:36px;display:flex;align-items:center;gap:.7rem;justify-content:flex-end}
.top-strip a{color:var(--paper)}
.site-header{position:relative;z-index:20;background:rgba(255,254,253,.97);border-bottom:1px solid var(--line)}
.nav-row{min-height:86px;display:flex;align-items:center;gap:1.6rem}
.brand{display:inline-flex;align-items:center;gap:.7rem;text-decoration:none;margin-right:auto}
.brand img{flex:none}
.brand span{display:flex;flex-direction:column;line-height:1.04}
.brand strong{font-family:Bricolage,sans-serif;font-size:1.05rem;color:var(--navy);letter-spacing:-.02em}
.brand small{font-size:.76rem;color:var(--muted);margin-top:.25rem;letter-spacing:.08em;text-transform:uppercase}
.primary-nav{display:flex;align-items:center;gap:1.35rem}
.primary-nav a{font-weight:700;text-decoration:none;font-size:.95rem;position:relative}
.primary-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-.35rem;height:2px;background:var(--red);transition:right .25s ease-out}
.primary-nav a:hover::after,.primary-nav a[aria-current="page"]::after{right:0}
.header-call,.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:48px;padding:.75rem 1.05rem;border-radius:999px;text-decoration:none;font-weight:800;line-height:1.2;transition:transform .2s ease-out,background-color .2s ease-out,box-shadow .2s ease-out}
.header-call{background:var(--red);color:#fff;box-shadow:0 8px 20px rgba(226,61,43,.22)}
.header-call img{filter:brightness(0) invert(1)}
.header-call:hover,.button:hover{transform:translateY(-2px)}
.menu-toggle{display:none;border:0;background:transparent;padding:.6rem;width:46px;height:46px}
.menu-toggle span:not(.sr-only){display:block;width:24px;height:2px;background:var(--navy);margin:5px auto}

.button{background:var(--red);color:#fff;border:2px solid var(--red);box-shadow:0 10px 22px rgba(226,61,43,.2)}
.button:hover{background:var(--red-dark);border-color:var(--red-dark)}
.button--navy{background:var(--navy);border-color:var(--navy);box-shadow:0 10px 22px rgba(8,43,76,.18)}
.button--navy:hover{background:var(--navy-2);border-color:var(--navy-2)}
.button--ghost{background:transparent;border-color:var(--navy);color:var(--navy);box-shadow:none}
.button--ghost:hover{background:var(--sky)}
.button--light{background:var(--paper);border-color:var(--paper);color:var(--navy);box-shadow:none}
.button--light:hover{background:#fff}
.button--outline-light{background:transparent;border-color:rgba(255,255,255,.65);color:#fff;box-shadow:none}
.button--outline-light:hover{background:rgba(255,255,255,.1)}
.button-row{display:flex;flex-wrap:wrap;gap:.75rem}
.text-link{font-weight:800;color:var(--navy)}
.section{padding:clamp(4.5rem,8vw,7.5rem) 0}
.section--tight{padding:clamp(3.5rem,6vw,5.5rem) 0}
.section--paper{background:var(--paper)}
.section--navy{background:var(--navy);color:var(--paper)}
.section--navy h2,.section--navy h3{color:var(--paper)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2.3rem}
.section-heading p{max-width:54ch;margin:0;color:var(--muted)}
.section--navy .section-heading p{color:#c7d9e6}

.hero{position:relative;overflow:hidden;background:var(--paper);padding:clamp(1rem,2vw,1.5rem) 0 clamp(1.8rem,4vw,3rem)}
.hero-dispatch{position:relative;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(390px,.9fr);min-height:520px;background:var(--navy);border-radius:16px 64px 16px 16px;overflow:hidden;box-shadow:var(--shadow)}
.hero-copy{position:relative;z-index:2;align-self:center;padding:clamp(2rem,3vw,2.8rem) clamp(2rem,4vw,3.6rem) clamp(5.5rem,8vw,6.5rem)}
.hero h1{max-width:none;color:var(--paper);font-size:clamp(2.65rem,4vw,3.6rem);margin-bottom:.35em}
.hero h1 span{display:inline;color:var(--red)}
.hero-copy>p{font-size:clamp(.94rem,1.15vw,1.02rem);color:#c7d9e6;max-width:55ch;margin-bottom:.75rem;line-height:1.45}
.hero-copy .button--outline-light{border-color:rgba(255,255,255,.7)}
.hero-visual{position:relative;margin:0;min-width:0}
.hero-photo{width:100%;height:100%;min-height:520px;object-fit:cover;object-position:55% center}
.hero-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,43,76,.22),transparent 28%);pointer-events:none}
.hero-visual figcaption{position:absolute;z-index:2;right:1.25rem;top:1.25rem;background:var(--yellow);color:var(--navy);padding:.7rem .85rem;transform:rotate(2deg);box-shadow:0 10px 24px rgba(8,43,76,.18)}
.hero-visual figcaption span,.hero-visual figcaption strong{display:block;line-height:1.15}
.hero-visual figcaption span{font-size:.68rem;text-transform:uppercase;letter-spacing:.14em;font-weight:800}
.hero-visual figcaption strong{font-family:Bricolage,sans-serif;font-size:1.03rem;margin-top:.2rem}
.hero-brief{position:absolute;z-index:3;left:clamp(1.4rem,4vw,3.5rem);right:clamp(1.4rem,4vw,3.5rem);bottom:clamp(1.4rem,3vw,2.4rem);display:grid;grid-template-columns:1.25fr repeat(3,1fr);background:var(--white);border-radius:14px;box-shadow:0 18px 40px rgba(8,43,76,.24);overflow:hidden}
.hero-brief>div{padding:.72rem .9rem;display:flex;gap:.6rem;align-items:flex-start;border-right:1px solid var(--line)}
.hero-brief>div:last-child{border-right:0}
.hero-brief__title{display:block!important;background:var(--paper)}
.hero-brief__title span{display:block;color:var(--red);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.hero-brief__title strong{display:block;color:var(--navy);font-family:Bricolage,sans-serif;font-size:1.08rem;line-height:1.1;margin-top:.25rem}
.hero-brief b{display:grid;place-items:center;width:28px;height:28px;flex:none;border-radius:50%;background:var(--yellow);color:var(--navy);font-family:Bricolage,sans-serif;font-size:.76rem}
.hero-brief span{color:var(--muted);font-size:.78rem;line-height:1.35}
.hero-brief span strong{display:block;color:var(--navy);font-size:.86rem;margin-bottom:.15rem}
.fact-rail{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white)}
.fact-rail__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.fact{padding:1.25rem 1.4rem;display:flex;gap:.75rem;align-items:center;border-right:1px solid var(--line)}
.fact:last-child{border:0}
.fact img{width:30px;height:30px;object-fit:contain}
.fact strong{display:block;color:var(--navy);font-family:Bricolage,sans-serif;font-size:1rem}
.fact span{font-size:.86rem;color:var(--muted)}

.scope-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,5rem);align-items:start}
.scope-list{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;list-style:none;padding:0;margin:2rem 0 0}
.scope-list li{display:flex;align-items:center;gap:.8rem;padding:.9rem 0;border-bottom:1px solid var(--line);font-weight:700;margin:0}
.scope-list span{width:28px;height:28px;border-radius:50%;background:var(--sky);display:grid;place-items:center;color:var(--navy);font-weight:900;flex:none}
.estimate-board{background:var(--navy);color:var(--paper);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow);position:relative}
.estimate-board::after{content:"ESTIMATE NOTES";position:absolute;right:-32px;top:42%;transform:rotate(90deg);font-size:.67rem;letter-spacing:.18em;color:#88a9c2}
.estimate-board h3{color:var(--paper);font-size:2rem;max-width:13ch}
.estimate-board p{color:#c7d9e6}
.estimate-lines{display:grid;gap:.9rem;margin-top:1.6rem}
.estimate-line{display:grid;grid-template-columns:36px 1fr;gap:.8rem;padding-top:.9rem;border-top:1px solid rgba(255,255,255,.16)}
.estimate-line b{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--yellow);color:var(--navy)}
.estimate-line strong{display:block;color:#fff}
.estimate-line span{font-size:.9rem;color:#bcd0df}

.process-path{display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative;margin-top:2rem}
.process-step{padding:1.7rem 1.8rem 1.7rem 0;position:relative}
.process-step:not(:last-child){border-right:1px dashed #88a8ba;margin-right:1.8rem}
.process-step b{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--red);color:#fff;font-family:Bricolage,sans-serif;font-size:1.2rem;margin-bottom:1.1rem}
.process-step h3{margin-bottom:.45rem}
.process-step p{color:var(--muted);font-size:.97rem}

.proof-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,6vw,6rem);align-items:center}
.proof-image{position:relative}
.proof-image img{aspect-ratio:4/3;object-fit:cover;border-radius:48px 16px 16px 16px}
.proof-image::before{content:"ALVIN • APARTMENT • CLEANOUT";position:absolute;z-index:2;left:-18px;top:28px;background:var(--yellow);color:var(--navy);padding:.65rem .9rem;border-radius:999px;font-size:.73rem;font-weight:800;letter-spacing:.12em;transform:rotate(-4deg)}
.plain-points{list-style:none;padding:0;margin:1.6rem 0}
.plain-points li{padding:.85rem 0;border-bottom:1px solid var(--line);font-weight:700;margin:0}
.plain-points li::before{content:"✓";color:var(--red);margin-right:.7rem;font-weight:900}

.faq-stack{max-width:880px;margin:2rem auto 0}
.faq-stack details{border-top:1px solid var(--line);padding:1.15rem 0}
.faq-stack details:last-child{border-bottom:1px solid var(--line)}
.faq-stack summary{cursor:pointer;list-style:none;font-family:Bricolage,sans-serif;font-weight:700;font-size:1.15rem;color:var(--navy);display:flex;justify-content:space-between;gap:1rem}
.faq-stack summary::-webkit-details-marker{display:none}
.faq-stack summary::after{content:"+";color:var(--red);font-size:1.5rem;line-height:1}
.faq-stack details[open] summary::after{content:"−"}
.faq-stack details p{padding:.8rem 3rem 0 0;color:var(--muted);margin:0}
.section--navy .faq-stack details{border-color:rgba(199,217,230,.35)}
.section--navy .faq-stack summary{color:var(--paper)}
.section--navy .faq-stack details p{color:#c7d9e6}
.section--navy .faq-stack summary:hover{color:#fff}

.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.guide-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 30px rgba(8,43,76,.1);display:flex;flex-direction:column;min-height:100%}
.guide-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.guide-card__body{padding:1.3rem;display:flex;flex-direction:column;align-items:flex-start;flex:1}
.guide-card time,.article-meta{color:var(--muted);font-size:.82rem}
.guide-card h3{margin:.55rem 0 .65rem}
.guide-card p{font-size:.94rem;color:var(--muted)}
.guide-card .text-link{margin-top:auto}

.page-hero{background:var(--paper);padding:clamp(3.2rem,7vw,6rem) 0;position:relative;overflow:hidden}
.page-hero::after{content:"";position:absolute;right:-90px;top:-90px;width:300px;height:300px;border:60px solid var(--sky);border-radius:50%}
.page-hero .shell{position:relative;z-index:1}
.page-hero h1{max-width:15ch}
.page-hero p{font-size:1.12rem;color:var(--muted);max-width:58ch}
.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:clamp(2.5rem,6vw,5rem);align-items:start}
.content-copy h2{margin-top:2.8rem}
.content-copy h2:first-child{margin-top:0}
.content-copy h3{margin-top:2rem}
.sidebar-note{position:sticky;top:1.5rem;background:var(--paper);padding:1.4rem;border-radius:var(--radius)}
.sidebar-note h3{margin-bottom:.6rem}
.sidebar-note a{display:block;margin-top:.55rem;font-weight:700;color:var(--navy)}
.contact-board{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}
.contact-card{padding:1.5rem;border-radius:var(--radius);background:var(--paper)}
.contact-card img{width:36px;height:36px;margin-bottom:1rem}
.contact-card a{font-weight:800;color:var(--navy);word-break:break-word}
.contact-card p{color:var(--muted);font-size:.93rem}

.article-header{padding:clamp(3.2rem,7vw,6rem) 0 2.5rem;background:var(--paper)}
.article-header h1{max-width:17ch;font-size:clamp(2.5rem,5vw,4.6rem)}
.article-header p{font-size:1.12rem;color:var(--muted);max-width:60ch}
.article-meta{display:flex;gap:.65rem;flex-wrap:wrap;margin:1.2rem 0}
.article-feature{width:var(--shell);margin:0 auto;max-height:620px;object-fit:cover;aspect-ratio:16/8;border-radius:var(--radius);box-shadow:var(--shadow)}
.article-layout{display:grid;grid-template-columns:minmax(0,760px) 260px;justify-content:center;gap:4rem;padding:4rem 0 6rem}
.article-body{font-size:1.05rem}
.article-body h2{font-size:clamp(1.75rem,3vw,2.5rem);margin-top:3rem}
.article-body h3{margin-top:2rem}
.article-body a{color:var(--navy);font-weight:700}
.article-body table{width:100%;border-collapse:collapse;margin:1.5rem 0 2rem;font-size:.94rem}
.article-body th,.article-body td{text-align:left;vertical-align:top;border:1px solid var(--line);padding:.8rem}
.article-body th{background:var(--navy);color:#fff;font-family:Bricolage,sans-serif}
.article-body blockquote{margin:2rem 0;padding:1.2rem 1.4rem;background:var(--paper);border-radius:var(--radius);font-size:1.03rem}
.article-body .checklist{background:var(--sky);padding:1.4rem 1.4rem 1.1rem;border-radius:var(--radius)}
.article-body .checklist h3{margin-top:0}
.article-toc{position:sticky;top:1.5rem;font-size:.9rem}
.article-toc strong{display:block;font-family:Bricolage,sans-serif;margin-bottom:.7rem}
.article-toc a{display:block;color:var(--muted);text-decoration:none;padding:.35rem 0;border-bottom:1px solid var(--line)}
.article-toc a:hover{color:var(--red)}
.source-note{font-size:.88rem;color:var(--muted);margin-top:2.5rem;padding-top:1.2rem;border-top:1px solid var(--line)}

.legal{max-width:820px}
.legal h2{margin-top:2.6rem;font-size:2rem}
.legal h3{margin-top:1.8rem}
.notice{background:var(--sky);padding:1rem 1.2rem;border-radius:var(--radius);color:var(--navy)}
.not-found{min-height:70vh;display:grid;place-items:center;background:var(--paper);text-align:center;padding:4rem 0}
.not-found__code{font-family:Bricolage,sans-serif;font-size:clamp(6rem,20vw,13rem);line-height:.8;color:var(--sky);letter-spacing:-.04em}
.not-found h1{margin-inline:auto;font-size:clamp(2rem,5vw,4rem)}

.site-footer{background:var(--ink);color:#c7d9e6;padding-top:4rem}
.footer-cta{display:flex;justify-content:space-between;gap:2rem;align-items:center;background:var(--red);color:#fff;padding:2rem;border-radius:var(--radius);margin-bottom:4rem}
.footer-cta h2{color:#fff;font-size:clamp(1.8rem,3vw,2.7rem);margin-bottom:.3rem}
.footer-cta p{margin:0;color:#ffe3dc}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:2.5rem;padding-bottom:3rem}
.footer-grid h3{color:#fff;font-size:1rem;letter-spacing:0}
.footer-grid a,.footer-grid span{display:block;color:#c7d9e6;margin:.45rem 0;text-decoration:none;font-size:.92rem}
.footer-grid a:hover{color:#fff;text-decoration:underline}
.brand--footer strong{color:#fff}
.brand--footer small{color:#9eb9ca}
.footer-grid .brand--footer span{display:flex;flex-direction:column;margin:0;line-height:1.04}
.footer-brand p{font-size:.92rem;margin-top:1rem;color:#9eb9ca}
.footer-bottom{display:flex;justify-content:space-between;gap:2rem;padding:1.2rem 0 1.7rem;border-top:1px solid rgba(255,255,255,.12);font-size:.8rem;color:#89a9bd}
.footer-bottom p{margin:0}
.mobile-call{display:none}

@media (max-width:980px){
  .header-call{display:none}
  .menu-toggle{display:block}
  .js .primary-nav{display:none;position:absolute;left:20px;right:20px;top:122px;background:var(--white);padding:1rem;border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;align-items:stretch}
  .js .primary-nav.is-open{display:flex}
  .primary-nav a{padding:.55rem}
  .hero-dispatch{grid-template-columns:1fr;min-height:0}
  .hero-copy{padding:2.6rem 2.4rem 2.2rem}
  .hero h1{max-width:none}
  .hero-photo{min-height:360px}
  .hero-brief{position:relative;left:auto;right:auto;bottom:auto;margin:-72px 1.6rem 1.6rem;grid-template-columns:1fr 1fr}
  .hero-brief>div:nth-child(2){border-right:0}.hero-brief>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .fact-rail__grid{grid-template-columns:1fr 1fr}
  .fact:nth-child(2){border-right:0}.fact:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .scope-grid,.proof-split{grid-template-columns:1fr}
  .content-grid{grid-template-columns:1fr}.sidebar-note{position:static}
  .article-layout{grid-template-columns:minmax(0,760px);padding-inline:20px}.article-toc{display:none}
  .guide-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}
}

@media (max-width:700px){
  :root{--shell:min(100% - 28px,1180px)}
  body{padding-bottom:64px}
  h1{font-size:clamp(2.55rem,13vw,4.2rem)}
  .top-strip__inner{justify-content:center}.top-strip__inner span[aria-hidden],.top-strip__inner a{display:none}
  .nav-row{min-height:76px}.brand img{width:46px;height:46px}.brand strong{font-size:.96rem}
  .js .primary-nav{top:110px;left:14px;right:14px}
  .hero{padding:0 0 2rem}.hero .shell{width:100%}.hero-dispatch{border-radius:0}.hero-copy{padding:2.25rem 14px 1.8rem}.hero h1{font-size:clamp(2.45rem,11vw,3.15rem);max-width:10ch}.hero-copy>p{font-size:.96rem;line-height:1.5}.hero-copy .button-row{display:grid}.hero-copy .button{width:100%}.hero-photo{min-height:260px;aspect-ratio:3/2}.hero-visual figcaption{right:14px;top:14px}.hero-brief{margin:-32px 14px 14px;grid-template-columns:1fr}.hero-brief>div{padding:.62rem .8rem;border-right:0;border-bottom:1px solid var(--line)}.hero-brief>div:last-child{border-bottom:0}.hero-brief__title{padding-block:.8rem!important}.hero-brief>div:nth-child(2){border-bottom:1px solid var(--line)}
  .fact-rail__grid{grid-template-columns:1fr}.fact{border-right:0!important;border-bottom:1px solid var(--line)!important}.fact:last-child{border-bottom:0!important}
  .section{padding:4rem 0}.section-heading{display:block}.section-heading p{margin-top:1rem}
  .scope-list{grid-template-columns:1fr}.estimate-board::after{display:none}
  .process-path{grid-template-columns:1fr}.process-step:not(:last-child){border-right:0;border-bottom:1px dashed #88a8ba;margin-right:0}
  .proof-image::before{left:-6px;top:14px}
  .guide-grid,.contact-board{grid-template-columns:1fr}
  .page-hero::after{width:180px;height:180px;border-width:36px;right:-80px}
  .article-feature{width:calc(100% - 28px);aspect-ratio:4/3}.article-layout{padding:3rem 14px 5rem}.article-body table{display:block;overflow-x:auto}
  .footer-cta{display:block;padding:1.5rem}.footer-cta .button-row{margin-top:1.2rem}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/3}.footer-bottom{display:block}.footer-bottom p+p{margin-top:.6rem}
  body{padding-bottom:calc(68px + env(safe-area-inset-bottom))}
  .mobile-call{display:flex;position:fixed;z-index:50;right:14px;bottom:calc(10px + env(safe-area-inset-bottom));min-height:46px;align-items:center;justify-content:center;gap:.45rem;padding:.65rem 1rem;background:var(--red);color:#fff;border-radius:999px;text-decoration:none;font-weight:800;box-shadow:0 10px 28px rgba(8,43,76,.3);opacity:0;pointer-events:none;transform:translateY(18px);transition:opacity .18s ease,transform .18s ease}.mobile-call.is-visible{opacity:1;pointer-events:auto;transform:none}.mobile-call img{filter:brightness(0) invert(1)}
}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
