:root {
  --bg: #622B14;
  --bg-soft: #622B14;
  --panel: rgba(98, 43, 20, 0.78);
  --panel-solid: #622B14;
  --line: rgba(255, 255, 255, 0.13);
  --line-strong: rgba(255, 255, 255, 0.23);
  --text: #ffffff;
  --muted: #622B14;
  --lime: #995F2F;
  --lime-soft: #995F2F;
  --gold: #995F2F;
  --ember: #995F2F;
  --teal: #995F2F;
  --shadow: 0 32px 90px rgba(98, 43, 20, 0.34);
  --radius: 28px;
  --container: min(1240px, calc(100% - 48px));
  --header-height: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
::selection { background: var(--lime); color: #622B14; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.container { width: var(--container); margin-inline: auto; }
.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 99; opacity: .045;
  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='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E");
}
#particleCanvas { position: fixed; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .56; z-index: 0; }
.cursor-glow { position: fixed; width: 420px; height: 420px; border-radius: 50%; pointer-events: none; z-index: 0; background: radial-gradient(circle, rgba(153,95,47,.055), transparent 68%); transform: translate(-50%,-50%); transition: opacity .25s; }
main, .site-footer { position: relative; z-index: 1; }

.site-header { position: fixed; inset: 0 0 auto 0; height: var(--header-height); z-index: 50; transition: .35s ease; }
.site-header.scrolled { background: rgba(98,43,20,.82); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 42px; height: 42px; position: relative; display: inline-grid; place-items: center; transform-style: preserve-3d; }
.brand-core { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 18px var(--lime); }
.brand-orbit { position: absolute; width: 36px; height: 15px; border: 1px solid rgba(153,95,47,.65); border-radius: 50%; }
.orbit-b { transform: rotate(60deg); }
.orbit-c { transform: rotate(120deg); }
.brand-copy { display: grid; grid-template-columns: auto auto; line-height: 1; font-family: "Manrope", sans-serif; }
.brand-copy strong { font-size: 16px; letter-spacing: -.35px; }
.brand-copy > span { font-size: 16px; color: var(--lime); font-weight: 600; letter-spacing: -.35px; }
.brand-copy small { grid-column: 1/-1; margin-top: 7px; font: 600 8px/1 "DM Sans", sans-serif; color: var(--muted); letter-spacing: 1.8px; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a { font-size: 13px; color: #622B14; transition: .25s ease; }
.main-nav > a:not(.nav-cta):hover { color: var(--lime); }
.nav-cta { border: 1px solid var(--line-strong); border-radius: 999px; padding: 12px 17px; color: var(--text)!important; background: rgba(255,255,255,.035); }
.nav-cta:hover { background: var(--lime); border-color: var(--lime); color: #622B14!important; }
.menu-toggle { display:none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: transparent; align-items:center; justify-content:center; flex-direction:column; gap:5px; cursor:pointer; }
.menu-toggle span { width: 18px; height: 1px; background: currentColor; transition: .25s; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: center; padding: calc(var(--header-height) + 50px) 0 70px; overflow: hidden; }
.hero-grid, .cta-grid { position:absolute; inset:0; background-image: linear-gradient(rgba(153,95,47,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(153,95,47,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black 5%, transparent 88%); }
.hero-grid::after { content:""; position:absolute; inset:0; background: radial-gradient(circle at 72% 46%, rgba(98,43,20,.22), transparent 35%), linear-gradient(90deg, var(--bg) 0%, transparent 35%, transparent 75%, var(--bg) 100%); }
.orb { position:absolute; border-radius:50%; filter: blur(20px); opacity:.22; }
.orb-one { width:480px; height:480px; right:-160px; top:15%; background:rgba(153,95,47,.18); }
.orb-two { width:300px; height:300px; left:-160px; bottom:-80px; background:rgba(153,95,47,.18); }
.hero-layout { display:grid; grid-template-columns: 1.08fr .92fr; align-items:center; gap: 40px; position:relative; z-index:2; }
.eyebrow { display:inline-flex; align-items:center; gap:10px; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:1.8px; color:#622B14; margin-bottom:25px; }
.eyebrow-dot { width:7px; height:7px; border-radius:50%; background:var(--lime); box-shadow:0 0 0 6px rgba(153,95,47,.08),0 0 18px var(--lime); }
.hero h1, .section-heading h2, .tech-copy h2, .numbers-copy h2, .timeline-heading h2, .final-cta h2 { font-family:"Manrope", sans-serif; letter-spacing:-.055em; margin:0; }
.hero h1 { font-size:clamp(46px,5vw,72px); line-height:.98; max-width:760px; }
.hero h1 span { color:var(--lime); }
.hero-lead { max-width:680px; margin:28px 0 0; color:var(--muted); font-size:18px; line-height:1.72; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:36px; }
.btn { min-height:54px; display:inline-flex; align-items:center; justify-content:center; gap:12px; padding:0 24px; border:1px solid transparent; border-radius:999px; font-size:13px; font-weight:700; cursor:pointer; transition:.28s ease; position:relative; overflow:hidden; }
.btn svg { width:19px; height:19px; }
.btn-primary { background:var(--lime); color:#622B14; box-shadow:0 16px 40px rgba(153,95,47,.16); }
.btn-primary:hover { background:#995F2F; transform:translateY(-3px); box-shadow:0 22px 48px rgba(153,95,47,.24); }
.btn-secondary { background:rgba(255,255,255,.035); border-color:var(--line-strong); color:var(--text); }
.btn-secondary:hover { border-color:rgba(153,95,47,.55); background:rgba(153,95,47,.06); transform:translateY(-3px); }
.hero-proof { display:flex; align-items:center; gap:23px; margin-top:48px; }
.proof-item { display:flex; flex-direction:column; gap:5px; }
.proof-item strong { font:800 21px/1 "Manrope",sans-serif; }
.proof-item span { color:var(--muted); font-size:11px; }
.proof-line { width:1px; height:31px; background:var(--line-strong); }
.hero-visual { min-height:650px; display:grid; place-items:center; perspective:1200px; }
.reactor-stage { width:min(590px,48vw); aspect-ratio:1; position:relative; display:grid; place-items:center; transform-style:preserve-3d; transition:transform .2s ease-out; }
.stage-ring { position:absolute; border-radius:50%; border:1px solid rgba(153,95,47,.14); }
.ring-1 { width:95%; height:95%; animation:spin 30s linear infinite; border-style:dashed; }
.ring-2 { width:78%; height:78%; border-color:rgba(153,95,47,.13); animation:spinReverse 24s linear infinite; }
.ring-3 { width:62%; height:62%; border-color:rgba(153,95,47,.13); }
.ring-1::before,.ring-2::before,.ring-3::before { content:""; position:absolute; width:7px; height:7px; border-radius:50%; background:var(--lime); top:50%; left:-4px; box-shadow:0 0 16px var(--lime); }
.reactor-globe { width:48%; aspect-ratio:1; position:relative; border-radius:50%; display:grid; place-items:center; transform-style:preserve-3d; background:radial-gradient(circle at 36% 32%,rgba(255,255,255,.38),rgba(98,43,20,.22) 35%,rgba(98,43,20,.75) 72%); border:1px solid rgba(153,95,47,.42); box-shadow:inset -24px -28px 50px rgba(98,43,20,.46),inset 14px 10px 40px rgba(153,95,47,.1),0 0 90px rgba(153,95,47,.13); animation:float 5s ease-in-out infinite; }
.globe-grid { position:absolute; inset:8%; border-radius:50%; opacity:.38; background:repeating-radial-gradient(circle at center,transparent 0 22px,rgba(153,95,47,.22) 23px 24px),linear-gradient(90deg,transparent 49.5%,rgba(153,95,47,.22) 50%,transparent 50.5%),linear-gradient(transparent 49.5%,rgba(153,95,47,.22) 50%,transparent 50.5%); }
.globe-energy { position:absolute; inset:-18%; border-radius:50%; background:conic-gradient(from 0deg,transparent,rgba(153,95,47,.18),transparent 26%,transparent 72%,rgba(153,95,47,.12),transparent); animation:spin 7s linear infinite; filter:blur(5px); }
.globe-core { width:86px; height:86px; border-radius:50%; display:grid; place-items:center; position:relative; background:radial-gradient(circle,var(--lime),#995F2F); color:#622B14; box-shadow:0 0 60px rgba(153,95,47,.7); font:800 34px/1 "Manrope",sans-serif; }
.globe-core small { position:absolute; right:15px; top:13px; font-size:9px; }
.electron { position:absolute; width:92%; height:34%; border:1px solid rgba(255,255,255,.35); border-radius:50%; }
.electron::after { content:""; position:absolute; width:7px; height:7px; border-radius:50%; background:var(--gold); right:7%; top:42%; box-shadow:0 0 16px var(--gold); }
.electron-1 { animation:spin 6s linear infinite; }
.electron-2 { transform:rotate(60deg); animation:spin60 7s linear infinite reverse; }
.electron-3 { transform:rotate(120deg); animation:spin120 8s linear infinite; }
.data-chip { position:absolute; min-width:145px; padding:15px 17px; border:1px solid var(--line); border-radius:15px; background:rgba(98,43,20,.72); backdrop-filter:blur(12px); box-shadow:var(--shadow); display:grid; grid-template-columns:10px 1fr; gap:4px 10px; }
.data-chip > span { width:8px; height:8px; border-radius:50%; background:var(--lime); box-shadow:0 0 12px var(--lime); margin-top:3px; }
.data-chip b { font-size:12px; }
.data-chip small { grid-column:2; color:var(--muted); font-size:9px; letter-spacing:.3px; }
.chip-a { left:2%; top:19%; animation:float 5.8s ease-in-out infinite .4s; }
.chip-b { right:-1%; top:27%; animation:float 6.2s ease-in-out infinite .9s; }
.chip-c { left:7%; bottom:15%; animation:float 5.5s ease-in-out infinite 1.4s; }
.telemetry { position:absolute; right:4%; bottom:8%; width:180px; padding:14px; background:rgba(98,43,20,.75); border:1px solid var(--line); border-radius:14px; backdrop-filter:blur(12px); }
.telemetry-top { display:flex; justify-content:space-between; font-size:9px; color:var(--muted); text-transform:uppercase; letter-spacing:.8px; }
.telemetry-top b { color:var(--lime); }
.telemetry-bars { display:flex; align-items:flex-end; gap:4px; height:38px; margin-top:10px; }
.telemetry-bars i { flex:1; height:35%; background:linear-gradient(var(--lime),rgba(153,95,47,.1)); animation:telemetry 1.5s ease-in-out infinite alternate; border-radius:2px 2px 0 0; }
.telemetry-bars i:nth-child(2n){animation-delay:.2s;height:75%}.telemetry-bars i:nth-child(3n){animation-delay:.4s;height:45%}.telemetry-bars i:nth-child(4n){animation-delay:.6s;height:90%}
.scroll-cue { position:absolute; bottom:28px; left:50%; transform:translateX(-50%); display:flex; align-items:center; gap:10px; font-size:9px; text-transform:uppercase; letter-spacing:1.8px; color:var(--muted); z-index:3; }
.scroll-cue span { width:34px; height:1px; background:var(--line-strong); position:relative; overflow:hidden; }
.scroll-cue span::after { content:""; position:absolute; width:14px; height:1px; background:var(--lime); animation:scrollLine 1.8s ease-in-out infinite; }

.trust-strip { border-block:1px solid var(--line); overflow:hidden; background:rgba(255,255,255,.018); }
.marquee { overflow:hidden; }
.marquee-track { width:max-content; display:flex; align-items:center; gap:28px; padding:18px 0; animation:marquee 28s linear infinite; }
.marquee span { font:700 10px/1 "Manrope",sans-serif; letter-spacing:2.5px; color:#622B14; }
.marquee i { width:5px; height:5px; background:var(--lime); border-radius:50%; }

.section { padding:125px 0; position:relative; }
.section-kicker { display:block; margin-bottom:22px; color:var(--lime); text-transform:uppercase; letter-spacing:2px; font-size:10px; font-weight:800; }
.section-heading { display:grid; grid-template-columns:1.3fr .7fr; gap:80px; align-items:end; margin-bottom:65px; }
.section-heading h2, .numbers-copy h2, .timeline-heading h2 { font-size:clamp(44px,5vw,72px); line-height:1.03; }
.section-heading > p { color:var(--muted); line-height:1.8; font-size:16px; max-width:470px; margin:0 0 5px; }
.mission { background:linear-gradient(180deg,rgba(255,255,255,.018),transparent); }
.mission-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.mission-feature { min-height:380px; padding:32px; border:1px solid var(--line); border-radius:var(--radius); background:linear-gradient(145deg,rgba(255,255,255,.042),rgba(255,255,255,.012)); position:relative; display:flex; flex-direction:column; transform-style:preserve-3d; transition:border-color .3s,background .3s; }
.mission-feature:hover { border-color:rgba(153,95,47,.34); background:linear-gradient(145deg,rgba(153,95,47,.07),rgba(255,255,255,.012)); }
.mission-number { position:absolute; top:28px; right:30px; color:#622B14; font:700 10px/1 "Manrope",sans-serif; letter-spacing:1px; }
.line-icon { width:58px; height:58px; display:grid; place-items:center; color:var(--lime); margin-bottom:auto; }
.line-icon svg { width:48px; height:48px; stroke-width:1.2; }
.mission-feature h3 { font:700 25px/1.2 "Manrope",sans-serif; letter-spacing:-.03em; margin:32px 0 13px; }
.mission-feature p { color:var(--muted); line-height:1.7; margin:0; font-size:14px; }

.technology { padding-top:70px; }
.technology-shell { border:1px solid var(--line); background:linear-gradient(145deg,rgba(98,43,20,.76),rgba(98,43,20,.9)); border-radius:36px; overflow:hidden; box-shadow:var(--shadow); position:relative; }
.tech-topline { display:flex; justify-content:space-between; align-items:center; padding:34px 42px 0; position:relative; z-index:2; }
.tech-pagination { display:flex; align-items:center; gap:10px; color:#622B14; font:700 10px/1 "Manrope",sans-serif; }
.tech-pagination span:first-child { color:var(--lime); }
.tech-pagination i { width:40px; height:1px; background:var(--line-strong); }
.tech-slider { position:relative; min-height:710px; }
.tech-slide { position:absolute; inset:0; display:grid; grid-template-columns:.9fr 1.1fr; align-items:center; gap:40px; padding:70px 42px 95px; opacity:0; transform:translateX(45px); pointer-events:none; transition:opacity .65s ease,transform .65s ease; }
.tech-slide.active { opacity:1; transform:translateX(0); pointer-events:auto; }
.tech-copy { max-width:500px; }
.tech-label { display:inline-block; color:var(--muted); font-size:10px; text-transform:uppercase; letter-spacing:1.7px; margin-bottom:18px; }
.tech-copy h2 { font-size:clamp(44px,5vw,70px); line-height:.98; }
.tech-copy h2 em,.final-cta h2 em { color:var(--lime); font-style:normal; }
.tech-copy > p { color:var(--muted); line-height:1.78; font-size:15px; margin:25px 0 28px; }
.feature-list { padding:0; margin:0 0 32px; list-style:none; border-top:1px solid var(--line); }
.feature-list li { display:flex; align-items:center; gap:16px; padding:15px 0; border-bottom:1px solid var(--line); font-size:13px; }
.feature-list span { color:var(--lime); font-size:9px; }
.text-link { display:inline-flex; align-items:center; gap:9px; color:var(--text); font-size:12px; font-weight:700; border-bottom:1px solid var(--line-strong); padding-bottom:7px; transition:.25s; }
.text-link:hover { color:var(--lime); border-color:var(--lime); }
.tech-media { min-height:490px; display:grid; place-items:center; position:relative; }
.image-frame { width:100%; height:470px; border-radius:24px; overflow:hidden; position:relative; border:1px solid var(--line); background:#fff; }
.image-frame img { width:100%; height:100%; object-fit:contain; padding:25px; }
.image-frame::after { content:""; position:absolute; inset:0; box-shadow:inset 0 0 80px rgba(98,43,20,.1); pointer-events:none; }
.image-badge { position:absolute; left:18px; bottom:18px; width:220px; background:rgba(98,43,20,.87); border:1px solid rgba(255,255,255,.14); border-radius:14px; padding:14px 16px; backdrop-filter:blur(12px); display:flex; flex-direction:column; gap:3px; }
.image-badge b { font-size:11px; }.image-badge span{font-size:9px;color:var(--muted)}
.slider-controls { position:absolute; left:42px; right:42px; bottom:30px; display:flex; align-items:center; justify-content:flex-end; gap:13px; z-index:5; }
.slider-btn,.team-controls button { width:44px; height:44px; border-radius:50%; display:grid; place-items:center; border:1px solid var(--line-strong); background:rgba(255,255,255,.025); cursor:pointer; transition:.25s; }
.slider-btn:hover,.team-controls button:hover { background:var(--lime); color:#622B14; border-color:var(--lime); }
.slider-btn svg,.team-controls svg { width:18px; height:18px; }
.slider-dots { display:flex; gap:7px; margin:0 6px; }
.slider-dots button { width:6px; height:6px; padding:0; border:0; border-radius:50%; background:#622B14; cursor:pointer; transition:.25s; }
.slider-dots button.active { width:24px; border-radius:99px; background:var(--lime); }
.ledger-visual { perspective:1000px; }
.ledger-node { width:112px; height:112px; border-radius:28px; position:absolute; display:grid; place-content:center; text-align:center; border:1px solid rgba(153,95,47,.26); background:linear-gradient(145deg,rgba(98,43,20,.92),rgba(98,43,20,.95)); box-shadow:0 20px 40px rgba(98,43,20,.28); z-index:2; transform:rotateX(9deg) rotateY(-8deg); }
.ledger-node span { font:800 18px/1 "Manrope",sans-serif; color:var(--lime); }
.ledger-node small { color:var(--muted); font-size:9px; margin-top:7px; text-transform:uppercase; letter-spacing:1px; }
.node-main { width:145px;height:145px;left:50%;top:50%;transform:translate(-50%,-50%) rotateX(9deg) rotateY(-8deg);border-color:rgba(153,95,47,.62);box-shadow:0 0 60px rgba(153,95,47,.08),0 20px 40px rgba(98,43,20,.28)}
.node-1{left:6%;top:2%}.node-2{right:6%;top:2%}.node-3{left:6%;bottom:2%}.node-4{right:6%;bottom:2%}
.ledger-lines { position:absolute; inset:0; width:100%; height:100%; stroke:rgba(153,95,47,.33); stroke-dasharray:6 8; }
.ledger-pulse { position:absolute;width:9px;height:9px;border-radius:50%;background:var(--lime);box-shadow:0 0 15px var(--lime);z-index:3;animation:nodePulse 3s linear infinite; }
.pulse-1{left:28%;top:29%}.pulse-2{right:28%;top:29%;animation-delay:.75s}.pulse-3{left:28%;bottom:29%;animation-delay:1.5s}.pulse-4{right:28%;bottom:29%;animation-delay:2.25s}
.flow-visual { min-height:470px; }
.flow-path { position:absolute; left:13%; right:13%; top:50%; height:2px; background:linear-gradient(90deg,rgba(153,95,47,.15),var(--lime),rgba(153,95,47,.15)); }
.flow-stop { position:absolute; top:50%; width:116px; transform:translate(-50%,-50%); text-align:center; padding-top:80px; }
.flow-stop::before { content:""; position:absolute; top:36px; left:50%; width:26px;height:26px;border-radius:50%; transform:translateX(-50%); background:#622B14; border:1px solid var(--lime); box-shadow:0 0 0 10px rgba(153,95,47,.035); }
.flow-stop span { color:var(--lime); font-size:9px; }.flow-stop b{display:block;font:700 15px/1.2 "Manrope",sans-serif}.flow-stop small{color:var(--muted);font-size:9px}
.stop-1{left:13%}.stop-2{left:38%}.stop-3{left:63%}.stop-4{left:88%}
.flow-token { position:absolute; top:calc(50% - 7px); left:13%; width:15px;height:15px;border-radius:50%;background:var(--gold);box-shadow:0 0 20px var(--gold);animation:flowToken 5s ease-in-out infinite; }

.solutions { background:linear-gradient(180deg,transparent,rgba(255,255,255,.018),transparent); }
.solution-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.solution-card { min-height:460px; padding:30px; border-radius:var(--radius); border:1px solid var(--line); background:rgba(255,255,255,.024); position:relative; overflow:hidden; display:flex; flex-direction:column; transform-style:preserve-3d; }
.solution-card::after { content:""; position:absolute; inset:auto -90px -130px auto; width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(153,95,47,.08),transparent 65%); }
.card-featured { background:linear-gradient(135deg,rgba(153,95,47,.12),rgba(255,255,255,.025)); }
.solution-head { display:flex; justify-content:space-between; font-size:10px; color:var(--muted); text-transform:uppercase; letter-spacing:1.6px; }
.solution-head i { font-style:normal; color:#622B14; }
.solution-card h3 { font:700 clamp(28px,3vw,42px)/1.08 "Manrope",sans-serif; letter-spacing:-.04em; margin:auto 0 14px; position:relative;z-index:2; }
.solution-card p { color:var(--muted); line-height:1.7; max-width:500px; margin:0 0 24px; font-size:14px; position:relative;z-index:2; }
.solution-card a { font-size:11px; font-weight:700; color:var(--lime); position:relative;z-index:2; }
.solution-orbit { width:150px;height:150px;position:absolute;right:50px;top:68px;border:1px solid rgba(153,95,47,.16);border-radius:50%;display:grid;place-items:center; }
.solution-orbit span { position:absolute;width:138px;height:52px;border:1px solid rgba(153,95,47,.35);border-radius:50%;animation:spin 6s linear infinite; }.solution-orbit span:nth-child(2){transform:rotate(60deg);animation:spin60 7s linear infinite reverse}.solution-orbit b{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--lime);color:#622B14;font:800 20px/1 "Manrope",sans-serif;box-shadow:0 0 30px rgba(153,95,47,.4)}
.solution-symbol { position:absolute;right:55px;top:78px;width:125px;height:125px;display:grid;place-items:center; }
.solution-symbol.medical { border:1px solid rgba(153,95,47,.22); border-radius:35px; transform:rotate(8deg); box-shadow:inset 0 0 40px rgba(153,95,47,.04); }.solution-symbol.medical span{font:300 75px/1 "Manrope",sans-serif;color:var(--teal);transform:rotate(-8deg)}
.solution-symbol.waste span { position:absolute;width:82px;height:82px;border:2px solid rgba(153,95,47,.58);border-radius:50% 8% 50% 50%;transform:rotate(45deg); }.solution-symbol.waste span:nth-child(2){transform:rotate(165deg);width:65px;height:65px}.solution-symbol.waste span:nth-child(3){transform:rotate(285deg);width:48px;height:48px}
.solution-symbol.plasma { border-radius:50%; background:radial-gradient(circle,rgba(153,95,47,.4),rgba(153,95,47,.04) 45%,transparent 70%); }.solution-symbol.plasma::before,.solution-symbol.plasma::after{content:"";position:absolute;inset:11%;border:1px solid rgba(153,95,47,.55);border-radius:50%;animation:spin 6s linear infinite;clip-path:polygon(0 0,100% 0,100% 48%,0 48%)}.solution-symbol.plasma::after{inset:25%;animation-direction:reverse}.solution-symbol.plasma span{width:18px;height:18px;background:var(--ember);border-radius:50%;box-shadow:0 0 30px var(--ember)}

.numbers { padding-top:80px; }
.numbers-layout { display:grid; grid-template-columns:1.04fr .96fr; gap:80px; align-items:center; }
.numbers-image { position:relative; border-radius:28px; overflow:hidden; background:#fff; min-height:570px; display:grid; place-items:center; }
.numbers-image img { width:100%;height:100%;object-fit:contain; }
.numbers-caption { position:absolute;left:20px;bottom:20px;background:rgba(98,43,20,.9);border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:14px 17px;display:grid;gap:3px; }.numbers-caption span{color:var(--lime);font-size:8px;text-transform:uppercase;letter-spacing:1.5px}.numbers-caption b{font-size:11px}
.numbers-copy > p { color:var(--muted);line-height:1.8;font-size:15px;max-width:520px; }
.metric-stack { margin-top:35px;border-top:1px solid var(--line); }
.metric { display:grid;grid-template-columns:auto auto 1fr;align-items:baseline;gap:5px;padding:22px 0;border-bottom:1px solid var(--line); }.metric strong{font:800 43px/1 "Manrope",sans-serif;color:var(--lime)}.metric>span{font:700 20px/1 "Manrope",sans-serif;color:var(--lime)}.metric small{justify-self:end;text-align:right;color:var(--muted);font-size:11px;max-width:230px;line-height:1.5}

.legacy { background:#ffffff; color:#622B14; }
.legacy .section-kicker { color:#622B14; }
.legacy-layout { display:grid;grid-template-columns:.95fr 1.05fr;gap:90px;align-items:center; }
.legacy-portrait { position:relative; }
.portrait-frame { border-radius:260px 260px 24px 24px;overflow:hidden;aspect-ratio:.86;filter:grayscale(1); }
.portrait-frame img { width:100%;height:100%;object-fit:cover; }
.portrait-meta { position:absolute;right:-30px;bottom:35px;background:#622B14;color:var(--text);padding:20px 22px;border-radius:14px;width:245px;box-shadow:0 20px 50px rgba(98,43,20,.2); }.portrait-meta span{display:block;font:700 15px/1.2 "Manrope",sans-serif;margin-bottom:6px}.portrait-meta small{color:#622B14;font-size:9px;line-height:1.5}
.legacy blockquote { margin:0;font:600 clamp(34px,4.1vw,59px)/1.13 "Manrope",sans-serif;letter-spacing:-.045em; }
.quote-credit { display:flex;align-items:center;gap:13px;margin-top:28px; }.quote-credit b{font-size:12px}.quote-credit span{font-size:10px;color:#622B14;border-left:1px solid #622B14;padding-left:13px}
.legacy-copy > p { color:#622B14;line-height:1.8;font-size:15px;margin:26px 0 30px;max-width:610px; }
.legacy .btn-secondary { border-color:#622B14;color:#622B14;background:rgba(255,255,255,.36); }
.legacy .btn-secondary:hover { background:#622B14;color:white;border-color:#622B14; }

.timeline-section { overflow:hidden; }
.timeline-heading { max-width:800px;margin-bottom:80px; }
.timeline { display:grid;grid-template-columns:repeat(4,1fr);position:relative;gap:30px; }
.timeline-progress { position:absolute;left:0;right:0;top:9px;height:1px;background:var(--line-strong); }
.timeline-progress span { display:block;width:0;height:100%;background:var(--lime);box-shadow:0 0 12px var(--lime);transition:width .3s ease; }
.timeline article { position:relative;padding-top:45px; }.timeline article>i{position:absolute;top:2px;left:0;width:15px;height:15px;border-radius:50%;background:var(--bg);border:2px solid #622B14;z-index:2;transition:.3s}.timeline article.active>i{border-color:var(--lime);box-shadow:0 0 0 6px rgba(153,95,47,.08),0 0 15px rgba(153,95,47,.6)}.timeline article>span{color:var(--lime);font-size:9px;text-transform:uppercase;letter-spacing:1.7px}.timeline h3{font:700 20px/1.25 "Manrope",sans-serif;margin:12px 0 10px}.timeline p{color:var(--muted);line-height:1.65;font-size:12px;margin:0}

.team { padding-top:70px; background:linear-gradient(180deg,rgba(255,255,255,.018),transparent); }
.team-carousel { overflow:hidden; }
.team-track { display:flex;gap:16px;transition:transform .65s cubic-bezier(.2,.7,.2,1); }
.team-card { min-width:calc((100% - 32px)/3); border:1px solid var(--line);border-radius:25px;overflow:hidden;background:rgba(255,255,255,.025); }
.team-photo { aspect-ratio:.92;overflow:hidden;background:#ffffff; }.team-photo img{width:100%;height:100%;object-fit:cover;filter:saturate(.72);transition:.5s}.team-card:hover img{transform:scale(1.045);filter:saturate(1)}
.team-info { padding:23px;position:relative; }.team-info>span{color:var(--lime);font-size:8px;text-transform:uppercase;letter-spacing:1.45px}.team-info h3{font:700 22px/1.2 "Manrope",sans-serif;letter-spacing:-.025em;margin:10px 0 16px}.team-info a{font-size:10px;color:var(--muted)}
.team-controls { display:grid;grid-template-columns:1fr 44px 44px;align-items:center;gap:10px;margin-top:28px; }.team-progress{height:1px;background:var(--line-strong);margin-right:22px}.team-progress span{display:block;height:100%;width:33.33%;background:var(--lime);transition:width .5s,transform .5s}

.insight-grid { display:grid;grid-template-columns:1.18fr .82fr;grid-template-rows:repeat(2,1fr);gap:16px; }
.insight-card { border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:rgba(255,255,255,.024);display:grid;grid-template-columns:.8fr 1.2fr;min-height:250px;transition:.3s; }.insight-card:hover{transform:translateY(-5px);border-color:rgba(153,95,47,.3)}
.insight-main { grid-row:1/3;display:flex;flex-direction:column; }.insight-main .insight-art{min-height:390px}.insight-main .insight-content{padding:30px}.insight-main h3{font-size:36px}
.insight-art { position:relative;overflow:hidden;min-height:250px;background:#622B14; }
.insight-content { padding:26px;align-self:center; }.insight-content>span{color:var(--lime);font-size:8px;text-transform:uppercase;letter-spacing:1.5px}.insight-content h3{font:700 23px/1.15 "Manrope",sans-serif;letter-spacing:-.035em;margin:12px 0}.insight-content p{color:var(--muted);font-size:12px;line-height:1.65}.insight-content b{font-size:10px;color:var(--muted)}
.art-future { background:radial-gradient(circle at 60% 40%,#622B14,#622B14 40%,#622B14 70%); }.art-future>span{position:absolute;left:25px;top:18px;font:800 70px/1 "Manrope",sans-serif;color:rgba(255,255,255,.07)}
.planet { width:180px;height:180px;border-radius:50%;position:absolute;right:12%;top:24%;background:radial-gradient(circle at 35% 30%,#ffffff,#995F2F 18%,#622B14 49%,#622B14 72%);box-shadow:0 0 100px rgba(153,95,47,.2); }.planet::after{content:"";position:absolute;inset:0;border-radius:50%;background:repeating-linear-gradient(23deg,transparent 0 17px,rgba(98,43,20,.2) 18px 19px)}
.planet-orbit { width:290px;height:95px;border:1px solid rgba(153,95,47,.5);border-radius:50%;position:absolute;right:1%;top:35%;transform:rotate(-14deg); }
.art-history img{width:100%;height:100%;object-fit:cover;filter:grayscale(1)}
.art-data { display:grid;place-items:center;perspective:700px;background:radial-gradient(circle,rgba(153,95,47,.11),transparent 60%)}
.data-cube { width:90px;height:90px;position:relative;transform-style:preserve-3d;animation:cubeSpin 10s linear infinite; }.data-cube i{position:absolute;inset:0;border:1px solid rgba(153,95,47,.5);background:rgba(153,95,47,.035)}.data-cube i:nth-child(1){transform:translateZ(45px)}.data-cube i:nth-child(2){transform:rotateY(180deg) translateZ(45px)}.data-cube i:nth-child(3){transform:rotateY(90deg) translateZ(45px)}.data-cube i:nth-child(4){transform:rotateY(-90deg) translateZ(45px)}.data-cube i:nth-child(5){transform:rotateX(90deg) translateZ(45px)}.data-cube i:nth-child(6){transform:rotateX(-90deg) translateZ(45px)}

.final-cta { min-height:620px;display:grid;place-items:center;position:relative;overflow:hidden;border-top:1px solid var(--line);background:radial-gradient(circle at 50% 90%,rgba(153,95,47,.12),transparent 40%); }
.cta-grid { mask-image:radial-gradient(circle at center,black,transparent 70%);transform:perspective(600px) rotateX(62deg) scale(1.8) translateY(18%);transform-origin:center bottom; }
.final-cta-inner { text-align:center;position:relative;z-index:2; }.final-cta h2{font-size:clamp(52px,7vw,98px);line-height:.92}.final-cta p{max-width:650px;margin:30px auto;color:var(--muted);line-height:1.75}.cta-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

.site-footer { border-top:1px solid var(--line);padding-top:70px;background:#622B14; }
.footer-top { display:grid;grid-template-columns:1.5fr repeat(3,.65fr);gap:50px;padding-bottom:60px; }.footer-brand p{color:var(--muted);font-size:12px;max-width:250px;line-height:1.65;margin-top:25px}.footer-col{display:flex;flex-direction:column;gap:12px}.footer-col h3{font:700 11px/1 "Manrope",sans-serif;color:var(--lime);text-transform:uppercase;letter-spacing:1.6px;margin:0 0 8px}.footer-col a{font-size:11px;color:var(--muted);transition:.2s}.footer-col a:hover{color:var(--text)}
.footer-bottom { min-height:76px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:30px;color:#622B14;font-size:9px }.footer-bottom>div{display:flex;gap:18px}.footer-bottom button{width:38px;height:38px;border-radius:50%;background:transparent;border:1px solid var(--line-strong);cursor:pointer}.footer-bottom button:hover{border-color:var(--lime);color:var(--lime)}

.modal { position:fixed;inset:0;z-index:100;display:grid;place-items:center;opacity:0;visibility:hidden;transition:.3s; }.modal.open{opacity:1;visibility:visible}.modal-backdrop{position:absolute;inset:0;background:rgba(98,43,20,.78);backdrop-filter:blur(14px)}
.modal-panel { width:min(620px,calc(100% - 30px));max-height:90vh;overflow:auto;position:relative;background:#622B14;border:1px solid var(--line-strong);border-radius:28px;padding:45px;box-shadow:0 40px 100px rgba(98,43,20,.5);transform:translateY(25px) scale(.98);transition:.35s }.modal.open .modal-panel{transform:translateY(0) scale(1)}
.modal-close{position:absolute;right:18px;top:18px;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:transparent;font-size:24px;cursor:pointer}.modal-panel h2{font:700 43px/1.04 "Manrope",sans-serif;letter-spacing:-.045em;margin:0}.modal-panel>p{color:var(--muted);line-height:1.7;font-size:13px}.modal form{display:grid;gap:14px;margin-top:25px}.modal label:not(.check){display:grid;gap:7px;color:#622B14;font-size:10px;text-transform:uppercase;letter-spacing:1.1px}.modal input[type="text"],.modal input[type="email"]{height:52px;border-radius:12px;border:1px solid var(--line);background:rgba(255,255,255,.035);color:var(--text);padding:0 15px;outline:none;text-transform:none;letter-spacing:0}.modal input:focus{border-color:var(--lime)}.check{display:flex;align-items:flex-start;gap:10px;color:var(--muted);font-size:10px;line-height:1.5}.check input{accent-color:var(--lime);margin-top:2px}.modal form>small{color:#622B14;font-size:9px;line-height:1.5}.form-success{display:none;margin-top:30px;padding:20px;border:1px solid rgba(153,95,47,.25);border-radius:14px;background:rgba(153,95,47,.06)}.form-success.show{display:flex;flex-direction:column;gap:5px}.form-success b{color:var(--lime)}.form-success span{color:var(--muted);font-size:11px}

.reveal { opacity:0; transform:translateY(28px); transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1); transition-delay:var(--delay,0ms); }.reveal.visible{opacity:1;transform:translateY(0)}

@keyframes spin{to{transform:rotate(360deg)}}
@keyframes spinReverse{to{transform:rotate(-360deg)}}
@keyframes spin60{to{transform:rotate(420deg)}}
@keyframes spin120{to{transform:rotate(480deg)}}
@keyframes float{0%,100%{translate:0 -5px}50%{translate:0 10px}}
@keyframes telemetry{to{height:95%}}
@keyframes scrollLine{0%{left:-15px}100%{left:40px}}
@keyframes marquee{to{transform:translateX(-50%)}}
@keyframes nodePulse{0%,100%{opacity:.25;transform:scale(.6)}45%{opacity:1;transform:scale(1.2)}}
@keyframes flowToken{0%,8%{left:13%}28%,34%{left:38%}53%,59%{left:63%}78%,100%{left:88%}}
@keyframes cubeSpin{to{transform:rotateX(360deg) rotateY(360deg)}}

@media (max-width:1080px){
  :root{--container:min(100% - 34px,960px)}
  .main-nav{gap:18px}.main-nav>a{font-size:11px}
  .hero-layout{grid-template-columns:1fr}.hero-copy{padding-top:55px}.hero-visual{min-height:520px}.reactor-stage{width:min(580px,80vw)}
  .tech-slide{grid-template-columns:1fr;position:relative;display:none}.tech-slide.active{display:grid}.tech-slider{min-height:auto}.tech-media{min-height:420px}.image-frame{height:420px}
  .numbers-layout,.legacy-layout{gap:50px}.solution-card{min-height:430px}.insight-grid{grid-template-columns:1fr}.insight-main{grid-row:auto}.insight-card{min-height:300px}.footer-top{grid-template-columns:1.2fr repeat(3,.8fr)}
}
@media (max-width:820px){
  :root{--header-height:72px;--container:calc(100% - 28px)}
  .menu-toggle{display:flex;position:relative;z-index:2}.main-nav{position:fixed;inset:0;background:rgba(98,43,20,.98);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:25px;opacity:0;visibility:hidden;transform:translateY(-15px);transition:.3s}.main-nav.open{opacity:1;visibility:visible;transform:none}.main-nav>a{font:700 24px/1 "Manrope",sans-serif}.nav-cta{margin-top:10px;padding:15px 22px!important}.menu-toggle.open span:first-child{transform:translateY(6px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:last-child{transform:translateY(-6px) rotate(-45deg)}
  .hero{padding-top:120px}.hero h1{font-size:clamp(50px,14vw,78px)}.hero-lead{font-size:16px}.hero-proof{gap:14px;justify-content:space-between}.proof-item strong{font-size:17px}.proof-item span{font-size:9px}.hero-visual{min-height:460px}.reactor-stage{width:92vw}.data-chip{min-width:120px;padding:11px}.chip-a{left:0}.chip-b{right:0}.chip-c{left:1%}.telemetry{right:0;bottom:0}.scroll-cue{display:none}
  .section{padding:90px 0}.section-heading{grid-template-columns:1fr;gap:24px;margin-bottom:45px}.section-heading h2,.numbers-copy h2,.timeline-heading h2{font-size:clamp(40px,11vw,62px)}
  .mission-grid{grid-template-columns:1fr}.mission-feature{min-height:330px}
  .technology-shell{border-radius:25px}.tech-topline{padding:26px 23px 0}.tech-slide{padding:50px 23px 90px}.slider-controls{left:23px;right:23px}.tech-media{min-height:360px}.image-frame{height:360px}.ledger-node{width:90px;height:90px;border-radius:22px}.node-main{width:120px;height:120px}.flow-stop{width:80px}.flow-stop small{display:none}
  .solution-grid{grid-template-columns:1fr}.solution-card{min-height:390px}.solution-orbit,.solution-symbol{right:25px;top:60px;transform:scale(.8)}
  .numbers-layout,.legacy-layout{grid-template-columns:1fr}.numbers-image{min-height:420px}.metric small{max-width:180px}.legacy-portrait{max-width:620px}.portrait-meta{right:10px}.legacy-copy{padding-top:15px}
  .timeline{grid-template-columns:1fr;gap:0}.timeline-progress{left:6px;top:0;bottom:0;width:1px;height:auto}.timeline-progress span{width:100%!important;height:0}.timeline article{padding:0 0 45px 42px}.timeline article>i{left:0;top:2px}
  .team-card{min-width:calc((100% - 16px)/2)}
  .insight-card{grid-template-columns:1fr;min-height:0}.insight-art{min-height:260px}.insight-main .insight-art{min-height:320px}
  .footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{grid-template-columns:1fr auto}.footer-bottom>div{display:none}
}
@media (max-width:540px){
  .brand-copy small{display:none}.brand-mark{width:36px;height:36px}.brand-orbit{width:32px;height:13px}
  .hero-actions{display:grid}.btn{width:100%}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr)}.proof-line{display:none}.proof-item{text-align:center}.hero-visual{min-height:410px}.data-chip{display:none}.telemetry{width:150px}.reactor-globe{width:58%}
  .tech-copy h2{font-size:45px}.tech-media{min-height:320px}.image-frame{height:300px}.image-badge{width:calc(100% - 36px)}.ledger-visual{transform:scale(.86)}.flow-visual{transform:scale(.9)}
  .metric{grid-template-columns:auto auto}.metric small{grid-column:1/-1;justify-self:start;text-align:left;max-width:none}.portrait-meta{width:210px}.legacy blockquote{font-size:34px}
  .team-card{min-width:100%}.insight-main h3{font-size:30px}.final-cta{min-height:580px}.final-cta h2{font-size:52px}.footer-top{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{font-size:8px}.modal-panel{padding:36px 22px}.modal-panel h2{font-size:36px}
}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.cursor-glow,#particleCanvas{display:none}}

/* 2026 light presentation system -------------------------------------------------
   Client palette: #622B14 / #995F2F / #ffffff */
:root {
  --bg: #ffffff;
  --bg-soft: #ffffff;
  --panel: rgba(255, 255, 255, .84);
  --panel-solid: #ffffff;
  --line: rgba(98, 43, 20, .12);
  --line-strong: rgba(98, 43, 20, .24);
  --text: #622B14;
  --muted: #622B14;
  --lime: #622B14;
  --lime-soft: #995F2F;
  --gold: #995F2F;
  --ember: #622B14;
  --teal: #995F2F;
  --shadow: 0 28px 75px rgba(98, 43, 20, .12);
}

html { background: var(--bg); }
body {
  background:
    radial-gradient(circle at 8% 5%, rgba(255, 255, 255, .38), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 55%, #ffffff 100%);
}
body, body *, button, input { font-family: "Poppins", sans-serif !important; }
::selection { background: #ffffff; color: #622B14; }
.noise { opacity: .022; mix-blend-mode: multiply; }
#particleCanvas { opacity: .28; }
.cursor-glow { background: radial-gradient(circle, rgba(153, 95, 47, .11), transparent 68%); }

.site-header { color: var(--text); }
.site-header.scrolled {
  background: rgba(255, 255, 255, .83);
  border-color: rgba(98, 43, 20, .1);
  box-shadow: 0 8px 30px rgba(98, 43, 20, .05);
}
.brand-core { background: #622B14; box-shadow: 0 0 14px rgba(98, 43, 20, .35); }
.brand-orbit { border-color: rgba(98, 43, 20, .48); }
.brand-copy > span, .main-nav > a:not(.nav-cta):hover { color: #622B14; }
.main-nav > a { color: #622B14; }
.nav-cta { color: #fff !important; background: #622B14; border-color: #622B14; box-shadow: 0 10px 24px rgba(98, 43, 20, .16); }
.nav-cta:hover { background: #995F2F; border-color: #995F2F; color: #622B14 !important; }

.hero { background: linear-gradient(145deg, rgba(255,255,255,.86), rgba(255,255,255,.86) 58%, rgba(255,255,255,.25)); }
.hero-grid, .cta-grid {
  background-image: linear-gradient(rgba(98,43,20,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(98,43,20,.055) 1px, transparent 1px);
}
.hero-grid::after { background: radial-gradient(circle at 72% 46%, rgba(153,95,47,.21), transparent 34%), linear-gradient(90deg, rgba(255,255,255,.9), transparent 35%, transparent 76%, rgba(255,255,255,.86)); }
.orb-one { background: rgba(153,95,47,.28); }
.orb-two { background: rgba(255,255,255,.48); }
.eyebrow { color: #622B14; }
.eyebrow-dot { background: #995F2F; box-shadow: 0 0 0 6px rgba(153,95,47,.13), 0 0 16px rgba(98,43,20,.25); }
.hero h1 span { color: #622B14; }
.btn-primary { background: #622B14; color: #fff; box-shadow: 0 15px 36px rgba(98,43,20,.18); }
.btn-primary:hover { background: #622B14; box-shadow: 0 20px 42px rgba(98,43,20,.24); }
.btn-secondary { background: rgba(255,255,255,.76); border-color: rgba(98,43,20,.2); color: #622B14; }
.btn-secondary:hover { background: #ffffff; border-color: #995F2F; }

.stage-ring { border-color: rgba(98,43,20,.17); }
.ring-2 { border-color: rgba(153,95,47,.32); }
.ring-3 { border-color: rgba(98,43,20,.14); }
.ring-1::before,.ring-2::before,.ring-3::before { background: #622B14; box-shadow: 0 0 12px rgba(98,43,20,.4); }
.reactor-globe { background: radial-gradient(circle at 36% 30%, #fff, #ffffff 36%, #995F2F 72%); border-color: rgba(98,43,20,.28); box-shadow: inset -24px -28px 50px rgba(98,43,20,.18), inset 14px 10px 34px rgba(255,255,255,.6), 0 25px 70px rgba(98,43,20,.18); }
.globe-grid { background: repeating-radial-gradient(circle at center,transparent 0 22px,rgba(98,43,20,.2) 23px 24px),linear-gradient(90deg,transparent 49.5%,rgba(98,43,20,.2) 50%,transparent 50.5%),linear-gradient(transparent 49.5%,rgba(98,43,20,.2) 50%,transparent 50.5%); }
.globe-energy { background: conic-gradient(from 0deg,transparent,rgba(153,95,47,.3),transparent 26%,transparent 72%,rgba(98,43,20,.17),transparent); }
.globe-core { background: radial-gradient(circle, #ffffff, #995F2F); color: #622B14; box-shadow: 0 0 45px rgba(98,43,20,.3); }
.electron { border-color: rgba(98,43,20,.35); }
.electron::after, .flow-token { background: #622B14; box-shadow: 0 0 14px rgba(98,43,20,.42); }
.data-chip, .telemetry { background: rgba(255,255,255,.82); border-color: rgba(98,43,20,.13); box-shadow: 0 16px 38px rgba(98,43,20,.1); }
.data-chip > span { background: #995F2F; box-shadow: 0 0 10px rgba(98,43,20,.28); }
.telemetry-bars i { background: linear-gradient(#622B14, rgba(153,95,47,.15)); }

.trust-strip { background: #622B14; border: 0; }
.marquee span { color: rgba(255,255,255,.74); }
.marquee i { background: #ffffff; }
.section-kicker, .feature-list span, .solution-card a, .metric strong, .metric > span, .timeline article > span, .team-info > span, .insight-content > span { color: #622B14; }
.mission, .solutions, .team { background: transparent; }
.mission-feature, .solution-card, .team-card, .insight-card {
  background: rgba(255,255,255,.79);
  border-color: rgba(98,43,20,.11);
  box-shadow: 0 16px 50px rgba(98,43,20,.06);
}
.mission-feature:hover, .insight-card:hover { border-color: rgba(98,43,20,.28); background: #fff; }
.card-featured { background: linear-gradient(135deg, #ffffff, rgba(255,255,255,.94)); }
.line-icon { color: #622B14; }
.mission-number, .solution-head i { color: #995F2F; }

.technology-shell { background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,255,255,.9)); border-color: rgba(98,43,20,.13); box-shadow: 0 32px 80px rgba(98,43,20,.1); }
.tech-pagination { color: #995F2F; }
.tech-pagination span:first-child, .tech-copy h2 em, .final-cta h2 em { color: #622B14; }
.slider-btn,.team-controls button { background: rgba(255,255,255,.72); color: #622B14; }
.slider-btn:hover,.team-controls button:hover { background: #622B14; color: #fff; border-color: #622B14; }
.slider-dots button { background: #ffffff; }
.slider-dots button.active { background: #622B14; }
.image-badge, .numbers-caption { color: #fff; background: rgba(98,43,20,.91); border-color: rgba(255,255,255,.3); }
.image-badge span { color: rgba(255,255,255,.72); }
.ledger-node { border-color: rgba(98,43,20,.2); background: linear-gradient(145deg,#fff,#ffffff); box-shadow: 0 18px 36px rgba(98,43,20,.12); }
.ledger-node span { color: #622B14; }
.node-main { border-color: rgba(98,43,20,.45); box-shadow: 0 22px 55px rgba(98,43,20,.16); }
.ledger-lines { stroke: rgba(98,43,20,.32); }
.ledger-pulse { background: #622B14; box-shadow: 0 0 12px rgba(98,43,20,.42); }
.flow-path { background: linear-gradient(90deg,rgba(98,43,20,.1),#995F2F,rgba(98,43,20,.1)); }
.flow-stop::before { background: #fff; border-color: #622B14; box-shadow: 0 0 0 10px rgba(153,95,47,.1); }

.solution-card::after { background: radial-gradient(circle,rgba(153,95,47,.14),transparent 65%); }
.solution-orbit { border-color: rgba(98,43,20,.14); }
.solution-orbit span { border-color: rgba(98,43,20,.28); }
.solution-orbit b { background: #622B14; color: #fff; box-shadow: 0 0 28px rgba(98,43,20,.24); }
.solution-symbol.medical { border-color: rgba(98,43,20,.16); }
.solution-symbol.medical span { color: #995F2F; }
.solution-symbol.waste span { border-color: rgba(98,43,20,.5); }
.solution-symbol.plasma { background: radial-gradient(circle,rgba(153,95,47,.4),rgba(255,255,255,.12) 45%,transparent 70%); }
.solution-symbol.plasma::before,.solution-symbol.plasma::after { border-color: rgba(98,43,20,.42); }
.solution-symbol.plasma span { background: #622B14; box-shadow: 0 0 24px rgba(98,43,20,.35); }

.numbers-image { border: 1px solid rgba(98,43,20,.1); box-shadow: 0 26px 60px rgba(98,43,20,.09); }
.numbers-caption span { color: #ffffff; }
.legacy { background: linear-gradient(135deg,#ffffff,#ffffff); color: var(--text); }
.legacy .section-kicker { color: #622B14; }
.portrait-meta { background: #622B14; color: #fff; box-shadow: 0 20px 45px rgba(98,43,20,.2); }
.portrait-meta small { color: rgba(255,255,255,.7); }
.legacy-copy > p { color: var(--muted); }
.legacy .btn-secondary { border-color: rgba(98,43,20,.25); color: #622B14; background: rgba(255,255,255,.64); }
.legacy .btn-secondary:hover { background: #622B14; color: #fff; border-color: #622B14; }
.timeline article > i { background: var(--bg); border-color: #ffffff; }
.timeline article.active > i { border-color: #622B14; box-shadow: 0 0 0 6px rgba(153,95,47,.13); }
.timeline-progress span, .team-progress span { background: #622B14; box-shadow: none; }
.team-photo { background: #ffffff; }
.insight-art { background: #ffffff; }
.art-future { background: radial-gradient(circle at 60% 40%,#ffffff,#995F2F 40%,#622B14 100%); }
.planet { background: radial-gradient(circle at 35% 30%,#fff,#ffffff 18%,#995F2F 49%,#622B14 75%); box-shadow: 0 0 90px rgba(98,43,20,.22); }
.art-data { background: radial-gradient(circle,rgba(153,95,47,.2),transparent 65%); }
.data-cube i { border-color: rgba(98,43,20,.46); background: rgba(255,255,255,.1); }

.final-cta { background: linear-gradient(145deg,#ffffff,#ffffff 58%,#ffffff); border-color: rgba(98,43,20,.1); }
.site-footer { background: #622B14; color: #fff; border: 0; }
.site-footer .brand-copy > span, .site-footer .footer-col h3 { color: #ffffff; }
.site-footer .brand-core { background: #ffffff; }
.site-footer .brand-orbit { border-color: rgba(255,255,255,.5); }
.site-footer .brand-copy small, .site-footer .footer-brand p, .site-footer .footer-col a { color: rgba(255,255,255,.68); }
.footer-bottom { color: rgba(255,255,255,.58); border-color: rgba(255,255,255,.16); }
.footer-bottom button { border-color: rgba(255,255,255,.3); color: #fff; }
.modal-backdrop { background: rgba(98,43,20,.42); }
.modal-panel { background: #fff; border-color: rgba(98,43,20,.14); box-shadow: 0 35px 90px rgba(98,43,20,.24); }
.modal label:not(.check) { color: #622B14; }
.modal input[type="text"],.modal input[type="email"] { background: #ffffff; color: var(--text); }
.form-success { background: #ffffff; border-color: #ffffff; }

/* Scroll-driven page lift: each major chapter rises from a shallow 3D plane. */
@media (min-width: 821px) and (prefers-reduced-motion: no-preference) {
  .scroll-panel {
    --panel-lift: 180px;
    --panel-depth: -240px;
    --panel-tilt: 13deg;
    --panel-scale: .94;
    --panel-opacity: .18;
    transform-origin: 50% 100%;
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: perspective(1100px) translate3d(0, var(--panel-lift), var(--panel-depth)) rotateX(var(--panel-tilt)) scale(var(--panel-scale));
    opacity: var(--panel-opacity);
    border-radius: 52px 52px 0 0;
    border-top: 1px solid rgba(98,43,20,.14);
    background-color: rgba(255,255,255,.97);
    box-shadow: 0 -28px 80px rgba(98,43,20,.14), 0 24px 70px rgba(98,43,20,.08);
    overflow: hidden;
  }
  .scroll-panel:nth-of-type(even) { background-color: rgba(255,255,255,.97); }
  /* The chapter animation is the reveal. Keeping a second observer-driven
     opacity animation inside a composited 3D layer can briefly blank content. */
  .scroll-panel .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 820px) {
  .site-header.scrolled { background: rgba(255,255,255,.94); }
  .main-nav { background: rgba(255,255,255,.98); border-bottom-color: rgba(98,43,20,.12); }
  .main-nav > a { color: #622B14; }
  .menu-toggle { background: rgba(255,255,255,.72); color: #622B14; }
  .hero h1 { font-size: clamp(42px, 10.5vw, 58px); line-height: 1; }
}

/* Keep the one-column technology carousel from changing the page height when
   its automatic slide advances on small laptops and landscape tablets. */
@media (min-width: 821px) and (max-width: 1080px) {
  .technology-shell { min-height: 1050px; }
  .tech-slide.active { min-height: 970px; align-content: center; }
}

/* Pure-white back layer with stronger card separation. */
html,
body,
main,
main > .section {
  background: #ffffff;
}

.mission-feature,
.solution-card,
.team-card,
.insight-card,
.technology-shell {
  background: #ffffff;
  border-color: rgba(98,43,20,.28);
  box-shadow:
    0 2px 0 rgba(153,95,47,.12),
    0 20px 55px rgba(98,43,20,.16);
}

.mission-feature:hover,
.solution-card:hover,
.team-card:hover,
.insight-card:hover {
  border-color: rgba(98,43,20,.48);
  box-shadow:
    0 3px 0 rgba(153,95,47,.2),
    0 28px 70px rgba(98,43,20,.23);
}

@media (min-width: 821px) and (prefers-reduced-motion: no-preference) {
  .scroll-panel,
  .scroll-panel:nth-of-type(even) {
    background-color: #ffffff;
    border-top: 2px solid rgba(98,43,20,.32);
    box-shadow:
      0 -34px 95px rgba(98,43,20,.28),
      0 28px 80px rgba(98,43,20,.16);
  }
}

/* Readable body-copy baseline. Eyebrows, metadata and utility labels retain
   their compact sizing, while all normal reading text is at least 15px. */
body {
  font-size: 15px;
}

.hero-lead,
.section-heading > p,
.mission-feature p,
.tech-copy > p,
.feature-list li,
.solution-card p,
.numbers-copy > p,
.legacy-copy > p,
.timeline p,
.insight-content p,
.final-cta p,
.footer-brand p,
.modal-panel > p {
  font-size: 15px;
}

.btn,
.main-nav > a,
.text-link,
.solution-card a,
.team-info a,
.insight-content b,
.footer-col a {
  font-size: 15px;
}

.mission-feature p,
.solution-card p,
.timeline p,
.insight-content p,
.footer-brand p,
.modal-panel > p {
  line-height: 1.72;
}

@media (max-width: 820px) {
  .main-nav > a { font-size: 24px; }
}
