:root {
  --ink: #101b13;
  --text: #172318;
  --muted: #637064;
  --paper: #fbf8ed;
  --soft: #eef3e4;
  --white: #fff;
  --green: #17472b;
  --leaf: #69a84f;
  --gold: #d9b45f;
  --clay: #b66f3c;
  --line: rgba(23, 35, 24, .14);
  --shadow: 0 24px 80px rgba(16, 27, 19, .16);
  --radius: 8px;
  --bg-drift: 0px;
  --bg-drift-front: 0px;
  --touch-drift-x: 0px;
  --touch-drift-y: 0px;
  --grass-sway: 0deg;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, a, span, strong, article, section, div { min-width: 0; }
h1, h2, h3, p { overflow-wrap: break-word; }
.site-header { position: sticky; top: 0; z-index: 50; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px clamp(16px, 4vw, 56px); background: rgba(16, 27, 19, .94); border-bottom: 1px solid rgba(217, 180, 95, .25); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; padding: 7px 14px 7px 10px; border-radius: var(--radius); background: #fffdf3; border: 1px solid rgba(217, 180, 95, .48); box-shadow: 0 10px 24px rgba(16,27,19,.16); }
.brand-mark { width: 78px; height: 46px; object-fit: contain; flex: 0 0 auto; }
.brand-text { display: grid; gap: 0; line-height: 1; color: var(--green); text-transform: uppercase; letter-spacing: .08em; }
.brand-text strong { font-family: Georgia, serif; font-size: 1.22rem; letter-spacing: .06em; }
.brand-text span { color: #6a8e2c; font-size: .72rem; font-weight: 950; letter-spacing: .22em; }
.brand-text small { color: #315136; font-size: .53rem; font-weight: 950; letter-spacing: .12em; }
.nav-links { display: flex; gap: 24px; color: rgba(255,255,255,.76); font-size: 14px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.nav-links a:hover { color: var(--gold); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.phone-link { color: #f4dfaa; font-weight: 950; white-space: nowrap; }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: var(--radius); padding: 0 20px; font-size: 14px; font-weight: 950; text-transform: uppercase; letter-spacing: .035em; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(16, 27, 19, .18); }
.btn.primary, .btn.small { background: var(--gold); color: #132016; border-color: var(--gold); }
.btn.secondary { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.28); }
.btn.light { background: #fff8df; color: #132016; border-color: #fff8df; }
.btn.ghost { color: #fff; border-color: rgba(255,255,255,.44); background: transparent; }
.btn.small { min-height: 42px; padding: 0 15px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); background: transparent; position: relative; }
.menu-toggle span, .menu-toggle:before, .menu-toggle:after { content: ""; position: absolute; left: 12px; right: 12px; height: 2px; border-radius: 999px; background: #fff; }
.menu-toggle span { top: 22px; }
.menu-toggle:before { top: 15px; }
.menu-toggle:after { top: 29px; }
.mobile-menu { display: none; }
.hero { position: relative; isolation: isolate; min-height: calc(100svh - 74px); display: grid; grid-template-columns: minmax(0, .96fr) minmax(360px, 1.04fr); align-items: center; gap: clamp(30px, 5vw, 70px); padding: clamp(42px, 7vw, 90px) clamp(16px, 5vw, 76px); background: radial-gradient(circle at 78% 10%, rgba(217,180,95,.16), transparent 34%), linear-gradient(135deg, #102015, #1d3924 62%, #6f8d56); color: #fff; overflow: hidden; }
.hero > *:not(.landscape-motion) { position: relative; z-index: 1; }
.landscape-motion { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; opacity: .72; }
.landscape-motion:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 86%, rgba(105,168,79,.22), transparent 28%), radial-gradient(circle at 70% 18%, rgba(217,180,95,.14), transparent 26%); transform: translate3d(var(--touch-drift-x), var(--touch-drift-y), 0); transition: transform .16s ease-out; }
.ridge { position: absolute; left: -8%; right: -8%; bottom: -8px; height: 34%; background: rgba(105,168,79,.22); clip-path: polygon(0 70%, 12% 50%, 24% 68%, 38% 36%, 53% 64%, 68% 42%, 82% 62%, 100% 34%, 100% 100%, 0 100%); transform: translate3d(var(--touch-drift-x), var(--bg-drift), 0); transition: transform .12s ease-out; }
.ridge-back { bottom: 42px; height: 30%; background: rgba(217,180,95,.12); filter: blur(.2px); }
.ridge-front { background: rgba(14,69,37,.55); transform: translate3d(var(--touch-drift-x), var(--bg-drift-front), 0); }
.grass-field { position: absolute; left: -4%; right: -4%; bottom: -2px; height: 118px; transform: translate3d(var(--touch-drift-x), 0, 0); }
.grass-field i { position: absolute; left: var(--x); bottom: 0; width: 3px; height: var(--h); border-radius: 999px 999px 0 0; background: linear-gradient(#9cca55, #1f5c35); transform-origin: 50% 100%; transform: rotate(var(--grass-sway)); animation: grassWave 3.4s ease-in-out infinite; animation-delay: var(--d); opacity: .78; }
.grass-field i:nth-child(3n) { width: 4px; background: linear-gradient(#d9b45f, #2f6b3c); opacity: .55; }
.grass-field i:nth-child(4n) { opacity: .48; }
@keyframes grassWave {
  0%, 100% { transform: rotate(var(--grass-sway)); }
  50% { transform: rotate(5deg); }
}
.hero h1, .subhero h1, .detail-hero h1, .contact-hero h1 { margin: 0; font-size: clamp(3rem, 7vw, 6.9rem); line-height: .94; letter-spacing: 0; max-width: 10ch; text-wrap: balance; }
.hero p, .subhero p, .detail-hero p, .contact-hero p { color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 2vw, 1.32rem); max-width: 690px; }
.eyebrow { display: inline-flex; margin-bottom: 16px; color: var(--clay); font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 950; }
.hero .eyebrow, .dark .eyebrow, .cta-band .eyebrow, .subhero .eyebrow, .detail-hero .eyebrow, .contact-hero .eyebrow { color: #f5d98d; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 34px; max-width: 760px; }
.trust-row span { min-height: 76px; display: flex; align-items: center; padding: 14px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.08); color: rgba(255,255,255,.88); font-weight: 850; }
.hero-visual { position: relative; min-height: 620px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.hero-visual img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.hero-visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,27,19,.8), transparent 55%); }
.hero-badge { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 2; padding: 20px; border-radius: var(--radius); background: rgba(255,255,255,.9); color: var(--text); backdrop-filter: blur(14px); }
.hero-badge strong { display: block; font-size: clamp(1.45rem, 3vw, 2.4rem); line-height: 1; }
.hero-badge span { display: block; color: var(--muted); margin-top: 8px; }
.service-ribbon { display: flex; flex-wrap: wrap; gap: 10px; padding: 18px clamp(16px, 5vw, 76px); background: #f6efd8; border-bottom: 1px solid var(--line); }
.service-ribbon span, .pill { display: inline-flex; padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--green); font-weight: 900; }
.section { padding: clamp(64px, 9vw, 120px) clamp(16px, 5vw, 76px); }
.section.soft { background: var(--soft); }
.section.dark { background: var(--ink); color: #fff; }
.section-head { max-width: 900px; margin-bottom: 34px; }
.section h2, .dark h2, .cta-band h2, .estimate-card h2 { margin: 0 0 14px; font-size: clamp(2.2rem, 5vw, 5.2rem); line-height: 1; letter-spacing: 0; text-wrap: balance; }
.section-head p, .two-col p, .service-card p, .area-card p, .process-grid p, .faq-list p, .stacked-list p { color: var(--muted); font-size: 1.03rem; }
.dark p, .dark .stacked-list p { color: rgba(255,255,255,.72); }
.card-grid { display: grid; gap: 16px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card, .area-card, .process-grid article, .estimate-card { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.76); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.service-card:hover, .area-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(105,168,79,.5); }
.service-card img { width: 100%; height: 230px; object-fit: cover; }
.service-card span, .area-card span { display: block; padding: 20px 20px 0; color: var(--clay); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 950; }
.service-card h3, .area-card h3 { margin: 8px 20px 0; font-size: clamp(1.35rem, 2.2vw, 1.9rem); line-height: 1.05; }
.service-card p, .area-card p { margin: 10px 20px 22px; }
.before-after-section { background: #f7f1dc; }
.before-after-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ba-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; box-shadow: var(--shadow); }
.ba-frame { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #0b130d; }
.ba-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-before { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.ba-line { position: absolute; top: 0; bottom: 0; left: var(--position); width: 2px; background: #fff; transform: translateX(-1px); box-shadow: 0 0 0 1px rgba(16,27,19,.24); pointer-events: none; }
.ba-line:after { content: ""; position: absolute; left: 50%; top: 50%; width: 42px; height: 42px; border-radius: 999px; transform: translate(-50%, -50%); background: #fff8df; border: 2px solid var(--gold); box-shadow: 0 10px 28px rgba(16,27,19,.28); }
.ba-label { position: absolute; top: 12px; z-index: 2; padding: 7px 10px; border-radius: 999px; background: rgba(16,27,19,.78); color: #fff; font-size: .74rem; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.ba-label-before { left: 12px; }
.ba-label-after { right: 12px; }
.ba-range { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.ba-caption { padding: 16px 18px 18px; }
.ba-caption h3 { margin: 0; font-size: 1.25rem; line-height: 1.05; }
.split, .two-col { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(28px, 6vw, 76px); align-items: start; }
.stacked-list { display: grid; gap: 12px; }
.stacked-list article, .feature-panel, .faq-list details { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.08); padding: 22px; }
.stacked-list strong { font-size: 1.25rem; }
.feature-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-panel { padding: 0; overflow: hidden; background: #fff; }
.feature-panel img { width: 100%; height: 340px; object-fit: cover; }
.feature-panel div { padding: 24px; }
.feature-panel h3 { margin: 0 0 10px; font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.05; }
.pill-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.process-grid article { padding: 22px; }
.process-grid span { color: var(--clay); font-weight: 950; }
.process-grid h3 { margin: 16px 0 8px; font-size: 1.35rem; }
.faq-list { display: grid; gap: 10px; max-width: 980px; }
.faq-list details { background: #fff; padding: 18px 20px; }
.faq-list summary { cursor: pointer; font-size: 1.08rem; font-weight: 950; }
.faq-list p { margin: 12px 0 0; }
.cta-band { margin: 0 clamp(16px, 5vw, 76px) clamp(64px, 9vw, 96px); padding: clamp(28px, 5vw, 56px); border-radius: var(--radius); background: linear-gradient(135deg, #17472b, #2f6b3c 58%, #b66f3c); color: #fff; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; }
.cta-band p { color: rgba(255,255,255,.76); max-width: 720px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.subhero { padding: clamp(82px, 12vw, 150px) clamp(16px, 5vw, 76px) 58px; background: var(--ink); color: #fff; }
.subhero h1 { max-width: 13ch; }
.detail-hero, .contact-hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .85fr); gap: clamp(28px, 5vw, 62px); align-items: center; padding: clamp(70px, 10vw, 130px) clamp(16px, 5vw, 76px); background: var(--ink); color: #fff; }
.detail-hero h1, .contact-hero h1 { max-width: 12ch; }
.detail-hero img { width: 100%; height: min(68vh, 620px); object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.check-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; margin: 0; }
.check-list li { position: relative; padding: 15px 15px 15px 44px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--text); font-weight: 800; }
.check-list li:before { content: ""; position: absolute; left: 16px; top: 20px; width: 13px; height: 13px; border-radius: 50%; background: var(--leaf); box-shadow: inset 0 0 0 4px #dcebd3; }
.area-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.area-card { padding: 4px 0 8px; min-height: 230px; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: clamp(54px, 8vw, 90px) clamp(16px, 5vw, 76px); }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.gallery-grid img { width: 100%; height: 430px; object-fit: cover; }
.gallery-grid figcaption { position: absolute; left: 14px; bottom: 14px; padding: 9px 12px; border-radius: var(--radius); background: rgba(255,255,255,.92); color: var(--text); font-weight: 950; }
.estimate-card { padding: clamp(22px, 4vw, 36px); background: #fff; color: var(--text); box-shadow: var(--shadow); }
.estimate-card h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.footer { display: flex; justify-content: space-between; gap: 30px; padding: 36px clamp(16px, 5vw, 76px); background: #0b130d; color: #fff; }
.footer .brand { width: fit-content; }
.footer p { color: rgba(255,255,255,.66); max-width: 480px; }
.footer-grid { display: grid; grid-template-columns: repeat(2, max-content); gap: 10px 24px; color: rgba(255,255,255,.78); }
.mobile-sticky { display: none; opacity: 0; transform: translateY(18px); pointer-events: none; }
.reveal { opacity: 1; transform: none; transition: transform .35s cubic-bezier(.22,1,.36,1); }
.reveal.in { opacity: 1; transform: none; }
@media (max-width: 1040px) {
  .nav-links, .nav-actions { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; inset: 76px 16px auto; z-index: 49; display: grid; gap: 6px; padding: 10px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; visibility: hidden; pointer-events: none; transition: .18s ease; }
  body.menu-open .mobile-menu { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .mobile-menu a { padding: 14px; border-radius: var(--radius); color: var(--green); font-weight: 950; }
  .hero, .detail-hero, .contact-hero, .split, .two-col, .cta-band { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual, .hero-visual img { min-height: 420px; }
  .card-grid.three, .process-grid, .area-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .before-after-grid { grid-template-columns: 1fr; }
  .cta-actions { justify-content: flex-start; }
}
@media (max-width: 640px) {
  .site-header { min-height: 68px; padding: 10px 12px; }
  .brand { gap: 8px; padding: 7px 10px 7px 8px; }
  .brand-mark { width: 62px; height: 39px; }
  .brand-text strong { font-size: .98rem; }
  .brand-text span { font-size: .58rem; letter-spacing: .16em; }
  .brand-text small { font-size: .48rem; }
  .hero { padding: 36px 12px 48px; gap: 24px; }
  .hero h1, .subhero h1, .detail-hero h1, .contact-hero h1 { font-size: clamp(2.45rem, 11vw, 3.4rem); max-width: 9ch; }
  .hero p, .subhero p, .detail-hero p, .contact-hero p { font-size: 1rem; line-height: 1.5; }
  .hero-actions, .cta-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .trust-row, .card-grid.three, .process-grid, .area-grid, .feature-layout, .check-list, .gallery-grid, .before-after-grid { grid-template-columns: 1fr; }
  .trust-row span { min-height: 64px; }
  .section, .subhero, .detail-hero, .contact-hero { padding-left: 12px; padding-right: 12px; }
  .section h2, .dark h2, .cta-band h2 { font-size: clamp(2rem, 8.7vw, 2.75rem); }
  .service-card img, .feature-panel img, .gallery-grid img { height: 260px; }
  .ba-frame { aspect-ratio: 1 / 1; }
  .hero-visual, .hero-visual img { min-height: 360px; }
  .cta-band { margin-left: 12px; margin-right: 12px; margin-bottom: 78px; }
  .footer { display: grid; padding-bottom: 92px; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-sticky { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; display: flex; box-shadow: var(--shadow); transition: opacity .22s ease, transform .22s ease; }
  body.show-mobile-sticky .mobile-sticky { opacity: 1; transform: translateY(0); pointer-events: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .landscape-motion { display: none; }
}