:root {
  --green: #12b928;
  --green-dark: #087a1a;
  --green-soft: #eafbea;
  --lime: #74ee20;
  --ink: #0a0e0b;
  --charcoal: #141a16;
  --muted: #5d675f;
  --line: #dfe5e0;
  --paper: #ffffff;
  --wash: #f4f7f4;
  --shadow: 0 20px 50px rgba(10, 26, 14, 0.12);
  --radius: 20px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 12px; color: var(--green-dark); font-size: 0.82rem; font-weight: 850; letter-spacing: 0.16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow::before { width: 30px; height: 3px; background: var(--green); content: ""; }
.eyebrow.light { color: #a8ff9f; }
.eyebrow.light::before { background: var(--lime); }
h1, h2, h3 { margin: 0; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-weight: 800; letter-spacing: 0.005em; line-height: 1.15; overflow-wrap: break-word; }
h1 { font-size: clamp(2.8rem, 7vw, 5.8rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.7rem); }
h3 { font-size: 1.45rem; }
p { margin: 0; }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.section { padding: 88px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-head p { max-width: 600px; }
.section-title { max-width: 760px; }
.accent { color: var(--green); }
.topbar { color: #dce7df; background: #071009; font-size: 0.88rem; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; min-height: 38px; gap: 18px; }
.topbar strong { color: #fff; }
.topbar a { color: #a8ff9f; font-weight: 750; }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(18,185,40,.14); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.header-row { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 22px; }
.brand { position: relative; display: block; flex: 0 0 196px; width: 196px; height: 72px; overflow: hidden; }
.brand img { position: absolute; top: 50%; left: 50%; width: 238px; max-width: none; transform: translate(-50%, -52%); }
.nav { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.nav a { padding: 11px 12px; border-radius: 10px; color: #263129; font-size: .94rem; font-weight: 750; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--green-dark); background: var(--green-soft); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 2px solid transparent; border-radius: 12px; background: var(--green); color: #041005; font-weight: 900; line-height: 1.1; text-align: center; box-shadow: 0 10px 24px rgba(18,185,40,.22); transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease; }
.button:hover { transform: translateY(-2px); background: var(--lime); box-shadow: 0 14px 28px rgba(18,185,40,.28); }
.button.dark { background: #0b0f0c; color: #fff; box-shadow: none; }
.button.dark:hover { background: #202822; }
.button.outline { border-color: currentColor; background: transparent; color: var(--green-dark); box-shadow: none; }
.button.outline:hover { background: var(--green-soft); }
.button.white { background: #fff; color: var(--ink); box-shadow: none; }
.button.small { min-height: 42px; padding-inline: 16px; font-size: .9rem; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 10px; background: var(--ink); color: #fff; font-size: 1.35rem; }
.hero { position: relative; min-height: 670px; display: grid; align-items: center; overflow: hidden; color: #fff; background: linear-gradient(90deg,rgba(5,12,6,.94) 0%,rgba(5,12,6,.80) 38%,rgba(5,12,6,.27) 72%,rgba(5,12,6,.18) 100%), url("assets/hero-house.jpg") center 53% / cover no-repeat; }
.hero::after { position: absolute; inset: auto 0 0; height: 9px; background: linear-gradient(90deg,var(--green),var(--lime),var(--green)); content: ""; }
.hero-content { position: relative; z-index: 2; max-width: 760px; padding: 82px 0 94px; }
.hero h1 { max-width: 800px; text-shadow: 0 4px 28px rgba(0,0,0,.35); }
.hero .hero-sub { max-width: 670px; margin-top: 22px; color: #edf4ee; font-size: clamp(1.08rem,2vw,1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 28px; color: #dce7df; font-size: .94rem; font-weight: 750; }
.hero-points span::before { margin-right: 8px; color: var(--lime); content: "✓"; font-weight: 1000; }
.trust-strip { position: relative; z-index: 3; margin-top: -28px; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.trust-item { padding: 24px 25px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; margin-bottom: 3px; font-size: 1.04rem; }
.trust-item span { color: var(--muted); font-size: .9rem; }
.offer { overflow: hidden; border: 1px solid rgba(116,238,32,.34); border-radius: 26px; background: radial-gradient(circle at 85% 20%,rgba(116,238,32,.18),transparent 30%),linear-gradient(135deg,#081009 0%,#142219 100%); color: #fff; box-shadow: var(--shadow); }
.offer-grid { display: grid; grid-template-columns: 1.4fr .8fr; align-items: center; gap: 40px; padding: 48px; }
.offer h2 { max-width: 760px; }
.offer p { max-width: 720px; margin-top: 16px; color: #ccd8cf; font-size: 1.08rem; }
.offer-list { display: grid; gap: 12px; margin-top: 22px; padding: 0; list-style: none; }
.offer-list li { display: flex; gap: 10px; color: #eff8f0; font-weight: 700; }
.offer-list li::before { color: var(--lime); content: "✓"; font-weight: 1000; }
.offer-action { display: grid; gap: 12px; }
.offer-action small { color: #afbeb2; text-align: center; }
.service-triad { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-pillar { position: relative; min-height: 420px; display: flex; overflow: hidden; align-items: end; border-radius: var(--radius); color: #fff; box-shadow: var(--shadow); }
.service-pillar::before { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 28%,rgba(4,10,5,.92) 90%); content: ""; }
.service-pillar.mowing { background: url("assets/striped-lawn.jpeg") center / cover; }
.service-pillar.landscaping { background: url("assets/mulch-bed.jpg") center / cover; }
.service-pillar.snow { background: linear-gradient(145deg,#0d1a21 0%,#24495e 52%,#e8f5fb 180%); }
.snow-art { position: absolute; inset: 0; background: radial-gradient(circle at 15% 20%,rgba(255,255,255,.9) 0 3px,transparent 4px),radial-gradient(circle at 72% 16%,rgba(255,255,255,.8) 0 4px,transparent 5px),radial-gradient(circle at 40% 41%,rgba(255,255,255,.65) 0 2px,transparent 3px),radial-gradient(circle at 82% 48%,rgba(255,255,255,.75) 0 3px,transparent 4px),radial-gradient(ellipse at bottom,#f5fbff 0 18%,transparent 19%); }
.snow-symbol { position: absolute; top: 58px; right: 42px; color: rgba(255,255,255,.86); font-size: 7rem; line-height: 1; }
.pillar-content { position: relative; z-index: 2; width: 100%; padding: 30px; }
.pillar-kicker { color: #b8ffac; font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.pillar-content h3 { margin-top: 8px; font-size: 2rem; }
.pillar-content p { margin-top: 10px; color: #dbe7dd; }
.pillar-content a { display: inline-flex; margin-top: 16px; color: #a8ff9f; font-weight: 850; }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.photo-stack { position: relative; min-height: 520px; }
.photo-main { width: 86%; height: 455px; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); }
.photo-main img, .photo-float img { width: 100%; height: 100%; object-fit: cover; }
.photo-float { position: absolute; right: 0; bottom: 0; width: 56%; height: 250px; overflow: hidden; border: 9px solid #fff; border-radius: 22px; box-shadow: var(--shadow); }
.value-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.value-card { padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.value-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 12px; border-radius: 10px; background: var(--green-soft); color: var(--green-dark); font-weight: 1000; }
.value-card strong { display: block; margin-bottom: 4px; }
.value-card p { color: var(--muted); font-size: .93rem; }
.work-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 16px; }
.work-card { position: relative; min-height: 350px; overflow: hidden; border-radius: 18px; margin: 0; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; }
.work-card:hover img { transform: scale(1.035); }
.work-label { position: absolute; left: 16px; bottom: 16px; padding: 8px 12px; border-radius: 9px; background: rgba(7,16,9,.9); color: #fff; font-size: .84rem; font-weight: 900; }
.gallery-intro { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.gallery-intro .lead { max-width: 610px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 230px; grid-auto-flow: dense; gap: 16px; }
.gallery-card { position: relative; grid-column: span 4; grid-row: span 2; overflow: hidden; margin: 0; border-radius: 20px; background: #dfe5e0; box-shadow: 0 14px 35px rgba(10,26,14,.1); }
.gallery-card.wide { grid-column: span 8; }
.gallery-card.short { grid-row: span 1; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card figcaption { position: absolute; inset: auto 0 0; padding: 36px 20px 17px; background: linear-gradient(transparent,rgba(4,10,5,.88)); color: #fff; font-weight: 900; }
.gallery-note { margin-top: 26px; padding: 20px 22px; border-left: 4px solid var(--green); border-radius: 0 12px 12px 0; background: var(--green-soft); color: #234029; }
.areas { position: relative; overflow: hidden; color: #fff; background: #071009; }
.areas::before { position: absolute; inset: 0; opacity: .13; background: url("assets/commercial-lawn.jpg") center / cover; content: ""; }
.areas .container { position: relative; z-index: 2; }
.area-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.area-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.area-chip { padding: 17px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(255,255,255,.08); font-weight: 800; }
.area-chip::before { margin-right: 8px; color: var(--lime); content: "●"; font-size: .7rem; }
.reviews-section { background: var(--wash); }
.five-star-banner { position: relative; overflow: hidden; padding: 48px 32px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.five-star-banner::after { position: absolute; inset: auto 0 0; height: 7px; background: linear-gradient(90deg,#4285f4 0 25%,#ea4335 25% 50%,#fbbc05 50% 75%,#34a853 75%); content: ""; }
.google-label { color: #303134; font-size: 1.05rem; font-weight: 850; }
.five-star-banner h2 { margin-top: 8px; font-size: clamp(2.4rem,5vw,4.2rem); }
.rating-row { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 18px; }
.rating-row strong { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-weight: 800; font-size: 4.6rem; line-height: 1.1; }
.review-stars { color: #f9ab00; font-size: clamp(1.3rem,3vw,1.8rem); letter-spacing: .08em; white-space: nowrap; }
.five-star-banner p { margin-top: 10px; color: var(--muted); }
.cta-band { background: linear-gradient(100deg,#12a824,#75ed22); color: #041005; }
.cta-row { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 42px 0; }
.cta-row h2 { font-size: clamp(2rem,4vw,3.3rem); }
.cta-row p { margin-top: 7px; font-weight: 700; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; flex: 0 0 auto; }

/* Reference-led homepage */
.home-page h1, .home-page h2, .home-page h3 { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; letter-spacing: 0.005em; }
.home-page .site-header { position: sticky; border-bottom-color: #e5e9e6; background: rgba(255,255,255,.98); }
.home-page .header-row { min-height: 96px; gap: 18px; }
.home-page .brand { flex-basis: 178px; width: 178px; height: 80px; }
.home-page .brand img { width: 218px; transform: translate(-50%,-52%); }
.home-page .nav { gap: 2px; }
.home-page .nav a { padding: 10px 11px; border-radius: 0; font-size: .9rem; }
.home-page .nav a:hover, .home-page .nav a[aria-current="page"] { background: transparent; box-shadow: inset 0 -3px var(--green); }
.home-page .header-actions { gap: 9px; }
.home-page .button { border-radius: 8px; }

.home-hero { position: relative; min-height: 505px; display: grid; overflow: hidden; align-items: center; color: #fff; background: linear-gradient(90deg,rgba(2,9,4,.94) 0%,rgba(2,9,4,.82) 37%,rgba(2,9,4,.36) 68%,rgba(2,9,4,.16) 100%),url("assets/hero-house.jpg") center 58% / cover no-repeat; }
.home-hero::after { position: absolute; inset: auto 0 0; height: 5px; background: var(--green); content: ""; }
.home-hero-inner { position: relative; min-height: 505px; display: flex; align-items: center; }
.home-hero-copy { position: relative; z-index: 2; width: min(710px,65%); padding: 50px 0 54px; }
.home-kicker { margin-bottom: 13px; color: #fff; font-size: .82rem; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.home-hero h1 { font-size: clamp(3rem,5.1vw,4.75rem); font-weight: 800; line-height: 1.12; text-shadow: 0 3px 18px rgba(0,0,0,.35); }
.home-hero h1 span { color: #1fd234; }
.home-service-line { margin-top: 19px; color: #f0f5f1; font-size: clamp(.98rem,1.5vw,1.13rem); font-weight: 700; }
.home-service-line b { padding-inline: 4px; color: var(--green); }
.home-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.home-hero-actions .button { min-height: 50px; box-shadow: 0 8px 20px rgba(0,0,0,.22); }
.home-domain { display: inline-flex; margin-top: 18px; color: #e8f2e9; font-size: .92rem; font-weight: 750; }
.home-domain:hover { color: #a8ff9f; }
.home-hero-signoff { position: absolute; right: 1%; bottom: 34px; z-index: 2; margin: 0; color: #fff; font-family: "Segoe Script", "Brush Script MT", cursive; font-size: clamp(1.5rem,2.8vw,2.35rem); font-style: italic; line-height: 1.1; text-align: center; text-shadow: 0 3px 16px rgba(0,0,0,.6); transform: rotate(-5deg); }
.home-hero-signoff strong { color: #b6ff78; font: inherit; }

.home-services { padding: 24px 0 28px; background: #f5f7f5; }
.home-service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.home-service-card { min-height: 245px; display: flex; align-items: center; flex-direction: column; padding: 27px 22px 23px; border: 1px solid #e2e7e3; border-radius: 10px; background: #fff; box-shadow: 0 9px 24px rgba(12,32,17,.08); text-align: center; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.home-service-card:hover { transform: translateY(-4px); border-color: rgba(18,185,40,.42); box-shadow: 0 14px 30px rgba(12,32,17,.13); }
.home-service-card svg { width: 52px; height: 52px; margin-bottom: 12px; fill: none; stroke: var(--green-dark); stroke-linecap: round; stroke-linejoin: round; stroke-width: 4; }
.home-service-card h2 { font-size: 1.27rem; font-weight: 900; }
.home-service-card p { margin-top: 8px; color: var(--muted); font-size: .9rem; line-height: 1.48; }
.home-service-card span { margin-top: auto; padding-top: 12px; color: var(--green-dark); font-size: .87rem; font-weight: 900; }

.home-why { padding: 49px 0 45px; background: #eef2ef; }
.home-section-heading h2 { font-size: clamp(2rem,3.3vw,2.65rem); font-weight: 800; line-height: 1.15; }
.home-section-heading.centered { max-width: 760px; margin: 0 auto 28px; text-align: center; }
.home-section-heading.centered h2::after { width: 56px; height: 3px; display: block; margin: 13px auto 0; background: var(--green); content: ""; }
.home-section-heading.centered p { margin-top: 12px; color: var(--muted); }
.home-section-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.home-section-heading.split > div > p { margin-bottom: 3px; color: var(--green-dark); font-size: .84rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.home-value-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.home-value-card { display: grid; grid-template-columns: 44px 1fr; gap: 13px; padding: 22px 19px; border: 1px solid #dde3de; border-radius: 9px; background: #fff; box-shadow: 0 7px 18px rgba(12,32,17,.055); }
.home-value-card svg { width: 38px; height: 38px; fill: none; stroke: var(--green-dark); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.4; }
.home-value-card h3 { font-size: 1rem; font-weight: 900; line-height: 1.2; }
.home-value-card p { margin-top: 7px; color: var(--muted); font-size: .86rem; line-height: 1.42; }

.home-work { padding: 48px 0 43px; background: #fff; }
.home-work-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.home-work-grid figure { position: relative; aspect-ratio: .88; overflow: hidden; margin: 0; border-radius: 8px; background: #dfe5e0; }
.home-work-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.home-work-grid figure:first-child img { object-position: 57% center; }
.home-work-grid figure:last-child img { object-position: center 55%; }
.home-work-grid figure:hover img { transform: scale(1.035); }
.home-work-grid figcaption { position: absolute; inset: auto 0 0; padding: 35px 13px 11px; background: linear-gradient(transparent,rgba(3,10,5,.88)); color: #fff; font-size: .8rem; font-weight: 900; }

.home-reviews { padding: 13px 0 46px; background: #fff; }
.home-rating-card { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 28px 32px; border: 1px solid #dfe5e0; border-left: 6px solid var(--green); border-radius: 10px; background: #f8faf8; }
.home-rating-card > div:first-child > p { margin-bottom: 3px; color: var(--green-dark); font-size: .82rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.home-rating-card h2 { font-size: clamp(1.85rem,3.4vw,2.55rem); font-weight: 950; }
.home-rating-score { display: grid; grid-template-columns: auto auto; align-items: center; gap: 0 14px; flex: 0 0 auto; text-align: right; }
.home-stars { color: #f4b400; font-size: clamp(1.35rem,2.5vw,1.8rem); letter-spacing: .08em; white-space: nowrap; }
.home-rating-score strong { grid-row: span 2; color: #101611; font-size: 2.8rem; line-height: 1; }
.home-rating-score small { color: var(--muted); font-size: .8rem; font-weight: 700; }

.home-areas { position: relative; overflow: hidden; padding: 54px 0; color: #fff; background: linear-gradient(90deg,rgba(3,12,6,.94),rgba(3,12,6,.79)),url("assets/commercial-lawn.jpg") center 47% / cover no-repeat; }
.home-areas::after { position: absolute; inset: auto 0 0; height: 4px; background: var(--green); content: ""; }
.home-area-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.home-area-grid > div:first-child > p { font-size: .9rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.home-area-grid h2 { margin-top: 2px; color: #25da39; font-size: clamp(2.45rem,4vw,3.55rem); font-weight: 950; }
.home-area-copy { padding-left: 38px; border-left: 1px solid rgba(255,255,255,.3); }
.home-area-copy strong { display: block; margin-bottom: 8px; font-size: .95rem; }
.home-area-copy p { font-size: clamp(1.05rem,2vw,1.25rem); font-weight: 850; }
.home-area-copy p span { padding-inline: 8px; color: var(--green); }
.home-area-copy small { display: block; margin-top: 8px; color: #c9d7cc; font-size: .83rem; }

.home-cta { color: #041005; background: linear-gradient(90deg,rgba(40,203,30,.9),rgba(129,238,44,.88)),url("assets/striped-lawn.jpeg") center 58% / cover no-repeat; }
.home-cta .cta-row { padding: 35px 0; }
.home-cta .cta-row h2 { font-size: clamp(1.75rem,3.3vw,2.6rem); font-weight: 800; letter-spacing: 0.005em; }
.home-cta .cta-row p { margin-top: 4px; }
.home-cta .button.white { border: 1px solid rgba(0,0,0,.1); }

.home-footer { padding-top: 34px; }
.home-footer-main { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.home-footer-brand { display: flex; align-items: center; gap: 20px; }
.home-footer-brand p { color: #aab7ad; font-size: .88rem; line-height: 1.5; }
.home-footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px 21px; color: #cbd5cd; font-size: .85rem; font-weight: 750; }
.home-footer-nav a:hover { color: #a8ff9f; }
.home-footer .copyright { margin-top: 30px; }

.page-hero { position: relative; overflow: hidden; padding: 100px 0 88px; color: #fff; background: radial-gradient(circle at 85% 20%,rgba(116,238,32,.22),transparent 26%),linear-gradient(130deg,#071009 0%,#17251b 100%); }
.page-hero::after { position: absolute; inset: auto 0 0; height: 7px; background: var(--green); content: ""; }
.page-hero h1 { max-width: 900px; font-size: clamp(3rem,7vw,5.5rem); }
.page-hero p { max-width: 720px; margin-top: 20px; color: #d9e3db; font-size: 1.2rem; }
.breadcrumb { margin-bottom: 18px; color: #b9c8bc; font-size: .92rem; font-weight: 750; }
.breadcrumb a { color: #a8ff9f; }
.services-detail { display: grid; gap: 24px; }
.detail-card { display: grid; grid-template-columns: .75fr 1.25fr; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 14px 38px rgba(10,26,14,.07); }
.detail-media { min-height: 330px; }
.detail-media img { width: 100%; height: 100%; object-fit: cover; }
.detail-media.snow-media { display: grid; place-items: center; background: linear-gradient(145deg,#102934,#518099); color: #fff; font-size: 8rem; }
.detail-body { padding: 38px; }
.detail-body h2 { font-size: 2.5rem; }
.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; margin: 22px 0 0; padding: 0; list-style: none; }
.service-list li { color: #344039; }
.service-list li::before { margin-right: 9px; color: var(--green); content: "✓"; font-weight: 1000; }
.partner-note { margin-top: 22px; padding: 15px 17px; border-left: 4px solid var(--green); background: var(--wash); color: #344039; font-size: .94rem; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.about-photo { overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); }
.about-photo img { width: 100%; min-height: 470px; object-fit: cover; }
.about-copy p + p { margin-top: 16px; }
.principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.principle { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.principle strong { display: block; margin-bottom: 10px; font-size: 1.1rem; }
.principle p { color: var(--muted); }
.community { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: 24px; background: #0a100c; color: #fff; }
.community-photo img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.community-copy { padding: 50px; }
.community-copy p { margin-top: 16px; color: #d2ddd4; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 30px; }
.contact-panel { padding: 34px; border-radius: 20px; background: #0a100c; color: #fff; }
.contact-panel p { color: #cbd6cd; }
.contact-methods { display: grid; gap: 13px; margin-top: 26px; }
.contact-method { padding: 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.06); }
.contact-method span { display: block; color: #9cad9f; font-size: .82rem; font-weight: 800; text-transform: uppercase; }
.contact-method strong { display: block; margin-top: 3px; color: #fff; font-size: 1.08rem; }
.contact-card { padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.contact-card h2 { font-size: 2.6rem; }
.contact-card p { margin-top: 12px; color: var(--muted); }
.mini-steps { display: grid; gap: 16px; margin-top: 25px; }
.mini-step { display: grid; grid-template-columns: 42px 1fr; align-items: start; gap: 14px; }
.step-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--green); font-weight: 1000; }
.quote-shell { display: grid; grid-template-columns: .7fr 1.3fr; gap: 28px; }
.quote-aside { padding: 34px; border-radius: 20px; background: #0a100c; color: #fff; }
.quote-aside h2 { font-size: 2.4rem; }
.quote-aside p { margin-top: 14px; color: #cad5cc; }
.quote-aside ul { display: grid; gap: 11px; margin: 25px 0 0; padding: 0; list-style: none; }
.quote-aside li::before { margin-right: 9px; color: var(--lime); content: "✓"; font-weight: 1000; }
.quote-form { padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #263129; font-size: .92rem; font-weight: 850; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #cdd6cf; border-radius: 10px; background: #fbfcfb; color: var(--ink); }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(18,185,40,.18); border-color: var(--green); }
.form-help { margin-top: 14px; color: var(--muted); font-size: .88rem; }
.form-message { display: none; margin-top: 16px; padding: 14px 16px; border-radius: 10px; background: var(--green-soft); color: #075414; font-weight: 750; }
.site-footer { padding: 54px 0 26px; background: #070b08; color: #dce4de; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; }
.footer-brand { width: 180px; height: 72px; overflow: hidden; border-radius: 8px; background: #fff; }
.footer-brand img { width: 215px; max-width: none; transform: translate(-18px,-57px); }
.footer-note { max-width: 430px; margin-top: 18px; color: #9dab9f; }
.footer-title { margin-bottom: 14px; color: #fff; font-size: .88rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; }
.footer-links a:hover { color: #a8ff9f; }
.copyright { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 42px; padding-top: 22px; border-top: 1px solid #283029; color: #8e9b90; font-size: .86rem; }
@media (max-width: 1040px) {
  .nav { display: none; position: absolute; top: 88px; left: 20px; right: 20px; flex-direction: column; align-items: stretch; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 13px 14px; }
  .menu-toggle { display: grid; place-items: center; }
  .header-actions .button { display: none; }
  .home-page .nav { top: 96px; }
  .home-page .nav a:hover, .home-page .nav a[aria-current="page"] { border-radius: 8px; background: var(--green-soft); box-shadow: none; }
  .home-service-grid, .home-value-grid { grid-template-columns: 1fr 1fr; }
  .home-work-grid { grid-template-columns: repeat(3,1fr); }
  .home-work-grid figure { aspect-ratio: 1.08; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .work-grid { grid-template-columns: 1fr 1fr; }
  .work-card:first-child { grid-column: 1/-1; }
}
@media (max-width: 820px) {
  .section { padding: 70px 0; }
  .hero { min-height: 610px; background-position: 60% 50%; }
  .hero::before { position: absolute; inset: 0; background: rgba(3,8,4,.18); content: ""; }
  .home-hero, .home-hero-inner { min-height: 540px; }
  .home-hero-copy { width: min(690px,82%); }
  .home-hero-signoff { display: none; }
  .home-area-grid { grid-template-columns: 1fr; gap: 25px; }
  .home-area-copy { padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.3); border-left: 0; }
  .home-footer-main { align-items: flex-start; flex-direction: column; }
  .home-footer-nav { justify-content: flex-start; }
  .offer-grid, .why-grid, .area-grid, .about-grid, .community, .contact-grid, .quote-shell, .detail-card { grid-template-columns: 1fr; }
  .service-triad { grid-template-columns: 1fr; }
  .service-pillar { min-height: 390px; }
  .offer-action { max-width: 420px; }
  .photo-stack { min-height: 470px; }
  .photo-main { height: 400px; }
  .detail-media { min-height: 280px; }
  .principles { grid-template-columns: 1fr; }
  .gallery-card, .gallery-card.wide { grid-column: span 6; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1/-1; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px),var(--max)); }
  .topbar .container { justify-content: center; text-align: center; }
  .topbar .topbar-right { display: none; }
  .header-row { min-height: 78px; }
  .brand { flex-basis: 166px; width: 166px; height: 62px; }
  .brand img { width: 204px; }
  .nav { top: 78px; left: 14px; right: 14px; }
  .home-page .header-row { min-height: 82px; }
  .home-page .brand { flex-basis: 158px; width: 158px; height: 66px; }
  .home-page .brand img { width: 196px; }
  .home-page .nav { top: 82px; }
  .hero { min-height: 630px; background-position: 64% center; }
  .hero-content { padding: 70px 0 84px; }
  .hero h1 { font-size: clamp(2.65rem,14vw,4rem); }
  .hero-actions .button { width: 100%; }
  .home-hero { min-height: 555px; background-position: 61% 58%; }
  .home-hero::before { position: absolute; inset: 0; background: rgba(3,8,4,.16); content: ""; }
  .home-hero-inner { min-height: 555px; }
  .home-hero-copy { width: 100%; padding: 52px 0 58px; }
  .home-kicker { max-width: 310px; font-size: .73rem; letter-spacing: .15em; }
  .home-hero h1 { font-size: clamp(2.55rem,12.3vw,3.65rem); }
  .home-service-line { max-width: 380px; line-height: 1.55; }
  .home-hero-actions { align-items: stretch; flex-direction: column; }
  .home-hero-actions .button { width: 100%; }
  .home-service-grid, .home-value-grid { grid-template-columns: 1fr; }
  .home-service-card { min-height: 220px; }
  .home-section-heading.split { align-items: flex-start; flex-direction: column; }
  .home-section-heading.split .button { width: 100%; }
  .home-work-grid { grid-template-columns: 1fr 1fr; }
  .home-work-grid figure { aspect-ratio: .9; }
  .home-rating-card { align-items: flex-start; flex-direction: column; padding: 25px 22px; }
  .home-rating-score { text-align: left; }
  .home-area-copy p span { padding-inline: 3px; }
  .home-footer-brand { align-items: flex-start; flex-direction: column; }
  .trust-strip { margin-top: 0; }
  .trust-grid { grid-template-columns: 1fr; border-radius: 0 0 16px 16px; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .offer-grid { padding: 30px 22px; }
  .section-head { display: block; }
  .section-head .button { margin-top: 20px; }
  .photo-stack { min-height: 420px; }
  .photo-main { width: 100%; height: 350px; }
  .photo-float { width: 58%; height: 200px; }
  .value-list, .work-grid, .area-list, .service-list, .form-grid { grid-template-columns: 1fr; }
  .work-card, .work-card:first-child { min-height: 290px; grid-column: auto; }
  .gallery-intro { display: block; }
  .gallery-intro .button { margin-top: 20px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .gallery-card, .gallery-card.wide, .gallery-card.short { grid-column: auto; grid-row: auto; }
  .cta-row { align-items: stretch; flex-direction: column; }
  .cta-actions .button { width: 100%; }
  .five-star-banner { padding: 38px 22px; }
  .rating-row { flex-direction: column; gap: 8px; }
  .page-hero { padding: 78px 0 68px; }
  .detail-body, .contact-panel, .contact-card, .quote-aside, .quote-form, .community-copy { padding: 27px 22px; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .copyright { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
