:root {
  --bg: #06141b;
  --bg-deep: #031018;
  --surface: #0b1f27;
  --surface-soft: #eff4f5;
  --surface-ink: #ffffff;
  --text: #0b1720;
  --muted: #5b6771;
  --line: rgba(7, 23, 32, 0.1);
  --line-dark: rgba(255, 255, 255, 0.1);
  --accent: #72f0ce;
  --accent-2: #22d3ee;
  --accent-dark: #0f766e;
  --shadow: 0 22px 70px rgba(2, 8, 15, 0.12);
  --shadow-strong: 0 32px 90px rgba(2, 8, 15, 0.24);
  --radius: 28px;
  --site-width: 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(--text);
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
iframe { border: 0; }
strong { font-weight: 700; }
blockquote, p, h1, h2, h3 { margin-top: 0; }

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 9999;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  transform: translateY(-160%);
  transition: transform 0.18s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-shell {
  width: min(calc(100% - 32px), var(--site-width));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 15% 20%, rgba(114, 240, 206, 0.15), transparent 24%), linear-gradient(180deg, var(--bg) 0%, var(--bg-deep) 100%);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.03);
  filter: saturate(0.96) contrast(1.02) brightness(0.72);
}

.hero-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(4, 17, 24, 0.58) 0%, rgba(4, 17, 24, 0.30) 36%, rgba(4, 17, 24, 0.76) 100%), radial-gradient(circle at 58% 24%, rgba(255, 255, 255, 0.22), transparent 20%);
}

.hero-shell {
  position: relative;
  z-index: 1;
  padding: 22px 0 42px;
  display: flex;
  flex-direction: column;
  gap: 56px;
  min-height: 100svh;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 6px;
}

.brand {
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.015em;
  color: #fff;
  white-space: nowrap;
}

.topnav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
}

.topnav a { transition: color 0.18s ease, opacity 0.18s ease; }
.topnav a:hover { color: #fff; }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 28px;
  align-items: end;
  padding-bottom: 10px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.eyebrow-dark {
  background: rgba(7, 27, 35, 0.06);
  border-color: rgba(7, 27, 35, 0.08);
  color: var(--accent-dark);
}

.hero-copy h1 {
  margin: 16px 0 18px;
  font-size: clamp(3rem, 8vw, 6.5rem);
  line-height: 0.93;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.lede {
  max-width: 68ch;
  font-size: clamp(1.02rem, 1.8vw, 1.16rem);
  color: rgba(255, 255, 255, 0.84);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 16px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #04131b;
}
.btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}
.btn-dark {
  color: #081620;
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(255, 255, 255, 0.34);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}
.hero-facts div {
  padding: 16px 16px 14px;
  border-radius: 22px;
  background: rgba(7, 17, 25, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}
.hero-facts dt {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.64);
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  font-weight: 800;
}
.hero-facts dd {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.35;
  color: #fff;
  font-weight: 700;
}

.hero-panel {
  border-radius: calc(var(--radius) + 2px);
  padding: 24px;
  background: rgba(5, 16, 23, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-strong);
}

.panel-kicker {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.62);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  font-size: 0.74rem;
}

.panel-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.panel-list li {
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.92);
}
.panel-list li:first-child { border-top: 0; padding-top: 0; }

.panel-note {
  margin-top: 22px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.panel-note span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
}

.panel-note strong {
  display: block;
  font-size: 1.1rem;
  line-height: 1.3;
}

.section {
  padding: 92px 0;
}

.section-soft {
  background: var(--surface-soft);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-heading h2 {
  margin-bottom: 10px;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.section-heading p:last-child {
  color: var(--muted);
  font-size: 1.05rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-block,
.quote-card,
.media-card,
.map-grid,
.contact-card,
.faq-item,
.rating-card {
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.service-block {
  padding: 26px;
}

.service-block h3,
.map-copy h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.service-block p,
.quote-card blockquote,
.map-copy p,
.contact-card p,
.faq-item p {
  color: var(--muted);
}

.service-strip {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-strip > div {
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 23, 32, 0.06);
}

.service-strip span,
.rating-label,
.rating-meta,
.quote-title,
.info-list strong,
.details-list dt {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
}

.service-strip strong {
  display: block;
  margin-top: 6px;
  font-size: 1rem;
  line-height: 1.35;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.55fr);
  gap: 22px;
  align-items: end;
  margin-bottom: 24px;
}

.rating-card {
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.rating-number {
  width: 82px;
  height: 82px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(114, 240, 206, 0.25), rgba(34, 211, 238, 0.18));
  color: #08212b;
  font-size: 2rem;
  font-weight: 800;
}

.rating-label,
.rating-meta { margin: 0; }
.rating-meta {
  margin-top: 4px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.96rem;
  font-weight: 600;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.quote-card {
  padding: 26px;
}

.quote-title {
  margin-bottom: 12px;
  color: var(--accent-dark);
}

.quote-card blockquote {
  margin: 0 0 16px;
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--text);
}

.quote-card footer {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 20px;
}

.media-card {
  overflow: hidden;
}

.media-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.map-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  overflow: hidden;
}

.map-copy {
  padding: 28px;
}

.info-list,
.hours-list,
.details-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.info-list li,
.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
}

.info-list li:first-child,
.hours-list li:first-child { border-top: 0; }

.info-list strong,
.details-list dd {
  font-size: 0.98rem;
  color: var(--text);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
}

.map-frame-wrap {
  min-height: 420px;
}

.map-frame-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.contact-card {
  padding: 28px;
}

.contact-card-accent {
  background: linear-gradient(145deg, #071b22 0%, #0d2731 48%, #10333b 100%);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
}

.contact-card-accent p,
.contact-card-accent .details-list dd,
.contact-card-accent .details-list dt { color: rgba(255, 255, 255, 0.72); }
.contact-card-accent h2 { color: #fff; }
.contact-card-accent .details-list li { border-top-color: rgba(255, 255, 255, 0.1); }

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 18px;
}

.details-list div {
  padding: 14px 0;
  border-top: 1px solid rgba(7, 23, 32, 0.1);
}

.details-list div:first-child { border-top: 0; padding-top: 0; }
.details-list dd { margin: 6px 0 0; line-height: 1.5; }

.hours-list li {
  align-items: baseline;
  font-size: 0.98rem;
}

.hours-list span { color: var(--muted); }
.hours-list strong { color: var(--text); }

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-item {
  padding: 0;
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  padding: 22px 24px;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item p {
  margin: 0;
  padding: 0 24px 22px;
}

.footer {
  padding: 28px 0 42px;
  background: var(--bg);
  color: rgba(255, 255, 255, 0.72);
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer strong { color: #fff; }
.footer-links { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.footer a { color: #fff; }

.reveal {
  animation: fadeUp 0.7s ease both;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.reveal:nth-child(1) { animation-delay: 0.03s; }
.reveal:nth-child(2) { animation-delay: 0.08s; }
.reveal:nth-child(3) { animation-delay: 0.13s; }
.reveal:nth-child(4) { animation-delay: 0.18s; }

@media (max-width: 1080px) {
  .hero-shell { gap: 42px; }
  .hero-grid,
  .split-layout,
  .map-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .service-grid,
  .review-grid,
  .media-grid,
  .faq-list,
  .service-strip,
  .hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: auto;
  }
  .hero-shell {
    gap: 32px;
    padding-bottom: 28px;
    min-height: auto;
  }
  .topnav {
    display: none;
  }
  .hero-copy h1 {
    font-size: clamp(2.6rem, 14vw, 4.1rem);
  }
  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }
  .btn {
    width: 100%;
  }
  .service-grid,
  .review-grid,
  .media-grid,
  .faq-list,
  .service-strip,
  .hero-facts {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 72px 0;
  }
  .rating-card {
    align-items: flex-start;
  }
  .rating-number {
    width: 70px;
    height: 70px;
    font-size: 1.7rem;
  }
  .map-frame-wrap,
  .map-frame-wrap iframe {
    min-height: 320px;
  }
}

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

/* 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;
  }
}
