

:root {
  --font-body: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: "Avenir Next", "Segoe UI", Inter, Arial, sans-serif;
  --navy: #081d2b;
  --navy-soft: #102f40;
  --ink: #0d2736;
  --blue: #0d5b86;
  --sky: #c8eeff;
  --aqua: #20d6bd;
  --aqua-dark: #00aa9a;
  --cream: #f5f2e9;
  --paper: #fbfcf8;
  --white: #ffffff;
  --muted: #5f717a;
  --line: #d6e0df;
  --orange: #ff6b35;
  --shadow: 0 24px 70px rgba(3, 23, 34, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body), Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
.site-shell { overflow: hidden; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.utility-bar { background: #061722; color: #c9d7dc; font-size: 12px; letter-spacing: .02em; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner p { margin: 0; }
.utility-inner a { color: white; font-weight: 700; display: inline-flex; gap: 8px; align-items: center; }
.utility-inner a:hover { color: var(--aqua); }

.site-header { background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(13,39,54,.1); position: relative; z-index: 20; }
.nav-wrap { min-height: 84px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 43px; height: 43px; position: relative; display: inline-block; overflow: hidden; border-radius: 50%; background: var(--navy); }
.brand-mark i { position: absolute; left: -4px; width: 54px; height: 8px; border-radius: 999px; transform: rotate(-25deg); background: var(--aqua); }
.brand-mark i:nth-child(1) { top: 10px; }
.brand-mark i:nth-child(2) { top: 21px; background: var(--white); }
.brand-mark i:nth-child(3) { top: 32px; background: #58bdf0; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: var(--font-display), sans-serif; font-size: 19px; letter-spacing: .09em; }
.brand-copy small { font-size: 8px; letter-spacing: .27em; margin-top: 6px; font-weight: 700; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.desktop-nav > a, .desktop-nav summary { padding: 28px 0; cursor: pointer; list-style: none; }
.desktop-nav summary::-webkit-details-marker { display: none; }
.desktop-nav summary::after { content: "⌄"; margin-left: 6px; font-size: 12px; }
.desktop-nav > a:hover, .desktop-nav summary:hover, .desktop-nav details[open] summary { color: var(--blue); }
.desktop-nav .current-page { color: var(--blue); }
.desktop-nav details { position: relative; }
.nav-dropdown { position: absolute; top: 70px; left: 50%; transform: translateX(-50%); width: 310px; background: white; border: 1px solid var(--line); padding: 22px; border-radius: 4px; box-shadow: var(--shadow); display: grid; gap: 6px; }
.nav-dropdown::before { content: ""; position: absolute; top: -7px; left: calc(50% - 7px); width: 13px; height: 13px; background: white; border-left: 1px solid var(--line); border-top: 1px solid var(--line); transform: rotate(45deg); }
.nav-dropdown a { padding: 8px 10px; border-radius: 3px; font-weight: 600; color: #435762; }
.nav-dropdown a:hover { color: var(--blue); background: #eef8fa; }
.nav-label { margin: 0 0 8px 10px; color: var(--aqua-dark); font-size: 10px; letter-spacing: .16em; font-weight: 800; }
.header-cta { margin-left: 4px; }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu > summary { width: 42px; height: 42px; border: 1px solid var(--line); display: grid; place-content: center; gap: 6px; list-style: none; cursor: pointer; }
.mobile-menu > summary::-webkit-details-marker { display: none; }
.mobile-menu > summary span { width: 20px; height: 2px; background: var(--navy); display: block; }
.mobile-menu nav { position: absolute; top: 52px; right: 0; background: white; width: min(320px, calc(100vw - 40px)); padding: 18px; box-shadow: var(--shadow); border: 1px solid var(--line); display: grid; }
.mobile-menu nav > a:not(.button) { padding: 12px 4px; border-bottom: 1px solid var(--line); font-weight: 700; }
.mobile-menu .button { margin-top: 16px; }

.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: 2px; background: var(--blue); color: white; font-weight: 800; letter-spacing: .01em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); background: #08476a; }
.button-small { min-height: 46px; padding-inline: 19px; font-size: 13px; }
.button-accent { background: var(--aqua); color: var(--navy); }
.button-accent:hover { background: #67f1df; color: var(--navy); }
.button-dark { background: var(--navy); }
.button-outline-light { background: transparent; border: 1px solid rgba(255,255,255,.45); }
.button-outline-light:hover { background: white; color: var(--navy); }
.button-square { min-width: 54px; padding: 0; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.light-link { color: white; }
.eyebrow { margin: 0 0 18px; color: var(--aqua-dark); font-weight: 800; font-size: 12px; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; display: inline-block; vertical-align: middle; margin-right: 10px; }
.eyebrow.light { color: var(--aqua); }

.section-dark { background: var(--navy); color: white; }
.hero { position: relative; min-height: 680px; display: flex; align-items: center; background-image: radial-gradient(circle at 8% 5%, rgba(32,214,189,.13), transparent 28%), linear-gradient(125deg, #081d2b 0%, #0b2534 58%, #123d50 100%); }
.hero::after { content: ""; position: absolute; right: -220px; top: -220px; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; padding-block: 86px 100px; position: relative; z-index: 2; }
.hero-copy h1 { margin: 0; max-width: 720px; font-family: var(--font-display), sans-serif; font-size: clamp(48px, 5.6vw, 82px); line-height: .98; letter-spacing: -.055em; font-weight: 800; }
.hero-lede { color: #c6d7dd; font-size: 18px; line-height: 1.7; max-width: 690px; margin: 28px 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.trust-list { list-style: none; padding: 0; margin: 34px 0 0; display: flex; gap: 24px; flex-wrap: wrap; color: #d4e2e6; font-size: 13px; font-weight: 700; }
.trust-list li { display: inline-flex; align-items: center; gap: 7px; }
.check-icon { width: 19px; height: 19px; display: inline-grid; place-content: center; border-radius: 50%; background: var(--aqua); color: var(--navy); font-size: 11px; font-weight: 900; flex: 0 0 auto; }
.hero-form-shell { position: relative; background: white; color: var(--navy); padding: 0 34px 29px; box-shadow: 0 30px 90px rgba(0,0,0,.28); border-top: 5px solid var(--aqua); }
.hero-form-accent { height: 45px; margin: 0 -34px 24px; padding: 0 20px; display: grid; grid-template-columns: 1fr 76px 1fr; align-items: center; background: linear-gradient(90deg, #6d6c5d 0 46%, #ece5d4 54% 100%); color: white; font-size: 8px; letter-spacing: .13em; font-weight: 900; overflow: hidden; }
.hero-form-accent span:last-child { color: var(--navy); text-align: right; }
.hero-form-accent i { height: 76px; width: 4px; justify-self: center; background: var(--aqua); transform: rotate(20deg); box-shadow: 0 0 16px var(--aqua); }
.hero-form-heading { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid var(--line); }
.hero-form-heading p { margin: 0 0 7px; color: var(--aqua-dark); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero-form-heading h2 { margin: 0 0 7px; font-family: var(--font-display), sans-serif; font-size: 29px; line-height: 1.15; letter-spacing: -.035em; }
.hero-form-heading > span { display: block; color: var(--muted); font-size: 12px; line-height: 1.45; }
.hero-quote-form label { display: grid; gap: 5px; margin-bottom: 12px; color: #38505b; font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.hero-quote-form input, .hero-quote-form select { width: 100%; height: 46px; border: 1px solid #cad7d8; border-radius: 0; background: #fbfcfa; color: var(--ink); padding: 0 12px; outline: none; font-size: 13px; font-weight: 500; text-transform: none; letter-spacing: 0; }
.hero-quote-form input:focus, .hero-quote-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(13,91,134,.1); }
.hero-form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.hero-form-submit { width: 100%; min-height: 50px; margin-top: 2px; }
.hero-form-note { margin: 9px 0 0; color: #7b8b91; text-align: center; font-size: 9px; line-height: 1.4; }
.hero-form-note a, .form-note a { color: var(--blue); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.breadcrumb { display: flex; align-items: center; gap: 9px; margin: 0 0 30px; color: #9db3bc; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.breadcrumb a { color: white; }
.breadcrumb a:hover { color: var(--aqua); }
.wash-card { background: #f8fbf8; color: var(--navy); border: 10px solid rgba(255,255,255,.08); box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.wash-card-top { min-height: 65px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #dce4e1; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.status-pill { color: #007f70; background: #d9f7ef; padding: 7px 10px; border-radius: 999px; font-size: 9px; }
.surface-demo { height: 320px; display: grid; grid-template-columns: 48% 52%; position: relative; overflow: hidden; background: #d9d1be; }
.surface-demo::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent 0 45px, rgba(10,30,40,.11) 46px 48px), repeating-linear-gradient(90deg, transparent 0 88px, rgba(10,30,40,.1) 89px 91px); z-index: 2; pointer-events: none; }
.surface-half { position: relative; overflow: hidden; }
.surface-half > span { position: absolute; top: 16px; z-index: 4; font-size: 10px; letter-spacing: .12em; font-weight: 900; padding: 7px 10px; background: rgba(8,29,43,.83); color: white; }
.surface-before { background: linear-gradient(135deg, #81795f, #b0a68d); }
.surface-before > span { left: 16px; }
.surface-after { background: linear-gradient(135deg, #f6f0df, #d9d3c3); }
.surface-after > span { right: 16px; background: var(--aqua-dark); }
.stain { position: absolute; display: block; background: rgba(32,51,32,.38); border-radius: 46% 54% 55% 45%; filter: blur(8px); }
.stain-one { width: 150px; height: 100px; left: -20px; top: 76px; transform: rotate(20deg); }
.stain-two { width: 90px; height: 140px; right: -10px; bottom: 24px; }
.stain-three { width: 76px; height: 62px; left: 70px; bottom: 12px; }
.clean-line { position: absolute; z-index: 5; height: 100%; width: 4px; left: 48%; background: var(--aqua); box-shadow: 0 0 18px rgba(32,214,189,.8); }
.clean-line b { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 38px; height: 38px; border-radius: 50%; display: grid; place-content: center; background: var(--aqua); border: 5px solid white; color: var(--navy); }
.wash-metrics { display: grid; grid-template-columns: repeat(3,1fr); }
.wash-metrics div { padding: 19px 15px; display: flex; align-items: center; gap: 10px; border-right: 1px solid #dce4e1; }
.wash-metrics div:last-child { border-right: 0; }
.wash-metrics span { color: var(--aqua-dark); font-size: 10px; font-weight: 900; }
.wash-metrics strong { font-size: 11px; line-height: 1.25; }
.floating-note { position: absolute; bottom: -52px; left: -48px; width: 290px; background: var(--orange); color: white; padding: 20px 24px; box-shadow: 0 16px 40px rgba(0,0,0,.25); }
.floating-note strong, .floating-note span { display: block; }
.floating-note strong { font-family: var(--font-display), sans-serif; line-height: 1.25; margin-bottom: 6px; }
.floating-note span { font-size: 12px; line-height: 1.45; color: #fff4ec; }

.proof-rail { background: var(--aqua); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { min-height: 105px; display: flex; align-items: center; gap: 18px; padding: 20px 28px; border-right: 1px solid rgba(8,29,43,.18); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid > div > span { font-size: 11px; font-weight: 900; border: 1px solid rgba(8,29,43,.35); width: 30px; height: 30px; display: grid; place-content: center; border-radius: 50%; }
.proof-grid p { margin: 0; font-size: 13px; line-height: 1.35; }
.proof-grid strong { display: block; font-family: var(--font-display), sans-serif; font-size: 15px; }

.services-section { padding: 120px 0; }
.section-heading h2, .method-intro h2, .location-copy h2, .commercial-band h2, .education-lead h2, .faq-heading h2, .quote-copy h2 { margin: 0; font-family: var(--font-display), sans-serif; font-size: clamp(38px, 4.4vw, 62px); line-height: 1.08; letter-spacing: -.045em; }
.split-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 390px; position: relative; padding: 42px 42px 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; }
.service-card:hover { background: #f1f8f7; }
.service-number { position: absolute; top: 25px; right: 27px; color: #a5b4b6; font-size: 11px; font-weight: 900; }
.card-kicker { margin: 0 0 15px; color: var(--aqua-dark); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.service-card h3 { font-family: var(--font-display), sans-serif; margin: 0 0 18px; font-size: 30px; line-height: 1.15; letter-spacing: -.03em; max-width: 380px; }
.service-card > p:not(.card-kicker) { color: var(--muted); max-width: 490px; margin: 0 0 22px; }
.service-card ul { margin: 0 0 25px; padding: 0; list-style: none; display: grid; gap: 6px; font-size: 13px; color: #4c626d; }
.service-card li::before { content: "—"; margin-right: 7px; color: var(--aqua-dark); }
.service-card > a { margin-top: auto; font-weight: 800; display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid currentColor; }
.featured-card { background: var(--sky); }
.featured-card:hover { background: #b5e8ff; }
.commercial-card { background: var(--cream); }
.commercial-card:hover { background: #ede8db; }
.card-pattern { position: absolute; width: 240px; height: 240px; border-radius: 50%; border: 1px solid rgba(13,39,54,.12); bottom: -155px; right: -70px; box-shadow: 0 0 0 30px rgba(13,39,54,.035), 0 0 0 60px rgba(13,39,54,.025); }

.story-section { padding: 120px 0; background: white; }
.story-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.story-heading { position: sticky; top: 32px; }
.story-heading h2 { margin: 0; font-family: var(--font-display), sans-serif; font-size: clamp(38px, 4.3vw, 60px); line-height: 1.08; letter-spacing: -.045em; }
.story-copy { border-top: 1px solid var(--line); }
.story-copy p { margin: 0; padding: 24px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 16px; line-height: 1.85; }
.story-copy .story-lede { color: var(--ink); font-family: var(--font-display), sans-serif; font-size: 22px; line-height: 1.6; }
.story-process-link { margin-top: 28px; }

.values-section { padding: 120px 0; background: var(--cream); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cac8bf; border-left: 1px solid #cac8bf; }
.values-grid article { min-height: 320px; padding: 30px 26px; border-right: 1px solid #cac8bf; border-bottom: 1px solid #cac8bf; background: rgba(255,255,255,.32); }
.values-grid article > span { color: var(--aqua-dark); font-size: 10px; font-weight: 900; }
.values-grid h3 { margin: 60px 0 14px; font-family: var(--font-display), sans-serif; font-size: 21px; line-height: 1.3; }
.values-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.audience-section { padding: 120px 0; background: var(--paper); }
.about-audience-grid .service-card { min-height: 360px; }
.about-local-band { background: #0d5b86; }

.process-detail-section { padding: 120px 0; background: var(--paper); }
.process-detail-grid { border-top: 1px solid var(--line); }
.process-detail-grid article { display: grid; grid-template-columns: 185px 1fr; gap: 46px; padding: 38px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 28px; }
.process-step-meta { display: flex; align-items: flex-start; gap: 18px; padding-top: 4px; }
.process-step-meta span { width: 42px; height: 42px; flex: 0 0 auto; border: 1px solid var(--aqua-dark); border-radius: 50%; display: grid; place-content: center; color: var(--aqua-dark); font-size: 11px; font-weight: 900; }
.process-step-meta small { padding-top: 11px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.process-detail-grid h3 { margin: 0 0 13px; font-family: var(--font-display), sans-serif; font-size: clamp(26px, 3vw, 38px); line-height: 1.15; letter-spacing: -.035em; }
.process-detail-grid p { max-width: 790px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.process-detail-grid article:hover .process-step-meta span { background: var(--aqua); border-color: var(--aqua); color: var(--navy); }
.process-commercial-band { background: #0b6170; }

.safety-practices-section { padding: 120px 0; background: var(--paper); }
.safety-practices-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.safety-practices-grid article { min-height: 360px; padding: 34px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.safety-practices-grid article:nth-child(2), .safety-practices-grid article:nth-child(6) { background: var(--cream); }
.safety-practices-grid article:nth-child(4) { background: #e5f8f5; }
.safety-practices-grid article > span { color: var(--aqua-dark); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.safety-practices-grid h3 { margin: 70px 0 15px; font-family: var(--font-display), sans-serif; font-size: 25px; line-height: 1.2; letter-spacing: -.025em; }
.safety-practices-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.safety-commercial-band { background: #195e58; }

.surface-section { padding: 110px 0; background: var(--cream); border-top: 1px solid #e0ddd3; }
.surface-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 85px; align-items: start; }
.surface-intro h2 { margin: 0; font-family: var(--font-display), sans-serif; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.surface-intro > p:last-child { color: var(--muted); margin: 25px 0 0; font-size: 16px; line-height: 1.8; }
.surface-topics { border-top: 1px solid #cfcfc6; }
.surface-topics article { padding: 26px 0 25px; border-bottom: 1px solid #cfcfc6; display: grid; grid-template-columns: 145px 1fr; column-gap: 22px; }
.surface-topics article > span { grid-row: span 2; color: var(--aqua-dark); padding-top: 5px; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.surface-topics h3 { margin: 0 0 8px; font-family: var(--font-display), sans-serif; font-size: 20px; line-height: 1.3; }
.surface-topics p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.section-ink { background: #0d2a39; color: white; }
.method-section { padding: 110px 0; position: relative; }
.method-section::before { content: ""; position: absolute; inset: 0 0 0 50%; background: linear-gradient(135deg, transparent 0 60%, rgba(32,214,189,.06) 60% 100%); }
.method-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; position: relative; }
.method-intro > p:not(.eyebrow) { color: #bcd0d8; font-size: 17px; margin: 25px 0 34px; max-width: 500px; }
.method-stack { display: grid; gap: 12px; }
.method-stack article { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); padding: 26px 30px; display: grid; grid-template-columns: 135px 1fr; column-gap: 20px; align-items: start; }
.method-stack h3 { font-family: var(--font-display), sans-serif; margin: 0 0 7px; font-size: 24px; }
.method-stack p { margin: 0; color: #bcd0d8; grid-column: 2; font-size: 14px; }
.method-tag { grid-row: span 2; color: var(--aqua); font-size: 9px; letter-spacing: .14em; font-weight: 900; padding-top: 8px; }

.process-section { padding: 120px 0; background: var(--cream); }
.centered-heading { text-align: center; max-width: 780px; margin: 0 auto 60px; }
.centered-heading .eyebrow::before { display: none; }
.centered-heading > p:last-child { color: var(--muted); font-size: 17px; margin: 22px auto 0; max-width: 620px; }
.process-grid { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4,1fr); }
.process-grid li { padding: 28px 28px 10px; border-left: 1px solid #cac8bf; min-height: 255px; }
.process-grid li:last-child { border-right: 1px solid #cac8bf; }
.process-grid span { color: var(--aqua-dark); font-size: 11px; font-weight: 900; }
.process-grid h3 { font-family: var(--font-display), sans-serif; font-size: 20px; line-height: 1.25; margin: 55px 0 12px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.location-section { padding: 120px 0; background: white; }
.location-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.location-copy { position: sticky; top: 30px; }
.location-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; margin: 25px 0 30px; }
.location-search label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; margin-bottom: 8px; }
.location-search > div { display: flex; }
.location-search input { width: 100%; min-height: 54px; border: 1px solid var(--line); border-right: 0; padding: 0 17px; background: #fbfcfa; color: var(--ink); outline: none; }
.location-search input:focus { border-color: var(--blue); }
.area-panel { border: 1px solid var(--line); }
.area-panel-head { min-height: 62px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; background: var(--navy); color: white; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.area-list { display: grid; grid-template-columns: repeat(2,1fr); }
.area-list a { min-height: 63px; padding: 0 18px; display: grid; grid-template-columns: 30px 1fr auto; gap: 10px; align-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; }
.area-list a:nth-child(even) { border-right: 0; }
.area-list a:hover { background: #e9f9f6; }
.area-list a > span:first-child { color: #92a3a7; font-size: 10px; }
.view-all { min-height: 65px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; color: var(--blue); font-weight: 900; font-size: 13px; }

.commercial-band { padding: 100px 0; background: var(--blue); color: white; }
.commercial-band-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.commercial-band-grid > div:last-child > p { color: #d3e9f3; font-size: 18px; margin: 0 0 22px; }
.band-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 30px; }
.band-tags span { border: 1px solid rgba(255,255,255,.3); padding: 7px 11px; font-size: 11px; font-weight: 800; }

.education-section { padding: 110px 0; background: var(--paper); }
.education-grid { display: grid; grid-template-columns: 1fr .8fr .8fr; gap: 0; border: 1px solid var(--line); background: white; }
.education-grid > * { padding: 42px; border-right: 1px solid var(--line); }
.education-grid > *:last-child { border-right: 0; }
.education-lead { background: var(--sky); }
.education-lead h2 { font-size: 42px; }
.education-lead > p:last-child { color: #3f5c69; }
.education-grid article > span { color: var(--aqua-dark); font-size: 10px; letter-spacing: .14em; font-weight: 900; }
.education-grid article h3 { font-family: var(--font-display), sans-serif; font-size: 22px; line-height: 1.3; margin: 35px 0 16px; }
.education-grid article p { color: var(--muted); font-size: 14px; }
.education-grid article a { display: inline-flex; gap: 8px; align-items: center; font-size: 13px; font-weight: 900; margin-top: 20px; }

.faq-section { padding: 120px 0; background: white; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.faq-heading { position: sticky; top: 30px; align-self: start; }
.faq-heading > p:not(.eyebrow) { color: var(--muted); margin-top: 25px; }
.faq-heading > a { font-weight: 900; color: var(--blue); display: inline-flex; align-items: center; gap: 8px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: var(--font-display), sans-serif; font-size: 18px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { width: 30px; height: 30px; display: grid; place-content: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); background: var(--aqua); border-color: var(--aqua); }
.faq-list details p { margin: -4px 50px 26px 0; color: var(--muted); }

.quote-section { padding: 110px 0; background: var(--navy); color: white; position: relative; }
.quote-section::before { content: ""; position: absolute; left: -220px; bottom: -310px; width: 650px; height: 650px; border-radius: 50%; border: 1px solid rgba(255,255,255,.07); box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.quote-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; position: relative; }
.quote-copy > p:not(.eyebrow) { color: #bcd0d8; font-size: 17px; margin: 25px 0 28px; }
.quote-copy ul { list-style: none; padding: 0; display: grid; gap: 12px; color: #d1e0e5; font-size: 14px; }
.quote-copy li { display: flex; align-items: center; gap: 10px; }
.quote-form { background: white; color: var(--ink); padding: 38px; box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.form-heading { display: flex; justify-content: space-between; gap: 20px; align-items: end; padding-bottom: 22px; margin-bottom: 23px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--aqua-dark); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.form-heading strong { font-family: var(--font-display), sans-serif; font-size: 20px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.quote-form label { display: grid; gap: 7px; margin-bottom: 15px; color: #38505b; font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #cfdada; background: #fbfcfb; color: var(--ink); border-radius: 0; padding: 12px 14px; text-transform: none; letter-spacing: 0; outline: none; font-size: 14px; font-weight: 500; }
.quote-form input, .quote-form select { height: 50px; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(13,91,134,.1); }
.form-submit { width: 100%; margin-top: 5px; }
.form-note { text-align: center; margin: 11px 0 0; color: #7a8a91; font-size: 10px; }

footer { background: #061722; color: white; padding: 80px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 60px; padding-bottom: 60px; }
.brand-light .brand-copy small { color: #a9bbc3; }
.footer-brand > p { color: #9eb1ba; max-width: 330px; margin: 24px 0; font-size: 14px; }
.footer-cta { display: inline-flex; align-items: center; gap: 9px; color: var(--aqua); font-weight: 900; border-bottom: 1px solid var(--aqua); }
.footer-grid h2 { margin: 0 0 18px; color: var(--aqua); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid > div:not(.footer-brand) a { color: #aebfc6; font-size: 13px; }
.footer-grid > div:not(.footer-brand) a:hover { color: white; }
.footer-bottom { min-height: 55px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; color: #758c96; font-size: 11px; }
.footer-bottom div { display: flex; gap: 20px; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .header-cta { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 70px; }
  .hero-copy { max-width: 760px; }
  .hero-form-shell { max-width: 660px; margin-left: auto; width: 86%; }
  .split-heading, .surface-grid, .method-grid, .location-grid, .faq-grid, .quote-grid { gap: 55px; }
  .story-grid { gap: 55px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .safety-practices-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid li:nth-child(2) { border-right: 1px solid #cac8bf; }
  .process-grid li { border-bottom: 1px solid #cac8bf; }
  .education-grid { grid-template-columns: 1fr 1fr; }
  .education-lead { grid-column: 1 / -1; }
  .education-grid > * { border-bottom: 1px solid var(--line); }
  .education-grid > article:nth-child(2) { border-bottom: 0; }
  .education-grid > article:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1.2fr repeat(2,1fr); }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 620px); }
  .utility-inner { min-height: 34px; justify-content: center; }
  .utility-inner p { display: none; }
  .nav-wrap { min-height: 72px; gap: 12px; }
  .brand-mark { width: 37px; height: 37px; }
  .brand-mark i { left: -6px; top: auto; }
  .brand-mark i:nth-child(1) { top: 8px; }
  .brand-mark i:nth-child(2) { top: 18px; }
  .brand-mark i:nth-child(3) { top: 28px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy small { font-size: 6px; margin-top: 5px; }
  .header-cta { display: none; }
  .hero { min-height: auto; }
  .hero-grid { padding-block: 66px 96px; gap: 58px; }
  .hero-copy h1 { font-size: clamp(45px, 14vw, 64px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .trust-list { display: grid; gap: 10px; }
  .hero-form-shell { width: 100%; padding: 0 22px 25px; }
  .hero-form-accent { margin-inline: -22px; }
  .hero-form-row { grid-template-columns: 1fr; gap: 0; }
  .surface-demo { height: 245px; }
  .wash-metrics { display: none; }
  .wash-card-top { padding-inline: 14px; }
  .status-pill { display: none; }
  .floating-note { left: 16px; bottom: -52px; width: calc(100% - 32px); }
  .proof-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .proof-grid > div { border-right: 0; border-bottom: 1px solid rgba(8,29,43,.18); min-height: 83px; padding-inline: 8px; }
  .proof-grid > div:last-child { border-bottom: 0; }
  .services-section, .surface-section, .story-section, .values-section, .audience-section, .process-section, .process-detail-section, .safety-practices-section, .location-section, .education-section, .faq-section { padding: 82px 0; }
  .split-heading, .surface-grid, .story-grid, .method-grid, .location-grid, .commercial-band-grid, .faq-grid, .quote-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 24px; margin-bottom: 40px; }
  .section-heading h2, .method-intro h2, .location-copy h2, .commercial-band h2, .education-lead h2, .faq-heading h2, .quote-copy h2 { font-size: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 370px; padding: 35px 28px; }
  .method-section, .commercial-band, .quote-section { padding: 82px 0; }
  .method-grid { gap: 45px; }
  .method-section::before { display: none; }
  .story-heading { position: static; }
  .values-grid { grid-template-columns: 1fr; }
  .safety-practices-grid { grid-template-columns: 1fr; }
  .safety-practices-grid article { min-height: 310px; padding: 30px 26px; }
  .safety-practices-grid h3 { margin-top: 48px; }
  .surface-topics article { grid-template-columns: 1fr; }
  .surface-topics article > span { grid-row: auto; padding: 0 0 8px; }
  .method-stack article { grid-template-columns: 1fr; }
  .method-tag { grid-row: auto; padding: 0 0 10px; }
  .method-stack p { grid-column: 1; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { border-right: 1px solid #cac8bf; min-height: 230px; }
  .process-grid h3 { margin-top: 35px; }
  .process-detail-grid article { grid-template-columns: 1fr; gap: 22px; padding: 32px 0; }
  .location-grid { gap: 38px; }
  .location-copy, .faq-heading { position: static; }
  .area-list { grid-template-columns: 1fr; }
  .area-list a { border-right: 0; }
  .commercial-band-grid { gap: 30px; }
  .education-grid { grid-template-columns: 1fr; }
  .education-grid > * { padding: 32px 26px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .education-grid > *:last-child { border-bottom: 0 !important; }
  .faq-grid { gap: 42px; }
  .quote-grid { gap: 45px; }
  .quote-form { padding: 26px 20px; }
  .form-heading { align-items: flex-start; flex-direction: column; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 460px) {
  .brand-copy { display: none; }
  .mobile-menu nav { right: -2px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}


/* Static Hostinger package utilities */
.hp-field { display: none !important; }
.form-status {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 18px;
  left: 50%;
  width: min(560px, calc(100% - 28px));
  transform: translateX(-50%);
  padding: 15px 20px;
  color: #081d2b;
  background: #20d6bd;
  border: 1px solid rgba(8, 29, 43, .2);
  box-shadow: 0 14px 45px rgba(0, 0, 0, .24);
  font-weight: 800;
  text-align: center;
}
.form-status.is-visible { display: block; }
.form-status.is-error { color: #fff; background: #b9382f; }
