:root {
  color-scheme: light dark;
  --ink: #090b0c;
  --bone: #f2eee6;
  --paper: #f8f5ef;
  --muted-light: #68665f;
  --muted-dark: #aaa79f;
  --amber: #b56b16;
  --line-light: rgba(9, 11, 12, .16);
  --line-dark: rgba(242, 238, 230, .18);
  --header-height: 5.25rem;
  --page-pad: clamp(1.25rem, 4vw, 4.5rem);
  --ease: cubic-bezier(.2, .7, .15, 1);
  --scroll-velocity: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bone); }
body { margin: 0; overflow-x: hidden; background: var(--bone); color: var(--ink); font-family: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.console-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
figure, h1, h2, h3, p, ul, ol, dl, dd { margin: 0; }
ul, ol { padding: 0; }

.skip-link { position: fixed; z-index: 200; top: .75rem; left: .75rem; padding: .75rem 1rem; background: var(--bone); color: var(--ink); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; z-index: 120; top: 0; left: 0; width: 100%; height: 2px; background: transparent; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: #dc8b29; transform: scaleX(0); transform-origin: left center; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; display: grid; grid-template-columns: minmax(15rem, 1fr) auto minmax(15rem, 1fr); align-items: center; width: 100%; height: var(--header-height); padding: 0 var(--page-pad); color: var(--ink); transition: color .45s var(--ease), background-color .45s var(--ease), border-color .45s var(--ease); }
.site-header::after { position: absolute; right: var(--page-pad); bottom: 0; left: var(--page-pad); height: 1px; background: var(--line-light); content: ""; transition: background-color .45s var(--ease); }
.site-header[data-theme="light"] { background: var(--bone); }
.site-header[data-theme="dark"] { color: var(--bone); background: var(--ink); }
.site-header[data-theme="dark"]::after { background: var(--line-dark); }
.brand { display: inline-flex; align-items: center; gap: .75rem; width: max-content; font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.brand img { width: 1.45rem; height: 1.45rem; }
.header-nav { display: flex; align-items: center; gap: clamp(1.5rem, 3vw, 3.5rem); }
.header-nav a, .header-meta { font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .62rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.header-nav a { padding: .7rem 0; border-bottom: 1px solid transparent; transition: border-color .2s, opacity .2s; }
.header-nav a:hover { border-color: currentColor; }
.header-meta { display: flex; justify-content: flex-end; align-items: center; gap: 1.5rem; }
.motion-control, .console-trigger, .xray-trigger { min-width: 5.5rem; padding: .55rem 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; letter-spacing: inherit; text-transform: inherit; }
.xray-trigger { min-width: 2.4rem; color: var(--amber); }
.xray-trigger[aria-pressed="true"] { background: var(--amber); color: var(--ink); }
.console-trigger span { margin-left: .45rem; opacity: .55; }

.theme-light { background: var(--bone); color: var(--ink); }
.theme-dark { background: var(--ink); color: var(--bone); }
.kicker, .status, .product-number, .rail-label, .product-detail h3, .hero-foot, .site-footer { font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.kicker, .status { color: var(--amber); }

.hero { position: relative; display: grid; grid-template-columns: minmax(26rem, .9fr) minmax(34rem, 1.1fr); min-height: max(50rem, 100svh); padding: calc(var(--header-height) + clamp(3rem, 8vh, 8rem)) var(--page-pad) 6.5rem; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding-bottom: 2.5rem; }
.hero h1 { margin: 2.25rem 0 2.5rem; font-size: clamp(5rem, 8.1vw, 9.25rem); font-weight: 600; line-height: .82; letter-spacing: -.075em; }
.title-line { display: block; width: max-content; transform: translate3d(var(--kinetic-x, 0), var(--kinetic-y, 0), 0); transition: letter-spacing .8s var(--ease); will-change: transform; }
.title-line:nth-child(2) { margin-left: clamp(0rem, 1.4vw, 1.5rem); }
.title-line:nth-child(3) { margin-left: clamp(0rem, 2.8vw, 3rem); }
.hero:hover .title-line { letter-spacing: -.062em; }
.hero-intro { max-width: 34rem; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: clamp(.85rem, 1vw, 1rem); line-height: 1.65; }
.hero-visual { position: relative; align-self: center; height: min(66vw, 48rem); min-height: 36rem; margin-right: calc(var(--page-pad) * -1); overflow: hidden; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 50%; }
.hero-foot { position: absolute; right: var(--page-pad); bottom: 2rem; left: var(--page-pad); display: flex; justify-content: space-between; align-items: center; padding-top: 1rem; border-top: 1px solid var(--line-light); }
.hero-foot a { display: inline-flex; gap: 1rem; align-items: center; }
.hero-foot b { font-size: .9rem; }
.live-signal { display: inline-flex; align-items: center; gap: .65rem; }
.live-signal i { width: .45rem; height: .45rem; border: 1px solid var(--amber); border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 0 rgba(181, 107, 22, .3); animation: signal-pulse 2.4s var(--ease) infinite; }
.live-signal b { font: inherit; }

@keyframes signal-pulse {
  45% { box-shadow: 0 0 0 .4rem rgba(181, 107, 22, 0); }
  100% { box-shadow: 0 0 0 .4rem rgba(181, 107, 22, 0); }
}

.product-rail { position: sticky; z-index: 70; top: var(--header-height); display: grid; grid-template-columns: 10rem 1fr; align-items: center; min-height: 4.5rem; padding: 0 var(--page-pad); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); transition: transform .45s var(--ease), opacity .3s var(--ease); }
.product-rail.is-hidden { visibility: hidden; opacity: 0; transform: translateY(-110%); pointer-events: none; }
.product-rail ol { display: grid; grid-template-columns: repeat(7, minmax(5rem, 1fr)); list-style: none; }
.product-rail a { position: relative; display: flex; flex-direction: column; gap: .3rem; justify-content: center; min-height: 4.4rem; padding: .7rem .85rem; border-left: 1px solid var(--line-light); font-size: .76rem; transition: background-color .25s, color .25s; }
.product-rail a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--amber); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease); }
.product-rail small { font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .56rem; letter-spacing: .12em; }
.product-rail a:hover, .product-rail a[aria-current="true"] { background: var(--ink); color: var(--bone); }
.product-rail a[aria-current="true"]::after { transform: scaleX(var(--product-progress, 1)); }

.product-chapter { position: relative; display: grid; min-height: max(49rem, calc(100svh - var(--header-height) - 4.5rem)); overflow: hidden; isolation: isolate; scroll-margin-top: calc(var(--header-height) + 4.5rem); }
.product-chapter + .product-chapter { border-top: 1px solid currentColor; }
.product-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-start; width: min(54rem, 52vw); min-height: max(49rem, calc(100svh - var(--header-height) - 4.5rem)); padding: clamp(4.5rem, 7vh, 7rem) clamp(2rem, 5vw, 5.5rem) clamp(4.25rem, 7vh, 6.5rem) var(--page-pad); }
.product-heading { display: grid; grid-template-columns: 1fr auto; align-items: start; }
.product-number { color: var(--amber); opacity: 1; }
.product-heading .status { position: absolute; bottom: 2.6rem; left: var(--page-pad); }
.product-heading h2 { grid-column: 1 / -1; margin: clamp(2.5rem, 5vh, 4rem) 0 1.35rem; font-size: clamp(5rem, 8.8vw, 10.5rem); font-weight: 600; line-height: .8; letter-spacing: -.078em; transform: translate3d(var(--kinetic-x, 0), var(--kinetic-y, 0), 0); will-change: transform; }
.product-promise { grid-column: 1 / -1; max-width: 31rem; font-size: clamp(1.35rem, 2vw, 2.2rem); font-weight: 500; line-height: 1.06; letter-spacing: -.035em; }
.product-overview { max-width: 32.5rem; margin-top: clamp(2.75rem, 5vh, 4rem); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: clamp(.86rem, .94vw, 1rem); line-height: 1.75; }
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 2.25rem; max-width: 40rem; margin-top: clamp(3.5rem, 6vh, 5rem); padding-top: 1.6rem; border-top: 1px solid var(--line-light); }
.theme-dark .product-detail { border-color: var(--line-dark); }
.product-detail h3 { margin-bottom: .85rem; color: var(--amber); }
.product-detail p, .product-detail li { color: var(--muted-light); font-size: .83rem; line-height: 1.55; }
.theme-dark .product-detail p, .theme-dark .product-detail li { color: var(--muted-dark); }
.product-detail ul { padding-left: 1.05rem; }
.product-detail li + li { margin-top: .35rem; }
.product-visual { position: absolute; z-index: 1; inset: 0 0 0 36%; min-height: 100%; overflow: hidden; background: #d9d4ca; perspective: 1200px; pointer-events: none; }
.theme-dark .product-visual { background: #050607; }
.product-visual img { position: absolute; inset: -3%; width: 106%; max-width: none; height: 106%; object-fit: cover; object-position: center; transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.025); transition: transform 1.2s var(--ease); will-change: transform; }
.product-chapter:hover .product-visual img { transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.045); }

.js .product-visual.reveal, .js .hero-visual.reveal { opacity: 1; transform: none; clip-path: inset(7% 9% 7% 9%); transition: clip-path 1.35s var(--ease); }
.js .product-visual.reveal.is-visible, .js .hero-visual.reveal.is-visible { clip-path: inset(0); }

.product-experience, .product-story { display: contents; }

@supports (animation-timeline: view()) {
  .product-visual { animation: chapter-field both linear; animation-timeline: view(); animation-range: entry 0% exit 100%; }
  .product-visual img { animation: chapter-image both linear; animation-timeline: view(); animation-range: entry 0% exit 100%; }
  .product-copy { animation: chapter-copy both linear; animation-timeline: view(); animation-range: entry 12% cover 45%; }
  @keyframes chapter-field {
    0% { clip-path: inset(7% 0 7% 18%); }
    30%, 72% { clip-path: inset(0); }
    100% { clip-path: inset(5% 0 5% 10%); }
  }
  @keyframes chapter-image {
    0% { transform: translate3d(2.5%, 2%, 0) scale(1.1); }
    50% { transform: translate3d(0, 0, 0) scale(1.025); }
    100% { transform: translate3d(-2.5%, -2%, 0) scale(1.08); }
  }
  @keyframes chapter-copy {
    from { opacity: .35; transform: translateY(2.5rem); }
    to { opacity: 1; transform: translateY(0); }
  }
}

.studio-xray { position: fixed; z-index: 160; inset: 0; pointer-events: none; color: var(--amber); }
.studio-xray[hidden] { display: none !important; }
.xray-mode body { cursor: crosshair; }
.xray-mode [data-chapter], .xray-mode .site-header, .xray-mode .product-rail, .xray-mode figure, .xray-mode h1, .xray-mode h2 { outline: 1px solid rgba(181, 107, 22, .55); outline-offset: -1px; }
.xray-labels { position: absolute; inset: 0; overflow: hidden; }
.xray-label { position: fixed; max-width: 19rem; padding: .22rem .38rem; border: 1px solid rgba(181, 107, 22, .72); background: rgba(242, 238, 230, .92); color: #75430d; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .52rem; font-weight: 700; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; white-space: nowrap; }
.xray-panel { position: absolute; top: calc(var(--header-height) + 1rem); right: 1rem; width: min(23rem, calc(100vw - 2rem)); padding: 1rem; border: 1px solid var(--amber); background: rgba(9, 11, 12, .94); color: var(--bone); pointer-events: auto; }
.xray-panel header { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .9rem; border-bottom: 1px solid var(--line-dark); }
.xray-panel header div { display: grid; gap: .25rem; }
.xray-panel header span, .xray-panel header b, .xray-panel button, .xray-panel dt, .xray-panel dd, .xray-panel p { font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .58rem; line-height: 1.45; letter-spacing: .1em; text-transform: uppercase; }
.xray-panel header span { color: var(--amber); }
.xray-panel header b { font-weight: 500; color: var(--muted-dark); }
.xray-panel button { align-self: start; padding: .35rem 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--bone); cursor: pointer; }
.xray-panel button[aria-pressed="true"] { color: var(--amber); }
.xray-panel dl { margin-top: .8rem; border-top: 1px solid var(--line-dark); }
.xray-panel dl > div { display: flex; justify-content: space-between; gap: 1rem; padding: .58rem 0; border-bottom: 1px solid var(--line-dark); }
.xray-panel dt { color: var(--muted-dark); }
.xray-panel dd { color: var(--amber); text-align: right; }
.xray-panel p { margin-top: .9rem; color: var(--muted-dark); letter-spacing: .04em; text-transform: none; }

.studio { display: grid; grid-template-columns: minmax(24rem, .75fr) minmax(34rem, 1.25fr); gap: clamp(4rem, 9vw, 10rem); min-height: 95svh; padding: clamp(8rem, 12vw, 13rem) var(--page-pad) 6rem; }
.studio-heading h2 { margin-top: 2.5rem; font-size: clamp(5rem, 9vw, 10rem); font-weight: 500; line-height: .79; letter-spacing: -.075em; transform: translate3d(var(--kinetic-x, 0), var(--kinetic-y, 0), 0); will-change: transform; }
.studio-copy { align-self: center; max-width: 52rem; }
.studio-copy > p { max-width: 42rem; font-size: clamp(1.45rem, 2.4vw, 2.7rem); line-height: 1.18; letter-spacing: -.035em; }
.service-list { margin-top: 5rem; border-top: 1px solid var(--line-dark); }
.service-list > div { display: grid; grid-template-columns: minmax(9rem, .5fr) 1fr; gap: 2rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line-dark); }
.service-list dt { font-size: clamp(1.5rem, 2.2vw, 2.5rem); letter-spacing: -.035em; }
.service-list dd { align-self: center; color: var(--muted-dark); line-height: 1.55; }
.back-to-top { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 1.5rem; border-top: 1px solid var(--line-dark); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.site-footer { display: grid; grid-template-columns: repeat(3, 1fr); padding: 1.5rem var(--page-pad) 2.5rem; border-top: 1px solid var(--line-dark); }
.site-footer span:nth-child(2) { text-align: center; }
.site-footer span:last-child { text-align: right; }

.signal-console { width: min(72rem, calc(100vw - 3rem)); max-width: none; max-height: calc(100svh - 3rem); padding: 0; overflow: auto; border: 1px solid rgba(242, 238, 230, .24); background: #090b0c; color: var(--bone); box-shadow: 0 2rem 8rem rgba(0, 0, 0, .46); }
.signal-console::backdrop { background: rgba(9, 11, 12, .74); backdrop-filter: blur(14px); }
.signal-console[open] { animation: console-in .45s var(--ease) both; }
.console-shell { padding: clamp(1.5rem, 4vw, 3.5rem); }
.console-header { display: flex; justify-content: space-between; gap: 2rem; align-items: flex-start; padding-bottom: 2rem; border-bottom: 1px solid var(--line-dark); }
.console-header h2 { margin-top: .8rem; font-size: clamp(3rem, 6vw, 6.2rem); font-weight: 500; line-height: .84; letter-spacing: -.07em; }
.console-close { padding: .7rem 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.console-close span { margin-left: .6rem; color: var(--muted-dark); }
.console-search { display: block; padding: 1.4rem 0 1.6rem; border-bottom: 1px solid var(--line-dark); }
.console-search > span, .console-label { display: block; margin-bottom: .85rem; color: var(--amber); font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .6rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.console-search input { width: 100%; padding: 0; border: 0; outline: 0; background: transparent; color: var(--bone); font-size: clamp(1.35rem, 2.3vw, 2.25rem); letter-spacing: -.025em; }
.console-search input::placeholder { color: #696862; opacity: 1; }
.console-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(17rem, .5fr); gap: clamp(2rem, 5vw, 5rem); padding-top: 2rem; }
.console-results { border-top: 1px solid var(--line-dark); }
.console-result { display: grid; grid-template-columns: 2.2rem minmax(8rem, .45fr) 1fr auto; gap: 1rem; align-items: center; width: 100%; min-height: 4.15rem; padding: .75rem 0; border: 0; border-bottom: 1px solid var(--line-dark); background: transparent; color: inherit; text-align: left; cursor: pointer; transition: padding .25s var(--ease), color .25s, background-color .25s; }
.console-result:hover, .console-result.is-selected { padding-right: .85rem; padding-left: .85rem; background: var(--bone); color: var(--ink); }
.console-result small, .console-result em, .console-result b { font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .58rem; font-style: normal; letter-spacing: .12em; text-transform: uppercase; }
.console-result small { opacity: .55; }
.console-result strong { font-size: 1rem; font-weight: 500; }
.console-result em { color: var(--muted-dark); line-height: 1.4; }
.console-result:hover em, .console-result.is-selected em { color: var(--muted-light); }
.console-result b { color: var(--amber); }
.console-empty { padding: 2rem 0; color: var(--muted-dark); line-height: 1.5; }
.console-telemetry { padding-left: clamp(1.5rem, 3vw, 3rem); border-left: 1px solid var(--line-dark); }
.console-telemetry dl { border-top: 1px solid var(--line-dark); }
.console-telemetry dl > div { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line-dark); }
.console-telemetry dt, .console-telemetry dd, .console-telemetry > p:last-child, .console-footer { font-family: ui-monospace, "SFMono-Regular", Consolas, monospace; font-size: .62rem; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.console-telemetry dt { color: var(--muted-dark); }
.console-telemetry dd { color: var(--amber); text-align: right; }
.console-telemetry > p:last-child { margin-top: 1.5rem; color: var(--muted-dark); text-transform: none; }
.console-footer { display: flex; gap: 2rem; padding-top: 1.5rem; margin-top: 2rem; border-top: 1px solid var(--line-dark); color: var(--muted-dark); }
.console-footer b { color: var(--bone); }

@keyframes console-in {
  from { opacity: 0; transform: translateY(1.5rem) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.js .reveal { opacity: 0; transform: translateY(2.5rem); transition: opacity .9s var(--ease), transform 1.1s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.motion-paused .reveal { opacity: 1; transform: none; transition: none; }
.motion-paused [data-depth] img { transform: scale(1.025) !important; transition: none !important; }
.motion-paused [data-kinetic], .motion-paused .product-heading h2, .motion-paused .studio-heading h2 { transform: none !important; }
.motion-paused .spectral-layer { display: none; }
.motion-paused .live-signal i { animation: none; box-shadow: none; }
.motion-paused .product-visual.reveal, .motion-paused .hero-visual.reveal { clip-path: inset(0); }

:focus-visible { outline: 2px solid #e08c27; outline-offset: 5px; }
::selection { background: #e09a45; color: #090b0c; }

@media (max-width: 1100px) {
  :root { --header-height: 4.75rem; }
  .site-header { grid-template-columns: 1fr auto; }
  .header-nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: calc(var(--header-height) + 5rem); }
  .hero-copy { padding-right: 20vw; }
  .hero h1 { font-size: clamp(5rem, 13vw, 8.5rem); }
  .hero-visual { height: min(80vw, 46rem); min-height: 30rem; margin: 0 calc(var(--page-pad) * -1); }
  .hero-foot { position: static; grid-column: 1; margin-top: 3rem; }
  .product-rail { grid-template-columns: 7rem 1fr; }
  .product-rail ol { display: flex; overflow-x: auto; scrollbar-width: none; }
  .product-rail ol::-webkit-scrollbar { display: none; }
  .product-rail li { flex: 0 0 8.2rem; }
  .product-chapter { grid-template-columns: 1fr; min-height: auto; }
  .product-copy { width: 100%; min-height: 44rem; padding-right: var(--page-pad); }
  .product-visual { position: relative; inset: auto; min-height: 62vw; order: 2; }
  .product-visual img { inset: -3%; width: 106%; height: 106%; min-height: 0; }
  .studio { grid-template-columns: 1fr; }
  .studio-heading h2 { font-size: clamp(5rem, 16vw, 9rem); }
  .studio-copy { max-width: 60rem; }
}

@media (max-width: 680px) {
  :root { --header-height: 4.25rem; --page-pad: 1.15rem; }
  .site-header { grid-template-columns: 1fr auto; }
  .site-header::after { right: 1.15rem; left: 1.15rem; }
  .brand { font-size: .58rem; }
  .brand img { width: 1.2rem; height: 1.2rem; }
  .header-meta > span { display: none; }
  .header-meta { gap: .9rem; }
  .motion-control, .console-trigger, .xray-trigger { min-width: auto; font-size: .54rem; }
  .xray-trigger { width: 2rem; }
  .console-trigger span { display: none; }
  .hero { padding-top: calc(var(--header-height) + 4rem); padding-bottom: 3rem; }
  .hero-copy { padding-right: 0; }
  .hero h1 { margin: 1.5rem 0 2rem; font-size: clamp(3.65rem, 16.5vw, 5.4rem); line-height: .86; }
  .hero-intro { font-size: .8rem; }
  .hero-visual { height: 80vw; min-height: 21rem; margin-top: 2.75rem; }
  .hero-foot { align-items: flex-end; gap: 1.5rem; font-size: .56rem; }
  .live-signal { display: none; }
  .hero-foot a { text-align: right; }
  .product-rail { top: var(--header-height); grid-template-columns: 1fr; padding: 0; }
  .rail-label { display: none; }
  .product-rail a { min-height: 3.8rem; padding: .55rem .8rem; }
  .product-rail li { flex-basis: 7.6rem; }
  .product-copy { display: contents; min-height: 0; padding: 0; }
  .product-heading { position: relative; z-index: 2; padding: 5.5rem var(--page-pad) 2.75rem; }
  .product-heading .status { position: static; grid-column: 2; grid-row: 1; justify-self: end; }
  .product-heading h2 { margin-top: 2.5rem; font-size: clamp(4rem, 20vw, 6rem); }
  .product-promise { font-size: 1.45rem; }
  .product-overview { order: 3; max-width: none; margin: 0; padding: 2.75rem var(--page-pad) 0; font-size: .96rem; }
  .product-detail { order: 4; grid-template-columns: 1fr; gap: 1.8rem; max-width: none; margin: 3rem var(--page-pad) 0; padding-bottom: 4.5rem; }
  .product-visual { order: 2; min-height: 84vw; }
  .product-visual img { min-height: 0; }
  .studio { gap: 5rem; min-height: auto; padding: 7rem var(--page-pad) 4rem; }
  .studio-heading h2 { font-size: clamp(4.6rem, 22vw, 7rem); }
  .studio-copy > p { font-size: 1.5rem; }
  .service-list { margin-top: 3.5rem; }
  .service-list > div { grid-template-columns: 1fr; gap: .6rem; }
  .service-list dd { font-size: .9rem; }
  .site-footer { grid-template-columns: 1fr; gap: .8rem; }
  .site-footer span:nth-child(2), .site-footer span:last-child { text-align: left; }
  .signal-console { width: calc(100vw - 1rem); max-height: calc(100svh - 1rem); }
  .console-shell { padding: 1.25rem; }
  .console-header { padding-bottom: 1.3rem; }
  .console-header h2 { font-size: 3.1rem; }
  .console-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .console-result { grid-template-columns: 1.7rem minmax(7rem, .7fr) 1fr; }
  .console-result em { display: none; }
  .console-telemetry { padding-left: 0; border-left: 0; }
  .console-footer { gap: 1rem; }
  .xray-panel { top: calc(var(--header-height) + .5rem); right: .5rem; width: calc(100vw - 1rem); max-height: calc(100svh - var(--header-height) - 1rem); overflow: auto; }
  .xray-label { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  [data-depth] img { transform: scale(1.025) !important; }
  [data-kinetic], .product-heading h2, .studio-heading h2 { transform: none !important; }
  .live-signal i { animation: none; box-shadow: none; }
  .product-visual.reveal, .hero-visual.reveal { clip-path: inset(0) !important; }
  .product-visual, .product-visual img, .product-copy { animation: none !important; }
}
