:root {
  --green: #2f684f;
  --green-dark: #1e4b39;
  --green-light: #e8f0eb;
  --charcoal: #202522;
  --charcoal-2: #2b322e;
  --ink: #18201c;
  --muted: #667069;
  --line: #dce2de;
  --off-white: #f5f7f5;
  --white: #fff;
  --sand: #d9d2c3;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(20, 33, 26, .12);
  --container: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-weight: 720; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 780px; margin-bottom: 26px; font-size: clamp(3.1rem, 6vw, 5.75rem); }
h2 { margin-bottom: 0; font-size: clamp(2.25rem, 4vw, 3.75rem); }
h3 { font-size: 1.45rem; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 110px 0; }
.screen-reader-text { position: absolute; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; }
.skip-link { position: fixed; z-index: 9999; top: -100px; left: 20px; padding: 12px 18px; color: #fff; background: var(--green); }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; height: 86px; border-bottom: 1px solid transparent; background: rgba(255,255,255,.94); transition: box-shadow .25s, border-color .25s, height .25s; backdrop-filter: blur(14px); }
.site-header.is-scrolled { height: 74px; border-color: rgba(32,37,34,.08); box-shadow: 0 8px 30px rgba(25,36,30,.07); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand .custom-logo-link { display: block; }
.brand .custom-logo { width: auto; max-width: 220px; max-height: 58px; }
.bundled-logo { width: 235px; height: 72px; object-fit: contain; }
.brand-mark { position: relative; display: grid; width: 38px; height: 38px; transform: rotate(45deg); border-radius: 5px 15px 5px 15px; background: var(--green); place-items: center; }
.brand-mark span { width: 14px; height: 14px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; }
.brand-name { color: var(--charcoal); font-size: 1.28rem; font-weight: 800; letter-spacing: .11em; }
.brand-name span { color: var(--green); }
.primary-navigation { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); font-size: .92rem; font-weight: 650; }
.primary-navigation > a:not(.nav-cta) { position: relative; }
.primary-navigation > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; content: ""; transform: scaleX(0); background: var(--green); transition: transform .22s; transform-origin: right; }
.primary-navigation > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 19px; color: #fff; border-radius: 8px; background: var(--green); transition: background .2s, transform .2s; }
.nav-cta:hover { transform: translateY(-2px); background: var(--green-dark); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 7px; background: var(--off-white); }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--ink); }

.hero { overflow: hidden; padding: 160px 0 0; background: linear-gradient(120deg, #f8faf8 0%, #eef4f0 100%); }
.hero-grid { display: grid; align-items: center; grid-template-columns: 1.02fr .98fr; gap: clamp(40px, 7vw, 90px); }
.hero-copy { padding: 35px 0 70px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 25px; color: var(--green); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { display: block; width: 30px; height: 2px; background: currentColor; }
.eyebrow-light { color: #96c2aa; }
.hero-intro { max-width: 620px; margin-bottom: 34px; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.2rem); }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 56px; padding: 14px 24px; border: 0; border-radius: 9px; font-weight: 760; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green); box-shadow: 0 14px 28px rgba(47,104,79,.22); }
.button-primary:hover { background: var(--green-dark); box-shadow: 0 18px 34px rgba(47,104,79,.28); }
.button-dark { color: #fff; background: var(--charcoal); }
.button-dark:hover { background: #101412; }
.button-full { width: 100%; }
.text-link { padding: 10px 0; border-bottom: 1px solid var(--ink); font-weight: 720; }
.hero-visual { position: relative; align-self: stretch; min-height: 610px; }
.hero-image, .hero-placeholder { width: 100%; height: 100%; min-height: 610px; object-fit: cover; border-radius: 140px 0 0 0; }
.hero-placeholder { position: relative; overflow: hidden; background: linear-gradient(155deg, #7fa188, #254b39 68%); }
.hero-placeholder::before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; opacity: .5; background: radial-gradient(circle at 70% 15%, rgba(255,255,255,.35), transparent 35%), linear-gradient(transparent 58%, rgba(11,30,20,.45)); }
.placeholder-landscape span { position: absolute; bottom: 0; border-radius: 50% 50% 0 0; background: rgba(218,230,220,.28); }
.placeholder-landscape span:nth-child(1) { left: -15%; width: 90%; height: 42%; transform: rotate(8deg); }
.placeholder-landscape span:nth-child(2) { right: -10%; width: 72%; height: 55%; transform: rotate(-9deg); background: rgba(13,53,34,.34); }
.placeholder-landscape span:nth-child(3) { bottom: 13%; left: 44%; width: 13%; height: 42%; border-radius: 50% 50% 20% 20%; background: rgba(234,241,235,.45); }
.hero-badge { position: absolute; bottom: 46px; left: -42px; display: flex; flex-direction: column; min-width: 235px; padding: 23px 27px; color: #fff; border-left: 4px solid #83ba9c; background: var(--charcoal); box-shadow: var(--shadow); }
.hero-badge strong { font-size: 1.15rem; }
.hero-badge span { opacity: .7; font-size: .86rem; }
.trust-row { display: grid; margin-top: 0; padding: 28px 0; grid-template-columns: repeat(4, 1fr); }
.trust-row > div { display: grid; padding: 0 24px; border-right: 1px solid #d5ded8; grid-template-columns: 30px 1fr; }
.trust-row > div:first-child { padding-left: 0; }
.trust-row > div:last-child { padding-right: 0; border-right: 0; }
.check { display: grid; width: 22px; height: 22px; color: #fff; border-radius: 50%; background: var(--green); font-size: .75rem; place-items: center; grid-row: span 2; }
.trust-row strong { font-size: .92rem; line-height: 1.25; }
.trust-row small { color: var(--muted); font-size: .78rem; }

.section-heading { display: grid; align-items: end; margin-bottom: 58px; grid-template-columns: 1.25fr .75fr; gap: 60px; }
.section-heading > p { max-width: 470px; margin-bottom: 5px; color: var(--muted); }
.services { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; overflow: hidden; padding: 38px 34px 34px; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s, border-color .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-7px); border-color: transparent; box-shadow: var(--shadow); }
.service-number { position: absolute; top: 28px; right: 28px; color: #c7d0ca; font-size: .8rem; font-weight: 800; letter-spacing: .1em; }
.service-icon { display: grid; width: 64px; height: 64px; margin-bottom: 30px; border-radius: 17px; background: var(--green-light); place-items: center; }
.service-icon svg { width: 35px; fill: none; stroke: var(--green); stroke-width: 1.8; stroke-linejoin: round; stroke-linecap: round; }
.service-card h3 { margin-bottom: 16px; }
.service-card p { min-height: 104px; color: var(--muted); font-size: .94rem; }
.service-card ul { min-height: 135px; margin: 24px 0 28px; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { position: relative; margin-bottom: 7px; padding-left: 20px; color: #3c4741; font-size: .9rem; }
.service-card li::before { position: absolute; top: .65em; left: 0; width: 6px; height: 6px; content: ""; border-radius: 50%; background: var(--green); }
.service-card > a { display: inline-flex; gap: 14px; color: var(--green); font-size: .92rem; font-weight: 760; }

.projects { overflow: hidden; color: #fff; background: var(--charcoal); }
.section-heading-light h2 { color: #fff; }
.section-heading-light > p { color: #aeb8b2; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.project-card { position: relative; overflow: hidden; min-height: 440px; border-radius: 14px; background: #3a433e; }
.project-image, .project-image img { width: 100%; height: 100%; }
.project-image img { object-fit: cover; transition: transform .6s; }
.project-card::after { position: absolute; right: 0; bottom: 0; left: 0; height: 65%; content: ""; pointer-events: none; background: linear-gradient(transparent, rgba(13,20,16,.88)); }
.project-card:hover .project-image img { transform: scale(1.045); }
.project-overlay { position: absolute; z-index: 1; right: 30px; bottom: 27px; left: 30px; }
.project-overlay p { margin-bottom: 6px; color: #a8cbb7; font-size: .73rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.project-overlay h3 { margin: 0; color: #fff; font-size: 1.5rem; }
.process { background: var(--off-white); }
.process-grid { display: grid; margin: 0; padding: 0; counter-reset: process; grid-template-columns: repeat(4, 1fr); list-style: none; }
.process-grid li { position: relative; padding: 22px 35px 0 0; border-top: 2px solid #c9d1cc; }
.process-grid li::before { position: absolute; top: -7px; left: 0; width: 12px; height: 12px; content: ""; border: 3px solid var(--off-white); border-radius: 50%; background: var(--green); box-shadow: 0 0 0 2px var(--green); }
.process-grid li:last-child { border-color: transparent; }
.process-grid span { display: block; margin-bottom: 30px; color: var(--green); font-size: .8rem; font-weight: 800; letter-spacing: .1em; }
.process-grid h3 { margin-bottom: 12px; font-size: 1.25rem; }
.process-grid p { color: var(--muted); font-size: .9rem; }

.about-grid { display: grid; align-items: center; grid-template-columns: .92fr 1.08fr; gap: clamp(55px, 8vw, 105px); }
.about-visual { position: relative; min-height: 610px; }
.about-image, .about-placeholder, .about-logo-card { width: 100%; height: 610px; object-fit: cover; border-radius: 0 100px 0 0; }
.about-placeholder { display: flex; flex-direction: column; justify-content: center; padding: 55px; color: #fff; background: linear-gradient(145deg, #dfe8e2, #426652); }
.about-placeholder span, .about-placeholder strong { font-size: clamp(3.8rem, 7vw, 6rem); line-height: .84; letter-spacing: -.06em; }
.about-placeholder span { color: var(--charcoal); }
.about-placeholder strong { color: #fff; }
.about-placeholder small { margin-top: 28px; letter-spacing: .16em; text-transform: uppercase; }
.about-logo-card { display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; padding: 45px; border: 1px solid var(--line); background: linear-gradient(145deg, #fff, #eef4f0); }
.about-logo-card img { width: 100%; max-width: 520px; }
.about-logo-card span { margin-top: -8%; color: var(--green-dark); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.about-tag { position: absolute; right: -35px; bottom: 40px; padding: 22px 25px; color: #fff; border-left: 4px solid #91c5a7; background: var(--charcoal); font-size: .92rem; font-weight: 720; line-height: 1.4; box-shadow: var(--shadow); }
.about-copy h2 { margin-bottom: 25px; }
.about-lead { margin-bottom: 30px; color: var(--muted); font-size: 1.06rem; }
.about-points { display: grid; margin-bottom: 34px; gap: 15px; }
.about-points > div { display: flex; align-items: flex-start; gap: 15px; }
.about-points > div > span { display: grid; flex: 0 0 27px; width: 27px; height: 27px; margin-top: 3px; color: #fff; border-radius: 50%; background: var(--green); font-size: .75rem; place-items: center; }
.about-points p { display: flex; flex-direction: column; margin: 0; }
.about-points strong { font-size: .95rem; }
.about-points small { color: var(--muted); }

.reviews { background: var(--off-white); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { position: relative; margin: 0; padding: 37px 30px 30px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.review-card .quote { display: block; height: 38px; color: var(--green); font-family: Georgia, serif; font-size: 4.5rem; line-height: .7; }
.review-card > p { color: #49534d; font-size: .95rem; }
.review-card footer { display: flex; flex-direction: column; padding-top: 18px; border-top: 1px solid var(--line); }
.review-card footer small { color: var(--muted); }

.contact { color: #fff; background: var(--green-dark); }
.contact-grid { display: grid; align-items: start; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 8vw, 105px); }
.contact-copy { position: sticky; top: 110px; }
.contact h2 { margin-bottom: 25px; color: #fff; }
.contact-copy > p:not(.eyebrow) { color: #b9c9c0; font-size: 1.05rem; }
.contact-details { display: grid; margin-top: 38px; border-top: 1px solid rgba(255,255,255,.18); }
.contact-details > * { display: flex; flex-direction: column; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-details span { color: #8fb29e; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-details strong { color: #fff; font-size: 1.05rem; }
.contact-card { padding: clamp(27px, 4vw, 44px); color: var(--ink); border-radius: var(--radius); background: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.15); }
.contact-card form { display: grid; gap: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-card label:not(.consent) { display: grid; gap: 7px; color: #3d4741; font-size: .84rem; font-weight: 720; }
.contact-card input, .contact-card textarea, .contact-card select { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid #cdd5d0; border-radius: 7px; outline: none; background: #fbfcfb; transition: border-color .2s, box-shadow .2s; }
.contact-card textarea { min-height: 135px; resize: vertical; }
.contact-card input:focus, .contact-card textarea:focus, .contact-card select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(47,104,79,.12); }
.contact-card .consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.contact-card .consent input { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 2px; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-message { margin-bottom: 20px; padding: 13px 15px; border-radius: 7px; font-size: .88rem; }
.form-success { color: #184f34; border: 1px solid #9bc9ae; background: #e7f5eb; }
.form-error { color: #792d2d; border: 1px solid #dda7a7; background: #fff0f0; }

.site-footer { padding: 70px 0 24px; color: #b8c0bb; background: #171c19; }
.footer-grid { display: grid; padding-bottom: 55px; grid-template-columns: 1.5fr .75fr 1fr; gap: 70px; }
.brand-footer {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 22px;
  padding: 7px 12px;
  background: #fff;
  border-radius: 8px;
}
.footer-logo { display: block; width: 280px; max-width: 100%; height: auto; }
.footer-grid > div:first-child p { max-width: 370px; color: #909a94; }
.footer-grid h2 { margin-bottom: 18px; color: #fff; font-size: .92rem; letter-spacing: .02em; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: 7px 0; font-size: .9rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.footer-bottom p { margin: 0; }
.floating-contact { position: fixed; z-index: 900; right: 24px; bottom: 24px; display: grid; width: 56px; height: 56px; color: #fff; border-radius: 50%; background: #25d366; box-shadow: 0 12px 30px rgba(0,0,0,.2); transition: transform .2s; place-items: center; }
.floating-contact:hover { transform: translateY(-4px) scale(1.03); }
.floating-contact svg { width: 29px; fill: currentColor; }

.prose { max-width: 820px; }
.site-main { padding-top: 150px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .11s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation: none !important; transition-duration: .01ms !important; } }

@media (max-width: 1040px) {
  .primary-navigation { gap: 18px; font-size: .84rem; }
  .hero-grid { grid-template-columns: 1.08fr .92fr; gap: 42px; }
  .hero-visual, .hero-image, .hero-placeholder { min-height: 550px; }
  .service-card { padding: 32px 27px; }
  .about-grid { gap: 60px; }
  .about-tag { right: -20px; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 36px, 680px); }
  .section { padding: 80px 0; }
  .site-header, .site-header.is-scrolled { height: 72px; }
  .menu-toggle { display: block; }
  .primary-navigation { position: fixed; top: 72px; right: 0; bottom: 0; left: 0; display: flex; visibility: hidden; flex-direction: column; align-items: stretch; gap: 0; padding: 28px 22px; opacity: 0; background: #fff; transition: opacity .2s, visibility .2s; }
  .primary-navigation.is-open { visibility: visible; opacity: 1; }
  .primary-navigation a { padding: 16px 10px; border-bottom: 1px solid var(--line); font-size: 1.1rem; }
  .primary-navigation .nav-cta { margin-top: 18px; padding: 15px 18px; text-align: center; }
  .hero { padding-top: 110px; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; }
  .hero-copy { padding: 25px 0 0; }
  .hero-visual, .hero-image, .hero-placeholder { min-height: 520px; }
  .hero-image, .hero-placeholder { border-radius: 80px 0 0 0; }
  .hero-badge { left: 18px; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .trust-row > div { padding: 17px 12px; border-right: 0; border-bottom: 1px solid #d5ded8; }
  .trust-row > div:first-child { padding-left: 12px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .service-grid, .project-grid, .review-grid { grid-template-columns: 1fr; }
  .service-card p, .service-card ul { min-height: 0; }
  .project-card { min-height: 500px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 32px 0; }
  .process-grid li:nth-child(2) { border-color: transparent; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-visual { min-height: 520px; }
  .about-image, .about-placeholder, .about-logo-card { height: 520px; }
  .about-tag { right: 18px; }
  .contact-copy { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  :root { --container: calc(100% - 28px); }
  .section { padding: 68px 0; }
  h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  h2 { font-size: 2.25rem; }
  .brand .custom-logo { max-width: 170px; max-height: 48px; }
  .hero { padding-top: 94px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 13px; }
  .text-link { align-self: flex-start; }
  .hero-visual, .hero-image, .hero-placeholder { min-height: 430px; }
  .hero-badge { right: 14px; bottom: 22px; left: 14px; min-width: 0; }
  .trust-row { padding-top: 16px; }
  .trust-row > div { grid-template-columns: 27px 1fr; }
  .service-card { padding: 29px 24px; }
  .project-card { min-height: 420px; }
  .process-grid { grid-template-columns: 1fr; gap: 26px; }
  .process-grid li, .process-grid li:nth-child(2) { border-top: 2px solid #c9d1cc; }
  .process-grid li:last-child { border-color: transparent; }
  .about-visual { min-height: 450px; }
  .about-image, .about-placeholder, .about-logo-card { height: 450px; }
  .about-placeholder { padding: 30px; }
  .about-tag { right: 0; bottom: 18px; }
  .field-row { grid-template-columns: 1fr; }
  .contact-card { padding: 24px 19px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .floating-contact { right: 16px; bottom: 16px; }
}
