:root {
  --forest: #102b24;
  --forest-deep: #081914;
  --emerald: #19885f;
  --lime: #b7ff16;
  --pink: #ff68b1;
  --cyan: #56efff;
  --paper: #f4f1e9;
  --ink: #14201c;
  --muted: #75807a;
  --line: rgba(20, 32, 28, .14);
  --display: "Space Grotesk", sans-serif;
  --body: "Manrope", sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 20; height: 76px;
  display: flex; align-items: center; background: rgba(244, 241, 233, .87);
  border-bottom: 1px solid rgba(20, 32, 28, .09); backdrop-filter: blur(18px);
}
.nav-wrap { width: min(1440px, 100%); margin: auto; padding: 0 48px; display: flex; justify-content: space-between; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border: 2px solid var(--emerald); border-radius: 50%; color: var(--emerald); font: 700 13px var(--display); letter-spacing: -.12em; }
.brand-name { display: flex; flex-direction: column; line-height: 1; font: 700 12px var(--display); letter-spacing: .13em; }
.brand-sub { margin-top: 5px; color: var(--emerald); font: 500 8px var(--mono); letter-spacing: .18em; }
.desktop-nav { display: flex; gap: 32px; align-items: center; }
.nav-link { position: relative; color: #68716c; font-size: 13px; font-weight: 700; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--lime); transition: right .25s ease; }
.nav-link:hover, .nav-link.active { color: var(--ink); }
.nav-link.active::after, .nav-link:hover::after { right: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 12px; padding: 14px 19px; font-weight: 800; font-size: 13px; transition: transform .25s ease, filter .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.04); }
.button-lime { background: var(--emerald); color: #192016; }
.button-dark { background: var(--forest); color: #fff; }
.button-ghost { background: transparent; color: inherit; border: 1px solid currentColor; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: transparent; }
.mobile-nav { display: none; }

main { padding-top: 76px; }
.grid-paper { background-image: linear-gradient(rgba(20, 32, 28, .075) 1px, transparent 1px), linear-gradient(90deg, rgba(20, 32, 28, .075) 1px, transparent 1px); background-size: 44px 44px; }
.container { width: min(1440px, 100%); margin: auto; padding-left: 48px; padding-right: 48px; }
.eyebrow { color: var(--emerald); font: 500 10px var(--mono); letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 30px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h1 { font-size: clamp(3.5rem, 8vw, 8rem); line-height: .84; letter-spacing: -.08em; }
h2 { font-size: clamp(2.6rem, 6vw, 6rem); line-height: .93; letter-spacing: -.065em; }
h3 { letter-spacing: -.035em; }
.green { color: var(--emerald); }
.lime { color: var(--lime); }
.muted { color: var(--muted); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }
.delay-3 { transition-delay: .36s; }

.hero { position: relative; min-height: calc(100vh - 76px); display: flex; align-items: center; overflow: hidden; background: var(--forest-deep); color: #fff; }
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,25,20,.98), rgba(8,25,20,.79) 41%, rgba(8,25,20,.2)); z-index: 1; }
.hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; z-index: 0; }
.hero-content { position: relative; z-index: 2; width: min(1440px, 100%); margin: auto; padding: 80px 48px; }
.hero h1 { max-width: 930px; margin: 24px 0; color: #f9f8f3; }
.hero-copy { max-width: 590px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.hero-note { position: absolute; right: 48px; bottom: 92px; width: 280px; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.25); }
.hero-note p { margin: 18px 0 0; font: 600 24px/1.15 var(--display); }
.hero-meta { position: absolute; left: 48px; bottom: 18px; display: flex; gap: 14px; color: rgba(255,255,255,.48); font: 10px var(--mono); letter-spacing: .18em; }
.marquee { overflow: hidden; padding: 18px 0; background: var(--paper); color: #14200f; }
.marquee-track { display: flex; width: max-content; gap: 26px; animation: marquee 25s linear infinite; font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding-top: 120px; padding-bottom: 120px; }
.section-head { max-width: 750px; }
.section-head p:last-child { max-width: 620px; color: var(--muted); line-height: 1.8; }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: end; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 54px; overflow: hidden; border: 1px solid var(--line); background: var(--line); border-radius: 22px; }
.info-card { min-height: 250px; padding: 28px; background: #fbfaf5; transition: background .3s, color .3s; }
.info-card:hover { background: var(--forest); color: #fff; }
.card-number { font: 13px var(--mono); color: var(--forest); }
.info-card h3 { margin-top: 58px; margin-bottom: 10px; font-size: 20px; }
.info-card p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.info-card:hover p { color: rgba(255,255,255,.65); }
.story-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; margin-top: 50px; }
.story-image { min-height: 370px; border-radius: 22px; background: center/cover; }
.auto-story { position: relative; width: 100%; height: 100%; min-height: 370px; overflow: hidden; background: var(--forest); }
.auto-story img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .7s ease; }
.auto-story img.active { opacity: 1; }
.story-dots { position: absolute; left: 20px; bottom: 18px; z-index: 1; display: flex; gap: 6px; }
.story-dots button { width: 8px; height: 4px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.58); transition: width .25s, background .25s; }
.story-dots button.active { width: 28px; background: var(--lime); }
.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; }
.dark-section { background: var(--forest); color: #fff; }
.dark-section .eyebrow, .dark-section .card-number { color: var(--lime); }
.dark-section .section-head p:last-child { color: rgba(255,255,255,.62); }
.experience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 50px; }
.experience-card { position: relative; min-height: 350px; overflow: hidden; border-radius: 22px; background: #162f28; }
.experience-card:first-child { grid-column: span 2; }
.experience-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.experience-card:hover img { transform: scale(1.07); }
.experience-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(8,25,20,.98)); }
.experience-card-body { position: absolute; z-index: 1; inset: auto 24px 22px; }
.experience-card h3 { margin: 8px 0 12px; font-size: 25px; }
.experience-card a { color: rgba(255,255,255,.62); font: 700 11px var(--mono); text-transform: uppercase; letter-spacing: .12em; }
.experience-card:hover a { color: var(--lime); }
.trusted { background: var(--paper); }
.trusted-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 48px; background: var(--line); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.trusted-card { padding: 30px; min-height: 210px; background: #fbfaf5; }
.trusted-card h3 { margin: 48px 0 10px; font-size: 20px; }
.trusted-card p { color: var(--muted); font-size: 13px; line-height: 1.7; }

.gallery-section { background: #f8f6f1; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 42px; }
.gallery-card { position: relative; min-height: 360px; overflow: hidden; border-radius: 22px; background: var(--forest); }
.gallery-image-button { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-card:hover img { transform: scale(1.04); }
.gallery-card figcaption { position: absolute; inset: auto 0 0; display: flex; flex-direction: column; gap: 6px; padding: 18px; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(8, 25, 20, .88)); color: #fff; }
.gallery-badge { display: inline-flex; align-self: flex-start; padding: 8px 12px; border-radius: 999px; font: 700 9px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.gallery-card strong { font-size: 15px; letter-spacing: -.02em; }
.gallery-card small { color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.gallery-actions { display: flex; justify-content: center; margin-top: 30px; }
.gallery-lightbox { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 40px; background: rgba(8, 25, 20, .94); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.gallery-lightbox.open { opacity: 1; pointer-events: auto; }
.gallery-lightbox img { max-width: min(1100px, 94vw); max-height: 88vh; object-fit: contain; box-shadow: 0 20px 80px rgba(0,0,0,.45); }
.gallery-lightbox-close { position: absolute; top: 24px; right: 28px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: transparent; color: #fff; font-size: 30px; line-height: 1; }
.lightbox-open { overflow: hidden; }

.cta { position: relative; overflow: hidden; padding: 100px 0; background: var(--forest); color: #fff; }
.cta::after { content: ""; position: absolute; width: 420px; height: 420px; right: -130px; top: -180px; border: 1px solid rgba(183,255,22,.3); border-radius: 50%; }
.cta-row { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.cta h2 { max-width: 730px; margin: 22px 0 0; }

.page-hero { padding-top: 110px; padding-bottom: 120px; }
.page-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.page-hero h1 { margin: 24px 0 0; }
.page-hero-copy { color: var(--muted); line-height: 1.8; max-width: 430px; }
.process-list { margin-top: 50px; }
.process-row { display: flex; align-items: center; gap: 22px; padding: 20px 0; border-top: 1px solid var(--line); }
.process-row span { font: 11px var(--mono); color: var(--emerald); }
.process-row strong { font: 20px var(--display); }
.process-row svg { margin-left: auto; color: var(--muted); }
.filters { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 0 26px; border-bottom: 1px solid rgba(255,255,255,.16); }
.filter { padding: 10px 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: transparent; color: rgba(255,255,255,.67); font-size: 12px; font-weight: 800; }
.filter.active, .filter:hover { background: var(--lime); border-color: var(--lime); color: #172211; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 40px; }
.project { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.05); }
.project img { width: 100%; height: 270px; object-fit: cover; }
.project-body { padding: 28px; }
.project h3 { margin: 15px 0; font-size: 28px; }
.project p { color: rgba(255,255,255,.62); line-height: 1.8; }
.project .button { margin-top: 20px; }
.form-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; }
.contact-card { padding: 36px; border-radius: 22px; background: #fbfaf5; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #6e7972; font: 500 10px var(--mono); text-transform: uppercase; letter-spacing: .15em; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); outline: none; background: transparent; color: var(--ink); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--emerald); }
.field textarea { min-height: 110px; resize: vertical; }
.form-actions { display: flex; justify-content: space-between; align-items: center; gap: 18px; grid-column: 1 / -1; margin-top: 10px; }
.form-note { max-width: 280px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.form-error { grid-column: 1 / -1; color: #bb3a5c; font-size: 13px; }
.success { min-height: 400px; display: flex; flex-direction: column; justify-content: center; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.faq-item { border-top: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 18px; padding: 21px 0; border: 0; background: transparent; text-align: left; font: 700 18px var(--display); }
.faq-answer { display: none; max-width: 650px; padding: 0 54px 20px 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.faq-item.open .faq-answer { display: block; }
.faq-icon { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 30px; border: 1px solid var(--line); border-radius: 50%; transition: transform .25s, background .25s; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--lime); }

footer { padding: 70px 0 24px; background: var(--forest-deep); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .8fr 1fr; gap: 40px; }
footer .brand-mark { border-color: var(--lime); color: var(--lime); }
footer .brand-sub { color: var(--lime); }
.footer-copy { max-width: 260px; margin-top: 24px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.8; }
.footer-title { color: var(--lime); font: 500 10px var(--mono); letter-spacing: .2em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; color: rgba(255,255,255,.64); font-size: 13px; }
.footer-links a:hover { color: var(--lime); }
.newsletter { display: flex; margin-top: 18px; border-bottom: 1px solid rgba(255,255,255,.25); }
.newsletter input { flex: 1; min-width: 0; padding: 12px 0; border: 0; outline: none; background: transparent; color: #fff; }
.newsletter button { border: 0; background: var(--lime); padding: 0 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 65px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.4); font: 10px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.back-top { position: fixed; right: 22px; bottom: 22px; z-index: 10; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--lime); color: #192016; opacity: 0; pointer-events: none; transition: opacity .25s; }
.back-top.show { opacity: 1; pointer-events: auto; }

@media (max-width: 900px) {
  .nav-wrap, .container, .hero-content { padding-left: 24px; padding-right: 24px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: grid; place-items: center; }
  .mobile-nav { display: none; position: fixed; top: 76px; left: 0; right: 0; padding: 18px 24px 26px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .mobile-nav.open { display: flex; flex-direction: column; gap: 4px; }
  .mobile-nav .nav-link { padding: 13px 8px; font-size: 18px; }
  .mobile-nav .button { margin-top: 14px; }
  .hero-note { display: none; }
  .hero-meta { left: 24px; }
  .split, .page-hero-grid, .form-layout, .faq-grid { grid-template-columns: 1fr; }
  .cards, .trusted-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-card:first-child { grid-column: span 2; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .section { padding-top: 80px; padding-bottom: 80px; }
  .hero { min-height: calc(100svh - 76px); }
  .hero-content { padding-top: 64px; padding-bottom: 54px; }
  .hero h1 { font-size: clamp(3.6rem, 17vw, 5.4rem); }
  .hero-copy { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-meta { display: none; }
  .container { padding-left: 20px; padding-right: 20px; }
  .cards, .trusted-grid, .experience-grid, .project-grid, .field-grid, .footer-grid { grid-template-columns: 1fr; }
  .experience-card:first-child { grid-column: auto; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card { min-height: 300px; }
  .gallery-lightbox { padding: 20px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-image { min-height: 280px; }
  .page-hero { padding-top: 80px; padding-bottom: 75px; }
  .page-hero h1 { font-size: clamp(3.4rem, 15vw, 5.2rem); }
  .cta { padding: 80px 0; }
  .cta-row, .footer-bottom, .form-actions { align-items: flex-start; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .contact-card { padding: 24px; }
  .footer-grid { gap: 34px; }
  .footer-bottom { margin-top: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}