:root {
  --bg: #0b0d0c;
  --bg-soft: #101311;
  --surface: #171a18;
  --line: rgba(255, 255, 255, .12);
  --text: #f2f4ee;
  --muted: #a4aaa2;
  --accent: #c8ff3d;
  --accent-dark: #9bd400;
  --display: "Syne", sans-serif;
  --body: "Manrope", sans-serif;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; width: 100%; }
::selection { color: var(--bg); background: var(--accent); }

.noise { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .04; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.site-header { position: absolute; z-index: 20; top: 0; left: 50%; width: min(calc(100% - 48px), var(--container)); height: 104px; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--display); font-weight: 700; letter-spacing: .18em; line-height: 1; }
.brand > span:last-child { display: flex; flex-direction: column; gap: 5px; }
.brand small { color: var(--muted); font-family: var(--body); font-size: .58rem; font-weight: 500; letter-spacing: .25em; text-transform: uppercase; }
.brand-mark { position: relative; width: 31px; height: 31px; border: 1px solid rgba(200,255,61,.6); transform: rotate(45deg); }
.brand-mark i { position: absolute; background: var(--accent); }
.brand-mark i:first-child { top: 7px; left: 7px; width: 15px; height: 1px; }
.brand-mark i:last-child { top: 7px; left: 7px; width: 1px; height: 15px; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: .86rem; }
.main-nav > a:not(.nav-cta) { color: #d3d8d1; transition: color .25s; }
.main-nav > a:not(.nav-cta):hover { color: var(--accent); }
.nav-cta { display: flex; align-items: center; gap: 22px; padding: 12px 16px 12px 20px; border: 1px solid var(--line); }
.nav-cta span { color: var(--accent); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 820px; display: grid; grid-template-columns: minmax(440px, .82fr) 1.18fr; padding-left: max(24px, calc((100vw - var(--container)) / 2)); background: var(--bg); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 140px 54px 90px 0; }
.eyebrow, .section-number { color: var(--muted); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 38px; }
.eyebrow > span { width: 28px; height: 1px; background: var(--accent); }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 600; line-height: .96; letter-spacing: -.055em; }
h1 { max-width: 670px; font-size: clamp(4.4rem, 7.1vw, 7.2rem); }
h1 em, h2 em { color: var(--accent); font-style: normal; font-weight: 500; }
.hero-copy > p { max-width: 530px; margin: 36px 0 0; color: #b9beb8; font-size: 1.06rem; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 46px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 34px; min-height: 56px; padding: 0 24px; font-weight: 700; font-size: .82rem; letter-spacing: .04em; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--bg); background: var(--accent); }
.button-primary:hover { background: #ddff82; }
.button span { font-size: 1.1rem; }
.text-link { padding: 12px 0; border-bottom: 1px solid var(--line); color: #d7dbd5; font-size: .8rem; }
.text-link span { margin-left: 14px; color: var(--accent); }
.hero-visual { position: relative; min-height: 820px; overflow: hidden; }
.hero-visual > img { height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.03); }
.image-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,13,12,.86) 0%, rgba(11,13,12,.2) 27%, rgba(11,13,12,.04) 100%), linear-gradient(0deg, rgba(11,13,12,.5), transparent 45%); }
.scan-line { position: absolute; inset: 0 auto 0 34%; width: 1px; background: linear-gradient(transparent, var(--accent), transparent); opacity: .55; animation: scan 6s ease-in-out infinite alternate; }
@keyframes scan { to { transform: translateX(290px); opacity: .12; } }
.project-tag { position: absolute; right: 34px; bottom: 34px; width: 212px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.2); background: rgba(10,12,11,.66); backdrop-filter: blur(14px); }
.project-tag span, .project-tag small { display: block; color: #b7bcb5; font-size: .66rem; letter-spacing: .15em; text-transform: uppercase; }
.project-tag strong { display: block; margin: 9px 0 3px; font-family: var(--display); font-size: 1rem; }
.material-orbit { position: absolute; top: 154px; right: 38px; width: 124px; height: 124px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.material-orbit::before { content: ""; position: absolute; inset: 8px; border: 1px dashed rgba(200,255,61,.48); border-radius: 50%; animation: spin 16s linear infinite; }
.material-orbit span { font-size: .61rem; letter-spacing: .12em; text-transform: uppercase; }
.material-orbit i { position: absolute; top: 2px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 20px var(--accent); }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-index { position: absolute; z-index: 3; left: 24px; bottom: 24px; color: rgba(255,255,255,.16); font-family: var(--display); font-size: 1.7rem; }

.metrics { display: grid; grid-template-columns: repeat(3, .8fr) 1.5fr; gap: 48px; align-items: center; width: min(calc(100% - 48px), var(--container)); margin: 0 auto; padding: 56px 0; border-bottom: 1px solid var(--line); }
.metrics > div { display: flex; align-items: center; gap: 16px; }
.metrics strong { color: var(--accent); font-family: var(--display); font-size: 2.3rem; font-weight: 500; line-height: 1; }
.metrics strong::after { content: "+"; font-size: 1rem; }
.metrics > div:nth-child(3) strong::after { content: "%"; }
.metrics span { color: var(--muted); font-size: .72rem; line-height: 1.45; text-transform: uppercase; letter-spacing: .09em; }
.metrics > p { margin: 0; padding-left: 36px; border-left: 1px solid var(--line); color: #c4c9c2; }

.section { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; padding: 140px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 80px; margin-bottom: 68px; }
.section-heading .section-number, .process-intro .section-number { display: block; margin-bottom: 26px; }
h2 { font-size: clamp(3.2rem, 5.7vw, 6rem); }
.section-heading > p { max-width: 360px; margin: 0 0 8px; color: var(--muted); }
.project-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 320px 320px; gap: 18px; }
.project-card { position: relative; min-height: 0; overflow: hidden; background: var(--surface); }
.project-card-large { grid-row: 1 / 3; }
.project-card img { height: 100%; object-fit: cover; filter: saturate(.68); transition: transform .8s cubic-bezier(.2,.75,.2,1), filter .5s; }
.project-card:hover img { transform: scale(1.035); filter: saturate(.94); }
.project-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,10,9,.88), transparent 62%); }
.project-info { position: absolute; left: 28px; bottom: 26px; }
.project-info span, .project-info small { color: #bcc1ba; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }
.project-info h3 { margin: 6px 0 4px; font-family: var(--display); font-size: 1.75rem; line-height: 1.1; }
.project-card > a { position: absolute; right: 22px; bottom: 22px; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; transition: color .25s, background .25s; }
.project-card > a:hover { color: var(--bg); background: var(--accent); }
.project-card-concept { display: flex; flex-direction: column; justify-content: space-between; padding: 28px; background: var(--accent); color: var(--bg); }
.project-card-concept .section-number { color: rgba(11,13,12,.7); }
.project-card-concept blockquote { max-width: 410px; margin: 0; font-family: var(--display); font-size: clamp(1.45rem, 2.25vw, 2rem); line-height: 1.2; letter-spacing: -.03em; }
.project-card-concept > div:last-child { display: flex; flex-direction: column; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.project-card-concept strong { font-family: var(--display); font-size: .9rem; }
.concept-lines { position: absolute; top: -15%; right: -8%; width: 210px; height: 210px; opacity: .35; }
.concept-lines i { position: absolute; inset: 0; border: 1px solid var(--bg); border-radius: 50%; }
.concept-lines i:nth-child(2) { inset: 28px; }
.concept-lines i:nth-child(3) { inset: 58px; }

.difference { border-top: 1px solid var(--line); }
.feature-list { border-top: 1px solid var(--line); }
.feature { display: grid; grid-template-columns: 70px 120px 1fr; gap: 28px; align-items: center; min-height: 190px; border-bottom: 1px solid var(--line); transition: background .3s, padding .3s; }
.feature:hover { padding: 0 22px; background: rgba(255,255,255,.025); }
.feature > span { color: var(--muted); font-size: .72rem; }
.feature-icon { display: grid; width: 78px; height: 78px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.feature-icon svg { width: 38px; fill: none; stroke: var(--accent); stroke-width: 1.15; }
.feature > div:last-child { display: grid; grid-template-columns: .65fr 1.2fr; gap: 60px; align-items: center; }
.feature h3 { margin: 0; font-family: var(--display); font-size: 1.55rem; }
.feature p { max-width: 560px; margin: 0; color: var(--muted); }

.process { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; border-top: 1px solid var(--line); }
.process-intro { position: sticky; top: 50px; height: fit-content; }
.process-intro p { max-width: 360px; margin-top: 34px; color: var(--muted); }
.process-steps { margin: 0; padding: 0; list-style: none; counter-reset: process; border-top: 1px solid var(--line); }
.process-steps li { display: grid; grid-template-columns: 80px 1fr; gap: 20px; min-height: 165px; align-items: center; border-bottom: 1px solid var(--line); }
.process-steps li > span { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--accent); font-size: .7rem; }
.process-steps strong { font-family: var(--display); font-size: 1.45rem; }
.process-steps p { margin: 8px 0 0; color: var(--muted); }

.contact { position: relative; width: 100%; max-width: none; overflow: hidden; padding: 150px max(24px, calc((100vw - var(--container)) / 2)); background: var(--accent); color: var(--bg); }
.contact-content { position: relative; z-index: 2; max-width: 950px; }
.contact .section-number { color: rgba(11,13,12,.65); }
.contact h2 { margin: 24px 0 28px; }
.contact h2 em { color: var(--bg); -webkit-text-stroke: 1px var(--bg); color: transparent; }
.contact p { max-width: 570px; margin: 0 0 38px; color: rgba(11,13,12,.75); }
.button-light { border: 1px solid var(--bg); background: var(--bg); color: var(--text); }
.button-light:hover { background: transparent; color: var(--bg); }
.contact-orbit { position: absolute; top: 50%; right: -80px; width: min(48vw, 620px); aspect-ratio: 1; transform: translateY(-50%); opacity: .24; }
.contact-orbit span { position: absolute; inset: 0; border: 1px solid var(--bg); border-radius: 50%; }
.contact-orbit span:nth-child(2) { inset: 70px; }
.contact-orbit span:nth-child(3) { inset: 145px; background: var(--bg); }

footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 28px; align-items: center; width: min(calc(100% - 48px), var(--container)); margin: 0 auto; padding: 64px 0 34px; }
footer > p { margin: 0; color: var(--muted); font-size: .85rem; }
footer > div { display: flex; gap: 24px; font-size: .78rem; }
footer > small { grid-column: 1 / -1; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); color: #717770; font-size: .68rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@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; } }
