:root {
  --acid: #c7ff24;
  --ink: #10110f;
  --paper: #f3f2ec;
  --white: #fff;
  --line: rgba(16,17,15,.18);
  --muted: #66685f;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img, video { display: block; max-width: 100%; }
.site-header { position: sticky; z-index: 30; top: 0; min-height: 72px; padding: 0 3vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(243,242,236,.94); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-weight: 700; letter-spacing: -.04em; }
.brand-mark { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 4px; background: var(--acid); color: var(--ink); font: 500 16px var(--mono); transform: rotate(-3deg); }
.nav-links { display: flex; gap: 34px; font-size: 14px; font-weight: 500; }
.nav-links a, .search-link, footer a { transition: opacity .2s ease; }
.nav-links a:hover, .search-link:hover, footer a:hover { opacity: .55; }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 24px; }
.search-link { font: 12px var(--mono); text-transform: uppercase; letter-spacing: .02em; }
.search-link span { font-size: 19px; vertical-align: -2px; }
.button { display: inline-flex; min-height: 42px; padding: 0 20px; align-items: center; justify-content: center; border-radius: 3px; font: 500 12px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.button-dark { color: white; background: var(--ink); }
.button-light { color: var(--ink); background: var(--acid); }
.button-large { min-height: 52px; padding: 0 28px; }
.button-outline { color: var(--ink); background: transparent; box-shadow: inset 0 0 0 1px var(--ink); }
.login-link { font: 500 12px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.login-link:hover { text-decoration: underline; }
.eyebrow { margin: 0 0 18px; font: 500 11px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.hero { min-height: calc(100svh - 72px); padding: clamp(52px,7vw,100px) 4vw 6vw; display: grid; grid-template-columns: minmax(0,.86fr) minmax(540px,1.14fr); gap: 5vw; align-items: center; overflow: hidden; background: #bbed3d; background-image: radial-gradient(circle at 16% 20%,rgba(255,255,255,.46),transparent 32%), repeating-linear-gradient(115deg,transparent 0 4px,rgba(0,0,0,.022) 4px 5px); }
.hero-copy { max-width: 780px; }
.hero h1 { margin: 0; font-size: clamp(52px,6vw,96px); line-height: .88; letter-spacing: -.075em; font-weight: 600; }
.hero-lede { max-width: 620px; margin: 40px 0 34px; font-size: clamp(18px,1.5vw,24px); line-height: 1.45; letter-spacing: -.025em; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.text-link { padding: 13px 0; border-bottom: 1px solid; font-size: 14px; font-weight: 600; }
.product-proof { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; color: #e8e8e8; background: #15161a; box-shadow: 0 35px 90px rgba(43,53,0,.27); }
.product-proof::after { position: absolute; z-index: 10; content: ""; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 1px rgba(255,255,255,.07); }
.proof-topbar { height: 50px; padding: 0 16px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid #34353a; color: #c6c8cd; font-size: 11px; font-weight: 600; }
.proof-dots { display: flex; gap: 5px; }
.proof-dots i { width: 7px; height: 7px; border-radius: 50%; background: #575961; }
.proof-live { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; color: #8f9299; font: 8px var(--mono); letter-spacing: .06em; }
.proof-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 13px rgba(199,255,36,.7); }
.proof-chat { height: 548px; padding: 15px 16px 16px; display: grid; grid-template-rows: 34px 105px 1fr; gap: 11px; overflow: hidden; }
.demo-sequence { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.demo-sequence span { position: relative; padding: 0 8px 9px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid #393a40; color: #696c74; font: 7px var(--mono); letter-spacing: .07em; transition: color .2s ease, border-color .25s ease; }
.demo-sequence span::after { position: absolute; content: ""; right: 100%; bottom: -1px; left: 0; height: 1px; background: var(--acid); transition: right .35s cubic-bezier(.16,1,.3,1); }
.demo-sequence span.is-active { color: #e8e9e5; border-color: #56585f; }
.demo-sequence span.is-active::after { right: 0; }
.demo-sequence i { color: var(--acid); font-style: normal; }
.conversation-viewport { position: relative; overflow: hidden; border-bottom: 1px solid #34353a; }
.message { display: grid; grid-template-columns: 35px 1fr; gap: 13px; font-size: 13px; line-height: 1.45; }
.message p { margin: 0; }
.avatar { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; font: 500 12px var(--mono); }
.avatar-user { color: #202126; background: #ddd1ff; }
.avatar-slop { color: #151515; background: var(--acid); }
.message-meta { margin-bottom: 6px !important; font-weight: 600; }
.message-meta span { margin-left: 5px; color: #81838c; font-size: 10px; font-weight: 400; }
.message-meta b { margin-left: 4px; padding: 2px 4px; border-radius: 2px; color: #111; background: var(--acid); font: 8px var(--mono); }
.demo-message { position: absolute; inset: 5px 0 auto; opacity: 0; transform: translateX(22px); transition: opacity .22s ease, transform .46s cubic-bezier(.16,1,.3,1); }
.demo-message.is-visible { opacity: 1; transform: translateX(0); }
.demo-message.is-leaving { opacity: 0; transform: translateX(-28px); transition-duration: .18s; }
.slash-command { max-width: 96%; min-height: 38px; color: #d4d5da; }
.slash-command b { margin-right: 4px; padding: 3px 5px; border-radius: 3px; color: #1c1d1a; background: var(--acid); font: 500 10px var(--mono); }
.type-caret { display: inline-block; width: 1px; height: 13px; margin-left: 2px; vertical-align: -2px; background: var(--acid); animation: caret-blink .7s steps(1,end) infinite; }
.is-typed .type-caret { display: none; }
.result-stage { position: relative; min-height: 0; overflow: hidden; border: 1px solid #414249; border-radius: 6px; background: #0d0e11; isolation: isolate; }
.result-stage::before { position: absolute; z-index: 0; content: ""; inset: 0; opacity: .18; background-image: linear-gradient(rgba(199,255,36,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(199,255,36,.08) 1px,transparent 1px); background-size: 26px 26px; }
.result-empty, .generation-loader, .result-media { position: absolute; z-index: 1; inset: 0; }
.result-empty { display: grid; place-content: center; gap: 15px; color: #70727a; text-align: center; opacity: 0; transition: opacity .25s ease; }
.result-empty.is-visible { opacity: 1; }
.result-empty p { margin: 0; font: 9px var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.empty-orbit { position: relative; width: 55px; height: 55px; margin: auto; border: 1px solid #43454c; border-radius: 50%; animation: orbit-breathe 2.4s ease-in-out infinite; }
.empty-orbit i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--acid); }
.empty-orbit i:first-child { left: 24px; top: -3px; }
.empty-orbit i:nth-child(2) { right: 4px; bottom: 6px; opacity: .5; }
.empty-orbit i:last-child { left: 1px; bottom: 11px; opacity: .25; }
.generation-loader { padding: 24px; display: grid; grid-template-columns: 27px 1fr auto; gap: 14px; align-items: center; opacity: 0; transform: scale(.985); transition: opacity .16s ease, transform .3s cubic-bezier(.16,1,.3,1); background: radial-gradient(circle at 20% 50%,rgba(199,255,36,.1),transparent 38%),rgba(18,19,23,.96); backdrop-filter: blur(12px); }
.generation-loader.is-visible { z-index: 4; opacity: 1; transform: scale(1); }
.generation-loader div { display: flex; min-width: 0; flex-direction: column; gap: 5px; }
.generation-loader strong { color: #f1f2ed; font-size: 12px; }
.generation-loader small { overflow: hidden; color: #8d9098; font: 8px var(--mono); white-space: nowrap; text-overflow: ellipsis; }
.thinking-spark { display: inline-block; animation: sparkle 1.1s ease-in-out infinite; }
.loader-pulse { display: flex; gap: 3px; }
.loader-pulse i { width: 4px; height: 4px; border-radius: 50%; background: var(--acid); animation: dot-wave .75s ease-in-out infinite; }
.loader-pulse i:nth-child(2) { animation-delay: .11s; }
.loader-pulse i:last-child { animation-delay: .22s; }
.result-media { margin: 0; overflow: hidden; opacity: 0; transform: scale(1.07); transition: opacity .28s ease, transform 1.55s cubic-bezier(.16,1,.3,1); }
.result-media.is-visible { z-index: 2; opacity: 1; transform: scale(1); }
.result-media.is-leaving { opacity: 0; transform: scale(.97); transition-duration: .2s; }
.result-media img, .result-media video { width: 100%; height: 100%; object-fit: cover; }
.panther-result img { object-position: center 49%; }
.astronaut-result video { object-position: center 46%; }
.sneaker-result img { object-position: center 52%; }
.result-media figcaption { position: absolute; inset: auto 0 0; padding: 48px 14px 12px; display: flex; align-items: end; justify-content: space-between; background: linear-gradient(transparent,rgba(5,6,7,.94)); }
.result-media figcaption span { color: var(--acid); font: 8px var(--mono); letter-spacing: .06em; }
.result-media figcaption strong { color: white; font-size: 10px; font-weight: 600; }
.result-flash { position: absolute; z-index: 5; inset: 0; pointer-events: none; opacity: 0; background: var(--acid); mix-blend-mode: screen; }
.result-flash.is-flashing { animation: result-flash .38s ease-out; }
.demo-progress { height: 3px; overflow: hidden; background: #292a2f; }
.demo-progress i { display: block; width: 100%; height: 100%; background: var(--acid); transform: scaleX(0); transform-origin: left center; }
.demo-progress i.is-running { animation: demo-progress 14.7s linear forwards; }
@keyframes caret-blink { 50% { opacity: 0; } }
@keyframes dot-wave { 50% { opacity: .25; transform: translateY(-2px); } }
@keyframes sparkle { 50% { opacity: .45; transform: rotate(25deg) scale(.8); } }
@keyframes orbit-breathe { 50% { transform: scale(1.08) rotate(18deg); opacity: .7; } }
@keyframes result-flash { 0% { opacity: 0; } 20% { opacity: .26; } 100% { opacity: 0; } }
@keyframes demo-progress { to { transform: scaleX(1); } }
.showcase, .catalog, .workflow { padding: clamp(78px,10vw,150px) 5vw; border-bottom: 1px solid var(--line); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.section-head h2, .catalog h2, .freedom h2, .closing h2 { margin: 0; font-size: clamp(46px,6vw,96px); line-height: .94; letter-spacing: -.065em; font-weight: 500; }
.showcase { color: #f4f5ef; border-color: #282a27; background: #0c0d0b; }
.showcase .eyebrow { color: var(--acid); }
.gallery-intro { max-width: 510px; margin: 0 0 6px; color: #92958e; font-size: clamp(15px,1.2vw,19px); line-height: 1.55; }
.generation-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-rows: clamp(155px,12vw,210px); gap: 12px; margin: -10px; padding: 10px; perspective: 1200px; }
.generation-tile { --float-x: 5px; --float-y: 8px; --float-r: .22deg; position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 5px; background: #1b1d19; isolation: isolate; animation: tile-float 8.5s ease-in-out infinite alternate; will-change: transform; transition: border-color .55s ease,box-shadow .55s ease; }
.generation-tile:nth-child(2) { --float-x: -4px; --float-y: 6px; --float-r: -.18deg; animation-duration: 9.7s; animation-delay: -2.8s; }
.generation-tile:nth-child(3) { --float-x: 3px; --float-y: -7px; --float-r: .15deg; animation-duration: 7.9s; animation-delay: -4.4s; }
.generation-tile:nth-child(4) { --float-x: -6px; --float-y: 5px; --float-r: -.2deg; animation-duration: 10.4s; animation-delay: -1.7s; }
.generation-tile:nth-child(5) { --float-x: 4px; --float-y: -5px; --float-r: .18deg; animation-duration: 8.9s; animation-delay: -6.1s; }
.generation-tile:nth-child(6) { --float-x: -3px; --float-y: 7px; --float-r: -.14deg; animation-duration: 11.2s; animation-delay: -3.3s; }
.generation-tile:nth-child(7) { --float-x: 6px; --float-y: 5px; --float-r: .16deg; animation-duration: 9.2s; animation-delay: -5.4s; }
.generation-tile:nth-child(8) { --float-x: -5px; --float-y: -6px; --float-r: -.2deg; animation-duration: 10.8s; animation-delay: -7.2s; }
.generation-feature { grid-column: span 2; grid-row: span 2; }
.generation-tall { grid-row: span 2; }
.generation-wide { grid-column: span 2; }
.generation-tile::after { position: absolute; z-index: 1; content: ""; inset: 0; pointer-events: none; background: linear-gradient(180deg,rgba(4,5,4,.22),transparent 43%,rgba(3,4,3,.9)); }
.generation-tile video { width: 100%; height: 100%; object-fit: cover; transform: scale(1.015); filter: saturate(.96) contrast(1.04); transition: transform .9s cubic-bezier(.16,1,.3,1),filter .35s ease; }
.generation-tile:hover video { transform: scale(1.055); filter: saturate(1.12) contrast(1.04); }
.generation-tile.is-spotlight { z-index: 3; border-color: rgba(199,255,36,.65); box-shadow: 0 15px 55px rgba(0,0,0,.32),0 0 0 1px rgba(199,255,36,.12); }
.generation-tile.is-spotlight video { transform: scale(1.045); filter: saturate(1.12) contrast(1.05); }
.generation-tile.is-spotlight .preview-label { color: var(--ink); border-color: var(--acid); background: var(--acid); }
.preview-label { position: absolute; z-index: 2; left: 14px; top: 14px; padding: 6px 8px; border: 1px solid rgba(255,255,255,.22); border-radius: 2px; color: rgba(255,255,255,.8); background: rgba(8,9,8,.4); backdrop-filter: blur(10px); font: 500 7px var(--mono); letter-spacing: .08em; }
.generation-caption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 44px 16px 15px; }
.generation-prompt { max-width: 600px; margin: 0 0 10px; display: flex; align-items: flex-start; gap: 7px; color: white; font: 500 clamp(10px,.82vw,13px)/1.4 var(--mono); letter-spacing: -.02em; }
.generation-prompt b { flex: 0 0 auto; padding: 3px 5px; border-radius: 2px; color: var(--ink); background: var(--acid); font-size: .78em; line-height: 1.25; letter-spacing: 0; }
.generation-prompt span { display: block; text-wrap: balance; }
.generation-model { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.68); font: 500 8px var(--mono); letter-spacing: .06em; }
.generation-model i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px rgba(199,255,36,.75); }
.gallery-disclosure { margin: 14px 0 0; color: #73766f; font: 8px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.gallery-disclosure a { color: #bfc2b8; text-decoration: underline; text-underline-offset: 3px; }
.policy-note { color: var(--muted); font: 9px var(--mono); letter-spacing: .05em; }
@keyframes tile-float {
  from { transform: translate3d(calc(var(--float-x) * -1),calc(var(--float-y) * -1),0) rotate(calc(var(--float-r) * -1)); }
  to { transform: translate3d(var(--float-x),var(--float-y),0) rotate(var(--float-r)); }
}
.catalog { background: var(--white); }
.catalog-intro { display: grid; grid-template-columns: 1fr 1.3fr 1fr; gap: 7vw; align-items: end; margin-bottom: 65px; }
.catalog-intro .eyebrow { align-self: start; }
.catalog-intro > p:last-child { max-width: 420px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.category-row { display: flex; overflow-x: auto; gap: 10px; margin-bottom: 22px; padding-bottom: 3px; scrollbar-width: none; }
.category { flex: 0 0 auto; padding: 12px 14px; border: 1px solid var(--line); border-radius: 3px; cursor: pointer; background: transparent; font: 10px var(--mono); text-transform: uppercase; transition: .2s; }
.category span { margin-left: 15px; color: var(--muted); }
.category:hover, .category.active { color: white; border-color: var(--ink); background: var(--ink); }
.category.active span { color: var(--acid); }
.model-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.model-card { position: relative; min-height: 255px; padding: 25px; display: grid; grid-template-columns: 43px 1fr; gap: 18px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--white); transition: background .2s; }
.model-card:hover { background: #f4f6eb; }
.model-card[hidden] { display: none; }
.model-card img, .model-glyph { width: 43px; height: 43px; border: 1px solid var(--line); border-radius: 7px; object-fit: cover; }
.model-glyph { display: grid; place-items: center; color: white; background: #e958cb; font-weight: 700; }
.model-owner { margin: 3px 0 28px; color: var(--muted); font: 9px var(--mono); letter-spacing: .05em; }
.model-card h3 { margin: 0 0 12px; font-size: 20px; letter-spacing: -.035em; }
.model-card div > p:last-child { max-width: 250px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.model-state { position: absolute; right: 14px; top: 14px; color: #397600; font: 8px var(--mono); }
.model-state-beta { color: #954000; }
.model-state-next { color: #6658a8; }
.workflow { color: #f5f5ef; background: var(--ink); }
.workflow-head > p { max-width: 340px; margin: 0 0 5px; color: #92958d; font-size: 15px; line-height: 1.55; }
.steps { margin: 90px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); list-style: none; border-top: 1px solid #484a45; }
.steps li { min-height: 310px; padding: 28px 4vw 30px 0; border-right: 1px solid #484a45; }
.steps li + li { padding-left: 4vw; }
.steps li:last-child { border-right: 0; }
.steps span { color: var(--acid); font: 10px var(--mono); }
.steps h3 { margin: 85px 0 15px; font-size: 24px; font-weight: 500; letter-spacing: -.04em; }
.steps p { max-width: 310px; margin: 0; color: #a2a49e; font-size: 14px; line-height: 1.55; }
.freedom { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; border-bottom: 1px solid var(--line); }
.freedom-visual { position: relative; overflow: hidden; padding: 8vw 5vw; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 25px; color: var(--acid); background: #2d1b33; background-image: radial-gradient(circle at 50% 50%,#7c2c83,transparent 53%), repeating-radial-gradient(circle at 50% 50%,transparent 0 11px,rgba(199,255,36,.11) 12px 13px); font: 500 clamp(18px,2.7vw,42px) var(--mono); text-align: center; }
.freedom-visual i { font-size: 30px; font-style: normal; transform: rotate(90deg); }
.freedom-copy { padding: 10vw 6vw; display: flex; flex-direction: column; justify-content: center; background: #dedcf8; }
.freedom-copy p:not(.eyebrow) { max-width: 600px; margin: 40px 0 28px; color: #4c4d55; font-size: 17px; line-height: 1.65; }
.pricing { padding: 110px 5vw 120px; display: flex; flex-direction: column; align-items: center; text-align: center; background: var(--acid); }
.pricing h2 { margin: 0 0 52px; font-size: clamp(46px,6vw,96px); line-height: .94; letter-spacing: -.065em; font-weight: 500; }
.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 260px)); gap: 14px; margin-bottom: 40px; width: min(880px, 100%); justify-content: center; }
.price-card { position: relative; display: grid; gap: 6px; padding: 30px 22px 26px; background: #fdfdf6; border: 1px solid rgba(16,17,15,.18); border-radius: 6px; text-align: center; transition: transform .15s ease; }
.price-card:hover { transform: translateY(-3px); }
.price-featured { background: var(--ink); color: white; border-color: var(--ink); }
.price-tag { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); padding: 4px 10px; background: white; color: var(--ink); border: 1px solid var(--ink); border-radius: 999px; font: 500 9px var(--mono); letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.price-amount { font-size: 44px; font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.price-credits { font: 500 12px var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.price-note { color: inherit; opacity: .62; font-size: 12.5px; }
.pricing-rails { margin: 22px 0 0; max-width: 520px; color: #3c3d33; font-size: 14px; line-height: 1.55; }
.pricing-legal { margin: 12px 0 0; max-width: 560px; color: #6a6b5c; font-size: 10.5px; line-height: 1.5; }
.closing { min-height: 690px; padding: 10vw 5vw; display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; background: #10110f; text-align: center; }
.closing h2 { margin-bottom: 46px; font-size: clamp(58px,8vw,120px); }
.closing-note { margin: 19px 0 0; color: #85877f; font: 9px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
footer { min-height: 120px; padding: 30px 3vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; background: var(--acid); font-size: 11px; }
footer p { margin: 0; font: 10px var(--mono); }
footer nav { justify-self: end; display: flex; gap: 25px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav-links, .search-link { display: none; }
  .hero { grid-template-columns: 1fr; gap: 65px; padding-top: 75px; }
  .hero-copy { max-width: 720px; }
  .product-proof { width: min(780px,100%); }
  .generation-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: clamp(150px,23vw,210px); }
  .catalog-intro { grid-template-columns: 1fr 1.5fr; }
  .catalog-intro .eyebrow { grid-column: 1/-1; }
  .model-grid { grid-template-columns: repeat(2,1fr); }
  .freedom { grid-template-columns: 1fr; }
  .freedom-visual { min-height: 540px; }
}

@media (max-width: 640px) {
  .site-header { min-height: 62px; padding: 0 18px; }
  .brand { font-size: 14px; }
  .brand-mark { width: 25px; height: 25px; font-size: 13px; }
  .nav-actions .button { min-height: 36px; padding: 0 13px; font-size: 8px; }
  .hero { min-height: calc(100svh - 62px); padding: 34px 18px 28px; gap: 28px; align-content: start; }
  .hero .eyebrow { margin-bottom: 12px; font-size: 9px; }
  .hero h1 { font-size: clamp(40px,11.4vw,50px); line-height: .92; letter-spacing: -.07em; }
  .hero-lede { margin: 18px 0; font-size: 15px; line-height: 1.38; }
  .hero-actions { align-items: center; flex-direction: row; gap: 19px; }
  .hero-actions .button-large { min-height: 44px; padding-inline: 18px; font-size: 10px; }
  .hero-actions .text-link { padding: 10px 0; border-bottom: 0; font-size: 12px; }
  .product-proof { margin: 0 -7px; }
  .proof-topbar { height: 32px; padding: 0 10px; font-size: 8px; }
  .proof-dots { display: none; }
  .proof-live { font-size: 6px; }
  .proof-chat { height: 330px; min-height: 0; padding: 9px 10px 8px; grid-template-rows: 27px 84px 1fr; gap: 7px; }
  .demo-sequence span { padding-inline: 3px; font-size: 7px; gap: 4px; letter-spacing: .04em; }
  .message { grid-template-columns: 28px 1fr; gap: 9px; font-size: 11px; }
  .avatar { width: 28px; height: 28px; font-size: 10px; }
  .demo-message { inset-block-start: 4px; }
  .message-meta { margin-bottom: 4px !important; }
  .message-meta span { font-size: 8px; }
  .slash-command { max-width: 100%; min-height: 42px; line-height: 1.45; }
  .slash-command b { font-size: 8px; }
  .generation-loader { padding: 15px; grid-template-columns: 22px 1fr auto; gap: 9px; }
  .generation-loader strong { font-size: 11px; }
  .generation-loader small { font-size: 7px; }
  .result-media figcaption { padding-inline: 9px; }
  .result-media figcaption span { font-size: 8px; }
  .result-media figcaption strong { font-size: 9px; }
  .astronaut-result video { object-position: 59% center; }
  .sneaker-result img { object-fit: contain; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .section-head h2, .catalog h2, .freedom h2 { font-size: 48px; }
  .showcase, .catalog, .workflow { padding: 80px 18px; }
  .gallery-intro { max-width: 440px; font-size: 14px; }
  .generation-grid { grid-auto-rows: 145px; gap: 9px; }
  .generation-tile { --float-x: 2px; --float-y: 4px; --float-r: .1deg; }
  .preview-label { left: 9px; top: 9px; padding: 5px 6px; font-size: 6px; }
  .generation-caption { padding: 35px 10px 10px; }
  .generation-prompt { margin-bottom: 7px; display: block; font-size: 8px; line-height: 1.35; }
  .generation-prompt b { width: max-content; margin-bottom: 4px; display: block; font-size: 7px; }
  .generation-model { gap: 5px; font-size: 6px; }
  .generation-model i { width: 5px; height: 5px; }
  .catalog-intro { display: block; }
  .catalog-intro h2 { margin-bottom: 28px; }
  .category-row { margin-right: -18px; }
  .model-grid { grid-template-columns: 1fr; }
  .model-card { min-height: 225px; }
  .workflow-head { display: block; }
  .workflow-head > p { margin-top: 25px; }
  .steps { margin-top: 55px; grid-template-columns: 1fr; }
  .steps li, .steps li + li { min-height: auto; padding: 25px 0 42px; border-right: 0; border-bottom: 1px solid #484a45; }
  .steps h3 { margin-top: 45px; }
  .freedom-visual { min-height: 430px; padding: 70px 25px; }
  .freedom-copy { padding: 85px 18px; }
  .closing { min-height: 620px; padding: 90px 18px; }
  footer { padding: 28px 18px; grid-template-columns: 1fr auto; }
  footer p { grid-column: 1/-1; grid-row: 2; }
}

.mobile-rail { display: none; }
@media (max-width: 640px) {
  .mobile-rail { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: flex; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(12,13,11,.94); backdrop-filter: blur(8px); border-top: 1px solid rgba(255,255,255,.12); }
  .rail-primary { flex: 2; min-height: 44px; }
  .rail-secondary { flex: 1; min-height: 44px; color: white; box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); }
  body { padding-bottom: 68px; }
  .price-grid { grid-template-columns: 1fr; width: 100%; }
  .pricing { padding: 80px 18px 90px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .generation-tile { transform: none !important; }
}
