@charset "UTF-8";

:root {
  --navy: #102a43;
  --navy-deep: #091d2e;
  --navy-soft: #183f60;
  --orange: #ff6b35;
  --orange-dark: #e95323;
  --cream: #fff9f3;
  --sand: #f4e8dc;
  --white: #ffffff;
  --text: #202833;
  --muted: #637181;
  --line: rgba(16, 42, 67, 0.14);
  --success: #1f7a5c;
  --error: #b42318;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow-soft: 0 18px 50px rgba(16, 42, 67, 0.1);
  --shadow-strong: 0 28px 80px rgba(9, 29, 46, 0.2);
  --container: 1240px;
  --header-offset: 118px;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  color-scheme: light;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-offset); overflow-x: hidden; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--cream); color: var(--text); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.7; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
::selection { background: var(--orange); color: var(--navy-deep); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
section[id], article[id] { scroll-margin-top: var(--header-offset); }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-150%); padding: 0.75rem 1rem; border-radius: 8px; background: var(--white); color: var(--navy); font-weight: 700; box-shadow: var(--shadow-soft); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 8.5rem) 0; }

.utility-bar { position: relative; z-index: 70; background: var(--navy-deep); color: rgba(255,255,255,0.82); font-size: 0.78rem; letter-spacing: 0.03em; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }
.utility-inner > span, .utility-inner a { display: flex; align-items: center; gap: 0.45rem; }
.utility-inner a { color: var(--white); }
.utility-inner a:hover { color: var(--orange); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #70d6ae; box-shadow: 0 0 0 4px rgba(112,214,174,0.12); }

.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255, 249, 243, 0.96); color: var(--navy); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: border-color 180ms var(--ease-out), box-shadow 180ms var(--ease-out); }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 12px 30px rgba(16,42,67,0.08); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { flex: 0 0 auto; width: 225px; }
.brand img { width: 100%; height: auto; }
.nav-menu { display: flex; align-items: center; justify-content: flex-end; gap: clamp(0.8rem, 1.7vw, 1.6rem); font-family: "Manrope", sans-serif; font-size: 0.84rem; font-weight: 700; }
.nav-menu > a:not(.nav-call) { position: relative; padding: 0.75rem 0; }
.nav-menu > a:not(.nav-call)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0.4rem; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform 180ms var(--ease-out); }
.nav-menu > a:hover::after, .nav-menu > a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-call { min-height: 44px; display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.7rem 1rem; border-radius: 999px; background: var(--navy); color: var(--white); }
.nav-call:hover { background: var(--orange); color: var(--navy-deep); }
.nav-call svg { width: 16px; height: 16px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.menu-toggle span { width: 18px; height: 2px; background: var(--navy); transition: transform 180ms var(--ease-out), opacity 180ms var(--ease-out); }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; min-height: clamp(650px, 76vh, 820px); display: grid; align-items: stretch; overflow: hidden; background: var(--navy-deep); color: var(--white); }
.hero-image { position: absolute; inset: 0 0 0 43%; width: 57%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy-deep) 0%, rgba(9,29,46,0.98) 38%, rgba(9,29,46,0.65) 62%, rgba(9,29,46,0.12) 100%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; opacity: 0.18; background-image: linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, black, transparent 68%); }
.hero-grid { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, 1fr) 270px; align-items: center; gap: 4rem; padding-top: clamp(5rem, 8vw, 8rem); padding-bottom: clamp(5rem, 8vw, 8rem); }
.hero-copy { max-width: 780px; }
.eyebrow { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.25rem; color: var(--orange-dark); font-family: "Manrope", sans-serif; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.14em; line-height: 1.3; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--orange); }
.hero h1 { max-width: 760px; margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(2.9rem, 5.7vw, 5.65rem); font-weight: 800; letter-spacing: -0.065em; line-height: 0.98; text-wrap: balance; }
.hero h1 em { display: inline; color: var(--orange); font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 1.7rem 0 0; color: rgba(255,255,255,0.78); font-size: clamp(1rem, 1.5vw, 1.17rem); line-height: 1.75; }
.hero-actions, .final-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2.25rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 0.7rem; padding: 0.85rem 1.25rem; border: 1px solid transparent; border-radius: 999px; font-family: "Manrope", sans-serif; font-size: 0.9rem; font-weight: 800; line-height: 1.2; transition: transform 160ms var(--ease-out), background-color 180ms var(--ease-out), color 180ms var(--ease-out), border-color 180ms var(--ease-out), box-shadow 180ms var(--ease-out); }
.button svg { width: 18px; height: 18px; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(0.97); }
.button-primary { background: var(--orange); color: var(--navy-deep); box-shadow: 0 12px 28px rgba(255,107,53,0.22); }
.button-primary:hover { background: #ff7b4d; box-shadow: 0 15px 36px rgba(255,107,53,0.32); }
.button-ghost { border-color: rgba(255,255,255,0.3); background: rgba(255,255,255,0.06); color: var(--white); backdrop-filter: blur(12px); }
.button-ghost:hover { border-color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.12); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 2rem; color: rgba(255,255,255,0.78); font-size: 0.82rem; font-weight: 600; }
.hero-meta span { display: inline-flex; align-items: center; gap: 0.42rem; }
.hero-meta svg { width: 16px; height: 16px; color: var(--orange); }
.text-link { display: inline-flex; align-items: center; gap: 0.55rem; margin-top: 1.5rem; color: var(--navy); font-weight: 800; line-height: 1.35; }
.text-link span { color: var(--orange-dark); transition: transform 180ms var(--ease-out); }
.text-link:hover span { transform: translateX(4px); }
.light-link { color: var(--white); }
.light-link:hover span { transform: translateY(4px); }
.hero-note { align-self: end; justify-self: end; width: 245px; padding: 1.5rem; border: 1px solid rgba(255,255,255,0.22); background: rgba(9,29,46,0.65); backdrop-filter: blur(16px); }
.note-number { display: block; color: var(--orange); font-family: "Manrope", sans-serif; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.16em; }
.hero-note p { margin: 1rem 0 0; font-family: "Manrope", sans-serif; font-size: 1.05rem; font-weight: 700; line-height: 1.65; }
.airflow { pointer-events: none; }
.airflow path { fill: none; stroke: var(--orange); stroke-width: 2; vector-effect: non-scaling-stroke; }
.hero-airflow { position: absolute; z-index: 2; right: -4%; bottom: 1.5rem; width: 62%; height: 230px; opacity: 0.45; }
.hero-airflow path:nth-child(2) { opacity: 0.38; }

.trust-strip { position: relative; z-index: 5; margin-top: -1px; background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.trust-grid article { min-height: 112px; display: flex; flex-direction: column; justify-content: center; gap: 0.2rem; padding: 1.25rem clamp(0.75rem, 2vw, 1.5rem); border-right: 1px solid var(--line); }
.trust-grid article:first-child { border-left: 1px solid var(--line); }
.trust-grid strong { color: var(--navy); font-family: "Manrope", sans-serif; font-size: 0.86rem; font-weight: 800; letter-spacing: 0.12em; }
.trust-grid span { color: var(--muted); font-size: 0.76rem; line-height: 1.4; }

.about-section { position: relative; overflow: hidden; background: var(--cream); }
.about-section::after { content: ""; position: absolute; right: -80px; bottom: -80px; width: 340px; height: 340px; border-radius: 50%; border: 1px solid rgba(255,107,53,0.22); box-shadow: 0 0 0 45px rgba(255,107,53,0.035), 0 0 0 90px rgba(255,107,53,0.025); }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 0.85fr 1.2fr 0.9fr; gap: clamp(2rem, 5vw, 5.5rem); align-items: start; }
.section-heading h2, .split-heading h2, .local-copy h2, .contact-copy h2, .faq-sidebar h2, .final-cta h2 { margin: 0; color: var(--navy); font-family: "Manrope", sans-serif; font-size: clamp(2.2rem, 4vw, 4.15rem); font-weight: 800; letter-spacing: -0.055em; line-height: 1.04; text-wrap: balance; }
.about-copy p { margin: 0 0 1.1rem; color: #44515f; }
.about-aside { padding: 1.6rem 0 0 1.6rem; border-left: 2px solid var(--orange); }
.about-gallery { position: relative; min-height: 360px; margin-bottom: 1.5rem; }
.about-gallery figure { position: absolute; margin: 0; overflow: hidden; background: var(--navy); box-shadow: var(--shadow-soft); }
.about-gallery figure:first-child { top: 0; left: 0; width: 86%; aspect-ratio: 16 / 10; }
.about-gallery figure:last-child { right: -0.5rem; bottom: 0; width: 58%; aspect-ratio: 1; border: 8px solid var(--cream); }
.about-gallery img { width: 100%; height: 100%; object-fit: cover; }
.big-type { color: var(--navy); font-family: "Manrope", sans-serif; font-size: clamp(1.45rem, 2.2vw, 2.2rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.18; }
.about-facts { display: grid; gap: 1rem; margin-top: 2rem; }
.about-facts span { color: var(--muted); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; }
.about-facts strong { display: block; color: var(--orange-dark); font-family: "Manrope", sans-serif; font-size: 1.3rem; letter-spacing: -0.02em; text-transform: none; }

.services-section { position: relative; background: var(--sand); background-image: linear-gradient(rgba(16,42,67,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(16,42,67,0.035) 1px, transparent 1px); background-size: 44px 44px; }
.split-heading { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 4rem; align-items: end; }
.split-heading > p { max-width: 500px; justify-self: end; margin: 0 0 0.4rem; color: var(--muted); }
.anchor-nav { display: flex; flex-wrap: wrap; gap: 0.55rem; margin: 2.6rem 0 2rem; }
.anchor-nav a { padding: 0.55rem 0.85rem; border: 1px solid rgba(16,42,67,0.18); border-radius: 999px; background: rgba(255,255,255,0.48); color: var(--navy); font-size: 0.78rem; font-weight: 700; transition: background-color 180ms var(--ease-out), color 180ms var(--ease-out), border-color 180ms var(--ease-out); }
.anchor-nav a:hover { border-color: var(--navy); background: var(--navy); color: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(16,42,67,0.15); border: 1px solid rgba(16,42,67,0.15); box-shadow: var(--shadow-soft); }
.service-card { min-height: 540px; display: flex; flex-direction: column; padding: clamp(1.25rem, 2.2vw, 1.8rem); background: rgba(255,249,243,0.96); transition: transform 220ms var(--ease-out), background-color 220ms var(--ease-out), box-shadow 220ms var(--ease-out); }
.service-card:hover { position: relative; z-index: 2; transform: translateY(-5px); background: var(--white); box-shadow: 0 20px 50px rgba(16,42,67,0.14); }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.service-top svg { width: 42px; height: 42px; padding: 9px; border-radius: 50%; background: rgba(255,107,53,0.12); color: var(--orange-dark); }
.service-number { color: #8a98a5; font-family: "Manrope", sans-serif; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; }
.service-media { position: relative; margin: 0 0 1.35rem; aspect-ratio: 4 / 3; overflow: hidden; background: var(--navy); }
.service-media::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(16,42,67,0.1); pointer-events: none; }
.service-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.84) contrast(1.03); transition: transform 260ms var(--ease-out), filter 260ms var(--ease-out); }
.service-card:hover .service-media img { transform: scale(1.035); filter: saturate(1) contrast(1.02); }
.service-card h3 { margin: 0; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 1.35rem; font-weight: 800; letter-spacing: -0.035em; line-height: 1.2; }
.service-card p { margin: 1rem 0 1.5rem; color: var(--muted); font-size: 0.9rem; line-height: 1.65; }
.service-card > a { display: inline-flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--navy); font-size: 0.78rem; font-weight: 800; line-height: 1.4; }
.service-card > a span { color: var(--orange-dark); font-size: 1.1rem; transition: transform 180ms var(--ease-out); }
.service-card > a:hover span { transform: translateX(4px); }

.process-section { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.process-section::before { content: ""; position: absolute; inset: 0; opacity: 0.35; background: radial-gradient(circle at 15% 110%, rgba(255,107,53,0.2), transparent 35%); }
.process-airflow { position: absolute; right: 0; bottom: 0; width: 100%; height: 230px; opacity: 0.24; }
.split-heading.light, .process-grid, .process-section .button { position: relative; z-index: 2; }
.split-heading.light h2, .split-heading.light p { color: var(--white); }
.split-heading.light p { color: rgba(255,255,255,0.68); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 4rem 0 2.5rem; padding: 0; list-style: none; counter-reset: process; }
.process-grid li { min-height: 230px; padding: 2rem; border-left: 1px solid rgba(255,255,255,0.15); }
.process-grid li:last-child { border-right: 1px solid rgba(255,255,255,0.15); }
.process-grid li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--orange); color: var(--navy-deep); font-family: "Manrope", sans-serif; font-weight: 800; }
.process-grid h3 { margin: 2.5rem 0 0.75rem; font-family: "Manrope", sans-serif; font-size: 1.2rem; line-height: 1.25; }
.process-grid p { margin: 0; color: rgba(255,255,255,0.65); font-size: 0.88rem; }
.process-gallery { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: -0.5rem 0 2.5rem; }
.process-gallery figure { display: grid; grid-template-columns: minmax(150px, 0.8fr) minmax(180px, 1.2fr); align-items: stretch; margin: 0; border: 1px solid rgba(255,255,255,0.16); background: rgba(255,255,255,0.05); }
.process-gallery img { width: 100%; height: 100%; min-height: 190px; object-fit: cover; filter: saturate(0.75); }
.process-gallery figcaption { display: flex; flex-direction: column; justify-content: center; padding: 1.4rem; color: rgba(255,255,255,0.68); font-size: 0.84rem; line-height: 1.55; }
.process-gallery figcaption span { display: block; margin-bottom: 0.45rem; color: var(--orange); font-family: "Manrope", sans-serif; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }

.why-section { background: var(--white); }
.why-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.why-visual { position: relative; min-height: 520px; }
.why-visual::before { content: ""; position: absolute; top: -24px; left: -24px; width: 42%; height: 30%; border-top: 2px solid var(--orange); border-left: 2px solid var(--orange); z-index: 2; }
.why-visual img { width: 100%; height: 520px; object-fit: cover; border-radius: 2px; box-shadow: var(--shadow-strong); }
.image-label { position: absolute; right: -30px; bottom: 35px; width: min(310px, 80%); padding: 1.4rem; background: var(--cream); color: var(--navy); box-shadow: var(--shadow-soft); }
.image-label span { display: block; color: var(--orange-dark); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.image-label strong { display: block; margin-top: 0.4rem; font-family: "Manrope", sans-serif; font-size: 1.2rem; line-height: 1.3; }
.why-list { margin-top: 2.8rem; border-top: 1px solid var(--line); }
.why-list article { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.why-list article > span { color: var(--orange-dark); font-family: "Manrope", sans-serif; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; }
.why-list h3 { margin: 0; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 1.02rem; }
.why-list p { margin: 0.3rem 0 0; color: var(--muted); font-size: 0.87rem; line-height: 1.55; }

.local-section { position: relative; background: var(--cream); }
.local-intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.local-copy p { max-width: 760px; color: #4d5966; }
.cap-visual { margin: 0; padding: 0; }
.cap-visual img { width: 100%; aspect-ratio: 3/2; object-fit: cover; box-shadow: var(--shadow-strong); }
.cap-visual figcaption { max-width: 90%; margin: 1rem 0 0 auto; padding-left: 1rem; border-left: 2px solid var(--orange); color: var(--muted); font-size: 0.8rem; line-height: 1.55; }
.service-area-card { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 1px; margin-top: clamp(4rem, 8vw, 7rem); background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.18); box-shadow: var(--shadow-soft); }
.area-details { padding: clamp(2rem, 5vw, 4rem); background: var(--navy); color: var(--white); }
.area-kicker { display: block; color: var(--orange); font-family: "Manrope", sans-serif; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.area-details h3, .map-heading h3 { margin: 0.8rem 0 1.4rem; font-family: "Manrope", sans-serif; font-size: clamp(1.7rem, 3vw, 2.7rem); letter-spacing: -0.045em; line-height: 1.1; }
.area-details address { color: rgba(255,255,255,0.82); font-style: normal; }
.area-details address strong { color: var(--white); }
.area-details address a { display: inline-block; margin-top: 0.65rem; color: var(--orange); font-family: "Manrope", sans-serif; font-size: 1.25rem; font-weight: 800; }
.area-details p { margin: 1.5rem 0 0; color: rgba(255,255,255,0.6); font-size: 0.8rem; }
.area-list { display: flex; flex-wrap: wrap; align-content: center; gap: 0.7rem; padding: clamp(2rem, 5vw, 4rem); background: var(--white); }
.area-list span { padding: 0.6rem 0.85rem; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); font-size: 0.79rem; font-weight: 700; }
.map-card { margin-top: 2rem; padding: clamp(1rem, 2vw, 1.5rem); background: var(--white); box-shadow: var(--shadow-soft); }
.map-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding: 0.5rem 0.5rem 1.3rem; }
.map-heading .area-kicker { color: var(--orange-dark); }
.map-heading h3 { margin-bottom: 0; color: var(--navy); font-size: 1.7rem; }
.map-heading a { color: var(--navy); font-size: 0.82rem; font-weight: 800; }
.map-frame { width: 100%; height: 500px; overflow: hidden; background: #e8ecef; }
.map-root, .map-react-shell, .map-view { position: relative; width: 100%; height: 100%; min-height: 500px; }
.map-view { filter: saturate(0.72) contrast(1.04); }
.map-fallback { width: 100%; height: 100%; min-height: 500px; display: grid; place-content: center; justify-items: center; gap: 0.35rem; padding: 2rem; background-color: #e7ecee; background-image: linear-gradient(rgba(16,42,67,0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(16,42,67,0.07) 1px, transparent 1px); background-size: 44px 44px; color: var(--navy); text-align: center; }
.map-fallback span { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 0.6rem; border-radius: 50%; background: var(--orange); color: var(--navy-deep); font-family: "Manrope", sans-serif; font-size: 2rem; font-weight: 800; box-shadow: 0 10px 28px rgba(255,107,53,0.25); }
.map-fallback strong { font-family: "Manrope", sans-serif; font-size: 1.35rem; }
.map-fallback small { color: var(--muted); }
.map-status { position: absolute; left: 50%; bottom: 1rem; z-index: 3; max-width: calc(100% - 2rem); margin: 0; padding: 0.55rem 0.8rem; transform: translateX(-50%); border-radius: 999px; background: rgba(9,29,46,0.9); color: var(--white); font-size: 0.72rem; line-height: 1.35; text-align: center; box-shadow: 0 8px 24px rgba(9,29,46,0.18); }
.map-note { margin: 1rem 0 0; color: var(--muted); font-size: 0.78rem; }

.faq-section { background: var(--navy-deep); color: var(--white); }
.faq-layout { display: grid; grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.faq-sidebar { position: sticky; top: calc(var(--header-offset) + 2rem); }
.faq-sidebar h2 { color: var(--white); }
.faq-sidebar > p { color: rgba(255,255,255,0.64); }
.faq-quick-nav { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.6rem 0 2rem; }
.faq-quick-nav a { padding: 0.45rem 0.7rem; border: 1px solid rgba(255,255,255,0.18); border-radius: 999px; color: rgba(255,255,255,0.75); font-size: 0.72rem; font-weight: 700; }
.faq-quick-nav a:hover { border-color: var(--orange); color: var(--orange); }
.faq-sidebar .button { margin-top: 0; }
.faq-list { border-top: 1px solid rgba(255,255,255,0.17); }
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.17); }
.faq-item h3 { margin: 0; }
.faq-button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.65rem 0; border: 0; background: none; color: var(--white); text-align: left; font-family: "Manrope", sans-serif; font-size: clamp(1rem, 1.5vw, 1.2rem); font-weight: 700; line-height: 1.4; }
.faq-button i { position: relative; flex: 0 0 auto; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,0.24); border-radius: 50%; }
.faq-button i::before, .faq-button i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 1.5px; background: var(--orange); transform: translate(-50%, -50%); transition: transform 180ms var(--ease-out); }
.faq-button i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-button[aria-expanded="true"] i::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-answer { padding: 0 3.8rem 1.6rem 0; color: rgba(255,255,255,0.67); font-size: 0.94rem; }
.faq-answer p { margin: 0; }
.js .faq-answer[hidden] { display: none; }

.contact-section { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.contact-section::before { content: ""; position: absolute; top: -140px; left: -120px; width: 480px; height: 480px; border: 1px solid rgba(255,107,53,0.22); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,107,53,0.035), 0 0 0 120px rgba(255,107,53,0.025); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.contact-copy h2 { color: var(--white); }
.contact-copy > p { max-width: 430px; color: rgba(255,255,255,0.68); }
.contact-phone { display: block; margin: 2.2rem 0; color: var(--orange); font-family: "Manrope", sans-serif; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 800; letter-spacing: -0.045em; line-height: 1.1; }
.contact-phone span { display: block; margin-bottom: 0.35rem; color: rgba(255,255,255,0.5); font-size: 0.67rem; letter-spacing: 0.14em; text-transform: uppercase; }
.contact-copy address { color: rgba(255,255,255,0.72); font-style: normal; }
.contact-copy address strong { color: var(--white); }
.contact-hours { display: flex; align-items: center; gap: 0.8rem; margin-top: 1.5rem; }
.contact-hours svg { width: 38px; height: 38px; padding: 8px; border: 1px solid rgba(255,255,255,0.22); border-radius: 50%; color: var(--orange); }
.contact-hours span { color: rgba(255,255,255,0.65); font-size: 0.85rem; line-height: 1.35; }
.contact-hours strong { color: var(--white); }
.service-form { padding: clamp(1.5rem, 4vw, 3rem); background: var(--cream); color: var(--text); box-shadow: var(--shadow-strong); }
.form-heading { display: flex; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--orange-dark); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.form-heading strong { color: var(--navy); font-family: "Manrope", sans-serif; font-size: 1.15rem; text-align: right; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.field { display: flex; flex-direction: column; }
.field.full-width { grid-column: 1 / -1; }
.field label { margin-bottom: 0.45rem; color: var(--navy); font-size: 0.8rem; font-weight: 800; }
.field label span { color: var(--orange-dark); }
.field input, .field textarea { width: 100%; border: 1px solid rgba(16,42,67,0.2); border-radius: 0; background: var(--white); color: var(--text); padding: 0.9rem 1rem; transition: border-color 160ms var(--ease-out), box-shadow 160ms var(--ease-out); }
.field input { min-height: 50px; }
.field textarea { min-height: 142px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--navy); outline: none; box-shadow: 0 0 0 3px rgba(255,107,53,0.18); }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--error); }
.field-error { min-height: 1.25rem; display: block; padding-top: 0.25rem; color: var(--error); font-size: 0.72rem; line-height: 1.35; }
.consent-field { display: grid; grid-template-columns: 22px 1fr; gap: 0.75rem; align-items: start; margin-top: 0.85rem; }
.consent-field input { width: 20px; height: 20px; margin: 0.15rem 0 0; accent-color: var(--navy); }
.consent-field label { color: #4f5a66; font-size: 0.72rem; line-height: 1.55; }
.consent-error { min-height: 0; margin-left: 2.2rem; }
.submit-button { width: 100%; margin-top: 1.25rem; border: 0; }
.form-status { display: none; margin-top: 1rem; padding: 0.9rem 1rem; border-left: 3px solid var(--orange-dark); background: rgba(255,107,53,0.09); color: var(--navy); font-size: 0.8rem; font-weight: 700; }
.form-status.is-visible { display: block; }
.form-alternative { margin: 1rem 0 0; color: var(--muted); font-size: 0.75rem; text-align: center; }
.form-alternative a { color: var(--navy); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.final-cta { padding: clamp(4rem, 7vw, 6.5rem) 0; background: var(--orange); color: var(--navy-deep); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.final-cta .area-kicker { color: var(--navy-deep); opacity: 0.72; }
.final-cta h2 { margin-top: 0.65rem; color: var(--navy-deep); }
.final-cta p { margin-bottom: 0; color: rgba(9,29,46,0.76); }
.final-actions { flex: 0 0 auto; margin-top: 0; }
.final-cta .button-primary { background: var(--navy-deep); color: var(--white); box-shadow: none; }
.final-cta .button-primary:hover { background: var(--navy); }
.final-cta .button-ghost { border-color: rgba(9,29,46,0.38); background: transparent; color: var(--navy-deep); }
.final-cta .button-ghost:hover { border-color: var(--navy-deep); background: rgba(9,29,46,0.08); }

.site-footer { padding: 4.5rem 0 0; background: var(--navy-deep); color: rgba(255,255,255,0.62); }
.footer-top { display: grid; grid-template-columns: 1.4fr 0.55fr 0.75fr; gap: 4rem; padding-bottom: 3.5rem; }
.footer-wordmark { display: inline-flex; flex-direction: column; color: var(--white); font-family: "Manrope", sans-serif; font-weight: 800; line-height: 1; }
.footer-wordmark strong { color: var(--orange); font-size: 2rem; letter-spacing: -0.055em; }
.footer-wordmark span { margin-top: 0.4rem; font-size: 0.66rem; letter-spacing: 0.28em; text-transform: uppercase; }
.footer-brand p { max-width: 380px; color: rgba(255,255,255,0.55); }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 0.5rem; font-size: 0.86rem; }
.footer-column h2 { margin: 0 0 0.8rem; color: var(--white); font-family: "Manrope", sans-serif; font-size: 0.8rem; letter-spacing: 0.13em; text-transform: uppercase; }
.footer-column a:hover { color: var(--orange); }
.footer-column address { font-style: normal; }
.footer-phone { margin: 0.4rem 0; color: var(--orange); font-family: "Manrope", sans-serif; font-size: 1.1rem; font-weight: 800; }
.footer-disclaimer { padding: 1.7rem 0; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-disclaimer p { margin: 0; color: rgba(255,255,255,0.42); font-size: 0.67rem; line-height: 1.7; }
.footer-bottom { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: 0.72rem; }
.footer-bottom a { color: var(--white); font-weight: 700; }

.mobile-call { position: fixed; right: 1rem; bottom: calc(1rem + env(safe-area-inset-bottom)); z-index: 55; display: none; align-items: center; justify-content: center; gap: 0.5rem; min-height: 52px; padding: 0.8rem 1.2rem; border-radius: 999px; background: var(--orange); color: var(--navy-deep); font-family: "Manrope", sans-serif; font-size: 0.86rem; font-weight: 800; box-shadow: 0 15px 35px rgba(9,29,46,0.28); }
.mobile-call svg { width: 18px; height: 18px; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.js .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  .js .reveal:not(.is-visible) { opacity: 0; transform: translateY(22px); }
  .js .reveal { transition: opacity 550ms var(--ease-out), transform 550ms var(--ease-out); }
}

@media (max-width: 1120px) {
  .brand { width: 190px; }
  .nav-menu { gap: 0.85rem; font-size: 0.78rem; }
  .hero-grid { grid-template-columns: 1fr 210px; gap: 2rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 530px; }
  .about-grid { grid-template-columns: 0.85fr 1.4fr; }
  .about-aside { grid-column: 2; }
  .why-visual, .why-visual img { min-height: 520px; height: 520px; }
}

@media (max-width: 920px) {
  :root { --header-offset: 102px; }
  .utility-location { display: none !important; }
  .header-inner { min-height: 72px; flex-wrap: wrap; padding-block: 8px; }
  .brand { width: 190px; }
  .nav-menu { width: 100%; order: 3; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0.6rem 0 1rem; border-top: 1px solid var(--line); }
  .nav-menu > a { min-height: 44px; display: flex; align-items: center; padding: 0.65rem; }
  .nav-menu > a:not(.nav-call)::after { display: none; }
  .nav-call { justify-content: center; }
  .js .menu-toggle { display: flex; }
  .js .nav-menu { display: none; }
  .js .nav-menu.is-open { display: grid; }
  .hero { min-height: auto; }
  .hero-image { inset: 0; width: 100%; opacity: 0.5; }
  .hero-overlay { background: linear-gradient(90deg, rgba(9,29,46,0.97) 0%, rgba(9,29,46,0.85) 70%, rgba(9,29,46,0.55) 100%); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-note { justify-self: start; width: 240px; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-grid article:nth-child(4), .trust-grid article:nth-child(5) { display: none; }
  .split-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .split-heading > p { justify-self: start; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid li:nth-child(3), .process-grid li:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.15); }
  .process-grid li:nth-child(2) { border-right: 1px solid rgba(255,255,255,0.15); }
  .why-grid, .local-intro, .faq-layout, .contact-grid { grid-template-columns: 1fr; }
  .why-visual { width: min(680px, 100%); }
  .why-content { max-width: 760px; }
  .image-label { right: 20px; }
  .local-intro { gap: 3.5rem; }
  .cap-visual { width: min(680px, 100%); }
  .service-area-card { grid-template-columns: 1fr; }
  .faq-sidebar { position: static; }
  .faq-sidebar .button { display: none; }
  .contact-copy { max-width: 620px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  :root { --header-offset: 94px; }
  .container { width: min(calc(100% - 1.25rem), var(--container)); }
  .section { padding: 4.5rem 0; }
  .utility-inner { min-height: 30px; justify-content: center; font-size: 0.69rem; }
  .utility-inner > span { display: none; }
  .header-inner { min-height: 64px; }
  .brand { width: 172px; }
  .nav-menu { grid-template-columns: 1fr 1fr; max-height: calc(100vh - 94px); overflow-y: auto; }
  .nav-menu .nav-call { grid-column: 1 / -1; margin-top: 0.5rem; }
  .hero-grid { padding-top: 4.5rem; padding-bottom: 4rem; }
  .hero h1 { font-size: clamp(2.5rem, 13vw, 4rem); }
  .hero-copy > p { font-size: 0.98rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-meta { gap: 0.7rem 1rem; }
  .hero-note { display: none; }
  .hero-airflow { width: 100%; opacity: 0.26; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-grid article { min-height: 90px; padding: 1rem 0.6rem; }
  .trust-grid span { font-size: 0.66rem; }
  .about-grid { grid-template-columns: 1fr; gap: 2rem; }
  .about-aside { grid-column: auto; }
  .section-heading h2, .split-heading h2, .local-copy h2, .contact-copy h2, .faq-sidebar h2, .final-cta h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .anchor-nav { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 0.6rem; scrollbar-width: thin; }
  .anchor-nav a { flex: 0 0 auto; }
  .process-grid { grid-template-columns: 1fr; margin-top: 2.5rem; }
  .process-grid li { min-height: auto; display: grid; grid-template-columns: 46px 1fr; gap: 0.35rem 1rem; padding: 1.4rem 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,0.15); }
  .process-grid li:last-child, .process-grid li:nth-child(2) { border-right: 0; }
  .process-grid li:nth-child(3), .process-grid li:nth-child(4) { border-top: 0; }
  .process-grid li > span { grid-row: 1 / span 2; }
  .process-grid h3 { margin: 0; }
  .process-grid p { margin: 0; }
  .process-gallery { grid-template-columns: 1fr; }
  .process-gallery figure { grid-template-columns: 0.85fr 1.15fr; }
  .process-gallery img { min-height: 170px; }
  .why-visual, .why-visual img { min-height: 400px; height: 400px; }
  .why-visual::before { top: -12px; left: -4px; }
  .image-label { right: 10px; bottom: 16px; }
  .why-list article { grid-template-columns: 38px 1fr; }
  .service-area-card { margin-top: 4rem; }
  .area-list { padding: 1.5rem; }
  .area-list span { font-size: 0.72rem; }
  .map-heading { align-items: flex-start; flex-direction: column; gap: 0.5rem; }
  .map-frame { height: 380px; }
  .map-root, .map-react-shell, .map-view, .map-fallback { min-height: 380px; }
  .faq-button { padding: 1.35rem 0; }
  .faq-answer { padding-right: 0; }
  .form-heading { flex-direction: column; gap: 0.35rem; }
  .form-heading strong { text-align: left; }
  .form-grid { grid-template-columns: 1fr; gap: 0.75rem; }
  .field.full-width { grid-column: auto; }
  .service-form { margin-inline: -0.25rem; }
  .contact-phone { font-size: clamp(1.65rem, 9vw, 2.4rem); }
  .final-actions { width: 100%; flex-direction: column; }
  .final-actions .button { width: 100%; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2.5rem 1.5rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-wordmark strong { font-size: 1.7rem; }
  .footer-bottom { min-height: 110px; align-items: flex-start; flex-direction: column; justify-content: center; padding-bottom: calc(4.5rem + env(safe-area-inset-bottom)); }
  .mobile-call { display: inline-flex; }
}

@media (max-width: 380px) {
  .utility-inner { font-size: 0.64rem; }
  .brand { width: 156px; }
  .menu-toggle { width: 42px; height: 42px; }
  .hero-meta { align-items: flex-start; flex-direction: column; }
  .trust-grid strong { font-size: 0.72rem; }
  .trust-grid span { font-size: 0.61rem; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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