*{box-sizing:border-box}
html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}
html,body{margin:0;min-height:100%;overflow:visible;touch-action:auto;overscroll-behavior:auto}
body{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:#10243b;background:#fff;line-height:1.5}
img,svg{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
a{color:#0871ba;text-underline-offset:3px}
.wrap{width:min(calc(100% - 36px),1160px);margin:auto}
:root{--navy:#071d35;--blue:#0871ba;--sky:#eaf5ff;--muted:#617289;--line:#d7e3ed;--soft:#f5f9fc;--orange:#ffb02e;--radius:17px;--shadow:0 12px 32px rgba(7,29,53,.09)}
h1,h2{font-family:Georgia,"Times New Roman",serif;color:var(--navy);letter-spacing:-.025em}
h1{font-size:clamp(2.35rem,6vw,4.8rem);line-height:1;margin:0 0 14px}
h2{font-size:clamp(1.75rem,4vw,2.8rem);line-height:1.08;margin:0 0 12px}
h3{color:var(--navy);line-height:1.2;margin:0 0 7px}
p{color:var(--muted);margin:0 0 16px}
.lead{font-size:clamp(1.03rem,2vw,1.22rem);max-width:760px}
.eyebrow{display:flex;align-items:center;gap:8px;color:var(--blue);font-size:.76rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px}
.eyebrow:before{content:"";width:21px;height:3px;border-radius:9px;background:linear-gradient(90deg,var(--blue),var(--orange))}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(13px)}
.nav-row{height:64px;display:flex;align-items:center;gap:14px;position:relative}
.brand{display:flex;align-items:center;gap:9px;text-decoration:none;font-weight:900;color:var(--navy)}
.brand img{width:38px;height:38px;border-radius:10px}
.brand span{color:var(--blue)}
.nav-links{display:flex;gap:22px;margin-left:auto}
.nav-links a{text-decoration:none;color:#16344f;font-size:.91rem;font-weight:760}
.nav-actions{display:flex;gap:8px;align-items:center}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 14px;border-radius:11px;border:1px solid transparent;text-decoration:none;font-weight:850;cursor:pointer;background:#fff;color:var(--navy);white-space:nowrap}
.btn-primary{background:linear-gradient(135deg,var(--orange),#ffd173);border-color:#efaa28}
.btn-blue{background:var(--blue);color:#fff}
.btn-ghost{border-color:var(--line)}
.btn-small{min-height:40px;padding:8px 11px;font-size:.88rem}
.menu-btn{display:none;height:40px;padding:0 11px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--navy);font-weight:850}
.mobile-menu{display:none;position:absolute;right:0;top:55px;width:min(300px,calc(100vw - 36px));padding:8px;background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:var(--shadow)}
.mobile-menu[data-open="1"]{display:grid}
.mobile-menu a{padding:10px 11px;text-decoration:none;color:#16344f;font-weight:750;border-radius:8px}
.mobile-menu a:hover{background:var(--soft)}
.hero{min-height:590px;display:grid;align-items:center;position:relative;overflow:hidden;background:var(--navy)}
.hero-bg{position:absolute;inset:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.52}
.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,29,53,.98),rgba(7,29,53,.77) 58%,rgba(7,29,53,.3))}
.hero-copy{position:relative;z-index:2;max-width:740px;padding:76px 0 82px}
.hero h1,.hero p{color:#fff}
.hero .eyebrow{color:#8bd0ff}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin:23px 0 15px}
.hero-trust{display:flex;gap:10px 18px;flex-wrap:wrap;color:#c2d3e1;font-size:.84rem}
.section{padding:68px 0}
.section-soft{background:linear-gradient(180deg,#f7fbff,#f2f7fb)}
.section-head{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:25px}
.section-head>p{max-width:630px;margin:0}
.grid{display:grid;gap:16px}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:0 6px 22px rgba(7,29,53,.045)}
.service-icon{width:40px;height:40px;display:grid;place-items:center;background:var(--sky);color:var(--blue);border-radius:11px;margin-bottom:13px}
.service-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}
.service-card p{font-size:.92rem}
.service-card a{margin-top:auto;font-weight:850;text-decoration:none}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.step{display:flex;gap:11px;padding:14px 6px;border-top:2px solid #d9e9f5}
.step b{width:31px;height:31px;flex:0 0 31px;border-radius:9px;display:grid;place-items:center;color:var(--blue);background:var(--sky)}
.step strong{display:block;color:var(--navy)}
.step span{font-size:.88rem;color:var(--muted)}
.chips{display:flex;flex-wrap:wrap;gap:7px}
.chip{display:inline-flex;align-items:center;min-height:38px;padding:6px 10px;border:1px solid #cbddeb;border-radius:9px;background:#fff;text-decoration:none;color:#17486f;font-size:.85rem;font-weight:780}
.photo-banner{min-height:360px;border-radius:21px;overflow:hidden;position:relative;background:var(--navy)}
.photo-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.6}
.photo-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,29,53,.96),rgba(7,29,53,.35))}
.photo-copy{position:relative;z-index:2;max-width:650px;padding:48px;color:#fff}
.photo-copy h2,.photo-copy p{color:#fff}
.guide{padding:0;overflow:hidden}
.guide img{width:100%;aspect-ratio:3/2;object-fit:cover;background:#eef3f7}
.guide div{padding:17px}
.faq{border-top:1px solid var(--line)}
details{border-bottom:1px solid var(--line);padding:15px 0}
summary{cursor:pointer;font-weight:850;color:var(--navy)}
details p{margin:9px 0 0}
.page-hero{padding:54px 0 40px;background:linear-gradient(180deg,#f2f8fd,#fff)}
.crumb{font-size:.8rem;color:var(--muted);margin-bottom:15px}
.article{padding:34px 0;border-top:1px solid var(--line)}
.prose{max-width:880px}
.prose h2{margin-top:20px}
.prose h3{margin-top:20px}
.prose ul,.prose ol{color:var(--muted);padding-left:20px}
.prose li{margin:5px 0}
.article-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.article-links a{padding:7px 10px;border:1px solid var(--line);border-radius:8px;text-decoration:none;font-size:.85rem;font-weight:760}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px;align-items:start}
.form-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:20px;box-shadow:var(--shadow)}
.field{display:grid;gap:5px;margin-bottom:13px}
.field label{font-size:.78rem;font-weight:850;text-transform:uppercase;letter-spacing:.04em;color:var(--navy)}
.field input,.field textarea,.field select{width:100%;min-height:45px;padding:11px 12px;border:1px solid #c8d8e6;border-radius:10px;background:#fff;color:var(--navy)}
.field textarea{min-height:110px;resize:vertical}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.footer{background:var(--navy);color:#c8d8e6;padding:48px 0 90px}
.footer p,.footer a{color:#afc2d2}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}
.footer-links{display:grid;gap:7px}
.footer-links a{text-decoration:none}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:16px;margin-top:28px;font-size:.8rem;color:#94aabd}
.mobile-cta{display:none}
.est-bar{display:grid;grid-template-columns:88px 1fr 88px;gap:9px;align-items:center;margin-bottom:12px;position:sticky;top:0;z-index:30;padding:9px 0;background:linear-gradient(180deg,rgba(244,250,255,.98),rgba(244,250,255,.94),rgba(244,250,255,0))}
.progress{height:7px;background:#dce8f1;border-radius:99px;overflow:hidden}
.progress span{display:block;width:5%;height:100%;background:linear-gradient(90deg,var(--blue),#5bb7ef);transition:width .2s}
.est-kicker{font-size:.73rem;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);font-weight:900;margin-bottom:7px}
.est-card h1{font-size:clamp(2rem,7vw,3rem);line-height:1.04}
.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}
.choice{min-height:61px;padding:13px;border:1px solid #cbdae7;border-radius:12px;background:#fff;color:var(--navy);font-weight:800;text-align:left;cursor:pointer}
.choice:hover{background:#f7fbff;border-color:#75afd4}
.measure-list{display:grid;gap:10px;margin:17px 0}
.measure{display:grid;grid-template-columns:35px 1fr 1fr;gap:8px;align-items:end;padding:10px;background:#f9fbfd;border:1px solid var(--line);border-radius:12px}
.measure .field{margin:0}
.measure-num{font-weight:900;color:var(--blue);align-self:center}
.actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}
.actions .btn-primary{flex:1}
.final-form .btn-primary{width:100%;min-height:51px;margin-top:2px}
.error{color:#b33232;font-size:.84rem;margin:8px 0 0}
.result-price{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-size:clamp(2.6rem,10vw,4.4rem);font-weight:700;line-height:1;margin:8px 0}
.pills{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0 20px}
.pill{padding:5px 8px;border-radius:7px;background:#edf5fb;color:#315f81;font-size:.76rem;font-weight:820}
.result-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:18px 0}
.breakdown{border-top:1px solid var(--line);padding-top:18px;margin-top:20px}
.break-row{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid #edf2f6;padding:9px 0;font-size:.9rem}
.assume{margin-top:20px;padding:15px;border-radius:12px;background:#f4f8fb}
.assume ul{color:var(--muted);padding-left:18px;margin-bottom:0}
.followup{border-top:1px solid var(--line);padding-top:20px;margin-top:22px}
.loading{text-align:center;padding:38px 0}
.spinner{width:42px;height:42px;border:4px solid #dbe9f3;border-top-color:var(--blue);border-radius:50%;margin:0 auto 14px;animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
@media (max-width:900px){
  .nav-links{display:none}
  .menu-btn{display:block}
  .desktop-call{display:none}
  .grid-3{grid-template-columns:1fr 1fr}
  .contact-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>div:first-child{grid-column:1/-1}
}
@media (max-width:640px){
  .wrap{width:min(calc(100% - 26px),1160px)}
  .nav-row{height:58px;gap:8px}
  .brand img{width:34px;height:34px}
  .brand{font-size:.9rem}
  .site-header .brand strong{display:none}
  .nav-actions{margin-left:auto;gap:6px}
  .nav-actions .btn-primary{min-height:38px;padding:7px 10px;font-size:.8rem}
  .menu-btn{height:38px;padding:0 9px;font-size:.8rem}
  .section{padding:49px 0}
  .page-hero{padding:42px 0 32px}
  .section-head{display:block;margin-bottom:19px}
  .section-head>p{margin-top:8px}
  .hero{min-height:525px}
  .hero-copy{padding:64px 0 70px}
  .hero h1{font-size:clamp(2.55rem,12vw,3.9rem)}
  .hero-actions .btn{width:100%}
  .steps{grid-template-columns:1fr;gap:0}
  .step{padding:11px 3px}
  .grid-2,.grid-3{grid-template-columns:1fr}
  .service-grid{grid-template-columns:1fr 1fr;gap:10px}
  .service-card{min-height:0;padding:14px}
  .service-card .service-icon{width:35px;height:35px;margin-bottom:10px}
  .service-card h3{font-size:1rem}
  .service-card p{font-size:.8rem;line-height:1.4;margin-bottom:11px}
  .service-card a{font-size:.82rem}
  .photo-banner{min-height:390px}
  .photo-banner:after{background:linear-gradient(0deg,rgba(7,29,53,.97),rgba(7,29,53,.55))}
  .photo-copy{position:absolute;bottom:0;padding:24px 20px}
  .form-row{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .footer-grid>div:first-child{grid-column:auto}
  .mobile-cta{display:grid;grid-template-columns:1.2fr .8fr;position:fixed;z-index:40;left:0;right:0;bottom:0;gap:7px;padding:8px 10px calc(8px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid var(--line);backdrop-filter:blur(12px)}
  .mobile-cta .btn{min-height:44px;font-size:.86rem;padding:7px}
  .est-shell{width:min(calc(100% - 18px),760px);margin-top:10px}
  .est-bar{grid-template-columns:76px 1fr 76px}
  .est-bar .btn{font-size:.79rem;padding:7px}
  .est-card{padding:19px 15px;border-radius:15px}
  .choice-grid{grid-template-columns:1fr}
  .choice{min-height:56px;padding:12px}
  .measure{grid-template-columns:28px 1fr 1fr;gap:6px}
  .measure .field label{font-size:.68rem}
  .result-actions{grid-template-columns:1fr}
  .footer{padding-bottom:100px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .progress span{transition:none}
  .spinner{animation-duration:1.4s}
}
@media (max-width:350px){
  .service-grid{grid-template-columns:1fr}
}
.site-header.unified-header{background:rgba(255,255,255,.97);border-bottom:1px solid rgba(16,50,77,.1);box-shadow:0 5px 22px rgba(7,29,53,.08);backdrop-filter:blur(16px)}
.unified-header .nav-row{height:68px}
.original-brand{gap:9px;text-decoration:none}
.original-brand img{width:42px;height:42px;object-fit:contain}
.gq-header-wordmark{font-weight:900;font-size:1.05rem;letter-spacing:-.035em;color:#071d35;white-space:nowrap}
.gq-header-tld{color:#2876d2}
.header-call,.header-menu{min-height:42px;border-radius:13px;font-weight:850;font-size:.86rem;display:inline-flex;align-items:center;justify-content:center;gap:7px;text-decoration:none}
.header-call{padding:0 14px;background:#ffc400;color:#071d35;border:1px solid #e7b100;box-shadow:0 4px 12px rgba(255,196,0,.18)}
.header-menu{padding:0 13px;background:#fff;color:#071d35;border:1px solid #ccd9e4;cursor:pointer}
.service-card{display:flex;flex-direction:column;min-height:190px;overflow:hidden;padding:0}
.service-photo{width:100%;aspect-ratio:1.55/1;overflow:hidden;background:#eaf1f6}
.service-photo img{display:block;width:100%;height:100%;object-fit:cover}
.service-card h3,.service-card>p,.service-card>a{margin-left:16px;margin-right:16px}
.service-card h3{margin-top:14px}
.service-card>a{margin-bottom:17px}
@media (max-width:640px){
  .unified-header .nav-row{height:62px}
  .original-brand img{width:38px;height:38px}
  .gq-header-wordmark{display:inline;font-size:.93rem}
  .header-call,.header-menu{min-height:40px;border-radius:12px;padding:0 10px;font-size:.78rem}
  .service-photo{aspect-ratio:1.45/1}
  .service-card h3,.service-card>p,.service-card>a{margin-left:12px;margin-right:12px}
  .service-card h3{margin-top:11px}
  .service-card>a{margin-bottom:13px}
  .photo-choices{grid-template-columns:1fr 1fr}
  .photo-choice{grid-template-columns:1fr;min-height:0}
  .photo-choice img{width:100%;height:auto;aspect-ratio:1.55/1}
  .photo-choice span{padding:10px;font-size:.82rem}
}
@media (max-width:375px){
  .gq-header-wordmark{font-size:.82rem}
  .header-call,.header-menu{padding:0 8px}
}
.estimate-page{min-height:100%;background:linear-gradient(180deg,#f4f9fd 0,#ffffff 420px)}
.est-shell{width:min(calc(100% - 28px),760px);margin:0 auto;padding:12px 0 max(34px,env(safe-area-inset-bottom))}
.estimator-header{position:sticky;top:0;z-index:40;padding:8px 0 10px;background:rgba(244,249,253,.97);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.estimator-nav{min-height:48px;display:grid;grid-template-columns:minmax(74px,1fr) auto minmax(74px,1fr);align-items:center;gap:10px}
.estimator-nav-btn{min-height:42px;padding:0 12px;border:1px solid #cbd9e5;border-radius:12px;background:#fff;color:#0a2039;font:800 .84rem/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:4px;cursor:pointer;box-shadow:0 2px 8px rgba(7,29,53,.035)}
.estimator-nav-btn:first-child{justify-self:start}
.estimator-close{justify-self:end}
.estimator-brand{display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#071d35;text-decoration:none;font-weight:900;font-size:.92rem;letter-spacing:-.025em;white-space:nowrap}
.estimator-brand img{width:32px;height:32px;object-fit:contain}
.estimator-brand span span{color:#2876d2}
.estimator-header .progress{width:100%;height:6px;margin-top:8px;border-radius:99px;background:#dce8f1;overflow:hidden}
.estimator-header .progress span{display:block;height:100%;min-width:4%;background:linear-gradient(90deg,var(--blue),#5bb7ef);border-radius:inherit;transition:width .2s ease}
#est-screen{padding-top:12px}
.est-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:clamp(19px,5vw,31px);box-shadow:var(--shadow)}
.est-copy{margin-bottom:16px}
.est-card-service{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.est-card-service .est-copy{margin:0 2px 14px}
.est-card-service .est-kicker{margin-bottom:5px}
.est-card-service h1{margin:0;font-size:clamp(1.72rem,7vw,2.25rem);line-height:1.05;letter-spacing:-.035em}
.est-card-service .lead{max-width:36rem;margin:7px 0 0;font-size:.94rem;line-height:1.4;color:#61748a}
.photo-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:0}
.photo-choice{padding:0;overflow:hidden;display:flex;grid-template-columns:92px 1fr;align-items:stretch;min-height:160px;min-width:0;height:160px;border:1px solid #c9d8e5;border-radius:16px;background:#fff;color:#071d35;box-shadow:0 3px 12px rgba(7,29,53,.045);flex-direction:column;justify-content:flex-start;text-align:left}
.photo-choice img{width:100%;height:108px;object-fit:cover;display:block;min-height:108px;object-position:center;background:#edf4f8;flex:none}
.photo-choice span{padding:8px 12px;font-weight:850;display:flex;align-items:center;min-height:52px;flex:1;font-size:.84rem;line-height:1.08;letter-spacing:-.012em}
.photo-choice:active{transform:scale(.99)}
@media (min-width:641px){
  .photo-choices{grid-template-columns:repeat(4,minmax(0,1fr))}
  .photo-choice{height:170px;min-height:170px}
  .photo-choice img{height:116px;min-height:116px}
  .photo-choice span{min-height:54px}
}
@media (max-width:640px){
  .est-shell{width:min(calc(100% - 24px),620px);padding-top:8px}
  .estimator-header{padding-top:6px}
  #est-screen{padding-top:10px}
}
@media (max-width:390px){
  .est-shell{width:calc(100% - 20px)}
  .estimator-nav{grid-template-columns:66px 1fr 66px;gap:7px}
  .estimator-nav-btn{min-height:40px;padding:0 9px;font-size:.78rem}
  .estimator-brand{gap:5px;font-size:.83rem}
  .estimator-brand img{width:29px;height:29px}
  .photo-choices{gap:9px}
  .photo-choice{height:150px;min-height:150px;border-radius:14px}
  .photo-choice img{height:101px;min-height:101px}
  .photo-choice span{min-height:49px;padding:7px 10px;font-size:.79rem}
  .est-card-service h1{font-size:1.62rem}
  .est-card-service .lead{font-size:.88rem}
}
