:root {
  --green: #72c356;
  --green-bright: #86d86a;
  --green-deep: #447b32;
  --ink: #0b1210;
  --ink-2: #111b18;
  --paper: #f8faf8;
  --ice: #edf3f0;
  --mint-wash: #eef7ec;
  --graphite: #07100d;
  --muted: #aeb9b4;
  --line: rgba(255, 255, 255, .12);
  --radius: 1.4rem;
  --font-display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --font-body: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  color: #fff;
  background: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
body.intro-active { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
::selection { background: var(--green); color: var(--ink); }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .8rem 1rem; background: #fff; color: #000; }
.skip-link:focus { top: 1rem; }
.scroll-progress { position: fixed; inset: 0 auto auto 0; z-index: 80; width: 0; height: 3px; background: var(--green); box-shadow: 0 0 18px rgba(114,195,86,.5); pointer-events: none; }

.intro-sequence { position: fixed; inset: 0; z-index: 999; display: grid; place-items: center; overflow: hidden; background: #070c09; color: #fff; transition: transform .85s cubic-bezier(.76,0,.24,1), visibility .85s; }
.intro-sequence.is-exiting { transform: translateY(-100%); visibility: hidden; }
.intro-sequence::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(114,195,86,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(114,195,86,.16) 1px, transparent 1px); background-size: 54px 54px; animation: intro-grid 6.4s linear both; }
.intro-sequence::after { content: ""; position: absolute; left: 0; top: 0; width: 4px; height: 100%; background: var(--green); box-shadow: 0 0 45px var(--green); animation: intro-scan 4.6s cubic-bezier(.65,0,.35,1) .35s both; }
.intro-particles { position: absolute; z-index: 1; inset: -12%; opacity: 0; background-image: radial-gradient(circle at 11% 18%, var(--green) 0 1px, transparent 2px), radial-gradient(circle at 22% 78%, rgba(255,255,255,.8) 0 1px, transparent 2px), radial-gradient(circle at 38% 31%, var(--green) 0 1.5px, transparent 2.5px), radial-gradient(circle at 58% 72%, rgba(255,255,255,.7) 0 1px, transparent 2px), radial-gradient(circle at 71% 23%, var(--green) 0 1px, transparent 2px), radial-gradient(circle at 84% 57%, rgba(255,255,255,.8) 0 1.5px, transparent 2.5px), radial-gradient(circle at 94% 84%, var(--green) 0 1px, transparent 2px); background-size: 260px 210px, 310px 290px, 370px 250px, 290px 330px, 340px 270px, 410px 310px, 280px 240px; animation: intro-particles 6.2s ease-out .15s both; }
.intro-beam { position: absolute; z-index: 1; left: -20%; top: 50%; width: 140%; height: 1px; background: linear-gradient(90deg, transparent, rgba(114,195,86,.1), var(--green), rgba(114,195,86,.1), transparent); box-shadow: 0 0 28px rgba(114,195,86,.85); opacity: 0; transform: rotate(-9deg) scaleX(.1); animation: intro-beam 2.4s cubic-bezier(.2,.7,.2,1) 3.45s both; }
.intro-sequence-inner { position: relative; z-index: 2; display: grid; grid-template-areas: "logo" "message" "meta"; width: min(900px, calc(100% - 3rem)); text-align: center; }
.intro-sequence-inner::before { content: "+"; position: absolute; left: 50%; top: 46%; color: rgba(114,195,86,.55); font: 300 1rem/1 monospace; transform: translate(-50%,-50%); }
.intro-sequence-logo { grid-area: logo; width: min(360px, 72vw); height: auto; margin: 0 auto 3rem; opacity: 0; filter: blur(8px); transform: translateY(22px) scale(.92); animation: intro-logo 1.05s cubic-bezier(.2,.7,.2,1) .18s forwards; }
.intro-orbit { position: absolute; z-index: 1; left: 50%; top: 50%; width: min(760px, 88vw); aspect-ratio: 1; border: 1px solid rgba(114,195,86,.22); border-radius: 50%; transform: translate(-50%,-50%); animation: intro-orbit 14s linear infinite, intro-orbit-pulse 1.7s ease-in-out 3.5s 2; }
.intro-orbit::before, .intro-orbit::after { content: ""; position: absolute; border-radius: 50%; }
.intro-orbit::before { inset: 10%; border: 1px dashed rgba(255,255,255,.14); }
.intro-orbit::after { inset: 28%; border: 1px solid rgba(114,195,86,.28); box-shadow: 0 0 80px rgba(114,195,86,.08), inset 0 0 60px rgba(114,195,86,.06); }
.intro-orbit i { position: absolute; left: 50%; top: -5px; width: 11px; height: 11px; border-radius: 50%; background: var(--green); box-shadow: 0 0 20px var(--green); }
.intro-corner { position: absolute; z-index: 3; color: rgba(255,255,255,.52); font: 700 .62rem/1.4 var(--font-body); letter-spacing: .16em; text-transform: uppercase; }
.intro-corner strong { display: block; color: var(--green); font-size: .72rem; }
.intro-corner-a { left: 2rem; top: 2rem; }
.intro-corner-b { right: 2rem; bottom: 2rem; text-align: right; }
.intro-status { position: absolute; z-index: 3; left: 50%; bottom: 1.6rem; display: flex; align-items: center; gap: .65rem; color: #aeb9b4; font-size: .62rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; transform: translateX(-50%); }
.intro-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); animation: intro-blink .7s steps(2) infinite; }
.intro-wipe { position: absolute; z-index: 10; inset: 0; background: var(--green); transform: translateX(-110%); animation: intro-wipe 1.45s cubic-bezier(.76,0,.24,1) 5.15s both; }
.intro-sequence-words { grid-area: message; position: relative; height: clamp(4.5rem, 10vw, 8rem); font-family: var(--font-display); font-size: clamp(3.2rem, 8vw, 7.5rem); font-weight: 800; line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.intro-sequence-words span { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; clip-path: inset(0 100% 0 0); transform: translateY(28px); text-shadow: 0 0 38px rgba(255,255,255,.08); }
.intro-sequence-words span:nth-child(1) { animation: intro-word 1.15s ease .75s both; }
.intro-sequence-words span:nth-child(2) { animation: intro-word 1.15s ease 1.75s both; }
.intro-sequence-words span:nth-child(3) { color: var(--green); animation: intro-word 1.2s ease 2.75s both; }
.intro-impact { grid-area: message; align-self: stretch; display: flex; flex-direction: column; align-items: center; justify-content: center; height: clamp(4.5rem, 10vw, 8rem); font-family: var(--font-display); line-height: .78; letter-spacing: -.055em; text-transform: uppercase; opacity: 0; transform: scale(.78); filter: blur(12px); animation: intro-impact 1.85s cubic-bezier(.16,.8,.25,1) 3.85s both; }
.intro-impact span { color: #fff; font-size: clamp(2.5rem, 6.5vw, 6rem); font-weight: 800; }
.intro-impact strong { color: var(--green); font-size: clamp(1.5rem, 3.5vw, 3rem); font-weight: 800; letter-spacing: .08em; }
.intro-sequence-meta { grid-area: meta; display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding-top: .9rem; border-top: 1px solid rgba(255,255,255,.25); color: #aeb9b4; font-size: .65rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; opacity: 0; animation: intro-meta .7s ease 3.55s forwards; }
.intro-timeline { position: absolute; z-index: 3; left: 50%; bottom: 4.1rem; display: grid; grid-template-columns: repeat(3, 1fr); width: min(520px, calc(100% - 3rem)); padding-top: .7rem; color: rgba(255,255,255,.45); font-size: .5rem; font-weight: 800; letter-spacing: .15em; text-align: center; text-transform: uppercase; transform: translateX(-50%); }
.intro-timeline::before, .intro-timeline::after { content: ""; position: absolute; left: 0; top: 0; height: 1px; }
.intro-timeline::before { width: 100%; background: rgba(255,255,255,.16); }
.intro-timeline::after { width: 100%; background: var(--green); box-shadow: 0 0 12px var(--green); transform: scaleX(0); transform-origin: left; animation: intro-timeline 5.4s linear .45s both; }
.container { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; margin: 0 0 1.25rem; color: var(--green-bright); font-size: .74rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 1.8rem; height: 1px; background: currentColor; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 82px; background: linear-gradient(180deg, rgba(5,11,9,.62), rgba(5,11,9,0)); transition: background .35s, border-color .35s, backdrop-filter .35s, box-shadow .35s; border-bottom: 1px solid transparent; }
.site-header.scrolled { color: var(--ink); background: rgba(248, 251, 249, .92); border-color: rgba(11,18,16,.1); box-shadow: 0 14px 42px rgba(8,22,17,.07); backdrop-filter: blur(18px) saturate(1.15); }
.site-header.scrolled .nav-links a:not(.nav-cta) { color: #26332e; }
.site-header.scrolled .menu-toggle { color: var(--ink); border-color: rgba(11,18,16,.16); }
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; font-weight: 900; font-size: 1.35rem; letter-spacing: -.04em; }
.brand-logo-shell { position: relative; display: inline-flex; align-items: center; width: 225px; min-height: 56px; }
.brand-logo { display: block; width: 100%; height: auto; }
.brand-logo-positive, .brand-logo-negative { position: absolute; inset: 50% auto auto 0; transform: translateY(-50%); transition: opacity .25s; }
.brand-logo-positive { opacity: 0; }
.brand-logo-negative { opacity: 1; }
.site-header.scrolled .brand-logo-positive { opacity: 1; }
.site-header.scrolled .brand-logo-negative { opacity: 0; }
.brand-mark { width: 38px; aspect-ratio: 1; border: 2px solid var(--green); border-radius: 50%; display: grid; place-items: center; position: relative; background: rgba(34,237,114,.06); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; background: var(--green); }
.brand-mark::before { width: 18px; height: 2px; transform: rotate(45deg); }
.brand-mark::after { width: 2px; height: 18px; transform: rotate(45deg); }
.brand em { color: var(--green); font-style: normal; font-weight: 600; }
.nav-links { display: flex; align-items: center; gap: 2rem; font-size: .85rem; font-weight: 650; }
.nav-links a:not(.nav-cta) { color: #d9dfdc; transition: color .2s; }
.nav-links a:hover { color: var(--green-bright); }
.lang-link { border-left: 1px solid var(--line); padding-left: 2rem; color: var(--green-bright) !important; }
.nav-cta, .btn { position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 48px; padding: .75rem 1.25rem; border: 1px solid transparent; border-radius: 999px; font-weight: 750; transition: transform .25s, background .25s, color .25s, border-color .25s, box-shadow .25s; cursor: pointer; }
.nav-cta::before, .btn::before { content: ""; position: absolute; z-index: -1; top: -70%; left: -35%; width: 28%; height: 240%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), transparent); transform: rotate(18deg) translateX(-250%); animation: button-shine 4.2s cubic-bezier(.2,.7,.2,1) infinite; }
.nav-cta::after, .btn-primary::after { content: ""; position: absolute; z-index: -2; inset: -1px; border-radius: inherit; box-shadow: inset 0 0 18px rgba(255,255,255,.38); opacity: .65; }
.nav-cta, .btn-primary { color: #08110e; background: var(--green); box-shadow: 0 0 0 1px rgba(134,216,106,.18), 0 0 24px rgba(114,195,86,.35); animation: button-glow 2.8s ease-in-out infinite; }
.nav-cta:hover, .btn-primary:hover { background: var(--green-bright); color: #08110e !important; transform: translateY(-3px) scale(1.025); box-shadow: 0 0 0 1px rgba(134,216,106,.7), 0 0 38px rgba(114,195,86,.75); }
.btn-outline { color: #fff; background: transparent; border-color: rgba(255,255,255,.3); }
.btn-outline:hover { border-color: var(--green); color: var(--green-bright); transform: translateY(-3px) scale(1.02); box-shadow: 0 0 28px rgba(114,195,86,.28), inset 0 0 18px rgba(114,195,86,.08); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: #fff; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: end; isolation: isolate; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-base { animation: hero-drift 18s ease-in-out infinite alternate; }
.hero-arm-layer { z-index: 1; clip-path: polygon(61% 0,100% 0,100% 88%,78% 88%,66% 72%,62% 53%); transform-origin: 91% 69%; filter: drop-shadow(0 0 7px rgba(114,195,86,.12)); animation: robot-articulate 7s cubic-bezier(.45,0,.55,1) infinite; }
.robot-joint-glow { position: absolute; z-index: 2; right: 14.8%; top: 14.5%; width: clamp(58px, 7vw, 112px); aspect-ratio: 1; border: 1px solid rgba(134,216,106,.25); border-radius: 50%; box-shadow: 0 0 28px rgba(114,195,86,.16), inset 0 0 25px rgba(114,195,86,.08); animation: robot-joint 3.5s ease-in-out infinite; }
.robot-joint-glow::before, .robot-joint-glow::after { content: ""; position: absolute; inset: 50% auto auto 50%; background: var(--green-bright); transform: translate(-50%,-50%); box-shadow: 0 0 8px var(--green); }
.robot-joint-glow::before { width: 24%; height: 1px; }
.robot-joint-glow::after { width: 1px; height: 24%; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,11,9,.96) 0%, rgba(5,11,9,.78) 35%, rgba(5,11,9,.22) 70%, rgba(5,11,9,.18)), linear-gradient(0deg, rgba(5,11,9,.72), transparent 48%); }
.hero-grid { min-height: 100svh; display: grid; grid-template-columns: minmax(0, 660px) 1fr; align-items: center; padding-top: 8rem; padding-bottom: 6rem; }
.hero-grid > div, .hero-index { transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
body.intro-active .hero-grid > div { opacity: 0; transform: translateY(32px); }
body.intro-active .hero-index { opacity: 0; transform: translateX(24px); }
.hero h1, .display { font-family: var(--font-display); font-size: clamp(3.2rem, 6.1vw, 5.9rem); line-height: .93; letter-spacing: -.065em; margin: 0; font-weight: 800; text-transform: uppercase; }
.hero h1 span { display: block; color: var(--green-bright); font-weight: 300; }
.hero-copy { max-width: 610px; margin: 1.7rem 0 2.2rem; font-size: clamp(1rem, 1.4vw, 1.18rem); color: #c7d0cc; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-index { position: absolute; right: max(1.5rem, calc((100vw - 1180px)/2)); bottom: 3rem; display: flex; align-items: center; gap: 1rem; color: #c7d0cc; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.hero-index::before { content: ""; width: 66px; height: 1px; background: var(--green); }
.scroll-cue { position: absolute; left: 50%; bottom: 2rem; width: 1px; height: 55px; background: rgba(255,255,255,.28); overflow: hidden; }
.scroll-cue::after { content: ""; position: absolute; inset: 0; background: var(--green-bright); animation: scroll-line 2s ease-in-out infinite; }

.motion-strip { overflow: hidden; border-block: 1px solid rgba(11,18,16,.15); background: var(--green); color: var(--ink); }
.motion-track { display: flex; width: max-content; animation: ticker 28s linear infinite; }
.motion-track span { display: inline-flex; align-items: center; gap: 2rem; padding: .95rem 1.2rem; font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.motion-track span::after { content: "✦"; font-size: .65rem; }
.motion-strip:hover .motion-track { animation-play-state: paused; }

section { position: relative; }
.intro { padding: clamp(6rem, 11vw, 11rem) 0; overflow: hidden; background: radial-gradient(circle at 5% 8%, rgba(114,195,86,.1), transparent 30%), var(--paper); color: var(--ink); }
.intro::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .24; background-image: linear-gradient(rgba(43,77,62,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(43,77,62,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 58%); }
.intro > .container { position: relative; z-index: 1; }
.intro-grid { display: grid; grid-template-columns: .7fr 1.45fr; gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.intro .eyebrow { color: var(--green-deep); }
.location-callout { margin-top: 2.2rem; padding-top: 1.2rem; border-top: 1px solid #dce3df; }
.location-callout strong { display: block; color: var(--green-deep); font-family: var(--font-display); font-size: 2rem; line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }
.location-callout span { display: block; margin-top: .45rem; color: #5d6963; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.section-visual { position: relative; overflow: hidden; margin: 2.5rem 0 0; border-radius: 1rem; background: #0a110f; box-shadow: 0 22px 60px rgba(10,24,18,.16); isolation: isolate; }
.section-visual::before { content: ""; position: absolute; z-index: 3; inset: 0; pointer-events: none; background: linear-gradient(110deg, transparent 35%, rgba(134,216,106,.18) 50%, transparent 65%); transform: translateX(-120%); animation: image-scan 6.5s ease-in-out infinite; }
.section-visual::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 58%, rgba(4,9,7,.82)); }
.section-visual img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; filter: saturate(.88) contrast(1.04); animation: image-breathe 12s ease-in-out infinite alternate; transition: filter .5s, transform .7s cubic-bezier(.2,.7,.2,1); }
.section-visual:hover img { filter: saturate(1.08) contrast(1.06); transform: scale(1.045); }
.section-visual span { position: absolute; z-index: 4; left: 1rem; bottom: .8rem; color: #dfe8e3; font-size: .58rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.cad-visual { min-height: 200px; }
.intro h2, .section-title { font-family: var(--font-display); font-size: clamp(2.7rem, 5vw, 5.2rem); line-height: .98; letter-spacing: -.055em; margin: 0; font-weight: 750; text-transform: uppercase; }
.intro h2 em { color: var(--green-deep); font-style: normal; font-weight: 300; }
.intro-lead { font-size: clamp(1.25rem, 2.2vw, 1.8rem); line-height: 1.38; margin: 0 0 1.7rem; letter-spacing: -.025em; }
.intro-body { color: #49534f; max-width: 690px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4rem; background: #d9dedb; border: 1px solid #d9dedb; }
.stat { background: rgba(255,255,255,.74); padding: 1.8rem 0; }
.stat strong { display: block; color: var(--green-deep); font-family: var(--font-display); font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: 1; letter-spacing: -.05em; }
.stat span { display: block; margin-top: .5rem; color: #626c68; font-size: .78rem; text-transform: uppercase; letter-spacing: .09em; }

.services { padding: clamp(6rem, 10vw, 10rem) 0; background: radial-gradient(circle at 92% 5%, rgba(114,195,86,.13), transparent 28%), var(--ice); color: var(--ink); overflow: hidden; }
.services::before { content: ""; position: absolute; width: 700px; height: 700px; right: -350px; top: -250px; border: 1px solid rgba(114,195,86,.22); border-radius: 50%; box-shadow: 0 0 0 100px rgba(114,195,86,.035), 0 0 0 200px rgba(114,195,86,.025); animation: service-orbit 12s ease-in-out infinite alternate; }
.services::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .26; background-image: linear-gradient(115deg, transparent 0 48%, rgba(46,91,70,.1) 48% 48.15%, transparent 48.15% 100%); background-size: 190px 190px; }
.services > .container { position: relative; z-index: 1; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 4rem; }
.services .eyebrow { color: var(--green-deep); }
.section-head p { max-width: 460px; color: #55615c; margin: 0; }
.service-list { border-top: 1px solid rgba(11,18,16,.16); }
.service-item { display: grid; grid-template-columns: 84px 1fr 1fr 44px; align-items: center; gap: 2rem; padding: 2.2rem 0; border-bottom: 1px solid rgba(11,18,16,.16); transition: color .25s, padding .25s; }
.service-item:hover { color: var(--green-bright); padding-left: .8rem; }
.service-no { color: var(--green); font-size: .72rem; letter-spacing: .14em; }
.service-item h3 { margin: 0; font-family: var(--font-display); font-size: clamp(1.55rem, 3vw, 2.7rem); line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }
.service-item p { margin: 0; color: #59645f; font-size: .94rem; }
.service-arrow { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(11,18,16,.18); border-radius: 50%; font-size: 1.25rem; transition: transform .25s, background .25s; }
.service-item:hover .service-arrow { transform: rotate(45deg); background: var(--green); color: var(--ink); }

.method { padding: clamp(6rem, 10vw, 10rem) 0; overflow: hidden; background: linear-gradient(135deg, rgba(255,255,255,.52), transparent 52%), var(--mint-wash); color: var(--ink); }
.method::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 76% 34%, rgba(114,195,86,.12), transparent 23%), repeating-linear-gradient(90deg, transparent 0 119px, rgba(49,91,70,.045) 120px); }
.method > .container { position: relative; z-index: 1; }
.method .eyebrow { color: var(--green-deep); }
.method-grid { display: grid; grid-template-columns: .85fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.method-sticky { position: sticky; top: 130px; align-self: start; }
.method-sticky p { color: #56625d; max-width: 440px; }
.method-visual { margin-top: 2rem; }
.steps { counter-reset: steps; }
.step { counter-increment: steps; display: grid; grid-template-columns: 72px 1fr; gap: 1.5rem; padding: 2.2rem 0; border-top: 1px solid rgba(11,18,16,.16); }
.step:last-child { border-bottom: 1px solid rgba(11,18,16,.16); }
.step::before { content: "0" counter(steps); color: var(--green); font-size: .75rem; letter-spacing: .12em; padding-top: .35rem; }
.step h3 { margin: 0 0 .7rem; font-size: 1.25rem; }
.step p { margin: 0; color: #56625d; }

.network { min-height: 720px; display: grid; align-items: center; overflow: hidden; background: var(--green); color: var(--ink); isolation: isolate; }
.network::before { content: ""; position: absolute; z-index: 2; inset: -20%; background-image: linear-gradient(rgba(8,17,14,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(8,17,14,.12) 1px, transparent 1px); background-size: 64px 64px; transform: perspective(500px) rotateX(58deg) translateY(22%); transform-origin: center; animation: network-grid 9s linear infinite; }
.network::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(114,195,86,.98) 0%, rgba(114,195,86,.95) 37%, rgba(114,195,86,.5) 58%, rgba(7,13,11,.14) 100%); }
.network-media { position: absolute; z-index: 0; inset: 0 0 0 auto; width: 72%; overflow: hidden; }
.network-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.08); animation: network-image-drift 14s ease-in-out infinite alternate; }
.network .container { position: relative; z-index: 3; }
.network-content { position: relative; max-width: 760px; padding-block: 7rem; text-shadow: 0 1px 22px rgba(114,195,86,.22); }
.network .eyebrow { color: var(--ink); }
.network .display { font-size: clamp(3rem, 7vw, 6.8rem); }
.network p { max-width: 630px; font-size: 1.1rem; }
.capabilities { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2rem; }
.capabilities span { border: 1px solid rgba(8,17,14,.35); border-radius: 999px; padding: .55rem .9rem; font-size: .78rem; font-weight: 700; background: rgba(114,195,86,.22); backdrop-filter: blur(6px); transition: transform .25s, background .25s, box-shadow .25s; }
.capabilities span:hover { transform: translateY(-3px); background: rgba(134,216,106,.72); box-shadow: 0 8px 25px rgba(8,17,14,.14); }

.contact { padding: clamp(6rem, 10vw, 10rem) 0 4rem; overflow: hidden; background: radial-gradient(circle at 12% 85%, rgba(114,195,86,.09), transparent 28%), #f7faf8; color: var(--ink); }
.contact::before { content: ""; position: absolute; right: -8rem; top: -9rem; width: 32rem; aspect-ratio: 1; border: 1px solid rgba(68,123,50,.1); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(114,195,86,.025), 0 0 0 10rem rgba(114,195,86,.018); }
.contact > .container { position: relative; z-index: 1; }
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(3rem, 8vw, 8rem); }
.contact-copy p { color: #53605b; max-width: 500px; font-size: 1.08rem; }
.contact-card { background: rgba(255,255,255,.8); border: 1px solid #d8e3dc; padding: clamp(1.5rem, 4vw, 3rem); border-radius: var(--radius); box-shadow: 0 24px 75px rgba(18,38,31,.09); backdrop-filter: blur(10px); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: .76rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; margin-bottom: .45rem; }
.field input, .field textarea { width: 100%; border: 1px solid #ccd4d0; background: #f8f9f7; border-radius: .65rem; padding: .9rem 1rem; color: var(--ink); outline: none; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--green-deep); box-shadow: 0 0 0 3px rgba(64,184,131,.16); }
.form-note { color: #68736f; font-size: .74rem; }
.form-note a { text-decoration: underline; }
.form-status { min-height: 1.4em; font-size: .85rem; color: var(--green-deep); font-weight: 700; }

.site-footer { padding: 2.5rem 0 2.8rem; background: radial-gradient(circle at 12% 0, rgba(114,195,86,.1), transparent 28%), var(--graphite); color: #edf4f0; }
.footer-grid { border-top: 1px solid rgba(255,255,255,.14); padding-top: 2rem; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; }
.footer-meta { color: #9eada6; font-size: .78rem; }
.footer-links { display: flex; gap: 1.4rem; font-size: .78rem; font-weight: 700; }
.footer-links a { transition: color .2s, text-shadow .2s; }
.footer-links a:hover { color: var(--green-bright); text-shadow: 0 0 18px rgba(114,195,86,.35); }

.cookie-banner { position: fixed; z-index: 100; left: 1.25rem; right: 1.25rem; bottom: 1.25rem; max-width: 650px; margin-left: auto; padding: 1.25rem; border: 1px solid rgba(255,255,255,.15); border-radius: 1rem; background: rgba(13,22,19,.96); color: #fff; box-shadow: 0 25px 80px rgba(0,0,0,.35); backdrop-filter: blur(16px); display: none; }
.cookie-banner.show { display: block; animation: cookie-in .4s ease both; }
.cookie-banner h2 { margin: 0 0 .35rem; font-size: 1.05rem; }
.cookie-banner p { margin: 0; color: #bdc8c3; font-size: .83rem; }
.cookie-actions { display: flex; gap: .6rem; margin-top: 1rem; flex-wrap: wrap; }
.cookie-actions button { border: 1px solid var(--line); border-radius: 999px; padding: .55rem .85rem; background: transparent; color: #fff; cursor: pointer; font-weight: 700; font-size: .78rem; }
.cookie-actions .accept { background: var(--green); color: var(--ink); border-color: var(--green); }
.cookie-settings { display: none; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.cookie-settings.open { display: block; }
.toggle-line { display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .82rem; margin-top: .65rem; }
.toggle-line input { accent-color: var(--green); width: 18px; height: 18px; }
.privacy-page { background: var(--paper); color: var(--ink); min-height: 100vh; padding: 9rem 0 6rem; }
.privacy-page article { width: min(820px, 100%); }
.privacy-page h1 { font-family: var(--font-display); font-size: clamp(3rem, 7vw, 5.5rem); text-transform: uppercase; letter-spacing: -.06em; line-height: .95; }
.privacy-page h2 { margin-top: 2.5rem; }
.privacy-page p, .privacy-page li { color: #48534e; }
.privacy-page .eyebrow { color: var(--green-deep); }

.reveal { opacity: 0; filter: blur(6px); transform: translateY(38px) skewY(.7deg); clip-path: inset(0 0 12% 0); transition: opacity .9s ease, filter .9s ease, transform .9s cubic-bezier(.2,.7,.2,1), clip-path .9s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; filter: none; transform: none; clip-path: inset(0); }
.kinetic-text { opacity: 0; filter: blur(7px); transform: translateY(22px) skewY(1.2deg); clip-path: inset(0 0 42% 0); transition: opacity .75s ease var(--motion-delay, 0ms), filter .85s ease var(--motion-delay, 0ms), transform .85s cubic-bezier(.18,.78,.2,1) var(--motion-delay, 0ms), clip-path .85s cubic-bezier(.18,.78,.2,1) var(--motion-delay, 0ms), letter-spacing .35s, text-shadow .35s; }
.kinetic-text.text-visible { opacity: 1; filter: none; transform: none; clip-path: inset(0); }
.motion-heading.text-visible { animation: text-glint 7s ease-in-out 1.2s infinite; }
.eyebrow.kinetic-text::before { transform: scaleX(0); transform-origin: left; transition: transform .7s ease calc(var(--motion-delay, 0ms) + 220ms); }
.eyebrow.kinetic-text.text-visible::before { transform: scaleX(1); }
.service-item:hover .motion-heading, .step:hover .motion-heading { letter-spacing: -.015em; text-shadow: 0 0 22px rgba(114,195,86,.32); transform: translateX(8px); }
.motion-copy.text-visible:hover { text-shadow: 0 0 18px rgba(114,195,86,.18); }

@keyframes hero-drift { to { transform: scale(1.035) translateX(-.6%); } }
@keyframes robot-articulate { 0%,100% { transform: scale(1.018) rotate(0); } 46% { transform: scale(1.025) translate(-5px, 3px) rotate(-.42deg); } 54% { transform: scale(1.025) translate(-5px, 3px) rotate(-.42deg); } }
@keyframes robot-joint { 0%,100% { opacity: .28; transform: scale(.92) rotate(0); } 50% { opacity: .85; transform: scale(1.08) rotate(90deg); box-shadow: 0 0 45px rgba(114,195,86,.42), inset 0 0 30px rgba(114,195,86,.16); } }
@keyframes button-shine { 0%,55% { transform: rotate(18deg) translateX(-260%); } 78%,100% { transform: rotate(18deg) translateX(650%); } }
@keyframes button-glow { 0%,100% { box-shadow: 0 0 0 1px rgba(134,216,106,.16), 0 0 18px rgba(114,195,86,.24); } 50% { box-shadow: 0 0 0 1px rgba(134,216,106,.42), 0 0 34px rgba(114,195,86,.52); } }
@keyframes image-scan { 0%,42% { transform: translateX(-120%); } 68%,100% { transform: translateX(120%); } }
@keyframes image-breathe { to { transform: scale(1.035) translate3d(-.35%, -.25%, 0); } }
@keyframes network-image-drift { to { transform: scale(1.06) translateX(-1.2%); filter: saturate(.92) contrast(1.1); } }
@keyframes text-glint { 0%,72%,100% { text-shadow: 0 0 0 rgba(114,195,86,0); } 82% { text-shadow: 0 0 26px rgba(114,195,86,.28); } }
@keyframes scroll-line { 0% { transform: translateY(-100%); } 50%,100% { transform: translateY(100%); } }
@keyframes cookie-in { from { opacity: 0; transform: translateY(15px); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes network-grid { 0% { transform: perspective(500px) rotateX(58deg) translateY(18%); } 100% { transform: perspective(500px) rotateX(58deg) translateY(30%); } }
@keyframes intro-grid { from { transform: scale(1.12); opacity: 0; } to { transform: scale(1); opacity: .24; } }
@keyframes intro-scan { 0% { transform: translateX(-2vw); opacity: 0; } 15% { opacity: 1; } 100% { transform: translateX(102vw); opacity: 0; } }
@keyframes intro-particles { 0% { opacity: 0; transform: scale(.9) translate3d(0,25px,0); } 22%,78% { opacity: .65; } 100% { opacity: 0; transform: scale(1.12) translate3d(-2%,-3%,0); } }
@keyframes intro-beam { 0% { opacity: 0; transform: rotate(-9deg) scaleX(.1); } 20%,68% { opacity: 1; } 100% { opacity: 0; transform: rotate(-9deg) scaleX(1); } }
@keyframes intro-logo { to { opacity: 1; filter: blur(0); transform: none; } }
@keyframes intro-word { 0% { opacity: 0; clip-path: inset(0 100% 0 0); transform: translateY(28px); } 35%,68% { opacity: 1; clip-path: inset(0); transform: none; } 100% { opacity: 0; clip-path: inset(0 0 0 100%); transform: translateY(-24px); } }
@keyframes intro-impact { 0% { opacity: 0; filter: blur(12px); transform: scale(.78); } 28%,78% { opacity: 1; filter: blur(0); transform: scale(1); text-shadow: 0 0 45px rgba(114,195,86,.28); } 100% { opacity: 0; filter: blur(3px); transform: scale(1.09); } }
@keyframes intro-meta { to { opacity: 1; } }
@keyframes service-orbit { to { transform: translate(-45px, 35px) scale(1.05); } }
@keyframes intro-orbit { from { transform: translate(-50%,-50%) rotate(0); } to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes intro-orbit-pulse { 50% { border-color: rgba(114,195,86,.7); box-shadow: 0 0 0 28px rgba(114,195,86,.03), 0 0 100px rgba(114,195,86,.16); } }
@keyframes intro-blink { 50% { opacity: .2; } }
@keyframes intro-timeline { to { transform: scaleX(1); } }
@keyframes intro-wipe { 0% { transform: translateX(-110%); } 48%,58% { transform: translateX(0); } 100% { transform: translateX(110%); } }

@media (max-width: 900px) {
  .brand, .menu-toggle { position: relative; z-index: 3; }
  .menu-toggle { display: grid; place-items: center; flex: 0 0 44px; }
  .nav-links { position: fixed; z-index: 2; inset: 0; min-height: 100dvh; padding: max(7rem, env(safe-area-inset-top)) 2rem max(2rem, env(safe-area-inset-bottom)); overflow-y: auto; background: radial-gradient(circle at 78% 18%, rgba(114,195,86,.13), transparent 30%), rgba(7,14,12,.985); flex-direction: column; justify-content: center; gap: clamp(1.15rem, 4vh, 2rem); font-size: clamp(1.15rem, 4.8vw, 1.4rem); transform: translateX(100%); visibility: hidden; transition: transform .35s ease, visibility .35s; }
  .menu-open .nav-links { transform: none; visibility: visible; }
  .menu-open .site-header, .menu-open .site-header.scrolled { color: #fff; background: rgba(7,14,12,.985); border-color: rgba(255,255,255,.1); box-shadow: none; backdrop-filter: none; }
  .menu-open .site-header .nav-links a:not(.nav-cta), .menu-open .site-header.scrolled .nav-links a:not(.nav-cta) { color: #e8efeb; }
  .menu-open .site-header .nav-links a:hover { color: var(--green-bright); }
  .menu-open .site-header .brand-logo-positive { opacity: 0; }
  .menu-open .site-header .brand-logo-negative { opacity: 1; }
  .menu-open .site-header .menu-toggle { color: #fff; border-color: rgba(255,255,255,.24); font-size: 0; }
  .menu-open .site-header .menu-toggle::before { content: "×"; font-size: 1.7rem; font-weight: 300; line-height: 1; }
  .menu-open .cookie-banner { display: none; }
  .nav-links .nav-cta { margin-top: .35rem; }
  .lang-link { border: 0; padding: 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-index { display: none; }
  .intro-grid, .method-grid, .contact-grid { grid-template-columns: 1fr; }
  .method-sticky { position: static; }
  .method-visual { max-width: 680px; }
  .network-media { width: 100%; opacity: .42; }
  .network::after { background: linear-gradient(90deg, rgba(5,12,10,.98) 0%, rgba(5,12,10,.9) 42%, rgba(5,12,10,.5) 100%); }
  .network-content { max-width: 700px; }
  .service-item { grid-template-columns: 52px 1fr 40px; gap: 1rem; }
  .service-item p { grid-column: 2 / 4; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 2rem, 1180px); }
  .site-header { height: 70px; }
  .brand { font-size: 1.15rem; }
  .brand-logo-shell { width: 172px; min-height: 46px; }
  .brand-mark { width: 32px; }
  .hero-grid { padding-bottom: 5rem; }
  .hero h1 { font-size: clamp(2.65rem, 12.2vw, 4rem); }
  .intro-sequence-words { font-size: clamp(2.4rem, 11vw, 3.5rem); }
  .intro-orbit { width: 150vw; }
  .intro-corner { display: none; }
  .intro-sequence-logo { margin-bottom: 2rem; }
  .intro-sequence-meta { font-size: .55rem; letter-spacing: .1em; }
  .intro-impact span { font-size: clamp(2.25rem, 11vw, 3.4rem); }
  .intro-impact strong { font-size: clamp(1.2rem, 6vw, 2rem); }
  .intro-timeline { bottom: 4rem; font-size: .42rem; letter-spacing: .08em; }
  .hero::before { background: linear-gradient(90deg, rgba(5,11,9,.92), rgba(5,11,9,.48)), linear-gradient(0deg, rgba(5,11,9,.78), transparent 70%); }
  .hero-media img { object-position: 62% center; }
  .robot-joint-glow { right: 8%; top: 16%; width: 70px; }
  .section-visual { margin-top: 1.5rem; }
  .network { min-height: 760px; }
  .network-media img { object-position: 60% center; }
  .section-head { display: block; }
  .section-head p { margin-top: 1.5rem; }
  .stats { grid-template-columns: 1fr; }
  .stat { padding: 1.25rem 0; }
  .service-item { padding: 1.6rem 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .cookie-banner { left: .65rem; right: .65rem; bottom: .65rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal, .kinetic-text { opacity: 1; filter: none; transform: none; clip-path: none; }
  .hero-arm-layer, .robot-joint-glow { display: none; }
  .intro-sequence { display: none; }
}
