:root {
  --ink: #171917;
  --ink-soft: #3f423f;
  --paper: #f7f7f4;
  --white: #ffffff;
  --mist: #edeeeb;
  --line: rgba(23, 25, 23, 0.16);
  --orange: #f09024;
  --radius: 16px;
  --container: 1180px;
  --container-wide: 1320px;
  --pad: clamp(20px, 3vw, 48px);
  --font: "Inter Tight", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 16px; font-weight: 400; line-height: 1.45; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { background: var(--orange); color: #111; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; border-radius: 30px; background: #fff; color: #111; padding: 12px 18px; transition: top .2s ease; }
.skip-link:focus { top: 16px; }
.container, .container-wide { width: calc(100% - (var(--pad) * 2)); margin-inline: auto; }
.container { max-width: var(--container); }
.container-wide { max-width: var(--container-wide); }

.site-nav { position: fixed; inset: 0 0 auto 0; z-index: 50; height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 var(--pad); color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); transition: height .3s ease, background .3s ease, color .3s ease, border-color .3s ease; }
.site-nav.is-scrolled { height: 66px; color: var(--ink); background: rgba(247,247,244,.92); border-color: var(--line); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.site-nav--content,
.site-nav.site-nav--content.is-scrolled { height: 66px; color: var(--ink); background: rgba(247,247,244,.94); border-color: var(--line); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.wordmark { justify-self: start; display: inline-flex; align-items: flex-start; gap: 5px; font-size: 22px; font-weight: 500; line-height: 1; letter-spacing: -.06em; }
.wordmark__rule { color: var(--orange); font-weight: 300; }
.wordmark__ai { margin-top: -2px; color: var(--orange); font-size: 10px; font-weight: 600; letter-spacing: .02em; }
.site-nav__links { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 32px); font-size: 15px; }
.site-nav__links a { position: relative; }
.site-nav__links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .25s ease; }
.site-nav__links a:hover::after { right: 0; }
.site-nav__actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.language { display: flex; align-items: center; }
.language__button { border: 0; background: transparent; padding: 8px 6px; cursor: pointer; opacity: .48; font-size: 12px; }
.language__button.is-active { opacity: 1; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; background: transparent; padding: 0; cursor: pointer; }
.menu-button span { display: block; width: 16px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s ease; }

.pill { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 0 24px; font-size: 15px; white-space: nowrap; transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease; }
.pill:hover { transform: translateY(-2px); }
.pill--light { background: #fff; color: #171917; }
.pill--light:hover { background: #e8e9e5; }
.pill--outline { border-color: rgba(255,255,255,.72); color: #fff; }
.pill--outline:hover { background: #fff; color: var(--ink); }
.pill--dark { background: var(--ink); color: #fff; }
.pill--dark:hover { background: #343734; }
.site-nav .nav-cta { min-height: 48px; padding: 0 24px; font-size: 15px; font-weight: 400; line-height: 1; border: 1px solid transparent; }
.site-nav:not(.is-scrolled):not(.site-nav--content) .nav-cta { background: #fff; color: var(--ink); }
.site-nav.is-scrolled .nav-cta,
.site-nav--content .nav-cta { background: var(--ink); color: #fff; }

.hero { position: relative; min-height: 100svh; height: 100svh; display: grid; place-items: center; overflow: hidden; background: #17130f; color: #fff; }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; filter: saturate(.7) contrast(1.02); }
.hero__wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,13,11,.26), rgba(11,13,11,.1) 45%, rgba(11,13,11,.58)), linear-gradient(90deg, rgba(11,13,11,.22), transparent 70%); }
.hero__content { position: relative; z-index: 2; width: min(900px, calc(100% - 40px)); padding-top: 56px; text-align: center; }
.eyebrow { margin: 0 0 26px; color: #5c605c; font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow--light { color: rgba(255,255,255,.68); }
.hero h1, .section-heading h2, .deployment__heading h2, .cta h2 { margin: 0; font-weight: 300; letter-spacing: -.052em; line-height: 1.02; }
.hero h1 { font-size: clamp(54px, 7vw, 96px); text-wrap: balance; text-shadow: 0 3px 28px rgba(0,0,0,.28); }
.hero__lead { max-width: 690px; margin: 30px auto 0; color: rgba(255,255,255,.9); font-size: clamp(18px, 2vw, 23px); font-weight: 300; line-height: 1.35; }
.hero__actions { display: flex; justify-content: center; gap: 10px; margin-top: 34px; }
.hero__scroll { position: absolute; z-index: 2; left: var(--pad); bottom: 30px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.72); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.hero__scroll-line { display: inline-block; width: 58px; height: 1px; background: currentColor; transform-origin: left; animation: scroll-line 2.2s ease-in-out infinite; }
@keyframes scroll-line { 0%,100% { transform: scaleX(.35); opacity: .5; } 50% { transform: scaleX(1); opacity: 1; } }

.ecosystem { padding: 118px 0 54px; background: #fff; border-bottom: 1px solid var(--line); }
.ecosystem__intro { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 90px; }
.ecosystem__intro h2 { max-width: 720px; margin: 0; font-size: clamp(38px, 4.4vw, 64px); font-weight: 300; line-height: 1.06; letter-spacing: -.045em; }
.ecosystem__intro p { margin: 0 0 8px; color: #5a5e5a; font-size: 18px; font-weight: 300; }
.logo-rail { margin-top: 96px; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.logo-rail__track { max-width: var(--container-wide); margin: auto; display: grid; grid-template-columns: repeat(7, 1fr); align-items: center; }
.logo-rail img { width: 100%; height: 104px; padding: 34px 30px; object-fit: contain; filter: grayscale(1) contrast(.78); border-right: 1px solid var(--line); }
.logo-rail img:last-child { border-right: 0; }
.ecosystem__note { width: calc(100% - (var(--pad) * 2)); max-width: var(--container-wide); margin: 18px auto 0; color: #818581; font-size: 11px; }

.stories { padding: 148px 0; background: #fff; }
.section-heading { margin-bottom: 70px; }
.section-heading--center { text-align: center; }
.section-heading h2 { font-size: clamp(48px, 6.1vw, 82px); }
.section-heading__lead { max-width: 600px; margin: 28px 0 0; color: #626662; font-size: 20px; font-weight: 300; }
.section-heading--center .section-heading__lead { margin-inline: auto; }
.story-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 12px; }
.story-card { position: relative; min-height: 440px; overflow: hidden; border-radius: var(--radius); color: #fff; background: #222; }
.story-card--wide { grid-row: span 2; min-height: 892px; }
.story-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) contrast(.92); transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.story-card--wide img { object-position: center; }
.story-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08) 30%, rgba(0,0,0,.78)); }
.story-card__content { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: 44px 1fr auto; align-items: end; gap: 14px; padding: 28px; }
.story-card__number { align-self: start; padding-top: 6px; color: rgba(255,255,255,.55); font-size: 12px; }
.story-card strong, .story-card small { display: block; }
.story-card strong { font-size: 27px; font-weight: 300; letter-spacing: -.03em; }
.story-card small { max-width: 400px; margin-top: 6px; color: rgba(255,255,255,.7); font-size: 14px; }
.story-card__arrow { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 18px; transition: background .25s ease, color .25s ease; }
.story-card:hover img { transform: scale(1.035); filter: saturate(.9) contrast(.98); }
.story-card:hover .story-card__arrow { background: #fff; color: #111; }

.platform { padding: 148px 0; background: var(--mist); }
.architecture { min-height: 680px; display: grid; grid-template-columns: .95fr 1.05fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #e2e4df; }
.architecture__visual { position: relative; min-height: 620px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 48%, #fff 0, #d9dbd5 27%, #c2c5be 50%, #a8aca4 75%, #8f938c 100%); }
.architecture__visual::after { content: ""; position: absolute; inset: 0; opacity: .2; background-image: radial-gradient(#1a1c1a 1px, transparent 1px); background-size: 22px 22px; mask-image: radial-gradient(circle, #000, transparent 72%); }
.architecture__core { position: relative; z-index: 3; width: 176px; height: 176px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; background: rgba(250,250,247,.68); box-shadow: 0 24px 80px rgba(40,44,38,.2); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.architecture__mark { font-size: 26px; font-weight: 300; letter-spacing: -.05em; }
.architecture__core small { margin-top: 6px; color: #5d615c; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.architecture__orb { position: absolute; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.architecture__orb--one { width: 360px; height: 360px; }
.architecture__orb--two { width: 540px; height: 540px; }
.architecture__path { position: absolute; z-index: 2; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(240,144,36,.17); }
.architecture__path--one { left: 29%; top: 28%; }
.architecture__path--two { right: 25%; top: 50%; }
.architecture__path--three { left: 39%; bottom: 22%; }
.architecture__layers { display: grid; grid-template-rows: repeat(4, 1fr); background: rgba(255,255,255,.46); }
.layer-card { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 30px 36px; border-bottom: 1px solid var(--line); transition: background .25s ease; }
.layer-card:last-child { border-bottom: 0; }
.layer-card:hover { background: rgba(255,255,255,.58); }
.layer-card > span { color: #7a7e79; font-size: 12px; }
.layer-card h3 { margin: 0; font-size: 23px; font-weight: 400; letter-spacing: -.025em; }
.layer-card p { max-width: 480px; margin: 8px 0 0; color: #5d615d; font-size: 15px; }

.deployment { padding: 148px 0; background: #fff; }
.deployment__heading { display: grid; grid-template-columns: .78fr 1.22fr; column-gap: 100px; margin-bottom: 80px; }
.deployment__heading .eyebrow { grid-column: 1 / -1; }
.deployment__heading h2 { font-size: clamp(50px, 6vw, 82px); }
.deployment__heading > p:last-child { max-width: 520px; margin: 12px 0 0; color: #626662; font-size: 20px; font-weight: 300; }
.deployment__media { position: relative; height: min(72vw, 760px); overflow: hidden; border-radius: var(--radius); background: #151715; }
.deployment__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.45) contrast(.9); transform: scale(1.01); }
.deployment__caption { position: absolute; left: 28px; bottom: 28px; max-width: 360px; padding: 22px; border-radius: 12px; background: rgba(248,248,245,.9); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.deployment__caption span { color: #6d716d; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.deployment__caption p { margin: 10px 0 0; font-size: 22px; font-weight: 300; line-height: 1.2; }
.deployment__facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid var(--line); }
.fact { padding: 26px 38px 0 0; border-right: 1px solid var(--line); }
.fact + .fact { padding-left: 38px; }
.fact:last-child { border-right: 0; }
.fact span { color: #8a8e89; font-size: 11px; }
.fact h3 { margin: 34px 0 10px; font-size: 24px; font-weight: 400; letter-spacing: -.03em; }
.fact p { margin: 0; color: #656965; font-size: 15px; }

.use-cases { padding: 148px 0; background: #f2f3f0; overflow: hidden; }
.use-case-rail { display: grid; grid-template-columns: repeat(4, minmax(310px, 1fr)); gap: 12px; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.use-card { min-height: 560px; display: grid; grid-template-rows: 320px 1fr; overflow: hidden; border-radius: var(--radius); background: #fff; scroll-snap-align: start; }
.use-card img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.4) saturate(.6); }
.use-card > div { padding: 26px; }
.use-card span { color: #8b8e8a; font-size: 11px; }
.use-card h3 { margin: 30px 0 10px; font-size: 28px; font-weight: 300; letter-spacing: -.03em; }
.use-card p { margin: 0; color: #636763; font-size: 15px; }

.control { padding: 148px 0; background: #151715; color: #f7f7f4; }
.section-heading--light .eyebrow { color: #8d918c; }
.section-heading--light .section-heading__lead { color: #aaaEaa; }
.control-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.control-card { min-height: 300px; padding: 36px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.control-card__icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--orange); font-size: 21px; }
.control-card h3 { margin: 80px 0 12px; font-size: 29px; font-weight: 300; letter-spacing: -.03em; }
.control-card p { max-width: 450px; margin: 0; color: #9da19d; font-size: 16px; }
.compliance { margin-top: 100px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.16); }
.compliance > p { margin: 0; font-size: 19px; font-weight: 300; }
.compliance__badges { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin: 34px 0 18px; }
.compliance__badges span { min-height: 92px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; color: #d3d5d2; font-size: 13px; }
.compliance small { color: #777b77; font-size: 11px; }

.cta { padding: 118px 0; background: var(--orange); }
.cta__inner { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.cta h2 { font-size: clamp(48px, 6vw, 82px); }
.cta__action > p { max-width: 460px; margin: 0 0 28px; font-size: 19px; font-weight: 300; }
.cta__action > div { display: flex; align-items: center; gap: 24px; }
.text-link { padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 15px; }

.footer { padding: 64px 0 26px; background: #0e100e; color: #fff; }
.footer__top { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 70px; border-bottom: 1px solid rgba(255,255,255,.16); }
.wordmark--footer { font-size: 48px; }
.wordmark--footer .wordmark__ai { font-size: 15px; }
.footer__top p { margin: 8px 0 0; color: #a7aaa7; font-size: 17px; }
.footer__grid { display: grid; grid-template-columns: 2fr repeat(4, 1fr); gap: 40px; padding: 70px 0 100px; }
.footer__column:first-child { grid-column: 2; }
.footer__column { display: flex; flex-direction: column; gap: 11px; }
.footer__column p { margin: 0 0 12px; color: #6f736f; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.footer__column a { width: fit-content; color: #c8cbc8; font-size: 14px; transition: color .2s ease; }
.footer__column a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); color: #6f736f; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }

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

@media (max-width: 1000px) {
  .site-nav { grid-template-columns: 1fr auto; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .site-nav__links { position: fixed; inset: 0; z-index: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 90px var(--pad) 40px; background: var(--paper); color: var(--ink); font-size: 40px; font-weight: 300; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
  .site-nav__links.is-open { opacity: 1; visibility: visible; }
  .site-nav > .wordmark, .site-nav__actions { position: relative; z-index: 1; }
  .menu-button { display: block; }
  .nav-cta { display: none; }
  .site-nav:has(.site-nav__links.is-open) { color: var(--ink); }
  .site-nav:has(.site-nav__links.is-open) .menu-button span:first-child { transform: translateY(3px) rotate(45deg); }
  .site-nav:has(.site-nav__links.is-open) .menu-button span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .ecosystem__intro { grid-template-columns: 1fr; gap: 30px; }
  .logo-rail__track { grid-template-columns: repeat(4, 1fr); }
  .logo-rail img:nth-child(n+5) { border-top: 1px solid var(--line); }
  .story-card, .story-card--wide { min-height: 580px; }
  .architecture { grid-template-columns: 1fr; }
  .architecture__visual { min-height: 520px; }
  .deployment__heading { grid-template-columns: 1fr 1fr; gap: 40px; }
  .compliance__badges { grid-template-columns: repeat(3, 1fr); }
  .cta__inner { grid-template-columns: 1fr; gap: 50px; }
  .footer__grid { grid-template-columns: repeat(4, 1fr); }
  .footer__column:first-child { grid-column: auto; }
}

@media (max-width: 720px) {
  :root { --pad: 18px; --radius: 12px; }
  .site-nav { height: 68px; }
  .language { display: none; }
  .hero { min-height: 760px; }
  .hero__content { padding-top: 40px; }
  .hero h1 { font-size: clamp(48px, 14vw, 66px); }
  .hero h1 br { display: none; }
  .hero__lead { font-size: 18px; }
  .hero__actions { flex-direction: column; align-items: stretch; width: min(100%, 310px); margin-inline: auto; }
  .hero__scroll { display: none; }
  .ecosystem, .stories, .platform, .deployment, .use-cases, .control { padding-block: 96px; }
  .ecosystem__intro h2 { font-size: 42px; }
  .logo-rail { margin-top: 60px; }
  .logo-rail__track { grid-template-columns: repeat(2, 1fr); }
  .logo-rail img { height: 88px; border-top: 1px solid var(--line); }
  .logo-rail img:nth-child(-n+2) { border-top: 0; }
  .section-heading { margin-bottom: 48px; }
  .section-heading h2, .deployment__heading h2, .cta h2 { font-size: 48px; }
  .section-heading h2 br, .deployment__heading h2 br, .cta h2 br { display: none; }
  .section-heading__lead { font-size: 18px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card, .story-card--wide { grid-row: auto; min-height: 470px; }
  .story-card__content { grid-template-columns: 34px 1fr; padding: 22px; }
  .story-card__arrow { display: none; }
  .story-card strong { font-size: 24px; }
  .architecture__visual { min-height: 420px; }
  .architecture__orb--one { width: 280px; height: 280px; }
  .architecture__orb--two { width: 390px; height: 390px; }
  .architecture__core { width: 150px; height: 150px; }
  .layer-card { grid-template-columns: 34px 1fr; padding: 26px 20px; gap: 8px; }
  .deployment__heading { grid-template-columns: 1fr; gap: 22px; }
  .deployment__media { height: 620px; }
  .deployment__media img { object-position: center; }
  .deployment__caption { left: 14px; right: 14px; bottom: 14px; max-width: none; }
  .deployment__facts { grid-template-columns: 1fr; }
  .fact, .fact + .fact { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact:last-child { border-bottom: 0; }
  .fact h3 { margin-top: 20px; }
  .use-case-rail { width: 100%; padding-left: var(--pad); padding-right: var(--pad); }
  .use-card { min-height: 520px; grid-template-rows: 290px 1fr; }
  .control-grid { grid-template-columns: 1fr; }
  .control-card { min-height: 270px; padding: 28px; }
  .control-card h3 { margin-top: 60px; }
  .compliance__badges { grid-template-columns: repeat(2, 1fr); }
  .cta { padding-block: 88px; }
  .cta__action > div { align-items: flex-start; flex-direction: column; }
  .footer__top { flex-direction: column; gap: 24px; }
  .wordmark--footer { font-size: 40px; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); gap: 48px 24px; padding-bottom: 70px; }
  .footer__bottom { gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
