:root {
  --ink: #0a0a0a;
  --paper: #f5f3ee;
  --white: #fff;
  --line: #d8d5ce;
  --muted: #686862;
  --accent: #6c6cff;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.site-header { position: relative; z-index: 10; background: var(--ink); color: var(--white); }
.site-header.light { background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line); }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 122px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 34px; font-size: 14px; }
.nav-links a { border-bottom: 1px solid transparent; }
.nav-links a:hover, .nav-links a[aria-current="page"] { border-color: currentColor; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; background: var(--ink); color: var(--white); font-weight: 700; font-size: 14px; border: 1px solid var(--ink); }
.button.light { background: var(--white); color: var(--ink); border-color: var(--white); }
.button.outline { background: transparent; color: inherit; border-color: currentColor; }
.hero { background: var(--ink); color: var(--white); padding: 92px 0 24px; }
.hero-grid { min-height: 590px; display: grid; align-content: space-between; }
.kicker { font-size: 13px; text-transform: uppercase; letter-spacing: .12em; color: #aaa; }
.hero h1, .page-hero h1 { margin: 34px 0 0; max-width: 1180px; font-size: clamp(58px, 8.2vw, 128px); font-weight: 400; line-height: .94; letter-spacing: -.065em; }
.hero-bottom { display: grid; grid-template-columns: 1.4fr .6fr; gap: 48px; align-items: end; padding-bottom: 58px; }
.hero-bottom p { max-width: 680px; margin: 0; font-size: clamp(20px, 2.1vw, 32px); color: #bbb; letter-spacing: -.025em; }
.hero-bottom strong { color: var(--white); font-weight: 400; }
.hero-art { margin: 0 16px; height: min(46vw, 620px); min-height: 380px; overflow: hidden; border-radius: 24px; background: #d8d8ff; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(1) contrast(.9); mix-blend-mode: multiply; }
.section { padding: 120px 0; border-bottom: 1px solid var(--line); }
.section.black { background: var(--ink); color: var(--white); border-color: #282828; }
.section-label { margin: 0 0 52px; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.black .section-label { color: #888; }
.statement { max-width: 1180px; margin: 0; font-size: clamp(36px, 5vw, 76px); line-height: 1.05; letter-spacing: -.05em; font-weight: 400; }
.statement .muted { color: #868680; }
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; margin-bottom: 70px; }
.section-head h2, .page-section h2 { margin: 0; font-size: clamp(42px, 5.2vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 400; }
.section-head p { max-width: 540px; margin: 0; font-size: 20px; color: var(--muted); }
.capability-list { border-top: 1px solid var(--line); }
.capability { display: grid; grid-template-columns: 90px 1fr 1fr; gap: 40px; padding: 38px 0; border-bottom: 1px solid var(--line); align-items: start; }
.capability .number { color: var(--muted); font-size: 13px; }
.capability h3 { margin: 0; font-size: clamp(28px, 3vw, 46px); font-weight: 400; letter-spacing: -.035em; }
.capability p { margin: 4px 0 0; max-width: 520px; color: var(--muted); }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.work-journey { display:grid; grid-template-columns:repeat(5,1fr); margin-bottom:72px; border-top:1px solid #303030; border-bottom:1px solid #303030; }
.work-milestone { min-height:390px; padding:26px 24px 26px 0; display:flex; flex-direction:column; border-right:1px solid #303030; color:#fff; transition:background .35s ease,padding-left .35s ease; }
.work-milestone + .work-milestone { padding-left:24px; }
.work-milestone:last-child { border-right:0; }
.work-milestone:hover { padding-left:14px; background:rgba(255,255,255,.035); }
.work-milestone + .work-milestone:hover { padding-left:36px; }
.work-milestone span { color:#777; font-size:11px; text-transform:uppercase; letter-spacing:.1em; }
.work-milestone h3 { margin:auto 0 18px; font-size:clamp(25px,2.2vw,36px); line-height:1; letter-spacing:-.045em; font-weight:400; }
.work-milestone p { margin:0 0 24px; color:#929292; font-size:15px; }
.work-milestone b { color:#b4b4b4; font-size:12px; font-weight:400; }
.work-milestone.partner { background:linear-gradient(180deg,rgba(108,108,255,.1),transparent); }
.work-milestone.future { background:#d8f85a; color:#0a0a0a; padding-right:24px; }
.work-milestone.future span,.work-milestone.future p,.work-milestone.future b { color:#4d551f; }
.journey-statement { max-width:1160px; margin:0 0 72px; font-size:clamp(34px,4.6vw,68px); line-height:1.02; letter-spacing:-.05em; }
.journey-statement span { color:#777; }
.work-card { min-height: 520px; padding: 38px; display: flex; flex-direction: column; justify-content: space-between; background: var(--white); border-radius: 20px; overflow: hidden; }
.work-card.dark { background: #171717; color: var(--white); }
.work-card.violet { background: #dadaff; }
.work-card.featured { grid-column: 1 / -1; min-height: 600px; background: #d8f85a; }
.work-card .meta { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.work-card.dark .meta { color: #999; }
.work-card h3 { margin: 18px 0; max-width: 560px; font-size: clamp(36px, 4.1vw, 62px); line-height: 1; letter-spacing: -.05em; font-weight: 400; }
.work-card p { max-width: 560px; margin: 0; font-size: 18px; color: var(--muted); }
.work-card.dark p { color: #aaa; }
.arrow-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 34px; font-weight: 700; font-size: 14px; }
.arrow-link::after { content: "↗"; font-size: 18px; }
.insight-list { border-top: 1px solid var(--line); }
.insight { display: grid; grid-template-columns: 160px 1fr 30px; gap: 30px; padding: 28px 0; border-bottom: 1px solid var(--line); align-items: center; }
.insight span { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.insight h3 { margin: 0; font-size: clamp(24px, 2.7vw, 40px); font-weight: 400; letter-spacing: -.035em; }
.cta { padding: 140px 0; background: var(--accent); color: var(--ink); }
.cta h2 { max-width: 1050px; margin: 0 0 54px; font-size: clamp(54px, 8vw, 120px); line-height: .9; letter-spacing: -.07em; font-weight: 400; }
.footer { padding: 64px 0 30px; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .6fr); gap: 48px; }
.footer h4 { margin: 0 0 18px; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: #888; }
.footer p { max-width: 430px; margin: 24px 0 0; color: #999; }
.footer nav { display: grid; gap: 12px; }
.footer-bottom { margin-top: 72px; padding-top: 24px; border-top: 1px solid #2b2b2b; display: flex; justify-content: space-between; gap: 24px; color: #888; font-size: 13px; }
.page-hero { padding: 110px 0 90px; }
.page-hero p { max-width: 720px; margin: 42px 0 0; font-size: 22px; color: var(--muted); }
.page-section { padding: 100px 0; border-top: 1px solid var(--line); }
.page-section h2 { max-width: 950px; margin-bottom: 60px; }
.prose { max-width: 820px; font-size: 19px; }
.prose p { margin: 0 0 24px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.contact-grid h2 { margin: 0; font-size: clamp(44px, 5vw, 78px); font-weight: 400; line-height: 1; letter-spacing: -.05em; }
.contact-list { border-top: 1px solid var(--line); }
.contact-row { padding: 24px 0; border-bottom: 1px solid var(--line); }
.contact-row span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.contact-row strong { font-size:20px; line-height:1.35; font-weight:400; }
.contact-action { position:relative; display:block; padding-right:58px; }
.contact-action i { position:absolute; right:0; top:50%; width:38px; height:38px; border:1px solid var(--line); border-radius:50%; transform:translateY(-50%); transition:background .25s ease,border-color .25s ease; }
.contact-action i::before,.contact-action i::after { content:""; position:absolute; }
.contact-action i::before { width:9px; height:9px; top:12px; right:11px; border-top:1.5px solid currentColor; border-right:1.5px solid currentColor; }
.contact-action i::after { width:12px; height:1.5px; top:19px; left:12px; background:currentColor; transform:rotate(-45deg); transform-origin:center; }
.contact-action:hover i { background:var(--ink); border-color:var(--ink); color:#fff; }
.phase-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.phase { min-height: 330px; padding: 30px 34px 30px 0; border-right: 1px solid var(--line); }
.phase + .phase { padding-left: 34px; }
.phase:last-child { border-right: 0; }
.phase span { color: var(--muted); font-size: 13px; }
.phase h3 { margin: 70px 0 22px; font-size: clamp(28px, 3vw, 44px); line-height: 1.05; letter-spacing: -.04em; font-weight: 400; }
.phase p { color: var(--muted); }
.article-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.article-card { min-height: 360px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; background: var(--paper); }
.article-card span { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.article-card h2 { margin: 20px 0; font-size: clamp(30px, 3vw, 46px); line-height: 1.04; letter-spacing: -.04em; font-weight: 400; }
.article-card p { color: var(--muted); }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 16px; top: 16px; z-index: 99; background: var(--white); padding: 12px; }

/* Public pre-launch page */
.launch-gate { position:fixed; inset:0; z-index:1000; min-height:100svh; padding:28px 32px; display:grid; grid-template-rows:auto 1fr auto; overflow:auto; background:#090909; color:#fff; isolation:isolate; }
.launch-gate-grid { position:absolute; inset:0; z-index:-1; background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size:10vw 10vw; mask-image:linear-gradient(180deg,transparent,#000 16%,#000 86%,transparent); }
.launch-gate::after { content:""; position:absolute; z-index:-1; width:min(52vw,760px); aspect-ratio:1; right:-14vw; top:14%; border-radius:50%; background:radial-gradient(circle,rgba(108,108,255,.2),transparent 68%); filter:blur(10px); }
.launch-gate-top,.launch-gate-bottom { display:flex; align-items:center; justify-content:space-between; gap:24px; color:#858585; font-size:11px; letter-spacing:.1em; text-transform:uppercase; }
.launch-gate-top img { width:122px; }
.launch-gate-content { width:min(100%,1040px); margin:auto; padding:76px 0; }
.launch-gate-content .kicker { color:#8c8c8c; }
.launch-gate-content h1 { max-width:1000px; margin:26px 0 34px; font-size:clamp(58px,7.4vw,116px); line-height:.92; letter-spacing:-.065em; font-weight:400; }
.launch-gate-content > p:not(.kicker) { max-width:650px; margin:0; color:#a5a5a5; font-size:clamp(18px,1.7vw,24px); }
.launch-gate-action { min-height:52px; margin-top:8px; padding:0 22px; display:inline-flex; align-items:center; gap:18px; border-radius:999px; background:#fff; color:#090909; font-size:14px; font-weight:700; }
.launch-gate-action span { font-size:18px; }

/* Homepage cinematic system */
.home { background: #080808; }
.home .site-header {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  color: var(--white);
  transform:translateZ(0);
  backface-visibility:hidden;
}
.home .nav {
  width: min(calc(100% - 36px), 1404px);
  min-height: 70px;
  padding: 10px 12px 10px 24px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: rgba(8,8,8,.94);
  transition: background .35s ease, border-color .35s ease, transform .35s ease;
}
.home.has-scrolled .nav { background: #111; border-color: rgba(255,255,255,.2); }
.home .hero {
  --hero-progress: 0;
  position: relative;
  min-height: 100svh;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: #080808;
}
.home .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 12.5vw 12.5vw;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 78%, transparent);
  opacity: .55;
}
.home .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(5,5,7,.7) 0%, rgba(5,5,7,.25) 35%, rgba(5,5,7,.18) 56%, rgba(5,5,7,.9) 100%);
}
.hero-media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(calc(1.04 + var(--hero-progress) * .07)) translateY(calc(var(--hero-progress) * 2.5%));
  filter: saturate(.78) contrast(1.04);
  will-change: transform;
}
.home .hero-grid {
  min-height: 100svh;
  padding-top: 152px;
  padding-bottom: 56px;
  align-content: space-between;
}
.home .hero-copy { text-align: center; }
.home .hero .kicker { margin: 0; color: rgba(255,255,255,.7); }
.home .hero h1 {
  max-width: 1260px;
  margin: 34px auto 0;
  font-size: clamp(64px, 8.6vw, 136px);
  text-wrap: balance;
  text-shadow: 0 2px 24px rgba(0,0,0,.28);
}
.home .hero h1 span { display: block; overflow: hidden; transform: translateY(110%); opacity: 0; }
.home.is-ready .hero h1 span { transform: translateY(0); opacity: 1; transition: transform 1s cubic-bezier(.2,.75,.2,1), opacity .65s ease; }
.home.is-ready .hero h1 span:nth-child(2) { transition-delay: .12s; }
.home .hero .kicker,
.home .hero-bottom,
.home .scroll-cue { opacity: 0; transform: translateY(18px); }
.home.is-ready .hero .kicker,
.home.is-ready .hero-bottom,
.home.is-ready .scroll-cue { opacity: 1; transform: translateY(0); transition: opacity .8s ease .45s, transform .8s ease .45s; }
.home .hero-bottom {
  grid-template-columns: minmax(0, 620px) auto;
  justify-content: space-between;
  padding: 0;
}
.home .hero-bottom p { font-size: clamp(18px, 1.8vw, 27px); color: rgba(255,255,255,.72); }
.scroll-cue {
  position: absolute;
  right: 24px;
  bottom: 42%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 10px;
  color: rgba(255,255,255,.7);
}
.scroll-cue span { width: 1px; height: 58px; background: rgba(255,255,255,.46); }
.home .purpose { background: var(--paper); }
[data-reveal] { opacity: 0; transform: translateY(46px); transition: opacity .8s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.visual-story {
  position: relative;
  min-height: 105svh;
  overflow: hidden;
  background: #090909;
  color: var(--white);
}
.stack-story { min-height: auto; }
.stack-story::after {
  background:
    radial-gradient(circle at 22% 36%, rgba(108,108,255,.16), transparent 28%),
    linear-gradient(180deg, rgba(6,6,7,.25), rgba(6,6,7,.88));
}
.stack-story::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 80px 80px;
}
.stack-story .visual-story-copy { min-height: auto; gap: 100px; }
.stack-intro { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); gap: 60px; align-items: end; }
.stack-intro .section-label { grid-column: 1 / -1; margin-bottom: 0; }
.stack-intro > p:last-child { max-width: 560px; margin: 0; color: rgba(255,255,255,.64); font-size: 20px; }
.stack-diagram { display: grid; gap: 26px; width: min(100%, 1180px); margin: 0 auto; }
.stack-layer { display: grid; grid-template-columns: minmax(360px,1.1fr) minmax(300px,.9fr); gap: 82px; align-items: center; }
.stack-plane {
  min-height: 190px;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
  align-items: center;
  position: relative;
  border: 1px solid rgba(255,255,255,.2);
  background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.025));
  box-shadow: 0 30px 80px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.08);
  transform: perspective(1000px) rotateX(56deg) rotateZ(-20deg);
  border-radius: 18px;
}
.stack-layer.intelligence .stack-plane { border-color: rgba(140,140,255,.62); box-shadow: 0 36px 90px rgba(108,108,255,.16); }
.stack-plane::after { content:""; position:absolute; inset:12px; border:1px solid rgba(255,255,255,.06); border-radius:12px; pointer-events:none; }
.stack-plane span { min-height: 48px; padding: 10px; display:flex; align-items:center; justify-content:center; text-align:center; border:1px solid rgba(255,255,255,.12); border-radius:10px; background:rgba(8,8,8,.72); color:rgba(255,255,255,.72); font-size:12px; }
.stack-layer.intelligence .stack-plane span { color:#fff; border-color:rgba(140,140,255,.42); }
.stack-label { padding-top: 26px; border-top: 1px solid rgba(255,255,255,.24); position:relative; }
.stack-label::before { content:""; position:absolute; top:-1px; right:100%; width:82px; height:1px; background:rgba(255,255,255,.24); }
.stack-label small { color:rgba(255,255,255,.4); }
.stack-label h3 { margin:10px 0 12px; font-size:clamp(30px,3vw,46px); font-weight:400; letter-spacing:-.04em; }
.stack-label p { margin:0; color:rgba(255,255,255,.6); font-size:16px; }
.implementation { background:var(--paper); }
.example-flow { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.example-flow > div { min-height:330px; padding:28px 26px 28px 0; border-right:1px solid var(--line); display:flex; flex-direction:column; }
.example-flow > div + div { padding-left:26px; }
.example-flow > div:last-child { border-right:0; }
.example-flow span, .region-grid span { color:var(--muted); font-size:12px; text-transform:uppercase; letter-spacing:.1em; }
.example-flow strong { margin-top:auto; display:block; font-size:22px; line-height:1.1; font-weight:400; letter-spacing:-.025em; }
.example-flow p { margin:16px 0 0; color:var(--muted); }
.region-lead { display:grid; grid-template-columns:1.2fr .8fr; gap:64px; align-items:end; margin-bottom:90px; }
.region-lead h2 { margin:0; font-size:clamp(48px,6vw,90px); line-height:.94; letter-spacing:-.06em; font-weight:400; }
.region-lead p { margin:0; color:#aaa; font-size:20px; }
.region-grid { display:grid; grid-template-columns:1.25fr 1fr 1fr; border-top:1px solid #333; }
.region-grid article { min-height:390px; padding:30px 30px 30px 0; border-right:1px solid #333; display:flex; flex-direction:column; }
.region-grid article + article { padding-left:30px; }
.region-grid article:last-child { border-right:0; }
.region-grid h3 { margin:auto 0 18px; font-size:clamp(27px,2.6vw,40px); line-height:1.04; letter-spacing:-.04em; font-weight:400; }
.region-grid p { margin:0; color:#999; }

/* Shared interior-page system */
.interior { background:var(--paper); }
.interior .site-header { position:fixed; top:18px; left:0; right:0; z-index:50; background:transparent; color:#fff; border:0; transform:translateZ(0); backface-visibility:hidden; }
.interior .nav { width:min(calc(100% - 36px),1404px); min-height:70px; padding:10px 12px 10px 24px; border:1px solid rgba(255,255,255,.13); border-radius:18px; background:#111; }
.interior .nav .button { background:#fff; color:#090909; border-color:#fff; }
.interior .page-hero { min-height:72svh; padding:170px 0 90px; display:flex; align-items:flex-end; position:relative; overflow:hidden; background:#090909; color:#fff; }
.interior .page-hero::before { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size:10vw 10vw; mask-image:linear-gradient(to bottom,transparent,#000 25%,#000); }
.interior .page-hero > .shell { position:relative; z-index:1; }
.interior .page-hero .kicker { color:rgba(255,255,255,.55); }
.interior .page-hero h1 { color:#fff; }
.interior .page-hero p { color:rgba(255,255,255,.66); }
.interior main > section, .legacy-studio main > section, body.legacy-studio > section { opacity:0; transform:translateY(46px); transition:opacity .8s ease,transform .9s cubic-bezier(.2,.7,.2,1); }
.interior main > section.is-visible, .legacy-studio main > section.is-visible, body.legacy-studio > section.is-visible { opacity:1; transform:translateY(0); }
.interior .article-list { gap:18px; border:0; background:transparent; }
.interior .article-card { min-height:440px; border-radius:18px; background:#fff; transition:transform .4s ease,border-radius .4s ease; }
.interior .article-card:hover { transform:translateY(-7px); border-radius:26px; }
.interior .post { padding-left:24px; padding-right:24px; }
.interior .post > p:first-child { font-size:clamp(24px,3vw,34px); line-height:1.25; letter-spacing:-.03em; color:var(--ink); }
.interior .post h2 { scroll-margin-top:110px; }

/* Bring older long-form pages into the same visual family without changing their SEO copy. */
.legacy-studio { background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
.legacy-studio #topnav { position:fixed; top:18px; left:18px; right:18px; z-index:50; min-height:70px; border:1px solid rgba(255,255,255,.13); border-radius:18px; background:rgba(8,8,8,.88); box-shadow:none; }
.legacy-studio #topnav .container { max-width:1404px; min-height:68px; display:flex; align-items:center; }
.legacy-studio #topnav .logo img { max-width:122px; height:auto; }
.legacy-studio #topnav .navigation-menu > li > a { color:#fff!important; font-family:Arial,Helvetica,sans-serif; font-size:13px; }
.legacy-studio #topnav .navigation-menu > li.nav-cta > a { border-radius:999px; background:#fff; color:#090909!important; padding:12px 18px!important; }
.legacy-studio #topnav .navigation-menu > li:first-child,
.legacy-studio #topnav .navigation-menu > li:has(> a[href*="page-faq"]),
.legacy-studio #topnav .navigation-menu > li:has(> a[href$="page-contact.html"]):not(.nav-cta) { display:none; }
.legacy-studio .page-hero { min-height:72svh; padding:170px 0 90px!important; display:flex; align-items:flex-end; background:#090909; color:#fff; position:relative; overflow:hidden; }
.legacy-studio .page-hero::before { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size:10vw 10vw; }
.legacy-studio .page-hero .container { position:relative; z-index:1; }
.legacy-studio .page-hero h1 { color:#fff; font-family:Arial,Helvetica,sans-serif; font-size:clamp(52px,7vw,108px)!important; line-height:.95!important; letter-spacing:-.065em; font-weight:400; }
.legacy-studio .page-hero h1 .text-grad { color:#999; -webkit-text-fill-color:initial; background:none; }
.legacy-studio .page-hero p { color:#aaa; font-size:21px; }
.legacy-studio .pill-live { color:#aaa; background:transparent; border:0; padding:0; text-transform:uppercase; letter-spacing:.1em; }
.legacy-studio .section-2026 { padding:100px 0; background:var(--paper); }
.legacy-studio .blog-post { max-width:820px; margin:auto; }
.legacy-studio .blog-post h2 { margin:76px 0 24px; font-family:Arial,Helvetica,sans-serif; font-size:clamp(34px,4vw,54px); line-height:1.02; letter-spacing:-.045em; font-weight:400; }
.legacy-studio .blog-post h3 { margin:44px 0 14px; font-size:24px; }
.legacy-studio .blog-post p,.legacy-studio .blog-post li { color:#41413d; font-size:19px; line-height:1.65; }
.legacy-studio .section-headline { font-family:Arial,Helvetica,sans-serif; font-size:clamp(44px,6vw,82px); letter-spacing:-.055em; font-weight:400; }
.legacy-studio .btn.btn-ink { border-radius:999px; background:#090909; border-color:#090909; }
.legacy-studio .footer { background:#090909; }
.product-console { overflow:hidden; border:1px solid #292929; border-radius:22px; background:#0d0d0e; color:#fff; box-shadow:0 40px 90px rgba(0,0,0,.18); }
.console-top { min-height:78px; padding:0 26px; display:flex; align-items:center; justify-content:space-between; gap:20px; border-bottom:1px solid #292929; }
.console-top span { font-size:21px; }
.console-top small { color:#777; text-transform:uppercase; letter-spacing:.1em; }
.console-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:#292929; }
.console-grid article { min-height:190px; padding:24px; display:flex; flex-direction:column; background:linear-gradient(145deg,#141415,#0d0d0e); }
.console-grid article > span { color:#6c6cff; font-size:12px; }
.console-grid strong { margin-top:auto; font-size:clamp(25px,2.5vw,38px); line-height:1; font-weight:400; letter-spacing:-.04em; }
.console-grid small { margin-top:10px; color:#777; }
.console-foundation { padding:22px 26px; display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.console-foundation span { margin-right:auto; color:#777; text-transform:uppercase; letter-spacing:.1em; font-size:11px; }
.console-foundation b { padding:9px 12px; border:1px solid #303033; border-radius:999px; color:#aaa; font-size:11px; font-weight:400; }
.visual-story::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6,6,7,.95) 0%, rgba(6,6,7,.72) 42%, rgba(6,6,7,.08) 78%), linear-gradient(0deg, rgba(6,6,7,.72), transparent 45%);
}
.visual-story-media { position: absolute; inset: -7% 0; --parallax: 0; }
.visual-story-media img {
  width: 100%;
  height: 114%;
  object-fit: cover;
  object-position: center;
  transform: translateY(calc(var(--parallax) * -3.5%)) scale(1.04);
  will-change: transform;
}
.visual-story-copy {
  position: relative;
  z-index: 2;
  min-height: 105svh;
  padding-top: 112px;
  padding-bottom: 86px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.visual-story .section-label { color: rgba(255,255,255,.62); }
.visual-story h2 { max-width: 760px; margin: 0; font-size: clamp(52px, 7vw, 108px); line-height: .92; letter-spacing: -.065em; font-weight: 400; }
.story-steps { width: min(100%, 700px); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.28); }
.story-steps div { padding: 22px 22px 0 0; border-right: 1px solid rgba(255,255,255,.22); }
.story-steps div + div { padding-left: 22px; }
.story-steps div:last-child { border-right: 0; }
.story-steps span { display: block; margin-bottom: 38px; color: rgba(255,255,255,.48); font-size: 12px; }
.story-steps strong { display: block; margin-bottom: 10px; font-size: 19px; font-weight: 400; }
.story-steps p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; }
.home .work-card { transition: transform .45s cubic-bezier(.2,.7,.2,1), border-radius .45s ease; }
.home .work-card:hover { transform: translateY(-8px); border-radius: 28px; }
.home .capability { transition: padding-left .35s ease, background .35s ease; }
.home .capability:hover { padding-left: 18px; background: rgba(108,108,255,.06); }

@media (max-width: 860px) {
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .nav { min-height: 58px; }
  .brand img { width:100px; }
  .nav-links a:not(.button) { display: none; }
  .nav-links { gap:0; }
  .button { min-height:44px; padding:0 18px; font-size:13px; }
  .hero { padding-top: 62px; }
  .hero-grid { min-height: 510px; }
  .hero-bottom, .section-head, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-bottom { padding-bottom: 34px; }
  .hero-art { height: 360px; margin: 0; border-radius: 0; }
  .section, .page-section { padding: 76px 0; }
  .capability { grid-template-columns: 46px 1fr; gap: 18px; }
  .capability p { grid-column: 2; }
  .work-grid, .article-list { grid-template-columns: 1fr; }
  .work-journey { grid-template-columns:1fr; }
  .work-milestone, .work-milestone + .work-milestone { min-height:280px; padding:24px 0; border-right:0; border-bottom:1px solid #303030; }
  .work-milestone:last-child { border-bottom:0; }
  .work-milestone:hover, .work-milestone + .work-milestone:hover { padding-left:12px; }
  .work-milestone.partner { padding-left:18px; padding-right:18px; }
  .work-milestone.future { padding:24px 18px; }
  .journey-statement { margin-bottom:56px; }
  .work-card.featured { grid-column: auto; }
  .work-card { min-height: 430px; padding: 28px; }
  .insight { grid-template-columns: 1fr 24px; }
  .insight span { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .phase-grid { grid-template-columns: 1fr; }
  .phase, .phase + .phase { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .phase h3 { margin-top: 36px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .cta { padding: 100px 0; }
  .home .site-header { top: 10px; }
  .home .nav { width: calc(100% - 24px); min-height: 58px; padding: 7px 7px 7px 16px; border-radius: 15px; }
  .home .nav .button { min-height: 42px; padding: 0 17px; }
  .home .hero-grid { min-height: 100svh; padding-top: 126px; padding-bottom: 34px; }
  .home .hero h1 { font-size: clamp(52px, 15vw, 76px); }
  .home .hero-bottom { grid-template-columns: 1fr; gap: 24px; }
  .home .hero-bottom .button { justify-self: start; }
  .scroll-cue { display: none; }
  .visual-story, .visual-story-copy { min-height: 900px; }
  .visual-story::after { background: linear-gradient(180deg, rgba(6,6,7,.55), rgba(6,6,7,.4) 42%, rgba(6,6,7,.96) 78%); }
  .visual-story-media img { object-position: 58% center; }
  .visual-story-copy { padding-top: 76px; padding-bottom: 48px; }
  .story-steps { grid-template-columns: 1fr; }
  .story-steps div, .story-steps div + div { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .story-steps div:last-child { border-bottom: 0; }
  .story-steps span { display: inline-block; width: 38px; margin: 0; }
  .story-steps strong { display: inline-block; }
  .story-steps p { padding-left: 42px; }
  .stack-story .visual-story-copy { gap:64px; }
  .stack-intro { grid-template-columns:1fr; gap:24px; }
  .stack-intro .section-label { grid-column:auto; }
  .stack-layer { grid-template-columns:1fr; gap:28px; }
  .stack-plane { min-height:150px; padding:20px; gap:8px; transform:perspective(900px) rotateX(48deg) rotateZ(-12deg); }
  .stack-plane span { min-height:42px; padding:7px; font-size:10px; }
  .stack-label { padding-top:20px; }
  .stack-label::before { display:none; }
  .example-flow, .region-grid { grid-template-columns:1fr; }
  .example-flow > div, .example-flow > div + div, .region-grid article, .region-grid article + article { min-height:260px; padding:24px 0; border-right:0; border-bottom:1px solid var(--line); }
  .region-grid article, .region-grid article + article { border-color:#333; }
  .example-flow > div:last-child, .region-grid article:last-child { border-bottom:0; }
  .region-lead { grid-template-columns:1fr; gap:28px; margin-bottom:54px; }
  .interior .site-header { top:10px; }
  .interior .nav { width:calc(100% - 24px); min-height:58px; padding:7px 7px 7px 16px; border-radius:15px; }
  .interior .nav .button { min-height:42px; padding:0 17px; }
  .interior .page-hero { min-height:76svh; padding:130px 0 64px; }
  .contact-page .page-hero { min-height:62svh; }
  .contact-page .page-section { padding-top:64px; }
  .contact-page .contact-grid { gap:46px; }
  .contact-page .contact-grid h2 { font-size:clamp(43px,12vw,58px); }
  .contact-list { display:grid; gap:12px; border-top:0; }
  .contact-row { min-width:0; padding:20px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.45); overflow-wrap:anywhere; }
  .contact-row strong { display:block; font-size:17px; }
  .contact-action { min-height:92px; padding-right:70px; }
  .contact-action i { right:18px; width:40px; height:40px; }
  .contact-action i::before { top:13px; right:12px; }
  .contact-action i::after { top:20px; left:13px; }
  .launch-gate { padding:20px 18px calc(20px + env(safe-area-inset-bottom)); }
  .launch-gate-top img { width:104px; }
  .launch-gate-top span { max-width:120px; text-align:right; font-size:9px; }
  .launch-gate-content { padding:68px 0 48px; }
  .launch-gate-content h1 { margin:22px 0 28px; font-size:clamp(48px,14vw,68px); }
  .launch-gate-content > p:not(.kicker) { font-size:17px; }
  .launch-gate-action { width:100%; margin-top:6px; justify-content:center; }
  .launch-gate-bottom { align-items:flex-start; flex-direction:column; gap:6px; font-size:9px; }
  .legacy-studio #topnav { top:10px; left:10px; right:10px; min-height:60px; border-radius:14px; }
  .legacy-studio #topnav .container { min-height:58px; }
  .legacy-studio .page-hero { min-height:76svh; padding:130px 0 64px!important; }
  .legacy-studio .page-hero h1 { font-size:clamp(46px,12vw,68px)!important; }
  .console-top { align-items:flex-start; flex-direction:column; justify-content:center; }
  .console-grid { grid-template-columns:repeat(2,1fr); }
  .console-grid article { min-height:155px; }
  .console-foundation span { width:100%; margin-bottom:8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal], .home .hero h1 span, .home .hero .kicker, .home .hero-bottom, .home .scroll-cue { opacity: 1; transform: none; }
  .interior main > section, .legacy-studio main > section, body.legacy-studio > section { opacity:1; transform:none; }
  .hero-media img, .visual-story-media img { transform: none; }
}
