:root {
  --green-950: #173b32;
  --green-800: #285c4d;
  --green-600: #4f806b;
  --green-100: #e8f1ec;
  --cream: #fbf8f1;
  --gold: #c6a15b;
  --gold-light: #f4e8ca;
  --ink: #25312d;
  --muted: #63706b;
  --white: #fff;
  --border: #dce5df;
  --shadow: 0 18px 50px rgba(23, 59, 50, .11);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font: 16px/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 95% 6%, rgba(198,161,91,.12), transparent 25rem),
    radial-gradient(circle at 3% 65%, rgba(79,128,107,.1), transparent 22rem);
}
h1, h2, h3 { margin: 0 0 .7rem; color: var(--green-950); font-family: Georgia, "Times New Roman", serif; line-height: 1.12; }
h1 { font-size: clamp(2.7rem, 7vw, 5.5rem); letter-spacing: -.04em; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.025em; }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1rem; }
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-soft { background: var(--cream); }
.eyebrow { margin-bottom: .9rem; color: var(--green-600); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.section-heading { max-width: 760px; margin-bottom: 2.5rem; }
.section-heading.center { margin-inline: auto; text-align: center; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 99; padding: .7rem 1rem; background: var(--green-950); color: white; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(220,229,223,.9); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; color: var(--green-950); text-decoration: none; }
.brand-logo { display: block; width: 205px; height: 66px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: 1.3rem; }
.nav-links a { color: var(--ink); font-size: .94rem; font-weight: 650; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--green-600); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 10px; background: white; color: var(--green-950); font-size: 1.4rem; }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: .5rem; padding: .75rem 1.2rem; border: 1px solid transparent; border-radius: 999px; background: var(--green-800); color: white; font-weight: 750; text-decoration: none; cursor: pointer; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); background: var(--green-950); box-shadow: 0 10px 24px rgba(23,59,50,.18); }
.btn-outline { border-color: var(--green-800); background: transparent; color: var(--green-800); }
.btn-gold { background: var(--gold); color: var(--green-950); }
.btn-small { min-height: 42px; padding: .55rem 1rem; }

.hero { position: relative; overflow: hidden; padding: clamp(4.5rem, 10vw, 8.5rem) 0; background: linear-gradient(120deg, var(--cream), #fff 72%); }
.hero::after { content: "✦"; position: absolute; right: -2rem; top: 1rem; color: rgba(198,161,91,.12); font-size: min(42vw, 32rem); line-height: 1; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(2rem, 7vw, 6rem); }
.hero h1 span { display: block; color: var(--green-600); }
.hero-copy { max-width: 680px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.8rem 0; }
.trust-list { display: flex; flex-wrap: wrap; gap: .55rem; padding: 0; list-style: none; }
.trust-list li { padding: .45rem .75rem; border: 1px solid var(--border); border-radius: 999px; background: white; color: var(--green-800); font-size: .88rem; font-weight: 700; }
.hero-card { position: relative; min-height: 470px; display: flex; align-items: flex-end; padding: 2rem; overflow: hidden; border: 1px solid #d4e1d9; border-radius: 46% 46% 18px 18px; background: url("../images/sample-clean-home.png") center / cover no-repeat; box-shadow: var(--shadow); }
.hero-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(23,59,50,.24), transparent 55%); }
.photo-placeholder::before { content: ""; position: absolute; inset: 12% 18%; border: 3px solid rgba(255,255,255,.75); border-radius: 50% 50% 45% 55%; transform: rotate(-12deg); }
.hero-card-content { position: relative; z-index: 1; width: 100%; padding: 1.35rem; border-radius: 16px; background: rgba(255,255,255,.92); }
.hero-card-content strong { display: block; color: var(--green-950); font-family: Georgia, serif; font-size: 1.35rem; }

.grid-2, .grid-3, .grid-4 { display: grid; gap: 1.25rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { padding: 1.6rem; border: 1px solid var(--border); border-radius: var(--radius); background: white; box-shadow: 0 10px 30px rgba(23,59,50,.05); }
.card-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 1.2rem; border-radius: 50%; background: var(--green-100); color: var(--green-800); font-size: 1.3rem; }
.check-list { margin: 1rem 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: .42rem 0 .42rem 1.55rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green-600); font-weight: 900; }
.service-card { height: 100%; }
.service-card.featured { border-color: var(--gold); background: linear-gradient(145deg, #fff, var(--cream)); }
.notice { padding: 1.25rem 1.4rem; border-left: 4px solid var(--gold); border-radius: 10px; background: var(--gold-light); }
.referral { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: clamp(2rem, 6vw, 4rem); border-radius: var(--radius); background: var(--green-950); color: white; box-shadow: var(--shadow); }
.referral h2, .referral .eyebrow { color: white; }
.referral .discount { color: var(--gold-light); font-family: Georgia, serif; font-size: clamp(3rem, 8vw, 6rem); font-weight: 700; line-height: 1; }

.page-hero { padding: 4.5rem 0; background: var(--cream); text-align: center; }
.page-hero h1 { font-size: clamp(2.7rem, 6vw, 4.7rem); }
.page-hero .lead { margin-inline: auto; }
.price-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.price-table { width: 100%; border-collapse: collapse; min-width: 650px; }
.price-table th, .price-table td { padding: 1.05rem 1.25rem; border-bottom: 1px solid var(--border); text-align: left; }
.price-table th { background: var(--green-950); color: white; }
.price-table td:not(:first-child) { color: var(--green-800); font-weight: 800; }
.price-table tr:last-child td { border-bottom: 0; }
.addon-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
.addon { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 1.15rem; border: 1px solid var(--border); border-radius: 12px; background: white; }
.addon strong { color: var(--green-800); white-space: nowrap; }
.about-grid, .contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(2rem, 7vw, 6rem); }
.photo-placeholder { position: relative; min-height: 470px; overflow: hidden; border-radius: var(--radius); background: linear-gradient(145deg, #b7cebf, #eef3eb); }
.photo-label { position: absolute; left: 1rem; bottom: 1rem; z-index: 1; padding: .55rem .8rem; border-radius: 8px; background: rgba(255,255,255,.9); color: var(--green-800); font-size: .85rem; font-weight: 700; }
.shelby-photo-wrap { min-height: 470px; overflow: hidden; border-radius: var(--radius); background: var(--green-100); box-shadow: var(--shadow); }
.shelby-photo { width: 100%; height: 100%; min-height: 470px; display: block; object-fit: cover; object-position: center 20%; }
.quote-box { padding: 2rem; border-radius: var(--radius); background: var(--green-100); }
.quote-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field.full { grid-column: 1 / -1; }
label { color: var(--green-950); font-size: .9rem; font-weight: 750; }
input, select, textarea { width: 100%; min-height: 48px; padding: .7rem .8rem; border: 1px solid #bdccc3; border-radius: 10px; background: white; color: var(--ink); font: inherit; }
textarea { min-height: 125px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(79,128,107,.22); border-color: var(--green-600); }
.form-note, .form-status { color: var(--muted); font-size: .88rem; }
.form-status { display: none; padding: .8rem; border-radius: 8px; background: var(--green-100); color: var(--green-950); }
.form-status.show { display: block; }

.cta { padding: 4rem 0; background: var(--green-800); color: white; text-align: center; }
.cta h2 { color: white; }
.cta .hero-actions { justify-content: center; }
.site-footer { padding: 3rem 0 1.5rem; background: #102b25; color: #d9e4de; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 2rem; }
.site-footer h3, .site-footer a { color: white; }
.site-footer a { text-decoration: none; }
.footer-links { display: grid; gap: .5rem; }
.copyright { margin-top: 2rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.12); color: #aebfb7; font-size: .86rem; }

@media (max-width: 900px) {
  .nav-toggle { display: grid; place-items: center; }
  .nav-links { position: absolute; top: 78px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; padding: 1rem; border-bottom: 1px solid var(--border); background: white; }
  .nav-links.open { display: flex; }
  .nav-links .btn { width: 100%; }
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-card { min-height: 360px; max-width: 560px; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .section { padding: 3.5rem 0; }
  .brand-logo { width: 174px; height: 60px; }
  .grid-2, .grid-3, .grid-4, .addon-grid, .quote-form, .footer-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .referral { grid-template-columns: 1fr; text-align: center; }
  .hero-card { min-height: 300px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
