:root {
  --green: #123d27;
  --green-2: #1e5637;
  --lime: #c8ef68;
  --cream: #f6f3ea;
  --ink: #142019;
  --muted: #5f6b63;
  --line: #d9ded9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; }
img { display: block; width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.04; }

.site-header { height: 78px; padding: 0 clamp(20px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; background: #fff; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; color: var(--green); background: var(--lime); font-weight: 800; }
.brand strong, .brand small { display: block; }
.brand strong { font: 800 17px/1 "Manrope", sans-serif; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 11px; letter-spacing: .02em; }
.header-call { padding: 12px 18px; border-radius: 8px; color: #fff; background: var(--green); font-weight: 700; text-decoration: none; }

.hero { min-height: 710px; position: relative; display: grid; align-items: end; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(8, 29, 18, .92) 0%, rgba(8, 29, 18, .66) 42%, rgba(8, 29, 18, .12) 78%), linear-gradient(0deg, rgba(8,29,18,.35), transparent 45%); }
.hero-content { position: relative; z-index: 1; max-width: 850px; padding: 100px clamp(24px, 7vw, 105px) 90px; color: #fff; }
.eyebrow { margin-bottom: 20px; color: var(--lime); font-weight: 800; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.dark { color: var(--green-2); }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(48px, 7.2vw, 92px); letter-spacing: -.055em; }
.hero-copy { max-width: 600px; margin-bottom: 32px; color: rgba(255,255,255,.86); font-size: clamp(18px, 2vw, 23px); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 54px; padding: 0 23px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 8px; font-weight: 800; text-decoration: none; }
.button-primary { color: var(--green); background: var(--lime); }
.button-secondary { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); backdrop-filter: blur(5px); }
.availability { display: flex; align-items: center; gap: 9px; margin: 24px 0 0; color: rgba(255,255,255,.82); font-size: 14px; }
.availability span { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(200,239,104,.14); }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(24px, 7vw, 105px); color: #fff; background: var(--green); }
.trust-strip p { margin: 0; padding: 27px 5vw; border-right: 1px solid rgba(255,255,255,.14); }
.trust-strip p:first-child { padding-left: 0; }
.trust-strip p:last-child { border: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font: 800 18px "Manrope", sans-serif; }
.trust-strip span { margin-top: 5px; color: rgba(255,255,255,.64); font-size: 13px; }

.section { padding: 110px clamp(24px, 7vw, 105px); }
.section-heading { max-width: 680px; margin-bottom: 55px; }
.section-heading.light { color: #fff; }
.section-heading h2, .final-cta h2 { margin-bottom: 18px; font-size: clamp(38px, 5vw, 65px); letter-spacing: -.045em; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; line-height: 1.6; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.service-grid article { min-height: 245px; padding: 34px; background: #fff; }
.service-grid article > span { color: var(--green-2); font-size: 13px; font-weight: 800; }
.service-grid h3 { margin: 53px 0 12px; font-size: 23px; }
.service-grid p { color: var(--muted); line-height: 1.6; }
.service-grid .service-cta { color: #fff; background: var(--green); }
.service-grid .service-cta h3 { margin-top: 12px; }
.service-grid .service-cta p { color: rgba(255,255,255,.68); }
.service-grid .service-cta a { color: var(--lime); font-weight: 800; text-decoration: none; }

.work-section { padding: 110px clamp(24px, 7vw, 105px); background: #0c291a; }
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.gallery figure { position: relative; height: 390px; margin: 0; overflow: hidden; border-radius: 5px; }
.gallery-wide { grid-column: 1 / -1; height: 520px !important; }
.gallery img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery figcaption { position: absolute; left: 18px; bottom: 18px; padding: 9px 12px; border-radius: 5px; color: #fff; background: rgba(8,29,18,.78); font-size: 13px; font-weight: 700; backdrop-filter: blur(6px); }

.process ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin: 0; padding: 0; list-style: none; }
.process li { display: flex; gap: 18px; }
.process li > span { flex: 0 0 auto; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--green); background: var(--lime); font-weight: 800; }
.process h3 { margin: 6px 0 9px; font-size: 20px; }
.process p { color: var(--muted); line-height: 1.55; }

.final-cta { padding: 110px clamp(24px, 10vw, 155px); color: #fff; background: linear-gradient(135deg, #123d27, #1e5637); text-align: center; }
.final-cta .eyebrow { margin-bottom: 22px; }
.final-cta > p:not(.eyebrow) { margin-bottom: 30px; color: rgba(255,255,255,.72); font-size: 18px; }
.final-cta .hero-actions { justify-content: center; }
footer { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 42px clamp(24px, 7vw, 105px); color: #fff; background: #071b11; }
footer p { margin: 0; color: rgba(255,255,255,.65); line-height: 1.6; }
footer strong { color: #fff; }
footer > a { color: var(--lime); font-weight: 800; text-decoration: none; }
.copyright { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.mobile-bar { display: none; }

@media (max-width: 760px) {
  body { padding-bottom: 64px; }
  .site-header { height: 68px; padding: 0 18px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 9px; }
  .header-call { display: none; }
  .hero { min-height: 660px; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,29,18,.96), rgba(8,29,18,.16) 92%); }
  .hero-content { padding: 90px 22px 55px; }
  h1 { font-size: clamp(45px, 14vw, 65px); }
  .hero-actions .button { width: 100%; }
  .trust-strip { grid-template-columns: 1fr; padding: 12px 22px; }
  .trust-strip p, .trust-strip p:first-child { padding: 17px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .section, .work-section, .final-cta { padding: 78px 22px; }
  .section-heading { margin-bottom: 35px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 215px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery-wide { grid-column: auto; height: 330px !important; }
  .gallery figure { height: 330px; }
  .process ol { grid-template-columns: 1fr; gap: 27px; }
  footer { grid-template-columns: 1fr; padding: 40px 22px; }
  .copyright { grid-column: auto; }
  .mobile-bar { position: fixed; z-index: 20; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1.35fr; height: 64px; box-shadow: 0 -4px 25px rgba(0,0,0,.18); }
  .mobile-bar a { display: grid; place-items: center; color: #fff; background: var(--green); font-weight: 800; text-decoration: none; }
  .mobile-bar a:last-child { color: var(--green); background: var(--lime); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gallery img { transition: none; }
}
