:root {
  --ink: #141915;
  --paper: #f2f0e9;
  --paper-deep: #e7e4da;
  --blue: #2457ff;
  --coral: #ff5c35;
  --acid: #ccff3d;
  --line: rgba(20, 25, 21, 0.18);
  --muted: #62665f;
  --display: "Syne", sans-serif;
  --body: "Manrope", sans-serif;
  --mono: "DM Mono", monospace;
  --page: min(1440px, calc(100vw - 64px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .15;
  z-index: 20;
  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='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
}
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--paper); background: var(--blue); }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  color: white;
  background: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: var(--page);
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background .3s, border-color .3s, width .3s;
}
.site-header.scrolled {
  width: 100%;
  padding: 0 32px;
  background: rgba(242, 240, 233, .9);
  backdrop-filter: blur(16px);
  border-color: var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  font: 600 15px/1 var(--mono);
  letter-spacing: -.04em;
  text-decoration: none;
}
.brand img { display: block; width: 150px; height: auto; }
.brand > span:last-child > span, .footer-brand span { color: var(--blue); }
.brand-mark { position: relative; width: 22px; height: 20px; display: inline-block; }
.brand-mark i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--ink); }
.brand-mark i:nth-child(1) { left: 0; top: 6px; background: var(--coral); }
.brand-mark i:nth-child(2) { right: 0; top: 0; background: var(--blue); }
.brand-mark i:nth-child(3) { right: 0; bottom: 0; }
.brand-mark::after { content: ""; position: absolute; width: 11px; height: 1px; top: 10px; left: 6px; background: var(--ink); }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a, .header-cta {
  position: relative;
  font: 500 11px/1 var(--mono);
  text-transform: uppercase;
  letter-spacing: .04em;
  text-decoration: none;
}
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--blue); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta { justify-self: end; display: flex; gap: 12px; align-items: center; }
.header-cta span { display: grid; place-items: center; width: 27px; height: 27px; color: white; background: var(--ink); border-radius: 50%; transition: transform .25s, background .25s; }
.header-cta:hover span { transform: rotate(45deg); background: var(--blue); }
.header-tools { justify-self: end; display: flex; align-items: center; gap: 22px; }
.header-cta { justify-self: auto; }
.language-switcher { display: inline-flex; align-items: center; padding: 3px; border: 1px solid var(--line); background: rgba(242, 240, 233, .72); backdrop-filter: blur(10px); }
.language-switcher button { min-width: 31px; height: 27px; padding: 0 7px; color: var(--muted); background: transparent; border: 0; cursor: pointer; font: 500 8px var(--mono); letter-spacing: .04em; transition: color .2s, background .2s; }
.language-switcher button:hover, .language-switcher button:focus-visible { color: var(--blue); outline: none; }
.language-switcher button[aria-pressed="true"] { color: white; background: var(--ink); }
.menu-toggle, .mobile-menu { display: none; }

.hero {
  width: var(--page);
  min-height: 100vh;
  margin: 0 auto;
  padding: 140px 0 62px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(510px, .85fr);
  grid-template-rows: auto 1fr auto;
  column-gap: clamp(40px, 7vw, 120px);
  align-items: center;
}
.hero-kicker { grid-column: 1 / 2; align-self: start; display: flex; align-items: center; gap: 10px; font: 400 11px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.signal-dot { width: 8px; height: 8px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 0 rgba(255, 92, 53, .5); animation: pulse 2.2s infinite; }
.hero h1 { grid-column: 1 / 2; margin: 40px 0; font: 600 clamp(61px, 7.2vw, 124px)/.86 var(--display); letter-spacing: -.075em; }
[lang="fr"] .hero h1 { font-size: clamp(58px, 6.2vw, 106px); }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-bottom { grid-column: 1 / 2; align-self: end; display: grid; grid-template-columns: minmax(250px, 540px) auto; align-items: end; gap: 36px; }
.hero-bottom p { margin: 0; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.55; letter-spacing: -.02em; }
.text-link { display: inline-flex; gap: 16px; align-items: center; justify-content: space-between; min-width: 190px; padding: 13px 0; border-bottom: 1px solid var(--ink); font: 500 11px var(--mono); text-transform: uppercase; text-decoration: none; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateY(4px); }

.ecosystem-map {
  position: relative;
  grid-column: 2 / 3;
  grid-row: 1 / 4;
  width: min(100%, 650px);
  aspect-ratio: 1;
  align-self: center;
  justify-self: end;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: #eae7de;
}
.map-grid { position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 10% 10%; }
.map-grid::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, transparent 20%, rgba(242, 240, 233, .8) 72%); }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px dashed rgba(20, 25, 21, .33); border-radius: 50%; transform: translate(-50%, -50%); animation: orbit 50s linear infinite; }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.orbit::before { top: 13%; left: 13%; }
.orbit::after { right: 9%; bottom: 22%; background: var(--coral); }
.orbit-a { width: 64%; aspect-ratio: 1; }
.orbit-b { width: 88%; aspect-ratio: 1; animation-direction: reverse; animation-duration: 70s; }
.node { position: absolute; padding: 12px; border: 1px solid var(--ink); background: var(--paper); box-shadow: 6px 6px 0 rgba(20, 25, 21, .12); }
.node span, .node small { display: block; font: 400 8px/1.25 var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.node strong { display: block; margin: 6px 0 4px; font: 600 13px/1 var(--display); }
.node small { color: var(--muted); font-size: 7px; }
.node-core { left: 50%; top: 50%; width: 34%; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; transform: translate(-50%, -50%); color: white; background: var(--blue); box-shadow: 9px 9px 0 var(--ink); }
.node-core strong { margin: 14px 0; font-size: clamp(25px, 3vw, 45px); line-height: .84; letter-spacing: -.06em; }
.node-core small, .node-core span { color: rgba(255,255,255,.8); }
.node-a { left: 6%; top: 17%; }
.node-b { right: 5%; top: 10%; background: var(--acid); }
.node-c { left: 4%; bottom: 11%; background: var(--coral); }
.node-d { right: 5%; bottom: 15%; }
.map-status { position: absolute; left: 14px; bottom: 14px; display: flex; align-items: center; gap: 8px; font: 500 8px var(--mono); }
.map-status span { width: 6px; height: 6px; background: #27b357; border-radius: 50%; }

.section-pad { width: 100%; padding: 140px max(32px, calc((100vw - 1440px) / 2)); }
.eyebrow { margin: 0 0 64px; font: 500 10px var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.manifesto { border-top: 1px solid var(--line); }
.manifesto-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: end; }
.manifesto h2, .section-heading h2, .principles-intro h2, .contact h2 { margin: 0; font: 600 clamp(48px, 6vw, 98px)/.93 var(--display); letter-spacing: -.065em; }
.manifesto h2 span { color: var(--coral); }
.manifesto-grid > div > p { max-width: 580px; margin: 0; font-size: clamp(19px, 2vw, 28px); line-height: 1.42; letter-spacing: -.03em; }
.principle-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 44px; }
.principle-row span, .product-meta span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 99px; font: 400 9px var(--mono); text-transform: uppercase; }

.platforms { position: relative; isolation: isolate; overflow: hidden; color: var(--paper); background: var(--ink); --platform-progress: 0; }
.platforms::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .16;
  background-image: linear-gradient(rgba(242,240,233,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(242,240,233,.08) 1px, transparent 1px);
  background-size: 54px 54px;
  transform: translateY(calc(var(--platform-progress) * -108px));
  transition: transform .08s linear;
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
}
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 10vw; margin-bottom: 96px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { color: var(--paper); }
.section-heading > p:last-child { align-self: end; max-width: 500px; margin: 0; color: #aeb2ab; font-size: 18px; }
.platforms-motion-rail { position: relative; height: 74px; margin: -34px 0 42px; border-top: 1px solid rgba(242,240,233,.18); }
.platforms-motion-rail::before { content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 2px; background: rgba(242,240,233,.08); }
.rail-fill { position: absolute; left: 0; top: -1px; width: calc(var(--platform-progress) * 100%); height: 2px; background: var(--acid); box-shadow: 0 0 18px rgba(204,255,61,.6); transition: width .08s linear; }
.rail-fill::after { content: ""; position: absolute; right: -4px; top: -3px; width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 6px rgba(204,255,61,.12); }
.rail-labels { position: absolute; inset: 15px 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); }
.rail-labels i { color: #747a73; font: normal 8px var(--mono); }
.rail-labels i:not(:first-child) { text-align: center; }
.rail-labels i:last-child { text-align: right; }
.platforms-motion-rail small { position: absolute; right: 0; bottom: 0; color: #747a73; font: 400 8px var(--mono); letter-spacing: .08em; }
.product-list { border-top: 1px solid rgba(242,240,233,.24); }
.product-card { position: relative; display: grid; grid-template-columns: 100px 1fr 280px; min-height: 340px; padding: 44px 0; border-bottom: 1px solid rgba(242,240,233,.24); overflow: hidden; }
.product-card::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background: var(--acid); transition: width .8s cubic-bezier(.22,.8,.3,1); }
.product-card.in-view::after { width: 100%; transition-delay: calc(var(--card-index, 0) * 70ms); }
.product-featured { margin: 0 -32px; padding-left: 32px; padding-right: 32px; background: var(--blue); }
.product-featured::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(110deg, transparent 22%, rgba(255,255,255,.12) 42%, transparent 58%); transform: translateX(-120%); animation: featuredScan 7s ease-in-out infinite; }
.product-number { font: 400 10px var(--mono); color: #7d837c; }
.product-content { z-index: 2; max-width: 650px; }
.product-card .product-number, .product-card .product-content { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .7s cubic-bezier(.22,.8,.3,1); }
.product-card .product-symbol { opacity: .12; filter: blur(5px) saturate(.6); transition: opacity .7s ease, filter .8s ease, box-shadow .35s ease; }
.product-card.in-view .product-number, .product-card.in-view .product-content { opacity: 1; transform: translateY(0); transition-delay: calc(var(--card-index, 0) * 55ms); }
.product-card.in-view .product-symbol { opacity: 1; filter: blur(0) saturate(1); transition-delay: calc(var(--card-index, 0) * 65ms + 120ms); }
.product-card:not(.product-featured) .product-content h3 { transition: color .35s ease, transform .35s ease; }
.product-card:not(.product-featured)[data-active] .product-content h3 { color: var(--acid); transform: translateX(12px); }
.product-card[data-active] .product-symbol { filter: blur(0) saturate(1) drop-shadow(0 0 18px rgba(204,255,61,.2)); }
.product-card[data-active] .product-number { color: var(--acid); }
.product-tag { font: 400 9px var(--mono); color: var(--acid); text-transform: uppercase; letter-spacing: .07em; }
.product-content h3 { margin: 24px 0 20px; font: 600 clamp(40px, 5vw, 76px)/.9 var(--display); letter-spacing: -.055em; }
.product-content h3.product-title-long { font-size: clamp(38px, 4.2vw, 64px); }
.product-content p { max-width: 560px; margin: 0 0 32px; color: #b7bab4; font-size: 17px; }
.product-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.product-meta span { border-color: rgba(242,240,233,.2); color: #9a9f98; }
.product-symbol { position: relative; justify-self: end; align-self: center; width: 230px; height: 230px; }
.hub-symbol { border: 1px solid rgba(242,240,233,.22); border-radius: 50%; animation: orbit 30s linear infinite; }
.hub-symbol::before, .hub-symbol::after { content: ""; position: absolute; inset: 25%; border: 1px solid rgba(242,240,233,.35); transform: rotate(45deg); }
.hub-symbol::after { inset: 40%; background: var(--blue); border: 0; }
.hub-symbol i { position: absolute; width: 15px; height: 15px; border-radius: 50%; background: var(--paper); }
.hub-symbol i:nth-child(1) { left: 20px; top: 50%; }.hub-symbol i:nth-child(2) { right: 20px; top: 50%; background: var(--coral); }.hub-symbol i:nth-child(3) { top: 20px; left: 50%; background: var(--acid); }.hub-symbol i:nth-child(4) { bottom: 20px; left: 50%; }
.flow-symbol { background: repeating-linear-gradient(0deg, transparent 0 28px, rgba(242,240,233,.12) 29px), repeating-linear-gradient(90deg, transparent 0 28px, rgba(242,240,233,.12) 29px); }
.flow-symbol::before { content: ""; position: absolute; left: 18px; top: 104px; width: 190px; height: 2px; background: var(--coral); transform: rotate(-27deg); }
.flow-symbol i { position: absolute; width: 34px; height: 34px; border: 7px solid var(--paper); border-radius: 50%; background: var(--ink); }
.flow-symbol i:nth-child(1) { left: 5px; bottom: 39px; }.flow-symbol i:nth-child(2) { left: 98px; top: 92px; border-color: var(--coral); }.flow-symbol i:nth-child(3) { right: 3px; top: 33px; border-color: var(--acid); }
.form-symbol { border: 1px solid rgba(242,240,233,.26); transform: rotate(-5deg); }
.form-symbol::before { content: "FORM / 03"; position: absolute; left: 18px; top: 18px; font: 8px var(--mono); color: #777d76; }
.form-symbol i { position: absolute; left: 18px; right: 18px; height: 25px; border-bottom: 1px solid rgba(242,240,233,.35); }
.form-symbol i:nth-child(1) { top: 56px; }.form-symbol i:nth-child(2) { top: 100px; }.form-symbol i:nth-child(3) { top: 148px; height: 40px; background: var(--blue); border: 0; }
.ai-symbol i { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--paper); box-shadow: 0 0 0 12px rgba(242,240,233,.07); }
.ai-symbol i::after { content: ""; position: absolute; width: 90px; height: 1px; left: 6px; top: 6px; transform-origin: left; background: rgba(242,240,233,.25); }
.ai-symbol i:nth-child(1) { left: 50%; top: 45%; width: 25px; height: 25px; background: var(--coral); }.ai-symbol i:nth-child(1)::after { display: none; }
.ai-symbol i:nth-child(2) { left: 10%; top: 12%; }.ai-symbol i:nth-child(2)::after { transform: rotate(35deg); }
.ai-symbol i:nth-child(3) { right: 12%; top: 8%; background: var(--acid); }.ai-symbol i:nth-child(3)::after { transform: rotate(140deg); }
.ai-symbol i:nth-child(4) { left: 4%; bottom: 12%; }.ai-symbol i:nth-child(4)::after { transform: rotate(-28deg); }
.ai-symbol i:nth-child(5) { right: 7%; bottom: 15%; background: var(--blue); }.ai-symbol i:nth-child(5)::after { transform: rotate(208deg); }
.chart-symbol { display: flex; align-items: end; gap: 12px; padding: 24px; border-left: 1px solid rgba(242,240,233,.2); border-bottom: 1px solid rgba(242,240,233,.2); }
.chart-symbol i { width: 36px; height: 30%; background: #3a403a; transition: height .3s; }.chart-symbol i:nth-child(2) { height: 74%; background: var(--blue); }.chart-symbol i:nth-child(3) { height: 50%; background: var(--coral); }.chart-symbol i:nth-child(4) { height: 91%; background: var(--acid); }
.product-card:hover .chart-symbol i:nth-child(1) { height: 60%; }.product-card:hover .chart-symbol i:nth-child(2) { height: 91%; }.product-card:hover .chart-symbol i:nth-child(3) { height: 72%; }

.use-cases { color: var(--paper); background: var(--blue); }
.light-heading > p:last-child { display: none; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.case-card { min-height: 500px; padding: 34px; display: flex; flex-direction: column; color: var(--ink); background: var(--paper); }
.case-top { display: flex; align-items: center; justify-content: space-between; font: 500 9px var(--mono); }
.case-icon { display: grid; place-items: center; width: 40px; height: 40px; color: var(--paper); background: var(--ink); border-radius: 50%; font-size: 18px; }
.case-card h3 { margin: auto 0 24px; font: 600 clamp(32px, 3vw, 51px)/.95 var(--display); letter-spacing: -.05em; }
.case-card p { margin: 0 0 30px; color: var(--muted); }
.case-card ul { display: flex; gap: 7px; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }
.case-card li { padding: 6px 9px; border: 1px solid var(--line); border-radius: 99px; font: 9px var(--mono); text-transform: uppercase; }
.coral-card { background: var(--coral); }
.coral-card p { color: #4d271d; }
.grid-card { background-color: var(--ink); color: var(--paper); background-image: linear-gradient(rgba(242,240,233,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(242,240,233,.08) 1px, transparent 1px); background-size: 36px 36px; }
.grid-card p { color: #aeb2ab; }
.grid-card li { border-color: rgba(242,240,233,.25); }
.grid-card .case-icon { color: var(--ink); background: var(--acid); }
.case-note { margin: 22px 0 0; color: rgba(255,255,255,.65); font: 400 9px var(--mono); }

.capabilities { background: var(--paper); }
.compact-heading { align-items: end; }
.compact-heading h2 { color: var(--ink); }
.capability-table { border-top: 1px solid var(--ink); }
.capability-row { display: grid; grid-template-columns: 70px 1fr 1.15fr 100px; gap: 24px; align-items: center; min-height: 150px; padding: 26px 0; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.capability-row:hover { padding-left: 20px; padding-right: 20px; background: var(--paper-deep); }
.capability-row > span { font: 400 10px var(--mono); color: var(--blue); }
.capability-row h3 { margin: 0; font: 600 clamp(22px, 2.5vw, 35px)/1 var(--display); letter-spacing: -.04em; }
.capability-row p { max-width: 500px; margin: 0; color: var(--muted); font-size: 15px; }
.capability-row i { justify-self: end; padding: 7px 9px; color: var(--blue); border: 1px solid var(--blue); border-radius: 99px; font: normal 8px var(--mono); }

.build-principles { display: grid; grid-template-columns: .8fr 1.1fr; grid-template-rows: auto auto; gap: 80px 10vw; background: var(--paper-deep); }
.principles-intro > p:last-child { max-width: 560px; margin: 36px 0 0; color: var(--muted); font-size: 18px; }
.principles-wheel { position: relative; width: min(100%, 580px); aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; justify-self: end; }
.principles-wheel::before, .principles-wheel::after { content: ""; position: absolute; inset: 18%; border: 1px dashed rgba(20,25,21,.32); border-radius: 50%; }
.principles-wheel::after { inset: 36%; border-style: solid; }
.wheel-core { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; place-items: center; width: 24%; aspect-ratio: 1; transform: translate(-50%, -50%) rotate(45deg); color: white; background: var(--blue); font: 600 15px/1 var(--display); text-align: center; }
.wheel-core::first-line { color: var(--acid); }
.wheel-item { position: absolute; display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid var(--ink); background: var(--paper); font: 500 10px var(--mono); text-transform: uppercase; }
.wheel-item strong { color: var(--coral); }
.wheel-1 { left: 6%; top: 22%; }.wheel-2 { right: 2%; top: 27%; }.wheel-3 { right: 10%; bottom: 16%; }.wheel-4 { left: 4%; bottom: 22%; }
.principles-copy { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.principles-copy > div { padding: 36px 8% 0 0; }
.principles-copy > div + div { padding-left: 8%; border-left: 1px solid var(--line); }
.principles-copy span { font: 500 10px var(--mono); color: var(--blue); }
.principles-copy h3 { margin: 32px 0 16px; font: 600 25px var(--display); letter-spacing: -.04em; }
.principles-copy p { margin: 0; color: var(--muted); }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 12vw; color: var(--paper); background: var(--ink); }
.contact-copy { position: relative; }
.contact h2 { color: var(--paper); }
.contact-copy > p:not(.eyebrow) { max-width: 500px; margin: 35px 0 0; color: #aeb2ab; font-size: 18px; }
.contact-email { display: flex; align-items: center; justify-content: space-between; width: min(100%, 500px); margin-top: 34px; padding: 16px 0; border-top: 1px solid #4e544e; border-bottom: 1px solid #4e544e; color: var(--acid); font: 500 13px var(--mono); text-decoration: none; transition: color .2s, border-color .2s; }
.contact-email span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--acid); border-radius: 50%; transition: transform .25s, background .25s, color .25s; }
.contact-email:hover { color: var(--paper); border-color: var(--paper); }
.contact-email:hover span { color: var(--ink); background: var(--acid); transform: rotate(45deg); }
.contact-stamp { width: 135px; height: 135px; margin-top: 75px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #525851; border-radius: 50%; color: var(--acid); transform: rotate(-9deg); text-align: center; }
.contact-stamp span { font: 400 7px var(--mono); letter-spacing: .18em; }
.contact-stamp strong { font: 600 15px/1 var(--display); }
.brief-form { align-self: start; }
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.form-row { position: relative; margin-bottom: 32px; }
.form-row label, fieldset legend { display: block; margin-bottom: 10px; color: #9a9f98; font: 400 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.form-row input, .form-row textarea { width: 100%; padding: 14px 0; color: var(--paper); background: transparent; border: 0; border-bottom: 1px solid #4e544e; border-radius: 0; outline: 0; resize: vertical; font-size: 18px; transition: border-color .2s; }
.form-row input:focus, .form-row textarea:focus { border-color: var(--acid); }
.form-row input::placeholder, .form-row textarea::placeholder { color: #6f746e; }
.form-row.has-error input, .form-row.has-error textarea { border-color: var(--coral); }
fieldset { margin: 0 0 38px; padding: 0; border: 0; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { display: block; padding: 12px 14px; border: 1px solid #4e544e; color: #aeb2ab; font: 400 10px var(--mono); text-transform: uppercase; transition: .2s; }
.choice-grid input:checked + span { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.choice-grid input:focus-visible + span { outline: 2px solid white; outline-offset: 3px; }
.submit-button { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 12px 12px 12px 22px; color: var(--ink); background: var(--paper); border: 0; cursor: pointer; font: 600 12px var(--mono); text-transform: uppercase; }
.submit-button i { display: grid; place-items: center; width: 42px; height: 42px; color: white; background: var(--blue); border-radius: 50%; font: normal 20px var(--body); transition: transform .25s; }
.submit-button:hover i { transform: rotate(45deg); }
.form-note { margin: 15px 0 0; color: #777d76; font: 400 8px/1.5 var(--mono); }
.form-status { min-height: 24px; margin-top: 14px; color: var(--acid); font: 400 10px var(--mono); }
.form-status[data-state="error"] { color: var(--coral); }
.submit-button[aria-busy="true"] { cursor: wait; opacity: .72; }

.site-footer { padding: 55px max(32px, calc((100vw - 1440px) / 2)); background: var(--paper); border-top: 1px solid var(--line); }
.footer-brand { font: 600 clamp(35px, 5vw, 70px) var(--display); letter-spacing: -.07em; }
.site-footer > p { margin: 12px 0 60px; color: var(--muted); }
.footer-meta { display: grid; grid-template-columns: 1fr 1fr auto; padding-top: 20px; border-top: 1px solid var(--line); font: 400 9px var(--mono); text-transform: uppercase; }
.footer-meta a { text-decoration: none; }
.footer-actions { display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.footer-actions button { padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; font: inherit; text-transform: inherit; }
.footer-actions a:hover, .footer-actions button:hover { color: var(--blue); }

.consent-banner { position: fixed; z-index: 90; left: 50%; bottom: 20px; width: min(980px, calc(100vw - 40px)); padding: 22px; display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; color: var(--paper); background: var(--ink); border: 1px solid #4e544e; box-shadow: 12px 12px 0 rgba(36,87,255,.35); transform: translateX(-50%); }
.consent-banner[hidden] { display: none; }
.consent-kicker { display: block; margin-bottom: 8px; color: var(--acid); font: 500 8px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.consent-banner p { max-width: 610px; margin: 0; color: #c4c7c1; font-size: 13px; }
.consent-banner a { color: var(--paper); }
.consent-actions { display: flex; gap: 8px; }
.consent-actions button { min-width: 128px; padding: 12px 15px; border: 1px solid #626860; color: var(--paper); background: transparent; cursor: pointer; font: 500 9px var(--mono); text-transform: uppercase; }
.consent-actions button:last-child { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.consent-actions button:hover, .consent-actions button:focus-visible { border-color: var(--paper); outline: none; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { width: min(1100px, calc(100vw - 40px)); height: 92px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.legal-header img { display: block; width: 170px; }
.legal-header > a:last-child { font: 500 9px var(--mono); text-transform: uppercase; text-decoration: none; }
.legal-header-actions { display: flex; align-items: center; gap: 24px; }
.legal-header-actions > a { font: 500 9px var(--mono); text-transform: uppercase; text-decoration: none; }
.legal-content { width: min(920px, calc(100vw - 40px)); margin: 0 auto; padding: 110px 0 140px; }
.legal-content h1 { margin: 0 0 48px; font: 600 clamp(58px, 9vw, 112px)/.85 var(--display); letter-spacing: -.07em; }
.legal-intro { max-width: 700px; margin: 0 0 100px; color: var(--muted); font-size: 21px; }
.legal-content section { display: grid; grid-template-columns: 60px 280px 1fr; gap: 28px; padding: 35px 0; border-top: 1px solid var(--line); }
.legal-content section > span { color: var(--blue); font: 500 9px var(--mono); }
.legal-content section h2 { margin: 0; font: 600 24px/1.1 var(--display); letter-spacing: -.04em; }
.legal-content section p { margin: 0 0 14px; color: var(--muted); }
.legal-content section p:last-child { margin-bottom: 0; }
.legal-content code { padding: 2px 5px; background: var(--paper-deep); font-family: var(--mono); }
.legal-consent-button { padding: 12px 16px; color: white; background: var(--blue); border: 0; cursor: pointer; font: 500 9px var(--mono); text-transform: uppercase; }

.hubi-launcher { position: fixed; z-index: 70; right: 22px; bottom: 22px; height: 62px; padding: 7px 18px 7px 7px; display: flex; align-items: center; gap: 10px; color: var(--paper); background: var(--ink); border: 1px solid #414741; box-shadow: 7px 7px 0 rgba(36,87,255,.35); cursor: pointer; text-align: left; transition: transform .25s, box-shadow .25s; }
.hubi-launcher:hover { transform: translateY(-4px); box-shadow: 7px 11px 0 rgba(36,87,255,.4); }
.hubi-launcher-mark { width: 46px; height: 46px; display: grid; place-items: center; background: var(--paper); }
.hubi-launcher-mark img { width: 34px; height: 34px; }
.hubi-launcher > span:nth-child(2) { display: grid; gap: 3px; }
.hubi-launcher strong { font: 600 13px var(--display); letter-spacing: .04em; }
.hubi-launcher small { color: #aeb2ab; font: 400 8px var(--mono); }
.hubi-launcher > i { width: 7px; height: 7px; margin-left: 5px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 0 rgba(204,255,61,.45); animation: hubiPulse 2s infinite; }
.hubi-panel { position: fixed; z-index: 80; right: 22px; bottom: 98px; width: min(420px, calc(100vw - 44px)); height: min(680px, calc(100vh - 130px)); display: grid; grid-template-rows: auto 1fr auto auto auto; color: var(--paper); background: #111612; border: 1px solid #454b45; box-shadow: 14px 14px 0 rgba(20,25,21,.22); overflow: hidden; }
.hubi-panel[hidden] { display: none; }
.hubi-header { padding: 14px; display: flex; align-items: center; justify-content: space-between; background: var(--blue); border-bottom: 1px solid rgba(255,255,255,.25); }
.hubi-identity { display: flex; align-items: center; gap: 11px; }
.hubi-avatar { width: 43px; height: 43px; display: grid; place-items: center; background: var(--paper); border-radius: 50%; }
.hubi-avatar img { width: 31px; height: 31px; }
.hubi-identity > div { display: grid; gap: 4px; }
.hubi-identity strong { font: 600 17px var(--display); letter-spacing: .04em; }
.hubi-identity small { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.8); font: 400 8px var(--mono); text-transform: uppercase; }
.hubi-identity small i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); }
.hubi-header-actions { display: flex; gap: 5px; }
.hubi-header-actions button { width: 34px; height: 34px; padding: 0; color: white; background: transparent; border: 1px solid rgba(255,255,255,.38); cursor: pointer; font-size: 19px; }
.hubi-thread { padding: 20px; display: flex; flex-direction: column; gap: 11px; overflow-y: auto; background-image: linear-gradient(rgba(242,240,233,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(242,240,233,.045) 1px, transparent 1px); background-size: 32px 32px; scrollbar-width: thin; scrollbar-color: #4b514b transparent; }
.hubi-message { max-width: 88%; padding: 13px 14px; font-size: 13px; line-height: 1.55; animation: hubiMessageIn .35s cubic-bezier(.22,.8,.3,1) both; }
.hubi-message-assistant { align-self: flex-start; color: var(--ink); background: var(--paper); border-left: 3px solid var(--acid); }
.hubi-message-user { align-self: flex-end; color: white; background: var(--blue); }
.hubi-quick-actions { padding: 0 14px 14px; display: flex; gap: 7px; flex-wrap: wrap; background: #111612; }
.hubi-quick-actions button { padding: 8px 10px; color: #c4c7c1; background: transparent; border: 1px solid #4b514b; cursor: pointer; font: 400 8px var(--mono); text-transform: uppercase; transition: color .2s, border-color .2s, background .2s; }
.hubi-quick-actions button:hover, .hubi-quick-actions button:focus-visible { color: var(--paper); border-color: var(--paper); outline: none; }
.hubi-quick-actions button.primary { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.hubi-input-row { margin: 0 14px; display: grid; grid-template-columns: 1fr 42px; border: 1px solid #4b514b; }
.hubi-input-row input { min-width: 0; padding: 12px; color: var(--paper); background: transparent; border: 0; outline: 0; font-size: 12px; }
.hubi-input-row input::placeholder { color: #747a73; }
.hubi-input-row:focus-within { border-color: var(--acid); }
.hubi-input-row button { color: var(--ink); background: var(--acid); border: 0; cursor: pointer; font-size: 18px; }
.hubi-footer { padding: 10px 14px 12px; color: #747a73; font: 400 7px var(--mono); text-align: center; text-transform: uppercase; letter-spacing: .04em; }
@keyframes hubiPulse { 70% { box-shadow: 0 0 0 8px rgba(204,255,61,0); } 100% { box-shadow: 0 0 0 0 rgba(204,255,61,0); } }
@keyframes hubiMessageIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.reveal { animation: reveal .75s cubic-bezier(.22,.8,.3,1) both; }
.reveal-delay-1 { animation-delay: .12s; }.reveal-delay-2 { animation-delay: .22s; }.reveal-delay-3 { animation-delay: .35s; }
[data-animate] { opacity: 0; transform: translateY(34px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.8,.3,1); }
[data-animate].in-view { opacity: 1; transform: translateY(0); }
@keyframes reveal { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(255,92,53,0); } 100% { box-shadow: 0 0 0 0 rgba(255,92,53,0); } }
@keyframes orbit { to { transform: translate(-50%, -50%) rotate(360deg); } }
.hub-symbol { animation-name: rotate; }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes featuredScan { 0%, 52% { transform: translateX(-120%); } 72%, 100% { transform: translateX(120%); } }

@media (max-width: 1080px) {
  :root { --page: calc(100vw - 40px); }
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; gap: 12px; }
  .header-cta { display: none; }
  .header-tools { gap: 0; }
  .menu-toggle { display: grid; gap: 5px; place-content: center; width: 42px; height: 42px; padding: 0; border: 1px solid var(--ink); border-radius: 50%; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 17px; height: 1px; background: var(--ink); transition: .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 76px 0 auto; padding: 26px 20px 40px; color: var(--paper); background: var(--ink); }
  .mobile-menu.open { display: block; }
  .mobile-menu nav { display: grid; }
  .mobile-menu a { padding: 17px 0; border-bottom: 1px solid #383e38; font: 600 26px var(--display); text-decoration: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; grid-template-rows: auto; padding-top: 125px; }
  .hero-kicker, .hero h1, .hero-bottom, .ecosystem-map { grid-column: 1; grid-row: auto; }
  .hero h1 { font-size: clamp(58px, 10vw, 100px); }
  .hero-bottom { margin: 30px 0 80px; }
  .ecosystem-map { width: min(100%, 700px); justify-self: center; }
  .product-card { grid-template-columns: 75px 1fr 220px; }
  .product-symbol { width: 190px; height: 190px; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card { min-height: 380px; }
  .build-principles { grid-template-columns: 1fr; }
  .principles-wheel { justify-self: center; width: min(70vw, 580px); }
  .contact { gap: 8vw; }
}

@media (max-width: 760px) {
  :root { --page: calc(100vw - 28px); }
  .site-header.scrolled { padding: 0 14px; }
  .brand img { width: 124px; }
  .language-switcher button { min-width: 27px; padding: 0 5px; }
  .section-pad { padding: 95px 20px; }
  .eyebrow { margin-bottom: 44px; }
  .hero { padding-top: 115px; padding-bottom: 25px; }
  .hero h1 { margin: 42px 0 20px; font-size: clamp(50px, 15.2vw, 76px); line-height: .91; }
  .hero-bottom { grid-template-columns: 1fr; gap: 30px; margin-bottom: 58px; }
  .text-link { width: 100%; }
  .ecosystem-map { aspect-ratio: .82; }
  .node-core { width: 42%; }
  .node-core strong { font-size: 28px; }
  .node-b { right: 3%; }.node-d { right: 2%; }
  .manifesto-grid, .section-heading, .contact { grid-template-columns: 1fr; }
  .manifesto-grid { gap: 55px; }
  .manifesto h2, .section-heading h2, .principles-intro h2, .contact h2 { font-size: clamp(43px, 13vw, 65px); }
  .section-heading { gap: 35px; margin-bottom: 62px; }
  .platforms-motion-rail { margin-top: -18px; }
  .section-heading .eyebrow { grid-column: 1; }
  .product-card { grid-template-columns: 42px 1fr; min-height: 450px; padding: 35px 0; }
  .product-featured { margin: 0 -20px; padding-left: 20px; padding-right: 20px; }
  .product-content h3 { font-size: 44px; }
  .product-symbol { grid-column: 2; width: 150px; height: 150px; margin-top: 38px; justify-self: start; }
  .case-card { min-height: 420px; padding: 27px; }
  .capability-row { grid-template-columns: 35px 1fr; gap: 15px; min-height: 0; padding: 28px 0; }
  .capability-row p, .capability-row i { grid-column: 2; justify-self: start; }
  .principles-wheel { width: 84vw; }
  .wheel-item { font-size: 8px; padding: 7px 8px; }
  .principles-copy { grid-template-columns: 1fr; }
  .principles-copy > div, .principles-copy > div + div { padding: 30px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .contact { gap: 70px; }
  .contact-stamp { margin-top: 48px; }
  .choice-grid { grid-template-columns: 1fr; }
  .footer-meta { grid-template-columns: 1fr; gap: 12px; }
  .footer-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .consent-banner { bottom: 10px; width: calc(100vw - 20px); grid-template-columns: 1fr; gap: 18px; padding: 18px; box-shadow: 6px 6px 0 rgba(36,87,255,.35); }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .consent-actions button { min-width: 0; }
  .legal-content { padding-top: 80px; }
  .legal-header { height: auto; min-height: 92px; padding: 15px 0; gap: 16px; }
  .legal-header > a img { width: 120px; }
  .legal-header-actions { align-items: flex-end; flex-direction: column-reverse; gap: 10px; }
  .legal-content section { grid-template-columns: 38px 1fr; }
  .legal-content section p, .legal-content section .legal-consent-button { grid-column: 2; }
  .hubi-launcher { right: 10px; bottom: 10px; }
  .hubi-panel { inset: 10px; width: auto; height: auto; max-height: none; }
  .hubi-open .hubi-launcher { display: 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; }
  [data-animate] { opacity: 1; transform: none; }
}
