:root {
  --cream: #f5efe4;
  --paper: #fbf8f1;
  --white: #ffffff;
  --ink: #17211b;
  --ink-soft: #36423a;
  --ink-mute: #6f786f;
  --moss: #1f4a37;
  --moss-deep: #10291f;
  --moss-soft: #dce8dd;
  --clay: #b36a45;
  --clay-soft: #f1dfd1;
  --gold: #c9a227;
  --line: #e5ded0;
  --line-strong: #d2c7b5;
  --shadow: 0 24px 70px rgba(16, 41, 31, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.55;
}

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

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

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

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 248, 241, 0.9);
  border-bottom: 1px solid rgba(229, 222, 208, 0.85);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.brand,
.brand-footer {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--paper);
  background: var(--moss);
  border-radius: 50%;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.25rem;
}

.brand-name {
  font-size: 1.05rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 800;
}

.nav a:hover,
.footer-col a:hover,
.footer-legal a:hover {
  color: var(--clay);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.phone-link {
  color: var(--moss);
  font-weight: 900;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  content: "";
}

.menu-toggle span::before {
  transform: translateY(-6px);
}

.menu-toggle span::after {
  transform: translateY(4px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-primary {
  color: var(--white);
  background: var(--moss);
  box-shadow: 0 12px 28px rgba(31, 74, 55, 0.2);
}

.button-primary:hover {
  background: var(--moss-deep);
}

.button-ghost {
  color: var(--moss);
  background: rgba(255, 255, 255, 0.7);
  border-color: var(--line-strong);
}

.button-large {
  min-height: 56px;
  padding-inline: 28px;
}

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

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

h1,
h2,
h3 {
  font-family: "Fraunces", Georgia, serif;
  letter-spacing: 0;
}

.hero {
  padding: 34px clamp(20px, 5vw, 72px) 76px;
}

.hero-frame {
  position: relative;
  min-height: min(760px, calc(100vh - 120px));
  display: grid;
  align-items: end;
  overflow: hidden;
  border-radius: 8px;
  background: var(--moss-deep);
  box-shadow: var(--shadow);
}

.hero-image {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1563453392212-326f5e854473?auto=format&fit=crop&w=2400&q=85");
  background-position: center;
  background-size: cover;
  filter: saturate(0.9) contrast(0.96);
}

.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 41, 31, 0.95), rgba(16, 41, 31, 0.72) 44%, rgba(16, 41, 31, 0.18)),
    linear-gradient(0deg, rgba(16, 41, 31, 0.75), rgba(16, 41, 31, 0.05) 55%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  padding: clamp(34px, 7vw, 72px);
  color: var(--white);
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.6rem, 9vw, 8.4rem);
  line-height: 0.88;
}

.hero-sub {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  font-weight: 650;
}

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

.hero-trust {
  display: inline-grid;
  grid-template-columns: auto auto auto auto auto;
  align-items: center;
  gap: 18px;
  margin-top: 44px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.hero-trust-item {
  display: grid;
  gap: 2px;
}

.hero-trust-item strong {
  color: var(--clay-soft);
  font-size: 1.25rem;
}

.hero-trust-item span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-trust-divider {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.22);
}

.value-section,
.services-section,
.checklist-section,
.process-section,
.quote-section,
.proof-section,
.before-after-section,
.careers-section,
.faq-section,
.final-cta {
  padding: clamp(72px, 9vw, 118px) clamp(20px, 5vw, 72px);
}

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

.value-headline,
.section-heading h2,
.section-heading-left h2,
.quote-intro h2,
.final-cta h2 {
  margin: 0;
  color: var(--moss-deep);
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 0.98;
}

.value-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 48px;
}

.value-point,
.service-card,
.process-step,
.faq-item,
.testimonial,
.ba-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(16, 41, 31, 0.06);
}

.value-point {
  padding: 24px;
}

.value-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--moss);
  background: var(--moss-soft);
  border-radius: 50%;
  font-weight: 900;
}

.value-point h3 {
  margin: 22px 0 8px;
  font-size: 1.22rem;
}

.value-point p,
.service-card p,
.process-step p,
.faq-item p,
.quote-intro p,
.careers-copy p,
.jobs-panel p,
.section-sub,
.checklist-note,
.testimonial p,
.footer-contact {
  color: var(--ink-mute);
}

.section-heading {
  width: min(800px, 100%);
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading-left {
  width: min(760px, 100%);
  margin-bottom: 34px;
}

.services-section,
.process-section,
.proof-section,
.faq-section {
  background: var(--white);
}

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

.service-card {
  min-height: 236px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: var(--clay);
  box-shadow: 0 20px 48px rgba(16, 41, 31, 0.1);
}

.service-card-feature {
  background: var(--moss-deep);
  color: var(--white);
}

.service-card-feature p,
.service-card-feature .service-link {
  color: rgba(255, 255, 255, 0.76);
}

.service-card-other {
  background: var(--cream);
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.service-tag {
  color: var(--clay);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-card h3 {
  margin: 20px 0 8px;
  font-size: 1.35rem;
}

.service-link {
  margin-top: auto;
  padding-top: 18px;
  color: var(--moss);
  font-weight: 900;
}

.checklist-section {
  background: var(--cream);
}

.checklist-table-wrap {
  overflow-x: auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.checklist-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.checklist-table th,
.checklist-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.checklist-table th {
  color: var(--moss-deep);
  background: var(--paper);
  font-weight: 900;
}

.checklist-task-col {
  width: 34%;
  font-weight: 900;
}

.checklist-group-row td {
  color: var(--clay);
  background: var(--clay-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.checklist-note {
  margin-top: 16px;
}

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

.process-step {
  padding: 28px;
}

.process-num {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: var(--moss);
  border-radius: 50%;
  font-weight: 900;
}

.process-step h3 {
  margin: 22px 0 8px;
  font-size: 1.35rem;
}

.quote-section {
  background:
    linear-gradient(180deg, rgba(245, 239, 228, 0.94), rgba(245, 239, 228, 0.94)),
    url("https://images.unsplash.com/photo-1527515637462-cff94eecc1ac?auto=format&fit=crop&w=2200&q=80");
  background-size: cover;
  background-position: center;
}

.quote-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1.22fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.quote-intro {
  position: sticky;
  top: 108px;
}

.quote-intro-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.quote-intro-list li {
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 850;
}

.quote-form,
.careers-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 36px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.wizard-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.wizard-progress span {
  min-height: 38px;
  display: grid;
  place-items: center;
  color: var(--ink-mute);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
}

.wizard-progress span.is-active {
  color: var(--white);
  background: var(--moss);
  border-color: var(--moss);
}

.wizard-step,
.question-set {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.wizard-step.is-active,
.question-set.is-active {
  display: grid;
  gap: 16px;
}

.wizard-step h3,
.careers-form h3 {
  margin: 6px 0 4px;
  color: var(--moss-deep);
  font-size: 1.45rem;
}

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

.service-choice {
  position: relative;
  min-height: 118px;
  display: block;
  padding: 20px 48px 20px 20px;
  color: var(--ink-mute);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.service-choice input {
  position: absolute;
  opacity: 0;
}

.service-choice::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--line-strong);
  border-radius: 50%;
  background: var(--white);
}

.service-choice:has(input:checked) {
  background: var(--moss-soft);
  border-color: var(--moss);
  box-shadow: 0 0 0 4px rgba(31, 74, 55, 0.1);
}

.service-choice:has(input:checked)::before {
  border-color: var(--moss);
  background: radial-gradient(circle at center, var(--moss) 38%, var(--white) 42%);
}

.choice-body {
  display: grid;
  gap: 6px;
}

.choice-body strong {
  color: var(--moss-deep);
}

.quote-form label,
.careers-form label {
  display: grid;
  gap: 8px;
  color: var(--moss-deep);
  font-size: 0.9rem;
  font-weight: 900;
}

.quote-form input,
.quote-form select,
.quote-form textarea,
.careers-form input,
.careers-form select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.quote-form textarea {
  min-height: 116px;
  padding: 14px;
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus,
.careers-form input:focus,
.careers-form select:focus {
  outline: none;
  border-color: var(--moss);
  box-shadow: 0 0 0 4px rgba(31, 74, 55, 0.12);
  background: var(--white);
}

.wide-field,
.wizard-actions {
  grid-column: 1 / -1;
}

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

.wizard-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 4px;
}

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

.testimonial {
  padding: 26px;
}

.stars {
  color: var(--gold);
  letter-spacing: 0.1em;
}

.testimonial strong {
  display: block;
  margin-top: 18px;
  color: var(--moss-deep);
}

.before-after-section {
  background: var(--paper);
}

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

.ba-card {
  min-height: 260px;
  display: grid;
  place-items: center;
  color: var(--ink-mute);
  background:
    linear-gradient(135deg, rgba(31, 74, 55, 0.1), rgba(179, 106, 69, 0.12)),
    var(--white);
  font-weight: 900;
}

.careers-section {
  color: var(--white);
  background: var(--moss-deep);
}

.careers-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.careers-copy h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.careers-copy p {
  color: rgba(255, 255, 255, 0.75);
}

.careers-perks {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.careers-perks span {
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  font-weight: 850;
}

.careers-form {
  color: var(--ink);
}

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

.faq-item {
  padding: 24px;
}

.faq-item h3 {
  margin: 0 0 8px;
  font-size: 1.22rem;
}

.final-cta {
  text-align: center;
  background: var(--cream);
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.phone-link-large {
  font-weight: 900;
}

.site-footer {
  color: rgba(255, 255, 255, 0.76);
  background: var(--moss-deep);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 0.8fr);
  gap: 32px;
  padding: 56px clamp(20px, 5vw, 72px);
}

.footer-brand-col p,
.footer-col li,
.footer-contact {
  margin: 10px 0 0;
}

.footer-tag {
  max-width: 320px;
}

.footer-col h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.9rem;
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(20px, 5vw, 72px);
}

.footer-legal {
  display: flex;
  gap: 16px;
}

@media (max-width: 1040px) {
  .nav,
  .phone-link,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav.is-open {
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    display: grid;
    gap: 0;
    padding: 12px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .nav.is-open a {
    padding: 12px;
  }

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

  .quote-grid,
  .careers-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .quote-intro {
    position: static;
  }

  .testimonial-grid,
  .process-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .container,
  .header-inner {
    width: calc(100% - 32px);
  }

  .hero {
    padding: 18px 16px 50px;
  }

  .hero-frame {
    min-height: 720px;
  }

  .hero-content {
    padding: 28px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 17vw, 5.4rem);
  }

  .hero-trust,
  .value-points,
  .service-grid,
  .service-choice-grid,
  .question-set,
  .before-after-placeholder,
  .wizard-progress {
    grid-template-columns: 1fr;
  }

  .hero-trust-divider {
    display: none;
  }

  .button,
  .wizard-actions .button {
    width: 100%;
  }

  .wizard-actions,
  .footer-bottom-inner,
  .footer-legal {
    display: grid;
  }
}

/* Whole service card is clickable: the card's link stretches over the full card (2026-09-24) */
.service-card { position: relative; cursor: pointer; }
.service-card .service-link { position: static; }
.service-card .service-link::after { content: ""; position: absolute; inset: 0; border-radius: inherit; z-index: 1; }
.service-card:focus-within { border-color: var(--gold); box-shadow: var(--shadow); }
