:root {
  --cyan: #01c7fc;
  --cyan-bright: #52dcff;
  --ink: #07131f;
  --ink-2: #0e2746;
  --paper: #f5f8fa;
  --white: #ffffff;
  --muted: #9eb0c1;
  --line: rgba(255, 255, 255, .14);
  --dark-line: rgba(7, 19, 31, .13);
  --heading: "Barlow Condensed", Impact, sans-serif;
  --body: "DM Sans", system-ui, -apple-system, sans-serif;
  --shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0; font-family: var(--heading); line-height: .98; text-wrap: balance; }
h1 { max-width: 11ch; font-size: clamp(3.7rem, 9vw, 7.4rem); font-weight: 800; letter-spacing: -.045em; text-transform: uppercase; }
h2 { font-size: clamp(2.25rem, 5.6vw, 4.65rem); font-weight: 700; letter-spacing: -.025em; }
h3 { font-size: clamp(1.55rem, 3vw, 2.2rem); font-weight: 700; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.narrow { max-width: 820px; }
.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section-ink { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.section-ink::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(135deg, var(--cyan) 1px, transparent 1px), linear-gradient(45deg, var(--cyan) 1px, transparent 1px); background-size: 42px 42px; }
.section-ink > .shell { position: relative; }
.section-heading { max-width: 740px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-heading > p:last-child { max-width: 650px; color: #53687b; font-size: 1.08rem; }
.section-ink .section-heading > p:last-child { color: var(--muted); }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; max-width: none; gap: 4rem; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1rem; color: #057b9a; font-size: .76rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--cyan); }
.section-ink .eyebrow, .hero .eyebrow, .quote-band .eyebrow { color: var(--cyan-bright); }
.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; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; transform: translateY(-140%); background: var(--cyan); padding: .75rem 1rem; color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; height: 78px; border-bottom: 1px solid var(--line); background: rgba(7, 19, 31, .96); backdrop-filter: blur(16px); color: var(--white); }
.nav-shell { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; width: 110px; height: 66px; overflow: hidden; align-items: center; justify-content: center; padding: 2px; background: #111; clip-path: polygon(7px 0,100% 0,calc(100% - 7px) 100%,0 100%); }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.site-menu { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.25rem); font-size: .88rem; font-weight: 700; }
.site-menu a { position: relative; text-decoration: none; }
.site-menu a:not(.nav-call)::after { content: ""; position: absolute; right: 0; bottom: -.35rem; left: 0; height: 2px; transform: scaleX(0); background: var(--cyan); transition: transform .2s ease; }
.site-menu a:hover::after, .site-menu a:focus-visible::after { transform: scaleX(1); }
.nav-call { padding: .72rem 1rem; background: var(--cyan); color: var(--ink); clip-path: polygon(8px 0,100% 0,calc(100% - 8px) 100%,0 100%); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); background: transparent; color: white; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; transition: .2s ease; }

.hero { position: relative; overflow: hidden; padding: clamp(4.5rem, 8vw, 7.25rem) 0; background: var(--ink); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 13% 16%, rgba(1,199,252,.18), transparent 28%), linear-gradient(120deg, transparent 0 62%, rgba(1,199,252,.07) 62% 63%, transparent 63%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.hero-copy h2 { max-width: 650px; margin-top: 1.4rem; color: #c8d5e0; font-family: var(--body); font-size: clamp(1rem, 1.8vw, 1.28rem); font-weight: 500; line-height: 1.55; letter-spacing: 0; text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.hero-note { margin: 1.2rem 0 0; color: var(--muted); font-size: .85rem; }
.hero-media { position: relative; min-height: min(64vw, 620px); margin: 0; isolation: isolate; }
.hero-media::before { content: ""; position: absolute; z-index: -1; inset: -15px 15px 15px -15px; border: 2px solid var(--cyan); clip-path: polygon(0 0,100% 0,100% 92%,92% 100%,0 100%); }
.hero-media img { width: 100%; height: 100%; max-height: 660px; min-height: 520px; object-fit: cover; clip-path: polygon(0 0,100% 0,100% 92%,92% 100%,0 100%); }
.hero-media figcaption { position: absolute; right: -1px; bottom: 0; padding: .55rem .8rem; background: var(--cyan); color: var(--ink); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-compact { padding-block: clamp(3.5rem, 7vw, 6rem); }
.hero-compact h1 { font-size: clamp(3.2rem, 7.7vw, 6.3rem); }
.hero-compact .hero-media { min-height: 440px; }
.hero-compact .hero-media img { min-height: 440px; max-height: 520px; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .85rem 1.35rem; border: 1px solid transparent; clip-path: polygon(9px 0,100% 0,calc(100% - 9px) 100%,0 100%); font-size: .86rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; transition: transform .18s ease, background .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--cyan); color: var(--ink); }
.button-ghost { border-color: rgba(255,255,255,.35); color: var(--white); }
.button-light { background: var(--white); color: var(--ink); }
.text-link { color: #007e9f; font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: .25rem; }
.section-ink .text-link { color: var(--cyan-bright); }

.meter { border-bottom: 1px solid var(--dark-line); background: var(--white); }
.meter .shell { display: grid; grid-template-columns: repeat(4,1fr); }
.meter .shell > div { display: grid; place-items: center; min-height: 128px; padding: 1rem; border-right: 1px solid var(--dark-line); text-align: center; }
.meter .shell > div:first-child { border-left: 1px solid var(--dark-line); }
.meter b { font-family: var(--heading); color: var(--ink-2); font-size: clamp(2.5rem, 5vw, 4rem); line-height: .9; }
.meter span { color: #66798b; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }
.service-card { overflow: hidden; border: 1px solid var(--dark-line); background: var(--white); box-shadow: 0 14px 45px rgba(8,24,38,.06); }
.service-image { display: block; height: 270px; overflow: hidden; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card:hover .service-image img { transform: scale(1.035); }
.service-card-copy { padding: 1.5rem; }
.service-card h3 { margin: .45rem 0 .75rem; }
.service-card h3 a { text-decoration: none; }
.service-card p { color: #596d7f; }
.price { display: inline-block; color: #007d9f; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.section-ink .service-card { border-color: var(--line); background: #0c1d2c; color: white; box-shadow: none; }
.section-ink .service-card p { color: var(--muted); }
.section-ink .price { color: var(--cyan-bright); }

.results-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }
.result-card { margin: 0; border: 1px solid var(--line); background: #0c1d2c; }
.result-split { --position: 50%; position: relative; height: 360px; overflow: hidden; isolation: isolate; }
.result-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.result-after { clip-path: inset(0 0 0 var(--position)); }
.result-label { position: absolute; z-index: 2; top: .65rem; padding: .28rem .5rem; background: rgba(7,19,31,.85); color: white; font-size: .62rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; pointer-events: none; }
.result-label-before { left: .65rem; }
.result-label-after { right: .65rem; }
.result-range { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: col-resize; touch-action: pan-y; }
.result-divider { position: absolute; z-index: 3; top: 0; bottom: 0; left: var(--position); width: 3px; transform: translateX(-50%); background: var(--cyan); box-shadow: 0 0 0 1px rgba(7,19,31,.45); pointer-events: none; }
.result-divider span { position: absolute; top: 50%; left: 50%; display: grid; width: 44px; height: 44px; place-items: center; border: 3px solid var(--ink); border-radius: 50%; transform: translate(-50%,-50%); background: var(--cyan); color: var(--ink); font-size: 1.15rem; font-weight: 900; box-shadow: 0 4px 20px rgba(0,0,0,.3); }
.result-range:focus-visible + .result-divider span { outline: 3px solid white; outline-offset: 3px; }
.result-card figcaption { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem; color: #dce8f2; font-size: .86rem; font-weight: 700; }
.result-card figcaption small { color: #91a9ba; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.single-result { max-width: 820px; margin-inline: auto; }
.single-result .result-split { height: min(68vw, 620px); }
.center-action { margin-top: 2.5rem; text-align: center; }

.process-section { background: var(--white); }
.process-section .shell { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); }
.process-intro { position: sticky; top: 120px; align-self: start; }
.process-intro p:last-child { color: #5e7285; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 80px 1fr; gap: 1.2rem; padding: 1.6rem 0; border-top: 1px solid var(--dark-line); }
.process-list li:last-child { border-bottom: 1px solid var(--dark-line); }
.process-list span, .values span { font-family: var(--heading); color: var(--cyan); font-size: 2.2rem; font-weight: 800; }
.process-list h3 { margin-bottom: .5rem; }
.process-list p { color: #5b7082; }

.owner-strip { background: var(--cyan); }
.owner-strip .shell { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.owner-strip img { width: 100%; max-height: 520px; object-fit: cover; clip-path: polygon(0 0,92% 0,100% 8%,100% 100%,0 100%); }
.owner-strip .eyebrow, .owner-strip .text-link { color: var(--ink); }
.owner-strip .eyebrow::before { background: var(--ink); }
.owner-strip p { max-width: 650px; }

.area-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; overflow: hidden; border: 1px solid var(--dark-line); background: var(--dark-line); }
.area-links a { display: grid; grid-template-columns: .75fr 1.5fr auto; align-items: center; gap: 1rem; min-height: 105px; padding: 1.25rem; background: var(--white); text-decoration: none; }
.area-links strong { font-family: var(--heading); font-size: 1.55rem; text-transform: uppercase; }
.area-links span { color: #607486; font-size: .86rem; }
.area-links b { color: #007d9f; font-size: .72rem; text-transform: uppercase; }

.faq-section { background: #eaf0f4; }
.faq-list { margin-top: 2rem; }
.faq-list details { border-top: 1px solid rgba(7,19,31,.2); }
.faq-list details:last-child { border-bottom: 1px solid rgba(7,19,31,.2); }
.faq-list summary { position: relative; padding: 1.35rem 3rem 1.35rem 0; cursor: pointer; font-family: var(--heading); font-size: 1.55rem; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .2rem; color: #007d9f; font-size: 2rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 690px; padding-bottom: 1.35rem; color: #53687a; }

.quote-band { padding: clamp(3.5rem, 7vw, 6rem) 0; background: var(--ink-2); color: white; }
.quote-band .shell { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.quote-band h2 { max-width: 760px; }
.quote-band p:not(.eyebrow) { max-width: 650px; margin-top: 1rem; color: #bdd0df; }

.service-detail { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.big-copy { color: #203a50; font-size: clamp(1.15rem, 2vw, 1.4rem); line-height: 1.6; }
.included { padding: clamp(1.5rem, 4vw, 2.5rem); border-top: 7px solid var(--cyan); background: var(--ink); color: white; }
.included h3 { margin: .7rem 0 1.2rem; }
.included ul, .contact-panel ul { margin: 0; padding: 0; list-style: none; }
.included li, .contact-panel li { position: relative; padding: .8rem 0 .8rem 1.5rem; border-top: 1px solid var(--line); color: #c8d6e1; }
.included li::before, .contact-panel li::before { content: ""; position: absolute; top: 1.35rem; left: 0; width: 7px; height: 7px; background: var(--cyan); transform: rotate(45deg); }
.included small { display: block; margin-top: 1rem; color: var(--muted); }
.area-pills { display: flex; flex-wrap: wrap; gap: .7rem; }
.area-pills a { padding: .78rem 1rem; border: 1px solid var(--dark-line); background: white; color: #0b6780; font-size: .82rem; font-weight: 800; text-decoration: none; }

.local-story { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.local-story > aside { display: grid; gap: 1rem; padding: 2rem; border-left: 7px solid var(--cyan); background: white; box-shadow: 0 20px 60px rgba(7,19,31,.08); }
.local-story > aside span { color: #6c7e8f; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.local-story > aside strong { font-family: var(--heading); font-size: 1.55rem; line-height: 1.1; }

.gallery-results { grid-template-columns: repeat(2,1fr); }
.gallery-results .result-split { height: min(52vw, 520px); }
.photo-grid { columns: 3; column-gap: 1rem; }
.photo-grid figure { break-inside: avoid; margin: 0 0 1rem; border: 1px solid var(--dark-line); background: white; }
.photo-grid img { width: 100%; }
.photo-grid figcaption { padding: .7rem .9rem; color: #607487; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.story-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.story-card { overflow: hidden; border-top: 7px solid var(--cyan); background: var(--ink); color: white; }
.story-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.story-card dl { margin: 0; padding: 1.5rem 2rem 2rem; }
.story-card dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.story-card dt { color: var(--muted); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.story-card dd { margin: 0; font-weight: 800; text-align: right; }
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); }
.values article { padding: 2rem; background: #0c1d2c; }
.values h3 { margin: 1rem 0 .75rem; }
.values p { color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.contact-actions { display: grid; margin-top: 2.5rem; border-top: 1px solid var(--dark-line); }
.contact-actions a { display: grid; grid-template-columns: 90px 1fr; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--dark-line); text-decoration: none; }
.contact-actions span { color: #6d7f90; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-actions strong { overflow-wrap: anywhere; }
.contact-panel { padding: 2rem; background: var(--ink); color: white; }
.contact-panel h3 { margin-bottom: 1rem; }
.contact-panel > div { display: grid; gap: .35rem; margin-top: 1.5rem; padding: 1.25rem; background: var(--cyan); color: var(--ink); }
.contact-panel > div span { font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.legal-hero { padding: 5rem 0; background: var(--ink); color: white; }
.legal-hero h1 { max-width: 16ch; font-size: clamp(3rem, 8vw, 6rem); }
.legal-hero h2 { max-width: 780px; margin-top: 1rem; color: #c5d3df; font-family: var(--body); font-size: 1.05rem; font-weight: 500; line-height: 1.5; }
.legal-copy { max-width: 860px; padding: 2rem; background: white; }
.legal-copy h2 { margin: 2.5rem 0 1rem; font-family: var(--heading); font-size: 2.2rem; }
.legal-copy h3 { margin: 1.8rem 0 .75rem; font-size: 1.5rem; }
.legal-copy a { color: #006e8b; overflow-wrap: anywhere; }
.not-found { min-height: calc(100vh - 78px); display: grid; place-items: center; padding: 5rem 0; background: var(--ink); color: white; text-align: center; }
.not-found h1 { max-width: none; }
.not-found h2 { max-width: 640px; margin: 1.5rem auto 2rem; color: #c5d4df; font-family: var(--body); font-size: 1.1rem; font-weight: 500; line-height: 1.6; }

.footer { padding-top: 5rem; background: #040b12; color: #c1d0db; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1fr; gap: clamp(2rem, 5vw, 5rem); }
.footer-logo { width: 220px; max-width: 100%; margin-bottom: 1rem; }
.footer h2 { margin-bottom: 1rem; color: white; font-size: 1.2rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; margin: .6rem 0; color: #c1d0db; font-size: .86rem; text-decoration: none; }
.footer .text-link { color: var(--cyan-bright); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding: 1.25rem 0; border-top: 1px solid var(--line); color: #8195a5; font-size: .75rem; }
.footer-bottom span:last-child { display: flex; gap: 1.2rem; }

@media (max-width: 1000px) {
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .results-grid { grid-template-columns: repeat(2,1fr); }
  .results-grid .result-card:last-child { grid-column: 1/-1; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .site-menu { position: absolute; top: 100%; right: 0; bottom: auto; left: 0; display: flex; height: calc(100dvh - 78px); flex-direction: column; align-items: stretch; gap: 0; padding: 1.5rem 20px max(2rem, env(safe-area-inset-bottom)); transform: translateX(100%); background: var(--ink); transition: transform .23s ease; overflow-y: auto; }
  .site-menu.is-open { transform: translateX(0); }
  .site-menu a { padding: 1rem .2rem; border-bottom: 1px solid var(--line); font-family: var(--heading); font-size: 1.65rem; text-transform: uppercase; }
  .site-menu a::after { display: none; }
  .site-menu .nav-call { margin-top: 1rem; padding: 1rem; text-align: center; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 480px; }
  .hero-media img { min-height: 480px; }
  .split-heading, .process-section .shell, .owner-strip .shell, .service-detail, .local-story, .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .process-intro { position: static; }
  .area-links { grid-template-columns: 1fr; }
  .photo-grid { columns: 2; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .site-header { height: 70px; }
  .brand { width: 98px; height: 58px; }
  .site-menu { top: 70px; }
  .site-menu { top: 100%; height: calc(100dvh - 70px); }
  h1 { font-size: clamp(3.15rem, 17vw, 5.15rem); }
  h2 { font-size: clamp(2.1rem, 11vw, 3.3rem); }
  .hero { padding-top: 3.7rem; }
  .hero-media, .hero-compact .hero-media { min-height: 390px; }
  .hero-media img, .hero-compact .hero-media img { min-height: 390px; max-height: 470px; }
  .hero-actions .button { width: 100%; }
  .meter .shell { grid-template-columns: repeat(2,1fr); }
  .meter .shell > div:nth-child(3) { border-left: 1px solid var(--dark-line); }
  .meter .shell > div { min-height: 105px; border-bottom: 1px solid var(--dark-line); }
  .service-grid, .results-grid, .gallery-results, .values { grid-template-columns: 1fr; }
  .results-grid .result-card:last-child { grid-column: auto; }
  .result-split, .gallery-results .result-split { height: 390px; }
  .area-links a { grid-template-columns: 1fr auto; }
  .area-links a span { grid-column: 1/-1; grid-row: 2; }
  .quote-band .shell { align-items: stretch; flex-direction: column; }
  .photo-grid { columns: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .contact-actions a { grid-template-columns: 1fr; gap: .25rem; }
}

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