:root {
  --ink: #f5f8ff;
  --muted: #9aa9bd;
  --blue: #1686ff;
  --blue-bright: #49a6ff;
  --navy: #07111f;
  --navy-2: #0a1728;
  --line: rgba(255, 255, 255, .12);
  --glass: rgba(9, 20, 36, .68);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #050b13; color: var(--ink); font-family: var(--font-geist-sans), Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--blue); color: white; }
.container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: absolute; inset: 0 0 auto; height: 92px; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.1); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 48px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { position: relative; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; overflow: hidden; box-shadow: 0 0 26px rgba(22,134,255,.18); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; display: block; }
.brand-name { font-size: 15px; font-weight: 720; line-height: .95; letter-spacing: -.02em; text-transform: uppercase; }
.brand-name small { display: block; color: var(--blue-bright); font-size: 9px; letter-spacing: .33em; margin-top: 6px; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 34px; flex: 1; }
.desktop-nav a { color: #cbd5e3; font-size: 13px; transition: color .25s; }
.desktop-nav a:hover { color: white; }
.nav-cta { padding: 13px 17px; border: 1px solid rgba(255,255,255,.22); font-size: 12px; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; transition: .25s; }
.nav-cta:hover { background: white; color: #06101d; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 850px; height: 100svh; max-height: 1050px; display: flex; align-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url('hero-home.png') 63% center / cover no-repeat; transform: scale(1.01); animation: heroIn 1.6s cubic-bezier(.2,.8,.2,1) both; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,7,14,.97) 0%, rgba(3,10,18,.86) 36%, rgba(3,10,18,.3) 65%, rgba(3,10,18,.18) 100%), linear-gradient(0deg, rgba(4,10,18,.84), transparent 38%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.hero-content { position: relative; z-index: 3; padding-top: 55px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--blue-bright); font-family: var(--font-geist-mono), monospace; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 1px; background: var(--blue-bright); box-shadow: 0 0 10px var(--blue); }
.hero h1 { max-width: 830px; margin: 0; font-size: clamp(48px, 6.3vw, 92px); line-height: .97; letter-spacing: -.065em; font-weight: 560; }
.hero h1 em { display: block; margin-top: 18px; color: #9fcfff; font-style: normal; font-weight: 350; }
.hero-intro { max-width: 560px; margin: 26px 0 30px; color: #b9c5d4; line-height: 1.65; font-size: 17px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 0; cursor: pointer; font-size: 12px; font-weight: 720; letter-spacing: .09em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #1178ee, #2c9dff); color: white; box-shadow: 0 12px 35px rgba(22,134,255,.22); }
.button-primary:hover { box-shadow: 0 16px 48px rgba(22,134,255,.4); }
.button-glass { border: 1px solid rgba(255,255,255,.26); background: rgba(8,17,29,.58); backdrop-filter: blur(14px); }
.button-light { background: white; color: #06101d; }
.button-outline { border: 1px solid rgba(255,255,255,.23); }
.phone-row { margin-top: 25px; display: flex; align-items: center; gap: 14px; color: #dbe6f4; font-family: var(--font-geist-mono), monospace; font-size: 12px; letter-spacing: .04em; }
.phone-row span { width: 4px; height: 4px; background: var(--blue); border-radius: 50%; }
.trust-rail { position: absolute; inset: auto 0 0; z-index: 4; border-top: 1px solid rgba(255,255,255,.12); background: rgba(4,10,18,.6); backdrop-filter: blur(18px); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 92px; display: flex; align-items: center; gap: 14px; padding: 20px 28px; color: #e5edf7; border-right: 1px solid rgba(255,255,255,.1); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.trust-item:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.trust-item span { color: var(--blue-bright); font-family: var(--font-geist-mono), monospace; font-size: 10px; }

.section { padding: 140px 0; }
.split { display: grid; grid-template-columns: .88fr 1.12fr; gap: 13vw; align-items: start; }
.section-kicker { margin-bottom: 22px; }
h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: 1; letter-spacing: -.055em; font-weight: 500; }
.about { background: #f2f5f8; color: #07101d; }
.about .section-kicker, .form-section .section-kicker { color: #1178ee; }
.about-copy { padding-top: 36px; border-top: 1px solid rgba(7,16,29,.18); }
.about-copy p { color: #586576; font-size: 17px; line-height: 1.75; }
.about-copy .lead { margin-top: 0; color: #101d2d; font-size: clamp(23px, 2.3vw, 32px); line-height: 1.35; letter-spacing: -.03em; }
.about-copy strong { color: #0a203d; }
.text-link { display: inline-flex; gap: 20px; margin-top: 22px; padding-bottom: 9px; color: #0b67c9; border-bottom: 1px solid #1686ff; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }

.services { background: #07111f; }
.section-heading { display: grid; grid-template-columns: 1.25fr .55fr; gap: 80px; align-items: end; margin-bottom: 78px; }
.section-heading > p { color: var(--muted); line-height: 1.7; margin: 0 0 7px; }
.feature-service { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 590px; border: 1px solid rgba(255,255,255,.12); overflow: hidden; background: linear-gradient(135deg, #0b1a2c, #07111e); }
.feature-copy { position: relative; z-index: 2; padding: clamp(46px, 6vw, 86px); display: flex; flex-direction: column; justify-content: center; }
.service-number { margin: 0 0 30px; color: var(--blue-bright)!important; font-family: var(--font-geist-mono), monospace; font-size: 11px!important; text-transform: uppercase; letter-spacing: .14em; }
.feature-copy h3 { margin: 0; font-size: clamp(34px, 4.2vw, 61px); line-height: 1.05; letter-spacing: -.05em; font-weight: 420; }
.feature-copy h3 em { display: block; color: #89c4ff; font-style: normal; }
.feature-copy > p { color: #9cacbf; font-size: 16px; line-height: 1.75; }
.feature-copy .aside { margin: 22px 0 12px; padding: 13px 16px; border-left: 3px solid #49a6ff; background: rgba(73,166,255,.1); color: #dcecff; font-size: 14px; font-style: italic; font-weight: 700; line-height: 1.5; }
.feature-art { position: relative; overflow: hidden; background: #081421; }
.feature-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,11,20,.04), rgba(4,11,20,.28)), linear-gradient(90deg, rgba(22,134,255,.08), transparent 42%); box-shadow: inset 0 0 70px rgba(3,9,16,.28); pointer-events: none; }
.feature-art img { width: 100%; height: 100%; min-height: 590px; display: block; object-fit: cover; object-position: center 54%; filter: saturate(.88) contrast(1.05); }
.seal-ring { position: absolute; width: 280px; aspect-ratio: 1; top: 50%; left: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(73,166,255,.55); border-radius: 50%; box-shadow: 0 0 90px rgba(22,134,255,.3), inset 0 0 70px rgba(22,134,255,.12); }
.seal-ring::before, .seal-ring::after { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.seal-ring::after { inset: 74px; background: rgba(22,134,255,.14); box-shadow: inset 0 0 42px rgba(73,166,255,.28); }
.seal-line { position: absolute; height: 1px; width: 180%; left: -40%; top: 40%; background: linear-gradient(90deg, transparent, rgba(73,166,255,.7), transparent); transform: rotate(-32deg); }
.seal-line.two { top: 62%; transform: rotate(-32deg); opacity: .45; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin: 20px 0; gap: 20px; }
.service-card { position: relative; min-height: 505px; padding: 24px; border: 1px solid rgba(255,255,255,.11); background: #091625; transition: transform .35s, border-color .35s, background .35s; overflow: hidden; display: flex; flex-direction: column; }
.service-card::after { content: ""; position: absolute; width: 150px; height: 150px; border: 1px solid rgba(73,166,255,.16); border-radius: 50%; right: -75px; bottom: -75px; transition: .45s; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(73,166,255,.45); background: #0b1b2e; }
.service-card:hover::after { transform: scale(1.4); border-color: rgba(73,166,255,.35); }
.service-top { display: flex; align-items: center; justify-content: space-between; color: #5baeff; font-family: var(--font-geist-mono), monospace; font-size: 11px; }
.service-top i { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); font-style: normal; }
.service-media { position: relative; height: 250px; margin-top: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); background: #07101b; }
.service-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(4,12,22,.36)); pointer-events: none; }
.service-media img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.9) contrast(1.04); transition: transform .55s ease, filter .55s ease; }
.service-card:hover .service-media img { transform: scale(1.035); filter: saturate(1) contrast(1.04); }
.service-card h3 { margin: 24px 0 14px; font-size: 26px; letter-spacing: -.035em; font-weight: 500; text-transform: capitalize; }
.service-card p { color: #899ab0; line-height: 1.7; font-size: 14px; }
.epoxy { grid-template-columns: 1.04fr .96fr; background: linear-gradient(120deg, #0a1d34, #0a1320); }
.epoxy .feature-copy .button { align-self: flex-start; margin-top: 20px; }
.epoxy-art { position: relative; background: #07101d; overflow: hidden; }
.epoxy-art::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 70px rgba(2,9,17,.42); pointer-events: none; }
.epoxy-art img { width: 100%; height: 100%; min-height: 560px; display: block; object-fit: cover; }
.more-services { position: relative; margin-top: 20px; padding: clamp(32px, 5vw, 62px); overflow: hidden; border: 1px solid rgba(73,166,255,.3); background: linear-gradient(120deg, #081523, #0c2640); }
.more-services::after { content: "+"; position: absolute; right: 5%; top: 50%; transform: translateY(-54%); color: rgba(73,166,255,.1); font-size: clamp(150px, 22vw, 300px); font-weight: 200; line-height: 1; pointer-events: none; }
.more-services > * { position: relative; z-index: 1; }
.more-services > span { color: #59adff; font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.more-services h3 { max-width: 670px; margin: 16px 0 14px; font-size: clamp(38px, 5vw, 66px); font-weight: 420; letter-spacing: -.055em; }
.more-services p { max-width: 650px; margin: 0 0 25px; color: #9aabc0; line-height: 1.75; }
.more-services .text-link { color: #d9ebff; }

.why { background: #050b13; }
.reason-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.reason-card { min-height: 475px; padding: 24px; border: 1px solid rgba(255,255,255,.11); display: flex; flex-direction: column; transition: background .3s, border-color .3s, transform .3s; overflow: hidden; }
.reason-card:last-child { border: 1px solid rgba(255,255,255,.11); }
.reason-card:hover { background: #091727; border-color: rgba(73,166,255,.38); transform: translateY(-5px); }
.reason-index { color: #617187; font-family: var(--font-geist-mono), monospace; font-size: 10px; }
.reason-media { position: relative; height: 245px; margin-top: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); background: #07101b; }
.reason-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(3,10,18,.4)); pointer-events: none; }
.reason-media img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.88) contrast(1.04); transition: transform .55s ease, filter .55s ease; }
.reason-card:hover .reason-media img { transform: scale(1.035); filter: saturate(1) contrast(1.04); }
.reason-card h3 { margin: 24px 0 15px; font-size: 22px; font-weight: 520; }
.reason-card p { margin: 0; color: #8596ab; line-height: 1.65; font-size: 13px; }

.process { background: #e9eef3; color: #06101d; }
.process-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 13vw; align-items: start; }
.process-intro { position: sticky; top: 80px; }
.process-intro .section-kicker { color: #1078e9; }
.process-intro > p:not(.section-kicker) { color: #657182; max-width: 460px; line-height: 1.7; }
.process-intro .inspection-note { margin-top: 24px; padding: 18px 20px; border-left: 3px solid #1686ff; background: #eaf4ff; color: #334458; font-weight: 600; }
.process-intro .inspection-note span { display: block; margin-bottom: 3px; color: #0878e8; font-size: 17px; font-weight: 800; }
.process-intro .button { margin-top: 24px; border-color: rgba(6,16,29,.25); }
.timeline { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(6,16,29,.16); }
.timeline li { position: relative; min-height: 124px; display: grid; grid-template-columns: 72px 1fr 30px; align-items: center; border-bottom: 1px solid rgba(6,16,29,.16); }
.timeline li > span { color: #1882ee; font-family: var(--font-geist-mono), monospace; font-size: 11px; }
.timeline strong { font-size: clamp(22px, 2.2vw, 32px); font-weight: 450; letter-spacing: -.035em; }
.timeline i { color: #1882ee; font-style: normal; }

.cta-band { position: relative; padding: 100px 0; background: #097cf2; overflow: hidden; }
.cta-glow { position: absolute; width: 600px; height: 600px; right: -120px; top: -260px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; box-shadow: inset 0 0 100px rgba(255,255,255,.09); }
.cta-inner { position: relative; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.cta-band .section-kicker { color: #cce7ff; }
.cta-actions { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.cta-actions > a:not(.button) { font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.6); padding-bottom: 4px; }

.site-footer { padding: 90px 0 26px; background: #03070d; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .55fr .7fr; gap: 100px; padding-bottom: 70px; }
.footer-grid > div:first-child p { max-width: 470px; margin-top: 26px; color: #76879c; line-height: 1.7; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-grid h3 { margin: 0 0 12px; color: #66809e; font-family: var(--font-geist-mono), monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.footer-grid > div:not(:first-child) a { color: #c4cfdb; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); color: #607087; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.mobile-callbar { display: none; }

/* Inner pages */
.page-hero { position: relative; padding: 210px 0 105px; overflow: hidden; background: radial-gradient(circle at 80% 20%, #10365e, transparent 32%), #06101c; }
.page-hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, #000, transparent); }
.page-glow { position: absolute; width: 540px; height: 540px; right: -120px; bottom: -330px; border: 1px solid rgba(73,166,255,.4); border-radius: 50%; box-shadow: inset 0 0 100px rgba(22,134,255,.13), 0 0 100px rgba(22,134,255,.12); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(49px, 7vw, 94px); line-height: .98; letter-spacing: -.065em; font-weight: 480; }
.page-hero h1 em { color: #8cc8ff; font-style: normal; font-weight: 350; }
.page-hero .container > p:not(.eyebrow), .page-hero-grid > div > p:not(.eyebrow) { max-width: 640px; color: #9cacc0; font-size: 17px; line-height: 1.7; }
.page-hero-grid { display: grid; grid-template-columns: 1.5fr .5fr; gap: 100px; align-items: end; }
.mini-steps { margin-top: 42px; display: flex; align-items: center; gap: 18px; color: #aab8ca; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.mini-steps span { display: flex; align-items: center; gap: 8px; }.mini-steps b { color: #51acff; font-family: var(--font-geist-mono), monospace; }.mini-steps i { color: #4a5b6f; font-style: normal; }
.estimate-note { padding: 27px; border: 1px solid rgba(255,255,255,.14); background: rgba(7,17,31,.52); backdrop-filter: blur(12px); }
.estimate-note span { color: #4da9ff; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.estimate-note strong { display: block; margin: 32px 0 18px; font-size: 24px; line-height: 1.25; }
.estimate-note p { margin: 0; color: #8293a8; line-height: 1.6; font-size: 12px; }

.form-section { padding: 100px 0 130px; background: #eff3f7; color: #07111f; }
.estimate-form { max-width: 1040px; margin: 0 auto; padding: clamp(28px, 5vw, 68px); background: white; box-shadow: 0 25px 80px rgba(9,30,57,.1); }
.honeypot { display: none !important; }
.form-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.form-heading h2 { font-size: clamp(42px, 5vw, 65px); }
.form-heading > p { color: #778497; font-size: 12px; }.form-heading > p span { color: #0d7ef3; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 24px; }
.field-wide { grid-column: 1 / -1; }
.field-grid label { display: flex; flex-direction: column; gap: 10px; }
.field-grid label > span, .input-label { color: #304055; font-size: 11px; font-weight: 680; letter-spacing: .06em; text-transform: uppercase; }
input, select, textarea { width: 100%; border: 1px solid #d4dce6; border-radius: 0; background: #f8fafc; color: #081322; padding: 16px; outline: none; transition: border-color .2s, box-shadow .2s; }
input, select { min-height: 55px; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: #278ff7; box-shadow: 0 0 0 3px rgba(22,134,255,.1); }
.dropzone { min-height: 210px; margin-top: 10px; padding: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed #9fb1c6; background: #f6f9fc; cursor: pointer; text-align: center; transition: .2s; }
.dropzone:hover, .dropzone.dragging { border-color: #1686ff; background: #edf6ff; }
.upload-icon { width: 46px; height: 46px; margin-bottom: 16px; display: grid; place-items: center; border: 1px solid #1686ff; color: #1686ff; font-size: 24px; }
.dropzone strong { font-size: 15px; }.dropzone small { margin-top: 9px; color: #748297; }
.file-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.file-list span { padding: 8px 10px; background: #eaf3fd; color: #1b4d7e; font-size: 11px; }
.file-list button { margin-left: 8px; border: 0; background: transparent; color: #1b4d7e; cursor: pointer; }
.form-submit { margin-top: 38px; padding-top: 30px; border-top: 1px solid #dce3eb; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.form-submit p { max-width: 580px; margin: 0; color: #748195; font-size: 11px; line-height: 1.65; }.form-submit p strong { color: #344257; }
.form-submit button { min-width: 210px; }.form-submit button:disabled { opacity: .65; cursor: wait; }
.form-status p { margin: 24px 0 0; padding: 16px; font-size: 13px; }.form-status .success { background: #e9f8f2; color: #17664f; }.form-status .error { background: #fff0f0; color: #922f2f; }

.contact-hero { min-height: 650px; display: flex; align-items: center; }
.contact-section { padding: 110px 0 140px; background: #edf2f7; color: #06101d; }
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 24px; }
.call-stack { display: flex; flex-direction: column; gap: 16px; }
.call-card { position: relative; min-height: 185px; padding: 31px; display: flex; flex-direction: column; justify-content: space-between; background: #071522; color: white; overflow: hidden; transition: transform .25s, background .25s; }
.call-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -80px; bottom: -80px; border: 1px solid rgba(73,166,255,.35); border-radius: 50%; }
.call-card:hover { transform: translateY(-4px); background: #0a1c30; }
.call-card span { color: #4da9ff; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.call-card strong { font-size: clamp(29px, 4vw, 48px); font-weight: 430; letter-spacing: -.04em; }.call-card i { color: #90a4bb; font-style: normal; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-details > div { min-height: 190px; padding: 28px; background: white; border: 1px solid #dbe2ea; }
.contact-details span { color: #1686ff; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.contact-details strong { display: block; margin: 30px 0 12px; font-size: 21px; }.contact-details p { margin: 0; color: #718095; font-size: 12px; line-height: 1.55; }
.contact-details strong a { color: inherit; overflow-wrap: anywhere; }
.contact-details .map-placeholder { grid-column: 1 / -1; min-height: 280px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle, #163552 0 2px, transparent 3px) 0 0 / 24px 24px, #0a1826; color: white; text-align: center; }
.map-placeholder > span { width: 60px; height: 60px; display: grid; place-items: center; border: 1px solid #4da9ff; font-size: 30px; }.map-placeholder strong { margin: 18px 0 6px; }

@keyframes heroIn { from { opacity: 0; transform: scale(1.07); } to { opacity: 1; transform: scale(1.01); } }

@media (max-width: 980px) {
  .desktop-nav, .nav-cta { display: none; }
  .nav-wrap { justify-content: space-between; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { width: 45px; height: 45px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.2); list-style: none; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }.mobile-menu summary span { width: 18px; height: 1px; background: white; }
  .mobile-menu nav { position: absolute; right: 0; top: 56px; width: 230px; padding: 16px; display: flex; flex-direction: column; background: #081523; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 20px 50px rgba(0,0,0,.35); }
  .mobile-menu nav a { padding: 13px 10px; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 13px; }
  .hero h1 { max-width: 720px; }.hero-image { background-position: 67% center; }.hero-scrim { background: linear-gradient(90deg, rgba(2,7,14,.97), rgba(3,10,18,.62) 72%, rgba(3,10,18,.4)); }
  .split, .process-layout { gap: 70px; }.service-grid { grid-template-columns: 1fr 1fr; }.reason-grid { grid-template-columns: 1fr 1fr; }.reason-card:nth-child(2) { border-right: 0; }.reason-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.11); }
  .page-hero-grid { grid-template-columns: 1fr; gap: 50px; }.estimate-note { max-width: 460px; }.contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 30px, 1240px); }
  .site-header { height: 76px; }.brand-mark { width: 43px; height: 43px; }
  .hero { min-height: 810px; height: 100svh; max-height: none; align-items: flex-end; padding-bottom: 155px; }.hero-content { padding-top: 100px; }.hero-image { background-position: 68% center; }.hero-scrim { background: linear-gradient(0deg, rgba(2,7,14,.98) 0%, rgba(2,7,14,.82) 60%, rgba(2,7,14,.35) 100%); }
  .hero h1 { font-size: clamp(42px, 12vw, 61px); }.hero h1 em { margin-top: 13px; }.hero-intro { font-size: 15px; margin: 20px 0 24px; }.hero-actions { display: grid; grid-template-columns: 1fr 1fr; }.button { min-height: 50px; padding: 0 15px; font-size: 10px; }.phone-row { flex-wrap: wrap; }
  .trust-grid { grid-template-columns: 1fr 1fr; }.trust-item { min-height: 58px; padding: 12px 10px; font-size: 9px; }.trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .section { padding: 86px 0; }.split, .section-heading, .feature-service, .epoxy, .process-layout, .footer-grid { grid-template-columns: 1fr; }.split, .process-layout { gap: 48px; }.about-copy { padding-top: 28px; }.section-heading { gap: 24px; margin-bottom: 44px; }.section-heading > p { font-size: 14px; }
  .feature-service { min-height: 0; }.feature-art { min-height: 350px; }.feature-art img { min-height: 350px; }.feature-copy { padding: 36px 25px; }.feature-copy h3 { font-size: 36px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 0; }.service-media { height: 215px; }.service-card h3 { margin-top: 22px; }.epoxy-art { min-height: 340px; grid-row: 1; }.epoxy-art img { min-height: 340px; }
  .reason-grid { grid-template-columns: 1fr; }.reason-card { min-height: 0; }.reason-card:last-child { border: 1px solid rgba(255,255,255,.11); }.reason-media { height: 215px; }.process-intro { position: static; }.timeline li { min-height: 105px; grid-template-columns: 50px 1fr 20px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }.cta-actions { align-items: flex-start; }.footer-grid { gap: 46px; }.footer-bottom { gap: 10px; flex-direction: column; padding-bottom: 60px; }
  .page-hero { padding: 150px 0 75px; }.page-hero h1 { font-size: clamp(45px, 13vw, 67px); }.mini-steps { flex-wrap: wrap; gap: 10px; }.estimate-note { display: none; }
  .form-section, .contact-section { padding: 64px 0 100px; }.estimate-form { padding: 28px 20px; }.form-heading { align-items: flex-start; flex-direction: column; }.field-grid { grid-template-columns: 1fr; }.field-wide { grid-column: auto; }.form-submit { align-items: stretch; flex-direction: column; gap: 24px; }.dropzone { min-height: 180px; }.contact-details { grid-template-columns: 1fr; }.contact-details .map-placeholder { grid-column: auto; }.call-card { min-height: 160px; }
  .mobile-callbar { position: fixed; z-index: 60; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; height: 58px; box-shadow: 0 -10px 35px rgba(0,0,0,.28); }.mobile-callbar a { display: grid; place-items: center; background: #0a1929; color: white; font-size: 10px; font-weight: 720; text-transform: uppercase; letter-spacing: .1em; }.mobile-callbar a:last-child { background: #1686ff; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; } }

/* Portable HTML additions */
.static-section { scroll-margin-top: 20px; }
.static-input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.static-dropzone { cursor: pointer; }
.static-file-name { display: block; margin-top: 12px; color: #1686ff; font-size: 12px; }
