:root {
  --ink: #111211;
  --paper: #f3f2ed;
  --muted: #9b9e96;
  --line: #d5d6cf;
  --acid: #b8a66a;
  --blue: #718989;
  --orange: #c5785e;
  --mono: "DM Mono", monospace;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.site-header { height: 92px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(17,18,17,.16); position: sticky; top: 0; z-index: 5; background: rgba(243,242,237,.94); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; line-height: 1; font-weight: 800; letter-spacing: .02em; }
.brand small { display: block; color: #777a72; font: 9px/1.3 var(--mono); letter-spacing: .1em; margin-top: 5px; }
.brand-mark { width: 25px; height: 25px; display: inline-flex; align-items: end; gap: 3px; }
.brand-mark i { display: block; width: 6px; background: var(--ink); }
.brand-mark i:nth-child(1) { height: 10px; }.brand-mark i:nth-child(2) { height: 17px; }.brand-mark i:nth-child(3) { height: 25px; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3.4vw, 56px); font-size: 13px; }
.site-nav a:not(.nav-contact) { color: #555850; }.site-nav a:hover, .text-link:hover, .footer-mail:hover { color: var(--orange); }
.nav-contact { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; }.nav-contact span { color: var(--orange); font-size: 18px; }
.menu-toggle { display: none; background: none; border: 0; font: 12px var(--mono); text-transform: uppercase; }
.page-section { padding: 8.2vw 9vw; }
.hero { min-height: 730px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: 7vw; align-items: center; padding-top: 7vw; padding-bottom: 8vw; background: var(--ink); color: var(--paper); overflow: hidden; }
.eyebrow, .mono-label { color: #777b72; font: 11px/1.4 var(--mono); letter-spacing: .09em; text-transform: uppercase; }.hero .eyebrow { color: #abb0a5; }
.signal-dot { display: inline-block; width: 7px; height: 7px; margin-right: 9px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 0 5px rgba(184,166,106,.14); }
h1, h2, h3, p { margin-top: 0; } h1, h2, h3 { letter-spacing: -.055em; }
h1 { max-width: 760px; margin: 29px 0 30px; font-size: clamp(54px, 6.9vw, 111px); line-height: .97; font-weight: 600; }
em { color: var(--acid); font-style: normal; }.hero-intro { max-width: 480px; color: #b8bbb2; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; }.button { display: inline-flex; align-items: center; gap: 18px; min-height: 50px; padding: 0 20px; border: 1px solid transparent; font-weight: 700; font-size: 12px; transition: transform .2s, background .2s, color .2s; }.button:hover { transform: translateY(-3px); }.button span { font-size: 18px; }.button-primary { background: var(--acid); color: var(--ink); }.text-link { color: var(--paper); font-size: 12px; font-weight: 700; }.text-link span { color: var(--orange); margin-left: 7px; font-size: 17px; }
.engine-stage { position: relative; height: min(530px, 40vw); min-height: 420px; border: 1px solid #3e423d; background: #181a18; overflow: hidden; }.engine-stage:before, .engine-stage:after { content: ""; position: absolute; background: #30342f; }.engine-stage:before { width: 100%; height: 1px; left: 0; top: 50%; }.engine-stage:after { height: 100%; width: 1px; left: 50%; top: 0; }
.stage-label, .stage-footer { position: absolute; z-index: 2; display: flex; justify-content: space-between; width: 100%; padding: 18px 20px; color: #858b82; font: 10px var(--mono); letter-spacing: .08em; }.stage-label { top: 0; }.live-indicator { color: var(--acid); }.stage-footer { bottom: 0; align-items: center; background: rgba(17,18,17,.76); }.meter { display: flex; gap: 3px; margin-left: auto; margin-right: 12px; }.meter i { width: 12px; height: 4px; background: #42483f; }.meter i:nth-child(-n+6) { background: var(--acid); }
.orbit { position: absolute; border: 1px solid #4f554a; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); }.orbit-large { width: 66%; aspect-ratio: 1; animation: rotate 18s linear infinite; border-right-color: var(--acid); }.orbit-small { width: 42%; aspect-ratio: 1; border-left-color: var(--orange); animation: rotate-reverse 11s linear infinite; }.engine-core { position: absolute; z-index: 1; left: 50%; top: 50%; width: 128px; height: 128px; transform: translate(-50%, -50%); background: var(--acid); color: var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; }.engine-core strong { font-size: 43px; line-height: 1; font-weight: 800; letter-spacing: -.1em; }.engine-core span { font: 7px var(--mono); }.core-square { position: absolute; width: 9px; height: 9px; top: 14px; right: 14px; background: var(--ink); }
.data-node { position: absolute; z-index: 2; display: flex; flex-direction: column; gap: 3px; padding: 9px 11px; border: 1px solid #51564e; background: #1b1e1a; font: 9px var(--mono); }.data-node span { color: var(--acid); }.data-node b { font-weight: 400; color: #bfc3ba; }.node-one { left: 9%; top: 26%; }.node-two { right: 9%; top: 20%; }.node-three { right: 12%; bottom: 22%; }
@keyframes rotate { to { transform: translate(-50%, -50%) rotate(360deg); } } @keyframes rotate-reverse { to { transform: translate(-50%, -50%) rotate(-360deg); } } @keyframes pulse { 50% { opacity: .5; transform: scale(1.05); } }
.ticker { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 17px 0; white-space: nowrap; overflow: hidden; background: var(--acid); font: 11px var(--mono); letter-spacing: .08em; }.ticker-track { display: flex; justify-content: space-around; gap: 4vw; min-width: max-content; animation: ticker 24s linear infinite; }.ticker b { font-size: 18px; font-weight: 400; }.ticker span { padding-top: 4px; } @keyframes ticker { to { transform: translateX(-25%); } }
.section-heading { display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid var(--line); padding-bottom: 45px; }.section-heading h2, .statement h2, .outlook h2 { margin: 0; font-size: clamp(42px, 5.9vw, 82px); line-height: .99; font-weight: 600; }.section-heading h2 span { color: #a5a9a0; }.solutions { padding-top: 9.5vw; padding-bottom: 9.5vw; }
.solutions-layout { display: grid; grid-template-columns: .8fr 1.2fr; margin-top: 42px; }.solution-list { border-top: 1px solid var(--line); }.solution-tab { width: 100%; border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; display: grid; grid-template-columns: 38px 1fr 24px; text-align: left; align-items: center; gap: 10px; padding: 24px 10px; transition: background .2s, padding .2s; }.solution-tab > span { color: #969a91; font: 10px var(--mono); }.solution-tab strong { font-size: 17px; font-weight: 600; letter-spacing: -.03em; }.solution-tab i { font-style: normal; color: #969a91; font-size: 20px; }.solution-tab:hover, .solution-tab.is-active { background: var(--ink); color: var(--paper); padding-left: 18px; }.solution-tab.is-active > span, .solution-tab.is-active i { color: var(--acid); }
.solution-detail { min-height: 500px; background: var(--ink); color: var(--paper); display: grid; grid-template-columns: .95fr 1.05fr; }.detail-visual { position: relative; min-height: 500px; overflow: hidden; }.detail-visual.is-hidden { display: none; }.visual-pattern { background: var(--blue); }.pattern-frame { position: absolute; inset: 15% 14%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; transform: rotate(-13deg); }.pattern-frame span { border: 1px solid rgba(243,242,237,.62); aspect-ratio: 1; }.pattern-frame span:nth-child(2n) { background: rgba(184,166,106,.83); border-color: var(--acid); }.pattern-frame span:nth-child(3n) { background: rgba(17,18,17,.2); }.visual-caption { position: absolute; left: 22px; bottom: 22px; font: 10px/1.6 var(--mono); letter-spacing: .06em; }.visual-caption b { font-weight: 400; color: var(--acid); }.video-pattern { background: var(--orange); }.video-bars { position: absolute; left: 18%; right: 18%; top: 27%; height: 46%; display: flex; align-items: end; gap: 9px; transform: skewY(-18deg); }.video-bars i { flex: 1; height: 30%; background: var(--ink); }.video-bars i:nth-child(2) { height: 56%; }.video-bars i:nth-child(3) { height: 42%; }.video-bars i:nth-child(4) { height: 89%; background: var(--acid); }.video-bars i:nth-child(5) { height: 63%; }.video-bars i:nth-child(6) { height: 100%; }.play-icon { position: absolute; top: 43%; left: 44%; width: 60px; height: 60px; display: grid; place-items: center; border: 1px solid var(--ink); font-size: 20px; }.audio-pattern { background: var(--acid); color: var(--ink); }.waveform { position: absolute; top: 37%; left: 10%; right: 10%; display: flex; align-items: center; gap: 6px; height: 25%; }.waveform i { width: 100%; background: var(--ink); height: 25%; }.waveform i:nth-child(2n) { height: 58%; }.waveform i:nth-child(3n) { height: 100%; }.waveform i:nth-child(5n) { height: 39%; }.audio-pattern .visual-caption b { color: var(--orange); }.delivery-pattern { background: #66716b; }.delivery-map { position: absolute; inset: 20% 12%; border: 1px solid #a7b0a6; }.map-line { position: absolute; height: 1px; background: var(--acid); transform-origin: left center; }.line-a { width: 55%; top: 26%; left: 20%; transform: rotate(34deg); }.line-b { width: 65%; top: 67%; left: 17%; transform: rotate(-20deg); }.line-c { width: 48%; top: 72%; left: 48%; transform: rotate(-60deg); background: var(--orange); }.map-dot { position: absolute; width: 11px; height: 11px; border: 3px solid var(--acid); background: var(--ink); border-radius: 50%; }.dot-a { left: 16%; top: 20%; }.dot-b { left: 44%; top: 59%; }.dot-c { right: 8%; top: 12%; }.dot-d { right: 14%; bottom: 9%; border-color: var(--orange); }.detail-copy { align-self: center; padding: 42px clamp(28px, 5vw, 72px); }.detail-copy .mono-label { color: var(--acid); }.detail-copy h3 { margin: 26px 0 22px; font-size: clamp(29px, 3.5vw, 52px); line-height: 1.02; font-weight: 600; }.detail-copy > p:not(.mono-label) { color: #aeb2a8; line-height: 1.7; max-width: 400px; }.round-action { margin-top: 34px; display: inline-flex; gap: 18px; align-items: center; border: 1px solid #687065; background: transparent; color: var(--paper); padding: 14px 18px; font-size: 11px; cursor: pointer; }.round-action span { color: var(--acid); font-size: 18px; }.round-action.is-running { border-color: var(--acid); animation: pulse .6s ease-in-out 2; }
.statement { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; background: var(--ink); color: var(--paper); padding-top: 10vw; padding-bottom: 10vw; }.statement-index { display: flex; justify-content: space-between; align-items: start; color: #757b70; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; }.statement-index span:first-child { color: var(--acid); font-size: 18px; }.statement-copy .eyebrow { color: #7c8277; }.statement-copy h2 { margin: 30px 0; }.statement-copy > p:last-child { max-width: 500px; color: #abb0a5; line-height: 1.8; font-size: 17px; }
.advantage-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 0; padding-bottom: 0; }.advantage-item { min-height: 440px; padding: 38px 34px 40px 0; border-right: 1px solid var(--line); position: relative; }.advantage-item + .advantage-item { padding-left: 34px; }.advantage-item:last-child { border-right: 0; }.advantage-number { font: 11px var(--mono); color: #969a91; }.advantage-icon { height: 111px; display: flex; align-items: center; margin: 30px 0 35px; position: relative; }.icon-control span { display: block; width: 65px; height: 65px; border: 1px solid var(--ink); transform: rotate(45deg); position: absolute; }.icon-control span:nth-child(2) { left: 36px; top: 7px; border-color: var(--orange); }.icon-control span:nth-child(3) { left: 71px; top: 22px; border-color: var(--blue); }.icon-deploy { gap: 7px; align-items: end; }.icon-deploy span { width: 14px; background: var(--ink); }.icon-deploy span:nth-child(1) { height: 35px; }.icon-deploy span:nth-child(2) { height: 70px; background: var(--orange); }.icon-deploy span:nth-child(3) { height: 104px; background: var(--blue); }.icon-research { width: 120px; border: 1px solid var(--ink); padding: 18px 12px; align-items: end; gap: 5px; }.icon-research span { width: 14px; background: var(--acid); }.icon-research span:nth-child(1) { height: 36px; }.icon-research span:nth-child(2) { height: 70px; }.icon-research span:nth-child(3) { height: 48px; background: var(--orange); }.icon-research span:nth-child(4) { height: 83px; background: var(--blue); }.advantage-item h3 { font-size: 26px; margin-bottom: 17px; }.advantage-item p { max-width: 300px; color: #686c64; font-size: 14px; line-height: 1.7; }.advantage-item > a { position: absolute; right: 30px; bottom: 40px; font-size: 22px; color: var(--orange); }
.outlook { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; border-top: 1px solid var(--line); padding-top: 10vw; padding-bottom: 10vw; }.outlook-visual { background: var(--blue); min-height: 390px; position: relative; overflow: hidden; }.outlook-grid { position: absolute; inset: 13%; border: 1px solid rgba(243,242,237,.7); background-image: linear-gradient(90deg, transparent 49.5%, rgba(243,242,237,.5) 49.5%, rgba(243,242,237,.5) 50.5%, transparent 50.5%), linear-gradient(transparent 49.5%, rgba(243,242,237,.5) 49.5%, rgba(243,242,237,.5) 50.5%, transparent 50.5%); background-size: 50% 50%; transform: rotate(12deg); }.outlook-marker { position: absolute; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 12px; color: var(--paper); font: 10px var(--mono); }.outlook-marker span { background: var(--acid); color: var(--ink); padding: 10px; font: 800 18px var(--sans); }.outlook-copy h2 { margin: 30px 0; }.outlook-copy > p:not(.eyebrow) { max-width: 500px; color: #686c64; line-height: 1.8; }.button-outline { margin-top: 27px; border-color: var(--ink); }.button-outline:hover { background: var(--ink); color: var(--paper); }
.site-footer { background: var(--ink); color: var(--paper); padding: 55px 4.5vw 28px; }.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; gap: 20px; padding-bottom: 75px; }.footer-top > p { margin: 5px 0 0; color: #9ba198; font-size: 13px; }.footer-mail { justify-self: end; font-size: 13px; font-weight: 700; }.footer-mail span { color: var(--acid); margin-left: 8px; }.footer-bottom { border-top: 1px solid #353a34; padding-top: 20px; display: flex; justify-content: space-between; color: #757b70; font: 9px var(--mono); letter-spacing: .06em; }.footer-bottom a:hover { color: var(--acid); }
@media (max-width: 900px) { .hero { grid-template-columns: 1fr; gap: 45px; }.engine-stage { width: min(100%, 600px); height: 500px; min-height: 0; }.solutions-layout { grid-template-columns: 1fr; }.solution-detail { margin-top: 32px; }.statement { gap: 4vw; }.outlook { gap: 5vw; } }
@media (max-width: 640px) { .site-header { height: 76px; padding: 0 6vw; }.brand { font-size: 12px; }.site-nav { display: none; position: absolute; top: 75px; left: 0; right: 0; padding: 22px 6vw 30px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: start; gap: 22px; }.site-nav.is-open { display: flex; }.menu-toggle { display: inline-flex; align-items: center; gap: 10px; }.menu-toggle span { color: var(--orange); font-size: 20px; }.page-section { padding-left: 6vw; padding-right: 6vw; }.hero { min-height: auto; padding-top: 95px; padding-bottom: 70px; }.hero h1 { font-size: clamp(48px, 15vw, 78px); }.hero-intro { font-size: 14px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }.engine-stage { height: 370px; }.engine-core { width: 98px; height: 98px; }.engine-core strong { font-size: 32px; }.engine-core span { font-size: 6px; }.orbit-large { width: 80%; }.orbit-small { width: 53%; }.node-one { left: 5%; }.node-two { right: 5%; }.node-three { right: 7%; }.section-heading { display: block; padding-bottom: 30px; }.section-heading h2 { margin-top: 28px; }.solutions { padding-top: 75px; padding-bottom: 75px; }.solution-tab { padding: 21px 3px; grid-template-columns: 31px 1fr 18px; }.solution-tab strong { font-size: 14px; }.solution-detail { display: block; min-height: 0; }.detail-visual { min-height: 300px; }.detail-copy { padding: 35px 26px 40px; }.detail-copy h3 { font-size: 35px; }.statement { display: block; padding-top: 75px; padding-bottom: 75px; }.statement-index { margin-bottom: 65px; }.statement-copy h2, .outlook h2 { font-size: 47px; }.advantage-grid { display: block; padding: 0 6vw; }.advantage-item, .advantage-item + .advantage-item { min-height: auto; padding: 40px 0 68px; border-right: 0; border-bottom: 1px solid var(--line); }.advantage-item:last-child { border-bottom: 0; }.outlook { display: block; padding-top: 75px; padding-bottom: 75px; }.outlook-visual { min-height: 300px; margin-bottom: 55px; }.footer-top { display: block; padding-bottom: 50px; }.footer-top > p { margin: 28px 0; }.footer-mail { display: inline-block; }.footer-bottom { display: flex; flex-direction: column; gap: 15px; }.footer-bottom a { order: -1; }.ticker-track { animation-duration: 17s; } }
