:root {
  --ink: #071d22;
  --ink-soft: #15363c;
  --paper: #eef2e9;
  --paper-warm: #f4efe4;
  --lime: #bff56c;
  --aqua: #68d8da;
  --orange: #ff744f;
  --line: rgba(7, 29, 34, .18);
  --header-height: 76px;
  color-scheme: light;
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-snap-type: y proximity; }
html.sell-passive-viewport { scroll-snap-type: none; }
body { margin: 0; background: var(--paper); color: var(--ink); overflow-x: hidden; }
button, a { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 100; padding: 12px 18px; background: #fff; color: var(--ink); border-radius: 999px; }
.skip-link:focus { top: 12px; }

.sell-header {
  position: fixed; inset: 0 0 auto; z-index: 50; height: var(--header-height); padding: 0 clamp(20px, 4vw, 66px);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
  background: rgba(238, 242, 233, .88); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px);
}
.sell-brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; color: inherit; text-decoration: none; }
.sell-brand-mark { width: 35px; height: 35px; position: relative; display: flex; align-items: center; justify-content: center; }
.sell-brand-mark::before, .sell-brand-mark::after { content: ""; position: absolute; width: 7px; height: 7px; background: var(--orange); border: 3px solid var(--ink); border-radius: 50%; }
.sell-brand-mark::before { left: 2px; bottom: 3px; }.sell-brand-mark::after { right: 2px; top: 3px; }
.sell-brand-mark i { display: block; width: 30px; height: 2px; background: var(--ink); transform: rotate(-43deg); }
.sell-brand strong { display: block; font-size: 15px; letter-spacing: -.02em; }
.sell-brand small { display: block; margin-top: 1px; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; opacity: .58; }
.sell-progress { display: flex; align-items: center; gap: 30px; }
.sell-progress a { position: relative; padding: 27px 0 24px; color: inherit; text-decoration: none; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; opacity: .42; transition: opacity .25s; }
.sell-progress a span { margin-right: 6px; color: var(--orange); }
.sell-progress a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 3px; background: var(--orange); transition: right .3s; }
.sell-progress a.is-active { opacity: 1; }.sell-progress a.is-active::after { right: 0; }
.sell-header-cta { justify-self: end; padding: 10px 15px; color: var(--paper); background: var(--ink); border-radius: 999px; text-decoration: none; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.sell-chapter { position: relative; min-height: 100svh; padding: calc(var(--header-height) + clamp(38px, 6vh, 76px)) clamp(24px, 6vw, 96px) clamp(50px, 7vh, 90px); scroll-snap-align: start; overflow: hidden; }
.sell-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.sell-kicker span { width: 42px; height: 3px; background: var(--orange); }
h1, h2 { margin: 0; max-width: 900px; font-size: clamp(56px, 8.5vw, 132px); line-height: .85; letter-spacing: -.075em; font-weight: 850; }
h2 { font-size: clamp(46px, 6.2vw, 96px); }
h1 em, h2 em { color: var(--orange); font-family: Georgia, serif; font-weight: 400; }

.sell-hero { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); align-items: center; gap: clamp(32px, 5vw, 90px); background: var(--paper); }
.sell-hero::before { content: "GRM"; position: absolute; left: -2vw; bottom: -8vw; color: rgba(7,29,34,.035); font-size: 38vw; line-height: .8; font-weight: 900; letter-spacing: -.12em; pointer-events: none; }
.sell-hero-copy { position: relative; z-index: 2; }
.sell-lede { max-width: 680px; margin: 30px 0; font-size: clamp(19px, 2vw, 29px); line-height: 1.38; letter-spacing: -.025em; }
.sell-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.sell-button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; text-decoration: none; font-size: 13px; font-weight: 900; letter-spacing: .04em; cursor: pointer; }
.sell-button-primary { background: var(--ink); color: white; }.sell-button-primary span { color: var(--lime); font-size: 18px; }
.sell-button-quiet:hover, .sell-button-quiet:focus-visible { background: #fff; }
.sell-proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 690px; margin: clamp(38px, 7vh, 76px) 0 0; border-top: 1px solid var(--line); }
.sell-proof-strip div { padding: 18px 15px 0 0; border-right: 1px solid var(--line); }.sell-proof-strip div + div { padding-left: 18px; }
.sell-proof-strip dt { font-size: 13px; font-weight: 900; }.sell-proof-strip dd { margin: 5px 0 0; font-size: 11px; line-height: 1.4; opacity: .58; }

.sell-device-stage { position: relative; min-height: min(86vh, 880px); display: grid; place-items: center; overflow-anchor: none; }
.sell-orbit { position: absolute; border: 1px solid rgba(7,29,34,.16); border-radius: 50%; }.sell-orbit-one { width: min(41vw, 620px); aspect-ratio: 1; }.sell-orbit-two { width: min(32vw, 480px); aspect-ratio: 1; border-style: dashed; animation: sell-spin 40s linear infinite; }
@keyframes sell-spin { to { transform: rotate(360deg); } }
.sell-phone { position: relative; z-index: 2; width: min(350px, 70vw); aspect-ratio: .52; padding: 10px; border: 3px solid var(--ink); border-radius: 48px; background: var(--ink); box-shadow: 0 35px 80px rgba(7,29,34,.22); transform: rotate(2.3deg); }
.sell-phone::before { content: ""; position: absolute; z-index: 5; top: 14px; left: 50%; width: 31%; height: 24px; transform: translateX(-50%); border-radius: 20px; background: var(--ink); }
.sell-phone-bar { height: 43px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; color: var(--paper); font-size: 9px; letter-spacing: .05em; }.sell-phone-bar strong { font-size: 10px; }
.sell-phone-map { position: relative; height: calc(100% - 55px); overflow: hidden; border-radius: 35px; background: #dce7db; }
.sell-phone-map svg { width: 100%; height: 100%; }
.sell-land-line { fill: none; stroke: rgba(7,29,34,.09); stroke-width: 18; }
.sell-route-shadow { fill: none; stroke: rgba(7,29,34,.18); stroke-width: 16; stroke-linecap: round; stroke-linejoin: round; }
.sell-route-line { fill: none; stroke: var(--ink); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 3 10; }
.sell-stations circle { fill: var(--paper); stroke: var(--ink); stroke-width: 4; }.sell-stations text { fill: var(--ink); font-size: 19px; font-weight: 800; }
.sell-map-train circle { fill: var(--lime); stroke: var(--ink); stroke-width: 5; }.sell-map-train path { fill: var(--ink); }
.sell-map-status { position: absolute; left: 14px; right: 14px; top: 15px; padding: 11px 13px; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.88); border: 1px solid rgba(7,29,34,.12); border-radius: 14px; backdrop-filter: blur(10px); }
.sell-live-dot { flex: 0 0 9px; width: 9px; height: 9px; background: #2fc468; border-radius: 50%; box-shadow: 0 0 0 5px rgba(47,196,104,.13); }
.sell-map-status small, .sell-map-status strong { display: block; }.sell-map-status small { font-size: 8px; font-weight: 900; letter-spacing: .06em; }.sell-map-status strong { margin-top: 2px; font-size: 11px; }
.sell-service-card { position: absolute; left: 14px; right: 14px; bottom: 15px; padding: 13px 14px 14px; color: #fff; background: var(--ink); border-radius: 17px; }
.sell-service-meta, .sell-service-journey { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 8px; }
.sell-service-meta small { color: var(--lime); font-size: 10px; line-height: 1; }.sell-service-meta small:nth-child(2) { text-align: center; }.sell-service-meta small:last-child { text-align: right; }
.sell-service-journey { margin-top: 7px; }.sell-service-journey strong { display: block; min-width: 0; font-size: 13px; line-height: 1.16; }.sell-service-journey strong:last-child { text-align: right; }.sell-service-journey > span { color: var(--orange); font-size: 23px; line-height: 1; }
.sell-phone-home { width: 35%; height: 4px; margin: 7px auto 0; background: rgba(255,255,255,.65); border-radius: 9px; }
.sell-fact-card { position: absolute; z-index: 3; width: 145px; padding: 15px; border: 2px solid var(--ink); background: var(--paper-warm); box-shadow: 7px 7px 0 var(--ink); transform: rotate(-4deg); }
.sell-fact-card small, .sell-fact-card strong, .sell-fact-card span { display: block; }.sell-fact-card small { font-size: 8px; font-weight: 900; letter-spacing: .1em; }.sell-fact-card strong { margin: 6px 0 2px; font-size: 17px; }.sell-fact-card span { font-family: ui-monospace, monospace; font-size: 11px; opacity: .62; }
.sell-fact-card-one { left: 1%; top: 28%; }.sell-fact-card-two { right: 0; bottom: 22%; transform: rotate(4deg); background: var(--aqua); }
.sell-archive-caption { position: absolute; z-index: 3; left: 50%; bottom: 0; width: min(360px, 86vw); margin: 0; transform: translateX(-50%); text-align: center; font-size: 12px; font-weight: 850; letter-spacing: .035em; }
.sell-archive-caption strong, .sell-archive-caption span { display: block; }.sell-archive-caption strong { margin-bottom: 4px; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }.sell-archive-caption span { font-weight: 750; opacity: .68; }

.sell-live-demo { padding: calc(var(--header-height) + 52px) clamp(20px, 5vw, 80px) 72px; background: var(--paper-warm); }
.sell-live-demo-heading { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.sell-live-demo-heading .sell-kicker { justify-content: center; }.sell-live-demo-heading > p:last-child { margin: 18px auto 0; line-height: 1.55; opacity: .68; }
.sell-live-demo-layout { display: grid; grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr); align-items: center; gap: clamp(22px, 4vw, 64px); max-width: 1180px; margin: 0 auto; }
.sell-live-phone { position: relative; width: min(430px, calc(82svh * 430 / 932), calc(100vw - 40px)); aspect-ratio: 430 / 932; padding: 7px; overflow: hidden; border: 3px solid var(--ink); border-radius: 44px; background: var(--ink); box-shadow: 0 28px 70px rgba(7,29,34,.22); }
.sell-live-phone iframe { display: block; width: 100%; height: 100%; border: 0; border-radius: 35px; background: #dce7db; }
.sell-demo-return { position: absolute; z-index: 5; top: 18px; left: 18px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; color: white; background: rgba(7,29,34,.9); font-size: 11px; font-weight: 850; box-shadow: 0 3px 12px rgba(0,0,0,.22); cursor: pointer; }
.sell-demo-return[hidden] { display: none; }
.sell-demo-control-group { min-width: 0; margin: 0; padding: 0; border: 0; }
.sell-demo-control-group legend { margin-bottom: 12px; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.sell-demo-control-buttons { display: grid; gap: 8px; }
.sell-demo-control-buttons button { min-height: 42px; padding: 8px 15px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); background: transparent; font: inherit; font-size: 12px; font-weight: 850; cursor: pointer; }
.sell-demo-control-buttons button[aria-pressed="true"] { color: white; background: var(--ink); }
.sell-demo-level-copy { margin: 4px 5px; font-size: 12px; font-weight: 650; line-height: 1.45; opacity: .72; }
.sell-demo-level-separator { display: flex; align-items: center; gap: 9px; margin: 5px 4px; }
.sell-demo-level-separator::before, .sell-demo-level-separator::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.sell-demo-level-separator span { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }
.sell-demo-comparison { max-width: 920px; margin: 48px auto 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.42); }
.sell-demo-comparison table { width: 100%; min-width: 0; border-collapse: collapse; table-layout: fixed; }
.sell-demo-comparison th, .sell-demo-comparison td { padding: 14px 18px; border-bottom: 1px solid var(--line); text-align: center; font-size: 12px; }
.sell-demo-comparison th:first-child { width: 34%; text-align: left; }
.sell-demo-comparison thead th:not(:first-child) { width: 22%; overflow-wrap: anywhere; }
.sell-demo-comparison thead th { background: rgba(7,29,34,.06); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.sell-demo-comparison tbody th { font-weight: 800; }
.sell-demo-comparison tbody td span { color: #168449; font-size: 17px; font-weight: 900; }
.sell-demo-comparison tbody tr:last-child th, .sell-demo-comparison tbody tr:last-child td { border-bottom: 0; }
.sell-demo-message { max-width: min(390px, calc(100vw - 32px)); padding: 24px; border: 2px solid var(--ink); border-radius: 20px; color: var(--ink); background: var(--paper); box-shadow: 10px 10px 0 var(--ink); }
.sell-demo-message::backdrop { background: rgba(7,29,34,.48); backdrop-filter: blur(3px); }
.sell-demo-message h2 { font-size: 25px; }.sell-demo-message p { line-height: 1.5; }
.sell-demo-message > div { display: flex; justify-content: flex-end; gap: 8px; margin-top: 20px; }
.sell-demo-message button { padding: 10px 14px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; font-weight: 800; cursor: pointer; }.sell-demo-message [data-demo-show-me] { color: white; background: var(--ink); }

.sell-story { background: var(--ink); color: var(--paper); display: grid; grid-template-columns: minmax(300px, .68fr) minmax(560px, 1.32fr); align-items: center; gap: clamp(45px, 7vw, 110px); }
.sell-story .sell-kicker span { background: var(--lime); }.sell-story h2 em { color: var(--lime); }.sell-story-heading > p:last-child { max-width: 580px; margin: 30px 0 0; color: rgba(238,242,233,.67); font-size: clamp(17px, 1.6vw, 23px); line-height: 1.55; }
.sell-story-demo { min-width: 0; }
.sell-demo-tabs { display: flex; gap: 8px; margin-bottom: 14px; }
.sell-demo-tabs button { padding: 10px 17px; border: 1px solid rgba(238,242,233,.22); border-radius: 999px; color: var(--paper); background: transparent; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.sell-demo-tabs button[aria-selected="true"] { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.sell-demo-window { position: relative; min-height: 590px; border: 1px solid rgba(238,242,233,.23); border-radius: 28px; background: #102c32; box-shadow: 0 30px 90px rgba(0,0,0,.28); overflow: hidden; }
.sell-demo-window::before { content: ""; position: absolute; z-index: 5; top: 18px; left: 22px; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 14px 0 0 #eecf60, 28px 0 0 #6fd19a; }
.sell-demo-panel { position: absolute; inset: 0; padding: 60px clamp(25px, 4vw, 55px) 34px; animation: sell-panel-in .35s ease-out; }
@keyframes sell-panel-in { from { opacity: 0; transform: translateY(12px); } }
.sell-mini-map { height: 360px; border-radius: 19px; background: #d9e5d9; overflow: hidden; }.sell-mini-map svg { width: 100%; height: 100%; }.sell-mini-map path:first-child { fill: none; stroke: rgba(7,29,34,.12); stroke-width: 40; }.sell-mini-route { fill: none; stroke: var(--ink); stroke-width: 7; stroke-dasharray: 4 13; }.sell-mini-nodes circle { fill: var(--paper); stroke: var(--ink); stroke-width: 5; }.sell-mini-train circle { fill: var(--lime); stroke: var(--ink); stroke-width: 4; }.sell-mini-train path { fill: var(--ink); }
.sell-demo-caption { position: absolute; left: clamp(42px, 7vw, 92px); top: 280px; padding: 16px 20px; color: var(--ink); background: rgba(255,255,255,.93); border-radius: 14px; box-shadow: 0 12px 35px rgba(7,29,34,.2); }.sell-demo-caption span, .sell-demo-caption strong { display: block; }.sell-demo-caption span { color: #a43e27; font-size: 8px; font-weight: 900; letter-spacing: .12em; }.sell-demo-caption strong { margin-top: 5px; font-size: 18px; }.sell-demo-caption p { margin: 3px 0 0; font-size: 11px; opacity: .64; }
.sell-demo-callout { position: absolute; left: clamp(25px, 4vw, 55px); right: clamp(25px, 4vw, 55px); bottom: 30px; display: grid; grid-template-columns: 120px 1fr; gap: 22px; align-items: start; border-top: 1px solid rgba(238,242,233,.2); padding-top: 18px; }.sell-demo-callout small { color: var(--aqua); font-size: 9px; font-weight: 900; letter-spacing: .11em; }.sell-demo-callout p { margin: 0; font-size: 13px; line-height: 1.48; color: rgba(238,242,233,.73); }
.sell-formation-heading span, .sell-formation-heading strong, .sell-formation-heading p { display: block; }.sell-formation-heading span { color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .12em; }.sell-formation-heading strong { margin-top: 7px; font-size: clamp(23px, 3vw, 38px); }.sell-formation-heading p { margin: 3px 0 0; color: rgba(238,242,233,.55); font-size: 12px; }
.sell-formation { margin: 85px 0 22px; display: flex; align-items: end; gap: 3px; }.sell-direction { align-self: center; margin-right: 8px; color: var(--lime); font-size: 33px; }.sell-vehicle { position: relative; flex: 1; min-width: 56px; height: 62px; padding: 19px 7px 0; display: flex; justify-content: space-around; border: 3px solid var(--paper); border-radius: 6px 6px 2px 2px; }.sell-vehicle::before, .sell-vehicle::after { content: ""; position: absolute; bottom: -9px; width: 12px; height: 12px; background: var(--paper); border-radius: 50%; }.sell-vehicle::before { left: 9px; }.sell-vehicle::after { right: 9px; }.sell-vehicle i { width: 20%; height: 17px; border: 1px solid var(--paper); background: var(--aqua); }.sell-vehicle em { position: absolute; top: -35px; font-style: normal; font-size: 18px; }.sell-vehicle b { position: absolute; left: 0; right: 0; bottom: -32px; text-align: center; font-size: 11px; }.sell-vehicle-power { flex: .7; border-radius: 20px 5px 2px 2px; background: rgba(255,116,79,.12); }
.sell-formation-rule { display: flex; align-items: center; gap: 15px; margin: 47px 0 0 44px; }.sell-formation-rule span { height: 1px; flex: 1; background: rgba(238,242,233,.5); }.sell-formation-rule strong { font-size: 12px; white-space: nowrap; }
.sell-evidence-list { list-style: none; margin: 0; padding: 15px 0 0; }.sell-evidence-list li { display: grid; grid-template-columns: 58px 70px 1fr; gap: 12px; align-items: center; padding: 20px 0; border-bottom: 1px solid rgba(238,242,233,.12); }.sell-evidence-list time { font-family: ui-monospace, monospace; font-size: 13px; }.sell-evidence-list strong, .sell-evidence-list small { display: block; }.sell-evidence-list strong { font-size: 16px; }.sell-evidence-list small { margin-top: 4px; color: rgba(238,242,233,.52); }.sell-source { width: 56px; padding: 6px 0; text-align: center; border-radius: 4px; color: var(--ink); font-size: 9px; font-weight: 900; }.sell-source-trust { background: var(--lime); }.sell-source-wtt { background: #eecf60; }.sell-source-td { background: var(--aqua); }.sell-evidence-summary { margin-top: 25px; padding: 18px; display: flex; gap: 14px; align-items: center; color: var(--ink); background: var(--paper); border-radius: 12px; }.sell-evidence-summary span { width: 10px; height: 10px; background: #2fc468; border-radius: 50%; }.sell-evidence-summary p { margin: 0; font-size: 13px; }

.sell-access { display: grid; grid-template-columns: minmax(340px, .82fr) minmax(420px, 1.18fr); align-items: center; gap: clamp(45px, 8vw, 130px); background: var(--paper-warm); }
.sell-access::after { content: ""; position: absolute; width: 34vw; height: 34vw; right: -12vw; bottom: -15vw; border: 1px solid rgba(7,29,34,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(7,29,34,.025), 0 0 0 160px rgba(7,29,34,.018); }
.sell-access-copy { position: relative; z-index: 2; }.sell-access-copy > p[data-level-copy] { max-width: 580px; min-height: 82px; margin: 28px 0; font-size: clamp(17px, 1.7vw, 23px); line-height: 1.5; }
.sell-level-switcher { display: flex; width: fit-content; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.54); }.sell-level-switcher button { padding: 10px 15px; border: 0; border-radius: 999px; background: transparent; font-size: 11px; font-weight: 900; cursor: pointer; }.sell-level-switcher button small { margin-right: 5px; color: var(--orange); }.sell-level-switcher button.is-selected { color: white; background: var(--ink); }
.sell-capability-list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 22px; }.sell-capability-list li { display: flex; gap: 9px; align-items: center; font-size: 12px; font-weight: 750; transition: opacity .25s, filter .25s; }.sell-capability-list li span { color: #168449; font-weight: 900; }.sell-capability-list li.is-locked { opacity: .3; filter: grayscale(1); }.sell-capability-list li.is-locked span { color: inherit; }.sell-capability-list li.is-locked span::after { content: ""; }
.sell-access-visual { position: relative; z-index: 2; min-height: 650px; display: grid; place-items: center; }.sell-access-halo { position: absolute; width: min(45vw, 650px); aspect-ratio: 1; background: var(--aqua); border-radius: 50%; opacity: .35; }
.sell-access-card { position: relative; width: min(560px, 88vw); overflow: hidden; border: 3px solid var(--ink); border-radius: 25px; background: #fff; box-shadow: 16px 16px 0 var(--ink); transform: rotate(-1.5deg); }.sell-access-card header { height: 79px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }.sell-access-card header small, .sell-access-card header strong { display: block; }.sell-access-card header small { font-size: 8px; font-weight: 900; letter-spacing: .12em; }.sell-access-card header strong { margin-top: 4px; font-size: 23px; }.sell-access-card header > span { padding: 7px 10px; border: 1px solid var(--ink); border-radius: 999px; background: var(--lime); font-size: 9px; font-weight: 900; }
.sell-access-map { position: relative; height: 260px; overflow: hidden; background: #dfe9dd; }.sell-track { position: absolute; left: -10%; width: 120%; height: 6px; background: var(--ink); border-radius: 10px; }.sell-track::after { content: ""; position: absolute; inset: -9px 0; border-top: 2px dashed rgba(7,29,34,.24); border-bottom: 2px dashed rgba(7,29,34,.24); }.sell-track-a { top: 39%; transform: rotate(-10deg); }.sell-track-b { top: 68%; transform: rotate(15deg); }.sell-track-c { top: 25%; transform: rotate(38deg); }.sell-pin { position: absolute; width: 18px; height: 18px; border: 4px solid var(--ink); border-radius: 50%; background: var(--orange); }.sell-pin-a { left: 25%; top: 27%; }.sell-pin-b { left: 53%; top: 52%; background: var(--lime); }.sell-pin-c { right: 18%; bottom: 21%; background: var(--aqua); }
.sell-access-features { display: grid; grid-template-columns: repeat(3, 1fr); }.sell-access-features > div { min-height: 115px; padding: 18px; border-right: 1px solid var(--line); transition: opacity .25s, filter .25s, transform .25s; }.sell-access-features > div:last-child { border-right: 0; }.sell-access-features > div.is-locked { opacity: .25; filter: blur(1.5px) grayscale(1); transform: scale(.97); }.sell-access-features span, .sell-access-features strong, .sell-access-features small { display: block; }.sell-access-features span { color: #a43e27; font-size: 8px; font-weight: 900; letter-spacing: .12em; }.sell-access-features strong { margin-top: 8px; font-size: 13px; }.sell-access-features small { margin-top: 4px; font-size: 10px; opacity: .6; }
.sell-ios-note { position: absolute; right: -12px; bottom: 28px; padding: 13px 17px; display: flex; gap: 11px; align-items: center; color: #fff; background: var(--ink); border-radius: 13px; box-shadow: 7px 7px 0 var(--orange); transform: rotate(2deg); }.sell-ios-note > span { font-size: 24px; }.sell-ios-note p { margin: 0; font-size: 10px; line-height: 1.4; }.sell-ios-note strong { color: var(--lime); font-size: 11px; }
.sell-footer { position: absolute; left: clamp(24px, 6vw, 96px); right: clamp(24px, 6vw, 96px); bottom: 20px; z-index: 3; padding-top: 16px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); font-size: 10px; }.sell-footer strong, .sell-footer span { display: block; }.sell-footer span { margin-top: 3px; opacity: .55; }.sell-footer p { margin: 0; max-width: 420px; text-align: right; opacity: .55; }

@media (max-width: 1050px) {
  .sell-header { grid-template-columns: 1fr auto; }.sell-progress { display: none; }
  .sell-hero, .sell-story, .sell-access { grid-template-columns: 1fr; }
  .sell-hero { padding-top: calc(var(--header-height) + 52px); }.sell-device-stage { min-height: 790px; }
  .sell-orbit-one { width: min(78vw, 620px); }.sell-orbit-two { width: min(60vw, 480px); }
  .sell-story-heading { max-width: 760px; }.sell-demo-window { min-height: 570px; }
  .sell-access-visual { min-height: 620px; }.sell-access-halo { width: min(78vw, 650px); }
  .sell-footer { position: relative; left: auto; right: auto; bottom: auto; grid-column: 1; margin-top: 45px; }
  .sell-live-demo-layout { grid-template-columns: minmax(130px, 1fr) auto minmax(130px, 1fr); gap: 22px; }
}

@media (max-width: 650px) {
  :root { --header-height: 66px; }
  html { scroll-snap-type: none; }
  .sell-header { padding: 0 17px; }.sell-header-cta { font-size: 9px; padding: 9px 11px; }.sell-brand small { display: none; }
  .sell-chapter { min-height: auto; padding: calc(var(--header-height) + 48px) 20px 65px; }
  .sell-hero-copy { display: contents; }
  .sell-hero-copy > .sell-kicker { order: 1; }
  .sell-hero-copy > h1 { order: 2; }
  .sell-device-stage { order: 3; }
  .sell-hero-copy > .sell-lede { order: 4; }
  .sell-hero-copy > .sell-actions { order: 5; }
  .sell-hero-copy > .sell-proof-strip { order: 6; }
  h1 { font-size: clamp(54px, 18vw, 82px); }.sell-lede { font-size: 18px; }
  .sell-proof-strip { grid-template-columns: 1fr; }.sell-proof-strip div { padding: 13px 0; border-right: 0; border-bottom: 1px solid var(--line); }.sell-proof-strip div + div { padding-left: 0; }
  .sell-device-stage { min-height: 650px; place-items: start center; }.sell-phone { width: min(280px, 74vw); margin-top: 12px; }.sell-fact-card { width: 110px; padding: 12px; }.sell-fact-card strong { font-size: 14px; }.sell-fact-card-one { left: 0; top: 22%; }.sell-fact-card-two { right: 0; top: 44%; bottom: auto; }.sell-archive-caption { bottom: 8px; width: 100%; padding: 0 4px; font-size: 10px; line-height: 1.35; }.sell-archive-caption strong { font-size: 9px; }
  .sell-lede { margin-top: 20px; }.sell-actions { margin-top: 4px; }.sell-proof-strip { margin-top: 34px; }
  .sell-story { padding-bottom: 80px; }.sell-story-demo { margin: 0 -7px; }.sell-demo-tabs { overflow-x: auto; }.sell-demo-window { min-height: 545px; border-radius: 20px; }.sell-demo-panel { padding: 55px 18px 24px; }.sell-mini-map { height: 300px; }.sell-demo-caption { left: 34px; top: 245px; }.sell-demo-callout { left: 18px; right: 18px; bottom: 22px; grid-template-columns: 1fr; gap: 8px; }.sell-formation { margin-top: 75px; overflow-x: auto; padding-bottom: 20px; }.sell-vehicle { flex: 0 0 75px; }.sell-formation-rule { margin-left: 0; }.sell-evidence-list li { grid-template-columns: 50px 58px 1fr; }.sell-source { width: 52px; }
  .sell-level-switcher { width: 100%; }.sell-level-switcher button { flex: 1; padding-inline: 8px; }.sell-level-switcher button small { display: none; }.sell-capability-list { grid-template-columns: 1fr; }
  .sell-access-visual { min-height: 520px; }.sell-access-card { width: 94vw; }.sell-access-features { grid-template-columns: 1fr; }.sell-access-features > div { min-height: 74px; border-right: 0; border-bottom: 1px solid var(--line); }.sell-access-map { height: 210px; }.sell-ios-note { right: 1px; bottom: -15px; }
  .sell-footer { flex-direction: column; }.sell-footer p { text-align: left; }
  .sell-live-demo { padding: calc(var(--header-height) + 38px) 20px 55px; }.sell-live-demo-layout { grid-template-columns: 1fr; }.sell-demo-control-group { width: min(430px, 100%); margin: 0 auto; }.sell-demo-control-buttons { grid-template-columns: repeat(3, 1fr); }.sell-demo-control-group[data-demo-control="level"] .sell-demo-control-buttons { grid-template-columns: 1fr; }.sell-live-phone { grid-row: 2; }.sell-demo-control-group[data-demo-control="level"] { grid-row: 3; }
  .sell-demo-comparison { margin-top: 34px; border-radius: 14px; }
  .sell-demo-comparison th, .sell-demo-comparison td { padding: 10px 4px; font-size: 10px; line-height: 1.25; }
  .sell-demo-comparison th:first-child { width: 37%; padding-left: 8px; }
  .sell-demo-comparison thead th:not(:first-child) { width: 21%; }
  .sell-demo-comparison thead th { font-size: 7px; letter-spacing: .025em; }
  .sell-demo-comparison tbody td span { font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.sell-orbit-two { animation: none; }.sell-demo-panel { animation: none; }
}
