﻿:root{--product-photo-position:center}
.featured-service-gallery{display:none}.featured-service-gallery:has(.featured-service-photo){display:block;height:150px;margin:-26px -26px 22px;overflow:hidden;cursor:zoom-in}.featured-service-photo{width:100%;height:100%;object-fit:cover;display:block}
.product-photo{width:100%;height:100%;object-fit:cover;object-position:var(--product-photo-position);display:block}
.product-gallery{display:flex;width:100%;height:100%;overflow:auto;scroll-snap-type:x mandatory}.product-gallery .product-photo{min-width:100%;scroll-snap-align:start}
.availability{display:inline-block;margin:7px 0 3px;padding:3px 8px;border-radius:999px;background:#dff7ea;color:#147443;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.availability.sold{background:#ffe4e4;color:#a52b2b}.sold-product{opacity:.82}

.product-gallery .product-photo{cursor:zoom-in}.image-viewer{position:fixed;inset:0;z-index:100;background:rgba(3,10,20,.94);display:grid;place-items:center;padding:40px}.image-viewer-image{max-width:92vw;max-height:88vh;object-fit:contain}.image-viewer button{position:absolute;border:1px solid rgba(255,255,255,.35);background:rgba(7,16,31,.75);color:#fff;border-radius:50%;width:46px;height:46px;font-size:32px;line-height:1;cursor:pointer}.image-viewer-close{top:24px;right:24px}.image-viewer-prev{left:24px;top:50%;transform:translateY(-50%)}.image-viewer-next{right:24px;top:50%;transform:translateY(-50%)}
:root{--ink:#07101f;--navy:#0b1930;--blue:#1b77ff;--cyan:#43d8ff;--paper:#f4f7fb;--white:#fff;--muted:#667085;--line:#dce3ee;--amber:#ffb348;--shadow:0 22px 60px rgba(6,18,40,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 Manrope,system-ui,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.site-header{position:sticky;top:0;z-index:20;height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,80px);background:rgba(5,14,28,.94);color:#fff;border-bottom:1px solid rgba(255,255,255,.09);backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:11px;font:700 20px/1 Space Grotesk,sans-serif;letter-spacing:.08em}.brand small{display:block;margin-top:5px;color:#90a4c0;font:500 10px/1 Manrope,sans-serif;letter-spacing:.08em}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#03101e;font:800 23px Space Grotesk;box-shadow:0 0 24px rgba(67,216,255,.28)}.nav-links{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600}.nav-links>a:not(.nav-cta){color:#bcc9db}.nav-links>a:hover{color:#fff}.nav-cta{padding:10px 17px;border:1px solid #388aff;border-radius:8px;background:#1469e7}.menu-button{display:none;background:none;border:0;padding:8px}.menu-button span{display:block;width:25px;height:2px;background:#fff;margin:5px}.hero{position:relative;min-height:690px;display:flex;align-items:center;overflow:hidden;background:#030a13;color:#fff}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.hero-image{object-fit:cover;object-position:center}.hero-shade{background:linear-gradient(90deg,rgba(3,10,20,.98) 0%,rgba(3,10,20,.82) 38%,rgba(3,10,20,.12) 78%),linear-gradient(0deg,rgba(3,10,20,.6),transparent 45%)}.hero-content{position:relative;z-index:2;width:min(700px,90%);margin-left:clamp(22px,8vw,135px);padding:80px 0}.eyebrow{margin:0 0 12px;color:#2284ff;font-size:13px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.hero .eyebrow,.services-section .eyebrow{color:#60d8ff}.hero h1{margin:0;font:700 clamp(48px,7vw,88px)/.98 Space Grotesk,sans-serif;letter-spacing:-.055em}.hero h1 span{color:transparent;background:linear-gradient(90deg,#2c85ff,#5ee2ff);background-clip:text}.hero-copy{max-width:610px;margin:25px 0 31px;color:#c4d0df;font-size:19px;line-height:1.65}.hero-actions{display:flex;gap:13px;flex-wrap:wrap}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 22px;border:0;border-radius:8px;font-weight:800;cursor:pointer;transition:.2s transform,.2s box-shadow}.button:hover{transform:translateY(-2px)}.primary{background:linear-gradient(135deg,#1a75f8,#20b9ee);color:#fff;box-shadow:0 12px 30px rgba(22,112,237,.3)}.ghost{border:1px solid rgba(255,255,255,.35);color:#fff;background:rgba(255,255,255,.06)}.trust-row{display:flex;gap:25px;flex-wrap:wrap;margin-top:38px;color:#9fb0c6;font-size:13px}.section{padding:100px clamp(22px,7vw,110px)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}.section-heading h2,.about-copy h2,.contact-card h2,.build-panel h2{max-width:760px;margin:0;font:700 clamp(34px,4vw,56px)/1.08 Space Grotesk,sans-serif;letter-spacing:-.035em}.section-heading>p{max-width:420px;margin:0;color:var(--muted)}.filter-row{display:flex;gap:9px;overflow:auto;padding-bottom:12px;margin-bottom:22px}.filter{white-space:nowrap;padding:10px 16px;border:1px solid var(--line);border-radius:99px;background:#fff;color:#556070;font-size:14px;font-weight:700;cursor:pointer}.filter.active{background:var(--ink);border-color:var(--ink);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{display:flex;flex-direction:column;min-height:340px;background:#fff;border:1px solid #e3e8f0;border-radius:14px;overflow:hidden;box-shadow:0 8px 28px rgba(12,29,56,.06);transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-visual{height:155px;display:grid;place-items:center;background:linear-gradient(145deg,#0c1b32,#132b50);font-size:64px;color:#69deff}.product-body{display:flex;flex:1;flex-direction:column;padding:20px}.product-type{color:#2782f5;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.product-card h3{margin:7px 0 5px;font:700 19px Space Grotesk}.product-card p{margin:0;color:var(--muted);font-size:14px}.product-price{margin-top:auto;padding-top:18px;display:flex;align-items:center;justify-content:space-between}.product-price strong{font-size:18px}.product-price button{border:0;background:none;color:#1473ed;font-weight:800;cursor:pointer}.catalog-note{margin-top:25px;color:#7a8492;font-size:13px}.services-section{background:var(--ink);color:#fff}.section-heading.light>p{color:#9badc6}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{position:relative;min-height:355px;padding:30px 26px;border:1px solid #23344d;border-radius:14px;background:#0d1a2e}.service-card.featured{background:linear-gradient(160deg,#10274a,#0c1a31);border-color:#2168c2}.service-number{position:absolute;top:25px;right:24px;color:#4a607e;font:700 13px Space Grotesk}.service-icon{width:51px;height:51px;display:grid;place-items:center;margin:30px 0 45px;border-radius:12px;background:#152b4b;color:#5cdbff;font-size:25px}.service-card h3{font:700 20px Space Grotesk}.service-card p{color:#9badc6;font-size:14px}.service-card a{display:inline-block;margin-top:15px;color:#55d5ff;font-weight:800;font-size:14px}.builds-section{background:#e9eff8}.build-panel{display:grid;grid-template-columns:1.35fr .65fr;gap:50px;padding:clamp(30px,5vw,70px);border-radius:20px;background:#fff;box-shadow:var(--shadow)}.build-panel>div>p:not(.eyebrow){max-width:700px;color:var(--muted)}.build-panel ul{margin:26px 0 30px;padding:0;display:flex;gap:10px;flex-wrap:wrap;list-style:none}.build-panel li{padding:8px 13px;border-radius:7px;background:#eef5ff;color:#285286;font-size:13px;font-weight:700}.spec-card{padding:30px;border-radius:14px;background:var(--ink);color:#fff}.spec-card>p,.spec-card>span{color:#8ea3bf;font-size:13px}.spec-card h3{margin:5px 0 25px;font:700 27px Space Grotesk}.spec-card dl{margin:0}.spec-card dl div{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid #26354c}.spec-card dt{color:#8ea3bf}.spec-card dd{margin:0;font-weight:700}.spec-card>span{display:block;margin-top:21px}.about-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;background:#fff}.about-copy>p:last-child{color:var(--muted);font-size:18px}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.values>div{padding:24px;border-left:2px solid #2e87fa;background:#f6f9fd}.values strong{color:#2581f6;font:700 13px Space Grotesk}.values h3{margin:35px 0 8px;font:700 18px Space Grotesk}.values p{color:var(--muted);font-size:14px}.contact-section{background:linear-gradient(135deg,#06101f,#0b2345);color:#fff}.contact-card{display:grid;grid-template-columns:1fr 1fr;gap:70px;max-width:1200px;margin:auto}.contact-card>div>p:not(.eyebrow){color:#9badc6}.contact-details{margin-top:35px}.contact-details p{padding:13px 0;border-bottom:1px solid #243752}.contact-details span{display:block;color:#5edbff;font-size:12px;font-weight:800;text-transform:uppercase}form{display:grid;gap:8px;padding:28px;border-radius:14px;background:#fff;color:var(--ink)}label{margin-top:8px;font-size:13px;font-weight:800}input,textarea{width:100%;border:1px solid #d9e0e9;border-radius:8px;padding:12px 13px;color:var(--ink);background:#f9fbfd}input:focus,textarea:focus{outline:3px solid rgba(33,130,246,.18);border-color:#2182f6}.submit{margin-top:14px}.form-status{min-height:24px;margin:2px 0 0;color:#35668d;font-size:13px}footer{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:35px clamp(22px,7vw,110px);background:#030a13;color:#71829a;font-size:13px}.footer-brand{color:#fff}dialog{width:min(540px,92vw);padding:0;border:0;border-radius:16px;box-shadow:0 25px 100px rgba(0,0,0,.35)}dialog::backdrop{background:rgba(0,7,17,.75);backdrop-filter:blur(5px)}.dialog-close{position:absolute;right:12px;top:8px;border:0;background:none;font-size:28px;cursor:pointer}.dialog-body{padding:38px}.dialog-body .product-visual{border-radius:10px}.dialog-body h2{font:700 30px Space Grotesk}.dialog-body ul{padding-left:20px;color:var(--muted)}.dialog-body .button{width:100%;margin-top:15px}@media(max-width:1050px){.product-grid,.service-grid{grid-template-columns:repeat(2,1fr)}.about-section{grid-template-columns:1fr}.nav-links{gap:17px}.hero{min-height:640px}.build-panel{grid-template-columns:1fr}.contact-card{gap:35px}}@media(max-width:760px){.site-header{height:68px}.menu-button{display:block}.nav-links{display:none;position:absolute;top:68px;left:0;right:0;flex-direction:column;align-items:stretch;padding:20px 22px;background:#07101f}.nav-links.open{display:flex}.nav-links .nav-cta{text-align:center}.hero{min-height:720px;align-items:flex-end}.hero-image{object-position:65% center;opacity:.65}.hero-shade{background:linear-gradient(0deg,#030a13 18%,rgba(3,10,19,.75) 65%,rgba(3,10,19,.2))}.hero-content{margin:0 auto;padding:190px 0 55px}.hero h1{font-size:52px}.hero-copy{font-size:17px}.trust-row{gap:9px 20px}.section{padding:72px 20px}.section-heading{align-items:start;flex-direction:column}.section-heading h2,.about-copy h2,.contact-card h2,.build-panel h2{font-size:36px}.values{grid-template-columns:1fr}.contact-card{grid-template-columns:1fr}.about-section{gap:35px}.product-grid,.service-grid{grid-template-columns:1fr}.product-card{min-height:320px}.service-card{min-height:auto}.service-icon{margin:20px 0 30px}.build-panel{padding:27px 20px}.spec-card{padding:23px}footer{flex-direction:column;text-align:center}}

/* Refined layout and accessible interaction states */
[hidden]{display:none!important}section{scroll-margin-top:76px}a:focus-visible,button:focus-visible{outline:3px solid #43d8ff;outline-offset:5px}.skip-link{position:fixed;top:8px;left:12px;z-index:100;padding:10px 18px;background:#fff;color:#07101f;transform:translateY(-150%)}.skip-link:focus{transform:none}.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}.hero-copy{max-width:550px}.hero{min-height:630px}.section{padding-top:84px;padding-bottom:84px}.eyebrow{color:#1765c7}.product-type{color:#1765c7}.product-visual{position:relative;height:155px;background:radial-gradient(ellipse at 50% 100%,#174a66,transparent 75%),#0c1b30}.product-visual svg{width:88px;height:88px;filter:drop-shadow(0 4px 12px #43d8ff30)}.product-visual>span{position:absolute;bottom:10px;left:16px;font:600 9px Manrope,sans-serif;letter-spacing:.12em;color:#a9bfd5;text-transform:uppercase}.product-price{align-items:flex-start;gap:12px}.product-price strong{font-size:13px;color:#516279;font-weight:600}.product-price button{white-space:nowrap;min-height:44px;padding:0 0 0 8px}.catalog-toggle{margin-top:24px;background:#fff;border:1px solid #c5d0df;color:#16365a;box-shadow:none}.catalog-note{color:#58677a}.service-card{display:flex;flex-direction:column;padding:26px;min-height:330px}.service-card a{margin-top:auto;padding-top:14px}.service-icon{margin:12px 0 24px}.service-card h3{margin-bottom:0}.spec-card dl div{gap:16px}.spec-card dd{text-align:right;font-size:14px}.values{gap:12px}.values>div{padding:20px 16px}.about-section{gap:42px;grid-template-columns:1fr 1.2fr}.form-heading{margin:0;font:700 23px Space Grotesk,sans-serif}.form-help{margin:0 0 10px;color:#5d6c7d;font-size:13px;line-height:1.65}#inquiry-preview{border-top:1px solid #dce3ee;margin-top:16px;padding-top:16px}#inquiry-preview label{display:block;margin-bottom:8px}#prepared-message{background:#eef5ff;font-size:14px}.contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.dialog-close{z-index:2;top:8px;right:8px;width:40px;height:40px;border-radius:50%;background:#fff}.dialog-body .product-type{display:block;margin-top:20px}.dialog-body .product-visual{margin-bottom:20px}.contact-section .eyebrow{color:#60d8ff}
@media(max-width:1050px){.about-section{grid-template-columns:1fr}.hero{min-height:600px}}
@media(max-width:760px){section{scroll-margin-top:68px}.hero{min-height:0;align-items:center}.hero-content{padding:105px 0 48px}.hero h1{font-size:clamp(40px,12vw,52px)}.hero-copy{font-size:16px;margin:22px 0 26px}.hero-actions{gap:10px}.hero-actions .button{padding:0 16px;font-size:14px}.trust-row{margin-top:26px;font-size:12px;gap:8px 16px}.section{padding:58px 20px}.section-heading h2,.about-copy h2,.contact-card h2,.build-panel h2{font-size:32px}.section-heading{gap:18px;margin-bottom:28px}.product-visual{height:130px}.product-card{min-height:0}.product-body{padding:18px}.product-price{align-items:center}.service-card{min-height:0}.service-icon{margin:0 0 16px}.service-card h3{margin-top:0}.values h3{margin-top:18px}.spec-card dl div{flex-wrap:wrap}.spec-card dd{text-align:left}form{padding:22px}.contact-card{gap:28px}.hero-image{object-position:60% center}.hero-shade{background:linear-gradient(0deg,#030a13 0%,rgba(3,10,19,.85) 55%,rgba(3,10,19,.35))}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}

/* Keep both slideshow layers beneath the existing hero shade and text. */
.hero-image.hero-slide-overlay{opacity:0;pointer-events:none}

.service-filters{flex-wrap:wrap}.service-filters .filter{background:#14283f;color:#fff;border:1px solid #718298}.service-filters .filter.active{background:#fff;color:#123254}.service-details{align-self:flex-start;background:transparent;border:0;color:inherit;font:inherit;font-weight:700;padding:12px 0;cursor:pointer}.service-card .service-details+a{margin-top:0}.service-detail-gallery{height:320px;margin-bottom:24px}.service-detail-gallery .product-photo{width:100%;height:100%;object-fit:contain;flex-shrink:0}.featured-service-gallery:has(.featured-service-photo){display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.featured-service-photo{min-width:100%;scroll-snap-align:start}@media(max-width:760px){.service-detail-gallery{height:240px}}

.business-links{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}.business-links .button{min-height:44px;height:auto;padding:12px 16px;text-align:center;white-space:normal}.location-guide{margin-top:28px;min-width:0}.location-guide h3{font-family:'Space Grotesk',sans-serif;font-size:23px;margin:0 0 10px}.location-guide p{font-size:14px;line-height:1.7}.location-guide iframe{display:block;width:100%;height:280px;border:0;border-radius:12px;background:#e7edf4;margin:16px 0}.map-directions{display:inline-block;color:#78dcff;font-weight:700;padding:8px 0;text-underline-offset:4px}@media(max-width:760px){.business-links{flex-direction:column;align-items:stretch}.location-guide iframe{height:240px}}

/* Keep the inquiry form compact instead of stretching to the map column. */
#inquiry-form{align-self:start;align-content:start;width:100%;max-width:460px;justify-self:end;padding:22px;gap:6px}#inquiry-form .form-heading{font-size:21px}#inquiry-form .form-help{font-size:12px;line-height:1.5;margin-bottom:6px}#inquiry-form label{margin-top:6px}#inquiry-form input,#inquiry-form textarea{padding:10px 12px;font-size:14px;line-height:1.5}#inquiry-form textarea{resize:vertical}#inquiry-form #message{height:90px;min-height:80px}#inquiry-form .submit{min-height:44px;margin-top:8px}#inquiry-form .form-status:empty{display:none}@media(max-width:760px){#inquiry-form{max-width:100%;justify-self:stretch;padding:20px}}

/* Give service photographs priority, with full information in the details dialog. */
#services .service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}#services .service-card{padding:22px;overflow:hidden;min-width:0;min-height:0}#services .featured-service-gallery:has(.featured-service-photo){height:260px;flex:none;margin:-22px -22px 22px;background:#071322;scrollbar-width:thin}#services .featured-service-photo{object-fit:cover}#services .service-number{position:static;align-self:flex-start;font-size:11px;letter-spacing:.12em;color:#81a2c7;margin:0 0 10px}#services .service-card h3{font-size:22px;line-height:1.3;margin:0 0 16px}#services .service-card:has(.featured-service-photo)>p{display:none}#services .service-details{display:flex;align-items:center;justify-content:center;width:100%;min-height:46px;padding:12px 18px;margin-top:auto;border:1px solid #60c9f4;border-radius:8px;background:#55d5ff;color:#071322;font-size:14px;font-weight:800;transition:background .2s}#services .service-details:hover{background:#a5eaff}#services .service-card>a[data-service]{align-self:center;margin:12px 0 0;padding:0;font-size:12px;font-weight:600;color:#a5bcd6}@media(max-width:1050px){#services .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){#services .service-grid{grid-template-columns:minmax(0,1fr)}#services .featured-service-gallery:has(.featured-service-photo){height:clamp(220px,65vw,340px)}}
