:root {
  --forest: #0b2c25;
  --forest-2: #123e34;
  --lime: #c8e33d;
  --cream: #f3f0e6;
  --paper: #fbfaf6;
  --ink: #17211e;
  --muted: #68736f;
  --line: #d9ddd6;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 116px 0; }

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  color: var(--white);
  transition: background .3s, border-color .3s, color .3s, backdrop-filter .3s;
}
.site-header.scrolled {
  color: var(--forest);
  background: rgba(251, 250, 246, .92);
  border-color: rgba(11, 44, 37, .1);
  backdrop-filter: blur(14px);
}
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--lime); color: var(--forest); }
.brand-mark svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linejoin: round; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font: 700 15px/1 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .02em; }
.brand-copy small { margin-top: 5px; font-size: 11px; text-transform: uppercase; letter-spacing: .24em; opacity: .72; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; height: 1px; inset: auto 100% -7px 0; background: currentColor; transition: right .25s; }
.main-nav > a:hover::after { right: 0; }
.nav-cta { padding: 12px 18px; border: 1px solid currentColor; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: currentColor; }

.hero { min-height: 760px; height: 100svh; max-height: 940px; position: relative; overflow: hidden; color: var(--white); background: var(--forest); }
.hero::before { content: ""; position: absolute; width: 800px; height: 800px; right: -300px; bottom: -500px; border-radius: 50%; background: rgba(200, 227, 61, .09); }
.hero-grid { position: absolute; inset: 0; opacity: .055; background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, transparent, #000); }
.hero-layout { height: calc(100% - 74px); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding-top: 86px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 26px; font-size: 12px; text-transform: uppercase; letter-spacing: .2em; color: #d7dedb; }
.eyebrow span { width: 27px; height: 2px; background: var(--lime); }
.hero h1 { margin: 0; font: 800 clamp(57px, 6.2vw, 94px)/.96 "Manrope", sans-serif; letter-spacing: -.055em; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-text { max-width: 570px; margin: 30px 0 38px; color: #c2ceca; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 58px; padding: 0 22px; font-size: 14px; font-weight: 700; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--forest); background: var(--lime); }
.button-primary:hover { background: #d7f04e; }
.button span { font-size: 20px; font-weight: 400; }
.text-link { padding: 10px 0; color: #d2dbd8; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.28); }
.text-link span { margin-left: 8px; color: var(--lime); }
.hero-visual { position: relative; display: grid; place-items: center; height: 530px; }
.building { position: relative; width: 100%; height: 100%; }
.sun { position: absolute; width: 300px; height: 300px; top: 46px; right: 24px; border-radius: 50%; background: var(--lime); opacity: .93; }
.tower { position: absolute; bottom: 52px; background: #174b3f; border: 1px solid rgba(255,255,255,.16); box-shadow: -30px 35px 70px rgba(0,0,0,.18); }
.tower::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent 0 54px, rgba(255,255,255,.12) 55px 56px); }
.tower span { position: relative; display: inline-block; width: 22px; height: 15px; margin: 20px 10px; background: rgba(200,227,61,.68); box-shadow: 0 56px rgba(200,227,61,.34), 0 112px rgba(200,227,61,.55), 0 168px rgba(200,227,61,.25), 0 224px rgba(200,227,61,.48), 0 280px rgba(200,227,61,.28); }
.tower-back { width: 210px; height: 330px; left: 25px; transform: skewY(-5deg); opacity: .72; }
.tower-front { width: 292px; height: 420px; right: 0; }
.ground-line { position: absolute; left: -25px; right: -40px; bottom: 51px; height: 1px; background: rgba(255,255,255,.3); }
.building p { position: absolute; right: 0; bottom: 0; margin: 0; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: #91a29c; }
.hero-footer { position: absolute; inset: auto 0 31px; display: flex; align-items: center; gap: 18px; color: #879a94; font-size: 11px; text-transform: uppercase; letter-spacing: .18em; }
.hero-footer-line { width: 48px; height: 1px; background: #536d65; }

.section-number { margin: 0 0 25px; color: #687972; font: 700 11px/1 "Manrope", sans-serif; letter-spacing: .18em; }
.section-number.light { color: #8da39b; }
.section h2 { margin: 0; font: 700 clamp(38px, 4.2vw, 61px)/1.08 "Manrope", sans-serif; letter-spacing: -.045em; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: start; }
.about-copy { padding-top: 38px; }
.about-copy p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.about-copy .lead { margin-top: 0; color: #28332f; font-size: 21px; line-height: 1.65; }
.legal-card { margin-top: 38px; padding: 25px 26px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 7px 20px; border-left: 3px solid var(--lime); background: #ecefe8; }
.legal-card span { color: #75817d; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.legal-card span:last-child { grid-row: 1 / 3; grid-column: 2; }
.legal-card strong { font-size: 14px; }

.services { color: var(--white); background: var(--forest); }
.services-top { display: grid; grid-template-columns: 1.1fr .7fr; gap: 80px; align-items: end; }
.services-top > p { margin: 0 0 4px; color: #aebdb8; line-height: 1.7; }
.service-list { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.service-card { position: relative; min-height: 360px; padding: 40px 38px; border-right: 1px solid rgba(255,255,255,.15); transition: background .3s, transform .3s; }
.service-card:first-child { border-left: 1px solid rgba(255,255,255,.15); }
.service-card:hover { z-index: 1; background: var(--forest-2); transform: translateY(-8px); }
.service-index { position: absolute; top: 25px; right: 25px; color: #769087; font: 700 11px "Manrope"; }
.service-icon { width: 58px; height: 58px; margin: 35px 0 54px; display: grid; place-items: center; color: var(--lime); border: 1px solid rgba(200,227,61,.35); }
.service-icon svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font: 700 22px "Manrope"; }
.service-card p { color: #aebdb8; line-height: 1.7; font-size: 14px; }

.commitment { background: var(--cream); }
.commitment-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 105px; align-items: center; }
.commitment-visual { min-height: 580px; display: grid; place-items: center; background: var(--lime); }
.blueprint { position: relative; width: 72%; height: 70%; border: 2px solid var(--forest); }
.blueprint::before, .blueprint::after { content: ""; position: absolute; border: 1px dashed rgba(11,44,37,.55); }
.blueprint::before { inset: 35px -35px; }
.blueprint::after { inset: -35px 35px; }
.plan-box { position: absolute; border: 2px solid var(--forest); }
.box-a { width: 45%; height: 42%; top: 12%; left: 10%; }
.box-b { width: 35%; height: 65%; right: 9%; bottom: 9%; }
.box-c { width: 45%; height: 28%; left: 10%; bottom: 9%; }
.plan-circle { position: absolute; width: 40px; height: 40px; left: 24%; top: 26%; border: 2px solid var(--forest); border-radius: 50%; }
.measure { position: absolute; z-index: 2; color: var(--forest); background: var(--lime); font: 700 9px "Manrope"; letter-spacing: .15em; }
.measure-top { top: -40px; left: 50%; transform: translateX(-50%); padding: 0 10px; }
.measure-side { left: -64px; top: 50%; transform: rotate(-90deg); padding: 0 10px; }
.commitment-copy h2 { margin-bottom: 49px; }
.value { display: grid; grid-template-columns: 45px 1fr; gap: 24px; padding: 24px 0; border-top: 1px solid #cbd0c8; }
.value > span { color: #829089; font: 700 11px "Manrope"; }
.value h3 { margin: -4px 0 8px; font: 700 17px "Manrope"; }
.value p { margin: 0; color: var(--muted); font-size: 14px; }

.contact { position: relative; overflow: hidden; color: var(--white); text-align: center; background: var(--forest-2); }
.contact-pattern { position: absolute; inset: 0; opacity: .06; background: repeating-radial-gradient(circle at 50% 120%, transparent 0 55px, white 56px 57px); }
.contact-inner { position: relative; display: flex; flex-direction: column; align-items: center; }
.contact h2 { font-size: clamp(49px, 6vw, 78px); }
.contact-inner > p:not(.section-number) { color: #b2c2bd; margin: 25px 0 32px; }
.button-light { color: var(--forest); background: var(--white); }
.button-light:hover { background: var(--lime); }
.contact-email { margin-top: 24px; color: #b8c7c2; font-size: 13px; border-bottom: 1px solid #71877f; }
footer { color: #9baca6; background: #071f1a; }
.footer-inner { min-height: 122px; display: flex; align-items: center; justify-content: space-between; font-size: 12px; }
.brand-footer { color: var(--white); }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .13s; }
.reveal-delay-2 { transition-delay: .26s; }

@media (max-width: 900px) {
  .section { padding: 88px 0; }
  .menu-toggle { display: block; color: inherit; }
  .main-nav { position: fixed; inset: 86px 0 auto; padding: 28px 24px 35px; display: grid; gap: 24px; color: var(--forest); background: var(--paper); box-shadow: 0 18px 30px rgba(0,0,0,.12); transform: translateY(-150%); transition: transform .3s; }
  .main-nav.open { transform: none; }
  .nav-cta { text-align: center; }
  .hero { min-height: 820px; height: auto; }
  .hero-layout { min-height: 820px; height: auto; grid-template-columns: 1fr; gap: 15px; padding-top: 145px; padding-bottom: 80px; }
  .hero-copy { position: relative; z-index: 2; }
  .hero-visual { position: absolute; opacity: .42; width: 50%; height: 450px; right: -5%; bottom: 80px; }
  .about-grid, .commitment-grid { grid-template-columns: 1fr; gap: 55px; }
  .about-copy { padding-top: 0; }
  .services-top { grid-template-columns: 1fr; gap: 30px; }
  .service-card { padding: 32px 24px; }
  .commitment-visual { min-height: 480px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 32px, 1160px); }
  .nav-wrap { height: 74px; }
  .main-nav { inset: 74px 0 auto; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 13px; }
  .hero { min-height: 760px; }
  .hero-layout { min-height: 760px; padding-top: 125px; align-content: start; }
  .hero h1 { font-size: clamp(49px, 15vw, 69px); }
  .hero-text { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-visual { width: 75%; height: 340px; bottom: 43px; right: -27%; }
  .sun { width: 200px; height: 200px; }
  .tower-front { width: 190px; height: 290px; }
  .tower-back { width: 150px; height: 230px; }
  .tower span { margin: 12px 4px; width: 14px; height: 10px; }
  .hero-footer { bottom: 23px; }
  .hero-footer span:last-child { display: none; }
  .about-grid { gap: 40px; }
  .legal-card { grid-template-columns: 1fr; }
  .legal-card span:last-child { grid-column: 1; grid-row: auto; margin-top: 10px; }
  .service-list { grid-template-columns: 1fr; }
  .service-card { min-height: auto; border-left: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
  .service-icon { margin: 25px 0 35px; }
  .commitment-grid { gap: 45px; }
  .commitment-visual { min-height: 360px; }
  .footer-inner { padding: 35px 0; flex-direction: column; gap: 20px; text-align: center; }
}

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