:root{--header-height-desktop:148px;--header-height-mobile:72px;
  --red:#E3262E;
  --red-dark:#B9151B;
  --black:#0D1115;
  --charcoal:#151A20;
  --slate:#2E343C;
  --text:#111318;
  --muted:#5A6472;
  --line:#E6E8EC;
  --soft:#F6F7F9;
  --soft-2:#EEF1F5;
  --white:#FFFFFF;
  --accent:#E3262E;
  --radius:16px;
  --shadow:0 12px 34px rgba(15,18,25,.10);
  --shadow-lg:0 24px 70px rgba(15,18,25,.16);
  --heading:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --body:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --maxw:1180px;
  --header-height:148px;
  --hero-max-height:680px;
}
*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:calc(var(--header-height) + 22px);}
body{margin:0;font-family:var(--body);color:var(--text);background:#fff;font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
main[id],section[id],footer[id],.book-section[id],.feature-band[id]{scroll-margin-top:calc(var(--header-height) + 22px);}

img{display:block;max-width:100%;height:auto;image-rendering:auto;}
a{color:inherit;text-decoration:none;}
button,input,select,textarea{font:inherit;}
.wrap{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:24px;}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;}
h1,h2,h3{font-family:var(--heading);margin:0;line-height:1.08;letter-spacing:-.035em;color:var(--text);}
h1{font-size:clamp(2.75rem,6.2vw,5.05rem);font-weight:850;}
h2{font-size:clamp(2rem,4vw,3.1rem);font-weight:850;}
h3{font-size:1.22rem;font-weight:760;letter-spacing:-.02em;}
p{margin:0;color:var(--muted);}
.eyebrow{display:inline-block;position:relative;margin:0 0 15px;padding-bottom:9px;font-family:var(--heading);font-size:.78rem;font-weight:800;line-height:1.2;letter-spacing:.075em;text-transform:uppercase;color:inherit;}
.eyebrow::after{content:"";position:absolute;left:0;bottom:0;width:92px;height:3px;border-radius:999px;background:var(--red);}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:13px 22px;border-radius:9px;border:1px solid transparent;font-family:var(--heading);font-size:.89rem;font-weight:800;line-height:1;text-transform:uppercase;letter-spacing:.01em;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;}
.btn:hover{transform:translateY(-1px);}
.btn:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(227,38,46,.28);outline-offset:3px;}
.btn-red{background:var(--red);color:#fff;box-shadow:0 12px 30px rgba(227,38,46,.25);}
.btn-red:hover{background:var(--red-dark);box-shadow:0 18px 38px rgba(227,38,46,.28);}
.btn-dark{background:#050608;color:#fff;box-shadow:0 12px 28px rgba(0,0,0,.16);}
.btn-dark:hover{background:#1A1D22;}
.btn-white{background:#fff;color:var(--text);border-color:rgba(255,255,255,.88);}
.btn-white:hover{background:#F5F6F8;}
.btn-large{min-height:54px;padding:16px 28px;border-radius:10px;}
.full{width:100%;}
.site-header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.08);}
.site-header.is-scrolled{box-shadow:0 12px 28px rgba(0,0,0,.10);}
.top-header{background:#fff;}
.top-header-inner{min-height:92px;display:flex;align-items:center;gap:26px;}
.brand{display:flex;align-items:center;gap:12px;flex:0 0 auto;}
.brand-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:12px;background:#fff;}
.brand-icon img{width:48px;height:48px;object-fit:contain;}
.brand-copy{display:flex;flex-direction:column;text-transform:uppercase;line-height:.95;}
.brand-main{font-family:var(--heading);font-size:1.58rem;font-weight:850;letter-spacing:-.035em;color:var(--red);}
.brand-sub{font-family:var(--heading);font-size:1.02rem;font-weight:850;letter-spacing:-.025em;color:var(--black);}
.header-tagline{min-height:56px;padding-left:26px;border-left:1px solid #D7DCE2;display:flex;flex-direction:column;justify-content:center;gap:3px;margin-right:auto;}
.header-tagline strong{font-family:var(--heading);font-size:.96rem;font-weight:750;color:var(--black);}
.header-tagline span{display:flex;align-items:center;gap:6px;font-size:.92rem;color:var(--slate);}
.header-actions{display:flex;align-items:center;gap:12px;}
.btn-call-mobile .btn-call-icon{display:none;line-height:0;flex:0 0 auto;}
.btn-call-mobile .btn-call-icon img{display:block;width:28px;height:28px;object-fit:contain;}
.btn-call-mobile .btn-call-text{display:inline;}
.menu-toggle{display:none;width:48px;height:46px;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer;padding:10px;}
.menu-toggle span:not(.sr-only){display:block;width:100%;height:2px;background:var(--black);border-radius:999px;margin:5px 0;transition:transform .2s ease,opacity .2s ease;}
.nav-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.nav-open .menu-toggle span:nth-child(2){opacity:0;}
.nav-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
.main-nav{background:linear-gradient(90deg,#0D1115,#242A31);}
.nav-inner{display:flex;align-items:center;justify-content:center;gap:0;min-height:56px;}
.nav-inner a{min-height:56px;display:flex;align-items:center;gap:9px;padding:0 24px;font-family:var(--heading);font-size:.94rem;font-weight:650;color:rgba(255,255,255,.92);border-left:1px solid rgba(255,255,255,.05);transition:background .18s ease,color .18s ease;}
.nav-inner a:last-child{border-right:1px solid rgba(255,255,255,.05);}
.nav-inner a:hover{background:rgba(255,255,255,.08);color:#fff;}
.hero-home{position:relative;height:calc(100svh - var(--header-height-desktop));min-height:calc(100svh - var(--header-height-desktop));overflow:hidden;display:flex;align-items:center;justify-content:center;background:#111;}
@supports not (height:100svh){.hero-home{height:calc(100vh - var(--header-height-desktop));min-height:calc(100vh - var(--header-height-desktop));}}
.home-page .feature-band{margin-top:0;padding-top:14px;}
.hero-bg{position:absolute;inset:0;}
.hero-media,.hero-media img{display:block;width:100%;height:100%;}
.hero-media img{object-fit:cover;object-position:center center;animation:none;}
.hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,7,10,.82) 0%,rgba(5,7,10,.56) 30%,rgba(5,7,10,.38) 50%,rgba(5,7,10,.56) 70%,rgba(5,7,10,.82) 100%);}
.hero-shade{position:absolute;inset:auto 0 0;height:110px;background:linear-gradient(0deg,rgba(0,0,0,.20),transparent);}
.hero-content{position:relative;z-index:2;padding-top:18px;padding-bottom:18px;display:flex;align-items:center;justify-content:center;min-height:100%;}
.hero-panel{max-width:980px;margin:0 auto;color:#fff;text-align:center;}
.hero-panel h1{color:#fff;margin:0 auto 18px;font-size:clamp(3rem,6vw,5.2rem);line-height:1.04;text-shadow:0 14px 40px rgba(0,0,0,.42);max-width:920px;}
.hero-question-line{display:block;}
.hero-panel .hero-rotating-slot{display:inline-grid;grid-template-columns:1fr;width:7.4ch;vertical-align:baseline;justify-items:start;overflow:visible;padding-bottom:.10em;}
.hero-panel .hero-rotating-word{color:var(--red);display:inline-block;min-width:100%;text-align:left;white-space:nowrap;text-shadow:0 2px 0 rgba(0,0,0,.55),0 8px 18px rgba(0,0,0,.48),0 0 10px rgba(0,0,0,.28);font-weight:inherit;line-height:1.04;}
.hero-panel .hero-lead{max-width:860px;margin:0 auto;color:rgba(255,255,255,.95);font-size:1.22rem;line-height:1.42;}
.hero-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:26px;}
.feature-band{position:relative;z-index:4;background:#fff;margin-top:-80px;padding:0 0 42px;}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.feature-card{display:flex;position:relative;z-index:1;min-height:100%;flex-direction:column;background:#fff;border:1px solid rgba(12,15,20,.08);border-radius:11px;overflow:hidden;box-shadow:0 18px 50px rgba(12,15,20,.14);cursor:pointer;transform-origin:center center;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;}
.feature-card:hover,.feature-card:focus-visible{transform:translateY(-8px) scale(1.035);box-shadow:0 34px 86px rgba(12,15,20,.24);border-color:rgba(227,38,46,.32);z-index:3;}
.feature-card>img{width:100%;aspect-ratio:16/9;object-fit:cover;background:#ddd;filter:contrast(1.03) saturate(1.02);}
.feature-body{display:block;padding:25px 28px 14px;align-items:start;}
.feature-number{display:none;}
.feature-body h2{font-size:1.24rem;line-height:1.18;margin:0 0 10px;letter-spacing:-.025em;}
.feature-body p{font-size:1rem;line-height:1.52;color:#384351;max-width:none;}
.feature-button{align-self:flex-start;margin:16px 28px 28px;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:11px 18px;border:2px solid var(--red);border-radius:3px;font-family:var(--heading);font-size:.84rem;font-weight:750;text-transform:uppercase;color:var(--red);transition:background .2s ease,color .2s ease;}
.feature-card:hover .feature-button{background:var(--red);color:#fff;}
.section{padding:90px 0;}
.section-head{max-width:760px;margin:0 auto 42px;text-align:center;}
.section-head-left{margin-inline:0;text-align:left;}
.section-head h2{margin-bottom:15px;}
.section-head p:not(.eyebrow){font-size:1.1rem;color:var(--muted);}
.section-head.compact{margin-bottom:38px;}
.section-head.compact h2{text-transform:uppercase;font-size:clamp(1.8rem,3.5vw,2.7rem);letter-spacing:.01em;}
.process-band{background:linear-gradient(180deg,#F4F5F7 0,#FFF 100%);padding:62px 0 68px;}
.process-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:0;}
.process-step{position:relative;display:grid;grid-template-columns:92px 1fr;gap:20px;padding:18px 34px;align-items:center;}
.process-step:not(:last-child){border-right:1px solid #D7DCE2;}
.step-number{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--red);font-family:var(--heading);font-weight:850;font-size:3.1rem;line-height:1;box-shadow:0 12px 36px rgba(13,17,21,.08);}
.process-step h3{text-transform:uppercase;font-size:1.02rem;letter-spacing:.01em;margin-bottom:7px;}
.process-step p{font-size:.98rem;line-height:1.42;color:#4C5664;}
.benefits-section{padding:58px 0 74px;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);}
.benefit{position:relative;text-align:center;padding:15px 32px;border-radius:18px;overflow:hidden;isolation:isolate;transition:transform .22s ease,color .22s ease;}.benefit::before{content:"";position:absolute;inset:4px;border-radius:inherit;background:radial-gradient(circle at center,rgba(52,211,153,.34) 0%,rgba(34,197,94,.22) 24%,rgba(34,197,94,.10) 45%,rgba(34,197,94,0) 72%);opacity:0;transform:scale(.36);filter:blur(18px);transition:opacity .28s ease,transform .42s ease;z-index:-1;pointer-events:none;}.benefit:hover,.benefit:focus-within{transform:translateY(-4px);}.benefit:hover::before,.benefit:focus-within::before{opacity:1;transform:scale(1.12);}.benefit:hover .benefit-icon img,.benefit:focus-within .benefit-icon img{filter:drop-shadow(0 0 18px rgba(34,197,94,.58)) drop-shadow(0 14px 26px rgba(0,0,0,.16));}
.benefit:not(:last-child){border-right:1px solid #D7DCE2;}
.benefit-icon{display:inline-flex;align-items:center;justify-content:center;width:132px;height:132px;margin-bottom:18px;}
.benefit-icon img{display:block;max-width:100%;max-height:100%;filter:drop-shadow(0 10px 20px rgba(0,0,0,.14));transition:filter .28s ease,transform .28s ease;}.benefit:hover .benefit-icon img,.benefit:focus-within .benefit-icon img{transform:translateY(-2px);}
.benefit h3{font-size:1.08rem;margin-bottom:8px;}
.benefit p{font-size:.96rem;line-height:1.4;color:#4E5966;}
.all-services{background:#fff;}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.service-tile{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(13,17,21,.06);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}
.service-tile:hover{transform:translateY(-5px);box-shadow:0 18px 44px rgba(13,17,21,.12);border-color:rgba(227,38,46,.35);}
.service-tile img{width:100%;aspect-ratio:4/3;object-fit:cover;filter:contrast(1.03) saturate(1.02);}
.service-tile-body{padding:19px 18px 20px;display:flex;flex-direction:column;gap:8px;flex:1;}
.service-kicker{font-family:var(--heading);font-size:.73rem;font-weight:800;text-transform:uppercase;letter-spacing:.075em;color:var(--red);}
.service-tile h3{font-size:1.14rem;}
.service-tile p{font-size:.92rem;line-height:1.43;color:#52606F;}
.text-link{margin-top:auto;padding-top:10px;font-family:var(--heading);font-weight:800;color:var(--red);font-size:.92rem;}
.promise-section{background:var(--soft);}
.promise-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:56px;align-items:center;}
.promise-copy h2{margin-bottom:18px;}
.promise-copy p{font-size:1.08rem;line-height:1.55;margin-bottom:28px;}
.promise-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.promise-list li{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px;box-shadow:0 12px 32px rgba(13,17,21,.06);color:#4A5563;}
.promise-list strong{display:block;color:var(--text);font-family:var(--heading);font-size:1rem;margin-bottom:5px;}
.gallery-section{background:#fff;}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.gallery-shot{position:relative;margin:0;border-radius:12px;overflow:hidden;box-shadow:0 12px 34px rgba(13,17,21,.12);background:#ddd;min-height:210px;}
.gallery-shot img{width:100%;height:230px;object-fit:cover;transition:transform .35s ease;}
.gallery-shot:hover img{transform:scale(1.05);}
.gallery-shot figcaption{position:absolute;left:12px;right:12px;bottom:12px;border-radius:8px;padding:10px 12px;background:rgba(13,17,21,.78);backdrop-filter:blur(8px);color:#fff;font-family:var(--heading);font-size:.9rem;font-weight:750;line-height:1.25;}
.areas-section{background:linear-gradient(180deg,#F7F8FA 0%,#FFFFFF 100%);position:relative;overflow:hidden;}
.areas-section::before{content:"";position:absolute;left:50%;top:40%;width:900px;height:420px;transform:translate(-50%,-50%);background:radial-gradient(circle at center,rgba(227,38,46,.08) 0%,rgba(227,38,46,.04) 32%,rgba(227,38,46,0) 70%);pointer-events:none;}
.areas-modern{position:relative;z-index:1;display:grid;grid-template-columns:.82fr 1.18fr;gap:46px;align-items:center;}
.areas-copy{max-width:500px;}
.areas-copy h2{margin-bottom:18px;}
.areas-copy p:not(.eyebrow){font-size:1.08rem;line-height:1.58;color:var(--muted);}
.areas-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px;}
.areas-coverage{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.coverage-card{position:relative;min-height:188px;padding:26px 24px;border:1px solid #DDE3EA;border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 18px 46px rgba(13,17,21,.08);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
.coverage-card::before{content:"";position:absolute;right:-44px;top:-52px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(227,38,46,.13),rgba(227,38,46,0) 68%);}
.coverage-card::after{content:"";position:absolute;left:24px;bottom:20px;width:42px;height:3px;border-radius:999px;background:var(--red);opacity:.9;}
.coverage-card:hover{transform:translateY(-5px);box-shadow:0 28px 70px rgba(13,17,21,.13);border-color:rgba(227,38,46,.28);}
.coverage-card-core{background:linear-gradient(135deg,#101722 0%,#242C37 100%);border-color:#1B2532;color:#fff;box-shadow:0 24px 70px rgba(13,17,21,.22);}
.coverage-card-core::before{background:radial-gradient(circle,rgba(227,38,46,.34),rgba(227,38,46,0) 68%);}
.coverage-card h3{font-size:1.35rem;margin:7px 0 18px;position:relative;z-index:1;color:inherit;}
.coverage-kicker{position:relative;z-index:1;display:inline-flex;align-items:center;gap:7px;font-family:var(--heading);font-size:.78rem;font-weight:820;letter-spacing:.05em;text-transform:uppercase;color:var(--red);}
.coverage-kicker::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 4px rgba(227,38,46,.12);}
.coverage-card-core .coverage-kicker{color:#fff;}
.coverage-card-core .coverage-kicker::before{background:#2EE66B;box-shadow:0 0 0 4px rgba(46,230,107,.16);}
.coverage-tags{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:8px;}
.coverage-tags span{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border-radius:999px;background:#F4F6F9;border:1px solid #E2E7EE;font-size:.9rem;font-weight:650;color:#303946;}
.coverage-card-core .coverage-tags span{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.16);color:#fff;}
.areas-note{position:relative;z-index:1;text-align:center;margin:34px auto 0;font-weight:720;color:#3D4652;}
@media (max-width:960px){.areas-modern{grid-template-columns:1fr;gap:34px;}.areas-copy{max-width:720px;text-align:center;margin-inline:auto;}.areas-copy .eyebrow::after{left:50%;transform:translateX(-50%);}.areas-actions{justify-content:center;}.areas-coverage{grid-template-columns:1fr 1fr;}}
@media (max-width:640px){.areas-modern{gap:24px;}.areas-coverage{grid-template-columns:1fr;}.coverage-card{min-height:auto;padding:24px 22px;}.areas-copy{text-align:left;}.areas-copy .eyebrow::after{left:0;transform:none;}.areas-actions .btn{width:100%;}.coverage-tags{display:flex;flex-wrap:wrap;gap:10px 10px;}.coverage-tags span{display:inline-flex;white-space:nowrap;}}
.reviews-section{background:#fff;}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.review-card{margin:0;border:1px solid var(--line);border-radius:12px;padding:28px;background:#fff;box-shadow:0 12px 34px rgba(13,17,21,.07);}
.stars{color:var(--red);letter-spacing:.12em;font-size:1.05rem;margin-bottom:13px;}
.review-card blockquote{margin:0 0 18px;font-size:1rem;line-height:1.48;color:#2C3440;}
.review-card figcaption{font-family:var(--heading);font-weight:750;color:#495260;}
.faq-section{background:var(--soft);}
.faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:60px;align-items:start;}
.faq details{border:1px solid var(--line);border-radius:12px;background:#fff;margin-bottom:12px;box-shadow:0 8px 24px rgba(13,17,21,.05);}
.faq summary{list-style:none;cursor:pointer;padding:20px 22px;font-family:var(--heading);font-weight:760;color:#151A20;display:flex;justify-content:space-between;gap:20px;}
.faq summary::-webkit-details-marker{display:none;}
.faq summary::after{content:"+";color:var(--red);font-size:1.35rem;line-height:1;}
.faq details[open] summary::after{content:"-";}
.faq details p{padding:0 22px 22px;color:#566170;}
.book-section{background:linear-gradient(135deg,#0D1115,#222932);color:#fff;padding:86px 0;}
.book-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:58px;align-items:start;}
.book-copy .eyebrow{color:#fff;}
.book-copy h2{color:#fff;margin-bottom:20px;}
.book-copy p{color:rgba(255,255,255,.78);font-size:1.08rem;}
.book-phone{display:inline-block;margin:24px 0 8px;font-family:var(--heading);font-weight:850;font-size:2rem;color:#fff;}
.book-hours{font-weight:750;color:rgba(255,255,255,.88)!important;}
.book-form{display:grid;grid-template-columns:1fr 1fr;gap:15px;background:#fff;border-radius:14px;padding:26px;box-shadow:0 24px 70px rgba(0,0,0,.25);}
.book-form label{display:flex;flex-direction:column;gap:7px;font-family:var(--heading);font-size:.86rem;font-weight:800;color:#1B2028;text-transform:uppercase;letter-spacing:.02em;}
.book-form input,.book-form select,.book-form textarea{width:100%;border:1px solid #D6DCE5;border-radius:8px;padding:13px 14px;background:#fff;color:#111318;font-family:var(--body);font-size:1rem;font-weight:500;transition:border-color .2s ease,box-shadow .2s ease;}
.book-form textarea{resize:vertical;min-height:110px;}
.book-form input:focus,.book-form select:focus,.book-form textarea:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(227,38,46,.10);outline:none;}
.book-form .full{grid-column:1/-1;}
.form-fine{grid-column:1/-1;text-align:center;font-size:.9rem;color:#697586!important;}
.site-footer{background:#090B0E;color:#fff;padding:58px 0 0;}
.footer-main{display:grid;grid-template-columns:1.3fr .85fr .85fr;gap:50px;padding-bottom:42px;}
.footer-logo .brand-main{color:#fff;}
.footer-logo .brand-sub{color:#fff;}
.footer-brand p{max-width:360px;color:rgba(255,255,255,.68);margin-top:16px;}
.footer-col h3{color:#fff;font-size:1.02rem;margin:0 0 16px;text-transform:uppercase;letter-spacing:.04em;}
.footer-col nav,.footer-col{display:flex;flex-direction:column;gap:9px;}
.footer-col a,.footer-col p{color:rgba(255,255,255,.72);transition:color .18s ease;}
.footer-col a:hover{color:#fff;}
.footer-trust{border-top:1px solid rgba(255,255,255,.12);display:flex;flex-wrap:wrap;gap:12px 28px;padding-block:18px;color:rgba(255,255,255,.78);font-size:.92rem;font-weight:700;}
.footer-trust span{display:inline-flex;align-items:center;gap:9px;}
.footer-trust span::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--red);flex:0 0 auto;}
.footer-base{border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:18px;padding-block:20px;color:rgba(255,255,255,.58);font-size:.94rem;}
.footer-base a{color:#fff;}
.service-page .hero-home{height:auto;min-height:520px;max-height:520px;}
.service-page .feature-band{margin-top:-56px;}
.service-page .feature-grid{grid-template-columns:repeat(2,1fr);}
.service-page .feature-body{grid-template-columns:1fr;}
.service-page .feature-button{margin-left:28px;}
.work-page .gallery-grid{grid-template-columns:repeat(3,1fr);}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease;}
.reveal.is-visible{opacity:1;transform:translateY(0);}
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}
@media (max-width:1120px){.header-actions .btn-white{display:none}.nav-inner a{padding-inline:18px}.services-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:960px){:root{--header-height-desktop:148px;--header-height-mobile:72px;--header-height:78px;--hero-max-height:640px}.top-header-inner{min-height:78px;gap:16px}.header-tagline{display:none}.header-actions .btn-dark{display:none}.brand-main{font-size:1.28rem}.brand-sub{font-size:.88rem}.main-nav{display:none}.nav-open .main-nav{display:block}.menu-toggle{display:block;margin-left:auto}.nav-inner{display:grid;grid-template-columns:1fr;align-items:stretch;padding-block:8px}.nav-inner a{min-height:46px;justify-content:space-between;border:0;border-bottom:1px solid rgba(255,255,255,.08)}.hero-home{height:calc(100svh - var(--header-height-mobile));min-height:calc(100svh - var(--header-height-mobile))}.hero-content{padding-top:16px;padding-bottom:16px}.feature-grid{grid-template-columns:1fr}.home-page .feature-band{margin-top:0;padding-top:24px}.feature-band{margin-top:-70px}.feature-body{grid-template-columns:76px 1fr}.feature-button{margin-left:90px}.process-grid{grid-template-columns:1fr;gap:16px}.process-step{border-right:0!important;border-bottom:1px solid #D7DCE2;grid-template-columns:78px 1fr;padding:22px 10px}.process-step:last-child{border-bottom:0}.step-number{width:64px;height:64px;font-size:2.6rem}.benefits-grid{grid-template-columns:1fr 1fr;gap:0}.benefit:nth-child(2){border-right:0}.benefit:nth-child(-n+2){border-bottom:1px solid #D7DCE2}.services-grid{grid-template-columns:1fr 1fr}.promise-layout,.faq-layout,.book-layout{grid-template-columns:1fr;gap:34px}.gallery-grid{grid-template-columns:repeat(2,1fr)}.reviews-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.service-page .feature-grid{grid-template-columns:1fr}.work-page .gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){:root{--header-height-desktop:148px;--header-height-mobile:72px;--header-height:72px;--hero-max-height:620px}.wrap{padding-inline:18px}body{font-size:16px}.top-header-inner{min-height:72px}.brand-icon{width:44px;height:44px}.brand-icon img{width:38px;height:38px}.header-actions{margin-left:auto;gap:12px}.header-actions .btn-call-mobile{display:inline-flex!important;align-items:center;justify-content:center;min-width:46px;width:46px;height:46px;padding:0;border-radius:10px}.header-actions .btn-call-mobile .btn-call-text{display:none!important}.header-actions .btn-call-mobile .btn-call-icon{display:inline-flex!important;align-items:center;justify-content:center}.header-actions .btn-call-mobile .btn-call-icon img{width:28px;height:28px}.header-actions .btn-call-mobile::before{content:none}.menu-toggle{width:44px;height:42px}.hero-home{height:calc(100svh - var(--header-height-mobile));min-height:calc(100svh - var(--header-height-mobile));align-items:center}.hero-media img{object-position:center 40%}.hero-bg::after{background:linear-gradient(90deg,rgba(5,7,10,.85),rgba(5,7,10,.68) 58%,rgba(5,7,10,.25))}.hero-content{padding-top:30px;padding-bottom:72px}.hero-panel h1{font-size:clamp(2.25rem,9.4vw,3.15rem);margin-bottom:12px;line-height:1.05}.hero-question-line{display:block}.hero-panel .hero-rotating-slot{width:7.4ch}.hero-panel .hero-lead{font-size:.96rem;line-height:1.34;max-width:360px}.hero-actions{margin-top:16px}.hero-actions .btn{width:auto;min-height:48px;padding:13px 20px}.hero-microproof{margin-top:12px;gap:9px;font-size:.8rem}.hero-microproof span::before{width:6px;height:6px;box-shadow:0 0 0 3px rgba(227,38,46,.20)}.hero-sequence-note{display:none}.home-page .feature-band{margin-top:0;padding-top:20px}.feature-band{margin-top:-56px}.feature-body{grid-template-columns:1fr;gap:14px;padding:22px}.feature-number{width:62px;height:62px}.feature-button{margin:6px 22px 22px;align-self:stretch}.section{padding:68px 0}.section-head{text-align:left;margin-bottom:30px}.section-head.compact{text-align:center}.benefits-grid,.services-grid,.promise-list,.gallery-grid,.footer-main,.book-form{grid-template-columns:1fr}.benefit{border-right:0!important;border-bottom:1px solid #D7DCE2}.benefit-icon{width:116px;height:116px;margin-bottom:14px}.benefit:last-child{border-bottom:0}.book-section{padding:64px 0}.book-form{padding:22px}.book-phone{font-size:1.5rem}.footer-trust,.footer-base{flex-direction:column}.footer-trust{align-items:flex-start;gap:10px}.callbar{position:fixed;left:14px;right:14px;bottom:14px;z-index:120;display:flex;align-items:center;justify-content:center;min-height:52px;border-radius:10px;background:var(--red);color:#fff;font-family:var(--heading);font-weight:850;box-shadow:0 18px 44px rgba(0,0,0,.22)}}

.quote-modal{position:fixed;inset:0;z-index:250;display:none;}
.quote-modal.is-open{display:block;}
.quote-modal-backdrop{position:absolute;inset:0;background:rgba(7,10,14,.68);backdrop-filter:blur(4px);}
.quote-modal-dialog{position:relative;z-index:1;width:min(92vw,760px);max-height:min(88svh,820px);overflow:auto;margin:6svh auto;background:#fff;border-radius:18px;box-shadow:0 24px 90px rgba(0,0,0,.28);padding:28px 28px 24px;}
.quote-modal-close{position:absolute;top:12px;right:12px;width:42px;height:42px;border:0;border-radius:50%;background:#EEF2F6;font-size:1.8rem;line-height:1;cursor:pointer;}
.quote-modal-copy{padding-right:28px;margin-bottom:18px;}
.quote-modal-copy h2{margin-bottom:10px;}
.quote-modal-copy p{margin:0;color:var(--muted);}
.quote-modal-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.quote-modal-form .full{grid-column:1/-1;}
.quote-modal-form label{display:grid;gap:7px;font-weight:650;color:var(--ink);}
.quote-modal-form input,.quote-modal-form select,.quote-modal-form textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:14px 15px;background:#fff;color:var(--ink);font:inherit;}
.quote-modal-form textarea{min-height:130px;resize:vertical;}
body.modal-open{overflow:hidden;}
/* ============================ PROJECT PAGES ============================ */
.project-hero{position:relative;min-height:520px;display:flex;align-items:center;background:#111;overflow:hidden;}
.project-hero-bg{position:absolute;inset:0;background-image:var(--project-bg);background-size:cover;background-position:center;}
.project-hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,7,10,.84),rgba(5,7,10,.58) 48%,rgba(5,7,10,.18));}
.project-hero-inner{position:relative;z-index:2;padding:76px 0 90px;color:#fff;}
.project-hero-copy{max-width:720px;}
.project-hero-copy .eyebrow{color:#fff;}
.project-hero-copy h1{color:#fff;margin-bottom:20px;text-shadow:0 14px 40px rgba(0,0,0,.38);}
.project-hero-copy p{color:rgba(255,255,255,.92);font-size:1.2rem;max-width:640px;}
.project-summary{background:#fff;position:relative;z-index:5;margin-top:-42px;padding-bottom:26px;}
.project-summary-grid{display:grid;grid-template-columns:repeat(5,1fr);border-radius:12px;overflow:hidden;box-shadow:0 18px 50px rgba(13,17,21,.14);border:1px solid var(--line);background:#fff;}
.project-summary-grid div{padding:22px 24px;border-right:1px solid var(--line);}
.project-summary-grid div:last-child{border-right:0;}
.project-summary-grid span{display:block;font-family:var(--heading);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;color:var(--red);font-weight:800;margin-bottom:6px;}
.project-summary-grid strong{font-family:var(--heading);font-size:1rem;line-height:1.22;display:block;}
.project-story{background:#fff;}
.project-story-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:56px;align-items:start;}
.project-story-card{background:var(--soft);border:1px solid var(--line);border-radius:14px;padding:28px;position:sticky;top:170px;}
.project-story-card h2{font-size:1.65rem;margin-bottom:14px;}
.project-story-card p{margin-bottom:18px;}
.project-story-list{list-style:none;margin:0;padding:0;display:grid;gap:12px;}
.project-story-list li{padding:16px;background:#fff;border:1px solid var(--line);border-radius:12px;color:#3e4650;}
.project-story-list strong{display:block;font-family:var(--heading);color:var(--text);margin-bottom:4px;}
.project-photos{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.project-photo{margin:0;border-radius:14px;overflow:hidden;box-shadow:0 12px 34px rgba(13,17,21,.12);background:#ddd;}
.project-photo img{width:100%;height:430px;object-fit:cover;}
.project-photo figcaption{padding:13px 16px;background:#fff;font-family:var(--heading);font-weight:750;color:#151A20;border:1px solid var(--line);border-top:0;}
@media (max-width:960px){.project-summary-grid{grid-template-columns:1fr 1fr}.project-summary-grid div:nth-child(2){border-right:0}.project-summary-grid div:nth-child(-n+2){border-bottom:1px solid var(--line)}.project-story-grid{grid-template-columns:1fr}.project-story-card{position:static}.project-photos{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.project-hero{min-height:460px}.project-hero-copy h1{font-size:clamp(2.2rem,10vw,3.3rem)}.project-summary-grid,.project-photos{grid-template-columns:1fr}.project-summary-grid div{border-right:0!important;border-bottom:1px solid var(--line)}.project-summary-grid div:last-child{border-bottom:0}.project-photo img{height:360px}}

.dispatch-map-band{position:relative;padding:18px 0 26px;background:var(--bg);overflow:hidden;}
.dispatch-map-intro{max-width:1240px;margin:0 auto 10px;padding:0 20px;display:flex;align-items:flex-end;justify-content:space-between;gap:22px;color:#111827;}
.dispatch-map-heading{max-width:760px;}
.dispatch-map-intro strong{display:block;font-size:clamp(18px,2vw,28px);line-height:1.1;font-weight:800;color:#0f172a;}
.dispatch-map-heading span{display:block;font-size:clamp(13px,1.05vw,16px);line-height:1.45;color:#4b5563;margin-top:6px;}
.dispatch-status-legend{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px 14px;}
.dispatch-status-legend span{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#374151;white-space:nowrap;}
.dispatch-status-legend i{display:block;width:12px;height:12px;border-radius:50%;box-shadow:0 0 0 4px rgba(255,255,255,.72),0 0 10px rgba(0,0,0,.08);}
.dispatch-status-legend .busy i{background:#e53935;box-shadow:0 0 0 4px rgba(229,57,53,.12),0 0 14px rgba(229,57,53,.42);}
.dispatch-status-legend .finishing i{background:#f5b301;box-shadow:0 0 0 4px rgba(245,179,1,.16),0 0 14px rgba(245,179,1,.46);}
.dispatch-status-legend .free i{background:#2fb95d;box-shadow:0 0 0 4px rgba(47,185,93,.14),0 0 14px rgba(47,185,93,.42);}
.dispatch-map-full{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;max-width:100vw;}
.dispatch-map-full img{display:block;width:100%;height:clamp(320px,46vw,640px);object-fit:cover;object-position:center center;filter:contrast(1.02) brightness(.96);}
.dispatch-map-full::before,.dispatch-map-full::after{content:"";position:absolute;left:0;right:0;height:120px;z-index:2;pointer-events:none;}
.dispatch-map-full::before{top:0;background:linear-gradient(to bottom,var(--bg) 0%,rgba(245,246,248,.96) 16%,rgba(245,246,248,.76) 32%,rgba(245,246,248,0) 100%);}
.dispatch-map-full::after{bottom:0;background:linear-gradient(to top,var(--bg) 0%,rgba(245,246,248,.96) 16%,rgba(245,246,248,.76) 32%,rgba(245,246,248,0) 100%);}
@media (max-width:900px){.dispatch-map-band{padding:8px 0 18px;}.dispatch-map-intro{display:block;padding:0 16px;margin-bottom:8px;}.dispatch-map-heading span{display:block;margin-top:4px;}.dispatch-status-legend{justify-content:flex-start;margin-top:10px;gap:8px 12px;}.dispatch-map-full img{height:clamp(260px,52vw,420px);}.dispatch-map-full::before,.dispatch-map-full::after{height:88px;}}

.dispatch-vehicles{position:absolute;inset:0;z-index:1;pointer-events:none;}
.map-van{position:absolute;display:block;width:clamp(112px,8.4vw,182px);aspect-ratio:2.55/1;background:url('/assets/img/boardup-van-map.png') center/contain no-repeat;transform:translate(-50%,-50%);filter:drop-shadow(0 10px 18px rgba(0,0,0,.36));opacity:1;z-index:2;}
.map-van.flip{background-image:url('/assets/img/boardup-van-map-left.png');}
.map-van::before{content:"";position:absolute;left:50%;top:84%;width:98%;height:36%;transform:translate(-50%,-50%);border-radius:999px;filter:blur(12px);z-index:-1;}
.map-van::after{content:"";position:absolute;right:10%;top:14%;width:12px;height:12px;border-radius:50%;border:2px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.28);}
.map-van.status-busy::before{background:radial-gradient(ellipse at center,rgba(229,57,53,.98) 0%,rgba(229,57,53,.78) 36%,rgba(229,57,53,.34) 64%,rgba(229,57,53,.08) 82%,rgba(229,57,53,0) 92%);}
.map-van.status-busy::after{background:#e53935;box-shadow:0 0 0 4px rgba(229,57,53,.18),0 2px 6px rgba(0,0,0,.28);}
.map-van.status-finishing::before{background:radial-gradient(ellipse at center,rgba(245,179,1,.98) 0%,rgba(245,179,1,.76) 36%,rgba(245,179,1,.34) 64%,rgba(245,179,1,.08) 82%,rgba(245,179,1,0) 92%);}
.map-van.status-finishing::after{background:#f5b301;box-shadow:0 0 0 4px rgba(245,179,1,.18),0 2px 6px rgba(0,0,0,.28);}
.map-van.status-free::before{background:radial-gradient(ellipse at center,rgba(47,185,93,.96) 0%,rgba(47,185,93,.74) 36%,rgba(47,185,93,.34) 64%,rgba(47,185,93,.08) 82%,rgba(47,185,93,0) 92%);}
.map-van.status-free::after{background:#2fb95d;box-shadow:0 0 0 4px rgba(47,185,93,.24),0 0 0 10px rgba(47,185,93,.12),0 2px 6px rgba(0,0,0,.28);animation:mapDotPulse 1.45s ease-in-out infinite;}
@keyframes mapDotPulse{0%,100%{transform:scale(1);box-shadow:0 0 0 4px rgba(47,185,93,.24),0 0 0 10px rgba(47,185,93,.12),0 2px 6px rgba(0,0,0,.28);}35%{transform:scale(1.14) translateY(-1px);box-shadow:0 0 0 6px rgba(47,185,93,.22),0 0 0 16px rgba(47,185,93,.10),0 2px 6px rgba(0,0,0,.28);}70%{transform:scale(.96) translateX(.6px);box-shadow:0 0 0 5px rgba(47,185,93,.20),0 0 0 13px rgba(47,185,93,.08),0 2px 6px rgba(0,0,0,.28);}}
/* spread across distinct cities / core service zones, all placed on land */
.map-van.s1{left:16%;top:72%;}   /* Milton */
.map-van.s2{left:22%;top:82%;}   /* Burlington */
.map-van.s3{left:28%;top:72%;}   /* Oakville */
.map-van.s4{left:34%;top:65%;}   /* Mississauga west */
.map-van.s5{left:39%;top:60%;}   /* Mississauga centre */
.map-van.s6{left:45%;top:58%;}   /* Etobicoke */
.map-van.s7{left:49%;top:51%;}   /* North York */
.map-van.s8{left:50%;top:43%;}   /* Vaughan */
.map-van.s9{left:61%;top:42%;}   /* Richmond Hill */
.map-van.s10{left:67%;top:47%;}  /* Markham */
.map-van.s11{left:49%;top:57%;width:clamp(120px,9vw,192px);}  /* Downtown west */
.map-van.s12{left:54%;top:56%;width:clamp(124px,9.3vw,198px);}  /* Downtown core */
.map-van.s13{left:59%;top:55%;width:clamp(120px,9vw,192px);}  /* Downtown east */
.map-van.s14{left:72%;top:47%;}  /* Scarborough */
.map-van.s15{left:81%;top:40%;}  /* Ajax centre */
@media (max-width:900px){
  .map-van{width:clamp(82px,12vw,118px);filter:drop-shadow(0 8px 14px rgba(0,0,0,.30));}
  .map-van::before{width:90%;height:30%;top:86%;filter:blur(8px);}
  .map-van::after{width:10px;height:10px;right:9%;top:12%;border-width:2px;}
  .map-van.s11,.map-van.s12,.map-van.s13{width:clamp(92px,13.4vw,132px);}
}



/* v4.40.4 - Services hero crop fix
   Keeps the services hero content fully visible before the first image cards. */
.service-page .hero-home{
  height:auto;
  min-height:clamp(620px,58svh,760px);
  max-height:none;
  overflow:hidden;
}
.service-page .hero-content{
  min-height:auto;
  padding-top:72px;
  padding-bottom:104px;
}
.service-page .feature-band{
  margin-top:0;
  padding-top:34px;
}

@media (max-width:960px){
  .service-page .hero-home{
    height:auto;
    min-height:calc(100svh - var(--header-height-mobile));
    max-height:none;
  }
  .service-page .hero-content{
    min-height:auto;
    padding-top:56px;
    padding-bottom:82px;
  }
  .service-page .feature-band{
    margin-top:0;
    padding-top:26px;
  }
}

@media (max-width:640px){
  .service-page .hero-content{
    padding-top:48px;
    padding-bottom:72px;
  }
  .service-page .hero-panel h1{
    font-size:clamp(2.1rem,9vw,2.85rem);
    line-height:1.05;
  }
  .service-page .hero-actions .btn{
    width:100%;
    max-width:320px;
  }
}

/* Mobile header call icon: image only, no red button background */
@media (max-width:640px){
  .header-actions{gap:12px;}
  .header-actions .btn-call-mobile,
  .header-actions .btn-call-mobile:hover,
  .header-actions .btn-call-mobile:active,
  .header-actions .btn-call-mobile:focus{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    padding:0!important;
    background:transparent!important;
    border-color:transparent!important;
    box-shadow:none!important;
    color:transparent!important;
    transform:none!important;
  }
  .header-actions .btn-call-mobile .btn-call-text{display:none!important;}
  .header-actions .btn-call-mobile .btn-call-icon{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:44px!important;
    height:44px!important;
  }
  .header-actions .btn-call-mobile .btn-call-icon img{
    width:44px!important;
    height:44px!important;
    object-fit:contain!important;
  }
  .header-actions .btn-call-mobile::before{content:none!important;}
}


/* Mobile call vibration: visual shake + tap feedback */
@keyframes boardup-call-icon-vibrate{
  0%,68%,100%{transform:translate3d(0,0,0) rotate(0deg) scale(1)}
  72%{transform:translate3d(-1px,0,0) rotate(-5deg) scale(1.03)}
  76%{transform:translate3d(1px,0,0) rotate(5deg) scale(1.03)}
  80%{transform:translate3d(-1px,0,0) rotate(-4deg) scale(1.02)}
  84%{transform:translate3d(1px,0,0) rotate(4deg) scale(1.02)}
  88%{transform:translate3d(0,0,0) rotate(0deg) scale(1)}
}
@keyframes boardup-callbar-vibrate{
  0%,76%,100%{transform:translate3d(0,0,0)}
  80%{transform:translate3d(-2px,0,0)}
  84%{transform:translate3d(2px,0,0)}
  88%{transform:translate3d(-1px,0,0)}
  92%{transform:translate3d(1px,0,0)}
}
@keyframes boardup-call-tap-vibrate{
  0%{transform:translate3d(0,0,0) rotate(0deg) scale(1)}
  18%{transform:translate3d(-2px,0,0) rotate(-8deg) scale(1.05)}
  36%{transform:translate3d(2px,0,0) rotate(8deg) scale(1.05)}
  54%{transform:translate3d(-1px,0,0) rotate(-5deg) scale(1.03)}
  72%{transform:translate3d(1px,0,0) rotate(5deg) scale(1.03)}
  100%{transform:translate3d(0,0,0) rotate(0deg) scale(1)}
}
@media (max-width:640px){
  .header-actions .btn-call-mobile .btn-call-icon img{
    animation:boardup-call-icon-vibrate 1.55s ease-in-out infinite!important;
    transform-origin:center center!important;
    will-change:transform;
  }
  .callbar{
    animation:boardup-callbar-vibrate 2.15s ease-in-out infinite;
    will-change:transform;
  }
  .header-actions .btn-call-mobile.call-vibrate-tap .btn-call-icon img,
  .callbar.call-vibrate-tap{
    animation:boardup-call-tap-vibrate .42s linear 1!important;
  }
}
@media (prefers-reduced-motion: reduce){
  .header-actions .btn-call-mobile .btn-call-icon img,
  .callbar{animation:none!important;}
}


/* v4.40.15 homepage client-facing SEO cleanup */
.emergency-intent-head{margin-bottom:28px;}
.feature-band .emergency-intent-head{padding-top:34px;}
.feature-grid.feature-grid--four{grid-template-columns:repeat(4,1fr);}
.feature-grid.feature-grid--four .feature-card>img{aspect-ratio:4/3;}
.hero-panel .btn-white{border-color:rgba(255,255,255,.92);}
@media (max-width:1120px){.feature-grid.feature-grid--four{grid-template-columns:repeat(2,1fr);}}
@media (max-width:960px){.feature-grid.feature-grid--four{grid-template-columns:1fr;}.emergency-intent-head{text-align:left;}}

/* v4.40.15 client-facing map coverage tags */
.dispatch-status-legend.coverage-tags{justify-content:flex-end;}
.dispatch-status-legend.coverage-tags span{padding:7px 12px;border-radius:999px;background:#F4F6F9;border:1px solid #E2E7EE;color:#303946;}
@media (max-width:900px){.dispatch-status-legend.coverage-tags{justify-content:flex-start;}}


/* v4.40.16 — Homepage proof section: before/after + workflow samples */
.work-proof-section{background:#fff;position:relative;overflow:hidden;}
.work-proof-section::before{content:"";position:absolute;inset:0 0 auto 0;height:320px;background:linear-gradient(180deg,#F6F7F9 0%,rgba(246,247,249,0) 100%);pointer-events:none;}
.work-proof-section>.wrap{position:relative;z-index:1;}
.work-proof-head{max-width:860px;}
.ba-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.ba-proof-card{display:flex;flex-direction:column;min-height:100%;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 16px 46px rgba(13,17,21,.10);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
.ba-proof-card:hover{transform:translateY(-6px);box-shadow:0 28px 70px rgba(13,17,21,.16);border-color:rgba(227,38,46,.34);}
.ba-proof-media{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#151A20;}
.ba-proof-media figure{position:relative;margin:0;background:#E8ECF1;overflow:hidden;min-height:255px;}
.ba-proof-media img{width:100%;height:100%;aspect-ratio:3/4;object-fit:cover;transition:transform .35s ease;}
.ba-proof-card:hover .ba-proof-media img{transform:scale(1.035);}
.ba-badge{position:absolute;left:10px;top:10px;z-index:2;display:inline-flex;align-items:center;min-height:28px;padding:6px 10px;border-radius:999px;background:rgba(13,17,21,.82);color:#fff;font-family:var(--heading);font-size:.72rem;font-weight:850;line-height:1;text-transform:uppercase;letter-spacing:.06em;box-shadow:0 8px 20px rgba(0,0,0,.22);}
.ba-badge-after{background:var(--red);}
.ba-proof-body{display:flex;flex-direction:column;gap:8px;flex:1;padding:20px 20px 22px;}
.ba-proof-body h3{font-size:1.22rem;line-height:1.1;}
.ba-proof-body p{font-size:.95rem;line-height:1.47;color:#52606F;}
.ba-proof-body .text-link{margin-top:auto;font-family:var(--heading);font-size:.88rem;font-weight:800;color:var(--red);}
.work-proof-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:30px;}
.field-workflow-panel{margin-top:46px;padding:34px;border-radius:20px;background:linear-gradient(135deg,#0D1115 0%,#1A2028 100%);box-shadow:0 28px 80px rgba(13,17,21,.20);overflow:hidden;}
.workflow-panel-head{max-width:830px;margin:0 auto 24px;text-align:center;}
.workflow-panel-head .eyebrow,.workflow-panel-head h2{color:#fff;}
.workflow-panel-head .eyebrow::after{left:50%;transform:translateX(-50%);}
.workflow-panel-head h2{font-size:clamp(2rem,4vw,3rem);}
.workflow-panel-head p{margin-top:12px;color:rgba(255,255,255,.72);font-size:1.05rem;}
.workflow-samples-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.workflow-sample{background:#fff;border:1px solid rgba(255,255,255,.10);border-radius:16px;overflow:hidden;box-shadow:0 18px 48px rgba(0,0,0,.18);}
.workflow-sample-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#151A20;}
.workflow-sample-strip figure{position:relative;margin:0;min-height:190px;overflow:hidden;background:#E8ECF1;}
.workflow-sample-strip img{width:100%;height:100%;object-fit:cover;aspect-ratio:2/3;}
.workflow-sample-strip span{position:absolute;left:8px;bottom:8px;display:inline-flex;align-items:center;min-height:24px;padding:5px 8px;border-radius:999px;background:rgba(13,17,21,.82);color:#fff;font-family:var(--heading);font-size:.65rem;font-weight:850;text-transform:uppercase;letter-spacing:.06em;}
.workflow-sample-strip figure:nth-child(2) span{background:#2E343C;}
.workflow-sample-strip figure:nth-child(3) span{background:var(--red);}
.workflow-sample-body{padding:18px 18px 20px;}
.workflow-sample-body h3{font-size:1.12rem;margin-bottom:8px;}
.workflow-sample-body p{font-size:.93rem;line-height:1.45;color:#52606F;}
@media (max-width:1120px){.ba-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.workflow-samples-grid{grid-template-columns:1fr;}.workflow-sample-strip figure{min-height:230px;}}
@media (max-width:640px){.ba-proof-grid{grid-template-columns:1fr;gap:16px;}.ba-proof-media figure{min-height:210px;}.work-proof-actions .btn{width:100%;}.field-workflow-panel{padding:22px 16px;margin-top:34px;border-radius:16px;}.workflow-panel-head{text-align:left;}.workflow-panel-head .eyebrow::after{left:0;transform:none;}.workflow-sample-strip figure{min-height:150px;}.workflow-sample-body{padding:16px;}}


/* v4.40.18 service pages and service-card links */
.service-tile-main{display:flex;flex-direction:column;flex:1;min-height:100%;}
.service-tile-actions{padding:0 18px 20px;margin-top:-4px;display:flex;align-items:center;justify-content:space-between;gap:10px;}
.service-request-link{font-family:var(--heading);font-weight:850;color:var(--red);font-size:.92rem;}
.service-request-link:hover{text-decoration:underline;}
.service-detail-section{background:#fff;}
.service-detail-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:56px;align-items:start;}
.service-detail-copy h2{font-size:clamp(1.9rem,3.4vw,3rem);margin-bottom:14px;}
.service-detail-copy p{font-size:1.05rem;line-height:1.62;margin-bottom:18px;}
.service-checklist{list-style:none;margin:24px 0 0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.service-checklist li{position:relative;padding:15px 16px 15px 42px;border:1px solid var(--line);border-radius:12px;background:#fff;color:#354052;box-shadow:0 10px 28px rgba(13,17,21,.05);}
.service-checklist li::before{content:"";position:absolute;left:16px;top:20px;width:10px;height:10px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px rgba(227,38,46,.10);}
.service-proof-band{background:linear-gradient(180deg,#F7F8FA 0%,#FFFFFF 100%);}
.related-work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.related-work-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 12px 32px rgba(13,17,21,.08);transition:transform .2s ease,box-shadow .2s ease;}
.related-work-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(13,17,21,.13);}
.related-work-card img{width:100%;aspect-ratio:16/10;object-fit:cover;}
.related-work-card strong{display:block;padding:16px;font-family:var(--heading);font-size:1rem;line-height:1.25;color:var(--text);}
.service-faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.service-faq-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;box-shadow:0 10px 28px rgba(13,17,21,.05);}
.service-faq-card h3{font-size:1.05rem;margin-bottom:8px;}
.service-faq-card p{font-size:.96rem;line-height:1.55;}
.service-cta-inline{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;}
@media (max-width:960px){.service-detail-grid{grid-template-columns:1fr}.service-checklist,.related-work-grid,.service-faq-grid{grid-template-columns:1fr 1fr}.service-tile-actions{padding-bottom:18px}}
@media (max-width:640px){.service-checklist,.related-work-grid,.service-faq-grid{grid-template-columns:1fr}.service-detail-copy p{font-size:1rem}.service-cta-inline .btn{width:100%}}



.brand{display:flex;align-items:center;gap:0;flex:0 0 auto;}
.brand-lockup{display:block;line-height:0;}
.brand-logo{display:block;width:250px;height:auto;object-fit:contain;}
.footer-logo{display:inline-flex;align-items:center;justify-content:flex-start;padding:10px 14px;border-radius:14px;background:rgba(255,255,255,.96);box-shadow:0 10px 24px rgba(0,0,0,.12);}
.footer-logo .brand-logo{width:220px;}
@media (max-width:960px){
  .brand-logo{width:220px;}
  .footer-logo .brand-logo{width:200px;}
}
@media (max-width:640px){
  .brand-logo{width:190px;}
  .footer-logo{padding:8px 12px;border-radius:12px;}
  .footer-logo .brand-logo{width:180px;}
}


/* v4.40.20 logo sizing refinement */
.brand-logo{width:200px !important;max-height:50px;width:auto;height:auto;}
.top-header-inner .brand{align-self:center;}
.footer-logo .brand-logo{width:190px !important;max-height:54px;height:auto;}
@media (max-width:960px){
  .brand-logo{width:180px !important;max-height:44px;}
  .footer-logo .brand-logo{width:176px !important;max-height:48px;}
}
@media (max-width:640px){
  .brand-logo{width:156px !important;max-height:38px;}
  .footer-logo .brand-logo{width:160px !important;max-height:42px;}
}


/* v4.40.21 transparent logo optimization */
.brand-lockup{display:flex;align-items:center;line-height:0;}
.brand-logo{display:block;width:auto !important;height:auto !important;max-height:46px !important;object-fit:contain;}
.top-header-inner .brand{min-width:0;align-items:center;}
.footer-logo .brand-logo{max-height:56px !important;}
@media (max-width:960px){
  .brand-logo{max-height:42px !important;}
  .footer-logo .brand-logo{max-height:50px !important;}
}
@media (max-width:640px){
  .brand-logo{max-height:36px !important;}
  .footer-logo .brand-logo{max-height:44px !important;}
}


/* v4.40.22 oversized header logo without increasing header height */
.top-header-inner .brand{display:flex;align-items:center;flex:0 0 auto;min-width:0;overflow:visible;}
.top-header-inner .brand-lockup{display:flex;align-items:center;justify-content:flex-start;height:48px;overflow:hidden;line-height:0;}
.top-header-inner .brand-logo{display:block;width:340px !important;max-width:none;max-height:none !important;height:auto !important;object-fit:contain;transform:translateY(-2px);}
.top-header{overflow:hidden;}
.footer-logo .brand-logo{max-height:56px !important;width:auto !important;}
@media (max-width:1180px){
  .top-header-inner .brand-lockup{height:46px;}
  .top-header-inner .brand-logo{width:318px !important;}
}
@media (max-width:960px){
  .top-header-inner .brand-lockup{height:42px;}
  .top-header-inner .brand-logo{width:278px !important;}
}
@media (max-width:640px){
  .top-header-inner .brand-lockup{height:36px;}
  .top-header-inner .brand-logo{width:220px !important;transform:translateY(-1px);}
}


/* v4.40.23 header logo vertical centering fix */
.top-header{overflow:hidden;}
.top-header-inner .brand{display:flex;align-items:center;flex:0 0 auto;min-width:0;overflow:visible;}
.top-header-inner .brand-lockup{display:flex;align-items:center;justify-content:flex-start;height:54px;overflow:hidden;line-height:0;}
.top-header-inner .brand-logo{display:block;width:356px !important;max-width:none;max-height:none !important;height:auto !important;object-fit:contain;transform:translateY(7px);}
@media (max-width:1180px){
  .top-header-inner .brand-lockup{height:52px;}
  .top-header-inner .brand-logo{width:332px !important;transform:translateY(6px);}
}
@media (max-width:960px){
  .top-header-inner .brand-lockup{height:46px;}
  .top-header-inner .brand-logo{width:286px !important;transform:translateY(5px);}
}
@media (max-width:640px){
  .top-header-inner .brand-lockup{height:38px;}
  .top-header-inner .brand-logo{width:226px !important;transform:translateY(3px);}
}


/* v4.40.24 logo protrudes from header: wordmark fits header, glass overflows */
.site-header,
.top-header,
.top-header-inner{
  overflow: visible !important;
}

.top-header{
  position: relative;
  z-index: 130;
}

.main-nav{
  position: relative;
  z-index: 90;
}

.top-header-inner .brand{
  position: relative;
  z-index: 140;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  overflow: visible !important;
}

.top-header-inner .brand-lockup{
  position: relative;
  display: block;
  width: 390px;
  height: 92px;
  overflow: visible !important;
  line-height: 0;
}

.top-header-inner .brand-logo{
  position: absolute;
  left: 0;
  bottom: -4px;
  display: block;
  width: 390px !important;
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
  object-fit: contain;
  transform: none !important;
  pointer-events: none;
}

.footer-logo .brand-logo{
  position: static;
  width: auto !important;
  max-height: 56px !important;
}

@media (max-width:1180px){
  .top-header-inner .brand-lockup{
    width: 350px;
    height: 88px;
  }

  .top-header-inner .brand-logo{
    width: 350px !important;
    bottom: -3px;
  }
}

@media (max-width:960px){
  .top-header-inner .brand-lockup{
    width: 285px;
    height: 78px;
  }

  .top-header-inner .brand-logo{
    width: 285px !important;
    bottom: -2px;
  }
}

@media (max-width:640px){
  .top-header-inner .brand-lockup{
    width: 218px;
    height: 72px;
  }

  .top-header-inner .brand-logo{
    width: 218px !important;
    bottom: -1px;
  }
}


/* v4.40.25 reduce logo 10% and keep glass clear of lower nav */
.top-header-inner .brand-lockup{
  width:351px !important;
  height:88px !important;
}
.top-header-inner .brand-logo{
  width:351px !important;
  bottom:9px !important;
}
@media (max-width:1180px){
  .top-header-inner .brand-lockup{
    width:315px !important;
    height:84px !important;
  }
  .top-header-inner .brand-logo{
    width:315px !important;
    bottom:8px !important;
  }
}
@media (max-width:960px){
  .top-header-inner .brand-lockup{
    width:257px !important;
    height:74px !important;
  }
  .top-header-inner .brand-logo{
    width:257px !important;
    bottom:6px !important;
  }
}
@media (max-width:640px){
  .top-header-inner .brand-lockup{
    width:196px !important;
    height:66px !important;
  }
  .top-header-inner .brand-logo{
    width:196px !important;
    bottom:4px !important;
  }
}


/* v4.40.26 smaller logo, text sits clearly inside header, glass can protrude */
.top-header-inner .brand{overflow:visible !important;align-items:center;}
.top-header-inner .brand-lockup{
  width:326px !important;
  height:80px !important;
  overflow:visible !important;
}
.top-header-inner .brand-logo{
  width:326px !important;
  bottom:0 !important;
}
@media (max-width:1180px){
  .top-header-inner .brand-lockup{
    width:296px !important;
    height:76px !important;
  }
  .top-header-inner .brand-logo{
    width:296px !important;
    bottom:0 !important;
  }
}
@media (max-width:960px){
  .top-header-inner .brand-lockup{
    width:244px !important;
    height:68px !important;
  }
  .top-header-inner .brand-logo{
    width:244px !important;
    bottom:0 !important;
  }
}
@media (max-width:640px){
  .top-header-inner .brand-lockup{
    width:188px !important;
    height:60px !important;
  }
  .top-header-inner .brand-logo{
    width:188px !important;
    bottom:0 !important;
  }
}


/* v4.40.27 final header size + smaller logo + shards protrude */
.top-header,
.top-header-inner,
.site-header,
.main-nav{overflow:visible !important;}

.top-header-inner{
  min-height:83px !important;
  gap:22px !important;
  align-items:center !important;
}

.header-tagline{padding-left:18px !important;}
.header-actions .btn-red{min-height:46px; padding:12px 22px;}

.nav-inner{
  min-height:50px !important;
}
.nav-inner a{
  min-height:50px !important;
  padding:0 22px !important;
}

.top-header-inner .brand{
  position:relative;
  z-index:140;
  display:flex;
  align-items:center;
  flex:0 0 auto;
  min-width:0;
  overflow:visible !important;
}
.top-header-inner .brand-lockup{
  position:relative;
  display:block;
  width:300px !important;
  height:72px !important;
  overflow:visible !important;
  line-height:0;
}
.top-header-inner .brand-logo{
  position:absolute;
  left:0;
  bottom:-2px !important;
  display:block;
  width:300px !important;
  max-width:none !important;
  max-height:none !important;
  height:auto !important;
  object-fit:contain;
  transform:none !important;
  pointer-events:none;
}
.footer-logo .brand-logo{
  position:static;
  width:auto !important;
  max-height:56px !important;
}

@media (max-width:1180px){
  .top-header-inner{min-height:80px !important; gap:18px !important;}
  .top-header-inner .brand-lockup{width:276px !important; height:68px !important;}
  .top-header-inner .brand-logo{width:276px !important; bottom:-1px !important;}
  .nav-inner,.nav-inner a{min-height:48px !important;}
}

@media (max-width:960px){
  .top-header-inner{min-height:70px !important; gap:14px !important;}
  .top-header-inner .brand-lockup{width:226px !important; height:60px !important;}
  .top-header-inner .brand-logo{width:226px !important; bottom:0 !important;}
  .nav-inner,.nav-inner a{min-height:46px !important;}
}

@media (max-width:640px){
  .top-header-inner{min-height:65px !important;}
  .top-header-inner .brand-lockup{width:176px !important; height:52px !important;}
  .top-header-inner .brand-logo{width:176px !important; bottom:0 !important;}
}


/* v4.40.28 professional business logo adaptation */
.top-header,
.top-header-inner,
.site-header{
  overflow: visible !important;
}

.top-header-inner{
  min-height: 82px !important;
  gap: 22px !important;
  align-items: center !important;
}

.top-header-inner .brand{
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  overflow: visible !important;
  position: relative;
  z-index: 140;
}

.top-header-inner .brand-lockup{
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 285px !important;
  height: 58px !important;
  overflow: visible !important;
  line-height: 0 !important;
  position: relative !important;
}

.top-header-inner .brand-logo{
  display: block !important;
  position: static !important;
  width: 285px !important;
  height: auto !important;
  max-width: 285px !important;
  max-height: 58px !important;
  object-fit: contain !important;
  transform: none !important;
  pointer-events: none;
}

.footer-logo .brand-logo{
  position: static !important;
  width: 260px !important;
  max-width: 260px !important;
  max-height: 76px !important;
  height: auto !important;
  object-fit: contain !important;
}

@media (max-width:1180px){
  .top-header-inner{
    min-height: 78px !important;
    gap: 18px !important;
  }

  .top-header-inner .brand-lockup{
    width: 260px !important;
    height: 54px !important;
  }

  .top-header-inner .brand-logo{
    width: 260px !important;
    max-width: 260px !important;
    max-height: 54px !important;
  }
}

@media (max-width:960px){
  .top-header-inner{
    min-height: 70px !important;
    gap: 14px !important;
  }

  .top-header-inner .brand-lockup{
    width: 218px !important;
    height: 48px !important;
  }

  .top-header-inner .brand-logo{
    width: 218px !important;
    max-width: 218px !important;
    max-height: 48px !important;
  }
}

@media (max-width:640px){
  .top-header-inner{
    min-height: 66px !important;
  }

  .top-header-inner .brand-lockup{
    width: 176px !important;
    height: 42px !important;
  }

  .top-header-inner .brand-logo{
    width: 176px !important;
    max-width: 176px !important;
    max-height: 42px !important;
  }
}


/* v4.40.29 uploaded transparent logo adapted */
.top-header, .top-header-inner, .site-header { overflow: visible !important; }
.top-header-inner { min-height: 82px !important; gap: 22px !important; align-items: center !important; }
.top-header-inner .brand { display: flex !important; align-items: center !important; flex: 0 0 auto !important; min-width: 0 !important; overflow: visible !important; position: relative; z-index: 140; }
.top-header-inner .brand-lockup { display: flex !important; align-items: center !important; justify-content: flex-start !important; width: 292px !important; height: 60px !important; overflow: visible !important; line-height: 0 !important; position: relative !important; }
.top-header-inner .brand-logo { display: block !important; position: static !important; width: 292px !important; height: auto !important; max-width: 292px !important; max-height: 60px !important; object-fit: contain !important; transform: none !important; pointer-events: none; }
.footer-logo .brand-logo { position: static !important; width: 270px !important; max-width: 270px !important; max-height: 82px !important; height: auto !important; object-fit: contain !important; }
@media (max-width:1180px){ .top-header-inner{ min-height: 78px !important; gap: 18px !important; } .top-header-inner .brand-lockup{ width: 270px !important; height: 56px !important; } .top-header-inner .brand-logo{ width: 270px !important; max-width: 270px !important; max-height: 56px !important; } }
@media (max-width:960px){ .top-header-inner{ min-height: 70px !important; gap: 14px !important; } .top-header-inner .brand-lockup{ width: 226px !important; height: 48px !important; } .top-header-inner .brand-logo{ width: 226px !important; max-width: 226px !important; max-height: 48px !important; } }
@media (max-width:640px){ .top-header-inner{ min-height: 66px !important; } .top-header-inner .brand-lockup{ width: 182px !important; height: 42px !important; } .top-header-inner .brand-logo{ width: 182px !important; max-width: 182px !important; max-height: 42px !important; } }


/* v4.40.30 pure text logo: fast, clean, business-style */
.top-header,
.top-header-inner,
.site-header{
  overflow: visible !important;
}

.top-header-inner{
  min-height: 82px !important;
  gap: 24px !important;
  align-items: center !important;
}

.top-header-inner .brand{
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  overflow: visible !important;
  position: relative;
  z-index: 140;
}

.brand-text-logo{
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  line-height: .92;
  text-transform: uppercase;
  letter-spacing: -0.045em;
  white-space: nowrap;
  padding: 2px 0;
}

.brand-text-main{
  display: inline-flex;
  align-items: baseline;
  font-family: var(--heading);
  font-weight: 950;
  font-size: clamp(2.25rem, 3.2vw, 3.35rem);
  line-height: .84;
  letter-spacing: -0.075em;
  text-shadow: 0 1px 0 rgba(255,255,255,.85);
}

.brand-text-black{
  color: #0D1115;
}

.brand-text-red{
  color: var(--red);
  margin-left: .03em;
}

.brand-text-sub{
  display: block;
  margin-top: 5px;
  font-family: var(--heading);
  font-weight: 850;
  font-size: clamp(.72rem, .92vw, .98rem);
  line-height: 1;
  letter-spacing: .075em;
  color: #0D1115;
  text-align: center;
}

.footer-logo{
  background: rgba(255,255,255,.96);
  border-radius: 14px;
  padding: 12px 16px;
}

.footer-text-logo .brand-text-main{
  font-size: 2.45rem;
}

.footer-text-logo .brand-text-sub{
  font-size: .82rem;
}

@media (max-width:1180px){
  .top-header-inner{
    min-height: 78px !important;
    gap: 18px !important;
  }

  .brand-text-main{
    font-size: 2.65rem;
  }

  .brand-text-sub{
    font-size: .78rem;
  }
}

@media (max-width:960px){
  .top-header-inner{
    min-height: 70px !important;
    gap: 14px !important;
  }

  .brand-text-main{
    font-size: 2.08rem;
  }

  .brand-text-sub{
    font-size: .64rem;
    margin-top: 4px;
  }
}

@media (max-width:640px){
  .top-header-inner{
    min-height: 66px !important;
  }

  .brand-text-main{
    font-size: 1.62rem;
    letter-spacing: -0.07em;
  }

  .brand-text-sub{
    font-size: .52rem;
    letter-spacing: .07em;
    margin-top: 4px;
  }
}


/* v4.40.31 board-window image logo */
.top-header,.top-header-inner,.site-header{overflow:visible !important;}
.top-header-inner{min-height:82px !important;gap:22px !important;align-items:center !important;}
.top-header-inner .brand{display:flex !important;align-items:center !important;flex:0 0 auto !important;min-width:0 !important;overflow:visible !important;position:relative;z-index:140;}
.top-header-inner .brand-lockup{display:flex !important;align-items:center !important;justify-content:flex-start !important;width:92px !important;height:72px !important;overflow:visible !important;line-height:0 !important;position:relative !important;}
.top-header-inner .brand-logo.board-window-logo{display:block !important;position:static !important;width:92px !important;height:auto !important;max-width:92px !important;max-height:72px !important;object-fit:contain !important;transform:none !important;pointer-events:none;filter:drop-shadow(0 3px 8px rgba(0,0,0,.18));}
.footer-logo{background:transparent !important;padding:0 !important;border-radius:0 !important;box-shadow:none !important;}
.footer-logo .footer-lockup{display:flex !important;align-items:center !important;justify-content:flex-start !important;width:126px !important;height:104px !important;line-height:0 !important;}
.footer-logo .brand-logo.footer-window-logo{width:126px !important;max-width:126px !important;max-height:104px !important;height:auto !important;object-fit:contain !important;filter:drop-shadow(0 3px 10px rgba(0,0,0,.18));}
@media (max-width:1180px){.top-header-inner{min-height:78px !important;gap:18px !important;}.top-header-inner .brand-lockup{width:84px !important;height:66px !important;}.top-header-inner .brand-logo.board-window-logo{width:84px !important;max-width:84px !important;max-height:66px !important;}}
@media (max-width:960px){.top-header-inner{min-height:70px !important;gap:14px !important;}.top-header-inner .brand-lockup{width:72px !important;height:56px !important;}.top-header-inner .brand-logo.board-window-logo{width:72px !important;max-width:72px !important;max-height:56px !important;}.footer-logo .footer-lockup{width:112px !important;height:92px !important;}.footer-logo .brand-logo.footer-window-logo{width:112px !important;max-width:112px !important;max-height:92px !important;}}
@media (max-width:640px){.top-header-inner{min-height:66px !important;}.top-header-inner .brand-lockup{width:60px !important;height:48px !important;}.top-header-inner .brand-logo.board-window-logo{width:60px !important;max-width:60px !important;max-height:48px !important;}}


/* v4.40.33 blinking two-logo effect */
.brand-lockup-blink{position:relative !important;display:block !important;}
.brand-lockup-blink .logo-variant{position:absolute !important;left:0;top:0;transition:opacity .15s linear;}
.brand-lockup-blink .logo-white{opacity:1;animation:boardupBlinkWhite 2s steps(1,end) infinite;}
.brand-lockup-blink .logo-red{opacity:0;animation:boardupBlinkRed 2s steps(1,end) infinite;}
@keyframes boardupBlinkWhite{0%,49.999%{opacity:1;}50%,100%{opacity:0;}}
@keyframes boardupBlinkRed{0%,49.999%{opacity:0;}50%,100%{opacity:1;}}
.top-header-inner .brand-lockup.brand-lockup-blink{width:92px !important;height:72px !important;overflow:visible !important;}
.top-header-inner .brand-lockup.brand-lockup-blink .brand-logo.board-window-logo{width:92px !important;max-width:92px !important;max-height:72px !important;height:auto !important;object-fit:contain !important;filter:drop-shadow(0 3px 8px rgba(0,0,0,.18));}
.footer-logo .footer-lockup.footer-lockup-blink{position:relative !important;width:126px !important;height:104px !important;overflow:visible !important;}
.footer-logo .footer-lockup.footer-lockup-blink .brand-logo.footer-window-logo{width:126px !important;max-width:126px !important;max-height:104px !important;height:auto !important;object-fit:contain !important;filter:drop-shadow(0 3px 10px rgba(0,0,0,.18));}
@media (max-width:1180px){.top-header-inner .brand-lockup.brand-lockup-blink{width:84px !important;height:66px !important;}.top-header-inner .brand-lockup.brand-lockup-blink .brand-logo.board-window-logo{width:84px !important;max-width:84px !important;max-height:66px !important;}}
@media (max-width:960px){.top-header-inner .brand-lockup.brand-lockup-blink{width:72px !important;height:56px !important;}.top-header-inner .brand-lockup.brand-lockup-blink .brand-logo.board-window-logo{width:72px !important;max-width:72px !important;max-height:56px !important;}.footer-logo .footer-lockup.footer-lockup-blink{width:112px !important;height:92px !important;}.footer-logo .footer-lockup.footer-lockup-blink .brand-logo.footer-window-logo{width:112px !important;max-width:112px !important;max-height:92px !important;}}
@media (max-width:640px){.top-header-inner .brand-lockup.brand-lockup-blink{width:60px !important;height:48px !important;}.top-header-inner .brand-lockup.brand-lockup-blink .brand-logo.board-window-logo{width:60px !important;max-width:60px !important;max-height:48px !important;}}


/* v4.40.34 blink logo alignment fix: both variants occupy the exact same box */
.brand-lockup-blink{
  position: relative !important;
  display: block !important;
  overflow: visible !important;
}

.brand-lockup-blink .logo-variant{
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  transform-origin: center center !important;
  margin: 0 !important;
}

.brand-lockup-blink .logo-white{
  opacity: 1;
  animation: boardupBlinkWhiteAligned 2s steps(1, end) infinite;
}

.brand-lockup-blink .logo-red{
  opacity: 0;
  animation: boardupBlinkRedAligned 2s steps(1, end) infinite;
}

@keyframes boardupBlinkWhiteAligned{
  0%,49.999%{opacity:1;}
  50%,100%{opacity:0;}
}

@keyframes boardupBlinkRedAligned{
  0%,49.999%{opacity:0;}
  50%,100%{opacity:1;}
}


/* v4.40.35 single-position logo swap */
.logo-swap{transition:opacity .14s linear;will-change:opacity;}
/* disable old stacked blink behavior if any remnants exist */
.brand-lockup-blink .logo-variant{animation:none !important;opacity:1 !important;}


/* v4.40.36 instant logo switch: no fade, no disappearance */
.logo-swap{
  opacity: 1 !important;
  transition: none !important;
  animation: none !important;
  will-change: auto !important;
}

.brand-lockup-blink .logo-variant{
  animation: none !important;
  opacity: 1 !important;
  transition: none !important;
}


/* v4.40.37 mobile header: message button + Emergency Service label */
.mobile-emergency-label{
  display: none;
}

.btn-message-mobile .btn-message-icon{
  display: none;
  line-height: 0;
  flex: 0 0 auto;
}

.btn-message-mobile .btn-message-icon img{
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.btn-message-mobile .btn-message-text{
  display: inline;
}

@media (max-width:960px){
  .top-header-inner{
    min-height: 68px !important;
    gap: 10px !important;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .mobile-emergency-label{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 10px;
    border: 1px solid rgba(227,38,46,.22);
    border-radius: 999px;
    background: rgba(227,38,46,.08);
    color: #0D1115;
    font-family: var(--heading);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .02em;
    text-transform: uppercase;
    white-space: nowrap;
    margin-left: auto;
  }

  .header-actions{
    margin-left: 0 !important;
    gap: 10px !important;
    flex: 0 0 auto;
  }

  .header-actions .btn-message-mobile{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    width: 44px;
    height: 44px;
    padding: 0 !important;
    border-radius: 14px;
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: var(--red);
  }

  .header-actions .btn-message-mobile:hover{
    transform: none;
    background: transparent !important;
    box-shadow: none !important;
  }

  .header-actions .btn-message-mobile .btn-message-text{
    display: none !important;
  }

  .header-actions .btn-message-mobile .btn-message-icon{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  .menu-toggle{
    flex: 0 0 auto;
  }
}

@media (max-width:640px){
  .top-header-inner{
    min-height: 64px !important;
    gap: 8px !important;
  }

  .mobile-emergency-label{
    min-height: 30px;
    padding: 5px 8px;
    font-size: .64rem;
    letter-spacing: .015em;
  }

  .header-actions .btn-message-mobile{
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .btn-message-mobile .btn-message-icon img{
    width: 28px;
    height: 28px;
  }
}

@media (max-width:380px){
  .mobile-emergency-label{
    font-size: .58rem;
    padding-inline: 6px;
  }
}


/* v4.40.38 mobile header cleanup: image label, blue message button, icon-only burger */
.mobile-emergency-label{
  display:none;
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
  align-items: center;
}

.mobile-emergency-label img{
  display:block;
  width: min(100%, 210px);
  height:auto;
  object-fit: contain;
}

@media (max-width:960px){
  .top-header-inner{
    min-height: 66px !important;
    gap: 8px !important;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .brand{
    margin-right: 0 !important;
  }

  .top-header-inner .brand-lockup{
    width: 70px !important;
    height: 54px !important;
  }

  .top-header-inner .brand-logo.board-window-logo{
    width: 70px !important;
    max-width: 70px !important;
    max-height: 54px !important;
  }

  .mobile-emergency-label{
    display:flex;
    margin-left: 2px;
    margin-right: auto;
  }

  .header-actions{
    margin-left: 0 !important;
    gap: 8px !important;
    align-items: center;
  }

  .header-actions .btn-message-mobile{
    display: inline-flex !important;
    align-items:center;
    justify-content:center;
    width: 56px;
    height: 56px;
    min-width: 56px;
    padding: 0 !important;
    border-radius: 16px;
    background: #1f67fb !important;
    border: 0 !important;
    box-shadow: 0 10px 22px rgba(31,103,251,.28) !important;
  }

  .header-actions .btn-message-mobile:hover{
    background: #1f67fb !important;
    box-shadow: 0 10px 22px rgba(31,103,251,.28) !important;
    transform: none;
  }

  .header-actions .btn-message-mobile .btn-message-text{
    display:none !important;
  }

  .header-actions .btn-message-mobile .btn-message-icon{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
  }

  .btn-message-mobile .btn-message-icon img{
    width: 34px;
    height: 34px;
  }

  .menu-toggle{
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    padding: 3px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    margin-left: 0 !important;
  }

  .menu-toggle span:not(.sr-only){
    height: 2.5px;
    margin: 4px 0;
  }
}

@media (max-width:640px){
  .top-header-inner{
    min-height: 60px !important;
    gap: 6px !important;
  }

  .top-header-inner .brand-lockup{
    width: 62px !important;
    height: 48px !important;
  }

  .top-header-inner .brand-logo.board-window-logo{
    width: 62px !important;
    max-width: 62px !important;
    max-height: 48px !important;
  }

  .mobile-emergency-label img{
    width: min(100%, 188px);
  }

  .header-actions .btn-message-mobile{
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 15px;
  }

  .btn-message-mobile .btn-message-icon img{
    width: 32px;
    height: 32px;
  }

  .menu-toggle{
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
  }
}

@media (max-width:380px){
  .mobile-emergency-label img{
    width: min(100%, 164px);
  }
  .header-actions{
    gap: 6px !important;
  }
}


/* v4.40.39 mobile clean header + desktop phone restored */
.btn-call-desktop{
  display:inline-flex;
}

.btn-message-mobile{
  display:none;
}

.mobile-emergency-label{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
}

.mobile-emergency-label img{
  display:block;
  width: min(100%, 210px);
  height:auto;
  object-fit: contain;
}

@media (min-width:961px){
  .header-actions{
    margin-left:auto;
  }

  .btn-call-desktop{
    display:inline-flex !important;
  }

  .btn-message-mobile{
    display:none !important;
  }
}

@media (max-width:960px){
  .btn-call-desktop{
    display:none !important;
  }

  .top-header-inner{
    min-height: 64px !important;
    gap: 8px !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .mobile-emergency-label{
    display:flex !important;
    flex: 1 1 auto;
    min-width: 0;
    align-items:center;
    justify-content:center;
    margin-left: 2px;
    margin-right: auto;
  }

  .header-actions{
    margin-left: 0 !important;
    gap: 8px !important;
    align-items:center;
  }

  .header-actions .btn-message-mobile{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    width:44px !important;
    height:44px !important;
    min-width:44px !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    border-radius:0 !important;
    color:#1f67fb !important;
  }

  .header-actions .btn-message-mobile:hover{
    transform:none !important;
    background:transparent !important;
    box-shadow:none !important;
  }

  .header-actions .btn-message-mobile .btn-message-text{
    display:none !important;
  }

  .header-actions .btn-message-mobile .btn-message-icon{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    line-height:0;
  }

  .btn-message-mobile .btn-message-icon img{
    width:42px !important;
    height:42px !important;
    object-fit:contain;
  }

  .menu-toggle{
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
    padding:3px !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    margin-left:0 !important;
  }
}

@media (max-width:640px){
  .top-header-inner{
    min-height:60px !important;
    gap:6px !important;
  }

  .mobile-emergency-label img{
    width:min(100%, 188px) !important;
  }

  .header-actions .btn-message-mobile{
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
  }

  .btn-message-mobile .btn-message-icon img{
    width:38px !important;
    height:38px !important;
  }

  .menu-toggle{
    width:32px !important;
    height:32px !important;
    min-width:32px !important;
  }
}

@media (max-width:380px){
  .mobile-emergency-label img{
    width:min(100%, 160px) !important;
  }

  .header-actions{
    gap:5px !important;
  }
}


/* v4.40.40 desktop header phone as plain large red text */
@media (min-width:961px){
  .top-header-inner{
    gap: 26px !important;
  }

  .header-tagline{
    flex: 0 1 auto;
    min-width: 0;
  }

  .header-actions{
    flex: 1 1 auto !important;
    justify-content: flex-end !important;
    margin-left: 18px !important;
    gap: 0 !important;
  }

  .header-actions .btn-call-desktop{
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0 !important;
    min-height: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--red) !important;
    font-family: var(--heading);
    font-weight: 900;
    font-size: clamp(1.7rem, 2vw, 2.35rem);
    line-height: 1;
    letter-spacing: .015em;
    text-transform: uppercase;
    text-align: right;
    white-space: nowrap;
  }

  .header-actions .btn-call-desktop:hover,
  .header-actions .btn-call-desktop:focus,
  .header-actions .btn-call-desktop:active{
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: var(--red-dark) !important;
    transform: none !important;
  }

  .header-actions .btn-message-mobile{
    display: none !important;
  }
}

@media (min-width:961px) and (max-width:1260px){
  .header-actions .btn-call-desktop{
    font-size: clamp(1.4rem, 1.75vw, 1.9rem);
  }
}

@media (min-width:961px) and (max-width:1100px){
  .top-header-inner{
    gap: 18px !important;
  }
  .header-actions{
    margin-left: 12px !important;
  }
}

/* v4.41.0 homepage problem-first SEO/copy update */
.hero-microproof{display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap;margin-top:18px;color:rgba(255,255,255,.92);font-family:var(--heading);font-size:.92rem;font-weight:750;text-shadow:0 8px 22px rgba(0,0,0,.34);}
.hero-microproof span{display:inline-flex;align-items:center;gap:8px;}
.hero-microproof span::before{content:"";display:inline-block;width:8px;height:8px;border-radius:999px;background:var(--red);box-shadow:0 0 0 4px rgba(227,38,46,.18);}
.problem-section{background:#fff;padding-top:62px;}
.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.problem-card{display:flex;flex-direction:column;min-height:100%;padding:22px 22px 20px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 12px 30px rgba(13,17,21,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}
.problem-card:hover,.problem-card:focus-visible{transform:translateY(-4px);box-shadow:0 22px 52px rgba(13,17,21,.13);border-color:rgba(227,38,46,.35);}
.problem-card h3{font-size:1.08rem;margin-bottom:8px;}
.problem-card p{font-size:.95rem;line-height:1.48;color:#4E5968;}
.problem-card span{margin-top:auto;padding-top:14px;font-family:var(--heading);font-size:.82rem;font-weight:820;text-transform:uppercase;color:var(--red);letter-spacing:.02em;}

/* v4.72.0 homepage problem cards - clean premium photo grid */
.problem-section{background:#fff;padding-top:58px;}
.problem-section .section-head.compact{max-width:760px;margin:0 auto 32px;text-align:center;}
.problem-section .section-head.compact .eyebrow{display:none;}
.problem-section .section-head.compact h2{position:relative;display:inline-block;margin-bottom:20px;font-size:clamp(2.15rem,4vw,3.1rem);letter-spacing:.01em;}
.problem-section .section-head.compact h2::after{content:"";position:absolute;left:50%;bottom:-12px;width:78px;height:3px;border-radius:999px;background:#d92d20;transform:translateX(-50%);}
.problem-section .section-head.compact p{max-width:640px;margin:0 auto;color:#667085;font-size:1.02rem;line-height:1.55;}

.problem-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch;}
.problem-grid .problem-card{position:relative;display:flex;flex-direction:column;justify-content:flex-start;min-height:154px;padding:18px 20px 16px calc(42% + 20px);border:1px solid rgba(16,24,40,.08);border-radius:14px;background:#fff;box-shadow:0 12px 30px rgba(13,17,21,.08);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
.problem-grid .problem-card--image::before{content:"";position:absolute;left:0;top:0;bottom:0;width:42%;border-radius:14px 0 0 14px;background-image:var(--card-bg);background-size:cover;background-position:center;box-shadow:0 8px 18px rgba(13,17,21,.13);filter:brightness(.94) contrast(1.04) saturate(1.03);transition:transform .25s ease,filter .25s ease;}
.problem-grid .problem-card--image::after{content:"";position:absolute;left:0;top:0;bottom:0;width:42%;border-radius:14px 0 0 14px;background:linear-gradient(180deg,rgba(0,0,0,0) 46%,rgba(0,0,0,.12) 100%);pointer-events:none;}
.problem-grid .problem-card:not(.problem-card--image){padding-left:20px;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);border-color:rgba(16,24,40,.10);}
.problem-grid .problem-card h3{position:relative;z-index:1;margin:0 0 7px;color:#101828;font-size:1.02rem;line-height:1.2;letter-spacing:-.012em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.problem-grid .problem-card p{position:relative;z-index:1;margin:0 0 10px;color:#344054;font-size:.88rem;line-height:1.42;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
.problem-grid .problem-card span{position:relative;z-index:1;margin-top:auto;color:#d92d20;font-size:.8rem;line-height:1.12;font-weight:850;text-transform:uppercase;letter-spacing:.018em;display:inline-block;transform-origin:left center;transition:transform .22s ease,color .22s ease;}
.problem-grid .problem-card:hover,.problem-grid .problem-card:focus-visible{transform:translateY(-3px);box-shadow:0 22px 44px rgba(13,17,21,.13);border-color:rgba(217,45,32,.22);}
.problem-grid .problem-card:hover::before,.problem-grid .problem-card:focus-visible::before{transform:scale(1.025);filter:brightness(.98) contrast(1.08) saturate(1.06);}
.problem-grid .problem-card:hover span,.problem-grid .problem-card:focus-visible span{transform:scale(1.06);color:#b42318;}

@media (max-width:1120px){
  .problem-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
  .problem-grid .problem-card{min-height:150px;}
}
@media (max-width:640px){
  .problem-section{padding-top:46px;}
  .problem-section .section-head.compact{margin-bottom:24px;}
  .problem-grid{grid-template-columns:1fr;gap:13px;}
  .problem-grid .problem-card{min-height:136px;padding:14px 14px 14px calc(34% + 14px);}
  .problem-grid .problem-card--image::before,.problem-grid .problem-card--image::after{left:0;top:0;bottom:0;width:34%;border-radius:14px 0 0 14px;}
  .problem-grid .problem-card:not(.problem-card--image){padding-left:15px;}
  .problem-grid .problem-card h3{font-size:1rem;margin-bottom:5px;}
  .problem-grid .problem-card p{font-size:.86rem;line-height:1.34;-webkit-line-clamp:3;}
  .problem-grid .problem-card span{font-size:.78rem;}
}

@media (max-width:640px){.hero-microproof{justify-content:flex-start;text-align:left;max-width:360px;margin-inline:auto;}.problem-section{padding-top:52px;}.problem-grid{grid-template-columns:1fr;}.problem-card{padding:20px;}.protection-actions .btn{width:100%;}.protection-panel{padding:22px 20px;}.answer-panel{padding:24px 20px;border-left-width:5px;}.answer-panel p{font-size:1rem;}}


/* v4.74.0 rotating 24/7 brand lockup, brand icons and request modal */
.mobile-fast-secure{display:none;}.mobile-contact-panel{display:none;}.contact-trigger-icon{display:block;width:42px;height:42px;}.contact-trigger-icon--close{display:none;}
@keyframes boardup247Turn{0%,72%{transform:rotate(0deg)}86%,100%{transform:rotate(360deg)}}
@media (max-width:960px){
.site-header{overflow:visible;}.mobile-emergency-label{display:none!important;}.mobile-fast-secure{--fast-secure-size:clamp(1.08rem,3.4vw,1.44rem);display:flex;flex:1 1 auto;min-width:0;align-items:center;justify-content:center;gap:8px;margin:0 auto 0 2px;white-space:nowrap;font-family:"Arial Narrow","Roboto Condensed","Helvetica Neue Condensed",Impact,sans-serif;font-stretch:condensed;font-weight:900;line-height:1;text-transform:uppercase;filter:drop-shadow(0 2px 2px rgba(0,0,0,.10));}.mobile-fast-secure__247{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#111318;font-size:var(--fast-secure-size);letter-spacing:-.02em;line-height:1;transform-origin:50% 52%;backface-visibility:hidden;will-change:transform;animation:boardup247Turn 6.4s cubic-bezier(.32,.72,.24,1) infinite;}.mobile-fast-secure__247::after{display:none;}.mobile-fast-secure__words{position:relative;padding-left:10px;font-size:var(--fast-secure-size);letter-spacing:-.025em;background:linear-gradient(180deg,#ff4a3d 0%,#e3262e 54%,#b9151b 100%);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-stroke:.2px rgba(132,9,15,.25);}.mobile-fast-secure__words::before{content:"";position:absolute;left:0;top:-3px;bottom:-3px;width:2px;border-radius:999px;background:linear-gradient(180deg,#ff4a3d,#b9151b);}
.header-actions .btn-message-mobile{display:inline-flex!important;align-items:center;justify-content:center;width:44px!important;height:44px!important;min-width:44px!important;padding:0!important;border:0!important;border-radius:12px!important;background:transparent!important;color:#d92d20!important;box-shadow:none!important;}.header-actions .btn-message-mobile:hover,.header-actions .btn-message-mobile:focus-visible{background:#fff1f2!important;color:#b42318!important;transform:none!important;box-shadow:none!important;}.header-actions .btn-message-mobile .btn-message-icon{line-height:0;}.header-actions .btn-message-mobile .btn-message-text{display:none!important;}.site-header.contact-panel-open .contact-trigger-icon--chat{display:none;}.site-header.contact-panel-open .contact-trigger-icon--close{display:block;}.site-header.contact-panel-open .btn-message-mobile{background:#e3262e!important;color:#fff!important;}
.mobile-contact-panel{display:block;position:absolute;left:0;right:0;top:100%;z-index:140;padding:10px 14px 0;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;}.site-header.contact-panel-open .mobile-contact-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);}.mobile-contact-panel__inner{position:relative;width:min(760px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:#fff;border:1px solid rgba(16,24,40,.10);border-radius:18px;box-shadow:0 22px 58px rgba(13,17,21,.22);overflow:visible;}.mobile-contact-panel__inner::before{content:"";position:absolute;top:-8px;right:56px;width:16px;height:16px;background:#fff;border-left:1px solid rgba(16,24,40,.10);border-top:1px solid rgba(16,24,40,.10);transform:rotate(45deg);}.mobile-contact-option{position:relative;display:flex;min-width:0;min-height:116px;padding:15px 7px 13px;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;border:0;font:inherit;color:inherit;appearance:none;-webkit-appearance:none;cursor:pointer;transition:background .18s ease,transform .18s ease;}.mobile-contact-option:not(:last-child)::after{content:"";position:absolute;top:18px;bottom:18px;right:0;width:1px;background:#e4e7ec;}.mobile-contact-option:first-child{border-radius:18px 0 0 18px;}.mobile-contact-option:last-child{border-radius:0 18px 18px 0;}.mobile-contact-option:hover,.mobile-contact-option:focus-visible{background:#f8fafc;transform:translateY(-1px);}.mobile-contact-option__icon{display:grid;place-items:center;width:40px;height:40px;margin-bottom:6px;}.mobile-contact-option__icon svg{display:block;width:38px;height:38px;overflow:visible;}.mobile-contact-option__icon--whatsapp svg{width:40px;height:40px;filter:drop-shadow(0 3px 5px rgba(37,211,102,.18));}.mobile-contact-option__icon--form svg{width:40px;height:40px;filter:drop-shadow(0 3px 5px rgba(124,58,237,.16));}.mobile-contact-option strong{font-family:var(--heading);font-size:.83rem;line-height:1.12;color:#101828;white-space:nowrap;}.mobile-contact-option small{margin-top:3px;font-size:.72rem;line-height:1.1;color:#667085;white-space:nowrap;}.mobile-contact-option--sms{color:#d92d20;}.mobile-contact-option--whatsapp{color:#25D366;}.mobile-contact-option--email{color:#2563eb;}.mobile-contact-option--form{color:#7c3aed;}
}
@media (max-width:640px){.mobile-fast-secure{--fast-secure-size:clamp(.91rem,4.25vw,1.18rem);gap:6px;}.mobile-fast-secure__words{padding-left:8px;}.contact-trigger-icon{width:38px;height:38px;}.mobile-contact-panel{padding-inline:10px;}.mobile-contact-panel__inner::before{right:51px;}.mobile-contact-option{min-height:108px;padding:13px 5px 11px;}.mobile-contact-option__icon{width:35px;height:35px;margin-bottom:5px;}.mobile-contact-option__icon svg,.mobile-contact-option__icon--whatsapp svg,.mobile-contact-option__icon--form svg{width:34px;height:34px;}.mobile-contact-option strong{font-size:.78rem;}.mobile-contact-option small{font-size:.67rem;}}
@media (max-width:380px){.mobile-fast-secure{--fast-secure-size:.8rem;gap:3px;}.mobile-fast-secure__words{padding-left:6px;letter-spacing:-.035em;}.mobile-contact-panel__inner{grid-template-columns:repeat(2,minmax(0,1fr));}.mobile-contact-option{min-height:92px;}.mobile-contact-option:nth-child(2)::after{display:none;}.mobile-contact-option:nth-child(-n+2){border-bottom:1px solid #e4e7ec;}.mobile-contact-option:first-child{border-radius:18px 0 0 0;}.mobile-contact-option:nth-child(2){border-radius:0 18px 0 0;}.mobile-contact-option:nth-child(3){border-radius:0 0 0 18px;}.mobile-contact-option:last-child{border-radius:0 0 18px 0;}}
@media (prefers-reduced-motion:reduce){.mobile-fast-secure__247{animation:none!important;}.problem-card,.mobile-contact-option,.quote-modal-dialog{transition:none!important;}}

/* Shared request modal on every indexable page */
.quote-modal{position:fixed;inset:0;z-index:300;display:block;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;}.quote-modal.is-open{opacity:1;visibility:visible;pointer-events:auto;}.quote-modal-backdrop{position:absolute;inset:0;background:rgba(7,10,14,.72);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);}.quote-modal-dialog{position:relative;z-index:1;width:min(92vw,620px);max-height:min(90svh,800px);overflow:auto;margin:5svh auto;background:#fff;border:1px solid rgba(16,24,40,.10);border-radius:24px;box-shadow:0 30px 100px rgba(0,0,0,.34);padding:0;transform:translateY(16px) scale(.985);transition:transform .22s ease;}.quote-modal.is-open .quote-modal-dialog{transform:translateY(0) scale(1);}.quote-modal-close{position:absolute;z-index:3;top:14px;right:14px;width:42px;height:42px;border:0;border-radius:50%;display:grid;place-items:center;background:#f2f4f7;color:#344054;font-size:1.75rem;line-height:1;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease;}.quote-modal-close:hover,.quote-modal-close:focus-visible{background:#fee4e2;color:#b42318;transform:rotate(4deg);}.quote-modal-copy{padding:26px 68px 20px 26px;margin:0;border-bottom:1px solid #eaecf0;}.quote-modal-heading{display:flex;align-items:flex-start;gap:15px;}.quote-modal-heading-icon{flex:0 0 auto;display:grid;place-items:center;width:52px;height:52px;border-radius:15px;background:linear-gradient(145deg,#ef4444,#c9161d);color:#fff;box-shadow:0 10px 24px rgba(217,45,32,.24);}.quote-modal-heading-icon svg{width:32px;height:32px;}.quote-modal-copy .eyebrow{margin:0 0 4px;color:#d92d20;}.quote-modal-copy h2{margin:0 0 7px;color:#101828;font-size:clamp(1.55rem,4vw,2rem);line-height:1.1;}.quote-modal-copy p{margin:0;color:#667085;line-height:1.5;}.quote-modal-copy p a{color:#b42318;font-weight:750;white-space:nowrap;}.quote-modal-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:22px 26px 26px;}.quote-modal-form .full{grid-column:1/-1;}.quote-modal-form label{display:grid;gap:7px;font-weight:700;color:#344054;}.quote-modal-form label>span{font-size:.84rem;line-height:1.2;}.quote-modal-form label em{font-weight:500;color:#98a2b3;font-style:normal;}.quote-modal-form input,.quote-modal-form select,.quote-modal-form textarea{width:100%;border:1px solid #d0d5dd;border-radius:12px;padding:13px 14px;background:#fff;color:#101828;font:inherit;box-shadow:0 1px 2px rgba(16,24,40,.04);transition:border-color .18s ease,box-shadow .18s ease;}.quote-modal-form input:focus,.quote-modal-form select:focus,.quote-modal-form textarea:focus{outline:0;border-color:#e3262e;box-shadow:0 0 0 4px rgba(227,38,46,.10);}.quote-modal-form textarea{min-height:118px;resize:vertical;}.quote-modal-submit{min-height:52px;text-transform:uppercase;letter-spacing:.025em;font-weight:850;}.request-modal-privacy{grid-column:1/-1!important;display:flex!important;align-items:center;justify-content:center;gap:8px;margin:0!important;color:#667085!important;text-align:center;}.request-modal-privacy svg{flex:0 0 auto;width:18px;height:18px;}.request-modal-privacy span{font-size:.78rem;line-height:1.35;}
@media (max-width:640px){.quote-modal-dialog{width:min(94vw,560px);max-height:88svh;margin:5svh auto;border-radius:20px;}.quote-modal-copy{padding:22px 56px 17px 18px;}.quote-modal-heading{gap:11px;}.quote-modal-heading-icon{width:44px;height:44px;border-radius:13px;}.quote-modal-heading-icon svg{width:27px;height:27px;}.quote-modal-copy h2{font-size:1.42rem;}.quote-modal-copy p{font-size:.88rem;}.quote-modal-form{grid-template-columns:1fr;padding:18px;gap:12px;}.quote-modal-form .full{grid-column:auto;}.quote-modal-close{top:10px;right:10px;width:38px;height:38px;}.quote-modal-form textarea{min-height:104px;}}


/* v4.75.0 compact request modal + location field */
.quote-modal-dialog{
  width:min(94vw,620px);
  max-height:calc(100svh - 16px);
  margin:8px auto;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.quote-modal-copy{padding:18px 62px 14px 20px;flex:0 0 auto;}
.quote-modal-heading{gap:12px;align-items:center;}
.quote-modal-heading-icon{width:44px;height:44px;border-radius:13px;}
.quote-modal-heading-icon svg{width:27px;height:27px;}
.quote-modal-copy .eyebrow{font-size:.72rem;margin-bottom:2px;}
.quote-modal-copy h2{font-size:clamp(1.35rem,4vw,1.75rem);margin-bottom:4px;}
.quote-modal-copy p{font-size:.88rem;line-height:1.35;}
.quote-modal-close{top:10px;right:10px;width:38px;height:38px;font-size:1.55rem;}

.quote-modal-form{
  grid-template-columns:1fr 1fr;
  gap:10px 12px;
  padding:14px 20px 16px;
  overflow:hidden;
}
.quote-modal-form label{gap:5px;}
.quote-modal-form label>span{font-size:.76rem;}
.quote-modal-form input,
.quote-modal-form select,
.quote-modal-form textarea{
  border-radius:10px;
  padding:10px 11px;
  min-height:42px;
  font-size:16px;
}
.quote-modal-form textarea{
  min-height:66px;
  max-height:66px;
  resize:none;
}
.quote-modal-submit{min-height:44px;padding:10px 16px;}
.request-modal-privacy{gap:6px;}
.request-modal-privacy svg{width:15px;height:15px;}
.request-modal-privacy span{font-size:.7rem;}

@media (max-width:640px){
  .quote-modal-dialog{
    width:calc(100vw - 14px);
    max-height:calc(100svh - 12px);
    margin:6px auto;
    border-radius:20px;
  }
  .quote-modal-copy{padding:14px 52px 10px 14px;}
  .quote-modal-heading{gap:9px;}
  .quote-modal-heading-icon{width:38px;height:38px;border-radius:11px;}
  .quote-modal-heading-icon svg{width:23px;height:23px;}
  .quote-modal-copy .eyebrow{font-size:.66rem;}
  .quote-modal-copy h2{font-size:1.28rem;line-height:1.05;margin-bottom:3px;}
  .quote-modal-copy p{font-size:.78rem;line-height:1.25;}
  .quote-modal-close{top:8px;right:8px;width:34px;height:34px;font-size:1.4rem;}
  .quote-modal-form{
    grid-template-columns:1fr 1fr;
    gap:8px;
    padding:10px 14px 12px;
  }
  .quote-modal-form label{gap:4px;}
  .quote-modal-form label>span{font-size:.7rem;}
  .quote-modal-form input,
  .quote-modal-form textarea{
    padding:8px 9px;
    min-height:39px;
    font-size:16px;
  }
  .quote-modal-form textarea{
    min-height:58px;
    max-height:58px;
  }
  .quote-modal-submit{min-height:42px;font-size:.88rem;}
  .request-modal-privacy span{font-size:.64rem;}
}
@media (max-width:370px){
  .quote-modal-copy p{display:none;}
  .quote-modal-form{gap:7px;padding-top:8px;}
  .request-modal-privacy{display:none!important;}
}
@media (max-height:760px){
  .quote-modal-copy{padding-top:12px;padding-bottom:8px;}
  .quote-modal-copy p{font-size:.74rem;}
  .quote-modal-form{padding-top:8px;gap:7px;}
  .quote-modal-form textarea{min-height:52px;max-height:52px;}
  .request-modal-privacy{display:none!important;}
}


/* v4.76.0 — three contact options, larger and clearer request modal */
.mobile-contact-panel__inner{
  width:min(640px,100%);
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.mobile-contact-option{
  min-height:122px;
  padding:17px 10px 14px;
}
.mobile-contact-option__icon{
  width:44px;
  height:44px;
  margin-bottom:7px;
}
.mobile-contact-option__icon svg,
.mobile-contact-option__icon--form svg{
  width:42px;
  height:42px;
}
.mobile-contact-option strong{font-size:.9rem;}
.mobile-contact-option small{font-size:.74rem;}

.quote-modal-dialog{
  width:min(96vw,720px);
  max-height:calc(100svh - 20px);
  margin:10px auto;
  overflow:auto;
  border-radius:26px;
}
.quote-modal-copy{
  padding:24px 72px 18px 24px;
}
.quote-modal-heading{gap:14px;align-items:center;}
.quote-modal-heading-icon{
  width:54px;
  height:54px;
  border-radius:16px;
}
.quote-modal-heading-icon svg{width:33px;height:33px;}
.quote-modal-copy .eyebrow{font-size:.78rem;margin-bottom:4px;}
.quote-modal-copy h2{
  font-size:clamp(1.65rem,4vw,2.08rem);
  line-height:1.08;
  margin-bottom:7px;
}
.quote-modal-copy p{
  font-size:.94rem;
  line-height:1.42;
}
.quote-modal-close{
  top:14px;
  right:14px;
  width:44px;
  height:44px;
  font-size:1.75rem;
}
.quote-modal-form{
  grid-template-columns:1fr 1fr;
  gap:14px 14px;
  padding:20px 24px 24px;
  overflow:visible;
}
.quote-modal-form label{gap:7px;}
.quote-modal-form label>span{
  font-size:.84rem;
  line-height:1.2;
}
.quote-modal-form label>span b{
  color:#d92d20;
  font-size:.9em;
}
.quote-modal-form input,
.quote-modal-form select,
.quote-modal-form textarea{
  min-height:50px;
  padding:13px 14px;
  border-radius:12px;
  font-size:16px;
}
.quote-modal-form textarea{
  min-height:92px;
  max-height:92px;
  resize:none;
}
.quote-modal-submit{
  min-height:54px;
  padding:14px 18px;
  font-size:1rem;
}
.request-modal-privacy span{font-size:.76rem;}

@media (max-width:640px){
  .mobile-contact-panel__inner{
    width:100%;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .mobile-contact-option{
    min-height:112px;
    padding:14px 6px 12px;
  }
  .mobile-contact-option__icon{
    width:39px;
    height:39px;
    margin-bottom:6px;
  }
  .mobile-contact-option__icon svg,
  .mobile-contact-option__icon--form svg{
    width:37px;
    height:37px;
  }
  .mobile-contact-option strong{font-size:.81rem;}
  .mobile-contact-option small{font-size:.68rem;}

  .quote-modal-dialog{
    width:calc(100vw - 12px);
    max-height:calc(100svh - 12px);
    margin:6px auto;
    border-radius:22px;
  }
  .quote-modal-copy{
    padding:18px 56px 14px 18px;
  }
  .quote-modal-heading{gap:11px;}
  .quote-modal-heading-icon{
    width:46px;
    height:46px;
    border-radius:14px;
  }
  .quote-modal-heading-icon svg{width:28px;height:28px;}
  .quote-modal-copy .eyebrow{font-size:.7rem;}
  .quote-modal-copy h2{
    font-size:1.5rem;
    line-height:1.08;
    margin-bottom:5px;
  }
  .quote-modal-copy p{
    display:block;
    font-size:.82rem;
    line-height:1.3;
  }
  .quote-modal-close{
    top:10px;
    right:10px;
    width:38px;
    height:38px;
    font-size:1.55rem;
  }
  .quote-modal-form{
    grid-template-columns:1fr 1fr;
    gap:11px 10px;
    padding:14px 18px 18px;
  }
  .quote-modal-form label{gap:5px;}
  .quote-modal-form label>span{font-size:.76rem;}
  .quote-modal-form input,
  .quote-modal-form textarea{
    min-height:46px;
    padding:11px 12px;
  }
  .quote-modal-form textarea{
    min-height:82px;
    max-height:82px;
  }
  .quote-modal-submit{
    min-height:50px;
    font-size:.94rem;
  }
  .request-modal-privacy{display:flex!important;}
  .request-modal-privacy span{font-size:.69rem;}
}

@media (max-width:390px){
  .quote-modal-copy{padding-top:15px;padding-bottom:11px;}
  .quote-modal-copy p{font-size:.76rem;}
  .quote-modal-form{gap:9px 8px;padding:12px 14px 14px;}
  .quote-modal-form input,
  .quote-modal-form textarea{min-height:43px;padding:9px 10px;}
  .quote-modal-form textarea{min-height:72px;max-height:72px;}
  .quote-modal-submit{min-height:46px;}
}

@media (max-height:700px){
  .quote-modal-copy p{font-size:.74rem;}
  .quote-modal-form{gap:8px;padding-top:10px;}
  .quote-modal-form textarea{min-height:64px;max-height:64px;}
  .request-modal-privacy{display:none!important;}
}


/* v4.77.0 compact protection section + separated CTA buttons */
.protection-section{
  padding:52px 0 56px;
  background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.protection-layout{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);
  gap:42px;
  align-items:start;
}
.protection-copy{min-width:0;}
.protection-copy .eyebrow{margin-bottom:12px;}
.protection-copy h2{margin:0 0 12px;font-size:clamp(2rem,3.5vw,3rem);}
.protection-copy>p{max-width:760px;font-size:1.04rem;line-height:1.52;}
.protection-copy>p+p{margin-top:7px;}
.protection-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px;
  margin-top:22px;
}
.protection-actions .btn{
  margin:0;
  min-width:240px;
}
.protection-panel{
  padding:24px 26px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 14px 34px rgba(13,17,21,.08);
}
.protection-panel h3{margin:0 0 14px;font-size:1.18rem;}
.protection-panel ul{display:grid;gap:8px;margin:0;padding-left:20px;color:#344054;}
.protection-panel li{padding-left:2px;line-height:1.4;}
.protection-panel li::marker{color:var(--red);}
@media (max-width:960px){
  .protection-section{padding:46px 0 50px;}
  .protection-layout{grid-template-columns:1fr;gap:24px;}
  .protection-panel{padding:22px 24px;}
}
@media (max-width:640px){
  .protection-section{padding:38px 0 42px;}
  .protection-layout{gap:20px;}
  .protection-copy h2{font-size:clamp(1.85rem,8vw,2.35rem);}
  .protection-copy>p{font-size:.98rem;}
  .protection-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:18px;}
  .protection-actions .btn{width:100%;min-width:0;}
  .protection-panel{padding:20px 18px;}
}


/* v4.78.0 — mobile form rows, stronger header lockup, four-step desktop row, full text underlines, no callbar */
.callbar{display:none!important;}

/* Underline matches the exact width of every eyebrow label. */
.eyebrow::after{width:100%!important;}

/* Keep all four Secure first. Repair after. steps in one desktop row. */
@media (min-width:961px){
  .process-grid.process-grid--four{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:0!important;
  }
  .process-grid--four .process-step{
    grid-template-columns:58px minmax(0,1fr);
    gap:13px;
    padding:20px 18px;
    border-bottom:0!important;
    border-right:1px solid #D7DCE2!important;
  }
  .process-grid--four .process-step:last-child{border-right:0!important;}
  .process-grid--four .step-number{
    width:52px;
    height:52px;
    font-size:2.08rem;
  }
  .process-grid--four .process-step h3{font-size:.9rem;line-height:1.18;}
  .process-grid--four .process-step p{font-size:.88rem;line-height:1.38;}
}

/* Larger, darker and more legible 24/7 FAST & SECURE on mobile/tablet. */
@media (max-width:960px){
  .mobile-fast-secure{
    --fast-secure-size:clamp(1.22rem,3.65vw,1.58rem)!important;
    gap:8px!important;
    font-weight:950!important;
    filter:drop-shadow(0 2px 2px rgba(0,0,0,.16))!important;
  }
  .mobile-fast-secure__247{
    color:#05070a!important;
    font-size:var(--fast-secure-size)!important;
    font-weight:950!important;
    -webkit-text-stroke:.25px rgba(0,0,0,.35);
    text-shadow:0 1px 0 rgba(255,255,255,.9),0 2px 3px rgba(0,0,0,.18);
  }
  .mobile-fast-secure__words{
    padding-left:10px!important;
    font-size:var(--fast-secure-size)!important;
    font-weight:950!important;
    background:none!important;
    color:#e3262e!important;
    -webkit-text-fill-color:#e3262e!important;
    -webkit-text-stroke:.35px #99131a;
    text-shadow:0 1px 0 rgba(255,255,255,.86),0 2px 4px rgba(127,14,20,.20);
  }
  .mobile-fast-secure__words::before{width:3px!important;}
}

/* On phones every request-form field occupies its own row; submit stays last. */
@media (max-width:640px){
  .mobile-fast-secure{
    --fast-secure-size:clamp(1.03rem,4.65vw,1.27rem)!important;
    gap:5px!important;
  }
  .mobile-fast-secure__words{padding-left:7px!important;letter-spacing:-.035em!important;}

  .quote-modal-dialog{
    width:calc(100vw - 12px)!important;
    max-height:calc(100svh - 12px)!important;
    margin:6px auto!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
  }
  .quote-modal-form{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:10px!important;
    padding:14px 18px 18px!important;
    overflow:visible!important;
  }
  .quote-modal-form label,
  .quote-modal-form .full,
  .quote-modal-form .quote-modal-submit,
  .quote-modal-form .request-modal-privacy{
    grid-column:1/-1!important;
    width:100%!important;
  }
  .quote-modal-form label{gap:5px!important;}
  .quote-modal-form input,
  .quote-modal-form textarea{
    min-height:46px!important;
    padding:11px 12px!important;
  }
  .quote-modal-form textarea{
    min-height:82px!important;
    max-height:82px!important;
  }
  .quote-modal-submit{
    order:99;
    min-height:50px!important;
    margin-top:2px!important;
  }
  .request-modal-privacy{order:100;}
}

@media (max-width:380px){
  .mobile-fast-secure{--fast-secure-size:.94rem!important;gap:3px!important;}
  .mobile-fast-secure__words{padding-left:6px!important;}
  .quote-modal-form{gap:8px!important;padding:12px 14px 14px!important;}
  .quote-modal-form input{min-height:43px!important;}
  .quote-modal-form textarea{min-height:68px!important;max-height:68px!important;}
}


/* v4.79.0 premium, readable FAST & SECURE typography */
@media (max-width:960px){
  .mobile-fast-secure{
    --fast-secure-size:clamp(1.14rem,3.45vw,1.48rem)!important;
    gap:9px!important;
    font-family:"Avenir Next Condensed","Avenir Next","Arial Narrow","Roboto Condensed","Helvetica Neue",Arial,sans-serif!important;
    font-weight:800!important;
    font-stretch:condensed;
    font-kerning:normal;
    text-rendering:geometricPrecision;
    -webkit-font-smoothing:antialiased;
    filter:none!important;
  }

  .mobile-fast-secure__247{
    color:#111318!important;
    font-family:inherit!important;
    font-size:var(--fast-secure-size)!important;
    font-style:normal!important;
    font-weight:800!important;
    letter-spacing:.015em!important;
    -webkit-text-stroke:0!important;
    text-shadow:0 1px 1px rgba(0,0,0,.10)!important;
  }

  .mobile-fast-secure__words{
    padding-left:11px!important;
    color:#d92d20!important;
    -webkit-text-fill-color:#d92d20!important;
    background:none!important;
    font-family:inherit!important;
    font-size:var(--fast-secure-size)!important;
    font-style:normal!important;
    font-weight:800!important;
    letter-spacing:.035em!important;
    word-spacing:.08em!important;
    -webkit-text-stroke:0!important;
    text-shadow:0 1px 1px rgba(123,19,24,.12)!important;
  }

  .mobile-fast-secure__words::before{
    top:-2px!important;
    bottom:-2px!important;
    width:2px!important;
    background:#d92d20!important;
    box-shadow:none!important;
  }
}

@media (max-width:640px){
  .mobile-fast-secure{
    --fast-secure-size:clamp(.98rem,4.35vw,1.20rem)!important;
    gap:6px!important;
  }
  .mobile-fast-secure__words{
    padding-left:8px!important;
    letter-spacing:.025em!important;
    word-spacing:.05em!important;
  }
}

@media (max-width:380px){
  .mobile-fast-secure{
    --fast-secure-size:.86rem!important;
    gap:4px!important;
  }
  .mobile-fast-secure__words{
    padding-left:7px!important;
    letter-spacing:.018em!important;
  }
}


/* v4.80.0 — restore WhatsApp and fixed mobile call button */
.mobile-contact-panel__inner{
  width:min(760px,100%)!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.mobile-contact-option__icon--whatsapp svg{
  width:42px!important;
  height:42px!important;
  filter:drop-shadow(0 3px 6px rgba(37,211,102,.20));
}
.mobile-contact-option--whatsapp{color:#25D366!important;}

.callbar{display:none!important;}
@media (max-width:640px){
  body{padding-bottom:76px;}
  .callbar{
    position:fixed!important;
    left:14px!important;
    right:14px!important;
    bottom:max(14px,env(safe-area-inset-bottom))!important;
    z-index:120!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:56px!important;
    padding:12px 18px!important;
    border-radius:12px!important;
    background:linear-gradient(180deg,#f02832 0%,#df1f28 100%)!important;
    color:#fff!important;
    font-family:var(--heading)!important;
    font-size:1.04rem!important;
    font-weight:850!important;
    letter-spacing:.01em!important;
    text-align:center!important;
    box-shadow:0 18px 44px rgba(0,0,0,.24)!important;
  }
  .mobile-contact-panel__inner{
    width:100%!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
  .mobile-contact-option{
    min-height:108px!important;
    padding:13px 4px 11px!important;
  }
  .mobile-contact-option__icon,
  .mobile-contact-option__icon svg,
  .mobile-contact-option__icon--whatsapp svg,
  .mobile-contact-option__icon--form svg{
    width:34px!important;
    height:34px!important;
  }
  .mobile-contact-option strong{font-size:.76rem!important;}
  .mobile-contact-option small{font-size:.65rem!important;}
}
@media (max-width:359px){
  .mobile-contact-panel__inner{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .mobile-contact-option{min-height:92px!important;}
  .mobile-contact-option:nth-child(2)::after{display:none;}
  .mobile-contact-option:nth-child(-n+2){border-bottom:1px solid #e4e7ec;}
  .mobile-contact-option:first-child{border-radius:18px 0 0 0;}
  .mobile-contact-option:nth-child(2){border-radius:0 18px 0 0;}
  .mobile-contact-option:nth-child(3){border-radius:0 0 0 18px;}
  .mobile-contact-option:last-child{border-radius:0 0 18px 0;}
}


/* v4.81.0 — desktop quick-contact rail + desktop callback form aligned to modal */
.book-form--callback{gap:16px 14px;align-content:start;}
.book-form--callback label{gap:6px;}
.book-form--callback label>span{font-size:.82rem;line-height:1.15;color:#1A2130;display:block;}
.book-form--callback label>span em{font-style:normal;font-weight:600;color:#6F7785;text-transform:none;letter-spacing:0;}
.book-form--callback label>span b{font-weight:900;color:var(--red);}
.book-form--callback input,
.book-form--callback textarea{border-radius:12px;min-height:54px;padding:14px 16px;font-size:1rem;font-weight:500;}
.book-form--callback textarea{min-height:118px;resize:vertical;}
.book-form--callback .btn{min-height:54px;font-size:1rem;font-weight:850;letter-spacing:.01em;}
.book-form--callback .form-fine{margin:0;color:#7B8493;text-align:center;font-size:.92rem;line-height:1.45;}

.desktop-contact-rail{display:none;}
@media (min-width:1100px){
  .desktop-contact-rail{position:fixed;right:18px;top:50%;transform:translateY(-50%);z-index:98;display:flex;flex-direction:column;gap:12px;width:210px;}
  .desktop-contact-rail__item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;border:1px solid rgba(16,24,40,.08);border-radius:18px;background:rgba(255,255,255,.97);box-shadow:0 18px 42px rgba(8,15,28,.16);text-decoration:none;color:#111827;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;backdrop-filter:blur(10px);}
  button.desktop-contact-rail__item{font:inherit;cursor:pointer;text-align:left;}
  .desktop-contact-rail__item:hover,.desktop-contact-rail__item:focus-visible{transform:translateX(-4px);box-shadow:0 22px 50px rgba(8,15,28,.22);border-color:rgba(227,38,46,.22);}
  .desktop-contact-rail__icon{width:48px;height:48px;flex:0 0 48px;border-radius:14px;display:grid;place-items:center;background:#FFF2F2;color:var(--red);}
  .desktop-contact-rail__icon svg{width:26px;height:26px;display:block;}
  .desktop-contact-rail__icon--whatsapp{background:#ECFDF3;}
  .desktop-contact-rail__icon--form{background:#F4F0FF;}
  .desktop-contact-rail__label{display:flex;flex-direction:column;min-width:0;}
  .desktop-contact-rail__label strong{font-family:var(--heading);font-size:1rem;line-height:1.05;color:#111827;}
  .desktop-contact-rail__label small{font-size:.82rem;line-height:1.2;color:#6B7280;}
}
@media (max-width:1099px){
  .desktop-contact-rail{display:none !important;}
}
@media (max-width:640px){
  .book-form--callback{grid-template-columns:1fr !important;}
  .book-form--callback .form-fine{font-size:.84rem;}
}


/* v4.82.0 — desktop contact rail collapsed to icon-only, expand on hover */
@media (min-width:1100px){
  .desktop-contact-rail{
    right:18px;
    gap:12px;
    width:auto;
    align-items:flex-end;
  }
  .desktop-contact-rail__item,
  button.desktop-contact-rail__item{
    align-self:flex-end;
    justify-content:flex-start;
    width:58px;
    min-width:58px;
    height:58px;
    padding:0;
    border:0;
    border-radius:18px;
    background:transparent;
    box-shadow:none;
    overflow:hidden;
    transition:width .22s ease, padding .22s ease, transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
    backdrop-filter:none;
  }
  .desktop-contact-rail__item:hover,
  .desktop-contact-rail__item:focus-visible,
  button.desktop-contact-rail__item:hover,
  button.desktop-contact-rail__item:focus-visible{
    width:210px;
    padding:12px 14px;
    background:rgba(255,255,255,.98);
    border:1px solid rgba(16,24,40,.08);
    box-shadow:0 22px 50px rgba(8,15,28,.22);
    transform:translateX(-4px);
  }
  .desktop-contact-rail__icon{
    width:58px;
    height:58px;
    flex:0 0 58px;
    border-radius:18px;
    background:transparent;
    color:var(--red);
    transition:background .18s ease, box-shadow .18s ease;
  }
  .desktop-contact-rail__icon svg{width:28px;height:28px;}
  .desktop-contact-rail__item:hover .desktop-contact-rail__icon,
  .desktop-contact-rail__item:focus-visible .desktop-contact-rail__icon{
    background:#FFF2F2;
  }
  .desktop-contact-rail__item:hover .desktop-contact-rail__icon--whatsapp,
  .desktop-contact-rail__item:focus-visible .desktop-contact-rail__icon--whatsapp{background:#ECFDF3;}
  .desktop-contact-rail__item:hover .desktop-contact-rail__icon--form,
  .desktop-contact-rail__item:focus-visible .desktop-contact-rail__icon--form{background:#F4F0FF;}
  .desktop-contact-rail__label{
    max-width:0;
    opacity:0;
    overflow:hidden;
    white-space:nowrap;
    transition:max-width .22s ease, opacity .16s ease;
  }
  .desktop-contact-rail__item:hover .desktop-contact-rail__label,
  .desktop-contact-rail__item:focus-visible .desktop-contact-rail__label{
    max-width:120px;
    opacity:1;
  }
}


/* v4.83.0 — one-screen heroes + stronger photo-first visual balance */
@media (min-width:961px){
  .service-page .hero-home,
  .work-page .hero-home{
    height:calc(100svh - var(--header-height-desktop));
    min-height:calc(100svh - var(--header-height-desktop));
    max-height:calc(100svh - var(--header-height-desktop));
  }
  .service-page .hero-content,
  .work-page .hero-content{
    min-height:100%;
    padding-top:clamp(38px,4.2vh,56px);
    padding-bottom:clamp(44px,5.2vh,62px);
    align-items:center;
  }
  .service-page .hero-panel,
  .work-page .hero-panel{
    max-width:min(560px,48vw);
  }
  .service-page .hero-panel h1,
  .work-page .hero-panel h1{
    font-size:clamp(2.85rem,4.65vw,4.7rem);
    line-height:.98;
    margin-bottom:14px;
    max-width:11.6ch;
  }
  .service-page .hero-panel .hero-lead,
  .work-page .hero-panel p{
    max-width:56ch;
    font-size:1.04rem;
    line-height:1.44;
  }
  .service-page .hero-actions,
  .work-page .hero-actions{
    margin-top:18px;
    gap:12px;
  }
  .service-page .hero-microproof,
  .work-page .hero-microproof{
    margin-top:14px;
    gap:12px;
  }
  .service-page .hero-bg::after,
  .work-page .hero-bg::after{
    background:linear-gradient(90deg,rgba(5,7,10,.86) 0%,rgba(5,7,10,.72) 34%,rgba(5,7,10,.28) 70%,rgba(5,7,10,.08) 100%);
  }

  .service-detail-page .project-hero,
  .project-page .project-hero{
    height:calc(100svh - var(--header-height-desktop));
    min-height:calc(100svh - var(--header-height-desktop));
    max-height:calc(100svh - var(--header-height-desktop));
  }
  .service-detail-page .project-hero-inner,
  .project-page .project-hero-inner{
    min-height:100%;
    display:flex;
    align-items:center;
    padding:clamp(38px,4.1vh,54px) 0 clamp(44px,5vh,62px);
  }
  .service-detail-page .project-hero-copy,
  .project-page .project-hero-copy{
    max-width:min(560px,46vw);
  }
  .service-detail-page .project-hero-copy h1,
  .project-page .project-hero-copy h1{
    font-size:clamp(2.8rem,4.75vw,4.85rem);
    line-height:.98;
    margin-bottom:14px;
    max-width:11.6ch;
  }
  .service-detail-page .project-hero-copy p,
  .project-page .project-hero-copy p{
    font-size:1.04rem;
    line-height:1.44;
    max-width:56ch;
  }
  .service-detail-page .project-hero-bg::after,
  .project-page .project-hero-bg::after{
    background:linear-gradient(90deg,rgba(5,7,10,.86) 0%,rgba(5,7,10,.72) 34%,rgba(5,7,10,.28) 70%,rgba(5,7,10,.08) 100%);
  }
  .service-detail-page .project-summary,
  .project-page .project-summary{
    margin-top:-34px;
    padding-bottom:16px;
  }
}

@media (max-width:960px){
  .service-page .hero-home,
  .work-page .hero-home,
  .service-detail-page .project-hero,
  .project-page .project-hero{
    height:calc(100svh - var(--header-height-mobile));
    min-height:calc(100svh - var(--header-height-mobile));
    max-height:calc(100svh - var(--header-height-mobile));
  }
  .service-page .hero-content,
  .work-page .hero-content{
    min-height:100%;
    padding-top:38px;
    padding-bottom:56px;
  }
  .service-page .hero-panel,
  .work-page .hero-panel{
    max-width:100%;
  }
  .service-page .hero-panel h1,
  .work-page .hero-panel h1{
    font-size:clamp(2.2rem,7vw,3.5rem);
    max-width:12ch;
    margin-bottom:12px;
  }
  .service-page .hero-panel .hero-lead,
  .work-page .hero-panel p{
    max-width:46ch;
    font-size:.98rem;
    line-height:1.38;
  }
  .service-page .hero-bg::after,
  .work-page .hero-bg::after{
    background:linear-gradient(90deg,rgba(5,7,10,.86),rgba(5,7,10,.7) 54%,rgba(5,7,10,.22));
  }
  .service-detail-page .project-hero-inner,
  .project-page .project-hero-inner{
    min-height:100%;
    display:flex;
    align-items:center;
    padding:34px 0 48px;
  }
  .service-detail-page .project-hero-copy,
  .project-page .project-hero-copy{
    max-width:100%;
  }
  .service-detail-page .project-hero-copy h1,
  .project-page .project-hero-copy h1{
    font-size:clamp(2.2rem,7.4vw,3.55rem);
    line-height:1.02;
    margin-bottom:12px;
    max-width:12ch;
  }
  .service-detail-page .project-hero-copy p,
  .project-page .project-hero-copy p{
    max-width:46ch;
    font-size:.98rem;
    line-height:1.38;
  }
  .service-detail-page .project-hero-bg::after,
  .project-page .project-hero-bg::after{
    background:linear-gradient(90deg,rgba(5,7,10,.86),rgba(5,7,10,.7) 54%,rgba(5,7,10,.22));
  }
  .service-detail-page .project-summary,
  .project-page .project-summary{
    margin-top:-20px;
    padding-bottom:12px;
  }
}

@media (max-width:640px){
  .service-page .hero-content,
  .work-page .hero-content{
    padding-top:30px;
    padding-bottom:46px;
  }
  .service-page .hero-panel h1,
  .work-page .hero-panel h1,
  .service-detail-page .project-hero-copy h1,
  .project-page .project-hero-copy h1{
    font-size:clamp(2rem,8.8vw,3rem);
    max-width:11ch;
  }
  .service-page .hero-panel .hero-lead,
  .work-page .hero-panel p,
  .service-detail-page .project-hero-copy p,
  .project-page .project-hero-copy p{
    font-size:.94rem;
    line-height:1.34;
    max-width:34ch;
  }
  .service-detail-page .project-hero-inner,
  .project-page .project-hero-inner{
    padding:28px 0 42px;
  }
  .service-detail-page .project-summary,
  .project-page .project-summary{
    margin-top:0;
    padding-bottom:0;
  }
}


/* v4.84.0 — wider, larger and better-balanced service hero headings */
@media (min-width:961px){
  /* Services hub */
  .service-page .hero-panel{
    width:100%;
    max-width:min(960px,78vw);
  }
  .service-page .hero-panel h1{
    width:100%;
    max-width:18ch;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:18px;
    font-size:clamp(3.55rem,5.55vw,5.85rem);
    line-height:1.025;
    letter-spacing:-.026em;
    text-wrap:balance;
    overflow-wrap:normal;
    word-break:normal;
    hyphens:none;
  }
  .service-page .hero-panel .hero-lead{
    max-width:72ch;
    margin-left:auto;
    margin-right:auto;
    font-size:1.09rem;
    line-height:1.5;
  }
  .service-page .hero-actions{
    margin-top:22px;
  }
  .service-page .hero-microproof{
    margin-top:17px;
  }

  /* Individual service pages */
  .service-detail-page .project-hero-copy{
    width:100%;
    max-width:min(800px,58vw);
  }
  .service-detail-page .project-hero-copy h1{
    width:100%;
    max-width:17ch;
    margin-bottom:18px;
    font-size:clamp(3.35rem,5.15vw,5.55rem);
    line-height:1.025;
    letter-spacing:-.026em;
    text-wrap:balance;
    overflow-wrap:normal;
    word-break:normal;
    hyphens:none;
  }
  .service-detail-page .project-hero-copy p{
    max-width:64ch;
    font-size:1.09rem;
    line-height:1.5;
  }
  .service-detail-page .project-hero-copy .hero-actions{
    margin-top:22px;
  }
}

@media (min-width:641px) and (max-width:960px){
  .service-page .hero-panel{
    width:100%;
    max-width:min(840px,92vw);
  }
  .service-page .hero-panel h1{
    width:100%;
    max-width:17ch;
    margin-left:auto;
    margin-right:auto;
    font-size:clamp(2.85rem,7vw,4.25rem);
    line-height:1.035;
    letter-spacing:-.024em;
    text-wrap:balance;
    overflow-wrap:normal;
    word-break:normal;
    hyphens:none;
  }
  .service-page .hero-panel .hero-lead{
    max-width:62ch;
    margin-left:auto;
    margin-right:auto;
    font-size:1.02rem;
    line-height:1.46;
  }

  .service-detail-page .project-hero-copy{
    width:100%;
    max-width:min(740px,90vw);
  }
  .service-detail-page .project-hero-copy h1{
    width:100%;
    max-width:16.5ch;
    font-size:clamp(2.8rem,7.15vw,4.2rem);
    line-height:1.035;
    letter-spacing:-.024em;
    text-wrap:balance;
    overflow-wrap:normal;
    word-break:normal;
    hyphens:none;
  }
  .service-detail-page .project-hero-copy p{
    max-width:58ch;
    font-size:1.01rem;
    line-height:1.45;
  }
}

@media (max-width:640px){
  .service-page .hero-panel,
  .service-detail-page .project-hero-copy{
    width:100%;
    max-width:100%;
  }
  .service-page .hero-panel h1{
    width:100%;
    max-width:15ch;
    margin-left:auto;
    margin-right:auto;
    font-size:clamp(2.18rem,9.1vw,3.2rem);
    line-height:1.045;
    letter-spacing:-.022em;
    text-wrap:balance;
    overflow-wrap:normal;
    word-break:normal;
    hyphens:none;
  }
  .service-page .hero-panel .hero-lead{
    max-width:38ch;
    margin-left:auto;
    margin-right:auto;
    font-size:.96rem;
    line-height:1.4;
  }
  .service-detail-page .project-hero-copy h1{
    width:100%;
    max-width:15ch;
    font-size:clamp(2.15rem,8.9vw,3.15rem);
    line-height:1.045;
    letter-spacing:-.022em;
    text-wrap:balance;
    overflow-wrap:normal;
    word-break:normal;
    hyphens:none;
  }
  .service-detail-page .project-hero-copy p{
    max-width:38ch;
    font-size:.96rem;
    line-height:1.4;
  }
}


/* v4.89.0 — render inline --hero-bg images on hub heroes */
.hero-home[style*="--hero-bg"] .hero-bg{
  background-image:var(--hero-bg);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
.service-page .hero-home[style*="--hero-bg"] .hero-bg{
  background-position:center 46%;
}


/* v4.90.0 — stronger readability for photo-based service heroes */
.hero-home[style*="--hero-bg"] .hero-bg::after{
  background:
    radial-gradient(circle at 50% 44%, rgba(4,6,8,.58) 0%, rgba(4,6,8,.64) 22%, rgba(4,6,8,.56) 42%, rgba(4,6,8,.28) 68%, rgba(4,6,8,.18) 100%),
    linear-gradient(90deg, rgba(5,7,10,.88) 0%, rgba(5,7,10,.74) 26%, rgba(5,7,10,.58) 50%, rgba(5,7,10,.74) 74%, rgba(5,7,10,.88) 100%);
}
.service-page .hero-panel,
.work-page .hero-panel{
  position:relative;
  padding:clamp(18px,2vw,28px) clamp(18px,2.8vw,34px);
  border-radius:28px;
  background:linear-gradient(180deg, rgba(5,7,10,.34) 0%, rgba(5,7,10,.46) 100%);
  -webkit-backdrop-filter:blur(6px);
  backdrop-filter:blur(6px);
  box-shadow:0 22px 58px rgba(0,0,0,.26);
}
.service-page .hero-panel h1,
.work-page .hero-panel h1,
.service-page .hero-panel .hero-lead,
.work-page .hero-panel .hero-lead,
.service-page .hero-microproof,
.work-page .hero-microproof,
.service-page .hero-panel .eyebrow,
.work-page .hero-panel .eyebrow{
  text-shadow:0 10px 26px rgba(0,0,0,.52), 0 2px 8px rgba(0,0,0,.38);
}
@media (max-width:960px){
  .hero-home[style*="--hero-bg"] .hero-bg::after{
    background:
      radial-gradient(circle at 50% 42%, rgba(4,6,8,.62) 0%, rgba(4,6,8,.68) 26%, rgba(4,6,8,.60) 48%, rgba(4,6,8,.28) 72%, rgba(4,6,8,.20) 100%),
      linear-gradient(90deg, rgba(5,7,10,.9) 0%, rgba(5,7,10,.8) 34%, rgba(5,7,10,.56) 100%);
  }
  .service-page .hero-panel,
  .work-page .hero-panel{
    padding:18px 16px 20px;
    border-radius:22px;
    background:linear-gradient(180deg, rgba(5,7,10,.42) 0%, rgba(5,7,10,.56) 100%);
  }
}
@media (max-width:640px){
  .service-page .hero-panel,
  .work-page .hero-panel{
    padding:16px 14px 18px;
    border-radius:18px;
  }
}


/* v4.92.0 — visual-first Our Work page */
.work-visual-hero{position:relative;height:calc(100svh - var(--header-height-desktop));min-height:620px;max-height:820px;overflow:hidden;background:#0b0e12;color:#fff;}
.work-hero-collage{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,2.05fr) minmax(320px,.95fr);grid-template-rows:1fr 1fr;gap:3px;background:#0b0e12;}
.work-hero-image{position:relative;margin:0;overflow:hidden;background:#171b21;}
.work-hero-image--main{grid-row:1/3;}
.work-hero-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .8s ease;}
.work-visual-hero:hover .work-hero-image img{transform:scale(1.018);}
.work-hero-image--main img{object-position:center 42%;}
.work-hero-image--top img{object-position:center 50%;}
.work-hero-image--bottom img{object-position:center 48%;}
.work-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,7,10,.86) 0%,rgba(5,7,10,.7) 36%,rgba(5,7,10,.25) 68%,rgba(5,7,10,.08) 100%),linear-gradient(0deg,rgba(5,7,10,.52),transparent 55%);}
.work-hero-content{position:relative;z-index:2;height:100%;display:flex;align-items:flex-end;padding-top:56px;padding-bottom:60px;}
.work-hero-copy{max-width:760px;padding:24px 28px 26px;border-radius:24px;background:rgba(7,10,14,.58);backdrop-filter:blur(7px);box-shadow:0 22px 60px rgba(0,0,0,.30);}
.work-hero-copy .eyebrow{color:#fff;margin-bottom:12px;}
.work-hero-copy h1{color:#fff;font-size:clamp(3.4rem,6vw,6rem);line-height:.96;letter-spacing:-.045em;margin:0 0 14px;max-width:12ch;text-shadow:0 12px 34px rgba(0,0,0,.45);}
.work-hero-copy>p:not(.eyebrow){color:rgba(255,255,255,.94);font-size:1.12rem;line-height:1.48;max-width:58ch;margin:0;}
.work-hero-copy .hero-actions{justify-content:flex-start;margin-top:22px;}

.work-filter-section{position:sticky;top:0;z-index:24;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(16,24,40,.08);box-shadow:0 12px 28px rgba(16,24,40,.06);}
.work-filter-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:15px;padding-bottom:15px;}
.work-filter-chips{display:flex;align-items:center;gap:9px;flex-wrap:wrap;}
.work-filter-chip{appearance:none;border:1px solid #d7dce4;border-radius:999px;background:#fff;color:#252c36;padding:9px 14px;font-family:var(--heading);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;transition:.18s ease;}
.work-filter-chip:hover,.work-filter-chip:focus-visible{border-color:rgba(217,45,32,.45);color:#b42318;outline:none;}
.work-filter-chip.is-active{background:#11151b;border-color:#11151b;color:#fff;box-shadow:0 8px 18px rgba(17,21,27,.16);}
.work-area-filter{display:flex;align-items:center;gap:9px;flex:0 0 auto;font-family:var(--heading);font-size:.78rem;font-weight:800;text-transform:uppercase;color:#475467;}
.work-area-filter select{min-width:180px;border:1px solid #d7dce4;border-radius:12px;background:#fff;color:#101828;padding:10px 36px 10px 12px;font:inherit;text-transform:none;letter-spacing:0;}

.work-project-section{padding:64px 0;background:#f5f7fa;}
.work-project-section--more{padding-top:58px;background:#fff;}
.work-project-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px;}
.work-project-head .eyebrow{margin-bottom:8px;}
.work-project-head h2{margin:0;font-size:clamp(2.1rem,4vw,3.7rem);line-height:1;letter-spacing:-.045em;}
.work-project-head>p{margin:0;color:#667085;font-family:var(--heading);font-weight:750;}
.work-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch;}
.work-project-card{min-width:0;border:1px solid rgba(16,24,40,.08);border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 14px 34px rgba(16,24,40,.08);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
.work-project-card--featured{grid-column:span 2;}
.work-project-card:hover,.work-project-card:focus-within{transform:translateY(-4px);border-color:rgba(217,45,32,.24);box-shadow:0 24px 52px rgba(16,24,40,.14);}
.work-project-card>a{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none;}
.work-project-media{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#f5f7fa;overflow:hidden;}
.work-project-media figure{position:relative;margin:0;min-height:245px;overflow:hidden;background:#dfe4ea;}
.work-project-card--featured .work-project-media figure{min-height:335px;}
.work-project-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .34s ease;}
.work-project-card:hover .work-project-media img{transform:scale(1.035);}
.work-project-media figure>span{position:absolute;left:10px;top:10px;padding:6px 9px;border-radius:999px;background:rgba(10,14,19,.82);color:#fff;font-family:var(--heading);font-size:.66rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em;backdrop-filter:blur(8px);}
.work-project-media figure>span.is-after{background:#157f4c;}
.work-project-media figure>span.is-secured{background:#b42318;}
.work-project-body{display:flex;flex-direction:column;flex:1;padding:18px 19px 20px;}
.work-project-kicker{color:#d92d20;font-family:var(--heading);font-size:.73rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;}
.work-project-body h3{font-size:1.28rem;line-height:1.08;letter-spacing:-.025em;margin:0 0 8px;color:#101828;}
.work-project-card--featured .work-project-body h3{font-size:1.62rem;}
.work-project-body p{font-size:.92rem;line-height:1.45;color:#5a6472;margin:0 0 14px;}
.work-project-link{margin-top:auto;color:#d92d20;font-family:var(--heading);font-size:.78rem;font-weight:850;text-transform:uppercase;letter-spacing:.025em;}
.work-filter-empty{padding:30px;text-align:center;color:#667085;font-weight:700;}

.work-process-visual{padding:68px 0;background:#10141a;color:#fff;}
.work-process-visual .section-head h2{color:#fff;}
.work-process-visual .section-head .eyebrow{color:#fff;}
.work-process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.work-process-grid article{overflow:hidden;border-radius:18px;background:#fff;color:#101828;box-shadow:0 18px 42px rgba(0,0,0,.18);}
.work-process-grid img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;}
.work-process-grid article>div{padding:16px 18px 18px;}
.work-process-grid span{display:block;color:#d92d20;font-family:var(--heading);font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;}
.work-process-grid h3{margin:0;font-size:1.2rem;line-height:1.12;}

.work-seo-summary{padding:64px 0;background:#f5f7fa;}
.work-seo-summary__inner{max-width:900px;margin:0 auto;text-align:center;padding:34px 38px;border:1px solid rgba(16,24,40,.08);border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(16,24,40,.07);}
.work-seo-summary__inner h2{font-size:clamp(2rem,4vw,3.45rem);line-height:1;letter-spacing:-.04em;margin:0 0 16px;}
.work-seo-summary__inner p{max-width:76ch;margin:0 auto 10px;color:#596474;line-height:1.58;}

.work-visual-cta{position:relative;min-height:520px;display:flex;align-items:center;background-image:var(--work-cta-bg);background-size:cover;background-position:center;overflow:hidden;color:#fff;}
.work-visual-cta__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,7,10,.9) 0%,rgba(5,7,10,.72) 48%,rgba(5,7,10,.34) 100%);}
.work-visual-cta__content{position:relative;z-index:2;max-width:760px;padding-top:64px;padding-bottom:64px;}
.work-visual-cta__content .eyebrow{color:#fff;}
.work-visual-cta__content h2{color:#fff;font-size:clamp(3rem,5.4vw,5.4rem);line-height:.98;letter-spacing:-.045em;max-width:12ch;margin:0 0 14px;text-shadow:0 12px 34px rgba(0,0,0,.46);}
.work-visual-cta__content>p:not(.eyebrow){color:rgba(255,255,255,.92);font-size:1.12rem;}
.work-visual-cta__content .hero-actions{justify-content:flex-start;}

@media (max-width:1120px){
  .work-visual-hero{height:auto;min-height:720px;max-height:none;}
  .work-hero-collage{grid-template-columns:1.45fr .75fr;}
  .work-filter-bar{align-items:flex-start;flex-direction:column;}
  .work-filter-chips{flex-wrap:nowrap;width:100%;overflow-x:auto;padding-bottom:4px;scrollbar-width:none;}
  .work-filter-chips::-webkit-scrollbar{display:none;}
  .work-filter-chip{white-space:nowrap;}
  .work-project-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .work-project-card--featured{grid-column:1/-1;}
}
@media (max-width:720px){
  .work-visual-hero{min-height:calc(100svh - var(--header-height-mobile));}
  .work-hero-collage{grid-template-columns:1fr 1fr;grid-template-rows:minmax(410px,58vh) 180px;}
  .work-hero-image--main{grid-column:1/-1;grid-row:1;}
  .work-hero-image--top{grid-column:1;grid-row:2;}
  .work-hero-image--bottom{grid-column:2;grid-row:2;}
  .work-hero-shade{background:linear-gradient(0deg,rgba(5,7,10,.92) 0%,rgba(5,7,10,.68) 35%,rgba(5,7,10,.12) 74%);}
  .work-hero-content{align-items:flex-start;padding-top:clamp(235px,38vh,330px);padding-bottom:24px;}
  .work-hero-copy{width:100%;padding:18px 16px 20px;border-radius:18px;background:rgba(7,10,14,.64);}
  .work-hero-copy h1{font-size:clamp(2.35rem,10vw,3.55rem);max-width:11ch;margin-bottom:10px;}
  .work-hero-copy>p:not(.eyebrow){font-size:.94rem;line-height:1.38;}
  .work-hero-copy .hero-actions{gap:9px;margin-top:16px;}
  .work-hero-copy .btn{min-height:44px;padding:11px 14px;font-size:.78rem;}
  .work-filter-section{position:relative;}
  .work-area-filter{width:100%;justify-content:space-between;}
  .work-area-filter select{flex:1;min-width:0;}
  .work-project-section{padding:46px 0;}
  .work-project-head{align-items:flex-start;flex-direction:column;margin-bottom:18px;}
  .work-project-head h2{font-size:2.25rem;}
  .work-project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
  .work-project-card--featured{grid-column:1/-1;}
  .work-project-media figure{min-height:148px;}
  .work-project-card--featured .work-project-media figure{min-height:230px;}
  .work-project-body{padding:13px 12px 14px;}
  .work-project-kicker{font-size:.61rem;line-height:1.25;margin-bottom:6px;}
  .work-project-body h3{font-size:.96rem;line-height:1.12;margin-bottom:8px;}
  .work-project-card--featured .work-project-body h3{font-size:1.35rem;}
  .work-project-body p{display:none;}
  .work-project-link{font-size:.67rem;}
  .work-process-visual{padding:48px 0;}
  .work-process-grid{grid-template-columns:1fr;gap:12px;}
  .work-process-grid article{display:grid;grid-template-columns:42% 1fr;align-items:stretch;}
  .work-process-grid img{height:100%;aspect-ratio:auto;min-height:132px;}
  .work-seo-summary{padding:48px 0;}
  .work-seo-summary__inner{padding:26px 20px;text-align:left;}
  .work-visual-cta{min-height:500px;background-position:center;}
  .work-visual-cta__content h2{font-size:clamp(2.55rem,11vw,4rem);}
}
@media (max-width:390px){
  .work-project-grid{gap:9px;}
  .work-project-media figure{min-height:132px;}
  .work-project-body{padding:11px 10px 12px;}
  .work-project-body h3{font-size:.88rem;}
}


/* v4.93.0 — one-screen mobile project and Our Work heroes */
@media (max-width:720px){
  :root{--mobile-hero-callbar-space:76px;}
  .project-page .project-hero{
    height:calc(100svh - var(--header-height-mobile) - var(--mobile-hero-callbar-space));
    min-height:calc(100svh - var(--header-height-mobile) - var(--mobile-hero-callbar-space));
    max-height:calc(100svh - var(--header-height-mobile) - var(--mobile-hero-callbar-space));
  }
  .project-page .project-hero-inner{height:100%;min-height:100%;display:flex;align-items:center;padding:14px 0 16px;}
  .project-page .project-hero-copy{width:100%;max-width:100%;padding:15px 16px 16px;border-radius:18px;background:linear-gradient(180deg,rgba(6,9,13,.52),rgba(6,9,13,.68));-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);box-shadow:0 18px 42px rgba(0,0,0,.25);}
  .project-page .project-hero-copy .eyebrow{margin-bottom:8px;font-size:.72rem;line-height:1.15;}
  .project-page .project-hero-copy h1{width:100%;max-width:18ch;margin:0 0 9px;font-size:clamp(1.95rem,8.1vw,2.72rem);line-height:1.02;letter-spacing:-.025em;text-wrap:balance;}
  .project-page .project-hero-copy>p:not(.eyebrow){max-width:42ch;margin:0;font-size:.9rem;line-height:1.32;}
  .project-page .project-hero-copy .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px;}
  .project-page .project-hero-copy .hero-actions .btn{width:100%;min-height:42px;padding:9px 8px;font-size:.72rem;line-height:1.08;white-space:normal;}
  .project-page .project-summary{margin-top:0;padding-bottom:0;}

  .work-visual-hero{
    height:calc(100svh - var(--header-height-mobile) - var(--mobile-hero-callbar-space));
    min-height:calc(100svh - var(--header-height-mobile) - var(--mobile-hero-callbar-space));
    max-height:calc(100svh - var(--header-height-mobile) - var(--mobile-hero-callbar-space));
  }
  .work-hero-collage{grid-template-columns:1fr 1fr;grid-template-rows:58% 42%;}
  .work-hero-image--main{grid-column:1/-1;grid-row:1;}
  .work-hero-image--top{grid-column:1;grid-row:2;}
  .work-hero-image--bottom{grid-column:2;grid-row:2;}
  .work-hero-shade{background:linear-gradient(0deg,rgba(5,7,10,.94) 0%,rgba(5,7,10,.78) 44%,rgba(5,7,10,.2) 78%);}
  .work-hero-content{height:100%;align-items:flex-end;padding-top:12px;padding-bottom:18px;box-sizing:border-box;}
  .work-hero-copy{width:100%;max-width:100%;padding:14px 15px 15px;border-radius:18px;background:rgba(7,10,14,.7);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);}
  .work-hero-copy .eyebrow{margin-bottom:7px;font-size:.7rem;}
  .work-hero-copy h1{max-width:18ch;margin-bottom:8px;font-size:clamp(2rem,8.6vw,2.8rem);line-height:1.01;text-wrap:balance;}
  .work-hero-copy>p:not(.eyebrow){font-size:.86rem;line-height:1.3;max-width:42ch;}
  .work-hero-copy .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;}
  .work-hero-copy .hero-actions .btn{width:100%;min-height:42px;padding:9px 8px;font-size:.7rem;line-height:1.08;white-space:normal;}
}
@media (max-width:720px) and (max-height:690px){
  .project-page .project-hero-copy{padding:12px 13px 13px;}
  .project-page .project-hero-copy .eyebrow{font-size:.66rem;margin-bottom:6px;}
  .project-page .project-hero-copy h1{font-size:clamp(1.72rem,7.3vw,2.25rem);margin-bottom:7px;}
  .project-page .project-hero-copy>p:not(.eyebrow){font-size:.82rem;line-height:1.27;}
  .project-page .project-hero-copy .hero-actions{margin-top:9px;}
  .project-page .project-hero-copy .hero-actions .btn{min-height:38px;padding:7px 6px;font-size:.66rem;}
  .work-hero-copy{padding:12px 13px 13px;}
  .work-hero-copy .eyebrow{font-size:.64rem;margin-bottom:5px;}
  .work-hero-copy h1{font-size:clamp(1.78rem,7.8vw,2.35rem);margin-bottom:6px;}
  .work-hero-copy>p:not(.eyebrow){font-size:.8rem;line-height:1.25;}
  .work-hero-copy .hero-actions{margin-top:9px;}
  .work-hero-copy .hero-actions .btn{min-height:38px;padding:7px 6px;font-size:.64rem;}
}


/* v4.94.0 — consistent hero placement across all non-home pages */
@media (min-width:721px){
  .work-page .work-hero-content{
    align-items:center;
    padding-top:clamp(34px,4.5vh,56px);
    padding-bottom:clamp(34px,4.5vh,56px);
  }
}

@media (max-width:720px){
  :root{--mobile-hero-callbar-space:76px;--mobile-hero-top-gap:clamp(18px,3.6svh,32px);}

  /* Keep every non-home hero inside the visible screen above the fixed call button. */
  .service-page .hero-home,
  .service-detail-page .project-hero,
  .project-page .project-hero,
  .work-page .work-visual-hero{
    height:calc(100svh - var(--header-height-mobile) - var(--mobile-hero-callbar-space));
    min-height:calc(100svh - var(--header-height-mobile) - var(--mobile-hero-callbar-space));
    max-height:calc(100svh - var(--header-height-mobile) - var(--mobile-hero-callbar-space));
  }

  /* Match the homepage rhythm: copy starts near the header instead of sitting at the bottom. */
  .service-page .hero-content,
  .service-detail-page .project-hero-inner,
  .project-page .project-hero-inner,
  .work-page .work-hero-content{
    height:100%;
    min-height:100%;
    display:flex;
    align-items:flex-start!important;
    padding-top:var(--mobile-hero-top-gap)!important;
    padding-bottom:18px!important;
    box-sizing:border-box;
  }

  .service-page .hero-panel,
  .service-detail-page .project-hero-copy,
  .project-page .project-hero-copy,
  .work-page .work-hero-copy{
    width:100%;
    max-width:100%!important;
    margin-top:0!important;
  }

  /* Give headings the available width so they do not stack into a narrow vertical column. */
  .service-page .hero-panel h1,
  .service-detail-page .project-hero-copy h1,
  .project-page .project-hero-copy h1,
  .work-page .work-hero-copy h1{
    width:100%;
    max-width:100%!important;
    text-wrap:balance;
    overflow-wrap:normal;
    word-break:normal;
    hyphens:none;
  }

  .service-page .hero-panel h1{
    font-size:clamp(2.08rem,8.55vw,3.05rem);
    line-height:1.04;
    margin-bottom:10px;
  }
  .service-detail-page .project-hero-copy h1,
  .project-page .project-hero-copy h1{
    font-size:clamp(2rem,8.25vw,2.95rem);
    line-height:1.035;
    margin-bottom:10px;
  }
  .work-page .work-hero-copy h1{
    font-size:clamp(2.08rem,8.6vw,3rem);
    line-height:1.025;
    margin-bottom:9px;
  }

  .service-page .hero-panel .hero-lead,
  .service-detail-page .project-hero-copy>p:not(.eyebrow),
  .project-page .project-hero-copy>p:not(.eyebrow),
  .work-page .work-hero-copy>p:not(.eyebrow){
    max-width:100%!important;
  }

  /* The Our Work text now sits in the dark top zone, so invert the shade direction. */
  .work-page .work-hero-shade{
    background:linear-gradient(180deg,rgba(5,7,10,.84) 0%,rgba(5,7,10,.62) 44%,rgba(5,7,10,.22) 78%,rgba(5,7,10,.08) 100%);
  }

  .service-page .hero-actions,
  .service-detail-page .project-hero-copy .hero-actions,
  .project-page .project-hero-copy .hero-actions,
  .work-page .work-hero-copy .hero-actions{
    margin-top:12px;
  }
}

@media (max-width:720px) and (max-height:700px){
  :root{--mobile-hero-top-gap:14px;}
  .service-page .hero-panel,
  .service-detail-page .project-hero-copy,
  .project-page .project-hero-copy,
  .work-page .work-hero-copy{
    padding-top:12px;
    padding-bottom:13px;
  }
  .service-page .hero-panel h1,
  .service-detail-page .project-hero-copy h1,
  .project-page .project-hero-copy h1,
  .work-page .work-hero-copy h1{
    font-size:clamp(1.78rem,7.45vw,2.45rem);
    margin-bottom:7px;
  }
  .service-page .hero-panel .hero-lead,
  .service-detail-page .project-hero-copy>p:not(.eyebrow),
  .project-page .project-hero-copy>p:not(.eyebrow),
  .work-page .work-hero-copy>p:not(.eyebrow){
    font-size:.82rem;
    line-height:1.27;
  }
}


/* v4.94.0 — mobile hero content starts closer to the header on every non-home page */
@media (max-width:720px){
  :root{
    --mobile-fixed-callbar-space:80px;
    --mobile-nonhome-hero-top-gap:clamp(18px,3.8svh,32px);
  }

  /* Use the measured header height so the hero + fixed call button fit one viewport. */
  .service-page .hero-home,
  .service-detail-page .project-hero,
  .project-page .project-hero,
  .work-page .work-visual-hero{
    height:calc(100svh - var(--live-header-height,66px) - var(--mobile-fixed-callbar-space))!important;
    min-height:calc(100svh - var(--live-header-height,66px) - var(--mobile-fixed-callbar-space))!important;
    max-height:calc(100svh - var(--live-header-height,66px) - var(--mobile-fixed-callbar-space))!important;
    overflow:hidden!important;
  }

  /* Align copy from the top, instead of pushing it toward the bottom of the photo. */
  .service-page .hero-content,
  .service-detail-page .project-hero-inner,
  .project-page .project-hero-inner,
  .work-page .work-hero-content{
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    box-sizing:border-box!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    padding-top:var(--mobile-nonhome-hero-top-gap)!important;
    padding-bottom:14px!important;
  }

  .service-page .hero-panel,
  .service-detail-page .project-hero-copy,
  .project-page .project-hero-copy,
  .work-page .work-hero-copy{
    width:100%!important;
    max-width:100%!important;
    margin-top:0!important;
    margin-bottom:0!important;
  }

  /* Keep all copy readable while leaving the lower part of the photo visible. */
  .service-detail-page .project-hero-copy,
  .project-page .project-hero-copy,
  .work-page .work-hero-copy{
    padding:15px 16px 16px!important;
    border-radius:18px!important;
    background:linear-gradient(180deg,rgba(6,9,13,.56),rgba(6,9,13,.70))!important;
    -webkit-backdrop-filter:blur(7px)!important;
    backdrop-filter:blur(7px)!important;
    box-shadow:0 18px 42px rgba(0,0,0,.25)!important;
  }

  .service-detail-page .project-hero-copy h1,
  .project-page .project-hero-copy h1,
  .work-page .work-hero-copy h1{
    width:100%!important;
    max-width:18ch!important;
    margin-top:0!important;
    text-wrap:balance;
  }

  .service-detail-page .project-hero-copy>p:not(.eyebrow),
  .project-page .project-hero-copy>p:not(.eyebrow),
  .work-page .work-hero-copy>p:not(.eyebrow){
    max-width:42ch!important;
  }

  .service-detail-page .project-hero-copy .hero-actions,
  .project-page .project-hero-copy .hero-actions,
  .work-page .work-hero-copy .hero-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    margin-top:12px!important;
  }

  .service-detail-page .project-hero-copy .hero-actions .btn,
  .project-page .project-hero-copy .hero-actions .btn,
  .work-page .work-hero-copy .hero-actions .btn{
    width:100%!important;
    min-height:42px!important;
    padding:9px 8px!important;
    font-size:.70rem!important;
    line-height:1.08!important;
    white-space:normal!important;
  }

  /* The Our Work copy is now near the header, so shade the upper image area. */
  .work-page .work-hero-shade{
    background:linear-gradient(180deg,rgba(5,7,10,.88) 0%,rgba(5,7,10,.66) 48%,rgba(5,7,10,.20) 100%)!important;
  }

  .service-detail-page .project-summary,
  .project-page .project-summary{
    margin-top:0!important;
    padding-bottom:0!important;
  }
}

@media (max-width:720px) and (max-height:700px){
  :root{--mobile-nonhome-hero-top-gap:12px;}
  .service-detail-page .project-hero-copy,
  .project-page .project-hero-copy,
  .work-page .work-hero-copy{padding:12px 13px 13px!important;}
  .service-detail-page .project-hero-copy .eyebrow,
  .project-page .project-hero-copy .eyebrow,
  .work-page .work-hero-copy .eyebrow{font-size:.64rem!important;margin-bottom:5px!important;}
  .service-detail-page .project-hero-copy h1,
  .project-page .project-hero-copy h1,
  .work-page .work-hero-copy h1{font-size:clamp(1.72rem,7.4vw,2.3rem)!important;margin-bottom:6px!important;}
  .service-detail-page .project-hero-copy>p:not(.eyebrow),
  .project-page .project-hero-copy>p:not(.eyebrow),
  .work-page .work-hero-copy>p:not(.eyebrow){font-size:.80rem!important;line-height:1.25!important;}
  .service-detail-page .project-hero-copy .hero-actions,
  .project-page .project-hero-copy .hero-actions,
  .work-page .work-hero-copy .hero-actions{margin-top:8px!important;}
  .service-detail-page .project-hero-copy .hero-actions .btn,
  .project-page .project-hero-copy .hero-actions .btn,
  .work-page .work-hero-copy .hero-actions .btn{min-height:38px!important;padding:7px 6px!important;font-size:.64rem!important;}
}


/* v4.95.0 — unify every internal mobile hero with the homepage visual style */
@media (max-width:720px){
  :root{
    --mobile-unified-hero-bottom-space:calc(78px + env(safe-area-inset-bottom, 0px));
  }

  /* Same one-screen height model as the homepage: full viewport below the live header. */
  .service-page .hero-home,
  .service-detail-page .project-hero,
  .project-page .project-hero,
  .work-page .work-visual-hero{
    width:100%!important;
    height:calc(100svh - var(--live-header-height, var(--header-height-mobile)))!important;
    min-height:calc(100svh - var(--live-header-height, var(--header-height-mobile)))!important;
    max-height:calc(100svh - var(--live-header-height, var(--header-height-mobile)))!important;
    overflow:hidden!important;
  }

  /* Center the copy vertically and horizontally, matching the homepage hero rhythm. */
  .service-page .hero-content,
  .service-detail-page .project-hero-inner,
  .project-page .project-hero-inner,
  .work-page .work-hero-content{
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:22px 18px var(--mobile-unified-hero-bottom-space)!important;
    text-align:center!important;
  }

  /* Remove the dark rounded cards that made internal pages visually different. */
  .service-page .hero-panel,
  .service-detail-page .project-hero-copy,
  .project-page .project-hero-copy,
  .work-page .work-hero-copy{
    width:min(100%,680px)!important;
    max-width:680px!important;
    margin:0 auto!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
    box-shadow:none!important;
    text-align:center!important;
  }

  .service-page .hero-panel .eyebrow,
  .service-detail-page .project-hero-copy .eyebrow,
  .project-page .project-hero-copy .eyebrow,
  .work-page .work-hero-copy .eyebrow{
    display:inline-block!important;
    width:auto!important;
    margin:0 auto 12px!important;
    color:#fff!important;
    font-size:.72rem!important;
    line-height:1.15!important;
    text-align:center!important;
    text-shadow:0 5px 18px rgba(0,0,0,.72)!important;
  }

  .service-page .hero-panel h1,
  .service-detail-page .project-hero-copy h1,
  .project-page .project-hero-copy h1,
  .work-page .work-hero-copy h1{
    width:100%!important;
    max-width:18ch!important;
    margin:0 auto 14px!important;
    color:#fff!important;
    font-size:clamp(2.08rem,8.45vw,3.08rem)!important;
    line-height:1.045!important;
    letter-spacing:-.028em!important;
    text-align:center!important;
    text-wrap:balance!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
    hyphens:none!important;
    text-shadow:0 12px 34px rgba(0,0,0,.74),0 3px 10px rgba(0,0,0,.62)!important;
  }

  .service-page .hero-panel .hero-lead,
  .service-detail-page .project-hero-copy>p:not(.eyebrow),
  .project-page .project-hero-copy>p:not(.eyebrow),
  .work-page .work-hero-copy>p:not(.eyebrow){
    width:100%!important;
    max-width:39ch!important;
    margin:0 auto!important;
    color:rgba(255,255,255,.96)!important;
    font-size:.95rem!important;
    line-height:1.39!important;
    text-align:center!important;
    text-shadow:0 7px 22px rgba(0,0,0,.74),0 2px 8px rgba(0,0,0,.58)!important;
  }

  .service-page .hero-actions,
  .service-detail-page .project-hero-copy .hero-actions,
  .project-page .project-hero-copy .hero-actions,
  .work-page .work-hero-copy .hero-actions{
    width:min(100%,520px)!important;
    margin:19px auto 0!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:12px!important;
    justify-content:center!important;
  }

  .service-page .hero-actions .btn,
  .service-detail-page .project-hero-copy .hero-actions .btn,
  .project-page .project-hero-copy .hero-actions .btn,
  .work-page .work-hero-copy .hero-actions .btn{
    width:100%!important;
    min-height:50px!important;
    padding:12px 10px!important;
    border-radius:10px!important;
    font-size:.78rem!important;
    line-height:1.12!important;
    white-space:normal!important;
  }

  .service-page .hero-microproof{
    max-width:520px!important;
    margin:16px auto 0!important;
    justify-content:center!important;
    text-align:center!important;
    gap:10px 14px!important;
    font-size:.78rem!important;
    line-height:1.2!important;
  }

  /* Use one consistent, photo-visible overlay instead of top-only or left-only shading. */
  .service-page .hero-bg::after,
  .service-detail-page .project-hero-bg::after,
  .project-page .project-hero-bg::after{
    background:
      radial-gradient(circle at 50% 48%,rgba(5,7,10,.38) 0%,rgba(5,7,10,.50) 42%,rgba(5,7,10,.68) 100%),
      linear-gradient(180deg,rgba(5,7,10,.58) 0%,rgba(5,7,10,.42) 48%,rgba(5,7,10,.68) 100%)!important;
  }

  .work-page .work-hero-shade{
    background:
      radial-gradient(circle at 50% 48%,rgba(5,7,10,.38) 0%,rgba(5,7,10,.50) 42%,rgba(5,7,10,.68) 100%),
      linear-gradient(180deg,rgba(5,7,10,.58) 0%,rgba(5,7,10,.42) 48%,rgba(5,7,10,.68) 100%)!important;
  }

  .service-detail-page .project-summary,
  .project-page .project-summary{
    margin-top:0!important;
    padding-bottom:0!important;
  }
}

@media (max-width:720px) and (max-height:700px){
  :root{--mobile-unified-hero-bottom-space:calc(68px + env(safe-area-inset-bottom,0px));}

  .service-page .hero-content,
  .service-detail-page .project-hero-inner,
  .project-page .project-hero-inner,
  .work-page .work-hero-content{
    padding-top:12px!important;
  }

  .service-page .hero-panel .eyebrow,
  .service-detail-page .project-hero-copy .eyebrow,
  .project-page .project-hero-copy .eyebrow,
  .work-page .work-hero-copy .eyebrow{
    margin-bottom:7px!important;
    font-size:.64rem!important;
  }

  .service-page .hero-panel h1,
  .service-detail-page .project-hero-copy h1,
  .project-page .project-hero-copy h1,
  .work-page .work-hero-copy h1{
    margin-bottom:8px!important;
    font-size:clamp(1.78rem,7.35vw,2.42rem)!important;
  }

  .service-page .hero-panel .hero-lead,
  .service-detail-page .project-hero-copy>p:not(.eyebrow),
  .project-page .project-hero-copy>p:not(.eyebrow),
  .work-page .work-hero-copy>p:not(.eyebrow){
    font-size:.82rem!important;
    line-height:1.28!important;
  }

  .service-page .hero-actions,
  .service-detail-page .project-hero-copy .hero-actions,
  .project-page .project-hero-copy .hero-actions,
  .work-page .work-hero-copy .hero-actions{
    margin-top:11px!important;
    gap:8px!important;
  }

  .service-page .hero-actions .btn,
  .service-detail-page .project-hero-copy .hero-actions .btn,
  .project-page .project-hero-copy .hero-actions .btn,
  .work-page .work-hero-copy .hero-actions .btn{
    min-height:40px!important;
    padding:8px 7px!important;
    font-size:.66rem!important;
  }

  .service-page .hero-microproof{
    margin-top:10px!important;
    font-size:.68rem!important;
  }
}

/* v4.97.0 — same-day direct glass replacement option */
.same-day-home-strip{
  background:#fff;
  padding:22px 0 8px;
}
.same-day-home-strip__inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  padding:24px 28px;
  border:1px solid rgba(16,24,40,.10);
  border-left:6px solid var(--red);
  border-radius:18px;
  background:linear-gradient(135deg,#fff 0%,#fff8f7 100%);
  box-shadow:0 16px 38px rgba(13,17,21,.08);
}
.same-day-home-strip__inner h2{
  margin:3px 0 7px;
  font-size:clamp(1.55rem,2.6vw,2.35rem);
  line-height:1.04;
  letter-spacing:-.025em;
}
.same-day-home-strip__inner p:not(.eyebrow){
  max-width:780px;
  margin:0;
  color:#475467;
  line-height:1.48;
}
.same-day-home-strip__inner .btn{white-space:nowrap;}

.same-day-glass-section{
  background:linear-gradient(180deg,#f7f9fb 0%,#eef2f6 100%);
}
.same-day-glass-layout,
.same-day-detail-layout{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:26px;
  align-items:stretch;
}
.same-day-glass-copy,
.same-day-detail-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:34px;
  border-radius:22px;
  background:linear-gradient(145deg,#111820 0%,#202a35 100%);
  color:#fff;
  box-shadow:0 22px 56px rgba(13,17,21,.18);
}
.same-day-glass-copy .eyebrow,
.same-day-detail-copy .eyebrow{color:#fff;}
.same-day-glass-copy h2,
.same-day-detail-copy h2{
  color:#fff;
  margin:6px 0 14px;
  font-size:clamp(2rem,3.8vw,3.35rem);
  line-height:.98;
  letter-spacing:-.04em;
}
.same-day-glass-copy>p:not(.eyebrow),
.same-day-detail-copy>p:not(.eyebrow){
  color:rgba(255,255,255,.84);
  font-size:1rem;
  line-height:1.55;
}
.same-day-checks{
  display:grid;
  gap:9px;
  margin:18px 0;
  padding:0;
  list-style:none;
}
.same-day-checks li{
  position:relative;
  padding-left:26px;
  color:#fff;
  font-family:var(--heading);
  font-weight:750;
}
.same-day-checks li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:-1px;
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  border-radius:50%;
  background:var(--red);
  color:#fff;
  font-size:.72rem;
  font-weight:900;
}
.same-day-note{
  margin:8px 0 20px!important;
  font-size:.9rem!important;
  color:rgba(255,255,255,.68)!important;
}
.same-day-glass-copy .btn,
.same-day-detail-copy .btn{
  align-self:flex-start;
  margin-top:4px;
}
.same-day-proof-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.same-day-proof-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(16,24,40,.10);
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 42px rgba(13,17,21,.10);
}
.same-day-proof-card--single{height:100%;}
.same-day-proof-media{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  background:#111820;
  min-height:0;
}
.same-day-proof-media figure{
  position:relative;
  margin:0;
  min-height:360px;
  overflow:hidden;
  background:#dfe4e8;
}
.same-day-proof-card--single .same-day-proof-media figure{min-height:430px;}
.same-day-proof-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.same-day-proof-media span{
  position:absolute;
  left:10px;
  bottom:10px;
  padding:6px 9px;
  border-radius:999px;
  background:rgba(13,17,21,.84);
  color:#fff;
  font-family:var(--heading);
  font-size:.72rem;
  font-weight:850;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.same-day-proof-body{
  padding:19px 20px 21px;
}
.same-day-proof-body h3{
  margin:0 0 7px;
  font-size:1.2rem;
  line-height:1.12;
}
.same-day-proof-body p{
  margin:0;
  color:#5b6572;
  font-size:.94rem;
  line-height:1.45;
}
.same-day-detail-section{
  background:linear-gradient(180deg,#fff 0%,#f7f9fb 100%);
}
.same-day-detail-layout{
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
}
.same-day-compact-section{
  padding:22px 0;
  background:#f7f9fb;
}
.same-day-compact-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  padding:26px 30px;
  border:1px solid rgba(16,24,40,.10);
  border-radius:20px;
  background:#fff;
  box-shadow:0 16px 38px rgba(13,17,21,.08);
}
.same-day-compact-card h2{
  margin:4px 0 8px;
  font-size:clamp(1.65rem,2.8vw,2.55rem);
  line-height:1.03;
  letter-spacing:-.03em;
}
.same-day-compact-card p:not(.eyebrow){
  max-width:830px;
  margin:0;
  color:#475467;
  line-height:1.5;
}
.same-day-compact-card .btn{white-space:nowrap;}

@media (max-width:1120px){
  .same-day-glass-layout,
  .same-day-detail-layout{grid-template-columns:1fr;}
  .same-day-proof-card--single .same-day-proof-media figure{min-height:360px;}
}
@media (max-width:760px){
  .same-day-home-strip{padding-top:14px;}
  .same-day-home-strip__inner,
  .same-day-compact-card{
    grid-template-columns:1fr;
    gap:16px;
    padding:21px 20px;
  }
  .same-day-home-strip__inner .btn,
  .same-day-compact-card .btn{width:100%;}
  .same-day-glass-copy,
  .same-day-detail-copy{padding:25px 21px;}
  .same-day-glass-copy h2,
  .same-day-detail-copy h2{font-size:clamp(2rem,8.3vw,2.8rem);}
  .same-day-glass-copy .btn,
  .same-day-detail-copy .btn{width:100%;}
  .same-day-proof-grid{grid-template-columns:1fr;}
  .same-day-proof-media figure,
  .same-day-proof-card--single .same-day-proof-media figure{min-height:300px;}
}
@media (max-width:480px){
  .same-day-proof-media figure,
  .same-day-proof-card--single .same-day-proof-media figure{min-height:240px;}
  .same-day-proof-body{padding:16px;}
  .same-day-glass-copy,
  .same-day-detail-copy{border-radius:18px;}
}

/* v4.98.0 — commercial-door-only same-day glass proof */
.same-day-proof-grid--single{grid-template-columns:1fr;}
.same-day-proof-grid--single .same-day-proof-card{height:100%;}


/* v4.99.0 — use the full commercial-door proof card height for imagery */
@media (min-width:1121px){
  .same-day-proof-grid--single{
    align-self:stretch;
  }
  .same-day-proof-grid--single .same-day-proof-card{
    height:100%;
  }
  .same-day-proof-grid--single .same-day-proof-media{
    flex:1 1 auto;
    min-height:0;
  }
  .same-day-proof-grid--single .same-day-proof-media figure{
    height:100%;
    min-height:0;
  }
  .same-day-proof-grid--single .same-day-proof-body{
    flex:0 0 auto;
  }
}


/* v5.00.0 — visual support for new door frame/jamb and continuous hinge service pages */
.service-photo-card{margin:0;border-radius:18px;overflow:hidden;background:#f5f7fa;box-shadow:0 18px 46px rgba(13,17,21,.16);border:1px solid rgba(13,17,21,.08);}
.service-photo-card img{display:block;width:100%;height:auto;max-height:720px;object-fit:contain;object-position:center center;background:#f5f7fa;}
.service-photo-card figcaption{padding:13px 16px;background:#fff;color:#18212c;font-family:var(--heading);font-size:.84rem;font-weight:800;text-transform:uppercase;letter-spacing:.045em;border-top:1px solid var(--line);}
@media (max-width:960px){.service-photo-card img{height:auto;max-height:620px;object-position:center center;}}
@media (max-width:640px){.service-photo-card{border-radius:14px}.service-photo-card img{height:auto;max-height:560px}.service-photo-card figcaption{font-size:.76rem;padding:11px 13px}}


/* v5.04.0 — alternating horizontal completed-work rows on Services hub */
.service-work-showcase{display:grid;gap:26px;margin-top:34px;}
.service-work-row{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);align-items:stretch;min-height:360px;border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 18px 46px rgba(13,17,21,.10);}
.service-work-row--reverse{grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);}
.service-work-media-pair{display:grid;grid-template-columns:1fr 1fr;min-width:0;background:#f5f7fa;text-decoration:none;}
.service-work-media-pair figure{position:relative;margin:0;min-width:0;overflow:hidden;background:#dfe4ea;}
.service-work-media-pair figure+figure{border-left:2px solid #fff;}
.service-work-media-pair img{display:block;width:100%;height:100%;min-height:360px;object-fit:cover;transition:transform .28s ease,filter .28s ease;}
.service-work-media-pair:hover img{transform:scale(1.025);filter:contrast(1.03) saturate(1.04);}
.service-work-media-pair figcaption{position:absolute;left:14px;bottom:14px;padding:7px 11px;border-radius:999px;background:rgba(13,17,21,.88);color:#fff;font-family:var(--heading);font-size:.72rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase;}
.service-work-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,4vw,54px);}
.service-work-copy .eyebrow{margin-bottom:14px;}
.service-work-copy h3{font-size:clamp(2rem,3.3vw,3.4rem);line-height:1.02;letter-spacing:-.04em;margin:0 0 18px;}
.service-work-copy p:not(.eyebrow){font-size:1.05rem;line-height:1.58;color:#536071;margin:0 0 24px;}
.service-work-copy .text-link{margin-top:auto;font-family:var(--heading);font-weight:850;color:var(--red);text-transform:uppercase;letter-spacing:.02em;}
.service-work-showcase+.work-proof-actions{margin-top:30px;}
@media (max-width:960px){
  .service-work-row,.service-work-row--reverse{grid-template-columns:1fr;min-height:0;}
  .service-work-row--reverse .service-work-copy{order:2;}
  .service-work-row--reverse .service-work-media-pair{order:1;}
  .service-work-media-pair img{min-height:300px;}
}
@media (max-width:640px){
  .service-work-showcase{gap:18px;margin-top:24px;}
  .service-work-row{border-radius:16px;}
  .service-work-media-pair img{min-height:220px;}
  .service-work-copy{padding:24px 20px 26px;}
  .service-work-copy h3{font-size:1.75rem;}
  .service-work-copy p:not(.eyebrow){font-size:.95rem;line-height:1.45;}
  .service-work-media-pair figcaption{left:9px;bottom:9px;padding:6px 9px;font-size:.64rem;}
}


/* v5.05.0 — alternating horizontal completed-work rows on homepage and Our Work */

/* Homepage completed work */
.home-page .work-proof-section .ba-proof-grid{
  grid-template-columns:1fr;
  gap:22px;
}
.home-page .work-proof-section .ba-proof-card{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);
  align-items:stretch;
  min-height:360px;
  border-radius:22px;
}
.home-page .work-proof-section .ba-proof-card:nth-child(even){
  grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);
}
.home-page .work-proof-section .ba-proof-card:nth-child(even) .ba-proof-body{order:1;}
.home-page .work-proof-section .ba-proof-card:nth-child(even) .ba-proof-media{order:2;}
.home-page .work-proof-section .ba-proof-media{
  height:100%;
  min-height:360px;
}
.home-page .work-proof-section .ba-proof-media figure{
  min-height:360px;
}
.home-page .work-proof-section .ba-proof-media img{
  aspect-ratio:auto;
  object-fit:cover;
}
.home-page .work-proof-section .ba-proof-body{
  justify-content:center;
  padding:38px 42px;
}
.home-page .work-proof-section .ba-proof-body h3{
  font-size:clamp(1.65rem,2.6vw,2.45rem);
  line-height:1.05;
  letter-spacing:-.035em;
}
.home-page .work-proof-section .ba-proof-body p{
  font-size:1.02rem;
  line-height:1.55;
}

/* Our Work project catalogue */
.work-page .work-project-grid,
.work-page .work-project-grid--primary,
.work-page .work-project-grid--more{
  grid-template-columns:1fr;
  gap:22px;
}
.work-page .work-project-card,
.work-page .work-project-card--featured{
  grid-column:auto;
  border-radius:22px;
}
.work-page .work-project-card>a{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);
  align-items:stretch;
  min-height:360px;
}
.work-page .work-project-card:nth-child(even)>a{
  grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);
}
.work-page .work-project-card:nth-child(even) .work-project-body{order:1;}
.work-page .work-project-card:nth-child(even) .work-project-media{order:2;}
.work-page .work-project-media{
  height:100%;
  min-height:360px;
}
.work-page .work-project-media figure,
.work-page .work-project-card--featured .work-project-media figure{
  min-height:360px;
}
.work-page .work-project-body{
  justify-content:center;
  padding:38px 42px;
}
.work-page .work-project-body h3,
.work-page .work-project-card--featured .work-project-body h3{
  font-size:clamp(1.65rem,2.6vw,2.45rem);
  line-height:1.05;
  letter-spacing:-.035em;
}
.work-page .work-project-body p{
  display:block;
  font-size:1.02rem;
  line-height:1.55;
  margin-bottom:18px;
}
.work-page .work-project-kicker{
  font-size:.78rem;
  margin-bottom:11px;
}
.work-page .work-project-link{
  font-size:.82rem;
}

@media (max-width:960px){
  .home-page .work-proof-section .ba-proof-card,
  .home-page .work-proof-section .ba-proof-card:nth-child(even),
  .work-page .work-project-card>a,
  .work-page .work-project-card:nth-child(even)>a{
    grid-template-columns:1fr;
    min-height:0;
  }
  .home-page .work-proof-section .ba-proof-card:nth-child(even) .ba-proof-media,
  .work-page .work-project-card:nth-child(even) .work-project-media{
    order:1;
  }
  .home-page .work-proof-section .ba-proof-card:nth-child(even) .ba-proof-body,
  .work-page .work-project-card:nth-child(even) .work-project-body{
    order:2;
  }
  .home-page .work-proof-section .ba-proof-media,
  .work-page .work-project-media{
    min-height:300px;
  }
  .home-page .work-proof-section .ba-proof-media figure,
  .work-page .work-project-media figure,
  .work-page .work-project-card--featured .work-project-media figure{
    min-height:300px;
  }
  .home-page .work-proof-section .ba-proof-body,
  .work-page .work-project-body{
    padding:28px 30px 32px;
  }
}

@media (max-width:640px){
  .home-page .work-proof-section .ba-proof-grid,
  .work-page .work-project-grid,
  .work-page .work-project-grid--primary,
  .work-page .work-project-grid--more{
    gap:16px;
  }
  .home-page .work-proof-section .ba-proof-card,
  .work-page .work-project-card{
    border-radius:16px;
  }
  .home-page .work-proof-section .ba-proof-media,
  .work-page .work-project-media{
    min-height:220px;
  }
  .home-page .work-proof-section .ba-proof-media figure,
  .work-page .work-project-media figure,
  .work-page .work-project-card--featured .work-project-media figure{
    min-height:220px;
  }
  .home-page .work-proof-section .ba-proof-body,
  .work-page .work-project-body{
    padding:20px 18px 22px;
  }
  .home-page .work-proof-section .ba-proof-body h3,
  .work-page .work-project-body h3,
  .work-page .work-project-card--featured .work-project-body h3{
    font-size:1.35rem;
    line-height:1.08;
  }
  .home-page .work-proof-section .ba-proof-body p,
  .work-page .work-project-body p{
    display:block;
    font-size:.94rem;
    line-height:1.45;
  }
}

/* v5.06.0 — unified Our Work catalogue, no category filters */
.work-project-section--unified{padding-top:56px;}
.work-project-section--unified .work-project-head{margin-bottom:30px;}
.work-project-section--unified .work-project-head>div{max-width:780px;}
.work-project-section--unified .work-project-head p:not(.eyebrow){margin:10px 0 0;color:#667085;font-size:1.02rem;line-height:1.5;}
.work-unified-list{display:grid;gap:26px;}
.work-unified-project{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 18px 46px rgba(13,17,21,.10);}
.work-unified-project>a{color:inherit;text-decoration:none;}
.work-unified-project--two>a{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);align-items:stretch;min-height:360px;}
.work-unified-project--two:nth-child(even)>a{grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);}
.work-unified-project--two:nth-child(even) .work-unified-copy{order:1;}
.work-unified-project--two:nth-child(even) .work-unified-media{order:2;}
.work-unified-media{display:grid;min-width:0;background:#f5f7fa;}
.work-unified-media--two{grid-template-columns:1fr 1fr;}
.work-unified-media--three{grid-template-columns:repeat(3,1fr);}
.work-unified-media figure{position:relative;margin:0;min-width:0;overflow:hidden;background:#dfe4ea;}
.work-unified-media figure+figure{border-left:2px solid #fff;}
.work-unified-media img{display:block;width:100%;height:100%;min-height:360px;object-fit:cover;transition:transform .28s ease,filter .28s ease;}
.work-unified-project:hover .work-unified-media img{transform:scale(1.02);filter:contrast(1.03) saturate(1.04);}
.work-unified-media span{position:absolute;left:14px;bottom:14px;padding:7px 11px;border-radius:999px;background:rgba(13,17,21,.88);color:#fff;font-family:var(--heading);font-size:.72rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase;}
.work-unified-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,4vw,54px);}
.work-unified-copy h3{font-size:clamp(2rem,3.3vw,3.4rem);line-height:1.02;letter-spacing:-.04em;margin:0 0 18px;}
.work-unified-copy p{font-size:1.05rem;line-height:1.58;color:#536071;margin:0 0 24px;}
.work-unified-copy .work-project-link{margin-top:auto;color:var(--red);font-family:var(--heading);font-size:.82rem;font-weight:850;letter-spacing:.02em;text-transform:uppercase;}
.work-unified-project--three>a{display:flex;flex-direction:column;}
.work-unified-project--three .work-unified-copy{order:1;padding:34px 38px 28px;}
.work-unified-project--three .work-unified-copy h3{font-size:clamp(2rem,3vw,3.1rem);margin-bottom:14px;}
.work-unified-project--three .work-unified-copy p{max-width:900px;margin-bottom:16px;}
.work-unified-project--three .work-unified-media{order:2;}
.work-unified-project--three .work-unified-media img{min-height:320px;max-height:430px;}

/* Three-photo project detail pages: text above, three photos in one row */
.project-story--triple .project-story-grid{grid-template-columns:1fr;gap:26px;}
.project-story--triple .project-story-card{position:static;}
.project-story--triple .project-photos{grid-template-columns:repeat(3,minmax(0,1fr));}
.project-story--triple .project-photo img{height:360px;}

@media (max-width:960px){
  .work-unified-project--two>a,
  .work-unified-project--two:nth-child(even)>a{grid-template-columns:1fr;min-height:0;}
  .work-unified-project--two:nth-child(even) .work-unified-media{order:1;}
  .work-unified-project--two:nth-child(even) .work-unified-copy{order:2;}
  .work-unified-media img{min-height:300px;}
  .work-unified-copy{padding:28px 30px 32px;}
  .work-unified-project--three .work-unified-media{grid-template-columns:repeat(3,1fr);}
  .work-unified-project--three .work-unified-media img{min-height:260px;}
  .project-story--triple .project-photos{grid-template-columns:repeat(3,1fr);}
  .project-story--triple .project-photo img{height:300px;}
}
@media (max-width:640px){
  .work-project-section--unified{padding-top:42px;}
  .work-unified-list{gap:18px;}
  .work-unified-project{border-radius:16px;}
  .work-unified-media img{min-height:220px;}
  .work-unified-copy{padding:24px 20px 26px;}
  .work-unified-copy h3{font-size:1.75rem;}
  .work-unified-copy p{font-size:.95rem;line-height:1.45;}
  .work-unified-media span{left:9px;bottom:9px;padding:6px 9px;font-size:.64rem;}
  .work-unified-project--three .work-unified-copy{padding:24px 20px 22px;}
  .work-unified-project--three .work-unified-media{grid-template-columns:repeat(3,1fr);}
  .work-unified-project--three .work-unified-media img{min-height:170px;max-height:230px;}
  .project-story--triple .project-photos{grid-template-columns:1fr;}
  .project-story--triple .project-photo img{height:340px;}
}


/* v5.08.0 — unify mobile hero title size with homepage */
@media (max-width:720px){
  .service-page .hero-panel h1,
  .service-detail-page .project-hero-copy h1,
  .project-page .project-hero-copy h1,
  .work-page .work-hero-copy h1{
    width:100%!important;
    max-width:100%!important;
    font-size:clamp(2.25rem,9.4vw,3.15rem)!important;
    line-height:1.05!important;
    letter-spacing:-.025em!important;
    margin-top:0!important;
    margin-bottom:12px!important;
    text-wrap:balance;
    overflow-wrap:normal;
    word-break:normal;
    hyphens:none;
  }
}

@media (max-width:380px){
  .service-page .hero-panel h1,
  .service-detail-page .project-hero-copy h1,
  .project-page .project-hero-copy h1,
  .work-page .work-hero-copy h1{
    font-size:clamp(2.08rem,9vw,2.75rem)!important;
  }
}

/* v5.11.0 — unified visual case-study layout for all project pages */
.project-visual-hero{position:relative;height:calc(100svh - var(--header-height-desktop));min-height:620px;max-height:820px;overflow:hidden;background:#0b0e12;color:#fff;}
.project-visual-hero__media{position:absolute;inset:0;overflow:hidden;background:#111;}
.project-visual-hero__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transition:transform .8s ease;}
.project-visual-hero:hover .project-visual-hero__media img{transform:scale(1.018);}
.project-visual-hero .work-hero-shade{background:linear-gradient(90deg,rgba(5,7,10,.90) 0%,rgba(5,7,10,.74) 38%,rgba(5,7,10,.28) 72%,rgba(5,7,10,.10) 100%),linear-gradient(0deg,rgba(5,7,10,.48),transparent 58%);}
.project-visual-hero .work-hero-content{align-items:center;padding-top:42px;padding-bottom:54px;}
.project-visual-hero .work-hero-copy{max-width:790px;}
.project-visual-hero .work-hero-copy h1{max-width:13ch;}

.project-case-summary{position:relative;z-index:4;margin-top:-28px;padding-bottom:18px;}
.project-case-summary .project-summary-grid{border-radius:18px;box-shadow:0 18px 42px rgba(13,17,21,.12);overflow:hidden;}

.project-case-section{background:#f5f7fa;}
.project-case-head{max-width:900px;margin-left:auto;margin-right:auto;text-align:center;}
.project-case-head .eyebrow::after{left:50%;transform:translateX(-50%);}
.project-case-head>p:not(.eyebrow){max-width:72ch;margin-left:auto;margin-right:auto;}
.project-case-rows{display:grid;gap:26px;margin-top:34px;}
.project-case-row{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(330px,.84fr);align-items:stretch;min-height:460px;border:1px solid var(--line);border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 20px 52px rgba(13,17,21,.11);}
.project-case-row--reverse{grid-template-columns:minmax(330px,.84fr) minmax(0,1.16fr);}
.project-case-media{position:relative;margin:0;min-width:0;min-height:460px;overflow:hidden;background:#f5f7fa;}
.project-case-media img{display:block;width:100%;height:100%;min-height:460px;object-fit:contain;object-position:center center;background:#f5f7fa;transition:transform .3s ease,filter .3s ease;}
.project-case-row:hover .project-case-media img{transform:scale(1.018);filter:contrast(1.025) saturate(1.025);}
.project-case-media figcaption{position:absolute;left:16px;bottom:16px;padding:8px 12px;border-radius:999px;background:rgba(13,17,21,.88);color:#fff;font-family:var(--heading);font-size:.72rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase;backdrop-filter:blur(8px);}
.project-case-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(34px,4.5vw,64px);}
.project-case-copy .eyebrow{margin-bottom:14px;}
.project-case-copy h3{margin:0 0 18px;font-size:clamp(2.1rem,3.7vw,3.8rem);line-height:1.01;letter-spacing:-.045em;}
.project-case-copy>p:not(.eyebrow){margin:0;color:#536071;font-size:1.06rem;line-height:1.62;}

.project-related-services{background:#fff;}
.project-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:30px;}
.project-service-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;color:inherit;text-decoration:none;box-shadow:0 16px 42px rgba(13,17,21,.09);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
.project-service-card:hover{transform:translateY(-5px);box-shadow:0 26px 58px rgba(13,17,21,.15);border-color:rgba(227,38,46,.32);}
.project-service-card__media{height:230px;overflow:hidden;background:#f5f7fa;}
.project-service-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease;}
.project-service-card:hover .project-service-card__media img{transform:scale(1.04);}
.project-service-card__body{display:flex;flex-direction:column;flex:1;padding:20px 21px 22px;}
.project-service-card__body>span{color:var(--red);font-family:var(--heading);font-size:.72rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase;margin-bottom:8px;}
.project-service-card__body h3{font-size:1.35rem;line-height:1.08;margin:0 0 10px;}
.project-service-card__body p{color:#586474;font-size:.94rem;line-height:1.48;margin:0 0 16px;}
.project-service-card__body strong{margin-top:auto;color:var(--red);font-family:var(--heading);font-size:.82rem;text-transform:uppercase;letter-spacing:.025em;}

.project-similar-work .ba-proof-grid{grid-template-columns:1fr;gap:22px;}
.project-similar-work .ba-proof-card{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);align-items:stretch;min-height:360px;border-radius:22px;}
.project-similar-work .ba-proof-card:nth-child(even){grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);}
.project-similar-work .ba-proof-card:nth-child(even) .ba-proof-body{order:1;}
.project-similar-work .ba-proof-card:nth-child(even) .ba-proof-media{order:2;}
.project-similar-work .ba-proof-media{height:100%;min-height:360px;}
.project-similar-work .ba-proof-media figure{min-height:360px;}
.project-similar-work .ba-proof-media img{aspect-ratio:auto;object-fit:cover;}
.project-similar-work .ba-proof-body{justify-content:center;padding:38px 42px;}
.project-similar-work .ba-proof-body h3{font-size:clamp(1.65rem,2.6vw,2.45rem);line-height:1.05;letter-spacing:-.035em;}
.project-similar-work .ba-proof-body p{font-size:1.02rem;line-height:1.55;}

@media (max-width:960px){
  .project-visual-hero{height:calc(100svh - var(--header-height-mobile));min-height:calc(100svh - var(--header-height-mobile));max-height:none;}
  .project-visual-hero .work-hero-shade{background:linear-gradient(0deg,rgba(5,7,10,.92) 0%,rgba(5,7,10,.70) 48%,rgba(5,7,10,.20) 100%);}
  .project-visual-hero .work-hero-content{align-items:center;padding:26px 0 88px;}
  .project-visual-hero .work-hero-copy{width:100%;padding:18px 16px 20px;border-radius:18px;background:rgba(7,10,14,.64);}
  .project-visual-hero .work-hero-copy h1{max-width:13ch;font-size:clamp(2.25rem,9.4vw,3.15rem);line-height:1.05;}
  .project-case-summary{margin-top:0;padding-top:18px;}
  .project-case-row,.project-case-row--reverse{grid-template-columns:1fr;min-height:0;}
  .project-case-row--reverse .project-case-media{order:1;}
  .project-case-row--reverse .project-case-copy{order:2;}
  .project-case-media,.project-case-media img{min-height:340px;}
  .project-case-copy{padding:30px 28px 34px;}
  .project-service-grid{grid-template-columns:1fr 1fr;}
  .project-similar-work .ba-proof-card,.project-similar-work .ba-proof-card:nth-child(even){grid-template-columns:1fr;min-height:0;}
  .project-similar-work .ba-proof-card:nth-child(even) .ba-proof-media{order:1;}
  .project-similar-work .ba-proof-card:nth-child(even) .ba-proof-body{order:2;}
  .project-similar-work .ba-proof-media,.project-similar-work .ba-proof-media figure{min-height:300px;}
  .project-similar-work .ba-proof-body{padding:28px 30px 32px;}
}

@media (max-width:640px){
  .project-visual-hero .work-hero-content{padding:20px 0 84px;}
  .project-visual-hero .work-hero-copy{padding:16px 14px 18px;}
  .project-visual-hero .work-hero-copy>p:not(.eyebrow){font-size:.92rem;line-height:1.36;}
  .project-visual-hero .work-hero-copy .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
  .project-visual-hero .work-hero-copy .hero-actions .btn{width:100%;min-height:46px;padding:10px 8px;font-size:.72rem;white-space:normal;}
  .project-case-head{text-align:left;}
  .project-case-head .eyebrow::after{left:0;transform:none;}
  .project-case-rows{gap:18px;margin-top:24px;}
  .project-case-row{border-radius:16px;}
  .project-case-media,.project-case-media img{min-height:280px;max-height:520px;}
  .project-case-copy{padding:24px 20px 27px;}
  .project-case-copy h3{font-size:1.85rem;line-height:1.05;}
  .project-case-copy>p:not(.eyebrow){font-size:.95rem;line-height:1.5;}
  .project-service-grid{grid-template-columns:1fr;gap:15px;}
  .project-service-card__media{height:210px;}
  .project-similar-work .ba-proof-grid{gap:16px;}
  .project-similar-work .ba-proof-card{border-radius:16px;}
  .project-similar-work .ba-proof-media,.project-similar-work .ba-proof-media figure{min-height:220px;}
  .project-similar-work .ba-proof-body{padding:20px 18px 22px;}
  .project-similar-work .ba-proof-body h3{font-size:1.35rem;line-height:1.08;}
  .project-similar-work .ba-proof-body p{font-size:.94rem;line-height:1.45;}
}


/* v5.12.0 — visual icons for hero benefit statements */
.hero-microproof span::before{
  content:none!important;
  display:none!important;
}
.hero-microproof span{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:7px 11px 7px 8px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:14px;
  background:rgba(5,7,10,.42);
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
  box-shadow:0 10px 28px rgba(0,0,0,.18);
}
.hero-proof-icon{
  width:40px;
  height:40px;
  flex:0 0 40px;
  display:block;
  object-fit:cover;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 5px 16px rgba(0,0,0,.28),0 0 18px rgba(237,28,36,.14);
}
@media (max-width:640px){
  .home-page .hero-microproof,
  .service-page .hero-microproof{
    width:100%!important;
    max-width:100%!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:7px!important;
    margin:12px auto 0!important;
  }
  .home-page .hero-microproof span,
  .service-page .hero-microproof span{
    min-width:0;
    min-height:78px;
    padding:7px 4px!important;
    gap:5px!important;
    flex-direction:column;
    justify-content:flex-start;
    text-align:center;
    font-size:.65rem!important;
    line-height:1.12!important;
    border-radius:12px;
  }
  .hero-proof-icon{
    width:34px;
    height:34px;
    flex-basis:34px;
    border-radius:9px;
  }
}

/* v5.13.0 — hero benefit icons without card columns */
.hero-microproof{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:14px 26px!important;
}
.hero-microproof span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-direction:row!important;
  gap:10px!important;
  min-height:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  box-shadow:none!important;
  white-space:normal;
}
.hero-proof-icon{
  width:52px!important;
  height:52px!important;
  flex:0 0 52px!important;
  object-fit:contain!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  filter:none!important;
}
.hero-microproof span{
  text-shadow:0 3px 10px rgba(0,0,0,.85),0 1px 2px rgba(0,0,0,.9)!important;
}
@media (max-width:640px){
  .home-page .hero-microproof,
  .service-page .hero-microproof{
    display:flex!important;
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:none!important;
    justify-content:center!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:8px 14px!important;
    margin:13px auto 0!important;
  }
  .home-page .hero-microproof span,
  .service-page .hero-microproof span{
    width:auto!important;
    min-width:0!important;
    min-height:0!important;
    flex:0 1 auto!important;
    flex-direction:row!important;
    padding:0!important;
    gap:6px!important;
    text-align:left!important;
    font-size:.69rem!important;
    line-height:1.08!important;
  }
  .hero-proof-icon{
    width:34px!important;
    height:34px!important;
    flex-basis:34px!important;
  }
}

/* v5.14.0 — removed all icon shadows from hero proof icons */

/* v5.18.0 — project hero buttons visible; Text Us replaces View All Work */
.project-page .project-visual-hero{
  height:auto!important;
  min-height:calc(100svh - var(--header-height-desktop))!important;
  max-height:none!important;
}
.project-page .project-visual-hero .work-hero-content{
  height:auto!important;
  min-height:calc(100svh - var(--header-height-desktop))!important;
  box-sizing:border-box!important;
  align-items:center!important;
  padding-top:clamp(28px,5vh,54px)!important;
  padding-bottom:clamp(34px,6vh,68px)!important;
}
.project-page .project-visual-hero .work-hero-copy{
  overflow:visible!important;
}
.project-page .project-visual-hero .hero-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:stretch!important;
  gap:12px!important;
  margin-top:18px!important;
}
.project-page .project-visual-hero .hero-actions .btn{
  min-width:170px!important;
  white-space:nowrap!important;
  flex:0 1 auto!important;
}
@media (max-width:640px){
  .project-page .project-visual-hero{
    height:auto!important;
    min-height:calc(100svh - var(--header-height-mobile))!important;
  }
  .project-page .project-visual-hero .work-hero-content{
    height:auto!important;
    min-height:calc(100svh - var(--header-height-mobile))!important;
    padding:20px 0 max(96px,calc(76px + env(safe-area-inset-bottom)))!important;
  }
  .project-page .project-visual-hero .hero-actions{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    width:100%!important;
    gap:8px!important;
    margin-top:13px!important;
  }
  .project-page .project-visual-hero .hero-actions .btn{
    width:100%!important;
    min-width:0!important;
    min-height:46px!important;
    padding:10px 7px!important;
    font-size:.72rem!important;
    line-height:1.05!important;
    white-space:nowrap!important;
  }
}


/* v5.19.0 — project hero compact one-screen layout */
@media (min-width:961px){
  .project-page .project-visual-hero{
    height:calc(100svh - var(--header-height-desktop))!important;
    min-height:560px!important;
    max-height:calc(100svh - var(--header-height-desktop))!important;
    overflow:hidden!important;
  }
  .project-page .project-visual-hero .work-hero-content{
    height:100%!important;
    min-height:0!important;
    box-sizing:border-box!important;
    align-items:center!important;
    padding:22px 0 26px!important;
  }
  .project-page .project-visual-hero .work-hero-copy{
    width:min(820px,72vw)!important;
    max-width:820px!important;
    padding:24px 28px 26px!important;
    overflow:visible!important;
  }
  .project-page .project-visual-hero .work-hero-copy .eyebrow{
    margin-bottom:9px!important;
  }
  .project-page .project-visual-hero .work-hero-copy h1{
    width:100%!important;
    max-width:16ch!important;
    margin:0 0 12px!important;
    font-size:clamp(3rem,4.35vw,4.65rem)!important;
    line-height:.96!important;
    letter-spacing:-.045em!important;
    text-wrap:balance!important;
  }
  .project-page .project-visual-hero .work-hero-copy>p:not(.eyebrow){
    max-width:58ch!important;
    margin:0!important;
    font-size:1rem!important;
    line-height:1.42!important;
  }
  .project-page .project-visual-hero .hero-actions{
    gap:10px!important;
    margin-top:14px!important;
  }
  .project-page .project-visual-hero .hero-actions .btn{
    min-width:156px!important;
    min-height:44px!important;
    padding:11px 18px!important;
    font-size:.82rem!important;
  }
}

@media (min-width:641px) and (max-width:960px){
  .project-page .project-visual-hero{
    height:calc(100svh - var(--header-height-mobile))!important;
    min-height:520px!important;
    max-height:calc(100svh - var(--header-height-mobile))!important;
    overflow:hidden!important;
  }
  .project-page .project-visual-hero .work-hero-content{
    height:100%!important;
    min-height:0!important;
    padding:18px 0 28px!important;
  }
  .project-page .project-visual-hero .work-hero-copy{
    padding:16px 18px 18px!important;
  }
  .project-page .project-visual-hero .work-hero-copy h1{
    max-width:16ch!important;
    font-size:clamp(2.25rem,5.6vw,3.35rem)!important;
    line-height:1!important;
    margin-bottom:10px!important;
  }
  .project-page .project-visual-hero .work-hero-copy>p:not(.eyebrow){
    font-size:.92rem!important;
    line-height:1.36!important;
  }
}

@media (max-width:640px){
  .project-page .project-visual-hero{
    height:calc(100svh - var(--header-height-mobile))!important;
    min-height:calc(100svh - var(--header-height-mobile))!important;
    max-height:calc(100svh - var(--header-height-mobile))!important;
    overflow:hidden!important;
  }
  .project-page .project-visual-hero .work-hero-content{
    height:100%!important;
    min-height:0!important;
    padding:12px 0 max(82px,calc(66px + env(safe-area-inset-bottom)))!important;
  }
  .project-page .project-visual-hero .work-hero-copy{
    padding:13px 13px 14px!important;
  }
  .project-page .project-visual-hero .work-hero-copy .eyebrow{
    margin-bottom:6px!important;
    font-size:.67rem!important;
  }
  .project-page .project-visual-hero .work-hero-copy h1{
    max-width:100%!important;
    margin-bottom:8px!important;
    font-size:clamp(1.82rem,min(7.5vw,5.2svh),2.55rem)!important;
    line-height:1.01!important;
    letter-spacing:-.03em!important;
  }
  .project-page .project-visual-hero .work-hero-copy>p:not(.eyebrow){
    font-size:.82rem!important;
    line-height:1.28!important;
  }
  .project-page .project-visual-hero .hero-actions{
    margin-top:9px!important;
    gap:7px!important;
  }
  .project-page .project-visual-hero .hero-actions .btn{
    min-height:40px!important;
    padding:8px 6px!important;
    font-size:.66rem!important;
  }
}

/* v5.20.0 — keep every project work photo within one visible screen */
@media (min-width:961px){
  .project-page .project-case-row,
  .project-page .project-case-row--reverse{
    height:clamp(420px,64svh,640px);
    min-height:0!important;
    max-height:calc(100svh - var(--header-height-desktop) - 34px);
  }
  .project-page .project-case-media{
    height:100%;
    min-height:0!important;
    max-height:100%;
  }
  .project-page .project-case-media img{
    width:100%;
    height:100%;
    min-height:0!important;
    max-height:100%;
    object-fit:contain;
    object-position:center center;
  }
  .project-page .project-case-copy{
    min-height:0;
    overflow:auto;
    scrollbar-width:thin;
  }
}

@media (min-width:961px) and (max-height:700px){
  .project-page .project-case-row,
  .project-page .project-case-row--reverse{
    height:calc(100svh - var(--header-height-desktop) - 22px);
    min-height:350px!important;
  }
  .project-page .project-case-copy{
    padding:28px 34px;
  }
  .project-page .project-case-copy h3{
    font-size:clamp(1.85rem,3vw,3rem);
  }
}

@media (max-width:960px){
  .project-page .project-case-row,
  .project-page .project-case-row--reverse{
    height:auto;
    min-height:0!important;
    max-height:none;
  }
  .project-page .project-case-media{
    height:min(58svh,520px);
    min-height:280px!important;
    max-height:calc(100svh - var(--header-height-mobile) - 90px);
  }
  .project-page .project-case-media img{
    width:100%;
    height:100%;
    min-height:0!important;
    max-height:100%!important;
    object-fit:contain;
    object-position:center center;
  }
}

@media (max-width:640px){
  .project-page .project-case-media{
    height:min(54svh,430px);
    min-height:250px!important;
    max-height:calc(100svh - var(--header-height-mobile) - 108px);
  }
}

/* v5.21.0 - accessibility, safe-area and interaction hardening */
a.sr-only[href^="#"]:focus,
a.sr-only[href^="#"]:focus-visible{
  position:fixed;
  top:12px;
  left:12px;
  z-index:1000;
  width:auto;
  height:auto;
  padding:12px 16px;
  overflow:visible;
  clip:auto;
  white-space:normal;
  border-radius:8px;
  background:#fff;
  color:#111827;
  font-weight:800;
}

:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{
  outline:3px solid #111827!important;
  outline-offset:3px!important;
  box-shadow:0 0 0 6px #fff!important;
}

.quote-modal-dialog{
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-gutter:stable;
}

form[aria-busy="true"] button[type="submit"]{
  cursor:wait;
}

@media (max-width:640px){
  body{
    padding-bottom:calc(84px + env(safe-area-inset-bottom,0px));
  }
  .menu-toggle{
    min-width:44px;
    min-height:44px;
    height:44px;
  }
  .home-page .hero-content{
    padding-bottom:calc(90px + env(safe-area-inset-bottom,0px))!important;
  }
  .quote-modal-dialog{
    max-height:calc(100dvh - 32px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px))!important;
  }
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important;}
  .logo-swap{transition:none!important;}
}

@media (forced-colors:active){
  :where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{
    outline-color:Highlight!important;
    box-shadow:none!important;
  }
}

/* Keep primary interactive targets at the 44px comfort size. */
.quote-modal-close{
  width:44px!important;
  height:44px!important;
  min-width:44px;
  min-height:44px;
}

.project-page .project-visual-hero .hero-actions .btn{
  min-height:44px!important;
}

/* v6.1.0 - clear mobile message action and readable contact choices */
@media (max-width:960px){
  .top-header-inner{
    display:grid!important;
    grid-template-columns:auto minmax(52px,1fr) auto!important;
    align-items:center!important;
    gap:8px!important;
  }

  .mobile-fast-secure{
    display:inline-flex!important;
    flex:0 0 auto!important;
    min-width:auto!important;
    margin:0!important;
    justify-self:center!important;
    filter:none!important;
  }

  .mobile-fast-secure__247{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px!important;
    animation:none!important;
    color:#0d1115!important;
    font-family:"Arial Black",Arial,Helvetica,sans-serif!important;
    font-size:clamp(1.38rem,6vw,1.6rem)!important;
    font-style:normal!important;
    font-weight:900!important;
    letter-spacing:0!important;
    line-height:.92!important;
    text-shadow:0 1px 0 rgba(0,0,0,.22)!important;
    -webkit-text-stroke:.2px #0d1115!important;
  }

  .mobile-fast-secure__digits{
    display:inline-block;
    letter-spacing:.01em;
  }

  .mobile-fast-secure__slash{
    display:inline-block;
    margin:0 1px;
    color:#e3262e;
    font-size:.92em;
    font-weight:900;
    line-height:1;
    text-shadow:none;
    -webkit-text-stroke:.15px #b9151b;
  }

  .mobile-fast-secure__words{
    display:none!important;
  }

  .header-actions{
    gap:8px!important;
    margin-left:0!important;
    justify-self:end!important;
  }

  .menu-toggle{
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    padding:5px!important;
  }

  .header-actions .btn-message-mobile{
    display:inline-flex!important;
    width:auto!important;
    min-width:144px!important;
    height:50px!important;
    min-height:50px!important;
    padding:0 14px!important;
    gap:8px!important;
    border:1px solid #c91d25!important;
    border-radius:12px!important;
    background:#e3262e!important;
    color:#fff!important;
    box-shadow:0 8px 20px rgba(227,38,46,.23)!important;
  }

  .header-actions .btn-message-mobile:hover,
  .header-actions .btn-message-mobile:focus-visible{
    background:#c91d25!important;
    color:#fff!important;
    transform:none!important;
    box-shadow:0 8px 20px rgba(227,38,46,.27)!important;
  }

  .header-actions .btn-message-mobile .btn-message-icon{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto;
    line-height:0;
  }

  .header-actions .btn-message-mobile .btn-message-text{
    display:inline-flex!important;
    align-items:center;
    font-family:var(--heading);
    font-size:.88rem;
    font-weight:900;
    line-height:1;
    letter-spacing:.015em;
    text-transform:uppercase;
    white-space:nowrap;
  }

  .contact-trigger-icon{
    width:28px!important;
    height:28px!important;
  }

  .btn-message-label-open{
    display:none;
  }

  .site-header.contact-panel-open .btn-message-label-closed{
    display:none;
  }

  .site-header.contact-panel-open .btn-message-label-open{
    display:inline;
  }

  .site-header.contact-panel-open .btn-message-mobile{
    background:#b9151b!important;
    border-color:#a9141a!important;
    color:#fff!important;
  }

  .mobile-contact-panel__inner{
    width:min(760px,100%)!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
}

@media (max-width:640px){
  .header-actions .btn-message-mobile{
    min-width:140px!important;
    height:50px!important;
    min-height:50px!important;
    padding-inline:13px!important;
  }

  .mobile-contact-panel{
    padding:9px 10px 0!important;
  }

  .mobile-contact-panel__inner{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    border-radius:18px!important;
  }

  .mobile-contact-panel__inner::before{
    right:121px!important;
  }

  .mobile-contact-option{
    min-height:96px!important;
    padding:12px 8px 10px!important;
  }

  .mobile-contact-option:nth-child(2)::after,
  .mobile-contact-option:last-child::after{
    display:none!important;
  }

  .mobile-contact-option:nth-child(-n+2){
    border-bottom:1px solid #e4e7ec!important;
  }

  .mobile-contact-option:first-child{
    border-radius:18px 0 0 0!important;
  }

  .mobile-contact-option:nth-child(2){
    border-radius:0 18px 0 0!important;
  }

  .mobile-contact-option:nth-child(3){
    border-radius:0 0 0 18px!important;
  }

  .mobile-contact-option:last-child{
    border-radius:0 0 18px 0!important;
  }

  .mobile-contact-option__icon,
  .mobile-contact-option__icon svg,
  .mobile-contact-option__icon--whatsapp svg,
  .mobile-contact-option__icon--form svg{
    width:34px!important;
    height:34px!important;
  }

  .mobile-contact-option strong{
    font-size:.82rem!important;
  }

  .mobile-contact-option small{
    font-size:.69rem!important;
  }
}

@media (max-width:360px){
  .top-header-inner{
    gap:6px!important;
    padding-inline:12px!important;
  }

  .header-actions{
    gap:6px!important;
  }

  .header-actions .btn-message-mobile{
    min-width:126px!important;
    height:48px!important;
    min-height:48px!important;
    padding-inline:10px!important;
    gap:6px!important;
  }

  .btn-message-label-wide{
    display:inline!important;
  }

  .contact-trigger-icon{
    width:25px!important;
    height:25px!important;
  }

  .mobile-fast-secure__247{
    gap:2px!important;
    font-size:1.2rem!important;
  }

  .mobile-contact-panel__inner::before{
    right:111px!important;
  }
}

@media (max-width:330px){
  .top-header-inner{
    grid-template-columns:auto minmax(44px,1fr) auto!important;
    gap:5px!important;
    padding-inline:8px!important;
  }

  .top-header-inner .brand-lockup{
    width:56px!important;
    height:46px!important;
  }

  .top-header-inner .brand-logo.board-window-logo{
    width:56px!important;
    max-width:56px!important;
    max-height:46px!important;
  }

  .header-actions{
    gap:5px!important;
  }

  .header-actions .btn-message-mobile{
    min-width:120px!important;
    padding-inline:8px!important;
  }

  .header-actions .btn-message-mobile .btn-message-text{
    font-size:.74rem!important;
  }

  .mobile-fast-secure__247{
    gap:1px!important;
    font-size:1.1rem!important;
  }

  .mobile-contact-panel__inner::before{
    right:105px!important;
  }
}

/* v6.3.0 - content must never disappear when reveal animation is unavailable */
.reveal,
.reveal.is-visible{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}

.home-page .hero-microproof,
.home-page .hero-microproof span,
.home-page .hero-proof-icon,
.home-page .problem-grid,
.home-page .problem-card,
.home-page .work-proof-section .ba-proof-card,
.home-page .work-proof-section .ba-proof-media,
.home-page .work-proof-section .ba-proof-media img,
.home-page .dispatch-map-band,
.home-page .dispatch-map-full img{
  opacity:1!important;
  visibility:visible!important;
}

.home-page .problem-card--image::before,
.home-page .problem-card--image::after{
  opacity:1!important;
  visibility:visible!important;
}

/* v6.5.0 - icon response and assessment strip */
.response-estimate-strip{
  background:#0d1115;
  color:#fff;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.response-estimate-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
}

.response-estimate-card{
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  align-items:center;
  gap:18px;
  padding:24px 30px;
}

.response-estimate-card+.response-estimate-card{
  border-left:1px solid rgba(255,255,255,.16);
}

.response-estimate-icon{
  width:56px;
  height:56px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,rgba(227,38,46,.18),rgba(227,38,46,.08));
  border:1px solid rgba(227,38,46,.28);
  box-shadow:0 10px 28px rgba(0,0,0,.18);
}

.response-estimate-icon svg{
  width:28px;
  height:28px;
  fill:#fff;
}

.response-estimate-copy{
  display:grid;
  gap:4px;
}

.response-estimate-kicker{
  margin:0;
  color:#fda29b;
  font-family:var(--heading);
  font-size:.75rem;
  font-weight:800;
  line-height:1.1;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.response-estimate-copy h2{
  margin:0;
  color:#fff;
  font-family:var(--heading);
  font-size:clamp(1.15rem,1.15rem + .25vw,1.55rem);
  line-height:1.08;
  letter-spacing:-.02em;
}

.response-estimate-copy h2 span{
  color:#d0d5dd;
  font-size:.95em;
  font-weight:700;
}

.response-estimate-copy p{
  margin:0;
  color:#eef2f6;
  font-size:.96rem;
  line-height:1.45;
}

.response-estimate-copy small{
  display:block;
  color:#98a2b3;
  font-size:.8rem;
  line-height:1.4;
}

.form-photo-options{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:8px 12px;
  padding:12px 14px;
  border:1px solid #d0d5dd;
  border-radius:12px;
  background:#f8fafc;
  color:#344054;
}

.form-photo-options strong{
  font-family:var(--heading);
  font-size:.88rem;
  color:#101828;
}

.form-photo-options>span{
  font-size:.78rem;
  line-height:1.35;
  color:#667085;
}

.form-photo-actions{
  display:flex;
  align-items:center;
  gap:7px;
}

.form-photo-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:8px 11px;
  border:1px solid #d92d20;
  border-radius:9px;
  color:#b42318;
  background:#fff;
  font-size:.76rem;
  font-weight:800;
  line-height:1;
  white-space:nowrap;
}

.form-photo-actions a:last-child{
  border-color:#16a34a;
  color:#15803d;
}

.form-photo-actions a:hover,
.form-photo-actions a:focus-visible{
  background:#fff1f0;
  text-decoration:none;
}

.form-photo-actions a:last-child:hover,
.form-photo-actions a:last-child:focus-visible{
  background:#ecfdf3;
}

.request-modal-privacy a{
  color:#b42318;
  font-weight:750;
  text-decoration:underline;
  text-underline-offset:2px;
}

.footer-legal-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}

.footer-legal-links a{
  color:inherit;
  font-size:.86rem;
  text-decoration:underline;
  text-decoration-color:rgba(255,255,255,.38);
  text-underline-offset:3px;
}

.information-main{
  background:#fff;
}

.information-hero{
  position:relative;
  display:flex;
  align-items:center;
  min-height:430px;
  padding:98px 0 84px;
  overflow:hidden;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(7,10,14,.94),rgba(7,10,14,.78) 58%,rgba(7,10,14,.56)),
    url('/assets/img/hero-window-sequence-poster.webp') center 42%/cover no-repeat;
}

.information-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:5px;
  background:var(--red);
}

.information-hero-inner{
  position:relative;
  z-index:1;
  width:100%;
}

.information-hero .eyebrow{
  color:#ffb4b8;
}

.information-hero h1{
  max-width:980px;
  margin-bottom:18px;
  color:#fff;
  font-size:clamp(2.45rem,5.2vw,4.8rem);
  line-height:1.02;
}

.information-hero p:not(.eyebrow){
  max-width:820px;
  color:#eaecf0;
  font-size:clamp(1rem,1.55vw,1.18rem);
  line-height:1.6;
}

.information-section--soft{
  background:#f5f7fa;
}

.information-split{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);
  gap:52px;
  align-items:center;
}

.information-copy h2,
.information-answer-panel h2,
.request-service-copy h2{
  margin-bottom:16px;
  font-size:clamp(2rem,3.7vw,3.2rem);
  line-height:1.08;
}

.information-copy p,
.information-answer-panel p{
  color:#475467;
  line-height:1.68;
}

.information-media{
  margin:0;
  overflow:hidden;
  border-radius:18px;
  background:#0d1115;
  box-shadow:0 22px 55px rgba(16,24,40,.16);
}

.information-media img{
  display:block;
  width:100%;
  height:auto;
}

.information-media figcaption{
  padding:12px 16px;
  color:#d0d5dd;
  font-size:.78rem;
}

.information-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}

.information-card-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.information-card{
  display:flex;
  min-height:230px;
  padding:24px;
  flex-direction:column;
  border:1px solid #dfe3e8;
  border-radius:16px;
  background:#fff;
  color:#101828;
  box-shadow:0 10px 26px rgba(16,24,40,.05);
}

.information-card:hover,
.information-card:focus-visible{
  border-color:#fda29b;
  transform:translateY(-2px);
  text-decoration:none;
}

.information-card h3{
  margin-bottom:10px;
  font-size:1.3rem;
}

.information-card p{
  margin-bottom:20px;
  color:#667085;
  font-size:.93rem;
  line-height:1.55;
}

.information-card span{
  margin-top:auto;
  color:#b42318;
  font-weight:800;
}

.information-answer-panel{
  padding:42px;
  border:1px solid #e4e7ec;
  border-radius:20px;
  background:#fff;
  box-shadow:0 18px 44px rgba(16,24,40,.07);
}

.request-service-layout{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);
  gap:52px;
  align-items:start;
}

.request-step-list{
  display:grid;
  gap:14px;
  margin:24px 0 0;
  padding:0;
  list-style:none;
  counter-reset:request-steps;
}

.request-step-list li{
  position:relative;
  display:grid;
  gap:4px;
  min-height:52px;
  padding-left:60px;
  counter-increment:request-steps;
}

.request-step-list li::before{
  content:counter(request-steps);
  position:absolute;
  top:0;
  left:0;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:12px;
  background:#e3262e;
  color:#fff;
  font-family:var(--heading);
  font-weight:850;
}

.request-step-list strong{
  color:#101828;
  font-family:var(--heading);
}

.request-step-list span{
  color:#667085;
  font-size:.9rem;
  line-height:1.5;
}

.request-eta-note{
  margin-top:26px;
  padding:16px 18px;
  border-left:4px solid #e3262e;
  border-radius:0 10px 10px 0;
  background:#f9fafb;
  color:#475467;
  line-height:1.55;
}

.request-page-form{
  position:sticky;
  top:110px;
  margin:0;
  box-shadow:0 22px 60px rgba(16,24,40,.14);
}

.privacy-section{
  background:#f8fafc;
}

.privacy-article{
  max-width:900px;
  padding:44px 50px;
  border:1px solid #e4e7ec;
  border-radius:20px;
  background:#fff;
  box-shadow:0 18px 44px rgba(16,24,40,.06);
}

.privacy-article h2{
  margin:34px 0 10px;
  font-size:clamp(1.45rem,2.4vw,2rem);
}

.privacy-article p{
  color:#475467;
  line-height:1.72;
}

.privacy-article a{
  color:#b42318;
  font-weight:750;
}

.privacy-effective{
  margin-bottom:28px;
  padding-bottom:20px;
  border-bottom:1px solid #e4e7ec;
}

@media (max-width:960px){
  .response-estimate-grid,
  .information-split,
  .request-service-layout{
    grid-template-columns:1fr;
  }

  .response-estimate-card+.response-estimate-card{
    border-top:1px solid rgba(255,255,255,.16);
    border-left:0;
  }

  .information-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .request-page-form{
    position:static;
  }
}

@media (max-width:640px){
  .response-estimate-card{
    grid-template-columns:56px minmax(0,1fr);
    gap:14px;
    padding:18px 18px;
  }

  .response-estimate-icon{
    width:46px;
    height:46px;
    border-radius:14px;
  }

  .response-estimate-icon svg{
    width:22px;
    height:22px;
  }

  .response-estimate-copy h2{
    font-size:1.1rem;
  }

  .response-estimate-copy p{
    font-size:.86rem;
  }

  .response-estimate-copy small{
    font-size:.75rem;
  }

  .form-photo-options{
    grid-template-columns:1fr;
    gap:5px;
  }

  .form-photo-actions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin-top:5px;
  }

  .form-photo-actions a{
    min-height:40px;
  }

  .information-hero{
    min-height:0;
    padding:66px 0 62px;
  }

  .information-hero h1{
    font-size:clamp(2.1rem,10vw,3rem);
  }

  .information-hero .hero-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .information-hero .hero-actions .btn{
    width:100%;
  }

  .information-card-grid{
    grid-template-columns:1fr;
  }

  .information-card{
    min-height:0;
  }

  .information-split{
    gap:30px;
  }

  .information-answer-panel,
  .privacy-article{
    padding:26px 22px;
  }

  .footer-legal-links{
    gap:11px;
  }
}
