:root {
  --paper: #f8f3ea;
  --surface: #fffdf7;
  --ink: #1b2420;
  --muted: #5b6761;
  --line: #d8d0c2;
  --green: #173f36;
  --green-soft: #e5eee8;
  --clay: #a85e3f;
  --gold: #d5af5a;
  --radius: 10px;
  --max: 1080px;
  --font-body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Georgia, Cambria, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  background: var(--paper);
  color: var(--ink);
}

body {
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 18px;
  margin: 0;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  background: var(--gold);
  color: var(--ink);
  left: 1rem;
  padding: 0.75rem 1rem;
  position: absolute;
  top: 0;
  transform: translateY(-130%);
  z-index: 10;
}

.skip-link:focus {
  transform: translateY(1rem);
}

.wrap {
  margin: 0 auto;
  max-width: var(--max);
  padding: 0 1.25rem;
}

.narrow {
  max-width: 780px;
}

.site-header {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.header-wrap {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  min-height: 84px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  background: var(--green);
  border-radius: 8px;
  color: white;
  display: inline-flex;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 0.82rem;
  margin-top: 0.1rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  justify-content: flex-end;
}

.site-nav a {
  border-bottom: 2px solid transparent;
  color: var(--muted);
  font-weight: 700;
  padding: 0.45rem 0;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  border-color: var(--clay);
  color: var(--ink);
}

.hero,
.page-intro {
  padding: 5rem 0 4rem;
}

.hero-copy {
  max-width: 820px;
}

.eyebrow {
  color: var(--clay);
  font-weight: 800;
  margin: 0 0 0.8rem;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: var(--font-display);
  line-height: 1.1;
  margin: 0;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 4.4rem);
  max-width: 13ch;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

h3 {
  font-size: 1.35rem;
}

p,
li {
  color: var(--muted);
  line-height: 1.7;
}

.lead {
  color: var(--ink);
  font-size: clamp(1.18rem, 2.3vw, 1.45rem);
  max-width: 760px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.button {
  border: 2px solid var(--green);
  border-radius: var(--radius);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 58px;
  padding: 0.95rem 1.25rem;
  text-decoration: none;
}

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

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

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

.section {
  border-top: 1px solid var(--line);
  padding: 4rem 0;
}

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

.section-heading {
  margin-bottom: 1.5rem;
  max-width: 720px;
}

.service-list,
.service-detail-list,
.price-list {
  border-top: 2px solid var(--line);
}

.service-list a,
.service-detail-list article,
.price-list div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 0.35rem;
  padding: 1.2rem 0;
  text-decoration: none;
}

.service-list a:hover strong {
  color: var(--clay);
}

.service-list strong,
.price-list strong {
  color: var(--ink);
  font-size: 1.16rem;
}

.service-list span,
.price-list span {
  color: var(--muted);
}

.quick-prices {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 1.4rem 0;
}

.quick-prices div {
  border-left: 1px solid var(--line);
  padding: 0.8rem 1rem;
}

.quick-prices div:first-child {
  border-left: 0;
  padding-left: 0;
}

.quick-prices dt {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.quick-prices dd {
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0.2rem 0 0;
}

.service-price {
  color: var(--ink);
  font-weight: 800;
  margin-bottom: 0;
}

.price-list.compact {
  margin-top: 1.2rem;
}

.two-column,
.contact-layout {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr);
}

.copy p:first-child {
  margin-top: 0;
}

.steps {
  counter-reset: steps;
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps li {
  background: var(--surface);
  border-left: 5px solid var(--green);
  padding: 1rem 1.1rem;
}

.steps strong {
  color: var(--ink);
  display: block;
}

.cta {
  background: var(--green);
  color: white;
  padding: 4rem 0;
}

.cta h2,
.cta p {
  color: white;
}

.text-link {
  color: var(--green);
  font-weight: 800;
}

.note {
  background: var(--green-soft);
  border-left: 4px solid var(--green);
  color: var(--ink);
  padding: 0.9rem 1rem;
}

.photo-note {
  align-items: center;
  background: var(--green-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  min-height: 240px;
  padding: 1.5rem;
}

.help-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
}

label,
fieldset {
  display: grid;
  gap: 0.4rem;
  margin: 0;
}

label span,
legend {
  color: var(--ink);
  font-weight: 800;
}

fieldset {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
}

input,
select,
textarea {
  background: white;
  border: 1px solid #bdb4a6;
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 54px;
  padding: 0.8rem;
  width: 100%;
}

input[type="checkbox"] {
  accent-color: var(--green);
  height: 16px;
  min-height: auto;
  padding: 0;
  transform: scale(0.9);
  transform-origin: top left;
  vertical-align: top;
  width: auto;
}

textarea {
  resize: vertical;
}

.field-help {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

.checkbox-list {
  display: grid;
  border-top: 1px solid var(--line);
  gap: 0;
}

.checkbox-option {
  align-items: flex-start;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 0.45rem;
  padding: 0.35rem 0;
}

.checkbox-option input {
  flex: 0 0 auto;
  height: 16px;
  margin-top: 0.25rem;
  min-height: 16px;
  width: 16px;
}

.checkbox {
  align-items: start;
  display: flex;
  gap: 0.7rem;
}

.checkbox input {
  height: 20px;
  margin-top: 0.25rem;
  min-height: 20px;
  width: 20px;
}

.honeypot {
  display: none;
}

.turnstile-wrap {
  min-height: 65px;
}

.contact-note {
  align-self: start;
  border-top: 2px solid var(--green);
  padding-top: 1rem;
}

.policy p {
  border-bottom: 1px solid var(--line);
  padding-bottom: 1rem;
}

.thanks {
  align-items: center;
  display: flex;
  min-height: 100vh;
}

.site-footer {
  background: var(--ink);
  color: white;
  padding: 2rem 0;
}

.footer-wrap {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}

.site-footer p,
.site-footer a {
  color: #dfe8e3;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 760px) {
  body {
    font-size: 17px;
  }

  .header-wrap,
  .footer-wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero,
  .page-intro {
    padding: 3.5rem 0 3rem;
  }

  .section {
    padding: 3rem 0;
  }

  .two-column,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .quick-prices {
    grid-template-columns: 1fr;
  }

  .quick-prices div,
  .quick-prices div:first-child {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 0.85rem 0;
  }

  .button {
    width: 100%;
  }
}
