:root {
  --forest: #0d3218;
  --forest-2: #124521;
  --forest-3: #1d5c30;
  --cream: #f3e4bd;
  --sand: #e8d7ad;
  --paper: #f8f6ee;
  --ink: #182018;
  --muted: #657066;
  --line: rgba(24,32,24,.14);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: var(--paper); }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header { position: fixed; inset: 0 0 auto; height: 82px; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1180px)/2)); background: rgba(13,50,24,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(243,228,189,.14); }
.brand { width: min(320px, 32vw); min-width: 220px; display: flex; align-items: center; }
.brand img { width: 100%; max-height: 50px; height: auto; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 30px; color: #f7efd9; font-size: 14px; font-weight: 600; }
.nav > a:not(.nav-cta) { opacity: .84; }
.nav > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { padding: 13px 18px; border: 1px solid rgba(243,228,189,.5); border-radius: 999px; }
.nav-cta:hover { background: var(--cream); color: var(--forest); }
.menu-toggle { display: none; background: none; border: 0; padding: 6px; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--cream); margin: 5px 0; }

.hero { min-height: 760px; position: relative; display: flex; align-items: center; padding-top: 82px; color: white; background: url("assets/barn-after.jpg") center 56% / cover no-repeat; overflow: hidden; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,30,14,.9) 0%, rgba(7,30,14,.72) 42%, rgba(7,30,14,.2) 76%, rgba(7,30,14,.1) 100%); }
.hero-content { position: relative; z-index: 2; padding-top: 26px; }
.eyebrow { margin: 0 0 18px; color: var(--cream); text-transform: uppercase; letter-spacing: .19em; font-size: 12px; font-weight: 700; }
.eyebrow.dark { color: var(--forest-3); }
h1,h2,h3 { font-family: "Oswald", sans-serif; margin-top: 0; text-transform: uppercase; letter-spacing: -.02em; }
h1 { max-width: 760px; margin-bottom: 25px; font-size: clamp(58px, 8vw, 108px); line-height: .92; }
.hero-copy { max-width: 610px; font-size: 19px; line-height: 1.65; color: rgba(255,255,255,.82); }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; border: 0; font-weight: 700; cursor: pointer; }
.button-light { background: var(--cream); color: var(--forest); }
.button-light:hover { background: #fff5d9; }
.text-link { font-weight: 700; }
.text-link span { margin-left: 8px; }
.hero-card { position: absolute; z-index: 2; right: max(24px, calc((100vw - 1180px)/2)); bottom: 38px; width: 300px; padding: 20px 22px; background: rgba(10,38,18,.84); border: 1px solid rgba(243,228,189,.25); border-radius: 14px; backdrop-filter: blur(10px); }
.hero-card span { display:block; font-size: 12px; text-transform: uppercase; letter-spacing: .16em; color: var(--cream); margin-bottom: 6px; }
.hero-card strong { font-size: 16px; }

.intro { padding: 110px 0 100px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.intro h2, .section-heading h2, .contact h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1.02; margin-bottom: 0; }
.intro-copy { color: var(--muted); font-size: 18px; line-height: 1.8; margin: 0; }

.services { background: var(--forest); color: white; padding: 100px 0; }
.section-heading { margin-bottom: 48px; }
.section-heading h2 { max-width: 760px; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(243,228,189,.24); border-left: 1px solid rgba(243,228,189,.24); }
.service-card { padding: 30px 26px 34px; min-height: 320px; border-right: 1px solid rgba(243,228,189,.24); border-bottom: 1px solid rgba(243,228,189,.24); }
.service-card span { display:block; font-size: 12px; color: var(--cream); margin-bottom: 62px; }
.service-card h3 { font-size: 28px; line-height: 1.08; margin-bottom: 18px; }
.service-card p { color: rgba(255,255,255,.68); line-height: 1.65; margin: 0; }

.work { padding: 110px 0; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.split-heading > p { max-width: 430px; margin: 0; color: var(--muted); line-height: 1.7; }
.project-list { border-top: 1px solid var(--line); }
.project { padding: 72px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; align-items: center; }
.project.reverse .project-copy { order: 2; }
.project.reverse .before-after { order: 1; }
.project-number { margin: 0 0 30px; color: var(--forest-3); font-weight: 700; }
.project-copy h3 { font-size: 38px; margin-bottom: 18px; }
.project-copy p:last-child { margin: 0; color: var(--muted); line-height: 1.75; }
.before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.before-after figure { margin: 0; position: relative; overflow: hidden; border-radius: 14px; background: #ddd; aspect-ratio: 3/4; }
.before-after img { width: 100%; height: 100%; object-fit: cover; }
.before-after figcaption { position:absolute; left: 12px; top: 12px; padding: 7px 11px; border-radius: 999px; background: rgba(13,50,24,.88); color: white; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.work-feature { margin-top: 72px; display: grid; grid-template-columns: 1.25fr .75fr; background: #e9e1ca; border-radius: var(--radius); overflow: hidden; }
.work-feature img { height: 430px; object-fit: cover; }
.work-feature > div { padding: 54px; display: flex; flex-direction: column; justify-content: center; }
.work-feature h3 { font-size: 42px; margin-bottom: 16px; }
.work-feature p:last-child { color: var(--muted); line-height: 1.75; }

.contact { background: #102d19; color: white; padding: 110px 0; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); line-height: 1.75; font-size: 17px; }
.direct-contact { margin-top: 28px; display: grid; gap: 9px; }
.direct-contact a { width: fit-content; color: var(--cream); font-weight: 700; line-height: 1.4; }
.direct-contact a:hover { color: white; }
.contact-points { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 9px; }
.contact-points span { padding: 8px 12px; border: 1px solid rgba(243,228,189,.25); border-radius: 999px; color: var(--cream); font-size: 12px; }
.quote-form { background: var(--paper); color: var(--ink); padding: 34px; border-radius: var(--radius); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 17px; }
.quote-form input, .quote-form textarea, .quote-form select { width: 100%; margin-top: 8px; border: 1px solid #cfd4ca; background: white; border-radius: 10px; padding: 14px 14px; color: var(--ink); text-transform: none; letter-spacing: normal; outline: none; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { border-color: var(--forest-3); box-shadow: 0 0 0 3px rgba(29,92,48,.1); }
.quote-form textarea { resize: vertical; }
.button-dark { width: 100%; background: var(--forest); color: white; }
.button-dark:hover { background: var(--forest-2); }
.hidden { display: none; }

footer { background: #09230f; color: rgba(255,255,255,.68); padding: 38px 0; border-top: 1px solid rgba(243,228,189,.12); }
.footer-grid { display: grid; grid-template-columns: minmax(220px, 300px) 1fr auto; align-items: center; gap: 30px; }
.footer-logo { width: 100%; max-height: 56px; height: auto; object-fit: contain; object-position: left center; }
.footer-grid p { margin: 0; }
.footer-grid a { color: var(--cream); font-weight: 700; font-size: 13px; }
.footer-links { display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.footer-links a:hover { color: white; }
.footer-bottom { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(243,228,189,.12); }
.footer-bottom p { margin: 0; font-size: 12px; color: rgba(255,255,255,.48); }

@media (max-width: 920px) {
  .site-header { height: 68px; padding-inline: 16px; }
  .brand { width: min(215px, 60vw); min-width: 170px; }
  .brand img { max-height: 40px; }
  .menu-toggle { display: block; }
  .nav { position: absolute; top: 68px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 16px 16px; background: rgba(13,50,24,.98); border-top: 1px solid rgba(243,228,189,.12); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
  .nav.open { display: flex; }
  .nav a { padding: 12px 8px; }
  .nav-cta { text-align: center; margin-top: 6px; }
  .hero { min-height: 700px; padding-top: 68px; background-position: 60% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,30,14,.92), rgba(7,30,14,.55)); }
  .hero-card { display: none; }
  .intro, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .project, .project.reverse { grid-template-columns: 1fr; gap: 32px; }
  .project.reverse .project-copy, .project.reverse .before-after { order: initial; }
  .work-feature { grid-template-columns: 1fr; }
  .work-feature img { height: 350px; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .hero { min-height: 660px; }
  h1 { font-size: 57px; }
  .hero-copy { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .intro, .work, .services, .contact { padding-top: 78px; padding-bottom: 78px; }
  .intro { gap: 24px; }
  .intro h2, .section-heading h2, .contact h2 { font-size: 43px; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card span { margin-bottom: 34px; }
  .project { padding: 50px 0; }
  .project-copy h3 { font-size: 32px; }
  .before-after { gap: 8px; }
  .before-after figure { border-radius: 10px; }
  .work-feature > div { padding: 34px 26px; }
  .work-feature h3 { font-size: 34px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 24px 18px; }
  .footer-grid { grid-template-columns: 1fr; text-align: left; }
  .footer-logo { width: min(260px, 100%); max-height: 52px; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .footer-bottom { margin-top: 24px; }
}
