:root {
  --bg: #080b12;
  --bg-soft: #0d121d;
  --panel: #111825;
  --line: rgba(224, 235, 255, 0.14);
  --muted: #7b879d;
  --text: #f1f5fb;
  --lime: #d4ff62;
  --orange: #ff9a52;
  --body: #bbc4d0;
  --laptop-shell: #bfc7cd;
  --laptop-edge: #79838e;
  --laptop-highlight: #f3f7fa;
  --screen-accent: #d4ff62;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", "Noto Sans SC", sans-serif;
  -webkit-font-smoothing: antialiased;
}

button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.site-shell { overflow: hidden; }

.topbar {
  align-items: center;
  display: flex;
  height: 78px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 6vw;
}
.brand { align-items: center; display: flex; font-size: 12px; font-weight: 800; gap: 10px; letter-spacing: .13em; }
.brand em { color: var(--muted); font-size: 9px; font-style: normal; font-weight: 500; margin-left: 7px; letter-spacing: .08em; }
.brand-mark, .footer-mark { align-items: center; background: var(--lime); color: #0d1212; display: inline-flex; font-family: "DM Mono", monospace; font-size: 15px; font-weight: 500; height: 30px; justify-content: center; width: 30px; }
.main-nav { display: flex; gap: clamp(22px, 4vw, 58px); margin-left: 9%; }
.main-nav a { color: #718097; font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .12em; padding: 11px 0; position: relative; transition: color .25s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--text); }
.main-nav a.active::after { background: var(--lime); bottom: 0; content: ""; height: 2px; left: 0; position: absolute; width: 16px; }
.ghost-button { background: transparent; border: 1px solid var(--line); cursor: pointer; font-size: 11px; letter-spacing: .08em; padding: 11px 15px; transition: border-color .25s ease, color .25s ease, transform .25s ease; }
.ghost-button span, .primary-button span, .spec-link span { color: var(--lime); font-size: 15px; margin-left: 8px; }
.ghost-button:hover { border-color: var(--lime); color: var(--lime); transform: translateY(-2px); }

.section-grid { display: grid; grid-template-columns: minmax(300px, .83fr) minmax(500px, 1.17fr); gap: 4vw; margin: 0 auto; max-width: 1440px; padding-left: 6vw; padding-right: 6vw; }
.hero { min-height: 688px; padding-top: 65px; }
.hero-copy { align-self: center; padding-bottom: 72px; position: relative; z-index: 2; }
.eyebrow { align-items: center; color: var(--muted); display: flex; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .17em; line-height: 1.5; }
.live-dot { background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(212,255,98,.09); height: 5px; margin-right: 12px; width: 5px; }
h1 { font-size: clamp(58px, 7.1vw, 106px); font-weight: 800; letter-spacing: -.085em; line-height: .97; margin: 28px 0 26px; max-width: 650px; }
h1 span { color: var(--lime); }
.hero-intro { color: var(--body); font-size: 14px; line-height: 1.9; margin: 0; max-width: 390px; }
.hero-actions { align-items: center; display: flex; gap: 27px; margin-top: 34px; }
.primary-button { background: var(--lime); border: 1px solid var(--lime); color: #12170f; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .06em; padding: 15px 18px; transition: background .25s ease, box-shadow .25s ease, transform .25s ease; }
.primary-button:hover { background: #e2ff8c; box-shadow: 0 10px 35px rgba(212,255,98,.15); transform: translateY(-3px); }
.text-button { align-items: center; background: transparent; border: 0; color: var(--muted); cursor: pointer; display: inline-flex; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .09em; padding: 12px 0; }
.text-button:hover { color: var(--text); }
.play-icon { align-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--lime); display: inline-flex; font-size: 8px; height: 27px; justify-content: center; margin-right: 9px; padding-left: 2px; width: 27px; }
.text-button.playing .play-icon { color: #12170f; background: var(--lime); }
.hero-meta { border-top: 1px solid var(--line); display: flex; gap: clamp(20px, 4vw, 48px); margin-top: 75px; padding-top: 17px; }
.hero-meta > div { display: flex; flex-direction: column; gap: 7px; }
.meta-label { color: #59667c; font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .12em; }
.hero-meta strong { font-size: 12px; font-weight: 600; letter-spacing: .02em; white-space: nowrap; }
.status-text { align-items: center; display: flex; gap: 5px; }
.status-text span { background: var(--lime); border-radius: 50%; height: 5px; width: 5px; }

.hero-visual { min-width: 0; position: relative; }
.visual-topline, .visual-controls { align-items: center; display: flex; font-family: "DM Mono", monospace; font-size: 9px; justify-content: space-between; letter-spacing: .14em; }
.visual-topline { color: #606d83; padding: 12px 0 9px; }
.visual-topline .mono { color: var(--lime); }
.visual-topline i { color: #5f6b80; font-style: normal; margin: 0 4px; }
.scene { align-items: center; display: flex; height: 540px; justify-content: center; overflow: hidden; position: relative; touch-action: none; }
.scene-grid { background-image: linear-gradient(rgba(147,165,194,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(147,165,194,.07) 1px, transparent 1px); background-size: 55px 55px; bottom: 8%; height: 58%; left: -10%; mask-image: linear-gradient(to bottom, transparent, #000 40%, transparent); position: absolute; transform: perspective(400px) rotateX(61deg); width: 120%; }
.scene-grid::after { background: linear-gradient(90deg, transparent, rgba(212,255,98,.2), transparent); content: ""; height: 1px; left: 0; position: absolute; top: 48%; width: 100%; }
.halo { background: radial-gradient(ellipse, rgba(196,221,255,.17), rgba(75,101,140,.06) 38%, transparent 70%); height: 450px; left: 50%; position: absolute; top: 34%; transform: translate(-50%, -50%); width: 620px; }
.orbit { border: 1px solid rgba(212,255,98,.22); border-radius: 50%; height: 440px; left: 50%; position: absolute; top: 47%; transform: translate(-50%, -50%) rotate(-22deg) scaleY(.34); width: 680px; }
.orbit-two { border-color: rgba(178,198,231,.12); height: 540px; transform: translate(-50%, -50%) rotate(63deg) scaleY(.26); width: 790px; }
.model-shadow { background: rgba(0,0,0,.75); border-radius: 50%; bottom: 12%; filter: blur(23px); height: 38px; left: 50%; position: absolute; transform: translateX(-50%); width: 390px; }
.laptop-wrap { height: 480px; perspective: 1100px; position: relative; width: 590px; z-index: 1; }
.laptop { height: 480px; position: absolute; transform: rotateX(var(--rotate-x)) rotateY(var(--rotate-y)) translateY(var(--float)); transform-style: preserve-3d; transition: transform 1s cubic-bezier(.22,1,.36,1); width: 590px; }
.laptop.is-dragging { transition: none; }
.lid { height: 292px; left: 108px; position: absolute; top: 13px; transform: translateZ(0); transform-origin: 50% 100%; transform-style: preserve-3d; width: 408px; }
.lid-back { background: linear-gradient(125deg, var(--laptop-highlight), var(--laptop-shell) 45%, var(--laptop-edge)); border: 1px solid rgba(255,255,255,.58); border-radius: 15px 15px 8px 8px; box-shadow: inset 0 0 0 1px rgba(23,29,36,.11), 16px 18px 22px rgba(0,0,0,.27); height: 100%; position: absolute; transform: translateZ(-10px); width: 100%; }
.lid-back::after { background: linear-gradient(115deg, rgba(255,255,255,.48), transparent 35%); border-radius: inherit; content: ""; inset: 0; position: absolute; }
.screen-bezel { background: #171d26; border: 4px solid #252c36; border-radius: 12px 12px 6px 6px; height: 244px; left: 24px; overflow: hidden; position: absolute; top: 18px; transform: translateZ(2px); width: 360px; }
.screen { background: radial-gradient(circle at 25% 25%, rgba(212,255,98,.14), transparent 28%), linear-gradient(130deg, #1a252a, #081013 75%); height: 100%; overflow: hidden; position: relative; }
.screen::after { border: 1px solid rgba(212,255,98,.18); content: ""; inset: 12px; position: absolute; }
.screen-noise { background-image: radial-gradient(rgba(255,255,255,.34) .6px, transparent .6px); background-size: 5px 5px; inset: 0; opacity: .06; position: absolute; }
.screen-topbar { color: #657873; display: flex; font-family: "DM Mono", monospace; font-size: 6px; justify-content: space-between; letter-spacing: .12em; padding: 18px 20px 0; position: relative; z-index: 1; }
.screen-content { padding: 52px 36px 0; position: relative; z-index: 1; }
.screen-kicker { color: #7b8d7f; font-family: "DM Mono", monospace; font-size: 6px; letter-spacing: .12em; }
.screen-title { color: #e6f0e8; font-family: "Manrope", sans-serif; font-size: 43px; font-weight: 800; letter-spacing: -.11em; line-height: 1; margin-top: 9px; }
.screen-title span { color: var(--screen-accent); }
.screen-wave { align-items: end; display: flex; gap: 3px; height: 55px; margin-top: 19px; opacity: .9; }
.screen-wave span { background: linear-gradient(to top, var(--screen-accent), rgba(212,255,98,.15)); height: 34%; width: 8px; }
.screen-wave span:nth-child(2) { height: 47%; }.screen-wave span:nth-child(3) { height: 36%; }.screen-wave span:nth-child(4) { height: 63%; }.screen-wave span:nth-child(5) { height: 50%; }.screen-wave span:nth-child(6) { height: 79%; }.screen-wave span:nth-child(7) { height: 56%; }.screen-wave span:nth-child(8) { height: 91%; }.screen-wave span:nth-child(9) { height: 67%; }.screen-wave span:nth-child(10) { height: 100%; }.screen-wave span:nth-child(11) { height: 79%; }.screen-wave span:nth-child(12) { height: 87%; }.screen-wave span:nth-child(13) { height: 62%; }
.screen-footer { color: #82968b; display: flex; font-family: "DM Mono", monospace; font-size: 5px; gap: 14px; margin-top: 7px; }
.camera { background: #020305; border: 1px solid #49525b; border-radius: 50%; height: 4px; left: 50%; position: absolute; top: 4px; transform: translateX(-50%); width: 4px; z-index: 3; }
.lid-logo { bottom: -8px; color: rgba(42,52,60,.75); font-family: "DM Mono", monospace; font-size: 8px; left: 50%; letter-spacing: .2em; position: absolute; transform: translateX(-50%) translateZ(2px); }
.base { height: 164px; left: 43px; position: absolute; top: 277px; transform-style: preserve-3d; width: 504px; }
.base-top { background: linear-gradient(135deg, var(--laptop-highlight), var(--laptop-shell) 42%, #8d98a1); border: 1px solid rgba(255,255,255,.59); border-radius: 7px 7px 15px 15px; box-shadow: 0 17px 18px rgba(0,0,0,.3), inset 0 0 0 1px rgba(26,32,39,.12); height: 100%; overflow: hidden; position: relative; transform: rotateX(66deg) translateZ(3px); transform-origin: 50% 0; width: 100%; }
.base-top::before { background: linear-gradient(135deg, rgba(255,255,255,.55), transparent 29%); content: ""; inset: 0; position: absolute; }
.keyboard { display: flex; flex-direction: column; gap: 5px; left: 30px; position: absolute; top: 24px; transform: skewX(-3deg); width: 270px; z-index: 1; }
.key-row { display: flex; gap: 4px; justify-content: center; }
.key-row i { background: linear-gradient(145deg, #3e4650, #151b22); border: 1px solid rgba(255,255,255,.1); border-radius: 2px; box-shadow: 1px 1px 1px rgba(255,255,255,.22), 1px 2px 2px rgba(0,0,0,.45); display: block; height: 12px; width: 14px; }
.key-row-wide i { height: 9px; width: 12px; }.key-row-bottom i { width: 13px; }.key-row i.space { width: 65px; }
.trackpad { border: 1px solid rgba(43,51,59,.45); border-radius: 3px; bottom: 12px; height: 62px; left: 335px; position: absolute; width: 115px; z-index: 1; }
.power-key { align-items: center; background: #343d46; border-radius: 50%; bottom: 68px; display: flex; height: 12px; justify-content: center; left: 468px; position: absolute; width: 12px; z-index: 1; }
.power-key span { background: var(--screen-accent); border-radius: 50%; height: 3px; width: 3px; }
.hinge-glow { background: var(--screen-accent); box-shadow: 0 0 13px var(--screen-accent); height: 2px; left: 150px; opacity: .8; position: absolute; top: 276px; transform: translateZ(4px); width: 300px; }
.model-tag { bottom: 12%; display: flex; flex-direction: column; left: 8%; position: absolute; z-index: 2; }
.model-tag span { color: #59677d; font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .15em; }
.model-tag strong { color: #a7b3c5; font-size: 11px; font-weight: 600; letter-spacing: .05em; margin-top: 6px; }
.drag-hint { bottom: 12%; color: #738197; font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .06em; position: absolute; right: 7%; z-index: 2; }
.drag-hint span { color: var(--lime); font-size: 14px; padding: 0 4px; }
.visual-controls { border-top: 1px solid var(--line); color: #627088; padding-top: 17px; }
.swatches, .view-buttons { align-items: center; display: flex; gap: 10px; }
.swatches > span { margin-right: 8px; }
.swatch { border: 1px solid transparent; border-radius: 50%; cursor: pointer; height: 14px; padding: 0; position: relative; width: 14px; }
.swatch.active::after { border: 1px solid var(--lime); border-radius: 50%; content: ""; inset: -4px; position: absolute; }
.swatch-silver { background: linear-gradient(135deg, #f2f4f6, #8a98a5); }.swatch-blue { background: linear-gradient(135deg, #94b3cc, #16273d); }.swatch-graphite { background: linear-gradient(135deg, #656d7d, #111721); }
.view-buttons { gap: 18px; }.view-button { background: transparent; border: 0; color: #59667b; cursor: pointer; font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .1em; padding: 9px 0; }.view-button.active, .view-button:hover { color: var(--lime); }

.spec-strip { align-items: center; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1.1fr repeat(4, 1fr) 1.15fr; margin: 18px auto 0; max-width: 1440px; padding: 32px 6vw 35px; }
.spec-heading { align-items: center; display: flex; gap: 18px; }.spec-heading > span { color: var(--lime); font-family: "DM Mono", monospace; font-size: 10px; }.spec-heading p { color: #7a879b; font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .12em; line-height: 1.5; margin: 0; }.spec-heading strong { color: var(--text); font-weight: 400; }
.spec-item { border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; padding-left: 24px; }.spec-number { color: var(--text); font-size: 30px; font-weight: 700; letter-spacing: -.08em; line-height: 1; }.spec-number span { color: var(--lime); font-family: "DM Mono", monospace; font-size: 12px; letter-spacing: 0; margin-left: 4px; }.spec-label { color: #77849a; font-size: 10px; }.spec-link { color: #95a1b3; font-family: "DM Mono", monospace; font-size: 10px; justify-self: end; letter-spacing: .06em; }.spec-link:hover { color: var(--lime); }

.experience { min-height: 550px; padding-bottom: 112px; padding-top: 118px; }.experience-heading h2 { font-size: clamp(41px, 5.3vw, 76px); letter-spacing: -.08em; line-height: 1; margin: 27px 0 0; }.experience-heading h2 em { color: var(--lime); font-style: normal; }.experience-copy { align-self: end; max-width: 480px; padding-bottom: 5px; }.experience-copy > p { color: var(--body); font-size: 14px; line-height: 1.95; margin: 0 0 36px; }.feature-list { border-top: 1px solid var(--line); }.feature-row { align-items: baseline; border-bottom: 1px solid var(--line); display: grid; gap: 14px; grid-template-columns: 28px 1fr; padding: 18px 0; }.feature-row > span { color: var(--lime); font-family: "DM Mono", monospace; font-size: 9px; }.feature-row strong { font-size: 13px; font-weight: 600; }.feature-row small { color: #758196; font-size: 11px; grid-column: 2; margin-top: -6px; }
.footer { align-items: center; border-top: 1px solid var(--line); color: #69758a; display: flex; font-family: "DM Mono", monospace; font-size: 9px; justify-content: space-between; letter-spacing: .08em; margin: 0 auto; max-width: 1440px; padding: 24px 6vw 30px; }.footer > div { align-items: center; display: flex; gap: 12px; }.footer-mark { font-size: 10px; height: 21px; width: 21px; }.scroll-line { background: var(--lime); display: inline-block; height: 1px; margin: 0 0 3px 9px; width: 35px; }

body.theme-blue { --laptop-shell: #6c8ba2; --laptop-edge: #263b4c; --laptop-highlight: #c4d8e4; --screen-accent: #7fe7ff; }
body.theme-graphite { --laptop-shell: #667080; --laptop-edge: #202633; --laptop-highlight: #a9b2bf; --screen-accent: #ff9a52; }
.view-side .laptop { --rotate-y: -58deg !important; --rotate-x: 3deg !important; }.view-back .laptop { --rotate-y: 164deg !important; --rotate-x: 5deg !important; }
.is-rotating .laptop { animation: float 5s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: rotateX(var(--rotate-x)) rotateY(var(--rotate-y)) translateY(0); } 50% { transform: rotateX(calc(var(--rotate-x) + 2deg)) rotateY(calc(var(--rotate-y) + 9deg)) translateY(-9px); } }

@media (max-width: 1000px) {
  .section-grid { grid-template-columns: 1fr; }.hero { padding-top: 42px; }.hero-copy { padding-bottom: 0; }.hero-intro { max-width: 540px; }.hero-meta { margin-top: 42px; }.hero-visual { margin-top: 45px; }.experience { gap: 30px; grid-template-columns: .8fr 1.2fr; }.experience-heading h2 { font-size: clamp(42px, 6vw, 62px); }.spec-strip { grid-template-columns: 1.2fr repeat(4, 1fr); row-gap: 28px; }.spec-link { grid-column: 2 / -1; justify-self: start; }
}
@media (max-width: 650px) {
  .topbar { height: 70px; padding: 0 20px; }.brand em, .main-nav, .ghost-button { display: none; }.section-grid { padding-left: 20px; padding-right: 20px; }.hero { min-height: auto; }.hero-copy { padding-top: 20px; }.hero-intro { font-size: 13px; }.hero-meta { gap: 16px; justify-content: space-between; }.hero-meta strong { font-size: 10px; }.scene { height: 470px; margin-left: -20px; margin-right: -20px; }.laptop-wrap { transform: scale(.58); }.model-tag, .drag-hint { bottom: 6%; }.drag-hint { font-size: 8px; }.visual-controls { align-items: flex-start; flex-direction: column; gap: 18px; }.spec-strip { gap: 25px 0; grid-template-columns: repeat(2, 1fr); margin-top: 42px; padding: 27px 20px; }.spec-heading { grid-column: 1 / -1; }.spec-item { padding-left: 15px; }.spec-item:nth-of-type(2n) { border-left: 0; }.spec-number { font-size: 27px; }.spec-link { grid-column: 1 / -1; margin-top: 4px; }.experience { display: block; min-height: auto; padding-bottom: 75px; padding-top: 77px; }.experience-copy { margin-top: 55px; }.footer { align-items: flex-start; flex-direction: column; gap: 17px; padding-left: 20px; padding-right: 20px; }.footer > div { line-height: 1.5; }.footer .mono { font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
