@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --petrol-950: #0d2b32;
  --petrol-900: #12363f;
  --petrol-800: #173f49;
  --petrol-700: #245765;
  --orange: #e9742b;
  --orange-dark: #c95618;
  --cream: #fffaf2;
  --sand: #f1e6d8;
  --mist: #e9f0ee;
  --ink: #19333a;
  --muted: #607176;
  --white: #ffffff;
  --success: #216b4a;
  --danger: #a73729;
  --shadow: 0 24px 70px rgba(13, 43, 50, 0.13);
  --radius-lg: 2rem;
  --radius-md: 1.25rem;
  --container: min(1180px, calc(100% - 2.5rem));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img, picture, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 200;
  padding: .75rem 1rem;
  border-radius: .6rem;
  background: var(--white);
  color: var(--petrol-950);
  font-weight: 800;
}
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: var(--white);
  transition: background .25s ease, box-shadow .25s ease, color .25s ease;
}
.site-header.is-scrolled,
.site-header.menu-visible,
.site-header.legal-header {
  background: rgba(255,250,242,.97);
  box-shadow: 0 10px 35px rgba(13,43,50,.10);
  color: var(--petrol-950);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 5.7rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { flex: 0 0 auto; }
.brand img { width: 230px; height: auto; }
.logo-dark { display: none; }
.site-header.is-scrolled .logo-light,
.site-header.menu-visible .logo-light { display: none; }
.site-header.is-scrolled .logo-dark,
.site-header.menu-visible .logo-dark { display: block; }
.nav-menu { display: flex; align-items: center; gap: clamp(.8rem, 2vw, 1.7rem); }
.nav-menu a { text-decoration: none; font-size: .91rem; font-weight: 700; }
.nav-menu a:not(.button)::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin-top: .2rem;
  background: var(--orange);
  transition: width .2s ease;
}
.nav-menu a:hover::after { width: 100%; }
.nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: .75rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  color: currentColor;
}
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: .8rem 1.35rem;
  border: 2px solid transparent;
  border-radius: 999px;
  background: var(--orange);
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
  line-height: 1.1;
  box-shadow: 0 12px 28px rgba(201,86,24,.24);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--orange-dark); box-shadow: 0 16px 34px rgba(201,86,24,.3); }
.button-outline { background: transparent; border-color: rgba(255,255,255,.52); box-shadow: none; }
.button-outline:hover { background: rgba(255,255,255,.11); }
.button-small { min-height: 2.7rem; padding: .65rem 1rem; }
.site-header.is-scrolled .button-outline,
.site-header.menu-visible .button-outline { border-color: var(--petrol-800); color: var(--petrol-800); }

.hero {
  position: relative;
  min-height: 780px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--petrol-950);
  color: var(--white);
}
.hero-media, .hero-media::after { position: absolute; inset: 0; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; }
.hero-media::after {
  content: "";
  background: linear-gradient(90deg, rgba(8,30,36,.95) 0%, rgba(8,30,36,.84) 34%, rgba(8,30,36,.25) 68%, rgba(8,30,36,.17) 100%), linear-gradient(0deg, rgba(8,30,36,.45), transparent 45%);
}
.hero-content { position: relative; z-index: 2; padding-block: 10rem 6rem; }
.hero-copy { max-width: 720px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 1rem;
  color: var(--orange);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 2.5rem; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 770px; margin-bottom: 1.4rem; font-size: clamp(3.15rem, 7vw, 6.8rem); line-height: .96; letter-spacing: -.055em; }
.hero-lead { max-width: 670px; margin-bottom: 2.25rem; color: #e1e9e7; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.hero-note { display: flex; flex-wrap: wrap; gap: .8rem 1.6rem; margin: 2.5rem 0 0; color: #d6e0dd; font-size: .9rem; font-weight: 700; }
.hero-note span { display: inline-flex; align-items: center; gap: .45rem; }
.hero-note span::before { content: ""; width: .55rem; height: .55rem; border-radius: 50%; background: var(--orange); }

.section { padding-block: clamp(5rem, 9vw, 8rem); }
.section-heading { max-width: 780px; margin-bottom: 3.2rem; }
.section-heading h2 { margin-bottom: 1rem; font-size: clamp(2.35rem, 5vw, 4.6rem); line-height: 1.04; letter-spacing: -.045em; }
.section-heading p { max-width: 680px; color: var(--muted); font-size: 1.1rem; }
.services { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.service-card {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: var(--white);
  box-shadow: var(--shadow);
}
.service-card picture, .service-card img { width: 100%; height: 100%; }
.service-card img { position: absolute; inset: 0; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,30,36,.94), rgba(8,30,36,.05) 72%); }
.service-card:hover img { transform: scale(1.035); }
.service-content { position: absolute; inset: auto 0 0; z-index: 2; padding: clamp(1.5rem, 4vw, 2.4rem); }
.service-number { color: var(--orange); font-weight: 800; letter-spacing: .12em; }
.service-card h3 { margin: .35rem 0 .45rem; font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.05; }
.service-card p { max-width: 520px; margin-bottom: 0; color: #e1e9e7; }

.trust { background: var(--petrol-950); color: var(--white); overflow: hidden; }
.trust-layout { display: grid; grid-template-columns: .86fr 1.14fr; align-items: start; gap: clamp(3rem, 8vw, 7rem); }
.trust .section-heading { margin-bottom: 0; position: sticky; top: 8rem; }
.trust .section-heading p { color: #c8d6d3; }
.trust-list { display: grid; gap: 1rem; }
.trust-item { display: grid; grid-template-columns: 3.4rem 1fr; gap: 1rem; padding: 1.7rem; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-md); background: rgba(255,255,255,.055); }
.trust-icon { display: grid; place-items: center; width: 3.4rem; height: 3.4rem; border-radius: 50%; background: var(--orange); color: var(--white); font-weight: 800; }
.trust-item h3 { margin-bottom: .35rem; font-size: 1.28rem; }
.trust-item p { margin-bottom: 0; color: #c8d6d3; }

.process { background: var(--sand); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; counter-reset: steps; }
.process-step { position: relative; padding: 2rem 1.45rem; border-radius: var(--radius-md); background: var(--cream); counter-increment: steps; }
.process-step::before { content: "0" counter(steps); display: block; margin-bottom: 1.8rem; color: var(--orange); font-size: 1.1rem; font-weight: 800; }
.process-step:not(:last-child)::after { content: ""; position: absolute; z-index: 2; top: 3rem; right: -.7rem; width: 1.4rem; height: 2px; background: var(--orange); }
.process-step h3 { margin-bottom: .55rem; font-size: 1.25rem; }
.process-step p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }

.area { background: var(--cream); }
.area-card { position: relative; overflow: hidden; display: grid; grid-template-columns: .84fr 1.16fr; border-radius: var(--radius-lg); background: var(--petrol-800); color: var(--white); box-shadow: var(--shadow); }
.area-copy { padding: clamp(2.2rem, 6vw, 5rem); }
.area-copy h2 { margin-bottom: 1rem; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.045em; }
.area-copy p { max-width: 600px; color: #d6e0dd; }
.area-visual { position: relative; min-width: 0; display: grid; place-items: center; padding: clamp(1rem, 2.7vw, 2rem); background: radial-gradient(circle at 50% 45%, rgba(233,116,43,.18), transparent 64%), var(--petrol-900); }
.region-map { width: 100%; margin: 0; }
.region-map-stage { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 1.4rem; background: linear-gradient(150deg, rgba(255,255,255,.045), transparent 42%), var(--petrol-950); box-shadow: inset 0 0 45px rgba(0,0,0,.18); }
.region-map-stage svg { width: 100%; height: auto; aspect-ratio: 640 / 520; }
.map-grid path { fill: none; stroke: rgba(255,255,255,.055); stroke-width: 1; }
.map-terrain path { fill: none; stroke: rgba(166,198,192,.11); stroke-width: 1.4; }
.state-border { fill: none; stroke: rgba(255,255,255,.22); stroke-width: 1.2; stroke-dasharray: 4 7; }
.map-region-label { fill: rgba(255,255,255,.24); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.map-coverage { fill: rgba(233,116,43,.035); stroke: rgba(246,178,118,.52); stroke-width: 1.7; }
.radar-sweep { transform-origin: 320px 262px; animation: radar-rotate 10s linear infinite; }
.radar-edge { fill: none; stroke: rgba(255,190,137,.58); stroke-width: 1.5; }
.distance-rings circle { fill: none; stroke: rgba(255,255,255,.22); stroke-width: 1.2; stroke-dasharray: 3 5; }
.distance-rings circle:last-of-type { stroke: rgba(246,178,118,.62); stroke-width: 1.8; stroke-dasharray: none; }
.distance-rings path { fill: none; stroke: rgba(255,255,255,.10); stroke-width: 1; }
.distance-rings text { fill: #f5b07a; font-size: 11px; font-weight: 800; }
.map-place circle { fill: #c5d8d4; }
.map-place text { fill: rgba(255,255,255,.76); font-size: 12px; font-weight: 650; paint-order: stroke; stroke: var(--petrol-950); stroke-width: 3px; stroke-linejoin: round; }
.map-center .center-pulse { fill: rgba(233,116,43,.22); stroke: rgba(246,178,118,.62); animation: center-pulse 2.6s ease-out infinite; transform-origin: 320px 262px; }
.map-center .center-dot { fill: var(--orange); stroke: #fff4e8; stroke-width: 2; }
.map-center path { fill: none; stroke: #ffd2af; stroke-width: 1.6; stroke-linecap: round; }
.map-center rect { fill: rgba(13,43,50,.92); stroke: rgba(246,178,118,.56); }
.map-center text { fill: var(--white); font-size: 13px; font-weight: 800; }
.map-caption { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem 1.15rem; padding: .85rem .15rem 0; color: #d6e0dd; font-size: .77rem; }
.map-caption small { flex: 1 1 100%; color: rgba(214,224,221,.66); font-size: .7rem; }
.map-legend { display: inline-flex; align-items: center; gap: .45rem; }
.map-legend i { display: inline-block; flex: 0 0 auto; }
.legend-center { width: .65rem; height: .65rem; border: 2px solid #ffe0c5; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(233,116,43,.18); }
.legend-radius { width: 1.4rem; height: 0; border-top: 2px solid #f6b276; }
@keyframes radar-rotate { to { transform: rotate(360deg); } }
@keyframes center-pulse { 0% { opacity: .9; transform: scale(.5); } 75%, 100% { opacity: 0; transform: scale(2.1); } }

.contact { background: var(--mist); }
.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.contact-details { position: sticky; top: 8rem; }
.contact-details h2 { margin-bottom: 1rem; font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: 1.03; letter-spacing: -.045em; }
.contact-details > p { color: var(--muted); }
.contact-list { display: grid; gap: 1rem; margin: 2rem 0; }
.contact-list a, .contact-list div { display: grid; grid-template-columns: 2.7rem 1fr; gap: .8rem; align-items: center; text-decoration: none; }
.contact-symbol { display: grid; place-items: center; width: 2.7rem; height: 2.7rem; border-radius: 50%; background: var(--white); color: var(--orange-dark); font-weight: 800; }
.hours { padding: 1.3rem; border-left: 3px solid var(--orange); background: rgba(255,255,255,.55); }
.hours strong { display: block; margin-bottom: .4rem; }
.hours p { margin: 0; color: var(--muted); }

.contact-form { padding: clamp(1.4rem, 4vw, 2.7rem); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem; }
.field { display: grid; gap: .4rem; }
.field-full { grid-column: 1 / -1; }
.field label, .field-label { font-size: .88rem; font-weight: 800; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid #c6d1cf;
  border-radius: .8rem;
  background: #fbfdfc;
  color: var(--ink);
  padding: .8rem .9rem;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field input, .field select { min-height: 3.25rem; }
.field textarea { min-height: 9rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--petrol-700); box-shadow: 0 0 0 4px rgba(36,87,101,.12); outline: none; }
.check-row { display: flex; gap: .7rem; align-items: flex-start; }
.check-row input { flex: 0 0 auto; width: 1.2rem; height: 1.2rem; margin-top: .2rem; accent-color: var(--petrol-800); }
.check-row label { color: var(--muted); font-size: .88rem; }
.check-row a { color: var(--petrol-700); font-weight: 800; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.3rem; }
.form-note { margin: 0; color: var(--muted); font-size: .82rem; }
.form-status { display: none; margin-bottom: 1rem; padding: 1rem; border-radius: .8rem; font-weight: 700; }
.form-status.is-visible { display: block; }
.form-status.is-success { background: #e5f5ec; color: var(--success); }
.form-status.is-error { background: #f9e9e6; color: var(--danger); }
.form-status:focus { outline: 3px solid var(--orange); }
.hp-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }

.site-footer { padding: 4rem 0 1.5rem; background: var(--petrol-950); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .75fr .75fr; gap: 3rem; padding-bottom: 3rem; }
.footer-brand img { width: 260px; margin-bottom: 1.2rem; }
.footer-brand p { max-width: 480px; color: #bfcfcb; }
.footer-title { margin-bottom: .8rem; color: var(--orange); font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: .55rem; }
.footer-links a { color: #dbe5e2; text-decoration: none; }
.footer-links a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); color: #9fb2ad; font-size: .82rem; }

.legal-main { min-height: 70vh; padding: 10rem 0 6rem; background: var(--cream); }
.legal-card { max-width: 900px; padding: clamp(1.6rem, 5vw, 4rem); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.legal-card h1 { color: var(--petrol-950); font-size: clamp(2.7rem, 7vw, 5rem); }
.legal-card h2 { margin-top: 2.3rem; font-size: 1.45rem; }
.legal-card h3 { margin-top: 1.6rem; }
.legal-card p, .legal-card li { color: var(--muted); }
.legal-card a { color: var(--petrol-700); font-weight: 700; }

.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-menu { position: fixed; inset: 5.7rem 0 auto; display: none; padding: 1.4rem max(1.25rem, calc((100vw - 1180px)/2)); background: var(--cream); color: var(--petrol-950); box-shadow: 0 22px 40px rgba(13,43,50,.14); }
  .nav-menu.is-open { display: grid; }
  .nav-menu a { padding: .5rem 0; font-size: 1rem; }
  .hero { min-height: 720px; }
  .hero-media::after { background: linear-gradient(90deg, rgba(8,30,36,.94), rgba(8,30,36,.55)), linear-gradient(0deg, rgba(8,30,36,.45), transparent); }
  .trust-layout, .contact-layout { grid-template-columns: 1fr; }
  .trust .section-heading, .contact-details { position: static; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(2)::after { display: none; }
  .area-card { grid-template-columns: 1fr; }
  .area-copy { padding-bottom: 2.5rem; }
  .area-visual { padding: 1.2rem; }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 1.5rem, 1180px); --radius-lg: 1.35rem; }
  .brand img { width: 184px; }
  .nav-wrap { min-height: 5rem; }
  .nav-menu { top: 5rem; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 8rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero-actions .button { width: 100%; }
  .service-grid, .process-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 420px; }
  .process-step::after { display: none; }
  .trust-item { grid-template-columns: 1fr; }
  .area-visual { padding: .7rem; }
  .map-caption { padding: .75rem .4rem .25rem; }
  .map-place text { font-size: 10.5px; }
  .distance-rings text { font-size: 10px; }
  .footer-bottom { flex-direction: column; }
}

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