
:root {
  --accent: #6a8f3a;
  --accent-dark: #31512d;
  --accent-light: #dbe8c8;
  --ink: #111411;
  --moss: #25311f;
  --clay: #b86945;
  --cream: #f5f1e9;
  --mist: #eef2e8;
  --line: #dfe3d6;
  --shadow: 0 24px 70px rgba(17, 20, 17, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); letter-spacing: 0; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.site-header { position: fixed; top: 18px; left: 0; right: 0; z-index: 20; display: flex; justify-content: center; pointer-events: none; padding: 0 16px; }
.nav-pill { pointer-events: auto; display: inline-flex; align-items: center; gap: 28px; width: fit-content; margin: 0 auto; padding: 10px 12px 10px 18px; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; background: rgba(255,255,255,.82); backdrop-filter: blur(18px); box-shadow: 0 18px 52px rgba(20,24,20,.14); }
.brand img { width: 144px; height: auto; max-height: 46px; object-fit: contain; }
.nav-links { display: flex; gap: 22px; margin: 0; align-items: center; }
.nav-links a, .mobile-drawer a { text-decoration: none; font-size: 14px; font-weight: 760; }
.nav-cta { text-decoration: none; background: var(--ink); color: #fff; padding: 13px 19px; border-radius: 999px; font-weight: 800; font-size: 14px; }
.mobile-menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--ink); padding: 12px; }
.mobile-menu-toggle span { display: block; height: 2px; background: #fff; margin: 5px 0; }
.mobile-drawer { display: none; }
.section { max-width: 1180px; margin: 0 auto; padding: 86px 24px; }
.eyebrow { margin: 0 0 14px; color: var(--accent-dark); text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { font-size: clamp(44px, 7vw, 92px); line-height: .94; margin: 0; max-width: 850px; }
h1 span { font-style: italic; color: var(--accent-light); }
h2 { font-size: clamp(32px, 4.6vw, 58px); line-height: 1.02; margin: 0 0 22px; }
h3 { font-size: 23px; line-height: 1.12; margin: 0 0 12px; }
p { font-size: 18px; line-height: 1.65; margin: 0 0 22px; color: #40483b; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; background: var(--accent); color: #fff; text-decoration: none; font-weight: 900; border: 1px solid var(--accent); }
.button::after { content: "->"; margin-left: 12px; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.22); }
.button-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.button-outline::after { background: var(--ink); color: #fff; }
.button-dark { background: var(--ink); border-color: var(--ink); }
.button-ghost { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.55); color: #fff; }
.hero { position: relative; min-height: 92vh; padding: 96px 24px 40px; display: grid; place-items: end center; overflow: hidden; }
.hero-photo { position: absolute; inset: 0 18px 32px; border-radius: 0 0 30px 30px; overflow: hidden; background: var(--moss); }
.hero-photo picture, .hero-img { width: 100%; height: 100%; }
.hero-img { object-fit: cover; }
.hero-card { position: relative; z-index: 1; max-width: 1120px; width: 100%; margin: 0 auto; color: #fff; background: rgba(20, 24, 17, .70); border: 1px solid rgba(255,255,255,.22); border-radius: 28px; padding: clamp(26px, 5vw, 56px); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero-card h1 { margin-bottom: 18px; }
.hero-card p { color: rgba(255,255,255,.86); max-width: 690px; }
.hero-card .eyebrow { color: var(--accent-light); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-top: 8px; }
.badges { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 24px; }
.badges span { padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); font-weight: 800; font-size: 13px; }
.why-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 18px; }
.why-grid article, .detail-grid article, .process-grid article { border: 1px solid var(--line); border-radius: 8px; padding: 28px; background: #fff; }
.why-grid article:first-child { background: var(--moss); color: #fff; }
.why-grid article:first-child p { color: rgba(255,255,255,.78); }
.split, .location, .contact-panel, .page-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.split picture, .split img, .page-hero-media picture, .page-hero-media img, .location picture, .location img { width: 100%; border-radius: 28px; overflow: hidden; object-fit: cover; box-shadow: var(--shadow); }
.split ul { list-style: none; padding: 0; margin: 26px 0; display: grid; gap: 10px; }
.split li { font-weight: 840; padding-left: 28px; position: relative; }
.split li::before { content: ""; position: absolute; left: 0; top: 8px; width: 13px; height: 13px; border-radius: 50%; background: var(--accent); }
.service-band { max-width: none; background: var(--accent); padding-left: max(24px, calc((100vw - 1180px) / 2)); padding-right: max(24px, calc((100vw - 1180px) / 2)); }
.service-band .section-head, .service-band .eyebrow, .service-band h2 { color: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 18px 44px rgba(27,42,21,.18); }
.service-card picture, .service-card img { width: 100%; height: 210px; object-fit: cover; }
.service-card div { padding: 22px; }
.service-card a { font-weight: 900; text-decoration: none; color: var(--accent-dark); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.section-head h2 { max-width: 780px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-grid strong { display: block; font-size: 56px; line-height: 1; color: var(--accent); margin-bottom: 28px; }
.location { background: var(--cream); max-width: none; padding-left: max(24px, calc((100vw - 1180px) / 2)); padding-right: max(24px, calc((100vw - 1180px) / 2)); }
.contact-panel { background: var(--moss); color: #fff; max-width: none; padding-left: max(24px, calc((100vw - 1180px) / 2)); padding-right: max(24px, calc((100vw - 1180px) / 2)); }
.contact-panel p, .contact-panel a, .contact-panel .eyebrow { color: rgba(255,255,255,.84); }
.contact-form { background: #fff; border-radius: 8px; padding: 26px; display: grid; gap: 16px; color: var(--ink); }
.contact-form label { display: grid; gap: 7px; font-size: 13px; font-weight: 900; text-transform: uppercase; color: #4d5549; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #cfd6c6; border-radius: 8px; padding: 14px; font: inherit; }
.page-hero { padding-top: 152px; }
.page-hero h1 { color: var(--ink); font-size: clamp(42px, 6vw, 80px); }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 20px; }
.cta-strip { background: var(--cream); max-width: none; padding-left: max(24px, calc((100vw - 1180px) / 2)); padding-right: max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.faq-list { display: grid; gap: 12px; max-width: 900px; }
details { border: 1px solid var(--line); border-radius: 8px; padding: 20px 22px; }
summary { font-weight: 900; cursor: pointer; }
.site-footer { background: var(--ink); color: #fff; padding: 70px 24px 88px; }
.footer-grid, .footer-bottom { max-width: 1180px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; }
.site-footer h2 { color: #fff; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.78); }
.footer-kicker { color: var(--accent-light) !important; text-transform: uppercase; font-size: 12px; font-weight: 900; }
.footer-links { display: grid; gap: 12px; align-content: start; }
.footer-links a { text-decoration: none; font-weight: 820; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.18); margin-top: 46px; padding-top: 22px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; color: rgba(255,255,255,.62); }
.sticky-mobile-cta { display: none; }
@media (min-width: 1024px) {
  .mobile-menu-toggle { display: none !important; }
}
@media (max-width: 1023px) {
  .site-header { top: 10px; }
  .nav-pill { width: calc(100vw - 24px); justify-content: space-between; border-radius: 24px; }
  .nav-links, .nav-cta { display: none; }
  .mobile-menu-toggle { display: block; }
  .mobile-drawer { pointer-events: auto; position: fixed; top: 75px; left: 12px; right: 12px; display: none; padding: 18px; border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
  .mobile-drawer.is-open { display: grid; gap: 15px; }
  .hero { min-height: 88vh; padding-top: 90px; }
  .hero-photo { inset: 0 0 24px; border-radius: 0 0 24px 24px; }
  .why-grid, .split, .location, .contact-panel, .page-hero, .detail-grid, .footer-grid, .process-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section { padding: 62px 18px; }
  .page-hero { padding-top: 126px; }
  .cta-strip { align-items: flex-start; flex-direction: column; }
  .sticky-mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -14px 36px rgba(0,0,0,.18); }
  .sticky-mobile-cta a { min-height: 58px; display: grid; place-items: center; color: #fff; text-decoration: none; font-weight: 930; }
  .sticky-mobile-cta a:first-child { background: var(--accent); }
  .sticky-mobile-cta a:last-child { background: #0a0a0a; }
  body { padding-bottom: 58px; }
}
@media (max-width: 620px) {
  h1 { font-size: 46px; }
  h2 { font-size: 34px; }
  .brand img { width: 118px; }
  .hero-card { border-radius: 20px; padding: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
}
