:root {
  --ink: #16372f;
  --ink-2: #234b40;
  --green: #1f7a5a;
  --lime: #b8db63;
  --cream: #f3f6ef;
  --white: #fff;
  --muted: #687a72;
  --line: #d8e1d8;
  --sans: "DM Sans", sans-serif;
  --display: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.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; }
.section-pad { padding-left: clamp(24px, 6vw, 96px); padding-right: clamp(24px, 6vw, 96px); }

.site-header { height: 88px; max-width: 1440px; margin: auto; padding: 0 clamp(24px, 6vw, 96px); display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; }
.brand { display: flex; align-items: center; gap: 10px; font: 700 22px/1 var(--display); letter-spacing: -.7px; }
.brand > span:last-child > span { color: var(--green); }
.brand-mark { width: 30px; height: 30px; position: relative; display: inline-flex; align-items: flex-end; justify-content: center; gap: 2px; transform: rotate(-2deg); }
.brand-mark i { width: 7px; border-radius: 8px 8px 2px 2px; background: var(--green); transform-origin: bottom; }
.brand-mark i:nth-child(1) { height: 13px; transform: rotate(-35deg); }
.brand-mark i:nth-child(2) { height: 23px; }
.brand-mark i:nth-child(3) { height: 17px; transform: rotate(30deg); }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 500; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--green); transition: right .25s; }
.site-nav > a:hover::after { right: 0; }
.nav-cta { padding: 12px 17px; border: 1px solid var(--ink); border-radius: 4px; transition: .2s; }
.nav-cta:hover { color: white; background: var(--ink); }
.nav-cta span, .button span { margin-left: 10px; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; background: var(--ink); margin: 5px; }

.hero { max-width: 1440px; margin: auto; min-height: 680px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; padding-top: 66px; padding-bottom: 100px; overflow: hidden; }
.eyebrow, .section-kicker { text-transform: uppercase; font-size: 11px; letter-spacing: 2px; font-weight: 600; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--green); }
.eyebrow span { width: 25px; height: 1px; background: var(--green); }
h1, h2 { font-family: var(--display); letter-spacing: -.055em; margin: 0; font-weight: 600; }
h1 { font-size: clamp(54px, 6vw, 86px); line-height: .99; max-width: 820px; }
h1 em, h2 em { font-style: normal; color: var(--green); }
.hero-lede { max-width: 580px; color: var(--muted); font-size: 18px; line-height: 1.65; margin: 30px 0 34px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 164px; padding: 15px 18px; border-radius: 3px; font-size: 14px; font-weight: 600; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--green); }
.button-primary:hover { background: var(--ink); }
.text-link { font-size: 14px; font-weight: 600; border-bottom: 1px solid #aebdb4; padding-bottom: 4px; }
.text-link span { margin-left: 8px; }

.hero-visual { height: 510px; position: relative; }
.orbit { position: absolute; border: 1px solid rgba(31,122,90,.18); border-radius: 50%; }
.orbit-one { width: 460px; height: 460px; left: 8%; top: 2%; }
.orbit-two { width: 320px; height: 320px; left: 21%; top: 16%; border-style: dashed; }
.pulse { position: absolute; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 7px rgba(184,219,99,.2); }
.pulse-one { width: 8px; height: 8px; right: 16%; top: 14%; }
.pulse-two { width: 5px; height: 5px; left: 12%; bottom: 22%; }
.workflow-card { position: absolute; width: 170px; min-height: 142px; background: rgba(255,255,255,.94); border: 1px solid rgba(22,55,47,.1); box-shadow: 0 18px 50px rgba(38,77,62,.11); padding: 20px; backdrop-filter: blur(10px); z-index: 2; }
.workflow-card small { position: absolute; right: 15px; top: 15px; color: #9cac9e; font-size: 10px; }
.workflow-card strong { font: 600 19px/1 var(--display); display: block; margin: 14px 0 6px; }
.workflow-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.mini-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: #edf5e8; font-size: 18px; }
.card-idea { left: 0; top: 190px; }
.card-build { left: 35%; top: 75px; background: var(--ink); color: white; transform: scale(1.08); }
.card-build p, .card-build small { color: #aec3b7; }
.card-build .mini-icon { background: rgba(184,219,99,.15); color: var(--lime); }
.card-impact { right: 0; bottom: 40px; }
.workflow-line { position: absolute; height: 1px; border-top: 1px dashed #86a598; z-index: 1; transform-origin: left; }
.workflow-line i { position: absolute; right: -3px; top: -3px; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.line-one { width: 100px; left: 23%; top: 190px; transform: rotate(-33deg); }
.line-two { width: 150px; left: 60%; top: 225px; transform: rotate(33deg); }
.visual-note { position: absolute; left: 30%; bottom: 0; font-size: 10px; letter-spacing: .7px; text-transform: uppercase; color: var(--muted); }
.visual-note span { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); margin-right: 7px; }

.problem { background: white; padding-top: 110px; padding-bottom: 115px; }
.problem > * { max-width: 1248px; margin-left: auto; margin-right: auto; }
.section-kicker { color: var(--green); margin: 0 0 40px; }
.section-kicker.light { color: var(--lime); }
.problem-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10%; }
.problem h2, .section-heading h2, .process h2, .contact h2 { font-size: clamp(40px, 4.4vw, 64px); line-height: 1.08; }
.problem-grid > div { color: var(--muted); font-size: 16px; line-height: 1.75; }
.problem-grid > div p { margin-top: 3px; }
.problem-grid .statement { color: var(--ink); font-weight: 600; border-left: 2px solid var(--lime); padding-left: 18px; margin-top: 28px; }

.services { max-width: 1440px; margin: auto; padding-top: 115px; padding-bottom: 125px; }
.section-heading { margin-bottom: 62px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 445px; padding: 30px; border: 1px solid var(--line); background: rgba(255,255,255,.44); position: relative; transition: transform .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 20px 45px rgba(32,66,54,.08); }
.service-card.featured { background: var(--white); box-shadow: 0 16px 40px rgba(32,66,54,.08); }
.service-number { font-size: 10px; color: #96a69d; position: absolute; right: 28px; top: 27px; }
.service-icon { height: 82px; width: 82px; margin-bottom: 38px; position: relative; }
.map-icon i { position: absolute; width: 38px; height: 55px; border: 1px solid var(--green); transform: skewY(-15deg); }
.map-icon i:nth-child(1) { left: 0; top: 12px; background: #e8f0e5; }
.map-icon i:nth-child(2) { left: 22px; top: 4px; background: white; }
.map-icon i:nth-child(3) { left: 44px; top: 12px; background: var(--lime); }
.build-icon i { position: absolute; width: 38px; height: 38px; transform: rotate(30deg) skew(-5deg); border: 1px solid var(--green); }
.build-icon i:nth-child(1) { top: 7px; left: 23px; background: var(--lime); }
.build-icon i:nth-child(2) { top: 31px; left: 7px; background: #e3eee6; }
.build-icon i:nth-child(3) { top: 31px; left: 39px; background: white; }
.scale-icon { background: repeating-linear-gradient(0deg, transparent, transparent 12px, rgba(31,122,90,.14) 13px), repeating-linear-gradient(90deg, transparent, transparent 12px, rgba(31,122,90,.14) 13px); }
.scale-icon i { position: absolute; width: 13px; background: var(--green); bottom: 0; }
.scale-icon i:nth-child(1) { height: 25px; left: 9px; }
.scale-icon i:nth-child(2) { height: 45px; left: 34px; }
.scale-icon i:nth-child(3) { height: 70px; left: 59px; background: var(--lime); }
.service-card h3, .principle-grid h3 { font: 600 22px/1.2 var(--display); letter-spacing: -.7px; margin: 0 0 14px; }
.service-card > p { color: var(--muted); font-size: 14px; line-height: 1.7; min-height: 72px; }
.service-card ul { list-style: none; padding: 20px 0 0; margin: 20px 0 0; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 7px; }
.service-card li { font-size: 10px; padding: 6px 9px; border: 1px solid var(--line); border-radius: 20px; color: var(--ink-2); }

.process { background: var(--ink); color: white; padding-top: 120px; padding-bottom: 120px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; }
.process-intro > p:not(.section-kicker) { color: #b8c8c0; max-width: 480px; line-height: 1.7; margin: 28px 0 34px; }
.process h2 em { color: var(--lime); }
.button-light { color: var(--ink); background: var(--lime); }
.button-light:hover { background: white; }
.timeline article { display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding: 0 0 34px; position: relative; }
.timeline article:not(:last-child)::before { content: ""; position: absolute; left: 20px; top: 40px; bottom: 0; width: 1px; background: rgba(184,219,99,.25); }
.timeline article > span { width: 41px; height: 41px; border-radius: 50%; border: 1px solid var(--lime); display: grid; place-items: center; color: var(--lime); font-size: 12px; z-index: 1; background: var(--ink); }
.timeline small { text-transform: uppercase; color: var(--lime); letter-spacing: 2px; font-size: 9px; }
.timeline h3 { font: 600 20px/1.2 var(--display); margin: 6px 0 7px; }
.timeline p { margin: 0; color: #9fb3aa; font-size: 13px; }

.principles { max-width: 1440px; margin: auto; padding-top: 120px; padding-bottom: 130px; }
.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle-grid article { padding: 36px 26px 32px 0; }
.principle-grid article:not(:last-child) { border-right: 1px solid var(--line); margin-right: 26px; }
.principle-grid article > span { display: block; color: var(--green); font-size: 26px; margin-bottom: 55px; }
.principle-grid p { color: var(--muted); font-size: 13px; line-height: 1.65; }

.contact { margin: 0 clamp(18px, 3vw, 48px); padding-top: 96px; padding-bottom: 96px; background: var(--green); color: white; overflow: hidden; position: relative; }
.contact-inner { max-width: 800px; position: relative; z-index: 2; }
.contact h2 em { color: var(--lime); }
.contact-inner > p:not(.section-kicker) { color: #d0e0d9; margin: 25px 0 32px; }
.contact .button { min-width: 230px; }
.contact-rings { position: absolute; width: 520px; height: 520px; right: -50px; top: -80px; }
.contact-rings i { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; inset: 0; }
.contact-rings i:nth-child(2) { inset: 70px; }
.contact-rings i:nth-child(3) { inset: 140px; background: rgba(184,219,99,.08); }
.contact-rings b { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: var(--lime); font: 300 88px/1 var(--sans); }

.site-footer { max-width: 1440px; margin: auto; padding: 58px clamp(24px, 6vw, 96px) 42px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; }
.footer-brand { align-self: start; }
.site-footer > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.footer-meta { display: flex; justify-content: flex-end; gap: 30px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }

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

@media (max-width: 980px) {
  .menu-toggle { display: block; z-index: 3; }
  .site-nav { display: none; position: absolute; top: 73px; left: 20px; right: 20px; padding: 24px; background: white; flex-direction: column; align-items: stretch; gap: 20px; box-shadow: 0 20px 50px rgba(22,55,47,.15); }
  .site-nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-visual { margin: 50px auto 0; width: min(100%, 650px); }
  .problem-grid, .process { grid-template-columns: 1fr; gap: 60px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card > p { min-height: 0; }
  .principle-grid { grid-template-columns: 1fr 1fr; }
  .principle-grid article:nth-child(2) { border-right: 0; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-meta { grid-column: 1 / -1; justify-content: space-between; }
}

@media (max-width: 600px) {
  .site-header { height: 74px; }
  .hero { padding-top: 42px; padding-bottom: 70px; }
  h1 { font-size: 49px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-visual { height: 470px; transform: scale(.9); transform-origin: top center; margin-bottom: -35px; }
  .orbit-one { width: 380px; height: 380px; left: 0; }
  .orbit-two { width: 270px; height: 270px; left: 14%; }
  .workflow-card { width: 145px; padding: 16px; }
  .card-idea { left: -10px; }
  .card-build { left: 34%; }
  .card-impact { right: -8px; }
  .problem, .services, .process, .principles { padding-top: 80px; padding-bottom: 80px; }
  .problem-grid { gap: 35px; }
  .problem h2, .section-heading h2, .process h2, .contact h2 { font-size: 38px; }
  .section-heading { margin-bottom: 40px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { border-right: 0 !important; margin-right: 0 !important; border-bottom: 1px solid var(--line); }
  .principle-grid article > span { margin-bottom: 25px; }
  .contact { margin: 0 12px; padding-top: 75px; padding-bottom: 75px; }
  .contact-rings { opacity: .5; width: 370px; height: 370px; right: -190px; top: 80px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-meta { grid-column: auto; flex-direction: column; gap: 10px; }
}

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