:root {
  --ink: #1b1712;
  --ink-soft: #4f473c;
  --paper: #f4efe6;
  --paper-2: #ebe3d4;
  --cream: #fbf8f2;
  --forest: #243f33;
  --forest-deep: #172820;
  --moss: #3d6b52;
  --brass: #c4a35a;
  --brass-deep: #8a6a2f;
  --wa: #128c7e;
  --wa-deep: #0c6b60;
  --line: rgba(27, 23, 18, 0.12);
  --shadow: 0 22px 50px rgba(23, 40, 32, 0.16);
  --radius: 18px;
  --wrap: 1120px;
  --header: 76px;
  font-synthesis: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 0.7rem);
}

body {
  margin: 0;
  font-family: Figtree, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

a {
  color: var(--forest);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--moss);
}

:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 3px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 80;
  background: var(--forest);
  color: var(--cream);
  padding: 0.6rem 1rem;
  border-radius: 8px;
}

.skip-link:focus {
  top: 0.8rem;
  color: var(--cream);
}

.wrap {
  width: min(100% - 2rem, var(--wrap));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header);
  background: color-mix(in srgb, var(--cream) 88%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 8px 24px rgba(23, 40, 32, 0.06);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: inherit;
  margin-right: auto;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--forest);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-family: Fraunces, Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-text strong {
  font-family: Fraunces, Georgia, serif;
  font-weight: 600;
}

.brand-text small {
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  gap: 1.1rem;
}

.site-nav a {
  text-decoration: none;
  color: var(--ink-soft);
  font-weight: 500;
  font-size: 0.95rem;
}

.site-nav a:hover {
  color: var(--forest);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--cream);
  border-radius: 12px;
}

.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  position: relative;
  margin-inline: auto;
}

.nav-toggle-bars::before,
.nav-toggle-bars::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle-bars::before {
  top: -6px;
}

.nav-toggle-bars::after {
  top: 6px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 46px;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.15s ease, background 0.15s ease;
}

.btn:hover {
  transform: translateY(-1px);
  color: inherit;
}

.btn-lg {
  min-height: 52px;
  padding-inline: 1.35rem;
}

.btn-wa {
  background: var(--wa);
  color: #fff;
}

.btn-wa:hover {
  background: var(--wa-deep);
  color: #fff;
}

.btn-ghost {
  background: transparent;
  border-color: color-mix(in srgb, var(--ink) 18%, transparent);
  color: var(--ink);
}

.btn-forest {
  background: var(--forest);
  color: var(--cream);
}

.btn-forest:hover {
  background: var(--forest-deep);
  color: var(--cream);
}

.btn-light {
  background: var(--cream);
  color: var(--forest-deep);
}

.header-cta {
  min-height: 42px;
}

.hero {
  position: relative;
  isolation: isolate;
  padding: 3.2rem 0 4.2rem;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(900px 420px at 85% 10%, color-mix(in srgb, var(--brass) 28%, transparent), transparent 60%),
    radial-gradient(700px 380px at 0% 80%, color-mix(in srgb, var(--moss) 22%, transparent), transparent 55%),
    linear-gradient(180deg, var(--cream), var(--paper));
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: auto -8% -18% 40%;
  height: 70%;
  background:
    radial-gradient(ellipse at 20% 80%, color-mix(in srgb, var(--forest) 18%, transparent) 0 28%, transparent 29%),
    radial-gradient(ellipse at 48% 90%, color-mix(in srgb, var(--forest) 22%, transparent) 0 24%, transparent 25%),
    radial-gradient(ellipse at 72% 86%, color-mix(in srgb, var(--forest) 16%, transparent) 0 30%, transparent 31%);
  opacity: 0.55;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2.2rem;
  align-items: center;
}

.eyebrow {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--brass-deep);
  margin: 0 0 0.7rem;
}

.eyebrow.light {
  color: var(--brass);
}

h1,
h2,
h3,
.footer-brand {
  font-family: Fraunces, Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

h1 {
  font-size: clamp(2.05rem, 4.4vw, 3.45rem);
  margin: 0 0 1rem;
}

h2 {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  margin: 0 0 0.8rem;
}

h3 {
  font-size: 1.15rem;
  margin: 0 0 0.4rem;
}

.lead {
  font-size: 1.12rem;
  color: var(--ink-soft);
  max-width: 38rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0 1.2rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.trust-row li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.trust-row li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--moss);
}

.hero-card {
  background: var(--forest);
  color: var(--cream);
  border-radius: 28px;
  padding: 1.6rem 1.5rem 1.4rem;
  box-shadow: var(--shadow);
  position: relative;
}

.hero-card h2 {
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
}

.hero-card h2,
.hero-card a {
  color: var(--cream);
}

.hero-card p {
  color: color-mix(in srgb, var(--cream) 78%, transparent);
  margin: 0.2rem 0 1rem;
}

.hero-card-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass) !important;
  margin-bottom: 0.35rem !important;
}

.stamp {
  width: 92px;
  height: 92px;
  border: 2px dashed color-mix(in srgb, var(--brass) 70%, white);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: right;
  margin: 0 0 0.6rem 0.8rem;
  transform: rotate(8deg);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brass);
}

.stamp strong {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.2rem;
  letter-spacing: 0;
  color: var(--cream);
}

.contact-dl {
  margin: 0 0 1rem;
  display: grid;
  gap: 0.7rem;
}

.contact-dl div {
  display: grid;
  gap: 0.1rem;
}

.contact-dl dt {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: color-mix(in srgb, var(--cream) 62%, transparent);
}

.contact-dl dd {
  margin: 0;
  font-weight: 600;
}

.map-link {
  font-weight: 600;
}

.section {
  padding: 4.2rem 0;
}

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

.section-head {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.section-head p:last-child {
  color: var(--ink-soft);
}

.service-grid,
.proof-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.service-grid li,
.proof-grid article {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem 1.15rem 1.25rem;
}

.service-grid .icon {
  display: inline-block;
  font-family: Fraunces, Georgia, serif;
  color: var(--brass-deep);
  font-weight: 700;
  margin-bottom: 0.55rem;
}

.service-grid p,
.proof-grid p {
  margin: 0;
  color: var(--ink-soft);
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.4rem;
  align-items: start;
}

.fact-list {
  list-style: none;
  margin: 0.4rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.fact-list li {
  background: var(--cream);
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--brass);
}

.fact-list strong {
  display: block;
  font-family: Fraunces, Georgia, serif;
  margin-bottom: 0.2rem;
}

.fact-list span {
  color: var(--ink-soft);
}

.proof-num {
  font-family: Fraunces, Georgia, serif;
  font-size: 2rem;
  margin: 0 0 0.35rem;
  color: var(--forest);
}

.note {
  margin: 1.6rem 0 0;
  padding: 1.2rem 1.4rem;
  border-radius: var(--radius);
  background: var(--forest);
  color: var(--cream);
}

.note p {
  margin: 0;
  max-width: 48rem;
}

.split-map {
  align-items: stretch;
}

.map-frame {
  min-height: 320px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--cream);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0;
}

.faq-list {
  display: grid;
  gap: 0.7rem;
  max-width: 760px;
}

.faq-list details {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.35rem 1rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
  padding: 0.85rem 0;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--brass-deep);
  font-size: 1.2rem;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  margin: 0 0 1rem;
  color: var(--ink-soft);
}

.cta-final {
  background:
    radial-gradient(600px 280px at 90% 10%, color-mix(in srgb, var(--brass) 24%, transparent), transparent 60%),
    var(--forest-deep);
  color: var(--cream);
  padding: 4.4rem 0;
}

.cta-inner {
  max-width: 720px;
}

.cta-final p {
  color: color-mix(in srgb, var(--cream) 82%, transparent);
}

.cta-address {
  margin-top: 1.4rem;
  font-size: 0.95rem;
}

.site-footer {
  background: #101813;
  color: color-mix(in srgb, var(--cream) 80%, transparent);
  padding: 2rem 0 5.5rem;
  font-size: 0.95rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1.2rem;
}

.footer-brand {
  margin: 0 0 0.3rem;
  color: var(--cream);
  font-size: 1.2rem;
}

.site-footer a {
  color: var(--cream);
}

.footer-note {
  margin: 0;
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--cream) 62%, transparent);
}

.sticky-wa {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--wa);
  color: #fff;
  text-decoration: none;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(18, 140, 126, 0.35);
  font-weight: 700;
}

.sticky-wa:hover {
  background: var(--wa-deep);
  color: #fff;
}

.sticky-wa.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.sticky-wa {
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.15s ease;
}

@media (max-width: 900px) {
  .hero-grid,
  .split,
  .service-grid,
  .proof-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    position: absolute;
    top: var(--header);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    padding: 0.4rem 1rem 1rem;
  }

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

  .site-nav a {
    padding: 0.7rem 0;
    border-bottom: 1px solid var(--line);
  }

  .stamp {
    float: none;
    margin: 0 0 1rem;
  }

  .hero {
    padding-top: 1.8rem;
  }

  .hero-card h2 {
    font-size: 1.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn,
  .sticky-wa {
    transition: none;
  }
}
