:root {
  --ink: #151515;
  --paper: #f0eee8;
  --paper-2: #e4e0d6;
  --acid: #c8ff35;
  --violet: #6e4bff;
  --violet-deep: #4c2ee5;
  --line: rgba(21, 21, 21, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
main { min-height: 100vh; overflow: hidden; }
.section-shell { width: min(1380px, calc(100% - 48px)); margin: 0 auto; }

.site-header { width: min(1380px, calc(100% - 48px)); height: 92px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 13px; font-weight: 780; letter-spacing: -0.03em; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; background: var(--ink); color: var(--paper); border-radius: 50%; font-size: 12px; letter-spacing: -0.08em; }
.brand-name { display: grid; gap: 1px; }
.brand-name small { color: #77736b; font: 600 9px/1.2 ui-monospace, monospace; letter-spacing: .14em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 650; }
nav > a { transition: opacity .2s ease; }
nav > a:hover { opacity: .55; }
.nav-cta { display: flex; gap: 13px; align-items: center; border: 1px solid var(--ink); border-radius: 999px; padding: 11px 18px; }

.hero { width: min(1380px, calc(100% - 48px)); min-height: calc(100vh - 92px); margin: 0 auto; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(50px, 7vw, 110px); padding: 72px 0 88px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 27px; font: 700 12px/1.2 ui-monospace, monospace; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow i { width: 9px; height: 9px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 5px rgba(110,75,255,.13); }
h1 { margin: 0; font-size: clamp(64px, 7.2vw, 114px); line-height: .84; letter-spacing: -.075em; font-weight: 820; }
h1 em, .section-heading em { color: var(--violet); font-family: Georgia, serif; font-weight: 400; }
.hero-copy > p { max-width: 610px; margin: 36px 0 0; font-size: clamp(18px, 1.45vw, 22px); line-height: 1.6; color: #4c4a45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 56px; padding: 0 23px; border-radius: 999px; font-weight: 740; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--ink); color: #fff; }
.button-primary span { color: var(--acid); font-size: 20px; }
.button-ghost { border: 1px solid var(--line); }
.button-ghost:hover { background: #fff; }

.hero-board { position: relative; min-height: 670px; padding: 27px; display: flex; flex-direction: column; background: var(--ink); color: #fff; border-radius: 32px; box-shadow: 30px 30px 0 var(--acid); }
.board-top { display: flex; justify-content: space-between; font: 700 11px/1 ui-monospace, monospace; letter-spacing: .12em; color: #aaa; }
.board-top b { color: var(--acid); }
.board-center { position: relative; flex: 1; display: grid; place-items: center; min-height: 390px; overflow: hidden; }
.monogram { position: relative; z-index: 2; font-size: clamp(72px, 8vw, 128px); font-weight: 850; letter-spacing: -.12em; }
.monogram span { color: var(--acid); font-weight: 300; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transform: rotate(-18deg); }
.orbit-one { width: 360px; height: 190px; }
.orbit-two { width: 490px; height: 280px; border-color: rgba(200,255,53,.28); transform: rotate(26deg); }
.board-dot { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--acid); }
.dot-a { top: 27%; left: 16%; }.dot-b { right: 12%; bottom: 22%; background: var(--violet); }
.board-projects { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #383838; border: 1px solid #383838; }
.board-projects div { padding: 22px; display: grid; gap: 7px; background: #1c1c1c; }
.board-projects span { color: var(--acid); font: 700 11px ui-monospace, monospace; }
.board-projects strong { font-size: 17px; }.board-projects small { color: #888; }

.ticker { background: var(--violet); color: #fff; padding: 19px 0; overflow: hidden; transform: rotate(-1deg) scale(1.02); }
.ticker > div { width: max-content; display: flex; align-items: center; gap: 30px; font: 800 14px/1 ui-monospace, monospace; letter-spacing: .08em; white-space: nowrap; animation: ticker 32s linear infinite; }
.ticker i { color: var(--acid); font-size: 24px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-index { display: block; font: 750 11px/1.2 ui-monospace, monospace; letter-spacing: .13em; color: #77736b; }
.intro { padding: 160px 0 150px; }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 90px; margin-top: 50px; }
.intro h2 { margin: 0; max-width: 870px; font-size: clamp(48px, 5.4vw, 82px); line-height: .98; letter-spacing: -.055em; }
.intro-copy { border-left: 1px solid var(--line); padding-left: 36px; }
.intro-copy p { margin: 0; color: #555149; font-size: 17px; line-height: 1.75; }
.intro-copy strong { color: var(--ink); }
.intro-copy a { display: inline-flex; gap: 16px; margin-top: 27px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-weight: 730; }

.products { padding-bottom: 150px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 68px; }
.section-heading h2 { margin: 0; font-size: clamp(56px, 6vw, 92px); line-height: .9; text-align: right; letter-spacing: -.065em; }
.product-card { position: relative; min-height: 790px; display: grid; grid-template-columns: .86fr 1.14fr; overflow: hidden; border-radius: 34px; background: #111; color: #fff; }
.product-card + .product-card { margin-top: 34px; }
.product-copy { position: relative; z-index: 3; padding: clamp(38px, 5vw, 72px); display: flex; flex-direction: column; align-items: flex-start; }
.product-id { display: flex; align-items: center; gap: 16px; }
.product-id img { width: 64px; height: 64px; border-radius: 16px; object-fit: cover; }
.product-id div { display: grid; gap: 4px; }.product-id strong { font-size: 17px; }.product-id span { color: #888; font-size: 12px; }
.product-number { position: absolute; top: 30px; right: 38px; color: rgba(255,255,255,.12); font-size: 86px; line-height: 1; font-weight: 850; letter-spacing: -.08em; }
.product-copy h3 { margin: auto 0 22px; font-size: clamp(50px, 5vw, 80px); line-height: .9; letter-spacing: -.06em; }
.product-copy > p { margin: 0; max-width: 540px; color: #aaa; font-size: 17px; line-height: 1.65; }
.product-copy ul { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 27px 0 30px; padding: 0; list-style: none; border-top: 1px solid #343434; }
.product-copy li { display: flex; align-items: center; gap: 9px; padding: 13px 0; border-bottom: 1px solid #343434; color: #d6d6d6; font-size: 13px; }
.product-copy li span { color: var(--acid); }
.product-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-width: 230px; min-height: 52px; padding: 0 19px; border-radius: 999px; background: var(--acid); color: var(--ink); font-weight: 780; transition: transform .2s ease; }
.product-link:hover { transform: translateY(-3px); }
.release-note { margin-top: 14px; color: #777; font-size: 11px; line-height: 1.4; }

.remote-card { background: #111; }
.remote-stage { position: relative; overflow: hidden; min-height: 790px; background: var(--violet); }
.remote-stage::before { content: ""; position: absolute; width: 620px; height: 620px; left: 50%; top: 45%; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.24); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.04), 0 0 0 200px rgba(255,255,255,.03); }
.phone { position: absolute; overflow: hidden; padding: 7px; background: #090909; border: 1px solid #373737; border-radius: 30px; box-shadow: 0 30px 60px rgba(0,0,0,.36); }
.phone > span { position: absolute; z-index: 2; top: 12px; left: 50%; width: 36%; height: 8px; transform: translateX(-50%); background: #0b0b0b; border-radius: 99px; }
.phone img { width: 100%; height: 100%; object-fit: cover; border-radius: 23px; }
.remote-stage .phone { width: 230px; height: 475px; top: 50%; left: 50%; }
.phone-main { z-index: 3; transform: translate(-50%,-49%) scale(1.13); }
.phone-left { z-index: 2; transform: translate(-112%,-46%) rotate(-8deg) scale(.92); }
.phone-right { z-index: 1; transform: translate(12%,-44%) rotate(8deg) scale(.88); }
.stage-label { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; padding: 13px 17px; background: #fff; color: var(--ink); border-radius: 15px; box-shadow: 0 16px 40px rgba(0,0,0,.22); }
.stage-label b { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 10px; background: var(--acid); }
.stage-label span { display: grid; gap: 2px; font-size: 13px; font-weight: 780; }.stage-label small { color: #777; font-size: 10px; font-weight: 550; }
.label-keyboard { top: 13%; left: 7%; transform: rotate(-3deg); }.label-mibox { right: 7%; bottom: 14%; transform: rotate(2deg); }

.m3u-card { grid-template-columns: 1.14fr .86fr; background: #10121b; }
.m3u-stage { position: relative; min-height: 790px; overflow: hidden; background: #d9d5cc; }
.m3u-glow { position: absolute; width: 620px; height: 620px; left: 45%; top: 44%; transform: translate(-50%,-50%); background: radial-gradient(circle, rgba(110,75,255,.48), transparent 65%); }
.m3u-stage .phone { width: 260px; height: 535px; top: 50%; left: 50%; }
.m3u-phone-back { transform: translate(-91%,-46%) rotate(-9deg); }.m3u-phone-front { z-index: 2; transform: translate(-28%,-51%) rotate(5deg); }
.privacy-pill { position: absolute; z-index: 4; left: 11%; bottom: 10%; display: flex; align-items: center; gap: 10px; padding: 14px 18px; background: var(--ink); color: #fff; border-radius: 999px; font-size: 12px; font-weight: 720; }
.privacy-pill b { color: var(--acid); }
.m3u-card .product-link { background: var(--violet); color: #fff; }

.principles { padding: 150px 0; background: var(--ink); color: #fff; }
.light-heading .section-index { color: #777; }.light-heading h2 em { color: var(--acid); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid #343434; background: #343434; }
.principle-grid article { min-height: 300px; padding: 34px; display: flex; flex-direction: column; background: #171717; }
.principle-grid article > span { color: var(--acid); font: 700 11px ui-monospace, monospace; }
.principle-grid b { margin-top: auto; font-size: 27px; letter-spacing: -.03em; }
.principle-grid p { margin: 15px 0 0; color: #8e8e8e; line-height: 1.6; }
.method-strip { display: flex; align-items: center; justify-content: space-between; margin-top: 72px; color: #777; font: 750 clamp(12px,1.25vw,17px) ui-monospace, monospace; letter-spacing: .1em; }
.method-strip i { color: var(--acid); font-style: normal; }

.founder { padding: 150px 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.founder-mark { position: relative; aspect-ratio: 1; display: grid; grid-template-columns: 1fr auto 1fr; place-items: center; overflow: hidden; background: var(--violet); color: #fff; border-radius: 50%; font-size: clamp(80px,10vw,150px); font-weight: 850; letter-spacing: -.12em; }
.founder-mark::before, .founder-mark::after { content: ""; position: absolute; width: 72%; height: 36%; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; transform: rotate(22deg); }
.founder-mark::after { transform: rotate(-28deg); }
.founder-mark span, .founder-mark i { position: relative; z-index: 2; }.founder-mark i { color: var(--acid); font-weight: 300; font-style: normal; }
.founder-copy h2 { margin: 34px 0 25px; font-size: clamp(56px,6.4vw,98px); line-height: .9; letter-spacing: -.065em; }
.founder-copy > p { max-width: 680px; color: #555149; font-size: 19px; line-height: 1.7; }
.founder-meta { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 46px; border-top: 1px solid var(--line); }
.founder-meta div { display: grid; gap: 7px; padding: 20px 15px 0 0; }.founder-meta span { color: #77736b; font: 700 10px ui-monospace,monospace; text-transform: uppercase; }.founder-meta b { font-size: 14px; }

.contact { padding-bottom: 90px; }
.contact-inner { position: relative; overflow: hidden; min-height: 490px; padding: clamp(38px,6vw,82px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; background: var(--acid); border-radius: 34px; }
.contact-inner h2 { position: relative; z-index: 2; margin: 44px 0 0; font-size: clamp(58px,7vw,108px); line-height: .9; letter-spacing: -.07em; }
.contact-inner p { position: relative; z-index: 2; margin: 18px 0 34px; font: italic 31px Georgia,serif; }
.contact-inner a { position: relative; z-index: 2; display: flex; gap: 25px; align-items: center; padding-bottom: 8px; border-bottom: 2px solid var(--ink); font-size: clamp(17px,2vw,25px); font-weight: 790; }
.contact-orbit { position: absolute; right: -60px; top: 50%; width: 520px; height: 240px; transform: translateY(-50%) rotate(-22deg); border: 2px solid var(--ink); border-radius: 50%; box-shadow: 0 0 0 65px rgba(21,21,21,.04), 0 0 0 130px rgba(21,21,21,.03); }

.site-footer { min-height: 130px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-top: 1px solid var(--line); color: #68645d; font-size: 12px; }
.site-footer > div:nth-child(2) { text-align: center; }.footer-links { display: flex; justify-content: flex-end; gap: 24px; font-weight: 700; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; }
  .hero-board { min-height: 620px; }
  .intro-grid { grid-template-columns: 1fr; gap: 44px; }.intro-copy { max-width: 700px; }
  .product-card, .m3u-card { grid-template-columns: 1fr; }.remote-stage, .m3u-stage { min-height: 720px; }.m3u-card .m3u-stage { order: 2; }
  .product-copy h3 { margin-top: 100px; }
  .founder { gap: 60px; }.founder-meta { grid-template-columns: 1fr; }.founder-meta div { padding-bottom: 13px; }
}
@media (max-width: 760px) {
  .section-shell, .site-header, .hero { width: min(100% - 32px, 1380px); }
  .site-header { height: 78px; }.brand-name small { display: none; }nav a:not(.nav-cta) { display: none; }.nav-cta { padding: 9px 14px; font-size: 12px; }
  .hero { min-height: auto; padding: 50px 0 82px; }.hero-board { min-height: 530px; padding: 20px; border-radius: 24px; box-shadow: 16px 16px 0 var(--acid); }.board-projects { grid-template-columns: 1fr; }.board-projects div { padding: 16px; }
  .ticker { padding: 15px 0; }
  .intro { padding: 110px 0; }.intro-grid { margin-top: 30px; }.intro-copy { padding-left: 22px; }
  .section-heading { display: block; }.section-heading h2 { margin-top: 28px; text-align: left; }
  .product-card { min-height: auto; border-radius: 24px; }.product-copy { padding: 32px 24px 40px; }.product-copy h3 { margin-top: 90px; }.product-copy ul { grid-template-columns: 1fr; }.product-number { font-size: 64px; right: 24px; }.remote-stage, .m3u-stage { min-height: 610px; }
  .remote-stage .phone { width: 180px; height: 374px; }.m3u-stage .phone { width: 205px; height: 424px; }.stage-label { transform: scale(.8); }.label-keyboard { left: -2%; }.label-mibox { right: -3%; }
  .principles { padding: 110px 0; }.principle-grid { grid-template-columns: 1fr; }.principle-grid article { min-height: 230px; }.method-strip { gap: 8px; overflow: hidden; white-space: nowrap; }.method-strip i { display: none; }
  .founder { grid-template-columns: 1fr; padding: 110px 0; }.founder-mark { width: min(100%, 520px); }.founder-meta { grid-template-columns: 1fr 1fr 1fr; }
  .contact-inner { min-height: 430px; border-radius: 24px; }.contact-orbit { opacity: .25; right: -300px; }.contact-inner a { font-size: 15px; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 20px; padding: 30px 0; }.site-footer > div:nth-child(2) { display: none; }
}
@media (max-width: 520px) {
  h1 { font-size: clamp(52px,16vw,74px); }.hero-copy > p { font-size: 17px; }.button { width: 100%; }
  .hero-board { min-height: 470px; }.orbit-one { width: 270px; height: 150px; }.orbit-two { width: 390px; height: 220px; }
  .intro h2 { font-size: 44px; }.section-heading h2 { font-size: 52px; }
  .remote-stage, .m3u-stage { min-height: 520px; }.remote-stage .phone { width: 150px; height: 312px; }.m3u-stage .phone { width: 170px; height: 352px; }
  .product-id img { width: 54px; height: 54px; }.product-copy h3 { font-size: 48px; }.phone { border-radius: 22px; }.phone img { border-radius: 17px; }
  .founder-meta { grid-template-columns: 1fr; }.contact-inner p { font-size: 24px; }.contact-inner a { word-break: break-all; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; transition: none !important; } }
