/* Skyline Metal Buildings — shared stylesheet
   Palette and type mirror the original Duda build. */
@font-face{font-family:Rubik;font-style:normal;font-weight:300 900;font-display:swap;src:url(/fonts/rubik-latin.woff2?v=94df5f5371) format('woff2')}
@font-face{font-family:Rubik;font-style:italic;font-weight:300 900;font-display:swap;src:url(/fonts/rubik-italic-latin.woff2?v=42449dda12) format('woff2')}

:root{
  --dark:#1e181a;
  --gray:#676363;
  --light:#efeee9;
  --white:#fff;
  --blue:#2854a4;
  --blue-hover:#10408b;
  --cyan:#16aff2;
  --cyan-hover:#0e96d2;
  --field:#efefee;
  --footer:#080808;
  --head:Rubik,"Helvetica Neue",Arial,sans-serif;
  --body:Tahoma,Verdana,Geneva,sans-serif;
  --radius:30px;
  --max:1600px;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;font-family:var(--body);font-size:18px;line-height:1.5;color:var(--dark);background:var(--white)}
h1,h2,h3,h4,h5,p,li,label,address{letter-spacing:-.05em}
.btn,.nav a,.nav li,.topbar p,.site-footer__nav a,.site-footer__nav li,.site-footer__copy,.drawer__nav a,.big-form label,.choice,.opt,.step__num{letter-spacing:0}
.styles-head p,.topbar p{letter-spacing:-.02em}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
:focus-visible{outline:3px solid var(--cyan);outline-offset:3px}
h1,h2,h3,h4,h5{font-family:var(--head);font-weight:400;margin:0;line-height:1.2}
p{margin:0}
ul{list-style:none;margin:0;padding:0}
.sr-only,.form input.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.skip{position:absolute;left:-999px;top:0;background:var(--blue);color:#fff;padding:8px 14px;z-index:200}
.skip:focus{left:8px;top:8px}
svg{display:inline-block;vertical-align:middle}
.icon{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}

/* ---------- Buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 30px;font-family:var(--head);font-weight:700;font-size:18px;line-height:1.2;text-decoration:none;color:#fff;background:var(--blue);border:2px solid #fff;border-radius:35px 0 35px 0;box-shadow:3px 0 11px 0 rgba(30,24,26,.9);cursor:pointer;transition:background .2s,transform .2s;text-align:center}
.btn:hover{background:var(--blue-hover);color:var(--light)}
.btn--cyan{background:var(--cyan);color:var(--dark)}
.btn--cyan:hover{background:var(--cyan-hover);color:var(--dark)}
.btn--wide{min-width:280px;min-height:46px}
.btn--lg{min-width:250px}
.btn .arrow{width:15px;height:15px}
.btn--plain{box-shadow:none;border:0}

/* ---------- Header ---------- */
.topbar{background:var(--blue);color:#fff;font-family:var(--body);font-weight:700;font-size:18px;text-transform:uppercase;line-height:1.5;padding:8px 74px 7px}
.topbar__in{display:flex;justify-content:space-between;align-items:center;max-width:var(--max);margin:0 auto}
.topbar a{color:#fff}
.topbar__social{display:flex;gap:5px}
.topbar__social a{display:flex;align-items:center;justify-content:center;width:25px;height:30px;color:#fff}
.topbar__social svg{width:14px;height:14px;fill:currentColor}
.site-header{background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.12);position:relative;z-index:50}
.site-header__in{max-width:var(--max);margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:5px 74px 5px 135px;min-height:99px}
.logo img{width:165px;height:89px;object-fit:contain}
.nav{display:flex;align-items:center;font-family:var(--head);font-weight:700;font-size:24px;line-height:1.2}
.nav li{display:flex;align-items:center}
.nav li+li::before{content:"/";color:var(--dark);padding:0 20px}
.nav a{color:var(--blue);text-decoration:none;transition:color .2s}
.nav a:hover,.nav a[aria-current=page]{color:var(--cyan)}
.header-cta{min-height:54px;min-width:265px;padding:0 18px;font-size:18px}
.header-cta svg{width:30px;height:30px}
.nav-toggle,.header-phone{display:none}

/* mobile drawer */
.drawer{position:fixed;inset:0;z-index:100;display:none}
.drawer.is-open{display:block}
.drawer__bg{position:absolute;inset:0;background:rgba(0,0,0,.4)}
.drawer__panel{position:relative;background:var(--light);max-height:100%;overflow:auto;padding-bottom:0}
.drawer__top{display:flex;justify-content:flex-end;padding:16px 30px}
.drawer__close{background:none;border:0;padding:0;width:30px;height:30px;cursor:pointer;color:var(--dark)}
.drawer__close svg{width:30px;height:30px}
.drawer__body{display:grid;grid-template-columns:1fr 636px;gap:40px;padding:0 74px 16px}
.drawer__nav li a{display:block;padding:10px 0;font-family:var(--head);font-size:16px;color:#000;text-decoration:none}
.drawer__card{background:var(--blue);border-radius:30px;padding:40px;color:#fff}
.drawer__title{font-family:var(--head);font-size:32px;color:#fff;margin-bottom:24px;line-height:1.2}
.drawer__card .btn{min-width:250px;margin:0 0 24px;display:flex;width:250px}
.drawer__foot{background:var(--dark);padding:16px 74px}
.drawer__foot img{width:100%}

/* ---------- Layout helpers ---------- */
.wrap{max-width:var(--max);margin:0 auto}
.section{position:relative}
.grad-up{background:linear-gradient(0deg,#111 0%,#fff 100%)}
.grad-up-gray{background:linear-gradient(0deg,#acacac 0%,#111 100%)}

.grad-down-gray{background:linear-gradient(0deg,#111 0%,#acacac 100%)}
.grad-side{background:linear-gradient(90deg,#111 0%,#acacac 100%)}
.bg{position:relative;background-size:cover;background-position:center;border-radius:var(--radius);overflow:hidden}
.bg::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none}
.bg--light::before{background:var(--light);opacity:.5}
.bg--white::before{background:#fff;opacity:.5}
.bg--dark::before{background:var(--dark);opacity:.25}
.bg>*{position:relative}
@media (prefers-reduced-motion:no-preference){.bg--fixed{background-attachment:fixed}}

/* ---------- Home: hero ---------- */
.hero{padding:188px 30px 128px;text-align:center}
.hero__eyebrow{font-family:var(--head);font-weight:700;font-size:16px;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:18px}
.hero h1{font-weight:700;text-transform:uppercase;font-size:96px;line-height:1.5}
.hero h1 small{display:block;font-size:60px;line-height:1}
.hero__btns{display:flex;justify-content:center;gap:24px;margin-top:24px}

/* ---------- Welcome ---------- */
.welcome{border-radius:25px;padding:74px 74px 60px;display:grid;grid-template-columns:753px 1fr;gap:60px;align-items:start}
.welcome h2{font-size:48px;font-weight:700;text-transform:uppercase;line-height:1.2}
.welcome h2 span{color:var(--blue)}
.welcome__rule{border:0;border-top:2px solid var(--dark);margin:0 0 28px;width:100%}
.welcome p{font-size:24px;line-height:1.5}
.welcome p+p{margin-top:27px}
.welcome .quote-mark{width:30px;height:30px;margin-top:30px;fill:var(--dark)}
.welcome__logo{justify-self:end;margin-top:80px;width:455px}

/* ---------- Styles ---------- */
.styles{background:var(--light);padding:90px 86px 100px}
.styles__head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:48px}
.styles__head h2{font-size:48px;font-weight:700;text-transform:uppercase;color:var(--blue);line-height:1.1;position:relative;padding-bottom:18px}
.styles__head h2::after{content:"";position:absolute;left:0;bottom:0;width:72px;height:4px;background:var(--cyan);border-radius:2px}
.styles__head p{font-size:18px;max-width:320px;color:var(--gray);text-align:right;line-height:1.5}
.styles__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:28px}
.scard{grid-column:span 2;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 2px 6px rgba(30,24,26,.06),0 16px 40px -20px rgba(30,24,26,.35);display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}
.scard:nth-child(4){grid-column:2/span 2}
.scard:hover{transform:translateY(-6px);box-shadow:0 4px 10px rgba(30,24,26,.08),0 28px 48px -20px rgba(30,24,26,.45)}
.scard__media{display:block;aspect-ratio:3/2;overflow:hidden;background:#ddd}
.scard__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.scard:hover .scard__media img{transform:scale(1.04)}
.scard__body{padding:26px 28px 28px;display:flex;flex-direction:column;flex:1}
.scard__body h3{font-size:24px;font-weight:700;text-transform:uppercase;color:var(--dark);line-height:1.15}
.scard__body p{margin-top:12px;color:#3f3a3b;line-height:1.55;flex:1}
.scard__link{display:inline-flex;align-items:center;gap:8px;margin-top:20px;font-family:var(--head);font-weight:700;font-size:16px;color:var(--blue);text-decoration:none;letter-spacing:0}
.scard__link .arrow{width:14px;height:14px;transition:transform .2s}
.scard__link:hover{color:var(--cyan)}
.scard__link:hover .arrow{transform:translate(2px,-2px)}

/* ---------- 3D Builder ---------- */
.builder{padding:29px 43px 72px}
.builder__in{border-radius:20px;min-height:589px;background-size:cover;background-position:center;display:flex;justify-content:flex-end;align-items:center;padding:95px 68px 95px 40px}
.builder__text{width:574px}
.builder__kicker{font-family:var(--head);font-size:36px;font-weight:700;font-style:italic;text-transform:uppercase;color:var(--blue);line-height:1.1}
.builder h2{font-size:72px;font-weight:700;font-style:italic;text-transform:uppercase;color:var(--blue);line-height:1.18;margin:10px 0 44px}
.builder__btns{display:flex;gap:24px;padding-left:16px}
.builder .btn{min-width:240px;min-height:50px}

/* ---------- Stats ---------- */
.stats{display:grid;grid-template-columns:repeat(4,235px);justify-content:end;padding:31px 30px 31px;color:#fff;gap:0}
.stats h3{font-size:32px;color:#fff;line-height:1.1}
.stats p{font-size:18px;margin-top:24px;color:#fff}

/* ---------- Photo band ---------- */
.band{padding:59px 43px 59px}
.band__in{height:520px;border-radius:var(--radius);background-size:cover;background-position:center top}
@media (prefers-reduced-motion:no-preference){.band__in{background-attachment:fixed}}

/* ---------- Process ---------- */
.process{padding:100px 46px 90px;background:#fff}
.process__head{max-width:760px;margin:0 auto;text-align:center}
.process h2{font-size:48px;font-weight:700;text-transform:uppercase;color:var(--blue);line-height:1.1}
.process__head p{margin-top:20px;color:#3f3a3b}
.process__steps{list-style:none;margin:64px auto 0;padding:0;max-width:1200px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative}
.process__steps::before{content:"";position:absolute;top:32px;left:calc(100%/6);right:calc(100%/6);height:2px;background:repeating-linear-gradient(90deg,#c9c6c1 0 10px,transparent 10px 18px)}
.step{text-align:center;position:relative;padding:0 12px}
.step__num{width:64px;height:64px;border-radius:50%;background:var(--cyan);color:var(--dark);display:flex;align-items:center;justify-content:center;margin:0 auto;font-family:var(--head);font-weight:700;font-size:28px;box-shadow:0 0 0 8px #fff;position:relative}
.step h3{font-size:28px;font-weight:700;margin-top:28px;line-height:1.2}
.step p{margin-top:14px;color:#3f3a3b;max-width:330px;margin-left:auto;margin-right:auto}

/* ---------- Gallery ---------- */
.gallery{padding:74px 45px 88px;text-align:center}
.gallery h2{font-size:48px;color:var(--blue);line-height:1.2}
.gallery>p{max-width:743px;margin:24px auto 0}
.gallery .btn{margin-top:24px}
.gallery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:71px}
.gallery__col{display:grid;gap:15px}
.gallery__item{display:block;width:100%;border-radius:25px;object-fit:cover;height:330px}
.gallery__item--tall{height:550px}

/* ---------- FAQ ---------- */
.faq{padding:60px 46px 70px;background:#fff}
.faq h2{font-size:48px;font-weight:700;text-transform:uppercase;color:var(--blue);line-height:1;text-align:center}
.faq>p{text-align:center;margin-top:20px}
.faq__list{max-width:1000px;margin:40px auto 0;border-top:1px solid #ddd}
.faq details{border-bottom:1px solid #ddd}
.faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 4px;font-family:var(--head);font-weight:700;font-size:22px;line-height:1.3}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:30px;color:var(--cyan);flex:none;font-weight:400}
.faq details[open] summary::after{content:"\2013"}
.faq details p{padding:0 4px 22px;max-width:900px}

/* ---------- Quote form section ---------- */
.quote{padding:29px 14px 29px}
.quote__in{border-radius:var(--radius);min-height:682px;padding:156px 57px 57px}
.form-card{background:#fff;border-radius:var(--radius);padding:30px;width:584px}
.form-card h3{font-size:32px;font-weight:700;text-align:center}
.form{margin-top:32px}
.form__row{margin-bottom:26px}
.form input[type=text],.form input[type=tel],.form input[type=email],.form textarea{width:100%;font:16px var(--head);color:var(--dark);background:var(--field);border:0;border-radius:10px;padding:6px 10px;height:30px;display:block}
.form textarea{height:50px;resize:vertical;min-height:50px}
.form input::placeholder,.form textarea::placeholder{color:#333;opacity:1}
.form input:focus,.form textarea:focus{outline:2px solid var(--cyan);outline-offset:1px}
.form__submit{display:flex;justify-content:center}
.form button{min-width:258px;min-height:60px;font-size:18px}
.form__note{display:none;margin-top:16px;text-align:center;font-size:16px}
.form__note.is-visible{display:block}
.coraline-form{margin:32px -16px 0;min-height:260px}
.coraline-form iframe{display:block;width:100%;border:0}
.coraline-form__placeholder{padding:0 16px;text-align:center}
.coraline-form__placeholder p{margin:0 0 20px;font-size:16px}
.coraline-form__load-btn{min-width:258px;min-height:60px;font-size:18px}

/* ---------- Installation CTA band ---------- */
.cta{padding:29px 29px 29px}
.cta__in{border-radius:var(--radius);min-height:351px;padding:42px 41px 40px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}
.cta h2{font-size:48px;color:#fff;max-width:602px;line-height:1.2}
.cta .btn{margin-top:100px}

/* ---------- Footer ---------- */
.site-footer{background:var(--footer);color:var(--light);padding:89px 46px 0}
.site-footer__in{display:grid;grid-template-columns:400px 1fr 1fr 1fr;gap:48px}
.site-footer__logo{width:388px;border-radius:25px}
.site-footer__blurb{margin-top:24px;line-height:1.5}
.site-footer__social{display:flex;gap:10px;margin-top:24px}
.site-footer__social a{width:29px;height:29px;border-radius:50%;background:var(--gray);display:flex;align-items:center;justify-content:center;color:#fff}
.site-footer__social svg{width:15px;height:15px;fill:currentColor}
.site-footer__title{font-size:24px;color:#fff;line-height:1.2;font-weight:400}
.site-footer__nav{margin-top:24px}
.site-footer__nav li{border-bottom:1px solid #fff}
.site-footer__nav a{display:block;padding:14px 0 13px;font-family:var(--head);font-size:16px;line-height:1.4;color:#fff;text-decoration:none}
.site-footer__nav a[aria-current=page]{color:#9a9a9a}
.site-footer__contact{margin-top:24px;font-style:normal}
.site-footer__contact li{display:flex;gap:22px;align-items:center;margin-bottom:34px}
.site-footer__contact svg{width:24px;height:24px;color:#fff;flex:none}
.site-footer__contact a{color:var(--blue);font-weight:700;font-family:var(--body)}
.site-footer__wordmark{margin:104px auto 0;width:100%;max-width:1379px}
.site-footer__copy{border-top:1px solid #3a3a3a;margin-top:8px;padding:40px 0 24px;text-align:center;font-family:var(--head);font-size:14px;color:var(--light)}

/* ---------- Breadcrumbs ---------- */
.crumbs{padding:14px 29px 0;font-family:var(--head);font-size:14px}
.crumbs ol{display:flex;gap:8px;list-style:none;margin:0;padding:0;color:var(--gray)}
.crumbs li+li::before{content:"›";margin-right:8px}
.crumbs a{color:var(--blue);text-decoration:none}
.crumbs a:hover{text-decoration:underline}

/* ---------- Service pages ---------- */
.service{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:60px;padding:70px 74px 60px;max-width:1400px;margin:0 auto}
.service__text h2{font-size:30px;font-weight:700;line-height:1.2;margin-top:40px}
.service__text h2:first-child{margin-top:0}
.service__text p{margin-top:14px;line-height:1.6;color:#2b2627}
.service__call{font-weight:700;margin-top:36px!important}
.service__call a{color:var(--blue)}
.service__side img{border-radius:24px;width:100%;height:auto}
.service__side h2{font-size:22px;font-weight:700;margin-top:32px}
.service__others{margin-top:12px;border-top:1px solid #ddd}
.service__others li{border-bottom:1px solid #ddd}
.service__others a{display:block;padding:12px 0;font-family:var(--head);font-weight:700;color:var(--blue);text-decoration:none;letter-spacing:0}
.service__others a:hover{color:var(--cyan)}
.service__side .btn{margin-top:24px;width:100%}
.faq--service{background:var(--light)}

/* ---------- Inner-page hero ---------- */
.page-hero{padding:58px 29px 0}
.page-hero__in{border-radius:var(--radius);min-height:327px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:40px 45px}
.page-hero__in h1{font-size:72px;font-weight:700;text-transform:uppercase;line-height:1.2;max-width:1257px}
.page-hero__in p{margin-top:24px;max-width:1155px}
.page-hero__in .btn{margin-top:24px}
.page-hero__btns{display:flex;gap:24px;margin-top:46px}

/* About */
.about-hero{padding:86px 43px 87px}
.about-hero__in{min-height:543px;padding:57px 100px 70px}
.about-hero p+p{margin-top:27px}
.about-hero .btn{margin-top:62px;min-width:442px}
.promise{padding:45px 75px 61px}
.promise__lead{font-family:var(--head);font-size:36px;text-align:center;max-width:918px;margin:0 auto;line-height:1.2;letter-spacing:-.05em}
.promise__lead a{color:var(--blue)}
.promise__cards{display:grid;grid-template-columns:repeat(3,414px);gap:24px;margin-top:40px;align-items:start}
.pcard{background:#fff;border-radius:var(--radius);padding:29px 29px 55px}
.pcard svg{width:60px;height:60px;color:var(--blue);stroke-width:1.2}
.pcard h2{font-size:36px;margin-top:92px}
.pcard p{margin-top:23px}
.coverage{padding:43px 30px 0;text-align:center}
.coverage h2{font-size:48px;color:var(--blue)}
.coverage p{margin-top:24px}
.coverage__map{display:block;margin:60px auto 0;width:1217px}
.coverage .btn{margin:31px auto 16px}

/* Contact */
.contact-hero__in{min-height:327px}
.contact{display:grid;grid-template-columns:567px 632px;justify-content:space-between;padding:74px 44px 73px 45px;background:#fff}
.contact h2{font-size:48px;color:var(--blue);line-height:1}
.contact__pics{display:flex;gap:15px;margin:39px 0 0 15px}
.contact__pics img{width:293px;height:245px;border-radius:25px;object-fit:cover;display:block}
.contact .form-card{width:100%;margin-top:16px}
.contact .form{margin-top:0}
.contact-info{background:var(--dark);color:#fff;padding:58px 58px 57px 74px;display:grid;grid-template-columns:535px 437px;justify-content:space-between}
.contact-info>div{min-width:0}
.info-row>div{min-width:0}
.info-row__val{overflow-wrap:anywhere}
.info-row{display:flex;gap:24px;align-items:flex-start;padding:16px 0 30px;border-bottom:1px solid #666}
.info-row__icon{width:67px;height:67px;border-radius:20%;background:#fff;display:flex;align-items:center;justify-content:center;flex:none;color:var(--dark)}
.info-row__icon svg{width:30px;height:30px}
.info-row p{line-height:1.5}
.info-row__val{font-family:var(--head);font-size:24px;color:#fff;margin-top:5px;line-height:1.2}
.info-row__val a{color:var(--blue)}
.hours{display:grid;grid-template-columns:297px 1fr;margin-top:37px}
.hours>div+div{border-left:1px solid #fff;padding-left:25px}
.hours strong{display:block;font-size:25px;text-transform:uppercase;line-height:1.5}
.hours p{font-size:14px;text-transform:uppercase;line-height:1.5;margin-top:4px}
.hours p.lg{font-size:18px}
.contact-info__pic{width:437px;height:470px;object-fit:cover;border-radius:300px 300px 0 0}

/* Get a quote */
.quote-page{background:var(--light)}
.quote-hero{padding:43px 14px 43px}
.quote-hero__in{min-height:414px}
.quote-hero p{font-weight:700;text-transform:uppercase}
.big-form{padding:45px 30px 45px}
.big-form__card{background:#fff;border-radius:var(--radius);padding:30px 30px 30px}
.big-form h2{font-size:32px;font-weight:700;text-align:center}
.big-form .form{padding:0 60px;margin-top:32px}
.big-form .coraline-form{margin:32px 44px 0}
.big-form label{display:block;font-family:var(--head);font-weight:700;font-size:20px;line-height:1.2;margin-bottom:3px}
.req{color:#e22}
.big-form .form__row{margin-bottom:23px}
.choice{display:flex;align-items:center;gap:6px;font-family:var(--head);font-weight:700;font-size:20px;padding:14px 0 15px}
.choice input{margin:0;width:13px;height:13px}
.big-form .file{font-family:var(--head);font-weight:700;font-size:20px;line-height:1.2}
.big-form input[type=file]{display:block;margin-top:8px;font:16px var(--head)}
.opt{display:flex;align-items:center;gap:8px;font-family:var(--head);font-weight:700;font-size:20px;margin:0}
.opt input{width:13px;height:13px;margin:0}

/* Legal */
.legal{padding:60px 74px 80px;max-width:1000px;margin:0 auto}
.legal h1{font-size:48px;font-weight:700;text-transform:uppercase}
.legal h2{font-size:28px;font-weight:700;margin-top:40px}
.legal p,.legal li{margin-top:14px;line-height:1.6}
.legal ul{list-style:disc;padding-left:24px}
.legal .meta{color:var(--gray);font-size:16px;margin-top:8px}
.legal-blank{min-height:650px}

/* 404 */
.nf{padding:120px 30px;text-align:center}
.nf h1{font-size:72px;font-weight:700;text-transform:uppercase}
.nf p{margin-top:24px}
.nf .btn{margin-top:32px}

/* ---------- Sticky mobile call bar ---------- */
.callbar{display:none}

/* ====================================================================
   Responsive
   ==================================================================== */
@media (max-width:1439px){
  .site-header__in{padding:5px 40px}
  .topbar{padding:8px 40px 7px}
  .nav{font-size:20px}
  .nav li+li::before{padding:0 12px}
  .styles{padding:70px 40px}
  .welcome{grid-template-columns:1fr 400px;padding:60px 40px}
  .welcome__logo{width:400px}
  .stats{grid-template-columns:repeat(4,1fr);justify-content:stretch;padding:31px 40px}
  .site-footer__in{grid-template-columns:300px 1fr 1fr 1fr;gap:30px}
  .promise__cards{grid-template-columns:repeat(3,1fr)}
  .contact{grid-template-columns:1fr 1fr;gap:40px}
  .contact-info{grid-template-columns:1fr 437px;gap:40px}
  .coverage__map{width:100%;max-width:1217px}
  .builder__in{padding:60px 40px}
}
@media (max-width:1100px){
  .site-footer__in{grid-template-columns:1fr 1fr;gap:40px}
  .nav{font-size:17px}
  .header-cta{min-width:0;font-size:16px}
  .hero h1{font-size:72px}
  .hero h1 small{font-size:48px}
  .builder__text{width:50%}
  .builder h2{font-size:52px}
  .welcome{grid-template-columns:1fr;}
  .welcome__logo{justify-self:center;margin-top:0}
  .styles__grid{grid-template-columns:repeat(2,1fr);gap:24px}
  .scard,.scard:nth-child(4){grid-column:auto}
  .process__steps{grid-template-columns:1fr;gap:44px;max-width:420px}
  .process__steps::before{display:none}
  .gallery__grid{grid-template-columns:1fr 1fr}
  .promise__cards{grid-template-columns:1fr}
  .contact{grid-template-columns:1fr}
  .contact-info{grid-template-columns:1fr}
  .contact-info__pic{margin:0 auto}
  .form-card{width:100%}
  .drawer__body{grid-template-columns:1fr}
}
@media (max-width:767px){
  body{font-size:16px}
  .topbar{display:none}
  .site-header__in{padding:10px 20px;min-height:70px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center}
  .logo{justify-self:center}
  .logo img{width:92px;height:50px}
  .nav,nav[aria-label=Main],.header-cta{display:none}
  .header-phone{display:flex;width:44px;height:44px;align-items:center;justify-content:center;color:var(--dark)}
  .header-phone svg{width:26px;height:26px}
  .nav-toggle{display:flex;width:44px;height:44px;align-items:center;justify-content:center;background:none;border:0;padding:0;color:var(--dark);cursor:pointer;justify-self:end}
  .nav-toggle svg{width:30px;height:30px}
  .drawer__body{padding:0 30px 16px}
  .drawer__foot{padding:16px 30px}
  .drawer__card{padding:30px}
  .drawer__card .btn{width:100%}
  .hero{background:var(--light);padding:110px 20px 40px}
  .hero h1{font-size:40px;line-height:1.3}
  .hero h1 small{font-size:40px;line-height:1.1;margin-top:10px}
  .hero__btns{gap:16px;margin-top:36px}
  .hero__btns .btn{min-width:0;flex:1;padding:0 10px;white-space:nowrap}
  .welcome__logo{display:none}
  .bg--fixed{background-attachment:scroll}
  .welcome{padding:40px 20px;gap:30px;border-radius:0}
  .welcome h2{font-size:32px}
  .welcome p{font-size:19px}
  .welcome__logo{width:100%;max-width:320px}
  .styles{padding:50px 20px}
  .styles__head{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:32px}
  .styles__head h2{font-size:32px}
  .styles__head p{text-align:left;max-width:none}
  .styles__grid{grid-template-columns:1fr;gap:22px}
  .builder{padding:20px}
  .builder__in{padding:30px 20px 40px;justify-content:center;min-height:0}
  .builder__text{width:100%}
  .builder h4{font-size:24px}
  .builder h2{font-size:40px}
  .builder__btns{flex-direction:column;padding:0;gap:16px}
  .builder .btn{width:100%}
  .stats{grid-template-columns:1fr 1fr;gap:30px 20px;padding:40px 20px}
  .band{padding:20px}
  .band__in{height:260px;background-attachment:scroll}
  .process{padding:50px 20px}
  .process h2{font-size:32px;line-height:1.2}
  .process__steps{margin-top:40px}
  .step h3{font-size:24px}
  .gallery{padding:50px 20px}
  .gallery h2{font-size:32px}
  .gallery__grid{grid-template-columns:1fr}
  .gallery__item,.gallery__item--tall{height:260px}
  .faq{padding:40px 20px}
  .faq h2{font-size:32px;line-height:1.2}
  .faq summary{font-size:18px}
  .quote{padding:20px}
  .quote__in{padding:40px 16px;min-height:0}
  .form-card{padding:24px 18px}
  .form-card h3{font-size:26px}
  .cta{padding:20px}
  .cta__in{padding:30px 24px;min-height:300px}
  .cta h2{font-size:32px}
  .cta .btn{margin-top:60px}
  .site-footer{padding:50px 20px 0}
  .site-footer__in{grid-template-columns:1fr;gap:40px}
  .site-footer__logo{width:260px}
  .site-footer__wordmark{margin-top:50px}
  .page-hero{padding:20px 20px 0}
  .page-hero__in{padding:40px 20px;min-height:0}
  .page-hero__in h1{font-size:36px}
  .page-hero__btns{flex-direction:column;width:100%;gap:16px}
  .page-hero__btns .btn{width:100%}
  .about-hero{padding:20px}
  .about-hero__in{padding:40px 20px}
  .about-hero .btn{min-width:0;width:100%}
  .promise{padding:40px 20px}
  .promise__lead{font-size:24px}
  .pcard h2{font-size:28px;margin-top:40px}
  .coverage{padding:40px 20px 0}
  .coverage h2{font-size:32px}
  .coverage__map{margin-top:30px}
  .contact{padding:40px 20px}
  .contact h2{font-size:32px;line-height:1.2}
  .contact__pics{margin-left:0;flex-direction:column}
  .contact__pics img{width:100%;height:240px}
  .contact-info{padding:40px 20px}
  .hours{grid-template-columns:1fr 1fr}
  .contact-info__pic{width:100%;max-width:437px;height:380px}
  .quote-hero{padding:20px}
  .big-form{padding:20px}
  .big-form__card{padding:24px 16px}
  .big-form .form{padding:0}
  .big-form h2{font-size:24px}
  .big-form label,.choice,.opt,.big-form .file{font-size:17px}
  .service{grid-template-columns:1fr;padding:40px 20px;gap:40px}
  .service__text h2{font-size:24px}
  .crumbs{padding:12px 20px 0}
  .legal{padding:40px 20px 60px}
  .legal h1{font-size:32px}
  .nf h1{font-size:40px}
  body{padding-bottom:64px}
  .callbar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:90;background:var(--blue);color:#fff;justify-content:center;align-items:center;gap:10px;min-height:56px;font-family:var(--head);font-weight:700;font-size:18px;text-decoration:none;box-shadow:0 -2px 8px rgba(0,0,0,.25)}
  .callbar svg{width:22px;height:22px}
}
@media (max-width:380px){
  .hero h1{font-size:34px}
  .hero h1 small{font-size:34px}
  .hero__btns{flex-direction:column}
}
.form input[type=text].sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;display:block}
