:root {
  --bg: #0b1220;
  --bg-deep: #070d18;
  --surface: #f4f7fb;
  --surface-strong: #ffffff;
  --card: rgba(9, 16, 31, 0.58);
  --text: #eaf0fb;
  --ink: #101827;
  --ink-muted: #5c6678;
  --line: rgba(16, 24, 39, 0.08);
  --accent: #7ee0bc;
  --accent-2: #28c76f;
  --shadow: 0 24px 90px rgba(8, 15, 28, 0.18);
  --radius: 26px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, iframe { display: block; max-width: 100%; }
img { height: auto; }
iframe { border: 0; }
button, a { -webkit-tap-highlight-color: transparent; }

.container {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}
.section {
  padding: 88px 0;
}
.section-soft {
  background: var(--surface);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.eyebrow-dark {
  background: rgba(15, 23, 42, 0.04);
  border-color: rgba(15, 23, 42, 0.08);
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--text);
  background: radial-gradient(circle at top left, rgba(126, 224, 188, 0.16), transparent 28%), var(--bg);
}
.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.02) contrast(1.02);
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 10, 18, 0.88) 0%, rgba(6, 10, 18, 0.68) 45%, rgba(6, 10, 18, 0.25) 100%),
    linear-gradient(180deg, rgba(6, 10, 18, 0.18) 0%, rgba(6, 10, 18, 0.62) 72%, rgba(6, 10, 18, 0.86) 100%);
}
.hero-shell {
  position: relative;
  z-index: 1;
  padding: 24px 0 40px;
}
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 12px;
}
.brand {
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
}
.topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.top-pill,
.top-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.top-pill {
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
}
.top-link {
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}
.top-pill:hover,
.top-link:hover,
.btn:hover {
  transform: translateY(-1px);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(290px, 380px);
  gap: 28px;
  align-items: end;
  padding-top: 86px;
}
.hero-copy {
  max-width: 760px;
}
.hero-copy h1 {
  margin: 14px 0 18px;
  font-size: clamp(3rem, 7vw, 6.1rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}
.lede {
  margin: 0;
  max-width: 720px;
  color: rgba(234, 240, 251, 0.84);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 16px;
  font-weight: 800;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #08121d;
}
.btn-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
}
.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.hero-facts div {
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}
.hero-facts span,
.panel-kicker,
.panel-note {
  color: rgba(234, 240, 251, 0.78);
}
.hero-facts span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero-facts strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.35;
}
.hero-panel {
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(9, 16, 31, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.panel-kicker {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.fact-list {
  display: grid;
  gap: 0;
  margin: 0;
}
.fact-list div {
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.fact-list div:first-child { border-top: 0; padding-top: 0; }
.fact-list dt {
  margin: 0 0 4px;
  color: rgba(234, 240, 251, 0.58);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.fact-list dd {
  margin: 0;
  color: #fff;
  font-size: 0.98rem;
}
.panel-note {
  margin: 16px 0 0;
  font-size: 0.98rem;
}

.section-head {
  max-width: 780px;
  margin-bottom: 30px;
}
.section-head.narrow { max-width: 700px; }
.section-head h2 {
  margin: 12px 0 12px;
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: var(--ink);
}
.section-head p {
  margin: 0;
  font-size: 1.05rem;
  color: var(--ink-muted);
}

.service-grid,
.review-grid,
.faq-grid {
  display: grid;
  gap: 22px;
}
.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.service-card,
.review-card,
.faq-item,
.map-card,
.cta-band {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.service-card,
.review-card,
.faq-item {
  background: var(--surface-strong);
  border: 1px solid var(--line);
  padding: 26px;
}
.service-card {
  min-height: 100%;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.service-card:hover,
.review-card:hover,
.faq-item:hover {
  transform: translateY(-2px);
}
.service-card h3,
.review-card h3,
.faq-item h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1.18;
}
.service-card p,
.review-card blockquote,
.review-card span,
.faq-item p,
.location-copy p,
.cta-band p {
  color: var(--ink-muted);
}
.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.photo-grid figure {
  margin: 0;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.photo-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.photo-grid figcaption {
  padding: 14px 16px 16px;
  font-size: 0.96rem;
  color: var(--ink-muted);
}
.review-card blockquote {
  margin: 0 0 18px;
  font-size: 1.04rem;
  line-height: 1.65;
}
.stars {
  margin: 0 0 14px;
  color: #0f172a;
  letter-spacing: 0.14em;
  font-size: 0.92rem;
  font-weight: 800;
}
.review-card footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
}
.review-card footer strong {
  color: var(--ink);
}
.review-card footer span {
  font-size: 0.95rem;
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 24px;
  align-items: stretch;
}
.detail-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  border-top: 1px solid var(--line);
}
.detail-list li {
  display: grid;
  gap: 4px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.detail-list span {
  color: var(--ink-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.detail-list strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.45;
}
.map-card {
  overflow: hidden;
  min-height: 480px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
}
.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
  background: linear-gradient(135deg, #0b1220 0%, #0d1930 55%, #102341 100%);
  color: #fff;
}
.cta-band h2 {
  margin: 12px 0 12px;
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.cta-band p { color: rgba(234, 240, 251, 0.78); }
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer {
  padding: 24px 0 44px;
  background: var(--bg);
  color: rgba(234, 240, 251, 0.72);
}
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer strong { color: #fff; }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid,
  .service-grid,
  .review-grid,
  .faq-grid,
  .photo-grid,
  .location-grid,
  .cta-band {
    grid-template-columns: 1fr;
  }
  .hero-grid { padding-top: 66px; }
  .hero-facts { grid-template-columns: 1fr; }
  .map-card,
  .map-card iframe { min-height: 360px; }
}

@media (max-width: 720px) {
  .section { padding: 72px 0; }
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-shell { padding-bottom: 32px; }
  .hero-copy h1 { font-size: clamp(2.55rem, 13vw, 4.2rem); }
  .btn { width: 100%; }
  .top-pill,
  .top-link { width: 100%; }
  .review-card footer { flex-direction: column; align-items: flex-start; }
  .cta-band { padding: 26px; }
}

/* Mobile responsiveness guardrails */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  overflow-wrap: anywhere;
}

img,
iframe,
video,
canvas,
svg {
  max-width: 100%;
}

h1,
h2,
h3,
p,
a,
li,
dt,
dd,
blockquote,
figcaption,
span,
strong,
small {
  overflow-wrap: anywhere;
}

[class*="grid"],
[class*="layout"],
[class*="columns"],
[class*="facts"],
[class*="cards"],
[class*="row"],
[class*="band"] {
  min-width: 0;
}

@media (max-width: 860px) {
  .hero,
  .hero-content,
  .hero-grid,
  .split-layout,
  .location-layout,
  .contact-layout,
  .contact-band,
  .grid-2,
  .grid-3,
  .facts,
  .hero-facts,
  .service-grid,
  .services-grid,
  .review-grid,
  .reviews-grid,
  .kpis,
  .image-row,
  .map-images {
    grid-template-columns: 1fr !important;
  }

  .topbar,
  .nav-row,
  .footer-row,
  .review footer,
  .hero-actions,
  .contact-actions {
    flex-wrap: wrap;
  }

  .button,
  .btn,
  .hero-actions > *,
  .contact-actions > * {
    width: 100%;
    max-width: 100%;
  }

  .hero,
  .hero-content,
  .hero-grid {
    min-height: auto !important;
  }
}

@media (max-width: 560px) {
  .container,
  .hero-shell,
  .hero-inner {
    width: min(calc(100% - 24px), var(--container, var(--max, 100%))) !important;
  }

  .section {
    padding: 64px 0 !important;
  }

  .hero-copy h1 {
    font-size: clamp(2.2rem, 12vw, 3.4rem) !important;
    max-width: 100%;
  }

  .map-wrap,
  .location-hero {
    min-height: 320px !important;
  }

  .map-wrap iframe {
    min-height: 320px !important;
  }
}
