:root {
  --green-950: #082d27;
  --green-900: #0e3b33;
  --green-800: #17483e;
  --green-700: #255f52;
  --green-100: #e4eee9;
  --lime: #9bbf3b;
  --ink: #16201e;
  --muted: #62706c;
  --line: #d9e1dd;
  --paper: #f7f8f5;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(8, 45, 39, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; background: var(--white); color: var(--green-900); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 100; width: 100%; top: 0; left: 0; color: var(--white); }
.site-header.scrolled { position: fixed; background: rgba(8,45,39,.95); backdrop-filter: blur(14px); box-shadow: 0 8px 30px rgba(0,0,0,.16); animation: drop .35s ease; }
@keyframes drop { from { transform: translateY(-100%); } }
.header-inner { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 106px; height: 92px; display: grid; place-items: center; padding: 5px; overflow: hidden; background: rgba(255,255,255,.96); border-radius: 0 0 8px 8px; box-shadow: 0 12px 30px rgba(0,0,0,.14); }
.brand-logo { width: 82px; height: 82px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .92rem; font-weight: 650; }
.main-nav a { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--lime); transition: width .25s ease; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { width: 100%; }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 4px; transition: background .2s, color .2s; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--white); color: var(--green-900); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 4px; background: rgba(255,255,255,.12); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; min-height: 810px; display: grid; overflow: hidden; color: var(--white); background: var(--green-950); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,31,27,.98) 0%, rgba(4,31,27,.91) 36%, rgba(4,31,27,.56) 62%, rgba(4,31,27,.08) 100%), linear-gradient(0deg, rgba(4,31,27,.76) 0%, transparent 42%); }
.hero-content { position: relative; z-index: 2; min-height: 810px; display: flex; align-items: center; padding-top: 110px; padding-bottom: 64px; }
.hero-copy { width: min(720px, 63%); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: var(--green-700); font-weight: 800; font-size: .76rem; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--lime); }
.eyebrow.light { color: rgba(255,255,255,.72); }
.hero .eyebrow { color: rgba(255,255,255,.68); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(3.45rem, 5.9vw, 6.25rem); }
h1 em { display: block; color: var(--lime); font-style: italic; }
.hero-lead { max-width: 590px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: 1.15rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 13px 22px; border: 1px solid transparent; border-radius: 4px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); }
.btn-primary { color: var(--green-950); background: var(--lime); }
.btn-primary:hover, .btn-primary:focus-visible { background: #b0d34e; }
.btn-ghost { color: var(--white); border-color: rgba(255,255,255,.32); background: transparent; }
.btn-ghost:hover, .btn-ghost:focus-visible { border-color: var(--white); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 0; margin-top: 54px; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.hero-meta span { min-width: 180px; padding: 16px 24px 16px 0; margin-right: 24px; display: grid; color: rgba(255,255,255,.58); font-size: .75rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.hero-meta strong { color: var(--white); font-family: Georgia, serif; font-size: 1.08rem; letter-spacing: 0; text-transform: none; }
.hero-track { position: absolute; bottom: 0; left: 0; width: 100%; height: 7px; background: rgba(255,255,255,.06); }
.hero-track span { display: block; width: 38%; height: 100%; background: var(--lime); }

.proof-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.proof-grid { min-height: 122px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-grid div { min-height: 52px; padding: 4px 28px; display: grid; align-content: center; border-right: 1px solid var(--line); }
.proof-grid div:first-child { padding-left: 0; }
.proof-grid div:last-child { border-right: 0; }
.proof-grid strong { color: var(--green-800); font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.15; }
.proof-grid span { color: var(--muted); font-size: .82rem; }

.section { padding: 118px 0; }
.section-head { display: grid; grid-template-columns: 1fr 380px; gap: 70px; align-items: end; margin-bottom: 54px; }
.section-head h2, .company-copy h2, .contact h2, .showcase h2 { margin: 0; font-size: clamp(2.55rem, 4vw, 4.35rem); }
.section-head > p { margin: 0 0 8px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 310px; padding: 38px 34px; overflow: hidden; background: var(--white); transition: transform .25s, box-shadow .25s; }
.service-card:hover { z-index: 2; transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card.featured { color: var(--white); background: var(--green-800); }
.service-card svg { width: 46px; height: 46px; margin-bottom: 42px; fill: none; stroke: var(--green-700); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card.featured svg { stroke: var(--lime); }
.service-number { position: absolute; right: 24px; top: 19px; color: #a9b5b1; font: 700 .72rem/1 ui-monospace, monospace; letter-spacing: .16em; }
.service-card.featured .service-number { color: rgba(255,255,255,.45); }
.service-card h3 { margin-bottom: 12px; font-family: Georgia, serif; font-size: 1.5rem; line-height: 1.2; }
.service-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.service-card.featured p { color: rgba(255,255,255,.68); }

.precision { background: var(--white); }
.precision-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.precision-image { position: relative; min-height: 590px; margin: 0; overflow: hidden; background: var(--green-950); box-shadow: var(--shadow); }
.precision-image::before { content: ""; position: absolute; z-index: 1; inset: 18px; border: 1px solid rgba(255,255,255,.3); pointer-events: none; }
.precision-image img { width: 100%; height: 590px; object-fit: cover; }
.precision-image figcaption { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 18px; padding: 42px 20px 18px; color: var(--white); background: linear-gradient(transparent, rgba(8,45,39,.9)); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.precision-copy h2 { margin: 0; font-size: clamp(2.55rem, 4vw, 4.35rem); }
.precision-copy > p:not(.eyebrow) { margin: 28px 0 36px; color: var(--muted); }
.precision-list { border-top: 1px solid var(--line); }
.precision-list > div { position: relative; min-height: 88px; padding: 17px 0 17px 52px; display: grid; align-content: center; border-bottom: 1px solid var(--line); }
.precision-list span { position: absolute; left: 0; top: 24px; color: var(--lime); font: 800 .72rem/1 ui-monospace, monospace; }
.precision-list strong { color: var(--green-800); font-family: Georgia, serif; font-size: 1.17rem; }
.precision-list small { color: var(--muted); font-size: .82rem; }

.showcase { position: relative; overflow: hidden; color: var(--white); background: var(--green-950); }
.showcase::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 44px 44px; }
.showcase-grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; }
.showcase-copy > p:not(.eyebrow) { margin: 28px 0; color: rgba(255,255,255,.66); }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 13px 0 13px 30px; border-bottom: 1px solid rgba(255,255,255,.12); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 900; }
.gallery { display: grid; grid-template-columns: 1.16fr .84fr; grid-template-rows: 250px 250px; gap: 14px; }
.gallery figure { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); }
.gallery-main { grid-row: 1 / 3; }
.gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.68) contrast(1.07); transition: transform .6s ease, filter .6s ease; }
.gallery figure:hover img { transform: scale(1.04); filter: saturate(.9) contrast(1.07); }
.gallery figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 16px 13px; color: rgba(255,255,255,.86); background: linear-gradient(transparent, rgba(8,45,39,.88)); font-size: .8rem; }

.company { background: var(--white); }
.company-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.company-logo { position: relative; }
.logo-stage { position: relative; min-height: 480px; display: grid; place-items: center; padding: 50px; background: #f3f1ed; border: 1px solid var(--line); }
.logo-stage::before, .logo-stage::after { content: ""; position: absolute; width: 70px; height: 70px; border-color: var(--green-700); border-style: solid; }
.logo-stage::before { top: 20px; left: 20px; border-width: 2px 0 0 2px; }
.logo-stage::after { right: 20px; bottom: 20px; border-width: 0 2px 2px 0; }
.logo-stage img { width: 340px; }
.stage-caption { position: absolute; left: -17px; bottom: 46px; padding: 9px 16px; color: var(--white); background: var(--green-800); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.company-copy > p:not(.eyebrow) { margin: 28px 0 34px; color: var(--muted); font-size: 1.05rem; }
.legal-grid { display: grid; grid-template-columns: 1.4fr .8fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.legal-grid > div { min-height: 96px; padding: 19px 22px; display: grid; align-content: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.legal-grid .wide { grid-column: 1 / -1; }
.legal-grid small { color: var(--green-700); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.legal-grid strong { font-size: .9rem; line-height: 1.35; }

.contact { padding: 0 0 100px; background: var(--white); }
.contact-card { position: relative; min-height: 430px; padding: 68px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; overflow: hidden; color: var(--white); background: var(--green-800); }
.contact-card::after { content: "N"; position: absolute; right: -8px; bottom: -130px; color: rgba(255,255,255,.045); font: 500 30rem/1 Georgia, serif; }
.contact-card > * { position: relative; z-index: 1; }
.contact h2 { max-width: 690px; }
.contact-card > div > p:not(.eyebrow) { margin: 24px 0 0; color: rgba(255,255,255,.66); }
.contact-actions { display: grid; gap: 24px; justify-items: start; }
.btn-light { min-width: 215px; color: var(--green-900); background: var(--white); }
.address-link { display: flex; gap: 14px; color: rgba(255,255,255,.83); font-size: .9rem; }
.address-link svg { flex: 0 0 28px; width: 28px; height: 28px; fill: none; stroke: var(--lime); stroke-width: 1.7; }
.address-link span { line-height: 1.45; }
.address-link small { display: block; margin-bottom: 4px; color: var(--lime); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }

.site-footer { padding: 46px 0; color: rgba(255,255,255,.64); background: var(--green-950); font-size: .8rem; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.3fr .8fr; gap: 40px; align-items: center; }
.footer-grid p { margin: 0; }
.footer-grid p:last-child { text-align: right; }
.footer-brand { width: 112px; height: 112px; display: grid; place-items: center; padding: 7px; overflow: hidden; background: rgba(255,255,255,.94); border-radius: 5px; }
.footer-brand img { width: 96px; height: 96px; object-fit: contain; }

.notice { position: fixed; z-index: 300; right: 24px; bottom: 24px; width: min(390px, calc(100% - 40px)); padding: 20px 48px 20px 20px; display: grid; gap: 4px; opacity: 0; visibility: hidden; transform: translateY(18px); color: var(--ink); background: var(--white); border-left: 5px solid var(--lime); box-shadow: 0 20px 60px rgba(0,0,0,.22); transition: .25s ease; }
.notice.show { opacity: 1; visibility: visible; transform: translateY(0); }
.notice button { position: absolute; top: 6px; right: 8px; width: 32px; height: 32px; border: 0; background: transparent; color: var(--muted); font-size: 1.55rem; cursor: pointer; }
.notice strong { color: var(--green-800); }
.notice span { color: var(--muted); font-size: .86rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.service-card:nth-child(2), .gallery { transition-delay: .08s; }
.service-card:nth-child(3) { transition-delay: .16s; }
.service-card:nth-child(5) { transition-delay: .08s; }
.service-card:nth-child(6) { transition-delay: .16s; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 78px; left: 20px; right: 20px; padding: 18px; display: none; align-items: stretch; flex-direction: column; gap: 4px; color: var(--white); background: var(--green-900); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; }
  .nav-cta { margin-top: 4px; }
  .hero-copy { width: min(760px, 74%); }
  h1 { font-size: clamp(3rem, 7vw, 4.8rem); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .precision-grid, .showcase-grid, .company-grid { grid-template-columns: 1fr; gap: 55px; }
  .precision-image { width: min(100%, 760px); }
  .showcase-copy { max-width: 670px; }
  .company-logo { width: min(100%, 570px); }
  .contact-card { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 640px); }
  .header-inner { height: 78px; }
  .brand { width: 86px; height: 74px; padding: 4px; }
  .brand-logo { width: 66px; height: 66px; }
  .hero { min-height: 780px; }
  .hero-content { min-height: 780px; padding-top: 128px; padding-bottom: 56px; align-items: center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,31,27,.96) 0%, rgba(4,31,27,.89) 64%, rgba(4,31,27,.46) 100%), linear-gradient(0deg, rgba(4,31,27,.86), transparent 60%); }
  .hero-bg { object-position: 68% center; }
  .hero-copy { position: relative; z-index: 2; }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .hero-meta { margin-top: 42px; }
  .hero-meta span { min-width: 50%; margin-right: 0; padding-right: 16px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); padding-block: 24px; }
  .proof-grid div { min-height: 76px; padding: 12px 18px; border-bottom: 1px solid var(--line); }
  .proof-grid div:nth-child(2) { border-right: 0; }
  .proof-grid div:nth-child(3), .proof-grid div:nth-child(4) { border-bottom: 0; }
  .proof-grid div:nth-child(3) { padding-left: 0; }
  .section { padding: 86px 0; }
  .section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .section-head h2, .precision-copy h2, .company-copy h2, .contact h2, .showcase h2 { font-size: clamp(2.5rem, 11vw, 3.6rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .precision-image, .precision-image img { min-height: 430px; height: 430px; }
  .showcase-grid { gap: 48px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 410px 220px; }
  .gallery-main { grid-column: 1 / -1; grid-row: auto; }
  .logo-stage { min-height: 390px; padding: 34px; }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-grid .wide { grid-column: auto; }
  .contact { padding-bottom: 60px; }
  .contact-card { padding: 48px 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .footer-grid p:last-child { text-align: left; }
}

@media (max-width: 440px) {
  .hero-actions, .hero-actions .btn { width: 100%; }
  .hero-meta span { min-width: 100%; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: 360px 240px 240px; }
  .gallery-main { grid-column: auto; }
  .contact-actions, .contact-actions .btn { width: 100%; }
}

@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; }
}
