/* Hidden Orbit production stylesheet — no external fonts or trackers */
:root {
  color-scheme: dark;
  --bg: #050208;
  --bg-soft: #0b0611;
  --panel: rgba(20, 10, 32, .72);
  --line: rgba(168, 85, 247, .20);
  --line-strong: rgba(168, 85, 247, .38);
  --text: #f8f3ff;
  --muted: #b3a6c9;
  --dim: #8d7ca8;
  --purple: #a855f7;
  --purple-2: #7c3aed;
  --lavender: #d8b4fe;
  --green: #8ad6a0;
  --max: 1040px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(900px 500px at 50% -120px, rgba(124,58,237,.22), transparent 70%),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { color: #fff; }
a:focus-visible, button:focus-visible { outline: 3px solid #e9d5ff; outline-offset: 4px; border-radius: 6px; }
img { max-width: 100%; height: auto; }
.skip-link { position: absolute; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; background: #fff; color: #12071d; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.shell { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.site-header { position: relative; z-index: 10; padding: 26px 0; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: -.01em; }
.brand img { width: 36px; height: 36px; }
.nav-links { display: flex; align-items: center; gap: 22px; color: #cbbde6; font-size: 14px; }
.nav-links a:hover { color: var(--lavender); }
.hero { position: relative; min-height: 610px; display: grid; place-items: center; text-align: center; overflow: hidden; padding: 96px 0 110px; }
.stars { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .8; }
.hero-content { position: relative; z-index: 2; display: grid; justify-items: center; }
.hero-orbit { position: relative; width: 300px; height: 300px; margin-bottom: 8px; animation: orbit-float 8s ease-in-out infinite; }
.hero-orbit-core { position: absolute; z-index: 2; left: 50%; top: 50%; width: 46px; height: 46px; margin: -23px; border-radius: 50%; background: radial-gradient(circle, #f3e8ff, #a855f7 55%, rgba(168,85,247,0) 72%); box-shadow: 0 0 60px 12px rgba(168,85,247,.6); animation: orbit-glow 5s ease-in-out infinite; }
.hero-orbit-ring, .hero-orbit-halo { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-orbit-ring i { position: absolute; display: block; border-radius: 50%; }
.hero-orbit-ring.ring-one { inset: 0; border: 1px solid rgba(168,85,247,.35); animation: spin 22s linear infinite; }
.hero-orbit-ring.ring-one i { top: -4px; left: 50%; width: 8px; height: 8px; margin-left: -4px; background: #e9d5ff; box-shadow: 0 0 14px 2px #c084fc; }
.hero-orbit-ring.ring-two { inset: 42px; border: 1px solid rgba(147,51,234,.45); animation: spin-rev 16s linear infinite; }
.hero-orbit-ring.ring-two i { bottom: -3px; left: 50%; width: 6px; height: 6px; margin-left: -3px; background: #c4b5fd; box-shadow: 0 0 12px 2px #a855f7; }
.hero-orbit-ring.ring-three { inset: 84px; border: 1px dashed rgba(216,180,254,.4); animation: spin 10s linear infinite; }
.hero-orbit-ring.ring-three i { top: -3px; left: 50%; width: 5px; height: 5px; margin-left: -2.5px; background: #fff; box-shadow: 0 0 10px 2px #d8b4fe; }
.hero-orbit-halo { inset: -18px; border: 1px solid rgba(124,58,237,.14); animation: spin 40s linear infinite; }
.eyebrow, .section-label, .status, .privacy-badge, .legal-meta { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; letter-spacing: .21em; }
.eyebrow { color: var(--purple); font-size: 12px; margin-bottom: 22px; }
h1 { font-size: clamp(42px, 7vw, 72px); line-height: .99; letter-spacing: -.045em; max-width: 14ch; margin: 0 0 24px; }
.gradient { background: linear-gradient(120deg, #e9d5ff, #a855f7 55%, #7c3aed); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy { color: var(--muted); font-size: clamp(16px, 2vw, 18px); line-height: 1.7; max-width: 58ch; margin: 0 0 38px; }
.actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 25px; border-radius: 999px; border: 1px solid var(--line-strong); color: #e7d8fb; font-weight: 650; }
.button.primary { background: linear-gradient(120deg, #7c3aed, #a855f7); border-color: transparent; color: #fff; box-shadow: 0 14px 40px -18px rgba(168,85,247,.9); }
.section { padding: 82px 0; border-top: 1px solid rgba(124,58,237,.14); }
.section-label { color: var(--dim); font-size: 12px; margin-bottom: 32px; }
.section h2, .legal h1 { font-size: clamp(31px, 4.5vw, 48px); letter-spacing: -.035em; margin: 0 0 18px; }
.section-intro { max-width: 62ch; color: var(--muted); line-height: 1.7; margin: -12px 0 34px; }
.tenets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tenet { padding: 29px; border-radius: 20px; background: linear-gradient(180deg, rgba(124,58,237,.08), rgba(124,58,237,.02)); border: 1px solid var(--line); }
.tenet .number { color: var(--purple); font-family: ui-monospace, monospace; margin-bottom: 18px; }
.tenet h3 { margin: 0 0 12px; font-size: 20px; }
.tenet p { color: #ad9fc5; line-height: 1.65; margin: 0; }
.product-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 42px; padding: 48px; border: 1px solid rgba(168,85,247,.24); border-radius: 26px; background: radial-gradient(540px 290px at 90% 0%, rgba(124,58,237,.30), transparent 64%), linear-gradient(180deg, rgba(20,10,32,.82), rgba(9,4,16,.88)); transition: border-color .2s ease, transform .2s ease; }
.product-card:hover { transform: translateY(-2px); border-color: rgba(216,180,254,.45); }
.status { display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-size: 11px; margin-bottom: 18px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 10px #4ade80; animation: pulse 3s ease-in-out infinite; }
.product-card h3 { font-size: clamp(28px, 4vw, 38px); margin: 0 0 15px; letter-spacing: -.025em; }
.product-card p { color: var(--muted); font-size: 17px; line-height: 1.65; max-width: 58ch; margin: 0 0 18px; }
.product-link { color: var(--lavender); font-weight: 700; }
.ownership { color: #8e80a6 !important; font-size: 13px !important; margin-top: 18px !important; }
.product-logo-wrap { position: relative; width: 172px; height: 172px; }
.product-logo { width: 172px; height: 172px; border-radius: 38px; display: block; }
.product-orbit { position: absolute; inset: -10px; border: 1px solid rgba(168,85,247,.4); border-radius: 50%; animation: spin 18s linear infinite; pointer-events: none; }
.product-orbit.alt { inset: -20px; border-style: dashed; opacity: .65; animation: spin-rev 30s linear infinite; }
.coming { margin-top: 24px; padding: 38px; border-radius: 24px; border: 1px dashed rgba(124,58,237,.32); text-align: center; color: #89799f; }
.coming strong { display: block; font-family: ui-monospace, monospace; letter-spacing: .11em; font-size: 13px; }
.site-footer { padding: 80px 0 54px; border-top: 1px solid rgba(124,58,237,.14); text-align: center; }
.footer-orbit { width: 28px; height: 28px; border: 1.5px solid rgba(168,85,247,.5); border-radius: 50%; margin: 0 auto 25px; position: relative; animation: spin 12s linear infinite; }
.footer-orbit::after { content: ""; position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--lavender); top: -3px; left: calc(50% - 2.5px); box-shadow: 0 0 8px var(--purple); }
.footer-lead { color: #cbbde6; max-width: 44ch; margin: 0 auto 28px; line-height: 1.6; font-size: 18px; }
.privacy-badge { display: inline-flex; align-items: center; gap: 9px; padding: 9px 16px; border: 1px solid rgba(74,222,128,.24); background: rgba(74,222,128,.06); color: var(--green); border-radius: 999px; font-size: 10px; margin-bottom: 24px; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; color: #b6a7cd; font-size: 14px; margin: 0 0 22px; }
.footer-links a { text-decoration: underline; text-underline-offset: 4px; text-decoration-color: rgba(216,180,254,.35); }
.copyright { color: #756687; font-size: 13px; line-height: 1.6; }
.legal { max-width: 780px; padding: 80px 0 100px; }
.legal-meta { color: var(--purple); font-size: 11px; margin-bottom: 18px; }
.legal h1 { margin-bottom: 14px; }
.legal .lede { color: var(--muted); font-size: 18px; line-height: 1.7; margin: 0 0 38px; }
.legal h2 { margin: 36px 0 12px; font-size: 24px; }
.legal p, .legal li { color: #b7aacb; line-height: 1.72; }
.legal ul { padding-left: 22px; }
.legal a { color: var(--lavender); text-decoration: underline; text-underline-offset: 3px; }
.notice { padding: 17px 19px; border: 1px solid var(--line); background: rgba(124,58,237,.06); border-radius: 14px; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spin-rev { to { transform: rotate(-360deg); } }
@keyframes pulse { 0%,100% { opacity: .7; } 50% { opacity: 1; } }
@keyframes orbit-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes orbit-glow { 0%,100% { transform: scale(.92); opacity: .82; } 50% { transform: scale(1.08); opacity: 1; } }
@media (max-width: 760px) {
  .shell { width: min(100% - 28px, var(--max)); }
  .site-header { padding: 18px 0; }
  .nav-links a:not(.contact-link) { display: none; }
  .hero { min-height: 580px; padding: 76px 0 88px; }
  .hero-orbit { width: 240px; height: 240px; }
  .hero-orbit-ring.ring-two { inset: 34px; }
  .hero-orbit-ring.ring-three { inset: 67px; }
  .tenets { grid-template-columns: 1fr; }
  .product-card { grid-template-columns: 1fr; padding: 28px; gap: 30px; }
  .product-logo-wrap { width: 132px; height: 132px; margin: 0 auto; }
  .product-logo { width: 132px; height: 132px; border-radius: 30px; }
  .product-copy { text-align: left; }
  .section { padding: 66px 0; }
  .site-footer { padding-top: 66px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .stars { display: none; }
}
