:root {
  --night: #090a0a;
  --night-2: #111311;
  --bone: #ddd7cb;
  --bone-2: #cec7bb;
  --paper: #eee8dd;
  --ink: #111210;
  --muted: #777369;
  --line: rgba(17, 18, 16, .16);
  --line-light: rgba(250, 247, 239, .18);
  --amber: #f0a843;
  --amber-bright: #ffc768;
  --cyan: #77c7c4;
  --serif: "Newsreader", Georgia, serif;
  --sans: "Geist", Arial, sans-serif;
  --shell: min(1240px, calc(100vw - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--bone); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; }
button, input, textarea { font: inherit; }
img, svg { display: block; }
::selection { color: var(--night); background: var(--amber); }
.page-shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding-block: clamp(78px, 9vw, 132px); }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 12px 16px; background: var(--paper); color: var(--ink); transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-nav { position: fixed; top: 0; left: 0; z-index: 100; width: 100%; padding: 22px max(36px, calc((100vw - 1240px) / 2)); display: flex; align-items: center; justify-content: space-between; color: var(--paper); transition: color .35s, background-color .35s, padding .35s, backdrop-filter .35s; }
.site-nav.is-scrolled { padding-top: 15px; padding-bottom: 15px; background: rgba(242, 238, 228, .86); color: var(--ink); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(17, 18, 16, .08); }
.site-nav.nav-on-light { color: var(--ink); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; text-decoration: none; letter-spacing: -.035em; font-size: 19px; }
.brand i { font-style: normal; color: var(--amber); font-weight: 500; }
.brand-mark { width: 34px; height: 34px; overflow: visible; }
.brand-mark .lamp-post, .brand-mark .lamp-canopy { fill: currentColor; }
.brand-mark .lamp-arm { fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; }
.brand-mark .lantern-housing { fill: none; stroke: currentColor; stroke-width: 1.1; stroke-linejoin: round; }
.brand-mark .lantern-core { fill: var(--amber); filter: drop-shadow(0 0 5px rgba(240,168,67,.7)); }
.brand-mark .core-one { animation: lanternGlow 2.8s ease-in-out infinite; }.brand-mark .core-two { animation: lanternGlow 2.8s .35s ease-in-out infinite; }
@keyframes ignite { 0%, 18%, 100% { opacity: .25; } 40%, 74% { opacity: 1; } }
@keyframes lanternGlow { 0%,100% { opacity: .55; filter: drop-shadow(0 0 2px rgba(240,168,67,.35)); } 50% { opacity: 1; filter: drop-shadow(0 0 7px rgba(240,168,67,.95)); } }
.brand-mark .canopy-shape, .brand-mark .canopy-mast { fill: currentColor; }
.brand-mark .canopy-light { fill: var(--amber); filter: drop-shadow(0 0 5px rgba(240,168,67,.7)); animation: lanternGlow 2.8s ease-in-out infinite; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { position: relative; font-size: 14px; font-weight: 500; text-decoration: none; }
.nav-links a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .25s; }
.nav-links a:hover::after, .nav-links a.is-current::after { right: 0; }
.nav-cta { border: 1px solid currentColor; padding: 10px 14px; display: flex; align-items: center; gap: 12px; transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--paper); color: var(--night); }
.site-nav.is-scrolled .nav-cta:hover, .nav-on-light .nav-cta:hover { background: var(--night); color: var(--paper); }
.menu-button { display: none; border: 0; background: transparent; padding: 10px 0 10px 16px; color: currentColor; }
.menu-button span { display: block; width: 24px; height: 1px; margin: 6px 0; background: currentColor; }

.section-kicker { margin: 0 0 22px; color: var(--muted); font-size: 11px; line-height: 1; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
h2 { font-size: clamp(36px, 4.3vw, 62px); line-height: 1; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; min-width: 196px; padding: 15px 18px; text-decoration: none; font-size: 14px; font-weight: 500; border: 1px solid transparent; transition: transform .2s, color .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--night); background: var(--paper); }.button-light:hover { background: var(--amber-bright); }
.button-dark { color: var(--paper); background: var(--night); }.button-dark:hover { background: #30312d; }
.text-link { display: inline-flex; align-items: center; gap: 18px; color: var(--paper); font-size: 14px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.35); padding-block: 7px; }
.text-link span { transition: transform .2s; }.text-link:hover span { transform: translateX(4px); }
.text-link-dark { color: var(--ink); border-bottom-color: var(--line); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s ease, transform .85s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Scroll illumination */
.illumination-story { height: 330vh; color: var(--paper); background: var(--night); }
.story-stage { position: sticky; top: 0; height: 100vh; min-height: 660px; overflow: hidden; background: var(--night); }
#lightfield { position: absolute; inset: 0; width: 100%; height: 100%; }
.story-vignette { position: absolute; inset: 0; background: radial-gradient(circle at 63% 50%, transparent 5%, rgba(9,10,10,.08) 50%, rgba(9,10,10,.78) 105%); pointer-events: none; }
.hero-content { position: relative; z-index: 3; height: 100%; padding-top: clamp(160px, 21vh, 220px); pointer-events: none; opacity: calc(1 - var(--hero-progress, 0) * 3.8); transform: translateY(calc(var(--hero-progress, 0) * -60px)); }
.hero-content a { pointer-events: auto; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 34px; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: #b9b5ac; }
.eyebrow span { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 16px var(--amber); }
.hero-content h1 { margin-bottom: 24px; max-width: 860px; font-size: clamp(52px, 6.1vw, 88px); line-height: .9; }
.hero-content h1 em { color: var(--amber); font-weight: 400; }
.hero-deck { max-width: 600px; color: #bbb8af; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.scroll-note { position: absolute; right: 0; bottom: 30px; display: flex; align-items: center; gap: 11px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: #88877f; }
.scroll-note span { display: block; width: 28px; height: 1px; background: #88877f; position: relative; overflow: hidden; }
.scroll-note span::after { content: ""; position: absolute; inset: 0; background: var(--amber); animation: scan 1.8s infinite; }
@keyframes scan { from { transform: translateX(-100%); } to { transform: translateX(100%); } }
.story-caption { position: absolute; z-index: 2; top: 16%; left: 7vw; width: min(390px, 34vw); padding-top: 13px; border-top: 1px solid rgba(250,247,239,.28); color: var(--paper); opacity: 0; transform: translateY(18px); pointer-events: none; animation: storyFloat var(--float-duration, 7s) ease-in-out var(--float-delay, 0s) infinite alternate; }
.story-caption span { display: block; margin-bottom: 9px; color: var(--amber); font-size: 9px; letter-spacing: .17em; }
.story-caption p { margin: 0; color: #e2ded4; font-family: var(--serif); font-size: clamp(24px, 2.7vw, 38px); line-height: 1.04; letter-spacing: -.025em; }
.data-window { position: absolute; z-index: 2; padding: 10px; border: 1px solid rgba(255,255,255,.22); background: rgba(19,20,18,.8); box-shadow: 0 28px 80px rgba(0,0,0,.35); backdrop-filter: blur(12px); opacity: 0; transform: translateY(30px) scale(.95); animation: storyFloat var(--float-duration, 7s) ease-in-out var(--float-delay, 0s) infinite alternate; }
@keyframes storyFloat { from { translate: 0 0; } to { translate: var(--float-x, 5px) var(--float-y, -7px); } }
.window-top { display: flex; justify-content: space-between; align-items: center; padding: 0 2px 9px; color: #aba89f; font-size: 8px; letter-spacing: .12em; }
.window-top b { color: var(--amber); font-weight: 500; }
.data-window-image { width: 220px; top: 17%; right: 13%; }.data-window-image svg { width: 100%; }
.data-window-edit { width: 300px; left: 12%; bottom: 12%; }.data-window-edit > p { margin: 9px 0 0; color: #c1beb4; font-size: 10px; }
.edit-pair { display: grid; grid-template-columns: 1fr 20px 1fr; align-items: center; gap: 5px; }
.edit-scene { position: relative; height: 96px; background: radial-gradient(circle at 52% 48%, #c4b69d 0 16%, #594f45 17% 30%, #1d1e1b 31%); }
.edit-scene.after { background: radial-gradient(circle at 52% 48%, #c7ccd0 0 16%, #747c80 17% 30%, #1d1e1b 31%); }
.edit-scene small { position: absolute; left: 6px; bottom: 5px; color: #fff; font-size: 7px; }.edit-arrow { color: var(--amber); text-align: center; }
.data-window-depth { width: 195px; right: 10%; bottom: 12%; }
.depth-orbit { position: relative; height: 124px; overflow: hidden; background: radial-gradient(circle, #453c2c 0, #101211 55%); }
.depth-orbit::before, .depth-orbit::after, .depth-orbit i { content: ""; position: absolute; left: 50%; top: 50%; border: 1px solid rgba(240,168,67,.55); border-radius: 50%; transform: translate(-50%,-50%); }
.depth-orbit::before { width: 110px; height: 60px; }.depth-orbit::after { width: 62px; height: 110px; }.depth-orbit i:nth-child(1) { width: 92px; height: 92px; }.depth-orbit i:nth-child(2) { width: 42px; height: 118px; transform: translate(-50%,-50%) rotate(55deg); }.depth-orbit i:nth-child(3) { width: 42px; height: 118px; transform: translate(-50%,-50%) rotate(-55deg); }
.depth-orbit span { position: absolute; left: 50%; top: 50%; width: 9px; height: 9px; border-radius: 50%; background: var(--amber-bright); box-shadow: 0 0 30px var(--amber); transform: translate(-50%,-50%); }

.opening-statement { background: var(--bone); border-radius: 28px 28px 0 0; margin-top: -28px; position: relative; z-index: 4; }
.split-statement { display: grid; grid-template-columns: 1fr 2.1fr; gap: 60px; }
.split-statement h2 { max-width: 900px; margin-bottom: 42px; }
.split-statement div > p { max-width: 580px; margin-left: auto; color: #56534c; font-size: 16px; line-height: 1.6; }

.modalities { padding-top: 40px; background: var(--bone); }
.section-heading { display: grid; grid-template-columns: 1.7fr .8fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.section-heading h2 { margin-bottom: 0; }.section-heading > p { max-width: 410px; margin: 0 0 8px; color: #5f5b53; font-size: 15px; }
.modality-console { display: grid; grid-template-columns: 230px 1fr; min-height: 510px; border: 1px solid var(--line); background: var(--paper); }
.modality-tabs { border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.modality-tab { flex: 1; padding: 22px 26px; border: 0; border-bottom: 1px solid var(--line); text-align: left; background: transparent; color: #6d6960; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: background .25s, color .25s; }
.modality-tab:last-child { border-bottom: 0; }.modality-tab:hover { color: var(--ink); }.modality-tab.is-active { color: var(--paper); background: var(--night); }
.modality-visual { position: relative; min-width: 0; }
.modality-panel { position: absolute; inset: 0; padding: 24px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .35s, transform .35s, visibility .35s; }
.modality-panel.is-active { opacity: 1; visibility: visible; transform: none; }
.scene, .video-strip, .interleaved-flow, .reasoning-map, .spatial-scene { position: relative; height: 360px; overflow: hidden; background: #181a18; }
.scene-image { background: linear-gradient(#627780 0%, #c99455 64%, #2b2924 65%); }
.scene-sun { position: absolute; width: 86px; height: 86px; right: 14%; top: 13%; border-radius: 50%; background: #f4d194; box-shadow: 0 0 70px rgba(255,199,104,.45); }
.ridge { position: absolute; left: -5%; width: 110%; bottom: -10%; background: #252622; clip-path: polygon(0 54%,12% 35%,25% 49%,42% 8%,58% 50%,76% 19%,100% 51%,100% 100%,0 100%); }
.ridge-one { height: 72%; opacity: .68; }.ridge-two { height: 51%; background: #131512; transform: translateX(7%); }
.scene-path { position: absolute; bottom: -20%; left: 38%; width: 38%; height: 75%; border-left: 2px solid rgba(250,247,239,.58); border-radius: 50%; transform: rotate(-10deg); }
.sample-label, .sample-status { position: absolute; bottom: 18px; font-size: 9px; letter-spacing: .13em; color: #f4f1e9; }.sample-label { left: 18px; }.sample-status { right: 18px; color: var(--amber-bright); }
.panel-meta { display: flex; justify-content: space-between; gap: 30px; padding: 16px 4px 0; }.panel-meta strong { font-family: var(--serif); font-size: 21px; font-weight: 400; }.panel-meta p { width: min(48%, 440px); color: #666159; font-size: 12px; }
.video-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; padding: 28px; align-items: center; background: #101210; }
.video-frame { height: 250px; position: relative; background: linear-gradient(150deg,#485e67,#d59149 55%,#111 56%); overflow: hidden; }
.video-frame:nth-child(2) { filter: brightness(.82); }.video-frame:nth-child(3) { filter: brightness(.66); }
.video-frame i { position: absolute; width: 50px; height: 80px; border-radius: 50% 50% 15% 15%; left: calc(28% + var(--i, 0px)); bottom: 0; background: #101110; }.video-frame:nth-child(2) i { left: 43%; }.video-frame:nth-child(3) i { left: 60%; }
.video-frame small { position: absolute; left: 8px; bottom: 7px; color: #eee; font-size: 8px; }.motion-line { position: absolute; left: 15%; right: 15%; top: 46%; height: 1px; background: var(--amber); box-shadow: 0 0 15px var(--amber); }
.interleaved-flow { padding: 48px; display: grid; grid-template-columns: 1fr 110px 40px 110px; grid-template-rows: auto 1fr auto; gap: 18px; background: #e9e3d7; color: var(--ink); }
.flow-text { grid-column: 1 / 5; max-width: 480px; padding: 18px; border: 1px solid var(--line); background: var(--paper); font-family: var(--serif); font-size: 25px; }
.flow-thumb { align-self: center; height: 120px; background: radial-gradient(circle at 50% 35%,#e2a95e 0 12%,transparent 13%),linear-gradient(145deg,#3e555f 0 50%,#171814 51%); }.flow-thumb.a { grid-column: 2; }.flow-thumb.b { grid-column: 4; filter: brightness(.65); }.flow-connector { grid-column: 3; align-self: center; height: 1px; background: var(--amber); }
.flow-answer { grid-column: 1 / 5; align-self: end; justify-self: end; max-width: 560px; padding: 17px; background: var(--night); color: #d1cdc3; font-size: 13px; }.flow-answer span { display: block; color: var(--amber); font-size: 8px; letter-spacing: .14em; margin-bottom: 8px; }
.reasoning-map { background: #151715; }.reasoning-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }.reasoning-map path { fill: none; stroke: rgba(240,168,67,.7); stroke-width: 1; stroke-dasharray: 5 6; }
.reason-node { position: absolute; z-index: 2; width: 130px; padding: 13px; background: #f3eee4; border: 1px solid rgba(255,255,255,.25); font-size: 9px; letter-spacing: .12em; }.reason-node span { display: block; margin-top: 6px; color: #68645d; text-transform: none; letter-spacing: 0; font-size: 12px; }.reason-node.n1 { left: 7%; top: 41%; }.reason-node.n2 { left: 42%; top: 58%; }.reason-node.n3 { right: 5%; top: 39%; background: var(--amber); }
.spatial-scene { background: radial-gradient(circle at 50% 50%,#344748,#111 58%); perspective: 700px; }.spatial-grid { position: absolute; inset: 50% -30% -50%; background-image: linear-gradient(rgba(119,199,196,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(119,199,196,.25) 1px,transparent 1px); background-size: 42px 42px; transform: rotateX(64deg); transform-origin: top; }
.wire-object { position: absolute; width: 190px; height: 190px; left: 50%; top: 46%; transform: translate(-50%,-50%) rotate(25deg); border: 1px solid var(--cyan); border-radius: 37% 63% 55% 45%; animation: orbit 12s linear infinite; }.wire-object i { position: absolute; inset: 18%; border: 1px solid rgba(119,199,196,.7); border-radius: 50%; transform: rotate(calc(var(--r, 0) * 1deg)); }.wire-object i:nth-child(2) { inset: 0 40%; }.wire-object i:nth-child(3) { inset: 40% 0; }.wire-object i:nth-child(4) { inset: 28%; background: rgba(240,168,67,.18); border-color: var(--amber); }
@keyframes orbit { to { transform: translate(-50%,-50%) rotate(385deg); } }.spatial-scene > span { position: absolute; left: 18px; bottom: 15px; color: var(--cyan); font-size: 9px; letter-spacing: .13em; }

.products-preview { background: var(--paper); }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { position: relative; min-height: 420px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; overflow: hidden; transition: background .35s; }
.product-card:hover { background: var(--bone); }.card-number { font-size: 10px; letter-spacing: .16em; color: var(--muted); }
.product-icon { position: absolute; inset: 25% 25% auto; height: 34%; transition: transform .5s ease; }.product-card:hover .product-icon { transform: scale(1.05) rotate(2deg); }
.card-copy { position: absolute; bottom: 24px; left: 24px; right: 24px; }.card-copy h3 { margin-bottom: 8px; font-family: var(--serif); font-size: clamp(29px, 3.3vw, 42px); font-weight: 400; letter-spacing: -.04em; }.card-copy p { max-width: 440px; margin-bottom: 22px; color: #5e5a53; font-size: 14px; }.card-copy > span { display: flex; justify-content: space-between; padding-top: 12px; border-top: 1px solid var(--line); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.card-copy b { color: var(--amber); }
.icon-image i { position: absolute; width: 47%; height: 72%; border: 1px solid; background: linear-gradient(145deg,transparent 50%,rgba(240,168,67,.32) 51%); }.icon-image i:nth-child(1) { left: 0; top: 16%; }.icon-image i:nth-child(2) { left: 27%; top: 7%; }.icon-image i:nth-child(3) { left: 54%; }
.icon-video { display: flex; align-items: center; justify-content: center; gap: 7%; }.icon-video i { width: 22%; height: 58%; border: 1px solid; clip-path: polygon(0 0,100% 50%,0 100%); background: rgba(119,199,196,.18); }
.icon-edit { display: flex; align-items: center; justify-content: center; gap: 9%; }.icon-edit i { width: 33%; height: 72%; background: radial-gradient(circle,#bbb 0 18%,#393b36 19% 36%,#c38a46 37%); }.icon-edit i:last-child { filter: saturate(.15) brightness(1.25); }.icon-edit b { color: var(--amber); font-weight: 400; }
.icon-3d { display: grid; place-items: center; }.icon-3d i { grid-area: 1/1; width: 120px; height: 120px; border: 1px solid var(--cyan); border-radius: 50%; }.icon-3d i:nth-child(2) { width: 45px; height: 135px; }.icon-3d i:nth-child(3) { width: 135px; height: 45px; }
.icon-design { display: grid; grid-template-columns: 1fr 2fr; grid-template-rows: 1fr 1fr; gap: 8px; padding: 14px; border: 1px solid; }.icon-design i { background: rgba(240,168,67,.2); border: 1px solid rgba(17,18,16,.35); }.icon-design i:nth-child(2) { grid-row: 1/3; grid-column: 2; }.icon-design i:nth-child(4) { position: absolute; width: 38%; height: 8px; right: 11%; bottom: 23%; background: var(--amber); border: 0; }
.icon-eval { display: flex; align-items: end; justify-content: center; gap: 7%; border-bottom: 1px solid; }.icon-eval i { width: 13%; background: var(--amber); }.icon-eval i:nth-child(1) { height: 29%; }.icon-eval i:nth-child(2) { height: 46%; }.icon-eval i:nth-child(3) { height: 40%; }.icon-eval i:nth-child(4) { height: 82%; }

.quality-section { background: var(--night); color: var(--paper); }
.quality-intro { display: grid; grid-template-columns: 1fr 2fr; gap: 30px; }.quality-intro .section-kicker { color: var(--amber); }.quality-intro h2 { grid-column: 2; margin-bottom: 36px; }.quality-intro > p:last-child { grid-column: 2; max-width: 540px; color: #aaa79f; font-size: 15px; }
.quality-path { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin: 76px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.quality-path::before { content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 1px; background: linear-gradient(90deg,var(--amber),var(--cyan),var(--amber)); transform-origin: left; animation: pathPulse 4s ease-in-out infinite; }
@keyframes pathPulse { 0%,100% { transform: scaleX(.1); opacity: .3; } 50% { transform: scaleX(1); opacity: 1; } }
.quality-path li { min-height: 220px; padding: 20px 18px 20px 0; border-right: 1px solid var(--line-light); }.quality-path li:not(:first-child) { padding-left: 18px; }.quality-path li:last-child { border: 0; }.quality-path li > span { color: var(--amber); font-size: 9px; letter-spacing: .15em; }.quality-path li div { margin-top: 78px; }.quality-path h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 26px; font-weight: 400; }.quality-path p { color: #9c9992; font-size: 12px; }
.custom-section { background: var(--amber); }.custom-inner { text-align: center; }.custom-inner .section-kicker { color: rgba(17,18,16,.62); }.custom-inner h2 { max-width: 1050px; margin: 0 auto 25px; }.custom-inner > p:not(.section-kicker) { max-width: 580px; margin: 0 auto 34px; font-size: 18px; }

/* Keep the homepage in one low-contrast, after-dark palette. */
.home-page { background: var(--night); }
.home-page .site-nav.is-scrolled { background: rgba(9,10,10,.86); color: var(--paper); border-bottom-color: var(--line-light); }
.home-page .site-nav.is-scrolled .nav-cta:hover { background: var(--paper); color: var(--night); }
.home-page .opening-statement { background: #0f1110; color: var(--paper); }
.home-page .split-statement div > p,
.home-page .section-heading > p,
.home-page .panel-meta p,
.home-page .card-copy p { color: #aaa79f; }
.home-page .modalities { background: #111311; color: var(--paper); }
.home-page .modality-console { background: #161816; border-color: var(--line-light); }
.home-page .modality-tabs { border-color: var(--line-light); }
.home-page .modality-tab { color: #99958c; border-color: var(--line-light); }
.home-page .modality-tab:hover { color: var(--paper); }
.home-page .modality-tab.is-active { color: var(--amber); background: #24261f; }
.home-page .interleaved-flow { background: #232620; color: var(--paper); }
.home-page .flow-text { background: #151715; color: var(--paper); border-color: var(--line-light); }
.home-page .products-preview { background: #141614; color: var(--paper); }
.home-page .text-link-dark { color: var(--paper); border-bottom-color: var(--line-light); }
.home-page .product-grid,
.home-page .product-card,
.home-page .card-copy > span { border-color: var(--line-light); }
.home-page .product-card { color: var(--paper); }
.home-page .product-card:hover { background: #1c1f1c; }
.home-page .custom-section { background: #4a321f; color: var(--paper); }
.home-page .custom-inner .section-kicker { color: var(--amber); }
.home-page .custom-inner > p:not(.section-kicker) { color: #c4bdb2; font-size: 16px; }
.home-page .custom-section .button-dark { background: var(--paper); color: var(--night); }
.home-page .custom-section .button-dark:hover { background: var(--amber-bright); }

.site-footer { padding: 90px 0 34px; color: var(--paper); background: var(--night); }
.footer-statement { margin-bottom: 110px; font-family: var(--serif); font-size: clamp(42px, 5.5vw, 76px); line-height: .94; letter-spacing: -.045em; }
.media-word { display: inline-block; width: 1.25em; height: .62em; border-radius: 4px; vertical-align: .03em; background: #333; overflow: hidden; }
.media-image { background: linear-gradient(150deg,#526a73,#d69950 55%,#141513 56%); }.media-edit { background: linear-gradient(90deg,#a97744 0 47%,var(--paper) 48% 52%,#7c8589 53%); }.media-depth { background: repeating-radial-gradient(circle at 50%,var(--cyan) 0 1px,transparent 2px 9px),#1d2a29; }
.footer-bottom { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 30px; align-items: start; padding-top: 26px; border-top: 1px solid var(--line-light); }.footer-bottom > div { display: flex; flex-direction: column; gap: 7px; }.footer-bottom div p { color: #77766f; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }.footer-bottom div a { color: #c1beb7; font-size: 13px; text-decoration: none; }.footer-bottom div a:hover { color: var(--amber); }.copyright { color: #77766f; font-size: 11px; line-height: 1.7; }

/* Products page */
.inner-page { background: var(--bone); }
.products-hero { padding-top: 165px; padding-bottom: 70px; }
.products-title-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; }.products-title-grid h1 { margin: 0; font-size: clamp(58px, 7vw, 92px); line-height: .88; }.products-lede { max-width: 500px; margin-bottom: 26px; color: #48463f; font-size: clamp(15px, 1.4vw, 18px); line-height: 1.5; }
.product-format-rail { display: flex; flex-wrap: wrap; gap: 13px 28px; margin-top: 100px; padding-block: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.product-format-rail span { font-size: 9px; letter-spacing: .16em; color: #5d5a52; }.product-format-rail span::before { content: "•"; margin-right: 25px; color: var(--amber); }.product-format-rail span:first-child::before { display: none; }
.product-catalog { display: grid; grid-template-columns: repeat(2, 1fr); padding-bottom: 120px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.catalog-card { min-height: 710px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-rows: auto 1fr auto; scroll-margin-top: 90px; }.catalog-wide { grid-column: 1 / -1; min-height: 560px; grid-template-columns: 70px 1fr 1fr; grid-template-rows: 1fr; gap: 36px; }.catalog-index { color: var(--muted); font-size: 9px; letter-spacing: .17em; }.catalog-copy { align-self: end; }.catalog-wide .catalog-copy { align-self: center; max-width: 520px; }.catalog-copy h2 { margin-bottom: 15px; font-size: clamp(40px, 4.2vw, 58px); }.catalog-copy > p { max-width: 540px; color: #555149; font-size: 14px; }.catalog-copy > a { display: flex; justify-content: space-between; margin-top: 24px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; text-decoration: none; }.catalog-copy > a span { color: var(--amber); }
.catalog-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 34px; }.catalog-specs span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 8px; letter-spacing: .14em; }.catalog-specs p { color: #393832; font-size: 12px; }
.catalog-visual { position: relative; align-self: center; height: 280px; margin: 24px 0; overflow: hidden; background: #dbd5ca; }.catalog-visual > span, .catalog-three-d > small { position: absolute; left: 14px; bottom: 12px; font-size: 8px; letter-spacing: .14em; }
.catalog-wide .catalog-visual { height: 380px; margin: 0; }.catalog-image { background: #171917; }.image-stack i { position: absolute; width: 45%; height: 58%; border: 1px solid rgba(255,255,255,.35); background: linear-gradient(145deg,#526b74,#d49953 56%,#121411 57%); }.image-stack i:nth-child(1) { left: 9%; top: 21%; }.image-stack i:nth-child(2) { left: 20%; top: 15%; filter: hue-rotate(25deg); }.image-stack i:nth-child(3) { left: 33%; top: 24%; filter: hue-rotate(55deg); }.image-stack i:nth-child(4) { left: 45%; top: 17%; filter: saturate(.3); }.catalog-image > span { color: var(--amber); }
.catalog-video { background: #111311; display: grid; place-items: center; }.film-line { width: 140%; display: flex; gap: 5px; transform: rotate(-7deg); animation: filmMove 12s linear infinite; }.film-line i { flex: 0 0 150px; height: 120px; background: linear-gradient(145deg,#465c65,#d2954e 55%,#121311 56%); border: 1px solid rgba(255,255,255,.2); }.film-line i:nth-child(2n) { filter: brightness(.75); }
@keyframes filmMove { 50% { transform: translateX(-130px) rotate(-7deg); } }.catalog-video > span { color: var(--amber); }
.catalog-editing { display: grid; grid-template-columns: 1fr 34px 1fr; gap: 8px; align-items: center; padding: 22px; background: #242521; }.catalog-editing .pair { height: 165px; background: radial-gradient(circle at 50% 48%,#d3b47f 0 14%,#756451 15% 27%,#10110f 28%); }.catalog-editing .after { background: radial-gradient(circle at 50% 48%,#c9d0d2 0 14%,#778084 15% 27%,#10110f 28%); }.catalog-editing b { color: var(--amber); text-align: center; }.catalog-editing p { position: absolute; left: 22px; bottom: 2px; color: #c1beb6; font-size: 9px; }
.catalog-three-d { background: radial-gradient(circle,#314342,#111 62%); display: grid; place-items: center; }.orbital { width: 180px; height: 180px; position: relative; animation: orbit 13s linear infinite; }.orbital i { position: absolute; inset: 0; border: 1px solid var(--cyan); border-radius: 50%; }.orbital i:nth-child(2) { left: 39%; right: 39%; }.orbital i:nth-child(3) { top: 39%; bottom: 39%; }.orbital i:nth-child(4) { inset: 29%; border-color: var(--amber); background: rgba(240,168,67,.1); }.orbital span { position: absolute; inset: 47%; border-radius: 50%; background: var(--amber); box-shadow: 0 0 18px var(--amber); }.catalog-three-d small { color: var(--cyan); }
.catalog-design { padding: 30px; background: #d8d2c7; }.design-canvas { width: 100%; height: 100%; padding: 24px; display: grid; grid-template-columns: 1fr 2fr; grid-template-rows: 45px 1fr 30px; gap: 10px; background: #f8f4eb; box-shadow: 0 15px 40px rgba(0,0,0,.12); }.design-canvas i { background: #dad5ca; }.design-canvas i:nth-child(2) { grid-column: 2; grid-row: 1 / 3; background: linear-gradient(155deg,#506a72,#e0a353 55%,#1a1b18 56%); }.design-canvas i:nth-child(4) { grid-column: 1 / 3; }.design-canvas i:nth-child(5) { position: absolute; width: 70px; height: 20px; left: 54px; top: 160px; background: var(--amber); }
.catalog-dark { color: var(--paper); background: var(--night); }.catalog-dark .catalog-copy > p, .catalog-dark .catalog-specs p { color: #aaa79f; }.catalog-dark .catalog-copy > a, .catalog-dark { border-color: var(--line-light); }.catalog-evals { background: #171917; padding: 30px; }.eval-axis { height: 100%; display: flex; align-items: end; gap: 8%; border-bottom: 1px solid #777; }.eval-axis i { flex: 1; height: var(--h); background: linear-gradient(var(--amber),#9f672b); }.catalog-evals > span { color: var(--amber); }
.delivery-section { background: var(--paper); }.delivery-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 100px; }.delivery-grid h2 { max-width: 500px; }.delivery-list p { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--line); font-size: 17px; }.delivery-list span { color: var(--amber); font-size: 10px; letter-spacing: .15em; }
.compact-footer { padding-top: 65px; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 40px, 700px); }
  .site-nav { padding: 15px 20px; }
  .menu-button { display: block; }
  .nav-links { position: absolute; left: 12px; right: 12px; top: 68px; padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; color: var(--paper); background: rgba(9,10,10,.97); border: 1px solid var(--line-light); }
  .nav-links.is-open { display: flex; }.nav-links a { padding: 15px 5px; border-bottom: 1px solid var(--line-light); }.nav-links .nav-cta { margin-top: 12px; padding-inline: 14px; border: 1px solid var(--paper); }.nav-links a::after { display: none; }
  .hero-content { padding-top: 145px; }.hero-content h1 { font-size: clamp(48px, 12vw, 78px); line-height: .91; }.hero-content h1 br { display: none; }.hero-deck { max-width: 500px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .data-window-image { width: 180px; right: 5%; top: 18%; }.data-window-edit { width: 250px; left: 6%; bottom: 9%; }.data-window-depth { width: 165px; right: 5%; bottom: 10%; }
  .split-statement, .section-heading, .quality-intro, .products-title-grid, .delivery-grid { grid-template-columns: 1fr; }.split-statement, .section-heading, .delivery-grid { gap: 30px; }.split-statement div > p { margin-left: 0; }.quality-intro h2, .quality-intro > p:last-child { grid-column: 1; }.modality-console { grid-template-columns: 1fr; }.modality-tabs { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line); }.modality-tab { flex: 0 0 140px; border-right: 1px solid var(--line); border-bottom: 0; }.product-grid, .product-catalog { grid-template-columns: 1fr; }.product-card { min-height: 400px; }.quality-path { grid-template-columns: 1fr 1fr; }.catalog-wide { grid-column: 1; min-height: 680px; grid-template-columns: 1fr; grid-template-rows: auto 1fr auto; }.catalog-wide .catalog-copy { align-self: end; }.catalog-wide .catalog-visual { grid-row: 2; height: 310px; }.products-title-grid { gap: 48px; }.products-title-grid h1 { font-size: clamp(58px,14vw,96px); }.footer-bottom { grid-template-columns: 1.5fr 1fr 1fr; }.copyright { grid-column: 1/-1; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 28px); }.section-pad { padding-block: 72px; }.brand { font-size: 16px; }.brand-mark { width: 29px; height: 29px; }
  .illumination-story { height: 280vh; }.story-stage { min-height: 580px; }.hero-content { padding-top: 126px; }.hero-content h1 { font-size: clamp(46px,13.5vw,66px); }.hero-deck { font-size: 14px; }.scroll-note { right: 0; }
  .data-window-image { width: 150px; right: 4%; top: 19%; }.data-window-edit { width: 215px; left: 4%; bottom: 9%; }.data-window-depth { width: 140px; right: 4%; bottom: 11%; }.depth-orbit { height: 90px; }.story-caption { left: 7%; top: 14%; width: min(250px, 56vw); }.story-caption p { font-size: clamp(21px, 5.8vw, 27px); }
  .opening-statement { border-radius: 20px 20px 0 0; margin-top: -20px; }.split-statement h2, h2 { font-size: 40px; }.section-heading { margin-bottom: 32px; }.section-heading > p { font-size: 14px; }
  .modality-console { min-height: 480px; }.modality-panel { padding: 10px; }.scene, .video-strip, .interleaved-flow, .reasoning-map, .spatial-scene { height: 320px; }.panel-meta { flex-direction: column; gap: 5px; padding: 12px 5px; }.panel-meta p { width: 100%; }.video-strip { grid-template-columns: repeat(3, 160px); overflow: hidden; padding: 14px; }.video-frame { height: 190px; }.interleaved-flow { padding: 16px; grid-template-columns: 1fr 68px 18px 68px; }.flow-text { font-size: 17px; }.reason-node { width: 98px; }.reason-node.n2 { left: 34%; }.product-grid { border-left: 0; }.product-card { border-left: 1px solid var(--line); min-height: 390px; }.quality-path { grid-template-columns: 1fr; }.quality-path li { min-height: 160px; border-right: 0; }.quality-path li:not(:first-child) { padding-left: 0; }.quality-path li div { margin-top: 36px; }.footer-statement { margin-bottom: 75px; font-size: 43px; }.footer-bottom { grid-template-columns: 1fr 1fr; }.footer-bottom > .brand { grid-column: 1/-1; margin-bottom: 20px; }
  .products-hero { padding-top: 130px; }.products-title-grid h1 { font-size: 56px; }.product-format-rail { margin-top: 50px; }.catalog-card, .catalog-wide { min-height: 680px; padding: 20px; }.catalog-visual, .catalog-wide .catalog-visual { height: 260px; }.catalog-specs { grid-template-columns: 1fr; }.delivery-list p { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .illumination-story { height: 100vh; }.hero-content { opacity: 1 !important; transform: none !important; }.data-window, .story-caption { display: none; }
}
