:root{
  --bg:#06090b;
  --bg-soft:#0b1014;
  --panel:#10161b;
  --panel-2:#0f151a;
  --text:#f5f3ef;
  --muted:#a9afb4;
  --line:rgba(255,255,255,.11);
  --line-soft:rgba(255,255,255,.06);
  --orange:#f26100;
  --orange-bright:#ff7a18;
  --orange-deep:#dc5400;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:'Inter','Segoe UI',Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-kerning:normal;font-synthesis:none;overflow-x:hidden;position:relative}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input{font:inherit}
main,header,footer{position:relative;z-index:2}
.container{width:min(calc(100% - 52px),var(--container));margin-inline:auto}

.page-parallax,.page-overlay{position:fixed;inset:-4% 0;pointer-events:none;z-index:0}
.page-parallax{
  background:url('assets/page-bg-reference.png') center top / cover no-repeat;
  filter:saturate(.5) brightness(2.5) contrast(2.5);
  transform:translate3d(0,var(--parallax-y,0px),0) scale(1.10);
  will-change:transform;
}
.page-overlay{
  background:
    linear-gradient(90deg, rgba(6,10,12,.94) 0%, rgba(8,12,16,.70) 18%, rgba(10,15,19,.40) 50%, rgba(8,12,16,.70) 82%, rgba(6,10,12,.94) 100%),
    linear-gradient(180deg, rgba(7,10,12,.10), rgba(7,10,12,.20) 50%, rgba(7,10,12,.34) 100%);
}

.site-header{position:fixed;top:0;left:0;right:0;z-index:110;background:rgba(12,16,20,.28);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.12);transition:background .25s ease, border-color .25s ease, backdrop-filter .25s ease, box-shadow .25s ease}
.site-header.scrolled{background:rgba(12,16,20,.54);border-bottom-color:rgba(255,255,255,.16);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 10px 28px rgba(0,0,0,.12)}
.nav-shell{height:78px;display:grid;grid-template-columns:150px 1fr auto;gap:28px;align-items:center;transition:height .28s ease, gap .28s ease}
.site-header.scrolled .nav-shell{height:58px;gap:22px}
.brand{display:inline-flex;align-items:center;min-width:max-content}
.brand-image img{width:128px;height:auto;object-fit:contain;transition:width .28s ease}
.site-header.scrolled .brand-image img{width:104px}
.main-nav{display:flex;justify-content:center;align-items:center;gap:26px}
.main-nav a{font-family:'Inter','Segoe UI',Arial,sans-serif;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.11em;color:#e8e8e5;position:relative;padding:10px 0;transition:color .2s ease;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.main-nav a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--orange);transform:scaleX(0);transform-origin:left center;transition:transform .25s ease}
.main-nav a:hover,.main-nav a.active{color:#fff}
.main-nav a:hover:after,.main-nav a.active:after{transform:scaleX(1)}
.nav-actions{display:flex;align-items:center;gap:18px}
.phone-link{display:inline-flex;align-items:center;font-family:'Inter','Segoe UI',Arial,sans-serif;font-weight:600;font-size:13px;white-space:nowrap;color:#e8ecee}
.phone-dot{display:inline-grid;place-items:center;color:var(--orange);margin-right:8px;font-size:15px}
.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:48px;padding:0 24px;border-radius:7px;border:1px solid transparent;font-family:'Inter','Segoe UI',Arial,sans-serif;text-transform:uppercase;font-size:10px;font-weight:700;letter-spacing:.055em;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease;overflow:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.btn:hover{transform:translateY(-1px)}
.btn-orange{background:linear-gradient(180deg,var(--orange-bright),var(--orange-deep));color:#fff;border-color:rgba(255,160,104,.35);box-shadow:0 10px 24px rgba(242,97,0,.12)}
.btn-orange:hover{box-shadow:0 0 24px rgba(242,97,0,.28),0 14px 30px rgba(242,97,0,.18)}
.btn-small{min-height:40px;padding-inline:16px}
.btn-outline{border-color:rgba(255,255,255,.34);background:rgba(11,14,16,.18);color:#fff}
.btn-outline:hover{border-color:rgba(255,255,255,.6);background:rgba(255,255,255,.05)}
.btn-charcoal{background:#14181a;color:#fff;border-color:#20262b}.btn-charcoal:hover{border-color:rgba(255,255,255,.28)}
.btn-ghost-dark{border-color:#3a4146;background:rgba(7,10,12,.26);color:#fff}.btn-ghost-dark:hover{border-color:#646f75}
.menu-toggle{display:none;background:none;border:0;padding:7px;cursor:pointer}.menu-toggle span{display:block;width:24px;height:2px;background:white;margin:5px 0;transition:.2s}

.hero{min-height:655px;position:relative;overflow:hidden;display:flex;align-items:center;background:linear-gradient(180deg, rgba(12,16,20,.18), rgba(12,16,20,.08))}
.hero-video{position:absolute;inset:0 0 0 39%;width:61%;height:100%;object-fit:cover;object-position:58% center;filter:saturate(.98) contrast(1.04) brightness(.98);pointer-events:none}
.hero-vignette{position:absolute;inset:0;background:linear-gradient(90deg, rgba(10,14,18,.86) 0%, rgba(10,14,18,.82) 16%, rgba(10,14,18,.74) 28%, rgba(10,14,18,.58) 40%, rgba(10,14,18,.36) 52%, rgba(10,14,18,.14) 66%, rgba(10,14,18,.03) 82%, rgba(10,14,18,0) 100%),linear-gradient(180deg, rgba(14,18,22,.06), rgba(14,18,22,.08) 58%, rgba(14,18,22,.22) 100%)}
.hero-inner{position:relative;z-index:2;padding-block:118px 54px}
.hero-copy{width:min(550px,53vw);padding-left:4px}
.hero-brand-lockup{width:210px;height:auto;margin:0 0 18px -6px;filter:drop-shadow(0 14px 28px rgba(0,0,0,.28))}
.hero h1{margin:0;font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-size:clamp(54px,5.4vw,80px);font-weight:700;line-height:.92;text-transform:uppercase;letter-spacing:-.018em;text-shadow:0 6px 24px rgba(0,0,0,.22);font-synthesis:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.hero h1 em{display:inline-block;font-style:normal;color:var(--orange-bright);margin-top:4px}
.hero-lead{font-size:15px;line-height:1.7;color:#d2d6d8;max-width:470px;margin:22px 0 26px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-actions .btn{min-width:168px}
.hero-points{display:flex;gap:24px;flex-wrap:wrap;margin-top:26px;color:#d2d7d8;font-size:11px}.hero-points span{display:inline-flex;align-items:center;gap:7px}.hero-points b{display:inline-grid;place-items:center;width:14px;height:14px;border-radius:50%;background:var(--orange);color:#111;font-size:8px}
.section-divider{height:2px;background:linear-gradient(90deg, rgba(242,97,0,0) 0%, rgba(242,97,0,.58) 12%, rgba(242,97,0,.95) 50%, rgba(242,97,0,.58) 88%, rgba(242,97,0,0) 100%);position:relative;z-index:2}

.section{padding:110px 0}
.section-dark{background:transparent}
.services{position:relative;padding-top:96px;padding-bottom:110px}
.services:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(8,12,16,.16), rgba(8,12,16,.28));z-index:0}
.services .container{position:relative;z-index:1}
.section-heading{text-align:center;max-width:700px;margin:0 auto 48px}
.section-heading>span{display:block;color:var(--orange-bright);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.15em;margin-bottom:12px}
.section-heading h2{margin:0;font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-size:clamp(30px,3vw,44px);font-weight:700;line-height:1.02;text-transform:uppercase;letter-spacing:.035em;font-synthesis:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.section-heading p{color:var(--muted);margin:14px auto 0;max-width:610px}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;justify-content:center}
.service-card{position:relative;overflow:hidden;background:linear-gradient(180deg, rgba(37,44,49,.65), rgba(24,30,34,.72));border:1px solid rgba(255,255,255,.11);padding:36px 26px 28px;text-align:center;min-height:308px;box-shadow:0 16px 36px rgba(0,0,0,.20);transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease}
.service-card:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg, transparent 0%, rgba(242,97,0,.0) 12%, rgba(242,97,0,.28) 50%, rgba(242,97,0,0) 88%, transparent 100%);transition:background .25s ease, box-shadow .25s ease}
.service-card:hover{transform:translateY(-4px);border-color:rgba(242,97,0,.36);box-shadow:0 24px 44px rgba(0,0,0,.28), 0 0 18px rgba(242,97,0,.08)}
.service-card:hover:before{background:linear-gradient(90deg, transparent 0%, rgba(242,97,0,0) 12%, rgba(242,97,0,.78) 50%, rgba(242,97,0,0) 88%, transparent 100%);box-shadow:0 0 18px rgba(242,97,0,.24)}
.service-index{position:absolute;right:12px;top:10px;color:rgba(255,255,255,.16);font-size:10px;font-weight:900;letter-spacing:.12em}
.icon-wrap{width:64px;height:64px;margin:0 auto 14px;border:1px solid rgba(255,255,255,.14);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.02);transition:border-color .25s ease, box-shadow .25s ease}
.icon-wrap svg{width:44px;height:44px;fill:none;stroke:#dfe3e4;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;transition:stroke .25s ease, opacity .25s ease}.icon-wrap svg .accent{stroke:#dfe3e4;opacity:.5}
.service-card:hover .icon-wrap{border-color:rgba(242,97,0,.40);box-shadow:0 0 16px rgba(242,97,0,.16)}
.service-card:hover .icon-wrap svg .accent{stroke:var(--orange-bright);opacity:1}
.service-card h3{text-transform:uppercase;font-family:'Inter','Segoe UI',Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:.025em;margin:8px 0 10px}.service-card p{color:#c5cacf;font-size:12px;line-height:1.62;margin:0 auto 20px;max-width:220px}.service-card a{display:inline-flex;align-items:center;gap:8px;color:var(--orange-bright);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.service-card a span{font-size:15px;line-height:.8;transition:transform .2s ease}.service-card a:hover span{transform:translateX(3px)}

.trust-band{padding:0;background:transparent}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);background:linear-gradient(180deg,var(--orange-bright),var(--orange-deep));box-shadow:0 18px 40px rgba(109,37,0,.18)}
.trust-item{text-align:center;padding:58px 44px 52px;border-right:1px solid rgba(255,255,255,.20)}.trust-item:last-child{border-right:0}.trust-item strong{display:block;color:#15181a;font-size:54px;line-height:1;height:58px}.trust-item h3{text-transform:uppercase;font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-size:20px;font-weight:700;line-height:1.08;margin:16px 0 10px;letter-spacing:.025em}.trust-item p{font-size:12px;max-width:220px;margin:auto;color:#fff8f4}

.estimate-section{padding:58px 0 74px;background:transparent;position:relative}
.estimate-card{min-height:165px;background:linear-gradient(90deg, rgba(10,14,16,.70), rgba(14,18,20,.55));border:1px solid rgba(255,255,255,.11);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:26px 32px;position:relative;overflow:hidden}
.estimate-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(0,0,0,.10), rgba(0,0,0,0) 45%, rgba(255,255,255,.02) 100%);pointer-events:none}
.estimate-icon{width:70px;height:70px;border:1px solid rgba(255,255,255,.24);display:grid;place-items:center;color:var(--orange);font-size:36px;background:rgba(255,255,255,.02)}
.estimate-copy{position:relative;z-index:1}.eyebrow{display:block;color:var(--orange-bright);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.14em;margin-bottom:8px}.estimate-copy h2{margin:0;text-transform:uppercase;font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-size:28px;font-weight:700;line-height:1}.estimate-copy p{color:#ccd1d3;margin:8px 0 10px;max-width:610px}.mini-points{display:flex;gap:22px;flex-wrap:wrap;color:#d4d7d8;font-size:12px}

.reviews{padding-top:10px;padding-bottom:88px}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{background:linear-gradient(180deg, rgba(19,24,27,.74), rgba(17,21,24,.76));border:1px solid rgba(255,255,255,.10);padding:24px 24px 22px;min-height:212px;box-shadow:0 14px 30px rgba(0,0,0,.18)}.stars{color:var(--orange-bright);letter-spacing:.18em}.review-card p{color:#ccd0d3;font-size:13px;min-height:78px}.reviewer{display:flex;align-items:center;gap:12px}.reviewer>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#ece8df;color:#111;font-weight:900}.reviewer strong,.reviewer small{display:block}.reviewer small{color:var(--muted)}

.cta-band{padding:0;background:transparent;color:#fff}.cta-band-inner{display:grid;grid-template-columns:auto 1.4fr .9fr auto;gap:22px;align-items:center;padding:18px 24px;background:linear-gradient(180deg,var(--orange-bright),var(--orange-deep));box-shadow:0 14px 32px rgba(109,37,0,.18)}.cta-icon{width:58px;height:58px;border-radius:50%;background:#13171a;display:grid;place-items:center;font-size:28px}.cta-copy h2{margin:0;text-transform:uppercase;font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-size:18px;font-weight:700;line-height:1.06;letter-spacing:.025em}.cta-copy p{font-size:11px;margin:6px 0 0;color:#fff5ef}.cta-contact{display:flex;flex-direction:column;border-left:1px solid rgba(255,255,255,.28);padding-left:24px}.cta-contact>span{text-transform:uppercase;font-size:10px;font-weight:800}.cta-contact>a{font-size:22px;font-weight:850}.cta-contact small{font-size:10px}.cta-buttons{display:grid;gap:8px}.cta-buttons .btn{min-height:38px}

.site-footer{background:#12181d;padding-top:0;position:relative}.footer-main{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:42px;padding:34px 0 46px;background:transparent;border-top:1px solid rgba(255,255,255,.06)}.footer-brand p{font-size:12px;color:#aeb4b7;max-width:255px;margin:16px 0 22px}.footer-logo img{width:160px;max-width:100%}.social-row{display:flex;gap:10px}.social-row a{width:26px;height:26px;background:#f1eee8;color:#14171a;border-radius:50%;display:grid;place-items:center;font-weight:900}.footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-col h3{font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin:2px 0 8px}.footer-col a,.footer-col span{font-size:12px;color:#acb2b6}.footer-col a:hover{color:var(--orange-bright)}.footer-contact a,.footer-contact>span{color:#c8cdd0}
.footer-bottom{border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;align-items:center;padding:14px 0 18px;color:#80878b;font-size:10px;background:transparent}.footer-bottom div{display:flex;gap:30px}

.estimator-modal{position:fixed;inset:0;z-index:300;display:none;place-items:center;padding:20px}.estimator-modal.open{display:grid}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(5px)}.modal-card{position:relative;z-index:2;width:min(560px,100%);background:#12181c;border:1px solid rgba(255,255,255,.14);padding:38px 34px;box-shadow:0 40px 100px rgba(0,0,0,.58)}.modal-card h2{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-size:35px;font-weight:700;line-height:1;text-transform:uppercase;margin:0 0 16px}.modal-card p{color:#b9bfc1}.modal-close{position:absolute;right:16px;top:13px;border:0;background:none;color:#fff;font-size:30px;cursor:pointer}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}

@media (max-width:1050px){
  .nav-shell{grid-template-columns:120px 1fr auto;height:74px}
  .site-header.scrolled .nav-shell{height:56px}
  .main-nav{position:absolute;left:26px;right:26px;top:78px;background:rgba(12,16,20,.94);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:none;flex-direction:column;align-items:stretch;gap:0;padding:14px 18px;border:1px solid rgba(255,255,255,.10)}
  .site-header.scrolled .main-nav{top:60px}
  .main-nav.open{display:flex}.main-nav a{padding:14px 0}.main-nav a:after{display:none}.menu-toggle{display:block;justify-self:end;grid-column:3}.nav-actions{display:none}.main-nav{grid-column:1/-1}
  .hero-video{inset:0 0 0 20%;width:80%}.service-grid{grid-template-columns:repeat(2,1fr)}
  .footer-main{grid-template-columns:1.3fr repeat(2,1fr)}.footer-brand{grid-row:span 2}
  .cta-band-inner{grid-template-columns:auto 1fr 1fr}.cta-buttons{grid-column:2/4}
  .estimate-card{grid-template-columns:auto 1fr}.estimate-launch{grid-column:2}.review-grid{grid-template-columns:1fr 1fr}.review-card:last-child{grid-column:1/-1}
}
@media (max-width:720px){
  .container{width:min(calc(100% - 28px),var(--container))}
  .nav-shell{height:70px;grid-template-columns:114px 1fr auto;gap:14px}.site-header.scrolled .nav-shell{height:54px}
  .brand-image img{width:102px}.site-header.scrolled .brand-image img{width:88px}.main-nav{left:14px;right:14px;top:70px}.site-header.scrolled .main-nav{top:54px}
  .hero{min-height:720px;align-items:flex-end}.hero-video{inset:0;width:100%;height:100%;object-position:63% center;filter:saturate(.94) brightness(.90)}
  .hero-vignette{background:linear-gradient(0deg, rgba(10,14,18,.84) 10%, rgba(10,14,18,.74) 40%, rgba(10,14,18,.50) 61%, rgba(10,14,18,.18) 88%),linear-gradient(90deg,rgba(0,0,0,.28),rgba(0,0,0,.02))}
  .hero-inner{padding:240px 0 54px}.hero-copy{width:100%;padding-left:0}.hero-brand-lockup{width:180px;margin:0 0 16px -4px}.hero h1{font-size:46px}.hero-lead{font-size:15px;line-height:1.58;margin:20px 0 24px}.hero-actions .btn{flex:1;min-width:154px}.hero-points{gap:12px 18px;font-size:10px}.section{padding:78px 0}
  .services{padding-top:76px;padding-bottom:86px}.service-grid,.review-grid{grid-template-columns:1fr}.review-card:last-child{grid-column:auto}
  .trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.20);padding:38px 28px}.trust-item:last-child{border-bottom:0}
  .estimate-card{grid-template-columns:1fr;padding:28px}.estimate-launch{grid-column:auto;width:100%}.estimate-icon{display:none}
  .cta-band-inner{grid-template-columns:auto 1fr}.cta-contact,.cta-buttons{grid-column:1/-1;border-left:0;padding-left:0}.cta-buttons{grid-template-columns:1fr}
  .footer-main{grid-template-columns:1fr 1fr;gap:34px;padding-top:28px}.footer-brand{grid-column:1/-1;grid-row:auto}.footer-bottom{flex-direction:column;gap:12px}.footer-bottom div{gap:18px}
  .modal-card{padding:34px 24px}.modal-card h2{font-size:30px}
}



/* Estimator page */
.estimator-page .site-header{background:rgba(12,16,20,.36)}
.estimator-page .site-header.scrolled{background:rgba(12,16,20,.58)}
.estimator-main{padding-top:0}
.estimator-hero-section{position:relative;min-height:520px;overflow:hidden}
.estimator-top-photo,
.estimator-top-overlay{position:absolute;inset:0;pointer-events:none}
.estimator-top-photo{background:url('assets/estimator-top-bg.png') center top / cover no-repeat;filter:saturate(.82) brightness(.56) contrast(1.02)}
.estimator-top-overlay{background:linear-gradient(90deg, rgba(7,10,12,.90) 0%, rgba(9,12,15,.70) 18%, rgba(11,14,18,.42) 50%, rgba(9,12,15,.70) 82%, rgba(7,10,12,.90) 100%),linear-gradient(180deg, rgba(9,12,15,.46) 0%, rgba(9,12,15,.22) 36%, rgba(9,12,15,.62) 100%)}
.estimator-top-inner{position:relative;z-index:2;padding-top:132px;padding-bottom:170px;text-align:center}
.estimator-kicker{margin:0 0 8px;color:#aab1b6;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.estimator-title{margin:0;font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-size:clamp(44px,4.1vw,62px);font-weight:600;letter-spacing:.01em;line-height:1.02;color:#f4f3ef}
.estimator-title span{color:var(--orange-bright)}
.stepper{display:flex;align-items:flex-start;justify-content:center;gap:16px;margin-top:36px;flex-wrap:nowrap}
.step-item{display:flex;flex-direction:column;align-items:center;gap:10px;min-width:120px;color:#a2a9ae}
.step-item small{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:700}
.step-ring{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;border:2px solid rgba(255,255,255,.72);box-shadow:0 0 0 4px rgba(255,255,255,.10)}
.step-core{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.12);font-size:14px;font-weight:800;color:#fff}
.step-item.active .step-core{background:linear-gradient(180deg,var(--orange-bright),var(--orange-deep));box-shadow:0 0 18px rgba(242,97,0,.34)}
.step-item.active{color:#fff}
.step-line{align-self:28px;width:56px;height:1px;background:linear-gradient(90deg, rgba(255,255,255,.16), rgba(255,255,255,.48), rgba(255,255,255,.16))}
.estimator-workspace{position:relative;margin-top:-116px;padding-bottom:110px}
.estimator-panel{position:relative;z-index:3;display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:28px;align-items:start}
.estimator-card,
.estimator-side-note{background:linear-gradient(180deg, rgba(7,10,12,.86), rgba(10,14,18,.92));border:1px solid rgba(255,255,255,.22);box-shadow:0 24px 70px rgba(0,0,0,.28)}
.estimator-card{padding:54px 56px 58px;min-height:430px}
.estimator-card-head{text-align:center;max-width:670px;margin:0 auto 34px}
.roof-icon{width:160px;margin:0 auto 22px}
.roof-icon svg{display:block;width:100%;height:auto;fill:none;stroke:var(--orange-bright);stroke-width:6;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 12px rgba(242,97,0,.08))}
.estimator-card h2{margin:0 0 10px;font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-size:56px;line-height:1;text-transform:uppercase;font-weight:700;letter-spacing:.01em}
.estimator-card p{margin:0 auto;color:#d0d4d7;font-size:18px;max-width:620px;line-height:1.55}
.roof-form{display:grid;gap:28px;justify-items:center;margin-top:58px}
.roof-form input{width:min(100%, 680px);height:64px;padding:0 22px;border:1px solid rgba(255,255,255,.26);background:#f5f5f5;color:#1a1d20;font-size:20px;outline:none}
.roof-form input::placeholder{color:#8f9398}
.roof-form input:focus{border-color:rgba(242,97,0,.85);box-shadow:0 0 0 3px rgba(242,97,0,.18)}
.roof-form .btn{min-width:210px}
.estimator-feedback{min-height:28px;margin-top:20px;text-align:center;color:#d2d8db;font-size:15px}
.estimator-feedback.is-loading{color:#f6b27f}
.estimator-feedback.is-success{color:#d8e6dd}
.next-preview{margin-top:34px;border-top:1px solid rgba(255,255,255,.10);padding-top:32px}
.preview-shell{max-width:760px;margin:0 auto;padding:28px 30px;background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.10)}
.preview-badge{display:inline-block;margin-bottom:12px;padding:6px 10px;background:rgba(242,97,0,.16);border:1px solid rgba(242,97,0,.26);color:#ffb27c;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.preview-shell h3{margin:0 0 10px;font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-size:34px;font-weight:600;line-height:1.02}
.preview-shell p{margin:0;color:#ccd2d5;font-size:15px;max-width:none}
.preview-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:24px}
.estimator-side-note{padding:28px 24px}
.side-note-label{display:block;margin-bottom:12px;color:#ffb27c;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.estimator-side-note h3{margin:0 0 12px;font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-size:30px;line-height:1.02;font-weight:600}
.estimator-side-note ul{margin:0;padding-left:18px;color:#c8ced2;display:grid;gap:12px;font-size:14px;line-height:1.5}
.estimator-footer{margin-top:0}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media (max-width: 1100px){
  .estimator-top-inner{padding-top:124px;padding-bottom:154px}
  .estimator-panel{grid-template-columns:1fr}
  .estimator-side-note{order:2}
}
@media (max-width: 720px){
  .estimator-hero-section{min-height:470px}
  .estimator-top-inner{padding-top:116px;padding-bottom:150px}
  .estimator-title{font-size:40px}
  .stepper{gap:8px}
  .step-item{min-width:64px}
  .step-item small{display:none}
  .step-ring{width:48px;height:48px}
  .step-core{width:30px;height:30px;font-size:13px}
  .step-line{width:26px;align-self:24px}
  .estimator-workspace{margin-top:-88px;padding-bottom:84px}
  .estimator-card{padding:32px 22px 36px;min-height:auto}
  .roof-icon{width:118px;margin-bottom:16px}
  .estimator-card h2{font-size:40px}
  .estimator-card p{font-size:15px}
  .roof-form{margin-top:36px;gap:20px}
  .roof-form input{height:56px;font-size:17px}
  .preview-shell{padding:22px 18px}
  .preview-shell h3{font-size:28px}
}


/* V10 estimator refinements to match the mockup more closely */
.estimator-page .page-parallax{background:url('assets/page-bg-reference.png') center top / cover no-repeat;filter:saturate(.70) brightness(.50) contrast(2.02)}
.estimator-page .page-overlay{background:linear-gradient(90deg, rgba(4,7,9,.97) 0%, rgba(7,10,12,.84) 18%, rgba(11,14,18,.38) 50%, rgba(7,10,12,.84) 82%, rgba(4,7,9,.97) 100%),linear-gradient(180deg, rgba(6,9,12,.05) 0%, rgba(6,9,12,.10) 42%, rgba(6,9,12,.26) 100%)}
.estimator-page .site-header{background:rgba(10,14,18,.34);border-bottom-color:rgba(255,255,255,.10);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.estimator-page .site-header.scrolled{background:rgba(10,14,18,.52)}
.estimator-page .nav-shell{grid-template-columns:160px 1fr auto;height:72px}
.estimator-page .brand-image img{width:128px}
.estimator-page .site-header.scrolled .brand-image img{width:116px}
.estimator-page .main-nav{gap:30px}
.estimator-page .main-nav a{font-size:11px;letter-spacing:.14em}
.estimator-page .nav-actions{gap:22px}
.estimator-page .btn-small{min-height:40px;padding-inline:22px}
.estimator-hero-section{position:relative;min-height:442px;overflow:visible}
.estimator-top-photo,.estimator-top-overlay{position:absolute;inset:0;pointer-events:none}
.estimator-top-photo{background:url('assets/estimator-top-bg.png') center top / cover no-repeat;filter:saturate(.80) brightness(.60) contrast(1.01)}
.estimator-top-overlay{background:linear-gradient(90deg, rgba(7,10,12,.95) 0%, rgba(9,12,15,.78) 18%, rgba(12,16,20,.36) 50%, rgba(9,12,15,.78) 82%, rgba(7,10,12,.95) 100%),linear-gradient(180deg, rgba(8,11,14,.50) 0%, rgba(8,11,14,.28) 36%, rgba(8,11,14,.54) 100%)}
.estimator-top-inner{position:relative;z-index:2;padding-top:106px;padding-bottom:118px;text-align:center}
.estimator-kicker{display:none}
.estimator-title{margin:0;font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-size:clamp(44px,4.25vw,66px);font-weight:600;letter-spacing:0;line-height:1.04;color:#f4f3ef;text-shadow:0 4px 22px rgba(0,0,0,.12)}
.estimator-title span{color:var(--orange-bright)}
.stepper{display:flex;align-items:flex-start;justify-content:center;gap:54px;margin-top:34px;flex-wrap:nowrap}
.step-item{display:flex;flex-direction:column;align-items:center;gap:12px;min-width:74px;color:#e4e7e9}
.step-item small{font-size:11px;text-transform:uppercase;letter-spacing:.18em;font-weight:600;color:#d9dee0}
.step-ring{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;border:2px solid rgba(255,255,255,.78);box-shadow:0 0 0 3px rgba(255,255,255,.14), 0 0 0 1px rgba(0,0,0,.38) inset;background:rgba(11,14,18,.26)}
.step-core{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#30353a;font-size:14px;font-weight:800;color:#fff}
.step-item.active .step-core{background:linear-gradient(180deg,var(--orange-bright),var(--orange-deep));box-shadow:0 0 18px rgba(242,97,0,.22)}
.step-line{display:none}
.estimator-workspace{position:relative;margin-top:-102px;padding-bottom:86px}
.estimator-panel{position:relative;z-index:3;display:block;max-width:920px;margin:0 auto}
.estimator-card{padding:54px 68px 62px;min-height:516px;background:linear-gradient(180deg, rgba(6,10,12,.78), rgba(6,10,12,.86));border:1px solid rgba(255,255,255,.30);box-shadow:none}
.estimator-card-head{text-align:center;max-width:670px;margin:0 auto 32px}
.roof-icon{width:178px;margin:0 auto 12px}
.roof-icon img{display:block;width:100%;height:auto;image-rendering:auto}
.estimator-card h2{margin:0 0 12px;font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-size:58px;line-height:.98;text-transform:uppercase;font-weight:700;letter-spacing:0;color:#f2f1ed}
.estimator-card p{margin:0 auto;color:#d9dde0;font-size:16px;max-width:560px;line-height:1.5}
.roof-form{display:grid;gap:28px;justify-items:center;margin-top:64px}
.roof-form input{width:min(100%, 620px);height:54px;padding:0 20px;border:1px solid rgba(255,255,255,.16);background:#f1f1f1;color:#171a1d;font-size:16px;outline:none}
.roof-form input::placeholder{color:#a0a4aa}
.roof-form .btn{min-width:150px;min-height:40px;padding-inline:18px;font-size:10px;letter-spacing:.12em}
.estimator-feedback{min-height:24px;margin-top:18px;text-align:center;color:#d2d8db;font-size:14px}
.next-preview{margin-top:32px;border-top:1px solid rgba(255,255,255,.10);padding-top:26px}
.preview-shell{max-width:730px;margin:0 auto;padding:24px 26px;background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.10)}
.preview-shell h3{margin:0 0 10px;font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-size:32px;font-weight:600;line-height:1.02}
.preview-shell p{margin:0;color:#ccd2d5;font-size:15px;max-width:none}
.preview-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:22px}
.estimator-side-note{display:none}
@media (max-width: 1100px){
  .estimator-panel{max-width:920px}
  .estimator-page .main-nav{gap:20px}
}
@media (max-width: 720px){
  .estimator-hero-section{min-height:412px}
  .estimator-top-inner{padding-top:112px;padding-bottom:106px}
  .estimator-title{font-size:40px;line-height:1.06}
  .stepper{gap:14px;margin-top:28px}
  .step-item{min-width:64px}
  .step-item small{display:none}
  .step-ring{width:52px;height:52px}
  .step-core{width:30px;height:30px;font-size:13px}
  .estimator-workspace{margin-top:-72px;padding-bottom:72px}
  .estimator-card{padding:34px 18px 38px;min-height:auto}
  .roof-icon{width:128px;margin-bottom:10px}
  .estimator-card h2{font-size:42px}
  .estimator-card p{font-size:15px}
  .roof-form{margin-top:38px;gap:20px}
  .roof-form input{height:52px;font-size:16px}
}


/* V11 typography + estimator top background refinements */
:root{
  --estimator-panel-bg: rgba(32, 32, 32, 0.20);
}
body{font-family:Inter,Segoe UI,Arial,sans-serif}
.hero h1,
.section-heading h2,
.estimate-copy h2,
.cta-copy h2,
.modal-card h2,
.trust-item h3,
.estimator-title,
.estimator-card h2,
.preview-shell h3,
.estimator-side-note h3{
  font-family:'Roboto Condensed','Barlow Condensed','Arial Narrow',Arial,sans-serif;
}

.estimator-page .page-overlay{
  background:
    linear-gradient(90deg, rgba(5,8,10,.97) 0%, rgba(8,11,14,.84) 18%, rgba(12,16,20,.38) 50%, rgba(8,11,14,.84) 82%, rgba(5,8,10,.97) 100%),
    linear-gradient(180deg, rgba(6,9,12,.04) 0%, rgba(6,9,12,.08) 42%, rgba(6,9,12,.22) 100%);
}

.estimator-hero-section{
  min-height: 448px;
}
.estimator-top-photo{
  background: url('assets/estimator-top-bg.png') center top / cover no-repeat;
  filter: saturate(.88) brightness(.74) contrast(1.01);
}
.estimator-top-overlay{
  background:
    linear-gradient(90deg, rgba(7,10,12,.82) 0%, rgba(9,12,15,.62) 18%, rgba(10,14,18,.18) 50%, rgba(9,12,15,.62) 82%, rgba(7,10,12,.82) 100%),
    linear-gradient(180deg, rgba(8,11,14,.32) 0%, rgba(8,11,14,.12) 36%, rgba(8,11,14,.42) 100%);
}
.estimator-top-inner{
  padding-top: 108px;
  padding-bottom: 120px;
}
.estimator-title{
  font-size: clamp(46px, 4.15vw, 64px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
}

.stepper{
  position: relative;
  width: min(760px, 100%);
  margin: 34px auto 0;
  justify-content: space-between;
  gap: 0;
}
.stepper::before{
  content: "";
  position: absolute;
  left: 76px;
  right: 76px;
  top: 31px;
  height: 1px;
  background: rgba(255,255,255,.58);
  z-index: 0;
}
.step-item{
  position: relative;
  z-index: 1;
  min-width: 104px;
  background: transparent;
}
.step-ring{
  width: 62px;
  height: 62px;
  border: 2px solid rgba(255,255,255,.76);
  box-shadow: 0 0 0 4px rgba(255,255,255,.10), 0 0 0 1px rgba(0,0,0,.26) inset;
  background: rgba(10,14,18,.24);
}
.step-core{
  width: 34px;
  height: 34px;
  font-family: Inter, Segoe UI, Arial, sans-serif;
  font-weight: 700;
  background: rgba(46,52,58,.92);
}
.step-item small{
  font-size: 10px;
  letter-spacing: .18em;
  font-weight: 600;
}

.estimator-workspace{
  margin-top: -98px;
  padding-bottom: 92px;
}
.estimator-panel{
  max-width: 920px;
}
.estimator-card{
  min-height: 520px;
  background: var(--estimator-panel-bg);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: none;
}
.estimator-card-head{
  margin-bottom: 28px;
}
.roof-icon{
  width: 178px;
  margin: 0 auto 14px;
}
.estimator-card h2{
  font-size: 56px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}
.estimator-card p{
  max-width: 580px;
  font-size: 16px;
  line-height: 1.52;
}
.roof-form{
  margin-top: 62px;
}
.roof-form input{
  width: min(100%, 620px);
  height: 52px;
  font-size: 16px;
}
.roof-form .btn{
  min-width: 148px;
  min-height: 40px;
  padding-inline: 18px;
}
.preview-shell{
  background: rgba(32,32,32,.24);
}

@media (max-width: 720px){
  .estimator-top-photo{filter: saturate(.86) brightness(.68) contrast(1.01)}
  .estimator-top-overlay{
    background:
      linear-gradient(90deg, rgba(7,10,12,.84) 0%, rgba(9,12,15,.62) 18%, rgba(10,14,18,.26) 50%, rgba(9,12,15,.62) 82%, rgba(7,10,12,.84) 100%),
      linear-gradient(180deg, rgba(8,11,14,.30) 0%, rgba(8,11,14,.12) 36%, rgba(8,11,14,.40) 100%);
  }
  .stepper{
    width: min(100%, 340px);
    gap: 10px;
    justify-content: space-between;
  }
  .stepper::before{
    left: 36px;
    right: 36px;
    top: 26px;
  }
  .step-item{
    min-width: 58px;
  }
  .step-ring{width:52px;height:52px}
  .step-core{width:30px;height:30px;font-size:13px}
  .estimator-title{font-size: 40px}
  .estimator-card{min-height:auto}
  .estimator-card h2{font-size:42px}
}

/* V12 — complete landing-page structure */
.section-kicker{display:block;color:#f4f2ed;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;margin-bottom:8px}
.compact-heading{margin-bottom:56px}

.about-banner{position:relative;min-height:270px;display:flex;align-items:center;overflow:hidden;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.08)}
.about-banner-image,.about-banner-overlay{position:absolute;inset:0}
.about-banner-image{background:url('assets/estimator-top-bg.png') center 48% / cover no-repeat;filter:saturate(.78) brightness(.72) contrast(1.02)}
.about-banner-overlay{background:linear-gradient(90deg,rgba(7,10,12,.82) 0%,rgba(7,10,12,.58) 30%,rgba(7,10,12,.25) 60%,rgba(7,10,12,.70) 100%),linear-gradient(180deg,rgba(8,11,14,.20),rgba(8,11,14,.40))}
.about-banner-inner{position:relative;z-index:1;padding:72px 0;max-width:650px;margin-left:max(calc((100vw - min(calc(100vw - 52px),var(--container)))/2),26px);margin-right:auto;width:min(650px,calc(100% - 52px))}
.about-banner-inner h2{margin:0;font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;text-transform:uppercase;font-size:clamp(46px,5vw,70px);line-height:.88;font-weight:600;letter-spacing:-.02em}
.about-banner-inner h2 em{display:block;font-style:normal;color:var(--orange-bright)}
.about-banner-inner p{max-width:500px;color:#d9dddf;margin:18px 0 0;font-size:14px;line-height:1.58}

.about-story{padding:110px 0 118px;position:relative;background:linear-gradient(180deg,rgba(7,10,12,.14),rgba(7,10,12,.28))}
.about-story-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.95fr);gap:62px;align-items:center}
.about-photo{margin:0;position:relative;border:1px solid rgba(242,97,0,.72);background:#11171b;overflow:hidden}
.about-photo img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;filter:saturate(.92) contrast(1.02)}
.about-photo figcaption{position:absolute;left:0;right:0;bottom:0;padding:10px 14px;background:rgba(6,9,11,.78);color:#9ea6aa;font-size:10px;letter-spacing:.04em;transform:translateY(100%);transition:transform .28s ease}
.about-photo:hover figcaption{transform:none}
.about-copy-block h3{margin:0 0 20px;text-transform:uppercase;font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;font-size:clamp(34px,3.6vw,52px);font-weight:600;line-height:.96}
.about-copy-block h3 em{font-style:normal;color:var(--orange-bright)}
.about-copy-block>p{max-width:580px;color:#c8ced1;font-size:15px;line-height:1.68}
.about-detail-line{height:28px;position:relative;margin:26px 0 18px}
.about-detail-line:before{content:"";position:absolute;left:-38px;right:28px;top:50%;height:1px;background:linear-gradient(90deg,rgba(242,97,0,0),rgba(242,97,0,.95) 12%,rgba(242,97,0,.95) 86%,rgba(242,97,0,0))}
.about-detail-line span{position:absolute;right:0;top:50%;width:28px;height:28px;border:1px solid var(--orange-bright);border-radius:50%;transform:translateY(-50%);background:rgba(7,10,12,.4)}
.about-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08)}
.about-mini-grid>div{background:rgba(10,14,17,.62);padding:18px 16px}
.about-mini-grid strong,.about-mini-grid span{display:block}.about-mini-grid strong{text-transform:uppercase;color:#fff;font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;font-size:20px;font-weight:600}.about-mini-grid span{margin-top:3px;color:#9fa7ab;font-size:11px}

.trust-band{background:linear-gradient(180deg,var(--orange-bright),var(--orange-deep));padding:0}
.trust-grid{background:transparent;box-shadow:none}

.process-section{padding:112px 0 104px;position:relative;overflow:hidden;background:linear-gradient(180deg,rgba(6,9,11,.18),rgba(6,9,11,.36))}
.process-section:after{content:"";position:absolute;width:520px;height:520px;right:-260px;top:70px;border:1px solid rgba(242,97,0,.10);border-radius:50%;box-shadow:0 0 0 90px rgba(242,97,0,.025),0 0 0 180px rgba(242,97,0,.015);pointer-events:none}
.process-track{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:56px;margin:72px auto 48px;max-width:980px}
.process-track:before{content:"";position:absolute;left:calc(12.5% - 10px);right:calc(12.5% - 10px);top:48px;height:3px;background:linear-gradient(90deg,var(--orange-bright),rgba(242,97,0,.65),var(--orange-bright));z-index:0}
.process-step{position:relative;z-index:1;border:0;background:transparent;color:#fff;padding:0;cursor:pointer;text-align:center}
.process-step>span{width:98px;height:98px;margin:0 auto 15px;border:5px solid var(--orange-bright);border-radius:50%;display:grid;place-items:center;background:#0a0e11;color:#fff;font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;font-size:30px;font-weight:500;transition:background .25s ease,box-shadow .25s ease,transform .25s ease}
.process-step strong{display:block;text-transform:uppercase;font-size:11px;letter-spacing:.13em;color:#aeb5b9;transition:color .25s ease}
.process-step:hover>span,.process-step.active>span{background:var(--orange-bright);color:#0b0f12;box-shadow:0 0 30px rgba(242,97,0,.22);transform:translateY(-4px)}
.process-step.active strong{color:#fff}
.process-detail{display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center;max-width:920px;margin:0 auto;border:1px solid rgba(255,255,255,.11);background:rgba(18,23,27,.58);padding:26px 28px}
.process-number{font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;font-size:54px;color:rgba(242,97,0,.28);font-weight:600;line-height:1}
.process-detail h3{margin:0;font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;text-transform:uppercase;font-size:28px;font-weight:600;line-height:1.05}.process-detail p{margin:8px 0 0;color:#b9c0c4;font-size:13px;max-width:620px}.process-detail .eyebrow{margin-bottom:5px}

.work-section{position:relative;padding:110px 0 120px;overflow:hidden;background:#0b1013}
.work-bg{position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,10,12,.90),rgba(7,10,12,.84)),url('assets/hero-house-hd.png') center 52% / cover no-repeat;filter:saturate(.60)}
.work-inner{position:relative;z-index:1}
.work-filter{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:-18px 0 38px}
.work-filter button{border:1px solid rgba(255,255,255,.15);background:rgba(8,12,14,.46);color:#b8c0c4;padding:10px 17px;border-radius:6px;text-transform:uppercase;font-size:9px;font-weight:800;letter-spacing:.10em;cursor:pointer;transition:.2s ease}
.work-filter button:hover,.work-filter button.active{background:var(--orange-bright);border-color:var(--orange-bright);color:#111519}
.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.project-card{position:relative;min-height:390px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#101519;transition:opacity .25s ease,transform .25s ease}
.project-card.hidden{display:none}.project-card:hover{transform:translateY(-5px)}
.project-image{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .6s ease,filter .35s ease}.project-image-a{background-image:url('assets/hero-house-hd.png')}.project-image-b{background-image:url('assets/hero-house-clean.jpg');background-position:65% center}.project-image-c{background-image:url('assets/estimator-top-bg.png')}
.project-card:hover .project-image{transform:scale(1.055);filter:saturate(.82) brightness(.72)}
.project-overlay{position:absolute;inset:auto 0 0;padding:72px 22px 22px;background:linear-gradient(180deg,transparent,rgba(5,8,10,.95) 60%);transform:translateY(52px);transition:transform .32s ease}
.project-card:hover .project-overlay{transform:none}
.project-overlay>span{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:var(--orange-bright);font-weight:800}.project-overlay h3{font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;text-transform:uppercase;font-size:25px;line-height:1.02;margin:7px 0 5px;font-weight:600}.project-overlay p{margin:0;color:#aeb5b9;font-size:11px}.project-open{margin-top:15px;border:0;border-bottom:1px solid var(--orange-bright);background:transparent;color:#fff;text-transform:uppercase;font-size:9px;letter-spacing:.12em;padding:0 0 4px;cursor:pointer}

.assurance-section{padding:0;background:#0d1215}
.assurance-grid{display:grid;grid-template-columns:1fr 1fr;width:min(100%,var(--container));max-width:none}
.assurance-card{padding:58px 54px 60px;min-height:310px}.assurance-card.orange{background:linear-gradient(145deg,#ff7310,#db5200);color:#fff}.assurance-card.dark{background:#171d21;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.assurance-card h2{font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;text-transform:uppercase;font-size:40px;line-height:.98;font-weight:600;margin:0 0 16px}.assurance-card p{max-width:500px;font-size:13px;line-height:1.65;margin-bottom:28px}.assurance-card.orange p{color:#fff6ef}.assurance-card.dark p{color:#b8c0c4}.assurance-card>a{display:inline-flex;gap:10px;text-transform:uppercase;font-size:10px;letter-spacing:.11em;font-weight:800;border-bottom:1px solid currentColor;padding-bottom:4px}.dark-eyebrow{color:#171c20}

.review-carousel{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:16px}.review-viewport{overflow:hidden}.review-track{display:flex;gap:20px;transition:transform .45s cubic-bezier(.2,.7,.2,1);will-change:transform}.review-track .review-card{flex:0 0 calc((100% - 40px)/3);min-width:0}.carousel-arrow{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(10,14,17,.60);color:#fff;font-size:28px;line-height:1;cursor:pointer;transition:.2s ease}.carousel-arrow:hover{background:var(--orange-bright);border-color:var(--orange-bright);color:#121619}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.carousel-dots button{width:7px;height:7px;border-radius:50%;padding:0;border:0;background:rgba(255,255,255,.25);cursor:pointer}.carousel-dots button.active{background:var(--orange-bright);box-shadow:0 0 12px rgba(242,97,0,.30)}

.faq-section{padding:108px 0;background:linear-gradient(180deg,#13191d,#0e1316)}
.faq-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:start}.faq-intro h2{margin:0 0 18px;font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;text-transform:uppercase;font-size:44px;line-height:.98;font-weight:600}.faq-intro p{color:#aeb6ba;font-size:13px;line-height:1.65;margin-bottom:26px}.faq-list{border-top:1px solid rgba(255,255,255,.10)}.faq-list details{border-bottom:1px solid rgba(255,255,255,.10);padding:0}.faq-list summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 4px;cursor:pointer;text-transform:uppercase;font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;font-size:19px;font-weight:500;color:#eef0ef}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--orange-bright);font-family:Inter,sans-serif;font-size:20px;transition:transform .2s ease}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{margin:0;padding:0 42px 22px 4px;color:#aeb5b9;font-size:13px;line-height:1.65}

.project-lightbox{position:fixed;inset:0;z-index:500;display:grid;place-items:center;padding:22px;opacity:0;pointer-events:none;transition:opacity .22s ease}.project-lightbox.open{opacity:1;pointer-events:auto}.project-lightbox-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.76);backdrop-filter:blur(5px)}.project-lightbox-card{position:relative;z-index:1;width:min(760px,100%);background:#151b1f;border:1px solid rgba(255,255,255,.13);padding:34px}.project-lightbox-card h3{font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;text-transform:uppercase;font-size:34px;margin:0 0 10px}.project-lightbox-card p{color:#b9c0c4;line-height:1.65}.project-lightbox-close{position:absolute;right:14px;top:10px;border:0;background:transparent;color:#fff;font-size:26px;cursor:pointer}

@media (max-width:1050px){
  .about-story-grid{grid-template-columns:1fr;gap:42px}.about-photo{max-width:720px;margin-inline:auto}.about-copy-block{max-width:720px;margin-inline:auto}
  .process-track{gap:28px}.process-step>span{width:86px;height:86px}.process-track:before{top:43px}
  .project-grid{grid-template-columns:1fr 1fr}.project-card:last-child{grid-column:1/-1;min-height:340px}
  .assurance-grid{grid-template-columns:1fr}
  .review-track .review-card{flex-basis:calc((100% - 20px)/2)}
  .faq-grid{grid-template-columns:1fr;gap:42px}
}
@media (max-width:720px){
  .about-banner{min-height:240px}.about-banner-inner{padding:62px 0;margin-left:14px;width:calc(100% - 28px)}.about-banner-inner h2{font-size:46px}
  .about-story{padding:78px 0 84px}.about-mini-grid{grid-template-columns:1fr}.about-detail-line:before{left:0}
  .process-section{padding:82px 0}.process-track{grid-template-columns:repeat(2,1fr);gap:38px 20px;margin-top:54px}.process-track:before{display:none}.process-step>span{width:76px;height:76px;font-size:24px;border-width:4px}.process-detail{grid-template-columns:1fr;text-align:center}.process-number{display:none}.process-detail .btn{width:100%}
  .work-section{padding:82px 0}.project-grid{grid-template-columns:1fr}.project-card,.project-card:last-child{grid-column:auto;min-height:340px}.project-overlay{transform:none}
  .assurance-card{padding:44px 26px}.assurance-card h2{font-size:34px}
  .review-carousel{grid-template-columns:34px minmax(0,1fr) 34px;gap:8px}.carousel-arrow{width:34px;height:34px}.review-track .review-card{flex-basis:100%}
  .faq-section{padding:82px 0}.faq-intro h2{font-size:36px}
}


/* V13 — reusable, true scroll parallax system */
.page-parallax{
  inset:-10vh 0;
  transform:translate3d(0,var(--global-parallax-y,0px),0) scale(1.14);
  transform-origin:center top;
  will-change:transform;
}
.parallax-section-layer{
  will-change:transform;
  transform:translate3d(0,var(--section-parallax-y,0px),0) scale(1.16);
  transform-origin:center center;
  backface-visibility:hidden;
}
.about-banner-image{
  inset:-12% 0;
}
.work-bg{
  inset:-12% 0;
}



/* V14 — visibly moving parallax, not a fixed-background illusion */
.page-parallax{
  position:fixed;
  left:0;
  right:0;
  top:-70vh;
  bottom:auto;
  height:240vh;
  inset-inline:0;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  transform:translate3d(0,var(--global-parallax-y,0px),0) scale(1.02);
  transform-origin:center center;
  will-change:transform;
  backface-visibility:hidden;
}
.parallax-section-layer{
  top:-25%;
  bottom:-25%;
  left:0;
  right:0;
  inset-inline:0;
  height:auto;
  transform:translate3d(0,var(--section-parallax-y,0px),0) scale(1.04);
  transform-origin:center center;
  will-change:transform;
  backface-visibility:hidden;
}
.about-banner-image,
.work-bg{
  inset-inline:0;
}



/* =========================================================
   V15 — INDEX BASE EFFECTS
   Parallax + glass + hero fade + reveal + smoother scrolling
   ========================================================= */

/* Parallax: Chrome/Edge use native CSS scroll-driven animation.
   This works locally and does not depend on an API or a server. */
@keyframes brito-global-parallax {
  0%   { transform: translate3d(0, 14vh, 0) scale(1.18); }
  100% { transform: translate3d(0, -34vh, 0) scale(1.18); }
}
@keyframes brito-section-parallax {
  0%   { transform: translate3d(0, -9%, 0) scale(1.13); }
  100% { transform: translate3d(0, 9%, 0) scale(1.13); }
}

.page-parallax{
  position:fixed;
  inset:-34vh -5vw;
  height:auto;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  transform:translate3d(0,14vh,0) scale(1.18);
  transform-origin:center center;
  will-change:transform;
  backface-visibility:hidden;
}



.parallax-section-layer{
  top:-18%;
  bottom:-18%;
  left:0;
  right:0;
  transform:translate3d(0,-6%,0) scale(1.13);
  transform-origin:center center;
  will-change:transform;
  backface-visibility:hidden;
}

/* HERO: video now spans the hero; the dark area is made with gradients,
   eliminating the visible hard edge where the video used to begin. */
.hero-video{
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:62% center;
  filter:saturate(.98) contrast(1.03) brightness(.92);
}
.hero-vignette{
  background:
    linear-gradient(90deg,
      rgba(5,9,11,.98) 0%,
      rgba(5,9,11,.96) 16%,
      rgba(5,9,11,.91) 27%,
      rgba(5,9,11,.78) 38%,
      rgba(5,9,11,.58) 48%,
      rgba(5,9,11,.34) 58%,
      rgba(5,9,11,.14) 69%,
      rgba(5,9,11,.04) 79%,
      rgba(5,9,11,0) 91%),
    linear-gradient(180deg,
      rgba(8,12,15,.09) 0%,
      rgba(8,12,15,.04) 46%,
      rgba(8,12,15,.22) 100%);
}

/* GLASS SYSTEM — square containers stay square; only existing buttons/circles
   retain their rounded shape. */
.service-card,
.about-mini-grid > div,
.process-detail,
.estimate-card,
.review-card,
.faq-list details,
.assurance-card.dark,
.project-lightbox-card{
  background:linear-gradient(145deg, rgba(27,34,39,.29), rgba(11,16,19,.20));
  border-color:rgba(255,255,255,.15);
  -webkit-backdrop-filter:blur(18px) saturate(1.14);
  backdrop-filter:blur(18px) saturate(1.14);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.055),
    0 18px 42px rgba(0,0,0,.16);
}
.service-card{
  background:linear-gradient(155deg, rgba(31,39,44,.34), rgba(11,16,19,.18));
}
.service-card:hover{
  background:linear-gradient(155deg, rgba(34,42,47,.42), rgba(12,17,20,.23));
  border-color:rgba(242,97,0,.42);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 24px 52px rgba(0,0,0,.22),
    0 0 24px rgba(242,97,0,.10);
}
.process-detail,
.estimate-card{
  background:linear-gradient(105deg, rgba(25,31,35,.31), rgba(9,14,17,.20));
}
.review-card,
.faq-list details{
  background:linear-gradient(145deg, rgba(27,34,39,.27), rgba(11,16,19,.18));
}
.about-mini-grid{
  background:rgba(255,255,255,.08);
}
.about-mini-grid > div{
  background:rgba(20,27,31,.25);
}
.work-filter button,
.carousel-arrow{
  -webkit-backdrop-filter:blur(14px) saturate(1.12);
  backdrop-filter:blur(14px) saturate(1.12);
}
.work-filter button{
  background:rgba(14,20,23,.28);
}

/* The header already had blur; this makes transparency more apparent over
   the video/background while maintaining readability. */
.site-header{
  background:rgba(12,16,20,.22);
  -webkit-backdrop-filter:blur(19px) saturate(1.16);
  backdrop-filter:blur(19px) saturate(1.16);
}
.site-header.scrolled{
  background:rgba(12,16,20,.48);
  -webkit-backdrop-filter:blur(21px) saturate(1.18);
  backdrop-filter:blur(21px) saturate(1.18);
}

/* One-time scroll entrance animation. JS assigns stagger and direction. */
.reveal{
  --reveal-x:0px;
  --reveal-y:30px;
  --reveal-delay:0ms;
  opacity:0;
  filter:blur(5px);
  transform:translate3d(var(--reveal-x),var(--reveal-y),0) scale(.992);
  transition:
    opacity .78s cubic-bezier(.22,.61,.36,1) var(--reveal-delay),
    transform .82s cubic-bezier(.22,.61,.36,1) var(--reveal-delay),
    filter .72s ease var(--reveal-delay);
  will-change:opacity,transform,filter;
}
.reveal.visible{
  opacity:1;
  filter:blur(0);
  transform:translate3d(0,0,0) scale(1);
}
.hero-copy.reveal{
  --reveal-x:-28px;
  --reveal-y:10px;
}

/* Hero content gets a second, subtle stagger once the hero wrapper reveals. */
.hero-copy .hero-brand-lockup,
.hero-copy h1,
.hero-copy .hero-lead,
.hero-copy .hero-actions,
.hero-copy .hero-points{
  opacity:0;
  transform:translate3d(-16px,12px,0);
  transition:opacity .65s ease, transform .72s cubic-bezier(.22,.61,.36,1);
}
.hero-copy.visible .hero-brand-lockup{opacity:1;transform:none;transition-delay:.08s}
.hero-copy.visible h1{opacity:1;transform:none;transition-delay:.16s}
.hero-copy.visible .hero-lead{opacity:1;transform:none;transition-delay:.24s}
.hero-copy.visible .hero-actions{opacity:1;transform:none;transition-delay:.32s}
.hero-copy.visible .hero-points{opacity:1;transform:none;transition-delay:.40s}

/* More polished anchor scrolling and comfortable target offset below sticky header. */
html{scroll-behavior:smooth;scroll-padding-top:76px}
section[id]{scroll-margin-top:76px}
body.brito-smooth-scroll{overscroll-behavior-y:none}

@media (max-width:1050px){
  .hero-video{inset:0;width:100%;object-position:65% center}
}
@media (max-width:720px){
  .hero-video{inset:0;width:100%;height:100%;object-position:65% center;filter:saturate(.94) brightness(.86)}
  .hero-vignette{
    background:
      linear-gradient(0deg,rgba(5,9,11,.96) 7%,rgba(5,9,11,.90) 39%,rgba(5,9,11,.60) 61%,rgba(5,9,11,.16) 88%),
      linear-gradient(90deg,rgba(5,9,11,.52),rgba(5,9,11,.05));
  }
  .reveal{--reveal-y:22px;--reveal-x:0px;filter:blur(3px)}
}




/* =========================================================
   V16 — SINGLE SOURCE OF TRUTH FOR MOTION
   Direct translate3d parallax driven by requestAnimationFrame.
   No scroll-timeline and no reduced-motion override in this
   development build, so local Windows settings cannot disable it.
   ========================================================= */
.page-parallax{
  position:fixed !important;
  z-index:0;
  pointer-events:none;
  left:-4vw !important;
  right:-4vw !important;
  top:-105vh !important;
  bottom:auto !important;
  width:108vw !important;
  height:310vh !important;
  inset-inline:auto !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  transform:translate3d(0,0,0) scale3d(1.04,1.04,1) !important;
  transform-style:preserve-3d;
  transform-origin:center center;
  will-change:transform;
  backface-visibility:hidden;
  animation:none !important;
}

.parallax-section-layer{
  position:absolute;
  top:-22% !important;
  right:0 !important;
  bottom:-22% !important;
  left:0 !important;
  height:auto !important;
  transform:translate3d(0,0,0) scale3d(1.12,1.12,1) !important;
  transform-style:preserve-3d;
  transform-origin:center center;
  will-change:transform;
  backface-visibility:hidden;
  animation:none !important;
}

/* Make sure parallax parents clip their enlarged moving background layer. */
.about-banner,
.work-section{
  overflow:hidden;
}

/* Force the requested reveal motion in this development build. */
.reveal{
  opacity:0;
  filter:blur(5px);
  transform:translate3d(var(--reveal-x,0px),var(--reveal-y,30px),0) scale(.992);
}
.reveal.visible{
  opacity:1;
  filter:blur(0);
  transform:translate3d(0,0,0) scale(1);
}

/* Glass remains translucent so the moving background is visible through it. */
.service-card,
.about-mini-grid > div,
.process-detail,
.estimate-card,
.review-card,
.faq-list details,
.assurance-card.dark,
.project-lightbox-card{
  -webkit-backdrop-filter:blur(18px) saturate(1.14) !important;
  backdrop-filter:blur(18px) saturate(1.14) !important;
}

/* =========================================================
   V17 — SCROLL DEPTH SCALE
   Selected foreground elements breathe slightly with scroll
   direction. Individual CSS `scale` is used so this never
   competes with the reveal/parallax `transform` rules.
   ========================================================= */
.depth-reactive{
  --depth-scale:1;
  scale:var(--depth-scale);
  transform-origin:center center;
  transform-style:preserve-3d;
  will-change:scale;
  backface-visibility:hidden;
}

/* Images can tolerate a little more perceived depth than text-heavy cards. */
.about-photo.depth-reactive,
.project-card.depth-reactive{
  transform-origin:center center;
}

/* Keep hover behavior intact while the independent scale property is active. */
.service-card.depth-reactive,
.project-card.depth-reactive,
.assurance-card.depth-reactive,
.review-card.depth-reactive,
.estimate-card.depth-reactive,
.process-detail.depth-reactive,
.faq-list details.depth-reactive{
  isolation:isolate;
}

/* =========================================================
   V18 — Estimator Step 2: 3-second roof scanning + confirmation
   ========================================================= */
.estimator-stage[hidden]{display:none!important}
.estimator-stage.stage-enter{animation:estimatorStageIn .52s cubic-bezier(.2,.72,.2,1) both}
@keyframes estimatorStageIn{
  from{opacity:0;transform:translate3d(0,18px,0);filter:blur(5px)}
  to{opacity:1;transform:translate3d(0,0,0);filter:blur(0)}
}
.step-item.completed .step-core{
  background:rgba(242,97,0,.20);
  border:1px solid rgba(242,97,0,.62);
  color:#fff;
  box-shadow:0 0 16px rgba(242,97,0,.16);
}
.step-item.completed .step-ring{border-color:rgba(242,97,0,.78)}
.step-item.completed small{color:#fff}

.stage-confirm{padding-top:42px}
.confirm-head{margin-bottom:26px}
.estimator-stage-kicker{
  display:inline-block;
  margin-bottom:10px;
  color:#ffad73;
  font-size:10px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.confirm-head h2{font-size:50px}
.confirm-head p{font-size:14px;max-width:700px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.roof-map-shell{
  --roof-x:51%;
  --roof-y:51%;
  position:relative;
  width:100%;
  aspect-ratio:16/8.6;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.24);
  background:#11191b;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.30),0 24px 52px rgba(0,0,0,.20);
  cursor:default;
  isolation:isolate;
}
.roof-map-fallback{
  position:absolute;
  inset:-5%;
  overflow:hidden;
  background:
    radial-gradient(circle at 15% 22%,rgba(72,91,72,.45),transparent 16%),
    radial-gradient(circle at 78% 24%,rgba(66,86,68,.38),transparent 18%),
    radial-gradient(circle at 65% 74%,rgba(76,94,72,.34),transparent 20%),
    linear-gradient(32deg,rgba(86,93,82,.24) 0 21%,transparent 21% 52%,rgba(91,96,84,.20) 52% 73%,transparent 73%),
    linear-gradient(145deg,#28312f,#1c2527 44%,#31382f 45%,#222c2d 100%);
  filter:saturate(.70) contrast(1.08) brightness(.74);
  transform:scale(1.08);
  transition:opacity .35s ease;
}
.google-roof-map{
  position:absolute;
  inset:0;
  z-index:1;
  opacity:0;
  background:#11191b;
  transition:opacity .35s ease;
}
.roof-map-shell.has-google-map .google-roof-map{opacity:1}
.roof-map-shell.has-google-map .roof-map-fallback{opacity:0}
.roof-map-shell.has-google-map .roof-footprint{display:none}
.roof-map-shell.has-google-map::after{background:linear-gradient(180deg,rgba(4,8,9,.02),rgba(4,8,9,.12)),radial-gradient(circle at center,transparent 58%,rgba(4,8,9,.18) 100%)}
.fallback-road{position:absolute;display:block;background:rgba(119,117,104,.38);box-shadow:0 0 0 1px rgba(211,202,181,.08) inset}
.road-a{width:130%;height:11%;left:-15%;top:48%;transform:rotate(-7deg)}
.road-b{width:8%;height:130%;left:44%;top:-15%;transform:rotate(13deg)}
.road-c{width:68%;height:6%;left:45%;top:18%;transform:rotate(24deg)}
.fallback-lot{position:absolute;display:block;background:linear-gradient(145deg,rgba(159,153,136,.50),rgba(82,85,78,.66));border:2px solid rgba(26,31,30,.55);box-shadow:9px 9px 0 rgba(15,20,20,.22)}
.lot-a{width:18%;height:17%;left:22%;top:23%;transform:rotate(-7deg)}
.lot-b{width:19%;height:18%;left:56%;top:24%;transform:rotate(8deg)}
.lot-c{width:17%;height:16%;left:19%;top:64%;transform:rotate(5deg)}
.lot-d{width:21%;height:18%;left:61%;top:61%;transform:rotate(-9deg)}
.fallback-tree{position:absolute;width:10%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 35% 32%,rgba(94,124,76,.72),rgba(28,56,37,.80) 62%,rgba(14,30,23,.88));filter:blur(.2px)}
.tree-a{left:5%;top:16%}.tree-b{right:8%;top:45%;width:13%}.tree-c{left:42%;bottom:2%;width:12%}

.roof-map-shell::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(4,8,9,.06),rgba(4,8,9,.24)),radial-gradient(circle at center,transparent 35%,rgba(4,8,9,.28) 100%);
}
.roof-footprint{
  position:absolute;
  z-index:5;
  left:var(--roof-x);
  top:var(--roof-y);
  width:31%;
  transform:translate(-50%,-50%) scale(.94);
  opacity:0;
  transition:left .45s ease,top .45s ease,opacity .35s ease,transform .45s cubic-bezier(.2,.7,.2,1),filter .35s ease;
  filter:drop-shadow(0 0 12px rgba(242,97,0,.18));
  pointer-events:none;
}
.roof-footprint svg{display:block;width:100%;height:auto;overflow:visible}
.roof-footprint polygon,.roof-footprint polyline{
  fill:rgba(242,97,0,.08);
  stroke:#ff7118;
  stroke-width:4;
  vector-effect:non-scaling-stroke;
  stroke-linejoin:round;
}
.roof-footprint polyline{fill:none;stroke-width:2;opacity:.74}
.roof-footprint-dot{
  position:absolute;
  left:50%;top:50%;
  width:12px;height:12px;
  border-radius:50%;
  background:#ff7118;
  box-shadow:0 0 0 8px rgba(242,97,0,.12),0 0 24px rgba(242,97,0,.60);
  transform:translate(-50%,-50%);
}
.roof-map-shell.scan-complete .roof-footprint{opacity:1;transform:translate(-50%,-50%) scale(1)}
.roof-map-shell.is-reselecting{cursor:crosshair}
.roof-map-shell.is-reselecting .roof-footprint{opacity:.54;filter:drop-shadow(0 0 18px rgba(242,97,0,.32))}
.roof-map-shell.is-reselecting::before{
  content:"SELECT ROOF";
  position:absolute;z-index:8;left:50%;top:50%;transform:translate(-50%,-50%);
  color:#fff;font-size:10px;font-weight:800;letter-spacing:.18em;
  padding:9px 13px;border:1px solid rgba(255,255,255,.30);background:rgba(5,9,10,.58);
  pointer-events:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
}

.roof-scan-overlay{position:absolute;z-index:6;inset:0;opacity:0;pointer-events:none;transition:opacity .2s ease}
.roof-map-shell.is-scanning .roof-scan-overlay{opacity:1}
.roof-scan-grid{
  position:absolute;inset:0;
  background-image:linear-gradient(rgba(255,120,32,.10) 1px,transparent 1px),linear-gradient(90deg,rgba(255,120,32,.10) 1px,transparent 1px);
  background-size:38px 38px;
  mask-image:linear-gradient(180deg,transparent,black 18%,black 82%,transparent);
}
.roof-scan-line{
  position:absolute;left:0;right:0;height:2px;top:0;
  background:linear-gradient(90deg,transparent,rgba(255,111,21,.50) 18%,#ff7118 50%,rgba(255,111,21,.50) 82%,transparent);
  box-shadow:0 0 18px rgba(255,113,24,.78),0 12px 34px rgba(255,113,24,.14);
  animation:roofScannerLine 3s cubic-bezier(.42,0,.58,1) both;
}
.roof-map-shell.is-scanning .roof-scan-line{animation:roofScannerLine 3s cubic-bezier(.42,0,.58,1) both}
@keyframes roofScannerLine{
  0%{top:3%;opacity:.35}
  10%{opacity:1}
  48%{top:92%;opacity:1}
  52%{top:92%;opacity:1}
  96%{top:4%;opacity:1}
  100%{top:4%;opacity:.2}
}
.roof-scan-reticle{position:absolute;left:50%;top:50%;width:104px;height:104px;transform:translate(-50%,-50%);border:1px solid rgba(255,120,32,.55);border-radius:50%;box-shadow:0 0 0 22px rgba(255,120,32,.035),0 0 32px rgba(255,120,32,.10);animation:roofReticlePulse 1.15s ease-in-out infinite alternate}
.roof-scan-reticle::before,.roof-scan-reticle::after,.roof-scan-reticle span::before,.roof-scan-reticle span::after{content:"";position:absolute;background:#ff7118}
.roof-scan-reticle::before{width:24px;height:1px;left:-13px;top:50%}.roof-scan-reticle::after{width:24px;height:1px;right:-13px;top:50%}
.roof-scan-reticle span:first-child::before{width:1px;height:24px;top:-13px;left:50%}.roof-scan-reticle span:first-child::after{width:1px;height:24px;bottom:-13px;left:50%}
@keyframes roofReticlePulse{to{transform:translate(-50%,-50%) scale(1.08);box-shadow:0 0 0 28px rgba(255,120,32,.02),0 0 44px rgba(255,120,32,.16)}}

.roof-map-chip{position:absolute;z-index:9;top:14px;padding:8px 11px;border:1px solid rgba(255,255,255,.18);background:rgba(6,10,12,.54);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#eef1f2;pointer-events:none}
.map-chip-left{left:14px}.map-chip-right{right:14px;color:#b8c0c3}
.roof-scan-progress{height:2px;margin:13px 0 0;background:rgba(255,255,255,.08);overflow:hidden}
.roof-scan-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,#cc4e00,#ff7a21);box-shadow:0 0 14px rgba(242,97,0,.58)}
.roof-scan-progress.is-running span{animation:roofScanProgress 3s linear both}
@keyframes roofScanProgress{from{width:0}to{width:100%}}
.scan-feedback{margin-top:12px;min-height:22px;font-size:12px;letter-spacing:.02em}

.roof-confirm-summary{display:grid;grid-template-columns:1.35fr .65fr;gap:1px;margin-top:18px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.08)}
.roof-confirm-summary>div{min-width:0;padding:15px 17px;background:rgba(18,25,28,.35);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.roof-confirm-summary span,.roof-confirm-summary strong{display:block}
.roof-confirm-summary span{margin-bottom:5px;color:#9fa8ac;font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.roof-confirm-summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f2f3f2;font-size:12px;font-weight:600}
.roof-confirm-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:22px}
.roof-confirm-actions .btn{min-height:42px;padding-inline:17px;font-size:9px;letter-spacing:.11em}
.select-roof-btn.is-active{background:#c7f4b3;border-color:#0fae00;color:#0a4010;box-shadow:0 0 0 1px rgba(15,174,0,.18),0 0 22px rgba(15,174,0,.12)}
.select-roof-btn.is-active:hover{background:#c7f4b3;border-color:#0fae00;color:#0a4010}
.roof-select-hint{margin:12px auto 0!important;color:#cfeec6!important;font-size:11px!important;text-align:center;letter-spacing:.02em}

@media (max-width:720px){
  .stage-confirm{padding:28px 14px 32px}
  .confirm-head h2{font-size:38px}
  .confirm-head p{white-space:normal;font-size:13px}
  .roof-map-shell{aspect-ratio:1/1.02}
  .roof-footprint{width:48%}
  .map-chip-right{display:none}
  .roof-map-chip{top:10px;padding:7px 9px}.map-chip-left{left:10px}
  .roof-confirm-summary{grid-template-columns:1fr}
  .roof-confirm-actions{display:grid;grid-template-columns:1fr}.roof-confirm-actions .btn{width:100%}
  .roof-scan-reticle{width:84px;height:84px}
}

/* =========================================================
   V19 — Estimator Step 3: Project Type
   ========================================================= */
.stage-project{padding-top:42px}
.project-type-head{margin-bottom:28px}
.project-type-head h2{font-size:50px}
.project-type-head p{max-width:760px;margin-inline:auto;font-size:14px;line-height:1.65}
.project-type-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  max-width:940px;
  margin:0 auto;
}
.project-type-card{
  position:relative;
  display:grid;
  grid-template-columns:64px minmax(0,1fr) 28px;
  align-items:center;
  gap:16px;
  min-height:132px;
  padding:22px 22px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:0;
  background:rgba(22,27,29,.25);
  color:#f5f6f5;
  text-align:left;
  cursor:pointer;
  -webkit-backdrop-filter:blur(18px) saturate(1.12);
  backdrop-filter:blur(18px) saturate(1.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
  transition:border-color .28s ease,background .28s ease,box-shadow .28s ease,translate .28s ease,scale .28s ease;
}
.project-type-card:hover{
  border-color:rgba(242,97,0,.56);
  background:rgba(30,31,31,.35);
  box-shadow:0 0 28px rgba(242,97,0,.08),inset 0 1px 0 rgba(255,255,255,.04);
  translate:0 -2px;
}
.project-type-card.is-selected{
  border-color:#f26100;
  background:linear-gradient(135deg,rgba(242,97,0,.12),rgba(24,28,29,.28) 52%,rgba(24,28,29,.22));
  box-shadow:0 0 0 1px rgba(242,97,0,.14),0 0 34px rgba(242,97,0,.11),inset 0 1px 0 rgba(255,255,255,.045);
}
.project-type-icon{
  display:grid;
  place-items:center;
  width:62px;
  height:62px;
  border:1px solid rgba(242,97,0,.30);
  background:rgba(242,97,0,.055);
  color:#ff7a21;
}
.project-type-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.project-type-copy{min-width:0}
.project-type-copy strong{display:block;margin-bottom:7px;font-family:'Roboto Condensed',sans-serif;font-size:22px;font-weight:600;letter-spacing:.01em}
.project-type-copy small{display:block;color:#aeb5b7;font-size:11px;line-height:1.55;font-weight:500}
.project-type-check{
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
  color:transparent;
  font-size:12px;
  font-weight:900;
  transition:all .25s ease;
}
.project-type-card.is-selected .project-type-check{border-color:#f26100;background:#f26100;color:#fff;box-shadow:0 0 16px rgba(242,97,0,.28)}

.project-scope-panel{
  max-width:940px;
  margin:18px auto 0;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(17,22,24,.25);
  -webkit-backdrop-filter:blur(18px) saturate(1.10);
  backdrop-filter:blur(18px) saturate(1.10);
  animation:scopePanelIn .36s cubic-bezier(.2,.72,.2,1) both;
}
@keyframes scopePanelIn{from{opacity:0;transform:translate3d(0,10px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
.project-scope-heading{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:14px 17px;border-bottom:1px solid rgba(255,255,255,.09)}
.project-scope-heading span{color:#969fa3;font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.project-scope-heading strong{color:#fff;font-family:'Roboto Condensed',sans-serif;font-size:17px;font-weight:600}
.project-scope-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:rgba(255,255,255,.08)}
.project-scope-option{
  position:relative;
  min-height:92px;
  padding:16px 18px;
  border:0;
  border-radius:0;
  background:rgba(20,25,27,.52);
  color:#fff;
  text-align:left;
  cursor:pointer;
  transition:background .24s ease,color .24s ease,box-shadow .24s ease;
}
.project-scope-option:hover{background:rgba(35,37,37,.66)}
.project-scope-option.is-selected{background:rgba(242,97,0,.13);box-shadow:inset 0 -2px 0 #f26100}
.project-scope-option strong{display:block;margin-bottom:5px;font-size:11px;font-weight:700}
.project-scope-option small{display:block;color:#99a2a6;font-size:9.5px;line-height:1.45}
.project-scope-option.is-selected small{color:#c9cfd1}
.project-stage-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:24px}
.project-stage-actions .btn{min-height:42px;padding-inline:19px;font-size:9px;letter-spacing:.11em}
.project-stage-actions .btn:disabled{opacity:.38;cursor:not-allowed;filter:saturate(.45);box-shadow:none}
.project-feedback{margin-top:12px;min-height:20px;text-align:center;font-size:11px}

@media (max-width:820px){
  .project-type-grid{grid-template-columns:1fr}
  .project-scope-options{grid-template-columns:1fr}
}
@media (max-width:720px){
  .stage-project{padding:28px 14px 32px}
  .project-type-head h2{font-size:38px}
  .project-type-head p{font-size:13px}
  .project-type-card{grid-template-columns:52px minmax(0,1fr) 24px;gap:12px;min-height:116px;padding:17px 15px}
  .project-type-icon{width:50px;height:50px}.project-type-icon svg{width:31px;height:31px}
  .project-type-copy strong{font-size:20px}
  .project-stage-actions{display:grid;grid-template-columns:1fr}.project-stage-actions .btn{width:100%}
  .project-scope-heading{align-items:flex-start;flex-direction:column;gap:5px}
}


/* =========================================================
   V20 — Estimator Step 4: Preliminary Estimate
   ========================================================= */
.stage-estimate{padding-top:42px}
.estimate-stage-head{margin-bottom:26px}
.estimate-stage-head h2{font-size:50px}
.estimate-stage-head p{max-width:720px;margin-inline:auto;font-size:14px;line-height:1.65}
.estimate-result-shell{
  display:grid;
  grid-template-columns:minmax(0,1fr) 220px;
  gap:1px;
  max-width:940px;
  margin:0 auto 16px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.08);
  -webkit-backdrop-filter:blur(20px) saturate(1.12);
  backdrop-filter:blur(20px) saturate(1.12);
}
.estimate-result-main{padding:27px 30px;background:linear-gradient(135deg,rgba(242,97,0,.10),rgba(20,25,27,.38) 54%,rgba(20,25,27,.25))}
.estimate-result-label{display:block;margin-bottom:8px;color:#a8b0b4;font-size:9px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.estimate-result-value{display:block;color:#fff;font-family:'Roboto Condensed',sans-serif;font-size:clamp(38px,5vw,60px);font-weight:600;letter-spacing:-.02em;line-height:1}
.estimate-result-note{display:block;margin-top:9px;color:#c1c8cb;font-size:10px;line-height:1.5}
.estimate-result-status{display:flex;align-items:center;gap:12px;padding:22px 20px;background:rgba(18,23,25,.48)}
.estimate-status-dot{width:10px;height:10px;border-radius:50%;background:#f26100;box-shadow:0 0 0 5px rgba(242,97,0,.10),0 0 18px rgba(242,97,0,.35)}
.estimate-result-status strong,.estimate-result-status small{display:block}.estimate-result-status strong{font-size:11px}.estimate-result-status small{margin-top:4px;color:#98a1a5;font-size:9px;line-height:1.45}
.estimate-summary-grid{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:1px;max-width:940px;margin:0 auto;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.11)}
.estimate-summary-item{min-width:0;padding:15px 16px;background:rgba(17,22,24,.43);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}
.estimate-summary-item span,.estimate-summary-item strong{display:block}.estimate-summary-item span{margin-bottom:5px;color:#929ca0;font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.estimate-summary-item strong{overflow:hidden;text-overflow:ellipsis;color:#f1f3f2;font-size:10px;line-height:1.35}.estimate-summary-item.wide strong{white-space:nowrap}
.estimate-calculation{display:grid;grid-template-columns:1fr 1fr;gap:1px;max-width:940px;margin:14px auto 0;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.07)}
.estimate-calculation>div{padding:14px 16px;background:rgba(18,23,25,.35)}
.estimate-calculation span,.estimate-calculation strong{display:block}.estimate-calculation span{margin-bottom:5px;color:#929ca0;font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.estimate-calculation strong{color:#dce0e1;font-size:10px;font-weight:600}
.estimate-demo-notice{max-width:940px;margin:14px auto 0;padding:11px 14px;border-left:2px solid #f26100;background:rgba(242,97,0,.07);color:#aeb6b9;font-size:9px;line-height:1.55}.estimate-demo-notice strong{color:#e1e5e5}
.estimate-disclaimer{max-width:900px!important;margin:17px auto 0!important;color:#8f999d!important;font-size:9px!important;line-height:1.6!important;text-align:center}
.estimate-stage-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:24px}.estimate-stage-actions .btn{min-height:42px;padding-inline:19px;font-size:9px;letter-spacing:.11em}
.estimate-feedback{margin-top:12px;min-height:20px;text-align:center;font-size:10px}
@media (max-width:900px){.estimate-summary-grid{grid-template-columns:repeat(2,1fr)}.estimate-summary-item.wide{grid-column:1/-1}.estimate-result-shell{grid-template-columns:1fr}.estimate-result-status{border-top:1px solid rgba(255,255,255,.08)}}
@media (max-width:720px){.stage-estimate{padding:28px 14px 32px}.estimate-stage-head h2{font-size:38px}.estimate-stage-head p{font-size:13px}.estimate-result-main{padding:22px 18px}.estimate-result-value{font-size:38px}.estimate-summary-grid,.estimate-calculation{grid-template-columns:1fr}.estimate-summary-item.wide{grid-column:auto}.estimate-stage-actions{display:grid;grid-template-columns:1fr}.estimate-stage-actions .btn{width:100%}}

/* V21 live Google roof-data states */
.estimate-demo-notice code{font:inherit;color:#f1f3f2;background:rgba(255,255,255,.06);padding:1px 4px}
.estimate-demo-notice.is-live{border-left-color:#38b66c;background:rgba(56,182,108,.06)}
.estimate-demo-notice.is-warning{border-left-color:#f2a100;background:rgba(242,161,0,.06)}
.roof-map-shell.has-google-map.is-reselecting::before{z-index:10}


/* V22 — readable estimate + sliding calculation details */
.stage-estimate{font-size:16px}
.estimate-stage-head{max-width:760px}
.estimate-stage-head p{font-size:17px;line-height:1.6;color:#d5d9db}
.estimate-result-label{font-size:12px;letter-spacing:.14em}
.estimate-result-note{font-size:14px;line-height:1.55;color:#d0d5d7}
.estimate-result-status strong{font-size:14px}
.estimate-result-status small{font-size:12px;line-height:1.5;color:#abb3b6}
.estimate-summary-item{padding:18px 18px}
.estimate-summary-item span{margin-bottom:7px;font-size:11px;letter-spacing:.12em}
.estimate-summary-item strong{font-size:14px;line-height:1.4}
.estimate-calculation>div{padding:17px 18px}
.estimate-calculation span{margin-bottom:7px;font-size:11px;letter-spacing:.12em}
.estimate-calculation strong{font-size:14px;line-height:1.45}
.estimate-demo-notice{padding:14px 16px;font-size:12px;line-height:1.6}
.estimate-disclaimer{max-width:920px!important;margin-top:20px!important;font-size:12px!important;line-height:1.65!important;color:#a4adb0!important}
.estimate-stage-actions .btn{min-height:46px;padding-inline:22px;font-size:11px;letter-spacing:.10em}
.estimate-feedback{font-size:13px}

.estimate-details-control{max-width:940px;margin:16px auto 0;display:flex;justify-content:center}
.estimate-details-toggle{min-width:245px;min-height:46px;padding:0 20px;border:1px solid rgba(242,97,0,.55);background:rgba(242,97,0,.07);color:#f4f3ef;font:800 12px/1 Inter,Arial,sans-serif;letter-spacing:.10em;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:background .28s ease,border-color .28s ease,box-shadow .28s ease,transform .28s ease}
.estimate-details-toggle:hover{background:rgba(242,97,0,.13);border-color:rgba(242,97,0,.88);box-shadow:0 0 24px rgba(242,97,0,.10);transform:translateY(-1px)}
.estimate-details-toggle:focus-visible{outline:2px solid #ff7b22;outline-offset:3px}
.estimate-details-chevron{font-size:19px;line-height:1;transform:translateY(-2px);transition:transform .38s cubic-bezier(.2,.75,.25,1)}
.estimate-details-toggle[aria-expanded="true"] .estimate-details-chevron{transform:translateY(2px) rotate(180deg)}

.estimate-details-panel{max-width:940px;margin:0 auto;display:grid;grid-template-rows:0fr;opacity:0;transform:translateY(-8px);transition:grid-template-rows .48s cubic-bezier(.22,.72,.22,1),opacity .32s ease,transform .48s cubic-bezier(.22,.72,.22,1)}
.estimate-details-panel.is-open{grid-template-rows:1fr;opacity:1;transform:translateY(0)}
.estimate-details-inner{min-height:0;overflow:hidden}
.estimate-details-panel.is-open .estimate-details-inner{margin-top:14px}
.estimate-details-inner{border:1px solid rgba(255,255,255,.13);background:rgba(14,19,21,.34);-webkit-backdrop-filter:blur(22px) saturate(1.12);backdrop-filter:blur(22px) saturate(1.12)}
.estimate-details-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.8fr);gap:28px;align-items:end;padding:24px 26px 20px;border-bottom:1px solid rgba(255,255,255,.09);background:linear-gradient(110deg,rgba(242,97,0,.075),rgba(255,255,255,.018) 46%,transparent)}
.estimate-details-heading h3{margin:3px 0 0;font-family:'Roboto Condensed',sans-serif;font-size:30px;font-weight:600;line-height:1;text-transform:uppercase;color:#f5f4f1}
.estimate-details-heading p{margin:0!important;max-width:none!important;text-align:left;color:#b8c0c3!important;font-size:13px!important;line-height:1.55!important}
.estimate-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:rgba(255,255,255,.08)}
.estimate-detail-row{min-width:0;padding:19px 21px;background:rgba(14,19,21,.57)}
.estimate-detail-name{display:block;margin-bottom:7px;color:#9fa8ab;font-size:11px;font-weight:800;letter-spacing:.10em;text-transform:uppercase}
.estimate-detail-row strong{display:block;color:#f3f4f3;font-size:16px;font-weight:700;line-height:1.35}
.estimate-detail-row small{display:block;margin-top:6px;color:#a9b1b4;font-size:12px;line-height:1.5}
.estimate-detail-exclusions{padding:18px 22px;border-top:1px solid rgba(255,255,255,.08);background:rgba(242,97,0,.045)}
.estimate-detail-exclusions span{display:block;margin-bottom:6px;color:#f4a36c;font-size:11px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
.estimate-detail-exclusions p{margin:0!important;max-width:none!important;text-align:left!important;color:#b9c0c3!important;font-size:12px!important;line-height:1.6!important}

@media (max-width:900px){
  .estimate-details-heading{grid-template-columns:1fr;gap:10px;align-items:start}
  .estimate-detail-grid{grid-template-columns:1fr}
}
@media (max-width:720px){
  .estimate-stage-head p{font-size:15px}
  .estimate-result-label{font-size:11px}.estimate-result-note{font-size:13px}
  .estimate-result-status strong{font-size:13px}.estimate-result-status small{font-size:12px}
  .estimate-summary-item span,.estimate-calculation span{font-size:10px}
  .estimate-summary-item strong,.estimate-calculation strong{font-size:13px}
  .estimate-details-toggle{width:100%;min-width:0}
  .estimate-details-heading{padding:21px 18px 17px}
  .estimate-details-heading h3{font-size:26px}
  .estimate-detail-row{padding:17px 18px}
  .estimate-detail-row strong{font-size:15px}
  .estimate-detail-exclusions{padding:17px 18px}
}
