:root {
  --paper: #f6f6f5;
  --paper-2: #e9e9e7;
  --ink: #0b0d0e;
  --muted: #696d6d;
  --faint: #949797;
  --line: rgba(11, 13, 14, .1);
  --acid: #e4e4e1;
  --cyan: #9da1a1;
  --night: #0a0c0d;
  --green: #343839;
  --radius-xl: 42px;
  --radius-lg: 30px;
  --radius-md: 20px;
  --max: 1440px;
  --font: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
::selection { color: var(--ink); background: var(--acid); }

.marketing { overflow-x: hidden; }
.marketing main { width: min(calc(100% - 28px), var(--max)); margin: 14px auto 0; }
.marketing section { scroll-margin-top: 110px; }

.top {
  position: fixed;
  z-index: 100;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 40px), 820px);
  min-height: 66px;
  padding: 9px 10px 9px 16px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  border: 0;
  border-radius: 999px;
  background: rgba(249, 249, 246, .76);
  box-shadow: none;
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  transition: background .28s ease, backdrop-filter .28s ease, -webkit-backdrop-filter .28s ease;
}
.top.is-scrolled { background: rgba(249, 249, 246, .9); backdrop-filter: blur(28px) saturate(130%); -webkit-backdrop-filter: blur(28px) saturate(130%); }
.brand {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 720;
  letter-spacing: -.04em;
  text-decoration: none;
}
.top > a:first-child:not(.brand) {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.035em;
  text-decoration: none;
}
.brand-mark svg {
  width: 17px;
  height: 16px;
  display: block;
}
.brand-mark {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: white;
  background: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
  color: #4f5353;
  font-size: 12px;
  font-weight: 620;
  letter-spacing: -.015em;
  text-decoration: none;
  transition: color .2s ease;
}
.nav-links a:hover { color: var(--ink); }
.launch-status {
  justify-self: end;
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  color: white;
  background: var(--ink);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: -.01em;
  text-decoration: none;
  white-space: nowrap;
}
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #f2f2ef; box-shadow: 0 0 0 4px rgba(255, 255, 255, .12); }

.eyebrow {
  margin: 0 0 22px;
  color: #646968;
  font-size: 10px;
  font-weight: 730;
  letter-spacing: .17em;
  line-height: 1.2;
}
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin-top: 0; font-family: var(--display); letter-spacing: -.035em; line-height: .98; }

.button {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 680;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--ink); box-shadow: 0 10px 22px rgba(8, 10, 11, .15); }
.button-light { color: var(--ink); background: white; }

.hero {
  position: relative;
  height: min(980px, calc(100svh - 28px));
  min-height: 820px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, #f6f6f5 0%, #e8e8e7 50%, #d2d3d3 100%);
  isolation: isolate;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(24, 27, 28, .06));
}
.hero-aurora { display: none; }
.hero-copy {
  position: absolute;
  z-index: 3;
  top: 48%;
  left: clamp(52px, 9vw, 150px);
  width: min(44%, 540px);
  margin: 0;
  padding: 0;
  transform: translateY(calc(-42% + var(--parallax-y, 0px)));
  text-align: left;
}
.hero h1 { margin-bottom: 26px; font-size: clamp(54px, 6vw, 90px); font-weight: 500; }
.hero-lede { max-width: 500px; margin: 0; color: #5e6362; font-size: clamp(17px, 1.6vw, 22px); line-height: 1.5; letter-spacing: -.027em; }
.hero-actions { margin-top: 30px; display: flex; align-items: center; justify-content: flex-start; gap: 20px; }
.hero-actions > span { color: #5f6463; font-size: 11px; font-weight: 660; letter-spacing: .09em; text-transform: uppercase; }
.hero-product { position: absolute; right: clamp(72px, 10vw, 180px); bottom: -320px; width: 430px; height: 900px; transform: translate3d(0, var(--parallax-y, 0px), 0); }
.iphone { position: relative; }
.iphone::before, .iphone::after, .iphone-frame::before, .iphone-frame::after { content: ""; position: absolute; z-index: 3; width: 3px; border-radius: 3px; pointer-events: none; }
.iphone::before { left: -2px; top: 19%; height: 4.5%; background: linear-gradient(90deg, #84848c, #33333a); }
.iphone::after { left: -2px; top: 29%; height: 9%; background: linear-gradient(90deg, #84848c, #33333a); }
.iphone-frame::before { left: -2px; top: 41%; height: 9%; background: linear-gradient(90deg, #84848c, #33333a); }
.iphone-frame::after { right: -2px; top: 33%; height: 12%; background: linear-gradient(90deg, #33333a, #84848c); }
.iphone-frame { position: relative; padding: 5px; border-radius: 52px; background: linear-gradient(150deg, #74747c 0%, #3a3a40 26%, #28282d 50%, #3a3a40 74%, #7c7c84 100%); box-shadow: 0 34px 80px -28px rgba(0,0,0,.56), inset 0 1px 0 rgba(255,255,255,.10), 0 0 0 1px rgba(0,0,0,.55); }
.iphone-screen { overflow: hidden; border-radius: 47px; aspect-ratio: 1206 / 2622; background: #000; box-shadow: inset 0 0 0 1px rgba(0,0,0,.85); }
.iphone-screen img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-device { width: 430px; }
.float-card {
  position: absolute;
  z-index: 4;
  min-width: 210px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 22px;
  background: rgba(255,255,255,.58);
  box-shadow: 0 20px 50px rgba(29, 42, 42, .12);
  backdrop-filter: blur(18px);
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}
.float-card small { grid-column: 1 / -1; margin-bottom: 10px; color: #565b5a; font-size: 10px; font-weight: 720; letter-spacing: .14em; }
.float-card strong { font-size: 35px; letter-spacing: -.055em; line-height: 1; }
.float-card strong i { font-size: 11px; font-style: normal; letter-spacing: .05em; }
.float-card > span { color: #565b5a; font-size: 11px; }
.float-card-left { top: 126px; left: -145px; }
.float-card-right { top: 254px; right: -138px; }

.compatibility { padding: 140px 5% 160px; text-align: center; }
.compatibility > p { margin: 0 0 34px; color: #5b605f; font-size: 14px; }
.compatibility-grid { display: grid; gap: 18px; justify-items: center; }
.compatibility-line { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 12px; }
.compatibility-line b { margin-right: 10px; color: #7a7f7e; font-size: 10px; font-weight: 720; letter-spacing: .14em; }
.compatibility-line span { padding: 7px 14px; border: 1px solid rgba(11,13,14,.16); border-radius: 999px; color: #3f4443; font-size: 11px; font-weight: 730; letter-spacing: .06em; }

.intro { max-width: 980px; padding: 146px 30px 192px; margin: 0 auto; text-align: center; }
.intro h2 { margin-bottom: 34px; font-size: clamp(52px, 6.6vw, 94px); font-weight: 500; }
.intro > p:last-child { max-width: 690px; margin: auto; color: var(--muted); font-size: 18px; letter-spacing: -.025em; }

.product-stories { display: grid; gap: 104px; }
.story {
  position: relative;
  min-height: 860px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  overflow: hidden;
  border-radius: var(--radius-xl);
}
.story-copy { position: relative; z-index: 4; padding: clamp(64px, 7vw, 105px); align-self: center; }
.story-index { display: block; margin-bottom: 34px; color: #565b5a; font-size: 11px; font-weight: 720; letter-spacing: .15em; }
.story h2 { margin-bottom: 30px; font-size: clamp(54px, 5.8vw, 84px); font-weight: 500; }
.story-copy > p { max-width: 510px; margin: 0; color: #656a69; font-size: 17px; letter-spacing: -.025em; }
.story-night { background: linear-gradient(135deg, #f7f7f6 0%, #e7e8e8 53%, #d7d9da 100%); }
.story-day { background: linear-gradient(135deg, #f8f8f7 0%, #eaeae8 54%, #d8dad9 100%); }
.story-load { color: white; background: #0b0e0f; }
.story-load .story-index, .story-load .story-copy > p { color: #8d9292; }
.story-visual { position: relative; min-width: 0; }
.story-device { position: absolute; z-index: 2; top: 76px; left: 50%; width: 430px; transform: translateX(-50%); }
.story-night .story-device, .story-day .story-device { box-shadow: 0 50px 110px rgba(25, 29, 30, .23); }
.story-night .story-visual::before, .story-day .story-visual::before { content: none; }
.signal-list { margin: 40px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(11,13,14,.12); }
.signal-list li { padding: 13px 0; display: flex; gap: 20px; border-bottom: 1px solid rgba(11,13,14,.12); color: #5f6463; font-size: 12px; }
.signal-list li span { width: 42px; color: var(--ink); font-weight: 760; }
.measurement-card, .quiet-card, .load-trace {
  position: absolute;
  z-index: 5;
  border-radius: 24px;
  box-shadow: 0 30px 70px rgba(15, 25, 27, .18);
  backdrop-filter: blur(20px);
}
.night-card { right: 4%; bottom: 70px; width: 318px; padding: 20px; color: white; background: rgba(10, 13, 15, .84); }
.night-card > div:first-child { display: flex; justify-content: space-between; color: #969b9b; font-size: 9px; letter-spacing: .11em; }
.night-card > div:first-child b { color: var(--acid); }
.night-card dl { margin: 23px 0 17px; display: grid; grid-template-columns: 1fr 1fr; }
.night-card dl > div + div { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.12); }
.night-card dt { color: #7f8585; font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.night-card dd { margin: 4px 0 0; font-size: 32px; font-weight: 700; letter-spacing: -.05em; }
.night-card dd small { color: #909596; font-size: 9px; letter-spacing: .05em; }
.night-card p, .quiet-card p { margin: 0; color: #9ca1a1; font-size: 9px; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.night-card p i, .quiet-card p i { width: 7px; height: 7px; display: inline-block; margin-right: 6px; border-radius: 50%; background: var(--acid); }
.quiet-card { top: 160px; left: 0; width: 260px; padding: 22px; color: white; background: rgba(13, 17, 18, .88); }
.quiet-card small { color: #8c9291; font-size: 8px; font-weight: 720; letter-spacing: .12em; }
.quiet-card strong { display: block; margin: 18px 0 16px; font-size: 36px; letter-spacing: -.05em; }
.quiet-card strong span { color: #8f9594; font-size: 10px; letter-spacing: .04em; }
.quiet-card p i { background: var(--cyan); }
.text-link { display: inline-flex; gap: 12px; margin-top: 38px; font-size: 12px; font-weight: 680; text-decoration: none; }
.hrex-copy { max-width: 470px; margin-top: 48px; padding-top: 22px; display: grid; grid-template-columns: auto 1fr; gap: 0 20px; border-top: 1px solid rgba(255,255,255,.15); }
.hrex-copy strong { color: var(--acid); font-size: 45px; letter-spacing: -.06em; line-height: 1; }
.hrex-copy strong span { font-size: 11px; letter-spacing: .02em; text-transform: uppercase; }
.hrex-copy p { margin: 0; color: #b1b5b4; font-size: 11px; line-height: 1.6; }
.load-trace { right: 3%; bottom: 54px; width: min(500px, 88%); padding: 22px; color: white; background: rgba(26, 30, 31, .88); border: 1px solid rgba(255,255,255,.08); }
.load-trace > span { color: #7d8282; font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.load-trace svg { width: 100%; margin-top: 14px; overflow: visible; }
.load-trace path { fill: none; stroke-width: 2.5; vector-effect: non-scaling-stroke; }
.load-trace .trace-old { stroke: #6f7474; stroke-dasharray: 4 7; }
.load-trace .trace-new { stroke: var(--acid); }
.load-trace circle { fill: var(--acid); }
.load-trace > div { display: flex; gap: 22px; color: #9da2a2; font-size: 8px; font-weight: 650; letter-spacing: .08em; }
.load-trace > div i { width: 14px; height: 2px; display: inline-block; margin-right: 6px; background: #6f7474; vertical-align: middle; }
.load-trace > div i.now { background: var(--acid); }

.record-panel {
  margin-top: 112px;
  padding: clamp(70px, 8vw, 120px);
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  align-items: center;
  gap: 80px;
  border-radius: var(--radius-xl);
  color: white;
  background: #111516;
}
.record-heading h2 { margin-bottom: 28px; font-size: clamp(56px, 6vw, 84px); font-weight: 500; }
.record-heading > p:last-child { max-width: 460px; color: #8e9493; font-size: 16px; }
.record-panel .eyebrow { color: #7d8382; }
.record-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.record-grid article { min-height: 270px; padding: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.07); border-radius: 26px; background: #191d1e; }
.record-grid article > span { display: block; color: #858a8a; font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.record-grid strong { display: inline-block; margin-top: 40px; font-size: clamp(38px, 4vw, 58px); letter-spacing: -.07em; }
.record-grid small { margin-left: 5px; color: #7b8080; font-size: 9px; }
.mini-bars { height: 78px; margin-top: 36px; display: flex; align-items: end; gap: 6px; }
.mini-bars i { flex: 1; height: 45%; border-radius: 3px 3px 0 0; background: #687070; }
.mini-bars i:nth-child(2) { height: 72%; }.mini-bars i:nth-child(3) { height: 36%; }.mini-bars i:nth-child(4) { height: 88%; background: var(--cyan); }.mini-bars i:nth-child(5) { height: 62%; }.mini-bars i:nth-child(6) { height: 78%; }.mini-bars i:nth-child(7) { height: 50%; }
.record-grid svg { width: 100%; margin-top: 38px; }.record-grid svg path { fill: none; stroke: var(--cyan); stroke-width: 2.3; }
.gauge { position: relative; height: 72px; margin-top: 34px; overflow: hidden; border: 10px solid #3e4444; border-bottom: 0; border-radius: 100px 100px 0 0; }
.gauge i { position: absolute; left: 50%; bottom: 0; width: 44%; height: 8px; transform-origin: left center; transform: rotate(-30deg); background: var(--acid); border-radius: 8px; }

.complete {
  margin-top: 112px;
  padding: clamp(90px, 10vw, 150px) clamp(28px, 7vw, 104px);
  border-radius: var(--radius-xl);
  background: #fbfbf9;
}
.complete-heading { max-width: 920px; margin-bottom: 76px; }
.complete-heading h2 { margin-bottom: 30px; font-size: clamp(66px, 8vw, 112px); font-weight: 400; }
.complete-heading > p:last-child { max-width: 670px; margin: 0; color: var(--muted); font-size: 18px; }
.complete-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.complete-card { min-height: 610px; padding: 34px; display: flex; flex-direction: column; border-radius: 28px; background: #ededed; }
.card-number { margin-bottom: 44px; color: #858a89; font-size: 8px; font-weight: 720; letter-spacing: .15em; }
.complete-card h3 { max-width: 360px; margin-bottom: 34px; font-size: clamp(30px, 3vw, 42px); font-weight: 500; line-height: 1.03; }
.complete-card > p { color: #666b6a; font-size: 13px; }
.density-card { color: white; background: #111516; }
.density-card .card-number { color: #7f8584; }
.density-list { margin-top: 8px; border-top: 1px solid rgba(255,255,255,.13); }
.density-list > div { padding: 18px 0; display: grid; grid-template-columns: 1fr auto; align-items: baseline; border-bottom: 1px solid rgba(255,255,255,.13); }
.density-list span { color: #878d8c; font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.density-list b { color: white; font-family: var(--font); font-size: 24px; font-weight: 500; letter-spacing: -.02em; }
.density-list i { grid-column: 1 / -1; margin-top: 2px; color: #6f7574; font-size: 9px; font-style: normal; }
.density-card .card-footnote { margin: auto 0 0; color: #7f8584; font-size: 10px; }
.baseline-card { background: linear-gradient(145deg, #eeeeec, #dfe1e1); }
.baseline-visual { margin: 10px 0 28px; padding: 25px; border-radius: 22px; background: rgba(255,255,255,.48); }
.baseline-visual > span { color: #787d7d; font-size: 8px; font-weight: 720; letter-spacing: .13em; }
.baseline-dots { margin: 25px 0 23px; display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.baseline-dots i { aspect-ratio: 1; border-radius: 50%; background: #a1a5a5; }
.baseline-dots i:nth-last-child(-n+4) { background: var(--acid); }
.baseline-visual strong { display: block; font-family: var(--font); font-size: 58px; font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.baseline-visual strong small { color: #717676; font-family: var(--font); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sources-card { background: #e5e5e4; }
.source-stack { border-top: 1px solid rgba(11,13,14,.12); }
.source-stack > div { padding: 16px 0; display: grid; gap: 3px; border-bottom: 1px solid rgba(11,13,14,.12); }
.source-stack b { font-size: 12px; }.source-stack span { color: #747978; font-size: 10px; }
.machine-tags { margin-top: auto; padding-top: 28px; display: flex; flex-wrap: wrap; gap: 7px; }
.machine-tags span { padding: 7px 10px; border: 1px solid rgba(11,13,14,.13); border-radius: 999px; color: #5f6563; font-size: 8px; font-weight: 650; white-space: nowrap; }
.source-truth { margin-top: 14px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.source-truth > div { padding: 24px 28px; border: 1px solid rgba(11,13,14,.1); border-radius: 20px; }
.source-truth span { color: #7f8483; font-size: 8px; font-weight: 720; letter-spacing: .13em; }
.source-truth p { margin: 10px 0 0; color: #656a69; font-size: 11px; line-height: 1.55; }

.principles { padding: 224px 0 224px; }
.principles-heading { max-width: 830px; margin: 0 auto 80px; padding: 0 30px; text-align: center; }
.principles-heading h2 { margin-bottom: 30px; font-size: clamp(58px, 7vw, 94px); font-weight: 500; }
.principles-heading > p:last-child { max-width: 650px; margin: auto; color: var(--muted); font-size: 17px; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.principle-grid article { padding: 18px 18px 30px; border-radius: 28px; background: #eaeaea; }
.principle-art { height: 330px; margin-bottom: 30px; overflow: hidden; border-radius: 20px; background: #dedfdf; }
.principle-grid article > p { margin: 0 10px 18px; color: #777c7b; font-size: 8px; font-weight: 720; letter-spacing: .15em; }
.principle-grid h3 { margin: 0 10px 16px; font-size: 27px; font-weight: 660; }
.principle-grid article > span { display: block; margin: 0 10px; color: #666b6a; font-size: 13px; }
.raw-art { position: relative; padding: 80px 46px; display: flex; flex-direction: column; gap: 13px; color: #4f5554; font-size: 13px; font-weight: 650; font-variant-numeric: tabular-nums; }
.raw-art span::before { content: "02:41:"; color: #9ba09f; margin-right: 22px; }
.raw-art span:nth-child(3) { color: #a4aaa8; }
.raw-art i { position: absolute; width: 220px; height: 220px; right: -70px; bottom: -70px; border: 34px solid rgba(30,34,35,.28); border-radius: 50%; }
.compare-art { padding: 70px 35px; }
.compare-art > div { padding: 20px 0; display: flex; align-items: end; justify-content: space-between; border-bottom: 1px solid rgba(11,13,14,.13); }
.compare-art span { color: #727876; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.compare-art b { font-size: 43px; letter-spacing: -.06em; }.compare-art > div:first-child b { color: #606565; }
.quality-art { padding: 84px 38px; display: grid; grid-template-columns: repeat(8, 1fr); align-items: center; gap: 7px; }
.quality-art i { height: 92px; border-radius: 8px; background: linear-gradient(180deg, #737879, #b0b3b3); }.quality-art i:nth-child(2),.quality-art i:nth-child(6) { height: 132px; }.quality-art i:nth-child(3) { height: 70px; }.quality-art i.gap { height: 48px; background: repeating-linear-gradient(135deg, transparent 0 5px, rgba(11,13,14,.11) 5px 7px); border: 1px dashed #a9aeac; }
.quality-art b { grid-column: 1 / -1; margin-top: 20px; color: #737977; font-size: 9px; letter-spacing: .12em; text-align: center; text-transform: uppercase; }

.workflow { margin-top: 112px; padding: clamp(80px, 9vw, 140px); overflow: hidden; border-radius: var(--radius-xl); background: #111516; color: white; }
.workflow-heading { max-width: 850px; margin-bottom: 76px; }
.workflow-heading .eyebrow { color: #9ba0a0; }
.workflow-heading h2 { margin-bottom: 26px; font-size: clamp(56px, 7vw, 98px); font-weight: 500; }
.workflow-heading > p:last-child { max-width: 610px; margin: 0; color: #aeb3b2; font-size: 17px; }
.workflow-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 14px; }
.cockpit-card, .templates-card { min-height: 520px; border: 1px solid rgba(255,255,255,.1); border-radius: 28px; }
.cockpit-card { position: relative; padding: 28px; overflow: hidden; background: linear-gradient(145deg, #202526, #111416 65%); }
.cockpit-top { display: flex; justify-content: space-between; gap: 20px; color: #9aa0a0; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.cockpit-stage { position: relative; z-index: 1; margin-top: 92px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 0 25px; }
.cockpit-stage > span { grid-column: 1 / -1; margin-bottom: 12px; color: #a4a9a9; font-size: 10px; letter-spacing: .12em; }
.cockpit-stage strong { font-size: clamp(74px, 8vw, 128px); letter-spacing: -.09em; line-height: .8; }
.cockpit-stage b { padding-bottom: 4px; font-size: clamp(42px, 4vw, 66px); letter-spacing: -.07em; line-height: 1; }
.cockpit-stage small { color: #a9aeae; font-size: 11px; letter-spacing: .06em; }
.cockpit-stage em { grid-column: 1 / -1; margin-top: 28px; color: #d7dad9; font-size: 18px; font-style: normal; letter-spacing: -.04em; }
.cockpit-curve { position: absolute; right: -10%; bottom: 70px; width: 86%; opacity: .8; }
.cockpit-curve path { fill: none; stroke: #f0f0ed; stroke-width: 2; }
.cockpit-shot { display: block; width: calc(100% + 56px); max-width: none; height: auto; margin: 24px -28px 0; }
.cockpit-card > p { position: absolute; z-index: 1; bottom: 26px; left: 28px; max-width: 550px; margin: 0; color: #969c9b; font-size: 12px; line-height: 1.55; }
.templates-card { padding: 28px; color: var(--ink); background: #ececea; }
.templates-card > p:first-child { margin: 0 0 22px; color: #777c7b; font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.templates-card h3 { margin: 0 0 30px; font-size: 34px; font-weight: 500; line-height: 1.04; }
.template-row { padding: 12px 0; display: grid; grid-template-columns: 48px 1fr auto; gap: 8px; align-items: center; border-top: 1px solid rgba(11,13,14,.13); font-size: 11px; }
.template-row span { color: #7b8080; font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.template-row b { font-weight: 600; letter-spacing: -.02em; }.template-row i { color: #777c7b; font-size: 9px; font-style: normal; }.template-row.active b { color: #111516; }
.template-note { margin: 24px 0 0; color: #676c6b; font-size: 11px; line-height: 1.55; }
.source-strip { margin-top: 14px; padding: 22px 4px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; color: #959b9a; font-size: 10px; }
.source-strip span { display: grid; gap: 3px; }.source-strip b { color: #f1f1ef; font-size: 9px; letter-spacing: .1em; }

.exports { margin-top: 112px; padding: clamp(80px, 9vw, 140px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 140px); align-items: center; border-radius: var(--radius-xl); background: #e7e7e5; }
.exports-copy h2 { margin-bottom: 26px; font-size: clamp(56px, 6.8vw, 96px); font-weight: 500; }
.exports-copy > p:not(.eyebrow) { max-width: 490px; margin: 0; color: #626766; font-size: 16px; }
.share-route { margin: 44px 0 14px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: #15191a; font-size: 11px; font-weight: 650; }
.share-route span, .share-route strong { padding: 9px 11px; border-radius: 9px; background: rgba(255,255,255,.55); }.share-route strong { color: white; background: #111516; }.share-route i { color: #818685; font-style: normal; }
.exports-fine { font-size: 11px !important; line-height: 1.6; }
.export-console { overflow: hidden; border-radius: 25px; color: white; background: #101314; box-shadow: 0 30px 70px rgba(20,25,25,.16); }
.export-console-top { padding: 17px 20px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255,255,255,.1); color: #9da3a2; font-size: 9px; letter-spacing: .12em; }.export-console-top span { margin-right: auto; }.export-console-top b { padding: 5px 8px; border-radius: 6px; color: white; background: #292e2f; font-size: 8px; }
.export-row { padding: 17px 20px; display: flex; gap: 20px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }.export-row:last-child { border-bottom: 0; }.export-row > div { display: grid; gap: 4px; }.export-row b { font-size: 14px; font-weight: 600; letter-spacing: -.025em; }.export-row span { color: #929897; font-size: 10px; line-height: 1.4; }.export-row i { margin-left: auto; color: #c4c8c7; font-style: normal; }.export-row.featured { background: #252a2b; }

.privacy-card {
  margin-top: 32px;
  position: relative;
  min-height: 780px;
  padding: clamp(70px, 9vw, 132px);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: var(--radius-xl);
  color: white;
  background: radial-gradient(circle at 20% 35%, #3b4041 0%, #202426 43%, #0e1011 78%);
}
.privacy-card::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.08) .7px, transparent .7px); background-size: 10px 10px; opacity: .2; }
.privacy-copy { position: relative; z-index: 3; width: 55%; margin-left: auto; }
.privacy-copy .eyebrow { color: #b7bcbb; }
.privacy-copy h2 { margin-bottom: 30px; font-size: clamp(62px, 7vw, 100px); font-weight: 500; }
.privacy-copy > p:not(.eyebrow) { max-width: 610px; margin: 0 0 34px; color: #c0c4c3; font-size: 17px; }
.privacy-orbit { position: absolute; z-index: 2; left: -90px; top: 50%; width: 650px; height: 650px; transform: translateY(-50%); }
.privacy-orbit i { position: absolute; inset: 0; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; }
.privacy-orbit i:nth-child(2) { inset: 90px; border-color: rgba(255,255,255,.22); }.privacy-orbit i:nth-child(3) { inset: 180px; border-color: rgba(210,214,214,.2); }
.privacy-orbit span { position: absolute; inset: 283px 245px 207px; border-radius: 30px; background: #e4e5e2; box-shadow: 0 0 80px rgba(255,255,255,.16); }
.privacy-orbit span::before { content: ""; position: absolute; left: 50%; bottom: calc(100% - 12px); width: 46%; height: 42%; transform: translateX(-50%); border: 15px solid #a9aba8; border-bottom: 0; border-radius: 999px 999px 0 0; }
.privacy-orbit span::after { content: ""; position: absolute; left: 50%; top: 38%; width: 10px; height: 32px; transform: translateX(-50%); border-radius: 10px; background: #313637; }

.more { min-height: 900px; margin-top: 112px; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: var(--radius-xl); background: #e8e8e6; }
.more-copy { padding: clamp(70px, 7vw, 105px); }
.more h2 { margin-bottom: 48px; font-size: clamp(58px, 6vw, 86px); font-weight: 500; }
.feature-list details { border-top: 1px solid rgba(11,13,14,.13); }
.feature-list details:last-child { border-bottom: 1px solid rgba(11,13,14,.13); }
.feature-list summary { padding: 20px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 14px; font-weight: 640; list-style: none; }
.feature-list summary::-webkit-details-marker { display: none; }.feature-list summary span { color: #8a8f8e; font-size: 9px; letter-spacing: .1em; }
.feature-list details p { margin: -5px 50px 22px 0; color: #6f7473; font-size: 12px; }
.more-product { position: relative; min-width: 0; overflow: hidden; }
.more-glow { position: absolute; inset: 10% -30% -10% 0; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.65), rgba(137,142,143,.24) 42%, transparent 70%); filter: blur(30px); }
.more-device { position: absolute; z-index: 2; top: 75px; left: 50%; width: 470px; transform: translateX(-50%); }
.data-pill { position: absolute; z-index: 3; padding: 13px 17px; display: flex; align-items: center; gap: 20px; border-radius: 16px; color: white; background: rgba(14,17,18,.86); box-shadow: 0 20px 40px rgba(17,22,22,.2); backdrop-filter: blur(14px); }
.data-pill span { color: #8e9493; font-size: 8px; font-weight: 700; letter-spacing: .12em; }.data-pill b { font-size: 12px; }
.pill-one { top: 235px; left: 5%; }.pill-two { top: 420px; right: 3%; }.pill-three { bottom: 130px; left: 10%; }

.method { padding: 224px clamp(30px, 7vw, 100px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.method h2 { font-size: clamp(54px, 5.5vw, 80px); font-weight: 500; }
.method-list article { padding: 28px 0; display: grid; grid-template-columns: 44px 1fr; gap: 24px; border-top: 1px solid var(--line); }
.method-list article:last-child { border-bottom: 1px solid var(--line); }
.method-list article > span { color: #8a8e8d; font-size: 9px; font-weight: 720; letter-spacing: .12em; }
.method-list h3 { margin: 0 0 10px; font-size: 21px; letter-spacing: -.035em; }
.method-list p { margin: 0; color: var(--muted); font-size: 13px; }

.faq { max-width: 760px; margin: 130px auto 0; padding: 0 24px; }
.faq .eyebrow { text-align: center; }
.faq h2 { margin: 0 0 42px; text-align: center; font-size: clamp(34px, 4vw, 52px); font-weight: 500; }
.faq-list { border-top: 1px solid rgba(11,13,14,.14); }
.faq details { border-bottom: 1px solid rgba(11,13,14,.14); }
.faq summary { padding: 22px 40px 22px 2px; position: relative; cursor: pointer; list-style: none; font-family: var(--display); font-size: 18px; font-weight: 550; letter-spacing: -.02em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 300; color: #565b5a; transition: transform .2s ease; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { margin: 0; padding: 0 40px 24px 2px; max-width: 640px; color: #565b5a; font-size: 15.5px; letter-spacing: -.015em; }
.faq details a { text-decoration: underline; text-underline-offset: 3px; }

.availability { position: relative; min-height: 1020px; margin-top: 72px; display: grid; grid-template-rows: 1fr auto; overflow: hidden; border-radius: var(--radius-xl); background: linear-gradient(160deg, #fbfbfa, #e8e9e9 56%, #d5d7d7); }
.availability-copy { z-index: 3; padding: 0 30px 90px; text-align: center; }
.availability h2 { margin-bottom: 22px; font-size: clamp(58px, 7vw, 98px); font-weight: 500; }
.availability-copy > p:not(.eyebrow) { max-width: 630px; margin: 0 auto 30px; color: var(--muted); font-size: 16px; }
.availability-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
.availability-actions .button-light { border: 1px solid rgba(11,13,14,.14); }
.availability-pricing { margin: 26px auto 0 !important; color: #5b605f !important; font-size: 13px !important; }
.availability-products { position: relative; min-height: 720px; }
.availability-device { position: absolute; top: 100px; left: 50%; width: 270px; transform: translateX(-50%); }
.hardware-token { position: absolute; z-index: 2; top: 365px; min-width: 138px; height: 62px; padding: 0 22px; display: grid; place-items: center; border-radius: 14px; color: white; background: #111516; box-shadow: 0 30px 60px rgba(20,30,30,.2); font-size: 20px; font-weight: 750; letter-spacing: -.05em; }
.token-left { left: calc(50% - 390px); }.token-right { right: calc(50% - 390px); border-radius: 14px; background: #dfe1df; color: #111516; }

.site-footer {
  width: min(calc(100% - 60px), 1320px);
  margin: 0 auto;
  padding: 100px 0 34px;
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 50px;
}
.footer-brand p { margin: 18px 0 0; color: #7a7e7d; font-size: 12px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column b { margin-bottom: 7px; font-size: 10px; letter-spacing: .08em; }.footer-column a { color: #747877; font-size: 11px; text-decoration: none; }.footer-column a:hover { color: var(--ink); }
.footer-bottom { grid-column: 1 / -1; margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #8a8e8d; font-size: 9px; letter-spacing: .05em; }

/* Legal and support pages */
body:not(.marketing) { background: #f7f7f4; }
body:not(.marketing) .top { width: min(calc(100% - 40px), 820px); }
.page { width: min(calc(100% - 48px), 760px); margin: 0 auto; padding: 150px 0 100px; }
.page h1 { margin-bottom: 10px; font-size: clamp(46px, 7vw, 72px); font-weight: 500; }
.page .stand { margin: 0 0 48px; color: var(--faint); font-size: 10px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.page h2 { margin: 48px 0 12px; font-size: 22px; font-weight: 500; letter-spacing: -.025em; line-height: 1.2; }
.page p, .page li { color: #5f6463; font-size: 14px; line-height: 1.75; }
.page ul { padding-left: 20px; }.page li + li { margin-top: 8px; }.page a { color: var(--ink); text-underline-offset: 3px; }.page code { padding: 2px 5px; border-radius: 5px; background: #e8e8e4; font-size: .88em; }
.todo { padding: 14px 16px; border-left: 3px solid #c58c00; background: #fff5d8; color: #5c4810 !important; }
body:not(.marketing) > footer { width: min(calc(100% - 48px), 980px); margin: 0 auto; padding: 30px 0 44px; display: flex; flex-wrap: wrap; gap: 13px 22px; border-top: 1px solid var(--line); }
body:not(.marketing) > footer a { color: #6f7473; font-size: 10px; text-decoration: none; } body:not(.marketing) > footer .spacer { flex: 1; } body:not(.marketing) > footer .fine { color: #949897; font-size: 10px; }

@media (max-width: 1100px) {
  .story { grid-template-columns: .9fr 1.1fr; }
  .story-copy { padding: 64px; }
  .story-device { width: 390px; }
  .record-panel { grid-template-columns: 1fr; }
  .record-heading { max-width: 680px; }
  .privacy-orbit { left: -230px; }
  .privacy-copy { width: 62%; }
  .more-copy { padding: 70px 55px; }
  .more-device { width: 420px; }
}

@media (max-width: 820px) {
  :root { --radius-xl: 30px; }
  .marketing main { width: min(calc(100% - 16px), var(--max)); margin-top: 8px; }
  .top { top: 12px; width: calc(100% - 24px); min-height: 60px; padding: 7px 7px 7px 13px; grid-template-columns: 1fr auto; }
  .top .nav-links { display: none; }
  .launch-status { min-height: 44px; padding: 0 15px; }
  .hero { height: 900px; min-height: 0; }
  .hero-copy { position: static; top: auto; left: auto; width: min(800px, calc(100% - 48px)); margin: 0 auto; padding-top: 135px; transform: none; text-align: center; }
  .hero-lede { margin: 0 auto; }
  .hero-actions { justify-content: center; }
  .hero h1 { font-size: clamp(55px, 14vw, 80px); }
  .hero-lede { max-width: 530px; font-size: 16px; }
  .hero-product { right: auto; bottom: -330px; left: 50%; width: 360px; height: 760px; transform: translateX(-50%) translateY(var(--parallax-y, 0px)); }
  .hero-device { width: 360px; }
  .float-card { display: none; }
  .compatibility { padding: 70px 8% 80px; }
  .compatibility-line { gap: 8px 8px; }
  .intro { padding: 80px 24px 100px; }
  .story { min-height: 1080px; grid-template-columns: 1fr; grid-template-rows: auto 680px; }
  .story-copy { padding: 64px 42px 35px; align-self: start; }
  .story h2 { font-size: clamp(50px, 10vw, 72px); }
  .story-visual { min-height: 680px; }
  .story-device { top: 40px; width: 370px; }
  .night-card { right: 4%; bottom: 40px; }.quiet-card { top: 90px; left: 4%; }.load-trace { bottom: 36px; }
  .record-panel { padding: 70px 35px; gap: 55px; }
  .record-grid { grid-template-columns: 1fr; }
  .record-grid article { min-height: 220px; }
  .complete { padding: 95px 35px; }
  .complete-grid { grid-template-columns: 1fr; }
  .complete-card { min-height: 530px; }
  .source-truth { grid-template-columns: 1fr; }
  .principles { padding: 110px 0; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-art { height: 300px; }
  .privacy-card { min-height: 920px; padding: 65px 40px; align-items: end; }
  .privacy-orbit { top: 25%; left: 50%; width: 560px; height: 560px; transform: translate(-50%,-50%); }
  .privacy-copy { width: 100%; }
  .privacy-copy h2 { font-size: clamp(58px, 12vw, 82px); }
  .more { min-height: 1500px; grid-template-columns: 1fr; grid-template-rows: auto 760px; }
  .more-product { min-height: 760px; }
  .method { padding: 110px 30px; grid-template-columns: 1fr; gap: 55px; }
  .workflow, .exports { margin-top: 72px; padding: 72px 36px; }
  .workflow-grid, .exports { grid-template-columns: 1fr; }
  .cockpit-card, .templates-card { min-height: 470px; }
  .source-strip { grid-template-columns: 1fr; gap: 15px; }
  .exports { gap: 48px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 20px; }
}

@media (max-width: 820px) {
  .hero-actions { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 6; margin-top: 0; width: max-content; }
  .hero-actions .button { color: var(--ink); background: rgba(249, 249, 246, .5); border: 0; box-shadow: 0 12px 32px rgba(8, 10, 11, .18); backdrop-filter: blur(24px) saturate(140%); -webkit-backdrop-filter: blur(24px) saturate(140%); }
  .hero-actions > span { display: none; }
}

@media (max-width: 540px) {
  .brand > span:last-child { display: none; }
  .top { width: calc(100% - 18px); top: 9px; }
  .launch-status { font-size: 10px; }
  .hero { height: 820px; }
  .hero-copy { width: calc(100% - 30px); padding-top: 120px; }
  .hero-copy .eyebrow { margin-bottom: 17px; }
  .hero h1 { margin-bottom: 20px; font-size: 53px; }
  .hero-lede { font-size: 14px; }
  .hero-actions { flex-direction: column; gap: 13px; }
  .hero-product { bottom: -245px; width: 300px; height: 620px; }
  .hero-device { width: 300px; }
  .iphone-frame { border-radius: 46px; padding: 4px; }
  .iphone-screen { border-radius: 42px; }
  .intro h2 { font-size: 48px; }
  .story { min-height: 980px; grid-template-rows: auto 610px; }
  .story-copy { padding: 55px 26px 30px; }
  .story h2 { font-size: 46px; }
  .story-copy > p { font-size: 14px; }
  .story-device { width: 310px; }
  .night-card { width: 250px; padding: 17px; }.night-card dd { font-size: 27px; }
  .quiet-card { width: 225px; top: 70px; }
  .hrex-copy { grid-template-columns: 1fr; gap: 10px; }.hrex-copy p { max-width: 300px; }
  .load-trace { width: 94%; right: 3%; }
  .record-panel { padding: 65px 22px; }.record-heading h2 { font-size: 48px; }.record-grid article { min-height: 190px; }
  .complete { padding: 80px 18px; }.complete-heading { margin-bottom: 52px; }.complete-heading h2 { font-size: 52px; }.complete-heading > p:last-child { font-size: 14px; }.complete-card { min-height: 500px; padding: 28px 22px; }.complete-card h3 { font-size: 34px; }.source-truth > div { padding: 22px; }
  .principles-heading { padding: 0 18px; }.principles-heading h2 { font-size: 49px; }.principle-art { height: 260px; }.raw-art { padding: 62px 30px; }.compare-art { padding: 48px 25px; }
  .privacy-card { min-height: 840px; padding: 55px 26px; }.privacy-orbit { top: 24%; width: 470px; height: 470px; }.privacy-orbit i:nth-child(2) { inset: 70px; }.privacy-orbit i:nth-child(3) { inset: 140px; }.privacy-orbit span { inset: 185px; }.privacy-copy h2 { font-size: 50px; }.privacy-copy > p:not(.eyebrow) { font-size: 14px; }
  .more { min-height: 1390px; grid-template-rows: auto 660px; }.more-copy { padding: 60px 25px; }.more h2 { font-size: 48px; }.more-device { width: 330px; }.data-pill { display: none; }
  .method { padding: 100px 20px; }.method h2 { font-size: 48px; }
  .workflow, .exports { margin-top: 48px; padding: 62px 22px; }
  .workflow-heading { margin-bottom: 44px; }.workflow-heading h2, .exports-copy h2 { font-size: 48px; }
  .cockpit-card, .templates-card { min-height: 450px; padding: 22px; }.cockpit-stage { margin-top: 78px; }.cockpit-card > p { left: 22px; right: 22px; }.cockpit-top { font-size: 8px; }.cockpit-stage strong { font-size: 76px; }.cockpit-stage b { font-size: 43px; }
  .templates-card h3 { font-size: 29px; }.template-row { grid-template-columns: 40px 1fr auto; font-size: 10px; }.source-strip { margin-top: 12px; }
  .share-route { margin-top: 30px; }.export-row { padding: 15px; gap: 12px; }.export-row b { font-size: 13px; }.export-row span { font-size: 9px; }
  .availability { min-height: 940px; }.availability-products { min-height: 630px; }.availability-device { top: 40px; width: 250px; }.hardware-token { top: 290px; min-width: 76px; height: 46px; padding: 0 10px; font-size: 14px; }.token-left { left: 4%; }.token-right { right: 4%; border-radius: 12px; }.availability-copy { padding: 0 22px 60px; }.availability h2 { font-size: 48px; }
  .site-footer { width: calc(100% - 40px); grid-template-columns: 1fr 1fr; gap: 42px 20px; padding-top: 75px; }.footer-column:last-of-type { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: 8px; margin-top: 20px; }
  .page { width: calc(100% - 36px); padding-top: 120px; }.page h1 { font-size: 42px; }body:not(.marketing) > footer { width: calc(100% - 36px); } body:not(.marketing) > footer .spacer { display: none; }
}

html.motion-ready .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
html.motion-ready .reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: no-preference) {
  .hero-device { animation: hero-device-float 7s ease-in-out infinite; }
  @keyframes hero-device-float { 50% { transform: translateY(-8px); } }
}

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

/* ============================================================
   INSTRUMENT LAYER — the audit's keepers, on the light ground.
   The page speaks the app's own type: Sora everywhere, tabular
   figures on readouts (RampFont ports Klonk verbatim, and Sora
   ships tabular figures). Acid returns only where the design
   already reserved dark islands for it.
   ============================================================ */

.marketing {
  --acid: #c7f229;   /* the app's accent, un-greyed */
  --cyan: #56d6e0;
}

/* readouts hold their columns, exactly like the app's live numbers */
.marketing .float-card strong,
.marketing .night-card dd,
.marketing .quiet-card strong,
.marketing .hrex-copy strong,
.marketing .cockpit-stage strong,
.marketing .cockpit-stage b,
.marketing .cockpit-stage em {
  font-variant-numeric: tabular-nums;
}

/* the brand chip wears the app's accent */
.marketing .brand-mark svg {
  width: 17px;
  height: 16px;
  display: block;
}
.brand-mark { color: #fff; background: #0b0b0d; }

/* the real export screen, framed */
.marketing .export-device { width: min(380px, 82%); margin: 0 auto; }
.marketing .export-device .iphone-frame { box-shadow: 0 40px 90px rgba(20, 25, 25, .22); }

/* acid on the dark islands the light design already carries */
.marketing .status-dot { background: var(--acid); box-shadow: 0 0 0 4px rgba(199, 242, 41, .22); }
.marketing .cockpit-curve path { stroke: var(--acid); opacity: .9; }
.marketing .templates-card .template-row.active { box-shadow: inset 3px 0 0 var(--acid); padding-left: 10px; }

/* story cards and hardware tokens ride the viewport, not the page */
.marketing .measurement-card,
.marketing .quiet-card,
.marketing .load-trace,
.marketing .hardware-token {
  transform: translate3d(0, var(--plax-y, 0px), 0);
  will-change: transform;
}

/* the hero keeps its light ramp; only the top-left corner carries
   a shade, like light falling from the right */
.marketing .hero {
  background:
    radial-gradient(ellipse 1000px 640px at 10% 6%, rgba(28, 31, 32, .13), transparent 62%),
    linear-gradient(180deg, #fcfcfb 0%, #f0f0ef 50%, #dfdfdf 100%);
}

/* overlay cards float on shadow alone */
.marketing .float-card { border: 0; }
.marketing .load-trace { border: 0; }

/* the nav is glass, not a bar: the page reads through it */
.marketing .top { background: rgba(249, 249, 246, .3); }
.marketing .top.is-scrolled { background: rgba(249, 249, 246, .48); }

/* the download pill: the badge's apple, the nav's own shape */
.marketing .launch-status { font-size: 13px; font-weight: 640; letter-spacing: -.01em; }
.marketing .apple-glyph { height: 15px; width: auto; display: block; margin-top: -1px; }
