:root {
  --ink: #1c2a22;
  --cream: #f3f1e8;
  --paper: #fffef9;
  --green: #2d6139;
  --green-dark: #1a452a;
  --lime: #b9e54b;
  --orange: #d96936;
  --line: rgba(28, 42, 34, 0.18);
  --muted: #5c685f;
  --max: 1180px;
  --radius: .65rem;
  --shadow: 0 14px 36px rgba(28, 42, 34, 0.12);
}

@font-face {
  font-family: "Source Sans 3";
  src: url("/assets/fonts/SourceSans3-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 1.15rem; }
h1, h2, h3 { margin: 0; font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif; font-weight: 750; line-height: 1.02; letter-spacing: -.025em; }
h1 { font-size: clamp(3.1rem, 7vw, 6.5rem); }
h2 { font-size: clamp(2.25rem, 4.5vw, 4.25rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.08; }
.wrap { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: .75rem; z-index: 200; padding: .7rem 1rem; background: var(--lime); color: var(--ink); }
.skip-link:focus { left: .75rem; }

.topbar { background: var(--green-dark); color: white; font-size: .82rem; letter-spacing: .04em; }
.topbar .wrap { display: flex; justify-content: space-between; gap: 1rem; padding-block: .55rem; }
.topbar a { text-decoration: none; color: var(--lime); font-weight: 800; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,247,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav-shell { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; font-weight: 900; letter-spacing: -.03em; line-height: 1; }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; border: 3px solid var(--green); }
.brand span { max-width: 165px; }
.nav-links { display: flex; justify-content: center; gap: 1.5rem; }
.nav-links a { position: relative; text-decoration: none; font-size: .95rem; font-weight: 700; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 3px; background: var(--orange); transition: right .2s ease; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { right: 0; }
.menu-button { display: none; border: 0; background: transparent; font: inherit; font-weight: 700; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 48px; padding: .8rem 1.2rem; border: 2px solid var(--ink); border-radius: .25rem; background: var(--lime); color: var(--ink); text-decoration: none; font-size: .9rem; font-weight: 750; transition: background .16s ease, color .16s ease, transform .16s ease; }
.button:hover { transform: translateY(-2px); background: #c8ef69; }
.button.dark { background: var(--green-dark); color: white; border-color: white; }
.text-link { display: inline-block; color: var(--green); text-decoration-thickness: 2px; text-underline-offset: .22em; font-weight: 900; }
.eyebrow { display: flex; align-items: center; gap: .6rem; margin-bottom: 1rem; font-size: .82rem; font-weight: 750; letter-spacing: .04em; }
.eyebrow::before { content: ""; width: 34px; height: 3px; background: var(--orange); }

.hero { position: relative; overflow: hidden; background: var(--green-dark); color: white; min-height: 590px; display: grid; align-items: end; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,24,10,.92) 0%, rgba(7,24,10,.65) 42%, rgba(7,24,10,.08) 74%); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero-content { position: relative; z-index: 2; width: min(760px, 88vw); padding: clamp(3.75rem, 7vw, 5.5rem) 0 3.75rem; }
.hero h1 { font-size: clamp(3rem, 6vw, 5.6rem); }
.hero h1 { text-wrap: balance; }
.hero-copy { max-width: 610px; margin: 1.5rem 0 2rem; font-size: clamp(1rem, 1.7vw, 1.3rem); color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }

.trust-strip { background: var(--lime); border-block: 2px solid var(--ink); }
.trust-strip .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 1.1rem; text-align: center; font-weight: 750; font-size: .9rem; border-right: 1px solid rgba(22,32,25,.35); }
.trust-item:last-child { border-right: 0; }

.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section.cream { background: var(--cream); }
.section.dark { background: var(--green-dark); color: white; }
.section-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(290px, .48fr); gap: 3rem; align-items: end; margin-bottom: 3.25rem; }
.section-intro p { color: var(--muted); font-size: 1.06rem; }
.dark .section-intro p { color: rgba(255,255,255,.7); }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.service-card { position: relative; min-height: 440px; overflow: hidden; border-radius: var(--radius); color: white; box-shadow: var(--shadow); isolation: isolate; }
.service-card:nth-child(1), .service-card:nth-child(4) { grid-column: span 7; }
.service-card:nth-child(2), .service-card:nth-child(3) { grid-column: span 5; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; z-index: -2; }
.service-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(16,48,27,.02) 25%, rgba(18,58,31,.92) 100%); }
.service-card:hover img { transform: scale(1.035); }
.service-card-content { position: absolute; inset: auto 0 0; padding: 2rem; }
.service-card p { max-width: 37rem; color: rgba(255,255,255,.82); }
.service-card a { color: white; text-underline-offset: .28em; font-weight: 900; }

.service-overview-list { display: grid; gap: 0; }
.service-overview { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; padding: 0 0 4.5rem; margin-bottom: 4.5rem; border-bottom: 1px solid var(--line); }
.service-overview:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.service-overview:nth-child(even) .service-overview-media { order: 2; }
.service-overview-media img { width: 100%; height: 390px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.service-overview-copy h2 { margin-bottom: 1rem; }
.service-overview-copy p { color: var(--muted); }
.service-overview-copy .service-lead { color: var(--ink); font-size: 1.15rem; font-weight: 650; }
.overview-list { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem 1.5rem; margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.overview-list li { position: relative; padding-left: 1.35rem; color: #415047; }
.overview-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.overview-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; }

.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.split.reverse { grid-template-columns: minmax(300px, .8fr) minmax(0, 1fr); }
.split-copy { max-width: 590px; }
.split-copy h2 { margin-bottom: 1.5rem; }
.split-media { position: relative; }
.split-media img { width: 100%; min-height: 540px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.split-media::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 3px solid var(--orange); border-radius: var(--radius); z-index: -1; }
.check-list { list-style: none; padding: 0; margin: 1.5rem 0 2rem; }
.check-list li { position: relative; padding: .72rem 0 .72rem 2rem; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 1000; }
.dark .check-list li { border-color: rgba(255,255,255,.16); }
.dark .check-list li::before { color: var(--lime); }

.project-rail { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 1rem; }
.project-rail figure { margin: 0; position: relative; min-height: 460px; overflow: hidden; border-radius: var(--radius); }
.project-rail img { width: 100%; height: 100%; object-fit: cover; }
.project-rail figcaption { position: absolute; inset: auto .8rem .8rem; padding: .7rem .9rem; background: rgba(22,32,25,.9); color: white; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }

.area-band { background: var(--green); color: white; overflow: hidden; }
.area-layout { display: grid; grid-template-columns: 1fr 1.25fr; gap: 4rem; align-items: center; }
.area-links { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.25); }
.area-links a { padding: 1.15rem .4rem; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 1.3rem; font-weight: 700; }
.area-links a:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.25); }
.area-links a:hover { color: var(--lime); padding-left: .9rem; }

.page-hero { position: relative; padding: 1.75rem 0 2rem; background: var(--green-dark); color: white; overflow: hidden; }
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.2rem, 3.8vw, 3.75rem); line-height: 1; }
.page-hero p { max-width: 720px; margin: .65rem 0 0; color: rgba(255,255,255,.82); font-size: 1rem; line-height: 1.45; }
.page-hero-actions { margin-top: 1rem; gap: .75rem; }
.page-hero-actions .button { min-height: 42px; padding: .58rem 1rem; font-size: .84rem; }
.breadcrumb { margin-bottom: .7rem; font-size: .72rem; font-weight: 800; letter-spacing: .04em; color: var(--lime); }
.breadcrumb a { color: white; }

.detail-grid { display: grid; grid-template-columns: 1.2fr .55fr; gap: clamp(2rem, 7vw, 6rem); }
.prose h2 { margin: 3rem 0 1.3rem; font-size: clamp(2rem, 4vw, 3.8rem); }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { font-size: 1.03rem; color: #465047; }
.prose ul { padding-left: 1.1rem; }
.side-card { position: sticky; top: 112px; align-self: start; padding: 1.6rem; border: 2px solid var(--ink); background: var(--lime); box-shadow: 7px 7px 0 var(--ink); }
.side-card h3 { margin-bottom: 1rem; }
.side-card p { color: #344035; }
.side-card .button { width: 100%; margin-top: .6rem; }
.side-card .small { margin: 1.2rem 0 0; font-size: .82rem; }
.zip-row { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1rem 0 0; }
.zip { padding: .35rem .7rem; background: var(--cream); border: 1px solid var(--line); font-size: .82rem; font-weight: 900; letter-spacing: .04em; }

.step-grid { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.step { counter-increment: step; padding: 1.8rem; border-top: 5px solid var(--green); background: white; box-shadow: 0 10px 34px rgba(22,32,25,.08); }
.step::before { content: "0" counter(step); display: block; color: var(--orange); font-size: 1.15rem; font-weight: 800; }
.step h3 { margin: .8rem 0; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: .75rem; }
.gallery-grid figure { margin: 0; min-height: 270px; overflow: hidden; border-radius: .75rem; }
.gallery-grid figure:nth-child(6n+1), .gallery-grid figure:nth-child(6n+4) { grid-column: span 7; }
.gallery-grid figure:nth-child(6n+2), .gallery-grid figure:nth-child(6n+3), .gallery-grid figure:nth-child(6n+5), .gallery-grid figure:nth-child(6n+6) { grid-column: span 5; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-grid figure:hover img { transform: scale(1.025); }

.quote-panel { display: grid; grid-template-columns: .8fr 1.2fr; border: 2px solid var(--ink); box-shadow: var(--shadow); }
.quote-copy { padding: clamp(2rem, 5vw, 4.5rem); background: var(--green-dark); color: white; }
.quote-copy h2 { margin-bottom: 1.5rem; }
.quote-copy p { color: rgba(255,255,255,.72); }
.quote-form { padding: clamp(2rem, 5vw, 4.5rem); background: white; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.field input, .field select, .field textarea { width: 100%; padding: .85rem; border: 1px solid #aab1aa; border-radius: 0; background: #fbfbf8; font: inherit; color: var(--ink); }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(185,229,75,.7); border-color: var(--green); }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 1.2rem 0; }
.faq summary { cursor: pointer; font-size: 1.25rem; font-weight: 700; }
.faq details p { margin: 1rem 0 0; color: var(--muted); }

.cta { position: relative; overflow: hidden; background: var(--lime); border-block: 2px solid var(--ink); }
.cta .wrap { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding-block: clamp(2.5rem, 6vw, 5rem); }
.cta h2 { max-width: 780px; font-size: clamp(2.3rem, 5vw, 5rem); }

.site-footer { background: #143b24; color: white; padding: 4.5rem 0 1.5rem; }
.owner-link { margin-left: 1rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .8fr; gap: 3rem; }
.footer-brand img { width: 90px; height: 90px; object-fit: cover; border-radius: 50%; margin-bottom: 1.2rem; }
.footer-brand p { color: rgba(255,255,255,.62); max-width: 420px; }
.footer-col strong { display: block; margin-bottom: 1rem; color: var(--lime); text-transform: uppercase; font-size: .75rem; letter-spacing: .12em; }
.footer-col a { display: block; width: fit-content; margin: .5rem 0; color: rgba(255,255,255,.78); text-decoration: none; }
.footer-col a:hover { color: white; text-decoration: underline; }
.footer-base { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.5); font-size: .78rem; }

@media (max-width: 900px) {
  .nav-shell { grid-template-columns: 1fr auto; }
  .menu-button { display: block; }
  .nav-cta { display: none; }
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 1.2rem; background: var(--paper); border-bottom: 2px solid var(--ink); flex-direction: column; }
  .nav-links[data-open="true"] { display: flex; }
  .hero { min-height: 560px; }
  .trust-strip .wrap { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(22,32,25,.35); }
  .section-intro, .split, .split.reverse, .area-layout, .detail-grid, .quote-panel, .footer-grid, .service-overview { grid-template-columns: 1fr; }
  .service-overview:nth-child(even) .service-overview-media { order: 0; }
  .service-overview-media img { height: 340px; }
  .service-card:nth-child(n) { grid-column: span 6; }
  .project-rail { grid-template-columns: 1fr 1fr; }
  .project-rail figure:first-child { grid-column: 1 / -1; }
  .split-media { order: -1; }
  .side-card { position: static; }
  .footer-grid { gap: 1.8rem; }
}

@media (max-width: 620px) {
  .topbar .wrap { justify-content: center; }
  .topbar span:first-child { display: none; }
  .brand span { font-size: .9rem; }
  .hero { min-height: 520px; }
  .hero-content { padding: 3.25rem 0 3rem; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4.15rem); }
  .page-hero { padding: 1.4rem 0 1.6rem; }
  .page-hero h1 { font-size: clamp(2.05rem, 10vw, 2.8rem); }
  .page-hero p { margin-top: .55rem; font-size: .96rem; }
  .page-hero-actions { margin-top: .85rem; gap: .55rem; }
  .page-hero .hero-actions .button { width: 100%; }
  .hero-actions .button { width: 100%; }
  .service-card:nth-child(n) { grid-column: 1 / -1; min-height: 390px; }
  .project-rail, .step-grid, .form-grid, .overview-list { grid-template-columns: 1fr; }
  .service-overview { gap: 1.5rem; padding-bottom: 3rem; margin-bottom: 3rem; }
  .service-overview-media img { height: 280px; }
  .project-rail figure:first-child { grid-column: auto; }
  .project-rail figure { min-height: 380px; }
  .area-links { grid-template-columns: 1fr; }
  .area-links a:nth-child(odd) { border-right: 0; }
  .gallery-grid figure:nth-child(n) { grid-column: 1 / -1; min-height: 330px; }
  .cta .wrap { grid-template-columns: 1fr; }
  .cta .button { width: 100%; }
  .owner-link { display: block; margin: 1.25rem 0 0; }
  .footer-base { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
