@font-face {
  font-family: "Inter";
  src: url("../dist/assets/inter-latin-400-normal-C38fXH4l.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../dist/assets/inter-latin-600-normal-LgqL8muc.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../dist/assets/inter-latin-700-normal-Yt3aPRUw.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../dist/assets/space-grotesk-latin-500-normal-lFbtlQH6.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../dist/assets/space-grotesk-latin-600-normal-DjKNqYRj.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../dist/assets/space-grotesk-latin-700-normal-RjhwGPKo.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  font-family: Inter, system-ui, sans-serif;
  color: #171817;
  background: #f7f6f2;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --paper: #f7f6f2;
  --paper-strong: #eeece6;
  --white: #fff;
  --ink: #171817;
  --dark: #11120f;
  --muted: #686a65;
  --muted-dark: #a3a49f;
  --line: rgba(23, 24, 23, .14);
  --line-dark: rgba(255, 255, 255, .16);
  --orange: #ef6a24;
  --orange-dark: #cf4f11;
  --signal: #b9dfe8;
  --max: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

body.video-open {
  overflow: hidden;
}

button,
a {
  font: inherit;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 3px solid rgba(239, 106, 36, .42);
  outline-offset: 3px;
}

.site-shell {
  overflow: hidden;
  background: var(--paper);
}

.page-width {
  width: min(var(--max), calc(100% - 64px));
  margin: 0 auto;
}

.display {
  font-family: "Space Grotesk", Inter, sans-serif;
  letter-spacing: -.055em;
}

.eyebrow {
  margin: 0 0 17px;
  color: var(--orange);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 20px;
  border: 1px solid transparent;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
}

.button-primary:hover {
  border-color: var(--orange-dark);
  background: var(--orange-dark);
}

.button-secondary {
  border-color: rgba(23, 24, 23, .42);
  color: var(--ink);
}

.button-secondary:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.button-on-dark {
  border-color: rgba(255, 255, 255, .36);
  color: #fff;
}

.button-on-dark:hover {
  border-color: #fff;
  background: #fff;
  color: var(--dark);
}

.arrow {
  font-size: 16px;
  line-height: 1;
}

.product-hero {
  width: min(var(--max), calc(100% - 64px));
  margin: 0 auto;
  padding: 148px 0 72px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
}

.breadcrumb a:hover {
  color: var(--ink);
}

.hero-grid {
  display: grid;
  grid-template-columns: .96fr 1.04fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 64px 60px 0;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 25px;
}

.hero-tags span {
  padding: 7px 9px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
}

.hero-title {
  max-width: 740px;
  margin: 0;
  font-size: clamp(63px, 7.5vw, 111px);
  line-height: .82;
  font-weight: 600;
}

.hero-title span {
  display: block;
  margin-top: 15px;
  color: var(--orange);
  font-size: .56em;
  line-height: .92;
  letter-spacing: -.04em;
}

.hero-kicker {
  max-width: 570px;
  margin: 34px 0 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 500;
}

.hero-lead {
  max-width: 580px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.82;
}

.hero-commerce {
  margin-top: 31px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
}

.commerce-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 13px;
}

.commerce-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}

.commerce-price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
}

.commerce-price {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.04em;
}

.commerce-compare {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.commerce-secure {
  max-width: 190px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
  text-align: right;
}

.commerce-actions {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 8px;
}

.commerce-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.commerce-note::before {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  margin-top: 6px;
  background: var(--orange);
  content: "";
}

.hero-notice {
  margin: 22px 0 0;
  padding: 15px 16px;
  border-left: 3px solid var(--orange);
  background: rgba(239, 106, 36, .07);
  color: #52534f;
  font-size: 11px;
  line-height: 1.7;
}

.hero-gallery {
  min-width: 0;
  padding: 0 0 0 32px;
  border-left: 1px solid var(--line);
}

.gallery-stage {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #eceae4;
}

.gallery-stage img {
  width: 100%;
  height: 650px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: opacity 180ms ease;
}

.gallery-stage img.is-cover {
  object-fit: cover;
  mix-blend-mode: normal;
}

.gallery-caption {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 9px;
  background: rgba(247, 246, 242, .9);
  color: var(--muted);
  font: 700 9px/1 "Space Grotesk", sans-serif;
  letter-spacing: .1em;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  padding-top: 8px;
}

.gallery-thumb {
  position: relative;
  aspect-ratio: 1 / .72;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  background: #e7e5df;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-thumb:hover {
  border-color: rgba(239, 106, 36, .45);
}

.gallery-thumb[aria-current="true"] {
  border-color: var(--orange);
  box-shadow: inset 0 0 0 2px rgba(247, 246, 242, .92);
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 46px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-fact {
  min-height: 116px;
  padding: 24px 23px 22px 0;
}

.quick-fact + .quick-fact {
  padding-left: 23px;
  border-left: 1px solid var(--line);
}

.quick-fact small {
  display: block;
  color: var(--orange);
  font: 700 8px/1 "Space Grotesk", sans-serif;
  letter-spacing: .13em;
}

.quick-fact strong {
  display: block;
  margin-top: 20px;
  font: 600 17px/1.2 "Space Grotesk", sans-serif;
  letter-spacing: -.025em;
}

.section {
  width: min(var(--max), calc(100% - 64px));
  margin: 0 auto;
  padding: 108px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  align-items: end;
  gap: 72px;
  margin-bottom: 52px;
}

.section-heading h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(41px, 4.7vw, 66px);
  line-height: 1.01;
  font-weight: 600;
}

.section-heading > p {
  max-width: 520px;
  justify-self: end;
  margin: 0;
  color: var(--muted);
  line-height: 1.82;
}

.mode-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.mode-panel {
  min-width: 0;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  padding: 38px 42px 42px 0;
}

.mode-panel + .mode-panel {
  padding-right: 0;
  padding-left: 42px;
  border-left: 1px solid var(--line);
}

.mode-index {
  color: var(--orange);
  font: 700 10px/1 "Space Grotesk", sans-serif;
  letter-spacing: .13em;
}

.mode-panel h3 {
  max-width: 510px;
  margin: 62px 0 0;
  font: 600 clamp(35px, 4vw, 55px)/.98 "Space Grotesk", sans-serif;
  letter-spacing: -.055em;
}

.mode-panel > p {
  max-width: 500px;
  margin: 23px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.mode-visual {
  min-height: 200px;
  display: grid;
  margin-top: auto;
  border: 1px solid var(--line);
  background: #fff;
}

.mono-demo {
  padding: 20px;
  background: #e9e9e5;
}

.mono-screen {
  min-height: 158px;
  border: 2px solid var(--ink);
  background: #f8f8f4;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.mono-status {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 11px;
  border-bottom: 2px solid var(--ink);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
}

.mono-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(110px, .55fr);
}

.mono-list {
  display: grid;
  padding: 9px;
  border-right: 2px solid var(--ink);
}

.mono-list span {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 8px;
  font-size: 9px;
  line-height: 1.2;
}

.mono-list span + span {
  border-top: 1px solid var(--ink);
}

.mono-list b {
  min-width: 22px;
  font-size: 13px;
}

.mono-list .is-current {
  background: var(--ink);
  color: #fff;
}

.mono-metric {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
}

.mono-metric small,
.mono-metric span {
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .07em;
}

.mono-metric strong {
  margin: 10px 0;
  font: 700 28px/1 "Space Grotesk", sans-serif;
  letter-spacing: -.06em;
}

.gray-demo {
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(2, minmax(96px, 1fr));
  overflow: hidden;
  border-color: var(--ink);
}

.gray-demo span {
  position: relative;
  min-height: 96px;
}

.gray-demo span:nth-child(1) { background: #000; }
.gray-demo span:nth-child(2) { background: #111; }
.gray-demo span:nth-child(3) { background: #222; }
.gray-demo span:nth-child(4) { background: #333; }
.gray-demo span:nth-child(5) { background: #444; }
.gray-demo span:nth-child(6) { background: #555; }
.gray-demo span:nth-child(7) { background: #666; }
.gray-demo span:nth-child(8) { background: #777; }
.gray-demo span:nth-child(9) { background: #888; }
.gray-demo span:nth-child(10) { background: #999; }
.gray-demo span:nth-child(11) { background: #aaa; }
.gray-demo span:nth-child(12) { background: #bbb; }
.gray-demo span:nth-child(13) { background: #ccc; }
.gray-demo span:nth-child(14) { background: #ddd; }
.gray-demo span:nth-child(15) { background: #eee; }
.gray-demo span:nth-child(16) { background: #fff; }

.gray-demo span::after {
  position: absolute;
  right: 7px;
  bottom: 6px;
  color: #fff;
  content: attr(data-level);
  font: 700 7px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.gray-demo span:nth-child(n + 9)::after {
  color: #111;
}

.mode-note {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}

.dark-band {
  background: var(--dark);
  color: #f4f2ec;
}

.dark-inner {
  width: min(var(--max), calc(100% - 64px));
  margin: 0 auto;
  padding: 112px 0;
}

.dark-heading {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: end;
  gap: 76px;
}

.dark-heading h2 {
  margin: 0;
  font-size: clamp(43px, 5vw, 70px);
  line-height: .99;
  font-weight: 600;
}

.dark-heading > p {
  max-width: 520px;
  justify-self: end;
  margin: 0;
  color: var(--muted-dark);
  line-height: 1.82;
}

.demo-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 64px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.demo-step {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 28px 28px 28px 0;
}

.demo-step + .demo-step {
  padding-left: 28px;
  border-left: 1px solid var(--line-dark);
}

.demo-step small {
  color: var(--orange);
  font: 700 9px/1 "Space Grotesk", sans-serif;
  letter-spacing: .13em;
}

.demo-step strong {
  margin-top: 42px;
  font: 500 28px/1.12 "Space Grotesk", sans-serif;
  letter-spacing: -.04em;
}

.demo-step p {
  margin: 15px 0 0;
  color: var(--muted-dark);
  font-size: 13px;
  line-height: 1.75;
}

.box-row {
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  gap: 72px;
  margin-top: 45px;
}

.box-row h3 {
  margin: 0;
  font: 600 28px/1.08 "Space Grotesk", sans-serif;
  letter-spacing: -.04em;
}

.box-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line-dark);
}

.box-item {
  min-height: 122px;
  padding: 22px 20px 20px 0;
  border-bottom: 1px solid var(--line-dark);
}

.box-item:nth-child(even) {
  padding-left: 20px;
  border-left: 1px solid var(--line-dark);
}

.box-item small {
  display: block;
  color: #777873;
  font: 700 8px/1 "Space Grotesk", sans-serif;
  letter-spacing: .12em;
}

.box-item strong {
  display: block;
  margin-top: 23px;
  font-size: 14px;
}

.video-showcase {
  min-height: 100svh;
  display: flex;
  align-items: center;
  background: #090a08;
  color: #f4f2ec;
}

.video-inner {
  width: min(var(--max), calc(100% - 64px));
  margin: 0 auto;
  padding: clamp(66px, 8vh, 102px) 0;
}

.video-heading {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: end;
  gap: 72px;
  margin-bottom: 38px;
}

.video-heading h2 {
  margin: 0;
  font-size: clamp(45px, 5.2vw, 75px);
  line-height: .98;
  font-weight: 600;
}

.video-title-line {
  display: block;
  white-space: nowrap;
}

.video-heading > p {
  max-width: 530px;
  justify-self: end;
  margin: 0;
  color: var(--muted-dark);
  line-height: 1.8;
}

.video-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.06fr) minmax(280px, .94fr);
  gap: 28px;
}

.video-main {
  min-width: 0;
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background: #000;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #000;
  color: #fff;
  cursor: pointer;
}

.video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .88;
  transition: opacity 220ms ease, transform 420ms ease;
}

.video-poster:hover img {
  opacity: 1;
  transform: scale(1.018);
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  background: var(--orange);
  transform: translate(-50%, -50%);
  transition: background 160ms ease, transform 160ms ease;
}

.video-poster:hover .video-play {
  background: var(--orange-dark);
  transform: translate(-50%, -50%) scale(1.05);
}

.video-play svg {
  width: 27px;
  height: 27px;
  margin-left: 4px;
  fill: currentColor;
}

.video-poster-caption {
  position: absolute;
  right: 19px;
  bottom: 17px;
  left: 19px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font: 700 9px/1 "Space Grotesk", sans-serif;
  letter-spacing: .12em;
}

.video-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .68fr);
  gap: 34px;
  padding-top: 22px;
}

.video-meta small {
  display: block;
  margin-bottom: 10px;
  color: var(--orange);
  font: 700 9px/1 "Space Grotesk", sans-serif;
  letter-spacing: .12em;
}

.video-meta h3 {
  margin: 0;
  font: 550 clamp(22px, 2.1vw, 31px)/1.16 "Space Grotesk", sans-serif;
  letter-spacing: -.035em;
}

.video-meta-side p {
  margin: 0;
  color: var(--muted-dark);
  font-size: 11px;
  line-height: 1.7;
}

.video-meta-side a {
  display: inline-block;
  margin-top: 14px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(239, 106, 36, .7);
  text-underline-offset: 4px;
}

.video-meta-side a:hover {
  color: var(--orange);
}

.video-playlist {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.video-playlist-head {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #777873;
  font: 700 9px/1 "Space Grotesk", sans-serif;
  letter-spacing: .12em;
}

.video-choice {
  position: relative;
  display: grid;
  grid-template-columns: 28px 102px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  width: 100%;
  padding: 17px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: transparent;
  color: #f4f2ec;
  text-align: left;
  cursor: pointer;
}

.video-choice::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  content: "";
}

.video-choice:hover::after,
.video-choice[aria-pressed="true"]::after {
  transform: scaleX(1);
}

.video-choice-index {
  align-self: start;
  padding-top: 2px;
  color: var(--orange);
  font: 700 9px/1 "Space Grotesk", sans-serif;
}

.video-choice-thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #222;
}

.video-choice-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-choice-copy small {
  display: block;
  color: #777873;
  font: 700 8px/1.2 "Space Grotesk", sans-serif;
  letter-spacing: .09em;
}

.video-choice-copy strong {
  display: block;
  margin-top: 8px;
  font: 550 13px/1.3 "Space Grotesk", sans-serif;
  letter-spacing: -.015em;
}

.video-library-note {
  margin: auto 0 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #777873;
  font-size: 11px;
  line-height: 1.7;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.project {
  min-width: 0;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 29px 28px 28px;
  border-bottom: 1px solid var(--line);
}

.project:nth-child(3n + 2),
.project:nth-child(3n + 3) {
  border-left: 1px solid var(--line);
}

.project-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font: 700 8px/1 "Space Grotesk", sans-serif;
  letter-spacing: .11em;
}

.project-image {
  position: relative;
  width: calc(100% - 80px);
  min-width: 0;
  max-width: calc(100% - 80px);
  aspect-ratio: 4 / 3;
  margin: 31px 40px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.project-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  transition: opacity 220ms ease;
}

.project:hover .project-image img {
  opacity: .94;
}

.project-image-generated img {
  object-position: 50% 50%;
}

.project h3 {
  min-height: 55px;
}

.project h3 {
  margin: 28px 0 0;
  font: 600 25px/1.1 "Space Grotesk", sans-serif;
  letter-spacing: -.04em;
}

.project > p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.72;
}

.project a {
  margin-top: auto;
  padding-top: 22px;
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 700;
}

.concept-note {
  display: grid;
  grid-template-columns: .63fr 1.37fr;
  gap: 72px;
  margin-top: 52px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.concept-note h3 {
  margin: 0;
  font: 600 28px/1.1 "Space Grotesk", sans-serif;
  letter-spacing: -.04em;
}

.concept-note p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  line-height: 1.82;
}

.hardware-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--paper-strong);
}

.hardware-media {
  min-height: 760px;
  overflow: hidden;
}

.hardware-media img {
  width: 100%;
  height: 760px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.hardware-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 92px clamp(44px, 7vw, 112px);
  border-left: 1px solid var(--line);
}

.hardware-copy h2 {
  max-width: 600px;
  margin: 0;
  font-size: clamp(42px, 5vw, 70px);
  line-height: .98;
  font-weight: 600;
}

.title-line {
  display: block;
  white-space: nowrap;
}

.hardware-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.82;
}

.hardware-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 45px;
  border-top: 1px solid var(--line);
}

.hardware-list div {
  min-height: 105px;
  padding: 22px 18px 18px 0;
  border-bottom: 1px solid var(--line);
}

.hardware-list div:nth-child(even) {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.hardware-list small {
  display: block;
  color: var(--orange-dark);
  font: 700 8px/1 "Space Grotesk", sans-serif;
  letter-spacing: .12em;
}

.hardware-list strong {
  display: block;
  margin-top: 19px;
  font-size: 13px;
}

.open-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 72px;
  align-items: start;
}

.open-copy h2 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(41px, 4.7vw, 66px);
  line-height: 1.01;
  font-weight: 600;
}

.open-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.82;
}

.open-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 31px;
}

.code-panel {
  min-height: 490px;
  background: var(--dark);
  color: #f4f2ec;
}

.code-head {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 22px;
  border-bottom: 1px solid var(--line-dark);
  color: #777873;
  font: 700 8px/1 "Space Grotesk", sans-serif;
  letter-spacing: .12em;
}

.code-panel pre {
  margin: 0;
  padding: 35px 28px;
  overflow: auto;
  color: #d9dad4;
  font: 13px/1.95 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.code-panel .code-orange {
  color: var(--orange);
}

.build-path {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 68px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.build-step {
  min-height: 200px;
  padding: 27px 23px 22px 0;
}

.build-step + .build-step {
  padding-left: 23px;
  border-left: 1px solid var(--line);
}

.build-step small {
  color: var(--orange);
  font: 700 9px/1 "Space Grotesk", sans-serif;
  letter-spacing: .12em;
}

.build-step strong {
  display: block;
  margin-top: 34px;
  font: 600 23px/1.1 "Space Grotesk", sans-serif;
  letter-spacing: -.04em;
}

.build-step p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}

.spec-layout {
  display: grid;
  grid-template-columns: .66fr 1.34fr;
  gap: 74px;
  align-items: start;
}

.spec-copy {
  position: sticky;
  top: 120px;
}

.spec-copy h2 {
  margin: 0;
  font-size: clamp(41px, 4.6vw, 64px);
  line-height: 1.01;
  font-weight: 600;
}

.spec-copy p:last-child {
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.spec-groups {
  border-top: 1px solid var(--line);
}

.spec-group {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.spec-group h3 {
  margin: 0;
  font: 600 18px/1.2 "Space Grotesk", sans-serif;
  letter-spacing: -.025em;
}

.spec-list {
  margin: 0;
}

.spec-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 8px 0;
}

.spec-row dt {
  color: var(--muted);
  font-size: 11px;
}

.spec-row dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.choice-band {
  background: var(--dark);
  color: #f4f2ec;
}

.choice-inner {
  width: min(var(--max), calc(100% - 64px));
  margin: 0 auto;
  padding: 112px 0;
}

.choice-heading {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 72px;
  align-items: end;
}

.choice-heading h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 70px);
  line-height: .98;
  font-weight: 600;
}

.choice-heading p:last-child {
  max-width: 550px;
  justify-self: end;
  margin: 0;
  color: var(--muted-dark);
  line-height: 1.8;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 62px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.choice-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 28px 28px 27px 0;
}

.choice-card + .choice-card {
  padding-left: 28px;
  border-left: 1px solid var(--line-dark);
}

.choice-card small {
  color: var(--orange);
  font: 700 9px/1 "Space Grotesk", sans-serif;
  letter-spacing: .12em;
}

.choice-card h3 {
  margin: 47px 0 0;
  font: 600 31px/1 "Space Grotesk", sans-serif;
  letter-spacing: -.04em;
}

.choice-card p {
  margin: 17px 0 0;
  color: var(--muted-dark);
  font-size: 12px;
  line-height: 1.72;
}

.choice-card a,
.choice-current {
  margin-top: auto;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.choice-current {
  color: var(--orange);
}

.notice-panel {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 74px;
  padding: 40px;
  border: 1px solid var(--line);
  background: #fff;
}

.notice-panel h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
  font-weight: 600;
}

.notice-copy > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.notice-copy h3 {
  margin: 30px 0 0;
  font: 600 21px/1.2 "Space Grotesk", sans-serif;
  letter-spacing: -.03em;
}

.notice-copy h3 + p {
  margin-top: 11px;
}

.faq {
  margin-top: 76px;
}

.faq-title {
  max-width: 700px;
  margin: 0 0 40px;
  font-size: clamp(40px, 4.5vw, 62px);
  line-height: 1;
  font-weight: 600;
}

.faq-item {
  border-top: 1px solid var(--line);
}

.faq-item:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  position: relative;
  padding: 23px 52px 23px 0;
  list-style: none;
  font: 600 18px/1.3 "Space Grotesk", sans-serif;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  position: absolute;
  top: 20px;
  right: 4px;
  color: var(--orange);
  font-size: 26px;
  font-weight: 400;
  content: "+";
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  max-width: 870px;
  margin: -5px 0 25px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.closing {
  width: min(var(--max), calc(100% - 64px));
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 80px;
  align-items: end;
  margin: 0 auto;
  padding: 112px 0;
  border-top: 1px solid var(--line);
}

.closing h2 {
  margin: 0;
  font-size: clamp(47px, 6vw, 82px);
  line-height: .94;
  font-weight: 600;
}

.closing-side p {
  margin: 0;
  color: var(--muted);
  line-height: 1.82;
}

.closing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

@media (max-width: 1080px) {
  .hero-grid,
  .hardware-band {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-right: 0;
  }

  .hero-gallery {
    padding: 8px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .gallery-stage,
  .gallery-stage img {
    min-height: 560px;
    height: 560px;
  }

  .section-heading,
  .dark-heading,
  .video-heading,
  .choice-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-heading > p,
  .dark-heading > p,
  .video-heading > p,
  .choice-heading p:last-child {
    justify-self: start;
  }

  .video-grid,
  .open-grid,
  .spec-layout {
    grid-template-columns: 1fr;
  }

  .video-playlist {
    min-height: 250px;
  }

  .video-library-note {
    margin-top: 24px;
  }

  .project-grid {
    grid-template-columns: 1fr 1fr;
  }

  .project:nth-child(3n + 2),
  .project:nth-child(3n + 3) {
    border-left: 0;
  }

  .project:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .hardware-media,
  .hardware-media img {
    min-height: 620px;
    height: 620px;
  }

  .hardware-copy {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .spec-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  .page-width,
  .product-hero,
  .section,
  .dark-inner,
  .video-inner,
  .choice-inner,
  .closing {
    width: calc(100% - 40px);
  }

  .product-hero {
    padding: 106px 0 52px;
  }

  .breadcrumb {
    margin-bottom: 20px;
  }

  .hero-copy {
    padding: 42px 0 38px;
  }

  .hero-title {
    font-size: clamp(55px, 18vw, 76px);
  }

  .hero-title span {
    margin-top: 10px;
  }

  .hero-kicker {
    margin-top: 25px;
    font-size: 29px;
  }

  .commerce-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .commerce-secure {
    max-width: none;
    text-align: left;
  }

  .commerce-actions {
    grid-template-columns: 1fr;
  }

  .gallery-stage,
  .gallery-stage img {
    min-height: 500px;
    height: 500px;
  }

  .quick-facts {
    grid-template-columns: 1fr 1fr;
  }

  .quick-fact,
  .quick-fact + .quick-fact {
    min-height: 104px;
    padding: 20px 16px 18px 0;
    border-left: 0;
  }

  .quick-fact:nth-child(even) {
    padding-left: 16px;
    border-left: 1px solid var(--line);
  }

  .quick-fact:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .section,
  .dark-inner,
  .choice-inner,
  .closing {
    padding: 78px 0;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading h2,
  .dark-heading h2,
  .video-heading h2,
  .choice-heading h2 {
    font-size: 43px;
  }

  .video-title-line {
    display: inline;
    white-space: normal;
  }

  .mode-grid,
  .box-row,
  .concept-note,
  .notice-panel,
  .closing {
    grid-template-columns: 1fr;
  }

  .mode-panel,
  .mode-panel + .mode-panel {
    min-height: 500px;
    padding: 32px 0;
    border-left: 0;
  }

  .mode-panel + .mode-panel {
    border-top: 1px solid var(--line);
  }

  .mode-panel h3 {
    margin-top: 40px;
  }

  .demo-flow,
  .choice-grid {
    grid-template-columns: 1fr;
  }

  .demo-step,
  .demo-step + .demo-step,
  .choice-card,
  .choice-card + .choice-card {
    min-height: 210px;
    padding: 25px 0;
    border-left: 0;
  }

  .demo-step + .demo-step,
  .choice-card + .choice-card {
    border-top: 1px solid var(--line-dark);
  }

  .box-row,
  .concept-note {
    gap: 28px;
  }

  .box-items {
    grid-template-columns: 1fr 1fr;
  }

  .box-item:nth-child(even) {
    padding-left: 18px;
    border-left: 1px solid var(--line-dark);
  }

  .video-inner {
    padding: 68px 0;
  }

  .video-meta {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .video-choice {
    grid-template-columns: 24px 88px minmax(0, 1fr);
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

  .project,
  .project:nth-child(even),
  .project:nth-child(3n + 2),
  .project:nth-child(3n + 3) {
    min-height: 470px;
    padding: 27px 0;
    border-left: 0;
  }

  .hardware-media,
  .hardware-media img {
    min-height: 480px;
    height: 480px;
  }

  .hardware-copy {
    padding: 72px 20px;
  }

  .hardware-band,
  .hardware-media,
  .hardware-copy {
    min-width: 0;
    width: 100%;
  }

  .hardware-copy h2 .title-line {
    white-space: normal;
  }

  .hardware-copy h2,
  .open-copy h2,
  .spec-copy h2 {
    font-size: 43px;
  }

  .build-path {
    grid-template-columns: 1fr 1fr;
  }

  .build-step,
  .build-step + .build-step {
    min-height: 180px;
    padding: 24px 16px 20px 0;
    border-left: 0;
  }

  .build-step:nth-child(even) {
    padding-left: 16px;
    border-left: 1px solid var(--line);
  }

  .build-step:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .spec-group,
  .spec-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .notice-panel {
    gap: 28px;
    padding: 27px 22px;
  }

  .closing {
    gap: 34px;
  }

  .closing > *,
  .closing-side {
    min-width: 0;
  }

  .closing h2 .title-line {
    white-space: normal;
  }

  .closing h2 {
    font-size: 52px;
  }
}

@media (max-width: 390px) {
  .gallery-stage,
  .gallery-stage img {
    min-height: 370px;
    height: 370px;
  }

  .gallery-thumbs { gap: 5px; }

  .box-items,
  .hardware-list,
  .build-path {
    grid-template-columns: 1fr;
  }

  .box-item:nth-child(even),
  .hardware-list div:nth-child(even),
  .build-step:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

  .box-item + .box-item,
  .hardware-list div + div,
  .build-step + .build-step {
    border-top: 0;
  }

  .video-choice {
    grid-template-columns: 24px 1fr;
  }

  .video-choice-thumb {
    display: none;
  }

  .gray-demo {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, minmax(54px, 1fr));
  }

  .gray-demo span {
    min-height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
  }
}
