:root {
  --bg: #0b0e16;
  --bg-soft: #111622;
  --panel: #171d2a;
  --panel-2: #1d2535;
  --line: rgba(211, 225, 255, .14);
  --line-bright: rgba(125, 225, 255, .35);
  --text: #f4f1e8;
  --muted: #aab4c7;
  --cyan: #64e4ff;
  --cyan-deep: #17a8cf;
  --violet: #a884ff;
  --orange: #ff9e4a;
  --green: #91d49c;
  --red: #ff6f79;
  --yellow: #ffd166;
  --shadow: 0 25px 80px rgba(0,0,0,.35);
  --heading: "Oxanium", system-ui, sans-serif;
  --body: "Nunito Sans", system-ui, sans-serif;
  --mono: "Space Mono", ui-monospace, monospace;
  --radius: 18px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 8%, rgba(95, 78, 170, .18), transparent 30rem),
    radial-gradient(circle at 8% 26%, rgba(24, 159, 188, .10), transparent 26rem),
    var(--bg);
  font-family: var(--body);
  line-height: 1.55;
  overflow-x: hidden;
}
body.drawer-open, body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
::selection { color: #071015; background: var(--cyan); }

.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 99; opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; left: 1rem; top: -4rem; padding: .75rem 1rem; color: #061014; background: var(--cyan); border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky; top: 0; z-index: 80; height: 78px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(9, 12, 20, .82);
  backdrop-filter: blur(18px);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; flex: 0 0 auto; }
.brand-mark { position: relative; width: 38px; height: 38px; border: 1px solid rgba(100,228,255,.45); transform: rotate(45deg); border-radius: 10px; background: linear-gradient(135deg, rgba(100,228,255,.16), rgba(168,132,255,.15)); box-shadow: inset 0 0 18px rgba(100,228,255,.08), 0 0 20px rgba(100,228,255,.08); }
.brand-moon { position: absolute; width: 16px; height: 16px; border-radius: 50%; background: var(--cyan); left: 10px; top: 10px; box-shadow: 0 0 16px rgba(100,228,255,.7); }
.brand-moon::after { content: ""; position: absolute; width: 14px; height: 14px; border-radius: 50%; background: #141928; left: 5px; top: -2px; }
.brand-orbit { position: absolute; width: 28px; height: 10px; border: 1px solid var(--violet); border-radius: 50%; left: 4px; top: 13px; transform: rotate(-45deg); }
.brand-name { font-family: var(--heading); font-size: 1.13rem; font-weight: 700; letter-spacing: .08em; }
.brand-name span { color: var(--cyan); }
.main-nav { display: flex; align-items: center; gap: 1.6rem; margin-left: auto; }
.main-nav a { position: relative; color: #ccd4e2; font-weight: 700; font-size: .92rem; }
.main-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -8px; background: var(--cyan); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.selection-button { display: inline-flex; align-items: center; gap: .55rem; border: 1px solid var(--line-bright); background: rgba(100,228,255,.07); border-radius: 10px; padding: .65rem .8rem; cursor: pointer; font-weight: 800; font-size: .86rem; }
.selection-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.selection-button b { min-width: 22px; height: 22px; display: grid; place-items: center; border-radius: 6px; background: var(--cyan); color: #071117; font-family: var(--mono); font-size: .72rem; }
.nav-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 9px; background: var(--panel); padding: 9px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--text); }

.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); padding-top: 4rem; padding-bottom: 5rem; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1rem; color: var(--cyan); font-family: var(--mono); font-size: .7rem; letter-spacing: .12em; font-weight: 700; }
.eyebrow > span { width: 24px; height: 1px; background: currentColor; box-shadow: 9px 4px 0 -0.2px currentColor; }
h1, h2, h3 { font-family: var(--heading); line-height: 1.05; margin-top: 0; }
h1 { font-size: clamp(3.35rem, 7vw, 6.4rem); margin-bottom: 1.35rem; letter-spacing: -.055em; }
h1 em, h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 1.5px var(--cyan); text-shadow: 0 0 30px rgba(100,228,255,.12); }
.hero-text { max-width: 630px; color: #c3ccdc; font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: .8rem; min-height: 50px; padding: .82rem 1.15rem; border: 1px solid transparent; border-radius: 9px; cursor: pointer; font-weight: 900; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #061014; background: var(--cyan); box-shadow: 6px 6px 0 rgba(25,135,161,.35); }
.button-primary:hover { box-shadow: 9px 9px 0 rgba(25,135,161,.35), 0 0 28px rgba(100,228,255,.16); }
.button-ghost { border-color: var(--line-bright); background: rgba(255,255,255,.03); }
.button-ghost:hover { background: rgba(100,228,255,.08); }
.hero-metrics { display: flex; gap: 2.4rem; margin-top: 3.4rem; }
.hero-metrics div { position: relative; display: grid; }
.hero-metrics div + div::before { content: ""; position: absolute; left: -1.2rem; top: 4px; bottom: 4px; width: 1px; background: var(--line); }
.hero-metrics strong { color: var(--cyan); font-family: var(--heading); font-size: 1.4rem; }
.hero-metrics span { color: var(--muted); font-size: .78rem; }

.hero-stage { position: relative; min-height: 600px; border: 1px solid var(--line); border-radius: 26px; overflow: hidden; background: linear-gradient(145deg, rgba(25,34,51,.92), rgba(10,14,23,.94)); box-shadow: var(--shadow); isolation: isolate; }
.hero-stage::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(100,228,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(100,228,255,.055) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-stage::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(168,132,255,.18); border-radius: 50%; top: 74px; left: 50%; transform: translateX(-50%); box-shadow: 0 0 0 35px rgba(168,132,255,.025), 0 0 0 70px rgba(168,132,255,.02); }
.hud { position: absolute; z-index: 8; left: 22px; right: 22px; display: flex; align-items: center; gap: .7rem; font-family: var(--mono); font-size: .6rem; letter-spacing: .08em; color: #aeb9c9; }
.hud-top { top: 18px; }
.hud-bottom { bottom: 18px; justify-content: space-between; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #71ff9f; box-shadow: 0 0 10px #71ff9f; }
.stage-stars { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,.8) 0 1px, transparent 1.2px); background-size: 63px 71px; opacity: .22; }
.planet { position: absolute; width: 190px; height: 190px; right: -32px; top: 58px; border-radius: 50%; background: linear-gradient(145deg, rgba(100,228,255,.85), rgba(116,89,209,.75)); box-shadow: inset -35px -28px 0 rgba(23,22,66,.22), 0 0 55px rgba(100,228,255,.22); opacity: .65; }
.planet::before, .planet::after { content: ""; position: absolute; border-radius: 50%; background: rgba(12,17,30,.18); }
.planet::before { width: 37px; height: 37px; left: 45px; top: 42px; }
.planet::after { width: 22px; height: 22px; right: 40px; bottom: 38px; }
.planet span { position: absolute; width: 250px; height: 47px; border: 8px solid rgba(180,147,255,.5); border-radius: 50%; left: -31px; top: 72px; transform: rotate(-11deg); }
.printer { position: absolute; z-index: 5; width: 330px; left: 50%; bottom: 70px; transform: translateX(-50%); filter: drop-shadow(0 30px 22px rgba(0,0,0,.4)); }
.printer-top { width: 100%; height: 38px; background: linear-gradient(#343f55,#222b3e); border: 1px solid #5c6e8e; clip-path: polygon(6% 0,94% 0,100% 100%,0 100%); display: flex; align-items: center; justify-content: flex-end; padding-right: 20px; gap: 7px; }
.printer-top i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }
.printer-frame { height: 340px; border-left: 23px solid #263148; border-right: 23px solid #263148; position: relative; background: linear-gradient(rgba(100,228,255,.025), rgba(100,228,255,.01)); box-shadow: inset 0 0 0 1px rgba(142,173,217,.25); }
.printer-frame::before, .printer-frame::after { content: ""; position: absolute; left: -15px; width: 8px; top: 10px; bottom: 10px; background: repeating-linear-gradient(to bottom,#4c5b76 0 3px,#1d2537 3px 8px); }
.printer-frame::after { left: auto; right: -15px; }
.printer-head { position: absolute; z-index: 3; width: 92px; height: 58px; left: 50%; top: 74px; transform: translateX(-50%); background: linear-gradient(145deg,#46536b,#252e42); border: 1px solid #6d7f9c; clip-path: polygon(8% 0,92% 0,100% 80%,74% 100%,26% 100%,0 80%); animation: headMove 4s ease-in-out infinite; }
.printer-head span { position: absolute; width: 28px; height: 11px; left: 50%; bottom: -11px; transform: translateX(-50%); background: var(--orange); clip-path: polygon(20% 0,80% 0,100% 100%,0 100%); box-shadow: 0 0 14px rgba(255,158,74,.55); }
.print-thread { position: absolute; z-index: 2; width: 2px; height: 105px; background: linear-gradient(var(--orange), transparent); left: 50%; top: 132px; transform: translateX(-50%); opacity: .7; animation: threadPulse 2s ease-in-out infinite; }
.printer-bed { position: absolute; left: 18px; right: 18px; bottom: 26px; height: 34px; background: linear-gradient(#3a465a,#1d2636); border: 1px solid #687993; transform: perspective(180px) rotateX(20deg); box-shadow: 0 10px 0 #111827; }
.printed-object { position: absolute; z-index: 2; width: 115px; height: 115px; left: 50%; bottom: 58px; transform: translateX(-50%); border-radius: 48% 48% 34% 34%; background: linear-gradient(145deg,#b699ff,#7d5bd7); box-shadow: inset -16px -10px rgba(44,27,100,.22), 0 0 25px rgba(168,132,255,.2); }
.object-ear { position: absolute; width: 44px; height: 56px; background: inherit; top: -20px; clip-path: polygon(50% 0,100% 100%,0 86%); }
.object-ear.left { left: 5px; transform: rotate(-17deg); }
.object-ear.right { right: 5px; transform: rotate(17deg) scaleX(-1); }
.object-face::before, .object-face::after { content: ""; position: absolute; width: 9px; height: 13px; border-radius: 50%; background: #1a1730; top: 48px; }
.object-face::before { left: 32px; } .object-face::after { right: 32px; }
.printer-base { height: 67px; background: linear-gradient(#2b364b,#151d2d); border: 1px solid #52627e; clip-path: polygon(0 0,100% 0,94% 100%,6% 100%); padding: 15px 36px; }
.printer-base span { font-family: var(--mono); font-size: .58rem; color: var(--cyan); }
.printer-base b { display: block; height: 5px; margin-top: 8px; border-radius: 4px; background: linear-gradient(90deg,var(--cyan) 78%,rgba(255,255,255,.1) 78%); box-shadow: 0 0 12px rgba(100,228,255,.25); }
.floating-cube { position: absolute; z-index: 4; width: 42px; height: 42px; border: 1px solid rgba(100,228,255,.5); background: rgba(100,228,255,.08); transform: rotate(30deg) skew(-7deg); box-shadow: inset 0 0 20px rgba(100,228,255,.08), 0 0 20px rgba(100,228,255,.08); }
.cube-one { left: 47px; top: 145px; animation: float 4s ease-in-out infinite; }
.cube-two { right: 46px; bottom: 100px; width: 30px; height: 30px; border-color: rgba(168,132,255,.6); animation: float 5s ease-in-out infinite reverse; }
@keyframes headMove { 0%,100% { transform: translateX(-50%); } 50% { transform: translateX(-20%); } }
@keyframes threadPulse { 0%,100% { opacity: .25; } 50% { opacity: .9; } }
@keyframes float { 0%,100% { translate: 0 0; rotate: 0deg; } 50% { translate: 0 -14px; rotate: 8deg; } }

.ticker { overflow: hidden; border-block: 1px solid var(--line); background: var(--cyan); color: #071117; transform: rotate(-1deg) scale(1.02); }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 1.7rem; padding: .72rem 0; animation: ticker 30s linear infinite; font-family: var(--heading); font-weight: 800; letter-spacing: .08em; }
.ticker-track i { font-style: normal; font-size: .75rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding-top: 8.5rem; padding-bottom: 8.5rem; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 3rem; }
.section-heading h2, .custom-copy h2, .lab-copy h2, .contact-copy h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.5rem); letter-spacing: -.045em; }
.section-heading > p { max-width: 450px; margin: 0; color: var(--muted); }

.universe-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; }
.universe-card { position: relative; min-height: 285px; padding: 1.4rem; text-align: left; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(160deg, rgba(255,255,255,.055), rgba(255,255,255,.016)); overflow: hidden; cursor: pointer; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.universe-card:nth-child(1), .universe-card:nth-child(2) { grid-column: span 3; }
.universe-card:nth-child(n+3) { grid-column: span 2; min-height: 250px; }
.universe-card::before { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; right: -60px; top: -60px; background: var(--accent); opacity: .13; filter: blur(2px); }
.universe-card::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: var(--accent); transform: scaleX(.25); transform-origin: left; transition: transform .3s ease; }
.universe-card:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--accent) 55%, transparent); box-shadow: 0 25px 60px rgba(0,0,0,.24); }
.universe-card:hover::after { transform: scaleX(1); }
.universe-education { --accent: var(--cyan); }
.universe-parametric { --accent: var(--violet); }
.universe-daily { --accent: var(--green); }
.universe-fantasy { --accent: var(--orange); }
.universe-events { --accent: var(--red); }
.universe-index { color: var(--muted); font-family: var(--mono); font-size: .68rem; }
.universe-icon { position: absolute; right: 1.4rem; top: 1.15rem; width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--accent) 40%, transparent); color: var(--accent); background: color-mix(in srgb, var(--accent) 9%, transparent); border-radius: 15px; font-size: 1.7rem; font-family: var(--heading); }
.universe-card h3 { margin: 6rem 0 .8rem; font-size: 1.55rem; }
.universe-card p { color: var(--muted); margin-bottom: 1.4rem; max-width: 360px; }
.universe-link { display: flex; align-items: center; justify-content: space-between; color: var(--accent); font-weight: 900; font-size: .85rem; }
.universe-link b { font-size: 1.1rem; }

.creations-section { position: relative; border-block: 1px solid var(--line); background: rgba(255,255,255,.018); }
.creations-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.025) 50%, transparent 50.1%); background-size: 140px 100%; }
.catalog-toolbar { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 2rem; }
.filters { display: flex; flex-wrap: wrap; gap: .55rem; }
.filter-button { border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.025); padding: .62rem .85rem; cursor: pointer; color: #bdc7d7; font-weight: 800; font-size: .8rem; }
.filter-button:hover, .filter-button.active { color: #061014; border-color: var(--cyan); background: var(--cyan); }
.search-box { min-width: 230px; display: flex; align-items: center; gap: .6rem; padding: .65rem .8rem; border: 1px solid var(--line); border-radius: 8px; background: #0b0f19; }
.search-box svg { width: 18px; fill: none; stroke: var(--muted); stroke-width: 1.8; }
.search-box input { width: 100%; border: 0; outline: 0; color: var(--text); background: transparent; }
.product-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.product-card { position: relative; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #101621; transition: transform .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(100,228,255,.35); }
.product-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #e9edf0; }
.product-media::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -60px 60px -50px rgba(5,8,14,.35); pointer-events: none; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-media img { transform: scale(1.035); }
.product-badge { position: absolute; z-index: 2; left: 12px; top: 12px; padding: .38rem .55rem; border-radius: 6px; color: #071117; background: var(--cyan); font-family: var(--mono); font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.product-like { position: absolute; z-index: 3; right: 12px; top: 12px; width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; background: rgba(10,14,23,.7); backdrop-filter: blur(10px); cursor: pointer; }
.product-like:hover, .product-like.selected { color: #071117; background: var(--cyan); border-color: var(--cyan); }
.product-body { padding: 1.15rem; }
.product-kicker { display: flex; justify-content: space-between; color: var(--muted); font-family: var(--mono); font-size: .61rem; text-transform: uppercase; }
.product-body h3 { margin: .7rem 0 .55rem; font-size: 1.15rem; }
.product-body > p { min-height: 3.2em; margin: 0; color: var(--muted); font-size: .88rem; }
.product-footer { display: flex; justify-content: space-between; align-items: center; gap: .7rem; margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.product-price { display: grid; }
.product-price span { color: var(--muted); font-size: .65rem; }
.product-price strong { font-family: var(--heading); color: var(--cyan); font-size: .9rem; }
.product-open { border: 0; border-bottom: 1px solid var(--cyan); padding: .25rem 0; background: none; color: var(--cyan); cursor: pointer; font-weight: 900; font-size: .8rem; }
.empty-state { text-align: center; color: var(--muted); padding: 3rem 1rem; }

.custom-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.custom-visual { position: relative; min-height: 560px; border: 1px solid var(--line-bright); border-radius: 24px; overflow: hidden; background: #101827; box-shadow: var(--shadow); }
.blueprint-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(100,228,255,.11) 1px, transparent 1px), linear-gradient(90deg,rgba(100,228,255,.11) 1px, transparent 1px), linear-gradient(rgba(100,228,255,.05) 1px, transparent 1px), linear-gradient(90deg,rgba(100,228,255,.05) 1px, transparent 1px); background-size: 50px 50px,50px 50px,10px 10px,10px 10px; }
.custom-model { position: absolute; width: 260px; height: 175px; left: 50%; top: 50%; transform: translate(-50%,-42%) rotateX(56deg) rotateZ(-28deg); transform-style: preserve-3d; }
.model-letter { position: absolute; z-index: 2; width: 150px; height: 170px; left: 55px; bottom: 42px; display: grid; place-items: center; border: 10px solid var(--violet); color: var(--violet); font-family: var(--heading); font-size: 7rem; font-weight: 800; background: rgba(168,132,255,.13); box-shadow: 18px 18px 0 rgba(105,73,190,.55), inset 0 0 30px rgba(168,132,255,.18); transform: rotateX(-50deg) translateZ(60px); }
.model-base { position: absolute; inset: auto 0 0; height: 75px; border: 4px solid var(--cyan); background: rgba(100,228,255,.16); box-shadow: 18px 18px 0 rgba(23,118,140,.55); }
.dimension { position: absolute; color: var(--cyan); font-family: var(--mono); font-size: .67rem; }
.dimension::before, .dimension::after { content: ""; position: absolute; background: var(--cyan); }
.dimension-x { left: 15%; right: 15%; bottom: 58px; text-align: center; border-top: 1px solid var(--cyan); }
.dimension-x::before, .dimension-x::after { width: 1px; height: 8px; top: -4px; } .dimension-x::before { left: 0; } .dimension-x::after { right: 0; }
.dimension-x span { position: relative; top: 7px; padding: 0 .5rem; background: #101827; }
.dimension-y { right: 35px; top: 19%; bottom: 19%; border-left: 1px solid var(--cyan); writing-mode: vertical-rl; text-align: center; }
.dimension-y::before, .dimension-y::after { width: 8px; height: 1px; left: -4px; } .dimension-y::before { top: 0; } .dimension-y::after { bottom: 0; }
.dimension-y span { position: relative; left: 8px; padding: .5rem 0; background: #101827; }
.coordinate { position: absolute; left: 18px; color: rgba(100,228,255,.7); font-family: var(--mono); font-size: .57rem; }
.c1 { top: 18px; } .c2 { top: 38px; } .c3 { top: 58px; }
.custom-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.process-list { list-style: none; padding: 0; margin: 2.3rem 0; }
.process-list li { display: flex; gap: 1.2rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.process-list li b { color: var(--cyan); font-family: var(--mono); font-size: .72rem; }
.process-list li span { display: grid; color: var(--muted); font-size: .88rem; }
.process-list strong { color: var(--text); font-size: 1rem; }

.lab-section { border-block: 1px solid var(--line); background: linear-gradient(135deg, rgba(168,132,255,.09), rgba(100,228,255,.04)); }
.lab-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; align-items: center; }
.lab-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.lab-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 2rem; }
.lab-tags span { padding: .5rem .7rem; border: 1px solid rgba(168,132,255,.35); border-radius: 7px; color: #cab9f5; background: rgba(168,132,255,.07); font-family: var(--mono); font-size: .64rem; }
.lab-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.lab-panels article { min-height: 205px; padding: 1.35rem; border: 1px solid var(--line); border-radius: 15px; background: rgba(10,14,23,.55); }
.lab-panels article:nth-child(2), .lab-panels article:nth-child(3) { transform: translateY(22px); }
.lab-panels span { color: var(--violet); font-family: var(--mono); font-size: .68rem; }
.lab-panels h3 { margin: 3.3rem 0 .6rem; font-size: 1.35rem; }
.lab-panels p { margin: 0; color: var(--muted); font-size: .88rem; }

.contact-card { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4rem; padding: clamp(1.5rem, 4vw, 3.5rem); border: 1px solid var(--line-bright); border-radius: 24px; background: linear-gradient(145deg, rgba(100,228,255,.08), rgba(168,132,255,.07)); box-shadow: var(--shadow); }
.contact-copy > p:not(.eyebrow) { color: var(--muted); }
.contact-note { padding: .8rem; border-left: 3px solid var(--orange); background: rgba(255,158,74,.07); font-size: .8rem; }
.contact-note code { color: var(--orange); font-family: var(--mono); }
.contact-form { display: grid; gap: 1rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: .45rem; color: #d6dce7; font-weight: 800; font-size: .8rem; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; outline: none; padding: .82rem .9rem; color: var(--text); background: rgba(7,10,17,.65); resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(100,228,255,.09); }
.contact-form select option { color: #111; }
.contact-form .button { justify-self: start; }
.form-status { min-height: 1.4em; margin: 0; color: var(--cyan); font-size: .82rem; }

.site-footer { padding-top: 4.5rem; border-top: 1px solid var(--line); background: #070a10; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr .8fr; gap: 3rem; padding-bottom: 3.2rem; }
.footer-brand { margin-bottom: 1rem; }
.footer-grid > div:first-child p { max-width: 310px; color: var(--muted); }
.footer-grid h3 { margin-bottom: 1rem; color: var(--muted); font-family: var(--mono); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a:not(.brand) { display: block; margin: .55rem 0; color: #c4ccda; font-size: .85rem; }
.footer-grid a:hover { color: var(--cyan); }
.footer-status { align-self: start; padding: 1rem; border: 1px solid rgba(113,255,159,.2); border-radius: 10px; background: rgba(113,255,159,.04); }
.footer-status .status-dot { display: inline-block; }
.footer-status p { margin: .6rem 0 .1rem; color: var(--muted); font-family: var(--mono); font-size: .58rem; }
.footer-status strong { color: #71ff9f; font-family: var(--heading); font-size: .85rem; }
.footer-bottom { display: flex; justify-content: space-between; padding: 1.2rem 0 1.5rem; border-top: 1px solid var(--line); color: #758095; font-family: var(--mono); font-size: .58rem; }

.modal, .selection-drawer { position: fixed; inset: 0; z-index: 120; visibility: hidden; opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
.modal[aria-hidden="false"], .selection-drawer[aria-hidden="false"] { visibility: visible; opacity: 1; }
.modal-backdrop, .drawer-backdrop { position: absolute; inset: 0; background: rgba(3,5,9,.76); backdrop-filter: blur(7px); }
.modal-panel { position: absolute; width: min(920px, calc(100% - 32px)); max-height: calc(100vh - 32px); overflow: auto; display: grid; grid-template-columns: 1fr 1fr; left: 50%; top: 50%; transform: translate(-50%,-48%) scale(.98); border: 1px solid var(--line-bright); border-radius: 20px; background: #101621; box-shadow: var(--shadow); transition: transform .25s ease; }
.modal[aria-hidden="false"] .modal-panel { transform: translate(-50%,-50%) scale(1); }
.modal-image { min-height: 480px; background: #edf0f2; }
.modal-image img { width: 100%; height: 100%; object-fit: cover; }
.modal-content { padding: 3rem 2rem 2rem; }
.icon-button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; background: #171e2b; cursor: pointer; font-size: 1.55rem; }
.modal-close { position: absolute; z-index: 4; right: 12px; top: 12px; }
.product-code { color: var(--cyan); font-family: var(--mono); font-size: .65rem; }
.modal-content h2 { font-size: 2.3rem; margin-bottom: 1rem; }
.modal-content > p:not(.product-code) { color: var(--muted); }
.modal-meta { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin: 1.5rem 0; }
.modal-meta div { padding: .75rem; border: 1px solid var(--line); border-radius: 8px; }
.modal-meta small { display: block; color: var(--muted); font-size: .62rem; }
.modal-meta strong { font-size: .85rem; }
.modal-tags { display: flex; flex-wrap: wrap; gap: .45rem; }
.modal-tags span { padding: .35rem .5rem; border-radius: 5px; color: #bfaeff; background: rgba(168,132,255,.1); font-family: var(--mono); font-size: .58rem; }
.modal-actions { display: grid; gap: .75rem; margin-top: 2rem; }

.drawer-panel { position: absolute; top: 0; right: 0; width: min(470px, 100%); height: 100%; display: flex; flex-direction: column; background: #0e141f; border-left: 1px solid var(--line-bright); box-shadow: -20px 0 70px rgba(0,0,0,.38); transform: translateX(100%); transition: transform .3s ease; }
.selection-drawer[aria-hidden="false"] .drawer-panel { transform: translateX(0); }
.drawer-header { display: flex; justify-content: space-between; align-items: start; gap: 1rem; padding: 1.4rem; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 0; font-size: 1.9rem; }
.drawer-header .eyebrow { margin-bottom: .45rem; }
.selection-list { overflow-y: auto; padding: 1rem 1.4rem; }
.selection-item { display: grid; grid-template-columns: 70px 1fr auto; gap: .8rem; align-items: center; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.selection-item img { width: 70px; height: 60px; object-fit: cover; border-radius: 7px; background: #eee; }
.selection-item h3 { margin: 0 0 .2rem; font-family: var(--body); font-size: .9rem; }
.selection-item p { margin: 0; color: var(--muted); font-size: .7rem; }
.selection-remove { border: 0; background: none; color: var(--red); cursor: pointer; font-size: 1.2rem; }
.selection-empty { margin: auto; padding: 2rem; text-align: center; color: var(--muted); }
.selection-empty span { display: block; color: var(--cyan); font-size: 3rem; }
.selection-empty h3 { color: var(--text); }
.drawer-footer { margin-top: auto; padding: 1.4rem; border-top: 1px solid var(--line); }
.drawer-footer p { margin-top: 0; color: var(--muted); font-size: .75rem; }
.drawer-footer .button { width: 100%; }
.noscript { position: fixed; z-index: 300; bottom: 0; left: 0; right: 0; padding: 1rem; background: #f9d966; color: #211b05; text-align: center; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .main-nav { position: fixed; inset: 78px 0 auto; display: none; padding: 1rem 20px 1.3rem; background: rgba(9,12,20,.97); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: .65rem 0; }
  .nav-toggle { display: block; }
  .selection-button span { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 5rem; }
  .hero-copy { max-width: 720px; }
  .hero-stage { width: min(620px,100%); min-height: 560px; justify-self: center; }
  .universe-grid { grid-template-columns: 1fr 1fr; }
  .universe-card, .universe-card:nth-child(n) { grid-column: auto; min-height: 255px; }
  .universe-card:last-child { grid-column: span 2; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .custom-section, .lab-grid, .contact-card { grid-template-columns: 1fr; }
  .custom-visual { order: 2; }
  .lab-copy { max-width: 720px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-status { display: none; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .site-header { height: 68px; }
  .main-nav { inset: 68px 0 auto; }
  .brand-mark { width: 32px; height: 32px; }
  .brand-moon { left: 7px; top: 7px; }
  .brand-orbit { width: 25px; left: 2px; top: 10px; }
  .brand-name { font-size: .92rem; }
  .selection-button { padding: .55rem; }
  .hero { min-height: auto; padding-top: 4rem; padding-bottom: 4.5rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-actions { display: grid; }
  .hero-metrics { gap: 1.25rem; }
  .hero-metrics div + div::before { left: -.65rem; }
  .hero-metrics span { font-size: .64rem; }
  .hero-stage { min-height: 430px; }
  .printer { width: 255px; bottom: 58px; }
  .printer-frame { height: 260px; }
  .printed-object { width: 90px; height: 90px; bottom: 54px; }
  .printer-head { top: 50px; }
  .print-thread { top: 108px; height: 60px; }
  .planet { width: 135px; height: 135px; }
  .planet span { width: 175px; top: 50px; }
  .section { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1rem; }
  .universe-grid, .product-grid, .lab-panels, .field-row { grid-template-columns: 1fr; }
  .universe-card, .universe-card:nth-child(n), .universe-card:last-child { grid-column: auto; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .search-box { min-width: 0; }
  .filters { display: grid; grid-template-columns: 1fr 1fr; }
  .filter-button:first-child { grid-column: span 2; }
  .product-body > p { min-height: auto; }
  .custom-visual { min-height: 430px; }
  .custom-model { transform: translate(-50%,-42%) rotateX(56deg) rotateZ(-28deg) scale(.78); }
  .lab-panels article:nth-child(n) { transform: none; }
  .contact-card { gap: 2rem; }
  .contact-form .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: span 2; }
  .footer-bottom { gap: 1rem; flex-direction: column; }
  .modal-panel { grid-template-columns: 1fr; }
  .modal-image { min-height: 280px; max-height: 340px; }
  .modal-content { padding: 2rem 1.25rem 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
