:root {
  --brand-primary: #2f7f73;
  --brand-secondary: #5f8f3f;
  --brand-accent: #9abf4b;
  --brand-accent-soft: #e1edcf;
  --brand-mint: #f5f9f6;
  --bg: #ffffff;
  --bg-alt: #f5f9f6;
  --surface: #ffffff;
  --surface-tint: #edf5ef;
  --text: #12302c;
  --text-muted: #50625f;
  --border: #dbe8df;
  --cta: #2f7f73;
  --cta-hover: #24665d;
  --cta-text: #ffffff;
  --cta-soft: #9abf4b;
  --cta-soft-text: #12302c;
  --form-bg: #0b1d22;
  --form-bg-alt: #102a31;
  --form-text: #ffffff;
  --form-muted: rgba(255, 255, 255, .78);
  --form-border: rgba(255, 255, 255, .16);
  --radius: 8px;
  --shadow: 0 18px 48px rgba(38, 86, 116, .14);
}

* {
  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: var(--bg);
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.wrap,
.header-inner,
.hero-inner {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  top: -90px;
  left: 12px;
  z-index: 50;
  padding: 10px 14px;
  background: var(--cta);
  color: var(--cta-text);
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(14px);
}

.top-strip {
  background: var(--brand-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.top-strip-inner {
  min-height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 174px;
  height: auto;
}

.footer-brand img {
  width: 190px;
  height: auto;
  background: #fff;
  border-radius: var(--radius);
  padding: 10px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 800;
}

.site-nav a {
  text-decoration: none;
}

.header-actions,
.hero-actions,
.section-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.menu-toggle {
  display: none;
}

.btn,
.btn-secondary,
.phone-link,
.ghost-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
}

.btn {
  background: var(--cta);
  color: var(--cta-text);
}

.btn:hover {
  background: var(--cta-hover);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.phone-link {
  background: var(--brand-mint);
  border-color: var(--border);
  color: var(--text);
}

.ghost-btn {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .26);
}

.hero {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(16, 53, 73, .94), rgba(38, 86, 116, .84)),
    var(--brand-primary);
  overflow: hidden;
}

.hero-inner {
  min-height: clamp(560px, 68vh, 720px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr);
  gap: 48px;
  align-items: center;
  padding: 70px 0 78px;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--brand-accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(42px, 5.4vw, 70px);
  line-height: .98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.18;
}

.hero-copy p {
  max-width: 650px;
  color: rgba(255, 255, 255, .88);
  font-size: 19px;
}

.hero-media {
  position: relative;
}

.hero-media img,
.split-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hero-media img {
  border: 12px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
}

.hero-note {
  position: absolute;
  right: -12px;
  bottom: -22px;
  width: min(330px, calc(100% - 24px));
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text);
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-note strong,
.hero-note span {
  display: block;
}

.hero-note span {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 14px;
}

.section {
  padding: 84px 0;
}

.section.alt {
  background: var(--bg-alt);
}

.section-head {
  max-width: 790px;
  margin-bottom: 34px;
}

.section-head p,
.card p,
.review-card span {
  color: var(--text-muted);
}

.grid {
  display: grid;
  gap: 18px;
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.review-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 30px rgba(22, 53, 73, .07);
}

.review-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--text);
}

.review-card p {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.65;
}

.review-card strong {
  margin-top: auto;
  color: var(--brand-primary);
}

.review-card span {
  color: var(--text-muted);
}

.card a {
  text-decoration: none;
}

.card-label {
  margin-bottom: 10px;
  color: var(--brand-secondary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-card {
  border-top: 4px solid var(--brand-accent);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: 42px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(360px, 1.08fr) minmax(0, .92fr);
}

.split-media {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface-tint);
  box-shadow: var(--shadow);
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand-accent);
}

.proof-section {
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  color: #fff;
}

.proof-section .section-head p {
  color: rgba(255, 255, 255, .78);
}

.stars {
  color: #f6b73c;
  letter-spacing: 0;
  margin-bottom: 14px;
}

.review-card strong,
.review-card span {
  display: block;
}

.review-card span {
  font-size: 13px;
}

.offer-card {
  border-top: 4px solid var(--brand-secondary);
}

.city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.city-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  font-weight: 800;
}

.faq-wrap {
  max-width: 900px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin: 12px 0 0;
  color: var(--text-muted);
}

.cta-band {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-primary), #102f42);
}

.cta-band .section-head {
  margin-bottom: 0;
}

.cta-band .section-head p {
  color: rgba(255, 255, 255, .82);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 32px;
  align-items: start;
}

.contact-card,
.form-card {
  border-radius: var(--radius);
  padding: 28px;
  color: var(--form-text);
  background: var(--form-bg);
  border: 1px solid var(--form-border);
  box-shadow: 0 24px 70px rgba(15, 37, 51, .28);
}

.contact-card .section-head p,
.form-card p {
  color: var(--form-muted);
}

.contact-card a,
.form-card a {
  color: #fff;
}

.contact-facts,
.hours-list {
  display: grid;
  gap: 12px;
  margin: 20px 0;
}

.contact-facts p,
.hours-list p {
  margin: 0;
  color: var(--form-muted);
}

.contact-facts strong,
.hours-list strong {
  display: block;
  color: #fff;
}

.form-embed-wrap {
  min-height: 620px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--form-border);
  border-radius: var(--radius);
  background: var(--form-bg-alt);
}

.form-embed-wrap iframe {
  display: block;
  width: 100%;
  border: 0;
  background: var(--form-bg-alt);
}

.form-embed-placeholder,
.scheduler-placeholder {
  min-height: inherit;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 26px;
  color: var(--form-muted);
}

.skeleton-line {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .16), rgba(255, 255, 255, .08));
}

.skeleton-line.short {
  width: 68%;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
  padding: 22px;
  background: rgba(5, 18, 25, .76);
}

.booking-modal.is-open {
  display: grid;
  place-items: center;
}

.booking-dialog {
  width: min(980px, 100%);
  max-height: min(840px, calc(100vh - 38px));
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .42);
}

.booking-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--border);
}

.booking-head p {
  margin: 4px 0 0;
  color: var(--text-muted);
}

.booking-close {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  cursor: pointer;
  font-size: 24px;
}

.booking-frame-wrap {
  min-height: min(740px, calc(100vh - 150px));
  background: #fff;
}

.booking-frame-wrap iframe {
  width: 100%;
  height: min(740px, calc(100vh - 150px));
  border: 0;
}

.scheduler-placeholder {
  min-height: 420px;
  color: var(--text-muted);
}

.scheduler-placeholder .skeleton-line {
  background: linear-gradient(90deg, rgba(38, 86, 116, .08), rgba(38, 86, 116, .16), rgba(38, 86, 116, .08));
}

.site-footer {
  padding: 60px 0 28px;
  color: rgba(255, 255, 255, .78);
  background: #102f42;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .8fr .8fr 1fr;
  gap: 28px;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.copyright {
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  font-size: 14px;
}

.legal-content {
  max-width: 900px;
}

.legal-content h1 {
  color: var(--text);
  font-size: clamp(40px, 5vw, 64px);
}

.legal-content h2 {
  margin-top: 34px;
  font-size: 28px;
}

@media (max-width: 1050px) {
  .site-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 122px;
    display: none;
    padding: 16px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    color: var(--text);
    font-weight: 900;
  }

  .hero-inner,
  .split,
  .split.reverse,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
    padding: 54px 0 70px;
  }

  .grid.three,
  .grid.two,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .wrap,
  .header-inner,
  .hero-inner {
    width: min(100% - 28px, 1160px);
  }

  .top-strip-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 9px 0;
    gap: 2px;
  }

  .header-inner {
    min-height: 78px;
  }

  .brand img {
    width: 138px;
  }

  .header-actions .phone-link {
    display: none;
  }

  .btn,
  .btn-secondary,
  .phone-link,
  .ghost-btn {
    width: 100%;
    min-height: 46px;
  }

  .header-actions .btn {
    width: auto;
  }

  .hero-note {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .section {
    padding: 62px 0;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  .contact-card,
  .form-card {
    padding: 20px;
  }

  .form-embed-wrap {
    min-height: 760px;
  }

  .booking-modal {
    padding: 10px;
  }

  .booking-dialog {
    max-height: calc(100vh - 20px);
    overflow: auto;
  }

  .booking-frame-wrap,
  .booking-frame-wrap iframe {
    height: 820px;
  }
}
