/* itechsolutions — navy, signal red and silver */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/dm-sans.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/space-grotesk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root{--navy:#062c43;--ink:#102a3a;--red:#df2228;--red-dark:#b9151c;--muted:#63737d;--silver:#f1f4f6;--line:#dce3e7;--white:#fff;--radius:20px;--max:1280px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:#fff;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,.display{font-family:'Space Grotesk','DM Sans',Arial,sans-serif;line-height:1.12;font-weight:600;letter-spacing:-.045em;margin:0}h1{font-size:clamp(2.7rem,5.3vw,5.1rem)}h2{font-size:clamp(2rem,3.3vw,3.2rem)}h3{font-size:1.45rem;letter-spacing:-.035em}p{margin:0 0 1.15em}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;max-width:100%;height:auto}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--red);outline-offset:5px}::selection{background:var(--navy);color:white}.container{max-width:var(--max);width:calc(100% - 96px);margin:auto}.section{padding:94px 0}.soft{background:var(--silver)}.eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.14em;line-height:1.6;text-transform:uppercase;display:block;margin-bottom:20px}.eyebrow.line{display:flex;align-items:center;gap:12px}.eyebrow.line:before{content:'';display:block;width:28px;height:2px;background:var(--red)}.red{color:var(--red)}.muted{color:var(--muted)}.lead{font-size:1.15rem;line-height:1.75;color:var(--muted);max-width:640px}.btn{display:inline-flex;justify-content:center;align-items:center;gap:22px;padding:15px 23px;min-height:52px;font-size:.925rem;font-weight:650;border-radius:6px;border:1px solid transparent;transition:background .2s,transform .2s,box-shadow .2s;line-height:1.45}.btn:hover{transform:translateY(-2px)}.btn.primary{color:white;background:var(--red)}.btn.primary:hover{background:var(--red-dark);box-shadow:0 8px 24px #df222824}.btn.dark{background:var(--navy);color:white}.btn.outline{border-color:var(--line);background:white}.btn.light{background:white;color:var(--navy)}.btn.ghost{color:var(--navy);padding-left:0;padding-right:0}.btn-row{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.icon{width:20px;height:20px;flex-shrink:0;vertical-align:middle;stroke-width:1.65}.arrow{font-size:1.25rem;line-height:1}.text-link{display:inline-flex;gap:18px;align-items:center;font-size:.95rem;font-weight:650}.text-link:hover{color:var(--red)}.skip{position:fixed;top:-100px;left:20px;z-index:100;background:white;padding:12px}.skip:focus{top:10px}.topbar{color:#dce5eb;background:var(--navy);font-size:.78rem;padding:8px 0}.topbar-inner{display:flex;justify-content:space-between;gap:16px}.topbar .icon{width:14px;height:14px;margin-right:7px}.topbar-right{display:flex;gap:24px}.site-header{position:sticky;top:0;z-index:40;background:#fffffff5;backdrop-filter:blur(16px);border-bottom:1px solid #e7ebef}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:94px}.brand{display:flex;align-items:center;gap:10px;flex-shrink:0}.brand img{width:53px;height:53px;object-fit:contain}.wordmark{font-family:'Space Grotesk',sans-serif;font-size:1.4rem;letter-spacing:-.055em;font-weight:700;line-height:1.1}.wordmark span{font-weight:400}.brand small{font-size:.59rem;letter-spacing:.18em;display:block;margin-top:7px;font-weight:600;line-height:1.3}.nav{display:flex;align-items:center;gap:27px}.nav a{font-size:.9rem;font-weight:550;position:relative;padding:12px 0;white-space:nowrap}.nav a[aria-current=page]{color:var(--red)}.nav a:not(.btn):after{content:'';position:absolute;height:2px;bottom:3px;background:var(--red);left:0;width:0;transition:width .25s}.nav a:hover:after{width:100%}.nav .btn{padding:12px 18px;font-size:.875rem;min-height:44px}.menu-toggle{display:none;background:none;border:1px solid var(--line);border-radius:6px;padding:10px;line-height:1}.hero{padding:50px 0 0;background:linear-gradient(125deg,#fff 55%,#f1f4f6)}.hero-grid{display:grid;grid-template-columns:1.03fr 1fr;align-items:center;gap:52px;min-height:590px}.hero-copy{padding:20px 0 44px}.hero h1{margin-bottom:26px}.hero h1 em{font-style:normal;color:var(--red)}.hero .lead{max-width:440px;font-size:1.1rem;margin-bottom:30px}.hero-visual{position:relative;align-self:stretch;min-height:545px;border-radius:18px;overflow:hidden;background:var(--navy);margin-bottom:40px}.hero-visual>img{height:100%;width:100%;position:absolute;object-fit:cover;filter:brightness(.8);transition:transform 1.2s}.hero-visual:hover>img{transform:scale(1.035)}.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#05243710 35%,#052437ef)}.visual-label{position:absolute;left:28px;top:28px;z-index:2;display:inline-flex;gap:10px;align-items:center;background:#ffffffed;padding:8px 13px;border-radius:4px;font-size:.7rem;letter-spacing:.1em;font-weight:700}.visual-label .icon{color:var(--red);width:15px;height:15px}.visual-caption{position:absolute;bottom:31px;left:32px;right:32px;z-index:2;color:white}.visual-caption small{font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;display:block;margin-bottom:10px;color:#d8e1e7}.visual-caption h2{font-size:2.1rem;max-width:330px;letter-spacing:-.04em}.hero-footnote{margin-top:30px;display:flex;gap:10px;align-items:center;color:var(--muted);font-size:.8rem}.hero-footnote .icon{color:var(--navy);width:18px}.hero-baseline{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);padding:24px 0 27px}.hero-baseline>div{display:flex;align-items:center;gap:14px;justify-content:center;border-right:1px solid var(--line);font-size:.85rem}.hero-baseline>div:first-child{justify-content:flex-start}.hero-baseline>div:last-child{border:0;justify-content:flex-end}.hero-baseline .icon{width:25px;height:25px;color:var(--red)}.hero-baseline strong{display:block;font-weight:650}.hero-baseline span{color:var(--muted);font-size:.8rem}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:38px}.section-head h2{max-width:670px}.section-head .eyebrow{margin-bottom:14px}.section-head p{max-width:350px;margin:0;color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.category-card{position:relative;border-radius:var(--radius);overflow:hidden;height:385px;background:var(--navy)}.category-card>img{position:absolute;height:100%;width:100%;object-fit:cover;transition:transform .7s}.category-card:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#05243705 12%,#052437e8 100%)}.category-card:hover img{transform:scale(1.055)}.category-card .category-copy{position:absolute;bottom:26px;left:26px;right:26px;z-index:2;color:white}.category-copy small{font-size:.75rem;letter-spacing:.13em}.category-copy h3{font-size:1.9rem;margin-top:7px}.circle-arrow{display:grid;place-items:center;position:absolute;right:0;bottom:3px;width:40px;height:40px;border:1px solid #ffffff88;border-radius:100%;font-size:1.3rem;transition:background .3s}.category-card:hover .circle-arrow{background:var(--red);border-color:var(--red)}.brands{padding:48px 0 55px;border-top:1px solid var(--line)}.brands-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:30px}.brands-heading p{margin:0;color:var(--muted);font-size:.9rem}.brands-heading span{font-size:.72rem;letter-spacing:.12em;font-weight:650}.brand-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.brand-tile{display:flex;align-items:center;justify-content:center;min-height:74px;border:1px solid #e7ecef;border-radius:6px;background:white;padding:18px}.brand-tile img{max-width:100%;width:110px;height:30px;object-fit:contain;max-height:30px;filter:grayscale(1);opacity:.7;transition:all .25s}.brand-tile:hover img{filter:none;opacity:1}.brand-tile img[alt="SanDisk"],.brand-tile img[alt="Linksys"]{filter:brightness(0)}.brand-note{margin:18px 0 0;font-size:.76rem;color:var(--muted)}.service-overview{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px}.service-intro h2{margin-bottom:22px}.service-intro .btn{margin-top:12px}.service-list .service-row{display:flex;gap:22px;padding:26px 0;border-bottom:1px solid #ccd6dc}.service-row:first-child{padding-top:0}.service-row .number{font-family:'Space Grotesk',sans-serif;color:var(--red);font-size:.8rem;padding-top:4px}.service-row h3{font-size:1.35rem;margin-bottom:9px}.service-row p{color:var(--muted);font-size:.95rem;margin:0}.service-row>.arrow{margin-left:auto}.home-story{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.story-photo{aspect-ratio:1.1;object-fit:cover;width:100%;border-radius:var(--radius)}.home-story h2{margin-bottom:25px}.year-stamp{display:flex;gap:23px;align-items:center;margin-top:26px;border-top:1px solid var(--line);padding-top:24px}.year-stamp b{font-family:'Space Grotesk';font-size:3.4rem;letter-spacing:-.06em;color:var(--red);line-height:1}.year-stamp span{font-size:.85rem;color:var(--muted);max-width:180px}.cta-band{background:var(--navy);color:white;position:relative;overflow:hidden}.cta-band:after{content:'';width:360px;height:360px;border-radius:50%;border:1px solid #ffffff16;position:absolute;right:10%;top:-130px;pointer-events:none}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:60px;padding-top:65px;padding-bottom:65px;position:relative;z-index:1}.cta-inner h2{font-size:2.7rem;max-width:680px}.cta-inner p{color:#bcccd6;margin:17px 0 0;max-width:590px}.cta-inner .btn{flex-shrink:0}.footer{background:#f7f9fa;padding:66px 0 0}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr 1.25fr;gap:55px;padding-bottom:55px}.footer .brand{margin-bottom:20px}.footer p,.footer a{font-size:.875rem}.footer p{color:var(--muted)}.footer h3{font-family:'DM Sans';letter-spacing:0;font-size:.8rem;font-weight:700;text-transform:uppercase;margin-bottom:22px}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links a:hover{color:var(--red)}.socials{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:20px}.socials a{display:inline-flex;gap:7px;align-items:center;color:var(--navy);border-bottom:1px solid var(--line);padding-bottom:4px;font-weight:600}.socials .icon{width:16px;height:16px}.footer-bottom{border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 0;font-size:.76rem;color:var(--muted)}.footer-bottom a{font-size:.76rem}.floating-wa{position:fixed;bottom:24px;right:24px;z-index:35;display:flex;align-items:center;justify-content:center;background:var(--navy);color:white;border:2px solid white;border-radius:100%;width:55px;height:55px;box-shadow:0 5px 25px #092b4329;transition:transform .2s}.floating-wa:hover{transform:translateY(-4px)}.floating-wa .icon{width:26px;height:26px}.page-intro{padding:68px 0 56px;background:var(--silver);border-bottom:1px solid var(--line)}.breadcrumbs{display:flex;gap:11px;color:var(--muted);font-size:.8rem;margin-bottom:26px}.breadcrumbs a:hover{color:var(--red)}.page-intro h1{font-size:clamp(2.6rem,4.5vw,4.4rem);max-width:960px;margin-bottom:22px}.page-intro p{margin:0;max-width:700px}.intro-split{display:flex;justify-content:space-between;gap:48px;align-items:flex-end}.intro-split .intro-aside{border-left:2px solid var(--red);padding:8px 0 8px 20px;max-width:230px;flex-shrink:0;font-size:.88rem;color:var(--muted)}.filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.filter-btn{padding:9px 19px;border:1px solid var(--line);border-radius:5px;color:var(--muted);background:white;font-size:.875rem;font-weight:550;min-height:43px}.filter-btn[aria-pressed=true]{background:var(--navy);color:white;border-color:var(--navy)}.results-note{font-size:.8rem;color:var(--muted);margin-bottom:28px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.product-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:white;transition:box-shadow .3s,transform .3s}.product-card:hover{transform:translateY(-5px);box-shadow:0 16px 32px #08293c0c}.product-photo{height:250px;position:relative;overflow:hidden;background:var(--silver)}.product-photo>img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.product-card:hover .product-photo>img{transform:scale(1.04)}.tag{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;padding:6px 10px;border-radius:3px;display:inline-block;background:white;color:var(--navy);line-height:1.4}.product-photo .tag{position:absolute;left:16px;top:16px}.product-info{padding:24px}.product-info h2{font-size:1.5rem;margin:6px 0 13px;letter-spacing:-.035em}.product-info>small{font-size:.72rem;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}.product-info p{font-size:.9rem;color:var(--muted);min-height:69px;line-height:1.65}.product-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;border-top:1px solid var(--line);padding-top:17px}.product-bottom span{font-size:.76rem;color:var(--muted)}.product-bottom a{font-size:.88rem;font-weight:650;color:var(--red)}.help-strip{margin-top:38px;padding:23px 28px;border:1px solid var(--line);border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:30px}.help-strip p{margin:0;font-size:.9rem;color:var(--muted)}.help-strip strong{color:var(--navy)}[hidden]{display:none!important}.service-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.service-detail{border:1px solid var(--line);padding:35px;border-radius:12px;background:white}.service-detail .service-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:8px;background:#fceded;color:var(--red);margin-bottom:25px}.service-icon .icon{width:25px;height:25px}.service-detail h2{font-size:1.8rem;margin-bottom:16px}.service-detail p{color:var(--muted);font-size:.95rem}.check-list{list-style:none;padding:0;margin:20px 0}.check-list li{position:relative;padding-left:23px;margin-bottom:12px;color:var(--muted);font-size:.925rem}.check-list li:before{content:'✓';position:absolute;left:0;color:var(--red);font-size:.85rem}.service-detail .text-link{margin-top:13px}.feature-split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.feature-split img{width:100%;aspect-ratio:1.1;object-fit:cover;border-radius:var(--radius)}.feature-split h2{margin-bottom:22px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:35px}.step{border-top:1px solid #c8d4da;padding-top:24px}.step .step-number{font-family:'Space Grotesk';font-size:2rem;color:var(--red);margin-bottom:24px;display:block}.step h3{font-size:1.3rem;margin-bottom:15px}.step p{font-size:.9rem;color:var(--muted);margin:0}.faq{max-width:920px}.faq details{border-bottom:1px solid var(--line);padding:22px 0}.faq summary{font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px;font-size:1.05rem}.faq summary:after{content:'+';font-size:1.3rem;color:var(--red)}.faq details[open] summary:after{content:'−'}.faq details p{margin:16px 36px 0 0;color:var(--muted);font-size:.95rem}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px}.project-image{height:330px;overflow:hidden;border-radius:12px;position:relative;background:var(--silver)}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.project-card:hover img{transform:scale(1.035)}.project-image .tag{position:absolute;bottom:20px;left:20px}.project-content{padding:23px 0}.project-content>small{font-size:.73rem;letter-spacing:.1em;color:var(--red);font-weight:700}.project-content h2{font-size:1.8rem;margin:10px 0 16px}.project-content p{color:var(--muted);font-size:.95rem}.project-content details{padding:15px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.project-content summary{cursor:pointer;font-size:.875rem;font-weight:600}.project-content .check-list{margin-bottom:0}.about-statement{max-width:940px}.about-statement p{font-size:1.55rem;line-height:1.7;color:var(--muted)}.about-statement p strong{color:var(--navy);font-weight:550}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.value{border-top:1px solid var(--line);padding-top:26px}.value .icon{color:var(--red);width:30px;height:30px;margin-bottom:24px}.value h3{margin-bottom:18px}.value p{color:var(--muted);font-size:.95rem}.location-grid{display:grid;grid-template-columns:.76fr 1.24fr;gap:55px;align-items:start}.location-card h2{font-size:2rem;margin-bottom:24px}.contact-item{display:flex;gap:16px;border-bottom:1px solid var(--line);padding:22px 0}.contact-item>.icon{color:var(--red);margin-top:5px}.contact-item strong{display:block;font-size:.75rem;letter-spacing:.09em;text-transform:uppercase;margin-bottom:6px}.contact-item p{color:var(--muted);margin:0;font-size:.95rem;overflow-wrap:anywhere}.contact-item a:hover{color:var(--red)}.contact-item small{font-size:.78rem;color:var(--muted)}.map-frame{height:550px;border:0;border-radius:var(--radius);width:100%;background:var(--silver)}.map-caption{display:flex;justify-content:space-between;gap:20px;margin:14px 0;color:var(--muted);font-size:.78rem}.contact-grid{display:grid;grid-template-columns:.83fr 1.17fr;gap:75px}.contact-grid h2{font-size:2rem;margin-bottom:23px}.contact-grid .lead{font-size:1rem}.quote-form{background:var(--silver);padding:38px;border-radius:var(--radius)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:21px}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1/-1}.field label{font-size:.85rem;font-weight:600}.field input,.field select,.field textarea{width:100%;padding:12px 14px;border:1px solid #cbd5dc;background:white;border-radius:5px;color:var(--ink);font-size:1rem;min-height:49px}.field textarea{min-height:133px;resize:vertical}.form-note{font-size:.79rem;color:var(--muted);margin:21px 0 18px}.form-feedback{font-size:.9rem;color:var(--navy);margin-top:16px}.quote-form .btn{width:100%}.notice{background:#f8fafb;border-left:3px solid var(--red);padding:18px 23px;color:var(--muted);font-size:.88rem;margin-top:26px}.back-link{margin-bottom:24px;display:inline-flex;font-size:.85rem}.post-content{max-width:900px;margin:auto;padding:70px 0}.post-content h1,.post-content h2{margin-bottom:25px}.post-content p{margin-bottom:22px}.post-content img{max-width:100%;height:auto}.prose-page{min-height:60vh}.woocommerce ul.products li.product .button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:var(--red);color:white;border-radius:6px;padding:14px 20px}.woocommerce div.product .product_title{font-size:2.4rem}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{border:1px solid var(--line);padding:20px;border-radius:12px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:1.3rem;line-height:1.3;letter-spacing:-.025em}.woocommerce ul.products li.product .price{color:var(--navy);font-size:1rem}.woocommerce .quantity .qty{padding:10px}.woocommerce-message,.woocommerce-info{border-top-color:var(--navy)}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{padding:12px;border:1px solid var(--line);border-radius:5px}.wp-block-image img{height:auto}.wp-site-blocks{padding:0}
@keyframes reveal{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.motion .reveal.visible{animation:reveal .7s cubic-bezier(.2,.65,.3,1) both}.hero-copy{animation:reveal .75s .05s both}.hero-visual{animation:reveal .8s .16s both}
@media(min-width:1600px){.hero-grid{min-height:640px}.hero-visual{min-height:590px}}
@media(max-width:1190px){.container{width:calc(100% - 64px)}.nav{gap:17px}.nav a{font-size:.82rem}.wordmark{font-size:1.25rem}.brand img{width:47px;height:47px}.hero-grid{gap:30px;min-height:540px}.hero-visual{min-height:510px}.hero h1{font-size:4.1rem}.service-overview,.home-story{gap:50px}.footer-grid{gap:30px}.contact-grid{gap:40px}}
@media(max-width:980px){.header-inner{min-height:80px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;align-items:stretch;padding:12px 32px 24px;background:white;border-bottom:1px solid var(--line);box-shadow:0 15px 25px #08293c08}.nav.open{display:flex}.nav a{font-size:1rem;padding:12px}.nav .btn{margin-top:12px}.hero-grid{gap:30px}.hero h1{font-size:3.4rem}.hero-visual{min-height:480px}.visual-caption h2{font-size:1.8rem}.hero .lead{font-size:1rem}.hero-baseline>div{gap:10px}.hero-baseline span{font-size:.73rem}.category-card{height:330px}.category-copy h3{font-size:1.6rem}.category-grid{gap:16px}.category-card .category-copy{left:20px;right:20px}.brand-grid{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.3fr 1fr;row-gap:36px}.cta-inner{gap:35px}.cta-inner h2{font-size:2.3rem}.steps{gap:22px}.feature-split{gap:35px}.location-grid{gap:30px;grid-template-columns:1fr 1.2fr}.contact-grid{grid-template-columns:1fr 1.2fr;gap:30px}.quote-form{padding:26px}.form-grid{grid-template-columns:1fr}.intro-aside{display:none}}
@media(max-width:720px){.container{width:calc(100% - 40px)}.section{padding:62px 0}.topbar{font-size:.7rem}.topbar-inner>span{max-width:190px}.topbar-right{gap:0;align-items:center}.topbar-right>a:first-child{display:none}.header-inner{min-height:75px}.brand img{width:45px;height:45px}.wordmark{font-size:1.3rem}.brand small{font-size:.54rem}.hero{padding:31px 0 0}.hero-grid{grid-template-columns:1fr;gap:6px}.hero-copy{padding:13px 0 27px}.hero h1{font-size:clamp(2.8rem,10.5vw,4.7rem)}.eyebrow{font-size:.72rem;margin-bottom:16px}.hero .lead{max-width:470px;font-size:1.02rem;margin-bottom:25px}.hero-footnote{margin-top:22px}.hero-visual{min-height:410px;margin-bottom:26px}.hero-baseline{grid-template-columns:1fr;padding:4px 0 14px}.hero-baseline>div,.hero-baseline>div:first-child,.hero-baseline>div:last-child{justify-content:flex-start;border-right:0;border-bottom:1px solid var(--line);padding:15px 0;gap:14px}.hero-baseline>div:last-child{border-bottom:0}.hero-baseline span{font-size:.82rem}.hero-baseline strong{display:inline;margin-right:5px}.section-head{flex-direction:column;align-items:flex-start;gap:22px;margin-bottom:28px}.section-head p{max-width:100%}.category-grid{grid-template-columns:1fr}.category-card{height:340px}.category-copy h3{font-size:2rem}.category-card .category-copy{bottom:25px;left:25px;right:25px}.brand-grid{gap:7px}.brand-tile{min-height:61px;padding:13px}.brand-tile img{max-height:25px}.brands{padding:35px 0}.brands-heading{flex-direction:column;align-items:flex-start;gap:12px}.brands-heading p{font-size:.85rem}.service-overview,.home-story{grid-template-columns:1fr;gap:42px}.story-photo{aspect-ratio:1.2}.home-story h2{margin-bottom:20px}.service-intro .lead{font-size:1rem}.cta-inner{flex-direction:column;align-items:flex-start;padding-top:48px;padding-bottom:48px;gap:25px}.cta-inner h2{font-size:2.3rem}.footer{padding-top:45px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 25px;padding-bottom:35px}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:1/-1}.footer p{max-width:330px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:9px;padding:20px 0 75px}.floating-wa{width:51px;height:51px;bottom:16px;right:16px}.page-intro{padding:40px 0}.page-intro h1{font-size:2.8rem}.page-intro .lead{font-size:1rem}.breadcrumbs{margin-bottom:22px}.product-grid{gap:18px}.product-photo{height:210px}.product-info{padding:20px}.product-info h2{font-size:1.35rem}.product-info p{min-height:0}.product-bottom{flex-wrap:wrap;gap:7px}.help-strip{flex-direction:column;align-items:flex-start;gap:15px;padding:23px}.service-detail-grid{grid-template-columns:1fr}.service-detail{padding:28px}.feature-split{grid-template-columns:1fr;gap:33px}.feature-split img{aspect-ratio:1.3}.steps{grid-template-columns:1fr 1fr;gap:27px}.step .step-number{margin-bottom:18px}.project-grid{grid-template-columns:1fr;gap:23px}.project-image{height:300px}.values{grid-template-columns:1fr;gap:23px}.value .icon{margin-bottom:18px}.about-statement p{font-size:1.25rem}.location-grid,.contact-grid{grid-template-columns:1fr;gap:40px}.map-frame{height:440px}.map-caption{flex-direction:column;gap:4px}.quote-form{padding:25px}.contact-grid .socials{margin-bottom:0}.page-intro .intro-split{display:block}.post-content{padding:50px 0}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:100%!important;float:none!important;margin-right:0!important}}
@media(max-width:450px){.product-grid{grid-template-columns:1fr}.product-photo{height:255px}.steps{grid-template-columns:1fr}.btn{padding:14px 19px;gap:16px;font-size:.875rem}.btn-row{gap:12px}.brand-grid{grid-template-columns:repeat(4,1fr)}.brand-tile{padding:10px}.hero-visual{min-height:350px}.visual-caption{left:24px;right:24px;bottom:25px}.visual-label{left:24px;top:24px}.hero-baseline strong{display:block}.topbar-inner>span{font-size:.64rem}.topbar .icon{margin-right:3px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1!important;transform:none!important}}

.nav .btn[aria-current="page"]{color:#fff;background:var(--red-dark)}
