:root {
  --ink: #111410;
  --muted: #5f665b;
  --paper: #fbfaf5;
  --soft: #eef0e7;
  --line: rgba(17, 20, 16, 0.12);
  --green: #253f2b;
  --green-2: #597044;
  --gold: #c9a24a;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(22, 30, 19, 0.16);
  --heading: "Sora", "Inter", system-ui, sans-serif;
  --display: "Instrument Serif", Georgia, serif;
  --body: "Inter", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
}

body.modal-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 16px;
  left: 50%;
  width: min(1180px, calc(100% - 32px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  background: rgba(251, 250, 245, 0.9);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--green);
  font-family: var(--heading);
  font-weight: 800;
}

.brand strong,
.site-footer strong {
  display: block;
  font-family: var(--heading);
}

.brand small,
.site-footer span {
  color: var(--muted);
  font-size: 0.82rem;
}

.nav-links,
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.phone-link {
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 800;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-dark {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 14px 34px rgba(37, 63, 43, 0.24);
}

.button-light {
  color: var(--green);
  background: var(--white);
}

.button-outline-light {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.12);
}

.button-soft {
  color: var(--green);
  background: var(--soft);
}

.button-full {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 150px 24px 72px;
  color: var(--white);
  isolation: isolate;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    radial-gradient(circle at 22% 38%, rgba(201, 162, 74, 0.34), transparent 28%),
    radial-gradient(circle at 84% 22%, rgba(255, 255, 255, 0.13), transparent 24%),
    linear-gradient(90deg, rgba(6, 13, 8, 0.82), rgba(6, 13, 8, 0.45), rgba(6, 13, 8, 0.18)),
    linear-gradient(0deg, rgba(6, 13, 8, 0.74), rgba(6, 13, 8, 0.05) 55%);
}

.hero-content {
  position: relative;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.hero-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -90px;
  left: -140px;
  width: min(920px, 110vw);
  height: calc(100% + 180px);
  background:
    radial-gradient(ellipse at 32% 48%, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.32) 34%, transparent 72%);
  filter: blur(10px);
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--heading);
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-family: var(--display);
  font-size: clamp(4rem, 8vw, 7.8rem);
  font-weight: 400;
  line-height: 0.88;
  text-shadow: 0 16px 46px rgba(0, 0, 0, 0.48);
}

h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.02;
}

h3 {
  font-size: 1.35rem;
}

.hero p:not(.eyebrow) {
  max-width: 640px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.65;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.5);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.hero-proof span {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.1);
  font-weight: 700;
}

.trust-band {
  width: min(1120px, calc(100% - 32px));
  margin: -38px auto 0;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.trust-band div {
  padding: 24px;
  background: var(--white);
}

.trust-band strong {
  display: block;
  margin-bottom: 7px;
  font-family: var(--heading);
}

.trust-band span {
  color: var(--muted);
  line-height: 1.55;
}

.section,
.split-section,
.area-section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 104px 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

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

.service-card,
.process-card,
.google-card,
.area-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(22, 30, 19, 0.08);
}

.service-card {
  overflow: hidden;
}

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

.service-card div,
.process-card,
.google-card {
  padding: 24px;
}

.service-card span,
.process-card span {
  display: block;
  margin-bottom: 16px;
  color: var(--gold);
  font-weight: 900;
}

.service-card p,
.process-card p,
.split-copy p,
.google-card p,
.final-cta p {
  color: var(--muted);
  line-height: 1.65;
}

.text-button {
  padding: 0;
  border: 0;
  color: var(--green);
  background: transparent;
  cursor: pointer;
  font-weight: 900;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 42px;
}

.google-card {
  min-height: 360px;
}

.google-mark {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(22, 30, 19, 0.12);
}

.google-mark svg {
  width: 38px;
  height: 38px;
}

.google-card h3 {
  margin-top: 24px;
}

.google-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 14px;
}

[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.58;
}

.process-section {
  padding-top: 42px;
}

.process-card {
  min-height: 240px;
}

.area-section {
  padding-top: 36px;
}

.area-panel {
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(37, 63, 43, 0.08), rgba(201, 162, 74, 0.12)),
    var(--white);
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.area-list span {
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--green);
  background: var(--soft);
  font-weight: 800;
}

.final-cta {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 72px;
  border-radius: 8px;
  padding: 58px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(37, 63, 43, 0.96), rgba(89, 112, 68, 0.92)),
    var(--green);
}

.final-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 42px;
  border-top: 1px solid var(--line);
}

.site-footer a {
  color: var(--green);
  font-weight: 900;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 18px;
}

.modal.is-open {
  display: grid;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 15, 10, 0.64);
  backdrop-filter: blur(10px);
}

.modal-panel {
  position: relative;
  width: min(560px, 100%);
  max-height: min(760px, calc(100vh - 36px));
  overflow: auto;
  border-radius: 8px;
  padding: 30px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 8px;
  background: var(--soft);
  cursor: pointer;
  font-size: 1.5rem;
}

.modal-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin-top: 24px;
  border-radius: 8px;
  padding: 6px;
  background: var(--soft);
}

.modal-tabs button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-weight: 900;
}

.modal-tabs button.is-active {
  color: var(--green);
  background: var(--white);
  box-shadow: 0 8px 24px rgba(22, 30, 19, 0.08);
}

.modal-pane {
  display: none;
}

.modal-pane.is-active {
  display: block;
}

.request-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.scheduler-card {
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(37, 63, 43, 0.08), rgba(201, 162, 74, 0.12)),
    var(--white);
}

.scheduler-card strong {
  display: block;
  font-family: var(--heading);
  font-size: 1.24rem;
}

.scheduler-card p {
  color: var(--muted);
  line-height: 1.65;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
}

textarea {
  resize: vertical;
}

.form-success {
  margin: 0;
  color: var(--green);
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.slide-in {
  transform: translateX(32px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width: 860px) {
  .site-header {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .nav-links {
    display: none;
  }

  .header-actions {
    justify-content: space-between;
  }

  .hero {
    min-height: 720px;
    padding-top: 190px;
  }

  .hero-overlay {
    background:
      radial-gradient(circle at 30% 38%, rgba(201, 162, 74, 0.24), transparent 28%),
      linear-gradient(0deg, rgba(6, 13, 8, 0.88), rgba(6, 13, 8, 0.34));
  }

  .hero-content::before {
    left: -90px;
    width: calc(100% + 180px);
  }

  .trust-band,
  .service-grid,
  .process-grid,
  .split-section {
    grid-template-columns: 1fr;
  }

  .section,
  .split-section,
  .area-section {
    padding: 72px 0;
  }

  .final-cta,
  .area-panel {
    padding: 34px 22px;
  }
}

@media (max-width: 560px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .brand small {
    display: none;
  }

  .header-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .site-header .phone-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--white);
    background: var(--green);
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(37, 63, 43, 0.24);
  }

  .header-actions .button {
    display: none;
  }

  h1 {
    font-size: 4rem;
  }

  .hero {
    min-height: 680px;
    padding: 170px 16px 46px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
