:root {
  --ink: #10281f;
  --forest: #123a2a;
  --forest-deep: #09291d;
  --leaf: #d8ed55;
  --leaf-soft: #eef7bd;
  --paper: #f5f7ef;
  --white: #ffffff;
  --muted: #66736c;
  --line: rgba(16, 40, 31, 0.14);
  --shadow: 0 24px 60px rgba(7, 35, 24, 0.13);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.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; z-index: 1000; left: 16px; top: -60px; padding: 10px 16px; background: var(--leaf); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--white);
  transition: background .3s ease, box-shadow .3s ease, color .3s ease;
}
.site-header.scrolled { background: rgba(245, 247, 239, .96); color: var(--ink); box-shadow: 0 10px 40px rgba(5, 30, 20, .08); backdrop-filter: blur(16px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { width: 132px; height: auto; border-radius: 2px; box-shadow: 0 7px 22px rgba(5, 25, 18, .12); }
.footer-brand .brand-logo { width: 166px; box-shadow: none; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; letter-spacing: .02em; }
.site-nav a { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -8px; background: var(--leaf); transition: right .2s ease; }
.site-nav > a:not(.nav-cta):hover::after, .site-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: 11px 20px; border: 1px solid currentColor; border-radius: 999px; }
.site-header:not(.scrolled) .nav-cta:hover { color: var(--ink); background: var(--leaf); border-color: var(--leaf); }
.site-header.scrolled .nav-cta { background: var(--forest); border-color: var(--forest); color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: currentColor; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 6px auto; background: currentColor; transition: transform .2s ease; }

.hero { min-height: 760px; height: 100svh; max-height: 960px; position: relative; display: flex; align-items: center; color: var(--white); overflow: hidden; background: var(--forest-deep); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 30, 21, .91) 0%, rgba(5, 30, 21, .67) 41%, rgba(5, 30, 21, .1) 72%), linear-gradient(0deg, rgba(5, 25, 18, .5) 0%, transparent 40%); }
.hero-inner { position: relative; padding-top: 70px; }
.eyebrow { margin: 0 0 22px; font-size: 13px; line-height: 1.2; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; color: var(--leaf); }
.eyebrow.dark { color: #3f6b25; }
.eyebrow.light { color: var(--leaf); }
h1, h2, h3 { margin: 0; line-height: 1.06; }
h1 { max-width: 880px; font-size: clamp(3.4rem, 6.8vw, 6.8rem); letter-spacing: -.055em; font-weight: 720; }
h1 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: var(--leaf); }
.hero-lead { max-width: 650px; margin: 30px 0 0; font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.55; color: rgba(255,255,255,.83); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid transparent; border-radius: 3px; font-weight: 750; line-height: 1; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--leaf); color: var(--ink); }
.button-primary:hover { background: #e6f678; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.5); }
.button-ghost:hover { background: rgba(255,255,255,.1); border-color: var(--white); }
.button-dark { background: var(--forest); color: var(--white); }
.button-dark:hover { background: var(--forest-deep); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 48px 0 0; padding: 0; list-style: none; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.76); }
.hero-tags li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--leaf); }
.hero-scroll { position: absolute; right: max(20px, calc((100% - 1180px)/2)); bottom: 38px; display: flex; align-items: center; gap: 14px; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-scroll i { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-style: normal; }

.trust-strip { background: var(--leaf); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 94px; align-items: stretch; }
.trust-grid p { margin: 0; display: flex; align-items: center; gap: 12px; border-right: 1px solid rgba(16,40,31,.18); font-weight: 700; }
.trust-grid p:first-child { border-left: 1px solid rgba(16,40,31,.18); padding-left: 26px; }
.trust-grid p:not(:first-child) { padding-left: 26px; }
.trust-grid span { font-size: 12px; opacity: .62; }

.section { padding: 130px 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 80px; align-items: end; margin-bottom: 64px; }
.section-heading.compact { margin-bottom: 70px; }
.section-heading h2, .ipard h2, .about h2, .contact h2 { font-size: clamp(2.6rem, 5vw, 5.1rem); letter-spacing: -.05em; }
.section-heading > p, .ipard-intro > p, .contact-copy > p { margin: 0 0 4px; font-size: 1.08rem; color: var(--muted); }

.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.service-card { grid-column: span 2; min-height: 370px; padding: 28px; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card.featured { grid-column: span 4; color: var(--white); background: var(--forest); border-color: var(--forest); }
.service-number { font-size: 12px; font-weight: 700; letter-spacing: .1em; color: #698076; }
.featured .service-number { color: rgba(255,255,255,.5); }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; margin: 50px 0 24px; color: #3f6b25; background: var(--leaf-soft); border-radius: 50%; }
.service-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.featured .service-icon { color: var(--forest); background: var(--leaf); }
.service-card h3 { font-size: 1.45rem; letter-spacing: -.025em; }
.service-card p { margin: 16px 0 0; color: var(--muted); }
.featured p { max-width: 560px; color: rgba(255,255,255,.72); }
.service-card a { width: fit-content; margin-top: auto; padding-top: 22px; color: var(--leaf); font-weight: 750; }

.ipard { color: var(--white); background: var(--forest-deep); position: relative; overflow: hidden; }
.ipard::after { content: ""; position: absolute; width: 620px; height: 620px; left: -350px; bottom: -360px; border: 1px solid rgba(216,237,85,.18); border-radius: 50%; box-shadow: 0 0 0 90px rgba(216,237,85,.035), 0 0 0 180px rgba(216,237,85,.025); }
.ipard-layout { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(440px, 1.1fr); gap: 100px; position: relative; z-index: 1; }
.ipard-intro { position: sticky; top: 140px; align-self: start; }
.ipard-intro > p { margin: 26px 0; color: rgba(255,255,255,.68); }
.text-link { display: inline-flex; gap: 8px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-weight: 700; }
.text-link.light { color: var(--leaf); }
.measure { display: grid; grid-template-columns: 120px 1fr; gap: 34px; padding: 42px 0; border-top: 1px solid rgba(255,255,255,.18); }
.measure:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.measure-label { color: rgba(255,255,255,.55); font-size: 14px; text-transform: uppercase; letter-spacing: .12em; }
.measure-label strong { display: block; margin-top: 4px; color: var(--leaf); font-size: 3.7rem; line-height: 1; letter-spacing: -.07em; }
.measure h3 { font-size: 1.55rem; }
.measure p { margin: 14px 0 0; color: rgba(255,255,255,.65); }

.process { background: var(--white); }
.process-grid { counter-reset: steps; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-grid li { min-height: 250px; padding: 28px 28px 28px 0; border-right: 1px solid var(--line); }
.process-grid li:not(:first-child) { padding-left: 28px; }
.process-grid li:last-child { border-right: 0; }
.process-grid span { display: block; margin-bottom: 65px; color: #6f7c75; font-size: 13px; font-weight: 700; }
.process-grid h3 { font-size: 1.5rem; }
.process-grid p { margin: 14px 0 0; color: var(--muted); }

.about { color: var(--white); background: var(--forest); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.about-statement { padding-right: 30px; }
.about-copy .lead { margin: 0 0 28px; font-size: 1.42rem; line-height: 1.5; color: var(--white); }
.about-copy > p:not(.lead) { color: rgba(255,255,255,.7); }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-top: 54px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.18); }
.mission-grid span { color: var(--leaf); font-size: 13px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.mission-grid p { margin: 10px 0 0; color: rgba(255,255,255,.72); }

.contact { padding: 130px 0; background: var(--leaf); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-copy > p { margin-top: 28px; color: rgba(16,40,31,.72); }
.contact-form { padding: 40px; background: var(--paper); box-shadow: 14px 14px 0 rgba(16,40,31,.12); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 20px; font-size: 14px; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #9daa9f; border-radius: 0; padding: 10px 2px; color: var(--ink); background: transparent; outline: none; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--forest); box-shadow: 0 2px 0 var(--forest); }
.honey-field { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; }
.consent-field { grid-template-columns: 20px 1fr !important; align-items: start; gap: 12px !important; margin-top: 24px; color: var(--muted); font-size: 13px !important; font-weight: 500 !important; line-height: 1.55; }
.consent-field input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--forest); box-shadow: none; }
.privacy-link, .footer-privacy-link { padding: 0; border: 0; border-bottom: 1px solid currentColor; color: inherit; background: transparent; cursor: pointer; }
.privacy-link { font-size: inherit; font-weight: 750; }
.form-status { display: none; margin: 22px 0 0; padding: 13px 15px; border: 1px solid rgba(18, 58, 42, .2); background: rgba(216, 237, 85, .26); font-size: 14px; font-weight: 700; }
.form-status.success { display: block; }
.form-footer { display: flex; align-items: center; gap: 22px; margin-top: 28px; }
.form-footer p { margin: 0; max-width: 260px; color: var(--muted); font-size: 12px; line-height: 1.5; }

.site-footer { padding: 76px 0 24px; color: var(--white); background: #071d15; }
.footer-main { display: grid; grid-template-columns: 1.25fr .9fr .85fr; gap: 70px; padding-bottom: 58px; }
.footer-brand { color: var(--white); }
.footer-main > div:first-child > p { max-width: 340px; margin: 20px 0 0; color: rgba(255,255,255,.58); }
.footer-contact, .footer-address { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-contact span, .footer-address span { margin-bottom: 10px; color: var(--leaf); font-size: 12px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.footer-contact a { color: rgba(255,255,255,.78); }
.footer-contact a:hover { color: var(--leaf); }
.footer-address p { margin: 0; color: rgba(255,255,255,.64); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 13px; }
.footer-bottom p { margin: 0; }
.footer-links { display: flex; align-items: center; gap: 24px; }
.footer-privacy-link { color: rgba(255,255,255,.65); }
.footer-privacy-link:hover { color: var(--leaf); }

.privacy-dialog { width: min(760px, calc(100% - 32px)); max-height: min(84vh, 850px); padding: 0; border: 0; color: var(--ink); background: var(--paper); box-shadow: 0 30px 90px rgba(0, 0, 0, .34); }
.privacy-dialog::backdrop { background: rgba(4, 20, 14, .75); backdrop-filter: blur(5px); }
.privacy-dialog-inner { padding: 38px 42px 42px; }
.privacy-dialog-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.privacy-dialog-header .eyebrow { margin-bottom: 10px; }
.privacy-dialog h2 { max-width: 600px; font-size: clamp(2rem, 5vw, 3.1rem); letter-spacing: -.045em; }
.dialog-close { flex: 0 0 auto; display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; font-size: 27px; line-height: 1; cursor: pointer; }
.privacy-content { padding-top: 8px; }
.privacy-content h3 { margin-top: 28px; font-size: 1.08rem; }
.privacy-content p { margin: 10px 0 0; color: var(--muted); }
.privacy-content a { color: var(--forest); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.privacy-note { margin-top: 30px !important; padding-top: 24px; border-top: 1px solid var(--line); font-size: 13px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .header-inner { min-height: 74px; }
  .menu-toggle { display: block; z-index: 102; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 26px; padding: 80px 24px; color: var(--white); background: var(--forest-deep); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { font-size: 1.5rem; }
  .site-nav .nav-cta { margin-top: 12px; }
  .menu-toggle[aria-expanded="true"] { color: var(--white); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid p { min-height: 70px; border-bottom: 1px solid rgba(16,40,31,.18); }
  .service-card { grid-column: span 3; }
  .service-card.featured { grid-column: span 6; }
  .ipard-layout, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 64px; }
  .ipard-intro { position: static; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li:nth-child(2) { border-right: 0; }
  .process-grid li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1.2fr 1fr; }
  .footer-address { grid-column: 2; }
}

@media (max-width: 700px) {
  :root { --container: min(100% - 30px, 1180px); }
  .hero { min-height: 100svh; height: auto; max-height: none; align-items: stretch; }
  .hero-image { object-position: 67% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(5,30,21,.97) 0%, rgba(5,30,21,.73) 70%, rgba(5,30,21,.35) 100%); }
  .hero-inner { padding: 122px 0 76px; }
  h1 { font-size: clamp(3rem, 14.4vw, 4.8rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-tags { gap: 9px 18px; margin-top: 34px; }
  .hero-scroll { display: none; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 14px; }
  .trust-grid p, .trust-grid p:first-child, .trust-grid p:not(:first-child) { min-height: 54px; padding-left: 0; border-left: 0; border-right: 0; }
  .trust-grid p:last-child { border-bottom: 0; }
  .section, .contact { padding: 86px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 42px; }
  .section-heading h2, .ipard h2, .about h2, .contact h2 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card.featured { grid-column: auto; min-height: 330px; }
  .measure { grid-template-columns: 76px 1fr; gap: 20px; padding: 34px 0; }
  .measure-label strong { font-size: 3rem; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:not(:first-child) { min-height: 0; padding: 26px 0; border-right: 0; border-top: 1px solid var(--line); }
  .process-grid span { margin-bottom: 24px; }
  .mission-grid, .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 26px 20px; box-shadow: 8px 8px 0 rgba(16,40,31,.12); }
  .form-footer { align-items: stretch; flex-direction: column; }
  .privacy-dialog-inner { padding: 26px 20px 30px; }
  .privacy-dialog-header { gap: 14px; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer-address { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .footer-links { justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (forced-colors: active) {
  .button, .nav-cta { border: 2px solid currentColor; }
}
