:root {
  --forest: #0d3528;
  --forest-2: #123d2e;
  --green: #24734a;
  --green-soft: #e9f3ed;
  --ink: #16241d;
  --muted: #63726a;
  --line: rgba(13, 53, 40, 0.14);
  --off: #f5f1e8;
  --paper: #fffdf8;
  --white: #ffffff;
  --gold: #c5a365;
  --shadow: 0 24px 70px rgba(13, 53, 40, 0.13);
  --container: min(1220px, calc(100% - 32px));
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--off);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 4%, rgba(197, 163, 101, 0.24), transparent 25rem),
    radial-gradient(circle at 88% 12%, rgba(36, 115, 74, 0.16), transparent 28rem),
    linear-gradient(180deg, rgba(255,255,255,.42), transparent 34rem);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(197, 163, 101, 0.9); outline-offset: 4px; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--forest);
  color: var(--white);
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 10px;
  z-index: 40;
  width: var(--container);
  min-height: 68px;
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px 8px 14px;
  border: 1px solid rgba(13, 53, 40, 0.12);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 12px 34px rgba(13, 53, 40, 0.08);
  backdrop-filter: blur(16px);
}
.brand-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
}
.brand-link img { width: 94px; height: 58px; object-fit: contain; filter: drop-shadow(0 6px 10px rgba(13,53,40,.10)); }
.menu-toggle {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--forest);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.menu-toggle span { width: 5px; height: 5px; border-radius: 99px; background: var(--green); }
.nav-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: none;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.98);
  box-shadow: var(--shadow);
}
.nav-menu.is-open { display: grid; gap: 12px; }
.nav-menu a { min-width: 44px; min-height: 44px; display: flex; align-items: center; font-weight: 850; color: var(--forest); }
.header-cta { display: none !important; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, #31a064, #0d3528 82%);
  box-shadow: 0 18px 38px rgba(18, 96, 57, 0.30);
}
.button-primary::before {
  content: "✆";
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
}
.button-secondary { background: var(--white); color: var(--forest); border-color: var(--line); }
.button-ghost { background: rgba(255,255,255,.10); color: var(--white); border-color: rgba(255,255,255,.2); }
.button-light { background: var(--white); color: var(--forest); }
.button-large { min-height: 56px; font-size: 1.02rem; }

.section {
  width: var(--container);
  margin: 0 auto;
  padding: 64px 0;
}
.section-dark {
  color: rgba(255,255,255,.82);
  background: radial-gradient(circle at 18% 0%, rgba(197,163,101,.20), transparent 24rem), linear-gradient(145deg, var(--forest), #071f18);
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.section-dark .eyebrow { color: #d8bd82; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--forest); letter-spacing: -.045em; line-height: 1.02; }
.section-dark h1, .section-dark h2, .section-dark h3 { color: var(--white); }
h1 { margin-bottom: 18px; font-size: clamp(2.35rem, 11vw, 3.25rem); }
h2 { margin-bottom: 16px; font-size: clamp(2rem, 8vw, 2.55rem); }
h3 { margin-bottom: 8px; font-size: 1.2rem; }
.section-header { max-width: 760px; margin-bottom: 26px; }
.section-header p,
.hero-subtitle,
.hero-support,
.about-copy p,
.location-copy p,
.final-cta p {
  color: var(--muted);
  font-size: clamp(1rem, 3.8vw, 1.1rem);
  max-width: 720px;
}
.section-dark .section-header p,
.section-dark .hero-subtitle,
.section-dark .hero-support,
.section-dark .regional-copy p,
.section-dark.final-cta p {
  color: rgba(255,255,255,.76);
}

.hero {
  width: min(100% - 20px, 1280px);
  margin: 10px auto 0;
  padding: 34px 16px 26px;
  border-radius: 34px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 32px 90px rgba(7,31,24,.22);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(197,163,101,.16) 0 1px, transparent 1px 96px),
    linear-gradient(0deg, rgba(255,255,255,.05) 0 1px, transparent 1px 96px);
  mask-image: linear-gradient(135deg, #000, transparent 68%);
}
.hero-inner { position: relative; z-index: 1; }
.hero-copy {
  max-width: 720px;
}
.hero h1 {
  max-width: 760px;
  text-wrap: balance;
}
.hero-inner {
  display: grid;
  gap: 26px;
  align-items: center;
}
.regional-line {
  margin: 0 0 22px;
  color: rgba(255,255,255,.72);
  font-weight: 780;
}
.hero-support { margin-bottom: 14px; }
.hero-actions { display: grid; gap: 10px; margin: 22px 0 18px; }
.micro-proofs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.micro-proofs li {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.07);
  font-size: .88rem;
  font-weight: 800;
}
.hero-media {
  position: relative;
  max-width: 520px;
  margin-inline: auto;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: rgba(255,255,255,.08);
}
.hero-media img {
  width: 100%;
  max-height: 560px;
  aspect-ratio: 3 / 4.2;
  object-fit: cover;
  object-position: center top;
  border-radius: 22px;
}
.hero-badge {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(7,31,24,.88);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}
.hero-badge strong,
.hero-badge span { display: block; }
.hero-badge span { color: rgba(255,255,255,.74); font-size: .9rem; }

.trust-bar {
  width: var(--container);
  margin: -8px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.trust-bar article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,253,248,.94);
  box-shadow: 0 10px 28px rgba(13,53,40,.06);
}
.trust-bar span {
  display: block;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.trust-bar strong { display: block; margin-top: 4px; color: var(--forest); line-height: 1.18; }

.symptom-grid,
.service-grid,
.steps {
  display: grid;
  gap: 12px;
}
.symptom-grid article,
.service-card,
.steps article,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,253,248,.82);
  box-shadow: 0 12px 34px rgba(13,53,40,.06);
}
.symptoms-section {
  padding-top: 72px;
}
.symptom-grid article {
  min-height: 148px;
  padding: 24px 22px 22px 58px;
  position: relative;
  color: var(--forest);
  font-weight: 930;
  overflow: hidden;
}
.symptom-grid article::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 31px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 8px rgba(197,163,101,.16);
}
.symptom-grid article::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(36,115,74,.08);
}
.symptom-grid h3 {
  margin-bottom: 8px;
  font-size: clamp(1.05rem, 4.5vw, 1.24rem);
}
.symptom-grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}
.section-action { margin-top: 24px; max-width: 420px; }

.regional-section {
  display: grid;
  gap: 28px;
  padding: 40px 22px;
  border-radius: 38px;
  box-shadow: 0 28px 70px rgba(7,31,24,.18);
}
.regional-copy {
  max-width: 680px;
}
.regional-copy h2 {
  max-width: 650px;
  font-size: clamp(2rem, 6.5vw, 3.25rem);
}
.regional-copy p {
  margin-bottom: 14px;
}
.regional-copy p strong {
  color: var(--white);
  font-weight: 950;
}
.regional-alert {
  display: inline-flex;
  margin-top: 8px;
  color: #fff;
  border-bottom: 2px solid var(--gold);
}
.city-cloud {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 9px;
}
.city-cloud span,
.city-cloud small {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.88);
  font-weight: 900;
}
.city-cloud small { color: rgba(255,255,255,.66); }

.steps article { padding: 24px; }
.steps span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--forest);
  color: var(--white);
  font-weight: 950;
}
.steps p,
.service-card p,
.service-card small,
.faq-list p { color: var(--muted); }

.services-section {
  padding-top: 78px;
}
.service-card {
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,253,248,.92)),
    radial-gradient(circle at 100% 0%, rgba(197,163,101,.14), transparent 14rem);
}
.service-card small {
  display: block;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-weight: 780;
}

.testimonials-section {
  width: min(100% - 20px, 1280px);
  padding: 52px 16px;
  border-radius: 38px;
  box-shadow: 0 32px 90px rgba(7,31,24,.18);
}
.testimonial-layout { display: grid; gap: 14px; }
.testimonial-side { display: grid; gap: 14px; }
.video-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 28px;
  background: #dfe7dc;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 18px 48px rgba(0,0,0,.18);
}
.video-card img,
.video-card video {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}
.video-label {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(7,31,24,.92), rgba(13,53,40,.78));
  color: var(--white);
}
.video-label strong,
.video-label span { display: block; }
.video-label span { color: rgba(255,255,255,.72); }
.video-card button {
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.32));
  color: #fff;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  padding-top: 44%;
}
.testimonial-actions { display: grid; gap: 10px; margin-top: 18px; }

.about-section {
  display: grid;
  gap: 22px;
}
.about-media img {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
  object-position: center top;
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.about-copy {
  padding: 24px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,253,248,.92), rgba(255,255,255,.72));
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(13,53,40,.08);
}
.credential-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 9px;
}
.credential-list li {
  position: relative;
  padding-left: 24px;
  color: var(--forest);
  font-weight: 850;
}
.credential-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}
.technique-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.technique-list span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--forest);
  font-weight: 850;
}

.training-section {
  width: min(100% - 20px, 1180px);
  padding: 44px 20px;
  border-radius: 38px;
  box-shadow: 0 28px 70px rgba(7,31,24,.18);
}
.training-copy {
  max-width: 760px;
}
.training-copy p {
  color: rgba(255,255,255,.76);
  font-size: clamp(1rem, 3.8vw, 1.1rem);
}
.training-copy .button {
  margin-top: 12px;
}

.location-section {
  display: grid;
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,253,248,.88), rgba(255,255,255,.66));
  box-shadow: 0 18px 54px rgba(13,53,40,.08);
}
address {
  font-style: normal;
  margin: 20px 0;
  padding: 18px;
  border-radius: 22px;
  background: var(--white);
  border: 1px solid var(--line);
}
address strong { display: block; color: var(--forest); margin-bottom: 6px; }
.location-actions { display: grid; gap: 10px; }
.map-shell {
  min-height: 340px;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #dfe9df, #fff);
}
.map-shell iframe { width: 100%; min-height: 340px; height: 100%; border: 0; display: block; }
.map-placeholder {
  min-height: 340px;
  display: grid;
  place-content: center;
  gap: 8px;
  padding: 22px;
  text-align: center;
  color: var(--forest);
}
.map-placeholder strong { font-size: 1.25rem; }

.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 18px; }
.faq-list summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  color: var(--forest);
  font-weight: 930;
  cursor: pointer;
}
.faq-list p { margin: 10px 0 0; }

.final-cta {
  width: min(100% - 20px, 1080px);
  padding: 46px 18px;
  border-radius: 38px;
  text-align: center;
  box-shadow: 0 32px 90px rgba(7,31,24,.18);
}
.final-cta h2 { max-width: 760px; margin-inline: auto; }
.final-cta p { margin-inline: auto; }
.final-cta .button { max-width: 420px; margin-inline: auto; }

.mobile-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 38;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(247,244,236,.94);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(16px);
  transform: translateY(110%);
  transition: transform .2s ease;
}
.mobile-sticky.is-visible { transform: translateY(0); }
.mobile-sticky .button { min-height: 54px; }

.site-footer {
  width: var(--container);
  margin: 0 auto;
  padding: 42px 0 112px;
  display: grid;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: #526257;
}
.site-footer img { width: 150px; height: 104px; object-fit: contain; }
.site-footer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.footer-note, .copyright { margin: 0; font-size: .92rem; }

@media (min-width: 430px) {
  .trust-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
  body { font-size: 17px; }
  .button { width: auto; }
  .site-header { grid-template-columns: auto 1fr auto; padding: 9px 12px 9px 18px; }
  .brand-link img { width: 116px; height: 72px; }
  .menu-toggle { display: none; }
  .nav-menu {
    position: static;
    display: flex;
    justify-content: center;
    gap: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .nav-menu a { min-height: 44px; font-size: .95rem; }
  .header-cta { display: inline-flex !important; }
  .mobile-sticky { display: none; }
  .trust-bar { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .section { padding: 92px 0; }
  .hero { padding: 64px 38px; }
  .hero-inner { grid-template-columns: minmax(0, 1.04fr) minmax(300px, .74fr); gap: clamp(28px, 5vw, 70px); }
  h1 { font-size: clamp(3.2rem, 6vw, 4.85rem); }
  h2 { font-size: clamp(2.45rem, 4vw, 3.45rem); }
  .hero-actions, .testimonial-actions, .location-actions { display: flex; flex-wrap: wrap; align-items: center; }
  .symptom-grid, .service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .steps { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .regional-section { grid-template-columns: minmax(0,.9fr) minmax(260px,.62fr); padding: 64px 48px; align-items: center; }
  .testimonial-layout { grid-template-columns: minmax(0, .95fr) minmax(260px, .65fr); }
  .testimonial-side { grid-template-rows: 1fr 1fr; }
  .video-card, .video-card img, .video-card video { min-height: 320px; }
  .video-card-featured, .video-card-featured img, .video-card-featured video { min-height: 660px; }
  .about-section { grid-template-columns: minmax(280px,.6fr) minmax(0,1fr); align-items: center; }
  .about-copy { padding: clamp(30px, 5vw, 56px); }
  .location-section { grid-template-columns: minmax(0,.72fr) minmax(0,1fr); padding: 42px; }
  .map-shell, .map-shell iframe, .map-placeholder { min-height: 440px; }
  .site-footer { grid-template-columns: minmax(180px,.55fr) 1fr; padding-bottom: 64px; }
  .footer-note, .copyright { grid-column: 1 / -1; }
}

@media (min-width: 1280px) {
  h1 { font-size: 5rem; }
  .section { padding: 118px 0; }
  .hero { padding: 76px 54px; }
}

@media (max-width: 767px) {
  .site-header {
    top: 8px;
    min-height: 62px;
  }
  .brand-link img {
    width: 82px;
    height: 50px;
  }
  .hero {
    margin-top: 8px;
  }
  .hero-media {
    max-width: 390px;
  }
  .hero-media img {
    max-height: 500px;
  }
  .testimonial-layout {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 0 4px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .testimonial-layout::-webkit-scrollbar {
    display: none;
  }
  .testimonial-side {
    display: contents;
  }
  .video-card,
  .video-card-featured {
    flex: 0 0 min(82vw, 340px);
    min-height: 480px;
    scroll-snap-align: start;
  }
  .video-card img,
  .video-card video,
  .video-card-featured img,
  .video-card-featured video {
    min-height: 480px;
  }
  .testimonial-actions .button {
    width: 100%;
  }
  .training-section {
    padding-inline: 18px;
  }
  .site-footer img {
    width: 130px;
    height: 90px;
  }
}

@media (max-width: 360px) {
  :root { --container: min(100% - 20px, 1220px); }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.9rem; }
  .hero { width: min(100% - 12px, 1280px); padding-inline: 12px; border-radius: 28px; }
  .trust-bar { grid-template-columns: 1fr; }
  .button { padding-inline: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
