:root {
  --green: #0b3b2d;
  --green-deep: #072a20;
  --green-soft: #164d3d;
  --gold: #d3a121;
  --gold-dark: #a97805;
  --ink: #202421;
  --muted: #5d665f;
  --paper: #f7f7f3;
  --white: #fff;
  --line: rgba(11, 59, 45, .18);
  --page: 1180px;
  --heading: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font: 17px/1.55 var(--body); }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); padding: 10px 14px; color: var(--green); background: var(--white); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 0 max(22px, calc((100vw - var(--page)) / 2)); color: var(--white); background: var(--green-deep); border-bottom: 2px solid rgba(211,161,33,.65); }
.brand { min-width: 240px; display: flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand img { width: 72px; height: 44px; object-fit: contain; }
.brand span { max-width: 300px; font: 700 clamp(1rem, 1.7vw, 1.45rem)/1 var(--heading); letter-spacing: .01em; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(12px, 1.5vw, 22px); font-size: .78rem; font-weight: 800; }
.site-nav a { position: relative; padding: 31px 0 27px; text-decoration: none; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 19px; height: 2px; transform: scaleX(0); background: var(--gold); transition: transform .18s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.site-nav .proposal-link { color: #f2c34a; }
.nav-toggle { display: none; width: 48px; height: 44px; place-items: center; gap: 5px; padding: 10px; border: 1px solid rgba(255,255,255,.5); border-radius: 6px; color: var(--white); background: transparent; }
.nav-toggle span:not(.sr-only) { width: 24px; height: 2px; background: currentColor; }

.hero, .page-hero { width: min(var(--page), 100%); display: grid; grid-template-columns: 47% 53%; margin: 0 auto; background: var(--white); }
.hero > *, .page-hero > * { min-width: 0; }
.hero { min-height: 610px; }
.hero-copy, .page-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 90px) clamp(28px, 5vw, 70px); }
.hero h1, .page-hero h1, .service h2, .statement h2, .contact-band h2, .section-title, .work-row h2, .project-story h2 { margin: 0; font-family: var(--heading); font-weight: 800; line-height: .98; letter-spacing: -.025em; text-transform: uppercase; }
.hero h1 { max-width: 560px; font-size: clamp(3rem, 5vw, 4.5rem); }
.hero-copy > p, .page-hero-copy > p { max-width: 520px; margin: 26px 0 0; color: #363c37; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
.button { min-width: 150px; min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; border: 2px solid var(--green); border-radius: 5px; font: 800 1rem/1 var(--heading); letter-spacing: .04em; text-decoration: none; text-transform: uppercase; transition: transform .16s ease, background .16s ease, color .16s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--green); box-shadow: 0 10px 24px rgba(7,42,32,.18); }
.button-secondary { color: var(--green); background: transparent; }
.button-gold { color: var(--green-deep); background: var(--gold); border-color: var(--gold); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.hero-media, .page-hero-media { margin: 0; overflow: hidden; }
.hero-media { min-height: 500px; }
.hero-media img, .page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media img { object-position: 58% center; }

.services { width: min(var(--page), 100%); display: grid; grid-template-columns: 1fr 1fr; margin: 0 auto; color: var(--white); background: var(--green); }
.service { position: relative; min-height: 500px; padding: clamp(44px, 6vw, 76px); overflow: hidden; }
.service + .service { border-left: 1px solid rgba(211,161,33,.7); }
.service::after { content: ""; position: absolute; inset: auto -14% -42% 20%; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.service-icon { width: 54px; height: 54px; margin-bottom: 25px; fill: none; stroke: var(--gold); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5; }
.service h2 { max-width: 470px; font-size: clamp(2.6rem, 4.5vw, 4rem); }
.service h2::after, .contact-band h2::after, .section-title::after, .page-hero h1::after { content: ""; width: 64px; height: 4px; display: block; margin: 21px 0 24px; background: var(--gold); }
.service p { max-width: 500px; color: #e6ede9; font-size: 1.05rem; }
.service ul, .service-list { display: grid; gap: 0; max-width: 560px; margin: 25px 0; padding: 0; list-style: none; }
.service li, .service-list li { position: relative; padding: 11px 0 11px 34px; border-bottom: 1px solid rgba(255,255,255,.18); }
.service li::before, .service-list li::before { content: ""; position: absolute; left: 2px; top: 16px; width: 13px; height: 7px; border: solid var(--gold); border-width: 0 0 3px 3px; transform: rotate(-45deg); }
.text-link { position: relative; z-index: 1; display: inline-block; margin-top: 17px; color: #f3c64e; font-weight: 800; text-underline-offset: 5px; }

.statement { width: min(var(--page), 100%); display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: clamp(30px, 6vw, 85px); margin: 0 auto; padding: clamp(48px, 7vw, 84px); background: var(--white); }
.statement-mark { display: grid; place-items: center; padding-right: 55px; border-right: 1px solid var(--gold); }
.statement-mark svg { width: 94px; fill: none; stroke: var(--green); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5; }
.statement-mark svg path:last-child { stroke: var(--gold-dark); stroke-width: 4; }
.statement h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.statement p { max-width: 700px; margin: 16px 0 0; color: var(--muted); font-size: 1.15rem; }

.contact-band { width: min(var(--page), 100%); display: grid; grid-template-columns: 43% 57%; margin: 0 auto; color: var(--white); background: #1e211f; }
.contact-visual { min-height: 400px; display: grid; place-items: center; padding: 48px; overflow: hidden; background: radial-gradient(circle at center, #164d3d 0, #0b3b2d 72%); }
.contact-visual img { width: min(520px, 100%); filter: drop-shadow(0 22px 24px rgba(0,0,0,.3)); }
.contact-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 84px); }
.contact-band h2 { font-size: clamp(2.7rem, 5vw, 4.4rem); }
.contact-list { display: grid; gap: 15px; margin: 0; font-style: normal; }
.contact-list a { width: fit-content; max-width: 100%; color: #f3f5f4; text-decoration-color: rgba(255,255,255,.38); text-underline-offset: 5px; overflow-wrap: anywhere; }

.page-hero { min-height: 470px; }
.page-hero-copy { color: var(--white); background: var(--green); }
.page-hero h1 { max-width: 590px; font-size: clamp(3rem, 5.3vw, 4.9rem); }
.page-hero-copy > p { color: #e5ece8; }
.page-hero-media { min-height: 420px; }
.page-content { width: min(var(--page), 100%); margin: 0 auto; padding: clamp(48px, 7vw, 84px); background: var(--white); }
.intro-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 8vw, 110px); align-items: start; }
.section-title { color: var(--green-deep); font-size: clamp(2.7rem, 4.7vw, 4.4rem); }
.lede { margin: 0; color: var(--muted); font-size: clamp(1.15rem, 2vw, 1.45rem); }
.work-list { width: min(var(--page), 100%); margin: 0 auto; background: var(--white); }
.work-row { display: grid; grid-template-columns: 42% 58%; min-height: 360px; border-top: 1px solid var(--line); }
.work-row:nth-child(even) { grid-template-columns: 58% 42%; }
.work-row:nth-child(even) .work-photo { order: 2; }
.work-photo { min-height: 320px; overflow: hidden; }
.work-photo img { width: 100%; height: 100%; object-fit: cover; }
.work-photo img[src*="dump-truck"] { object-fit: contain; padding: 28px; background: var(--green); }
.work-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 72px); }
.work-row h2 { color: var(--green-deep); font-size: clamp(2.4rem, 4vw, 3.8rem); }
.work-row h2::after { content: ""; width: 54px; height: 3px; display: block; margin: 18px 0 20px; background: var(--gold); }
.work-copy p { max-width: 650px; margin: 0; color: var(--muted); }
.dark-cta { width: min(var(--page), 100%); display: flex; align-items: center; justify-content: space-between; gap: 36px; margin: 0 auto; padding: clamp(42px, 6vw, 70px); color: var(--white); background: var(--green-deep); }
.dark-cta h2 { margin: 0; font: 800 clamp(2.5rem, 4.7vw, 4.3rem)/.98 var(--heading); text-transform: uppercase; }
.dark-cta p { max-width: 560px; margin: 12px 0 0; color: #dbe5e0; }

.snow-details { width: min(var(--page), 100%); display: grid; grid-template-columns: 1fr 1fr; margin: 0 auto; background: var(--white); }
.snow-copy { padding: clamp(48px, 7vw, 82px); }
.snow-copy .service-list li { color: var(--ink); border-color: var(--line); }
.snow-media { min-height: 520px; overflow: hidden; }
.snow-media img { width: 100%; height: 100%; object-fit: cover; }
.proposal-cta { color: var(--green-deep); background: var(--gold); }
.proposal-cta p { color: #2b321d; }
.proposal-cta .button { background: var(--green-deep); color: var(--white); border-color: var(--green-deep); }

.about-story { width: min(var(--page), 100%); display: grid; grid-template-columns: 1.05fr .95fr; margin: 0 auto; background: var(--white); }
.about-copy { padding: clamp(52px, 8vw, 92px); }
.about-copy p { color: var(--muted); font-size: 1.12rem; }
.about-truck { display: grid; place-items: center; min-height: 450px; padding: 50px; background: var(--green); }
.about-truck img { width: min(620px, 100%); filter: drop-shadow(0 22px 25px rgba(0,0,0,.28)); }
.principles { width: min(var(--page), 100%); display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 auto; color: var(--white); background: var(--green-deep); }
.principle { padding: clamp(40px, 5vw, 64px); border-right: 1px solid rgba(211,161,33,.55); }
.principle:last-child { border-right: 0; }
.principle strong { display: block; color: var(--gold); font: 800 2rem/1 var(--heading); text-transform: uppercase; }
.principle p { margin: 18px 0 0; color: #dbe5e0; }

.project-intro { text-align: center; }
.project-intro .section-title { max-width: 880px; margin-inline: auto; }
.project-intro .section-title::after { margin-inline: auto; }
.project-intro .lede { max-width: 760px; margin-inline: auto; }
.project-story { width: min(var(--page), 100%); margin: 0 auto; background: var(--white); border-top: 1px solid var(--line); }
.project-story-header { display: grid; grid-template-columns: 150px 1fr; gap: clamp(24px, 5vw, 72px); align-items: start; padding: clamp(42px, 6vw, 70px); }
.project-index { padding-top: 7px; color: var(--gold-dark); font: 800 1rem/1 var(--heading); letter-spacing: .08em; text-transform: uppercase; }
.project-story h2 { max-width: 760px; color: var(--green-deep); font-size: clamp(2.6rem, 4.7vw, 4.2rem); }
.project-story h2::after { content: ""; width: 58px; height: 4px; display: block; margin: 19px 0 21px; background: var(--gold); }
.project-story-header p { max-width: 690px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.project-photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; padding: 3px; background: var(--green-deep); }
.project-photo { margin: 0; aspect-ratio: 3 / 4; overflow: hidden; background: #dfe4df; }
.project-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.project-photo:hover img { transform: scale(1.015); }
.project-photo-grid-short { grid-template-columns: repeat(4, 1fr); }

.contact-page { width: min(var(--page), 100%); display: grid; grid-template-columns: .9fr 1.1fr; margin: 0 auto; background: var(--white); }
.contact-page-copy { padding: clamp(52px, 8vw, 92px); color: var(--white); background: var(--green); }
.contact-page-copy .section-title { color: var(--white); }
.contact-page-copy p { max-width: 480px; color: #dbe5e0; }
.contact-options { display: grid; padding: clamp(42px, 7vw, 82px); }
.contact-option { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.contact-option:last-child { border-bottom: 0; }
.contact-option svg { width: 50px; height: 50px; padding: 11px; color: var(--gold-dark); border: 1px solid var(--gold); fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.contact-option strong { display: block; color: var(--green-deep); font: 800 1.7rem/1.1 var(--heading); text-transform: uppercase; }
.contact-option a { display: inline-block; margin-top: 5px; color: var(--ink); text-underline-offset: 5px; overflow-wrap: anywhere; }

.site-footer { width: 100%; color: var(--white); background: var(--green-deep); border-top: 2px solid var(--gold-dark); }
.footer-inner { width: min(var(--page), 100%); display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 42px; margin: 0 auto; padding: 42px 24px; }
.footer-brand { font: 700 1.35rem/1.1 var(--heading); }
.footer-inner strong { display: block; margin-bottom: 10px; color: var(--gold); font: 800 .95rem/1 var(--heading); text-transform: uppercase; }
.footer-inner p { margin: 5px 0; color: #dbe5e0; font-size: .86rem; }
.footer-inner nav { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 18px; font-size: .82rem; }
.footer-inner a { color: #e8efec; text-underline-offset: 4px; }
.footer-bottom { padding: 16px 24px; color: #cdd9d3; border-top: 1px solid rgba(255,255,255,.12); text-align: center; font-size: .76rem; }

@media (max-width: 1080px) {
  .brand { min-width: 190px; }
  .brand span { max-width: 210px; font-size: 1.05rem; }
  .site-nav { gap: 12px; font-size: .72rem; }
}

@media (max-width: 900px) {
  .site-header { position: sticky; top: 0; z-index: 20; min-height: 72px; padding: 7px 18px; }
  .brand { min-width: 0; }
  .brand img { width: 70px; height: 42px; }
  .brand span { max-width: 210px; font-size: 1rem; }
  .nav-toggle { display: grid; margin-right: 6px; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; align-items: stretch; gap: 0; padding: 8px 18px 18px; background: var(--green-deep); border-bottom: 2px solid var(--gold); box-shadow: 0 16px 28px rgba(0,0,0,.25); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 13px 2px; border-bottom: 1px solid rgba(255,255,255,.15); }
  .site-nav a::after { display: none; }
  .hero, .page-hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy, .page-hero-copy { padding: 52px 24px 40px; }
  .hero h1, .page-hero h1 { max-width: 720px; font-size: clamp(3rem, 11vw, 4.5rem); }
  .hero-media { min-height: 350px; }
  .page-hero-media { min-height: 330px; }
  .services, .snow-details, .about-story, .contact-page { grid-template-columns: 1fr; }
  .service { min-height: 0; padding: 52px 24px 60px; }
  .service + .service { border-top: 1px solid rgba(211,161,33,.7); border-left: 0; }
  .statement { grid-template-columns: 72px 1fr; gap: 24px; padding: 48px 24px; }
  .statement-mark { padding-right: 24px; }
  .statement-mark svg { width: 66px; }
  .contact-band { grid-template-columns: 1fr; }
  .contact-visual { min-height: 280px; padding: 34px; }
  .contact-copy { padding: 52px 24px 62px; }
  .intro-grid { grid-template-columns: 1fr; gap: 24px; }
  .work-row, .work-row:nth-child(even) { grid-template-columns: 1fr; }
  .work-row:nth-child(even) .work-photo { order: 0; }
  .dark-cta { align-items: flex-start; flex-direction: column; }
  .snow-media { min-height: 350px; order: -1; }
  .about-truck { min-height: 300px; order: -1; }
  .principles { grid-template-columns: 1fr; }
  .principle { border-right: 0; border-bottom: 1px solid rgba(211,161,33,.55); }
  .principle:last-child { border-bottom: 0; }
  .project-story-header { grid-template-columns: 110px 1fr; }
  .project-photo-grid-short { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; padding: 38px 24px; }
  .footer-inner > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  body { font-size: 16px; }
  .brand span { max-width: 155px; font-size: .9rem; }
  .brand img { width: 62px; }
  .hero h1, .page-hero h1 { font-size: clamp(2.65rem, 13vw, 3.8rem); }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-media { min-height: 260px; }
  .page-hero-media { min-height: 260px; }
  .service h2 { font-size: 2.75rem; }
  .statement { grid-template-columns: 1fr; }
  .statement-mark { width: 72px; justify-content: start; padding: 0 0 18px; border-right: 0; border-bottom: 1px solid var(--gold); }
  .statement h2, .section-title { font-size: 2.6rem; }
  .page-content, .about-copy, .contact-page-copy, .contact-options { padding-inline: 24px; }
  .work-photo { min-height: 250px; }
  .work-copy { padding: 38px 24px 48px; }
  .dark-cta { padding: 46px 24px; }
  .project-story-header { grid-template-columns: 1fr; gap: 15px; padding: 42px 24px; }
  .project-photo-grid { grid-template-columns: repeat(2, 1fr); gap: 2px; padding: 2px; }
  .contact-option { grid-template-columns: 44px 1fr; gap: 14px; }
  .contact-option svg { width: 42px; height: 42px; padding: 9px; }
  .contact-option strong { font-size: 1.35rem; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner > :first-child { grid-column: auto; }
}

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