:root {
  --bg: #050507;
  --bg2: #080a0f;
  --panel: rgba(10, 13, 19, 0.82);
  --panel-strong: rgba(13, 17, 25, 0.92);
  --panel2: rgba(21, 26, 36, 0.70);
  --text: #eef5f1;
  --muted: #9aa7b3;
  --dim: #596575;
  --line: rgba(255,255,255,0.11);
  --green: #8af7c1;
  --green2: #44d99a;
  --violet: #b69cff;
  --cyan: #91ddff;
  --amber: #f2d384;
  --rose: #ff8fb7;
  --shadow: 0 30px 100px rgba(0,0,0,.62);
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--bg); color-scheme: dark; scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: var(--sans);
  background:
    radial-gradient(circle at 50% -4%, rgba(138,247,193,.16), transparent 34rem),
    radial-gradient(circle at 7% 45%, rgba(182,156,255,.10), transparent 28rem),
    radial-gradient(circle at 92% 72%, rgba(145,221,255,.09), transparent 30rem),
    linear-gradient(180deg, #08080b 0%, var(--bg) 52%, #020203 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .21;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(to bottom, rgba(255,255,255,.025), rgba(255,255,255,.025) 1px, transparent 1px, transparent 4px);
  mix-blend-mode: screen;
  opacity: .13;
}
a { color: inherit; }
.skip-link { position: absolute; left: -999px; top: 8px; background: #10151f; padding: 10px; border: 1px solid var(--line); border-radius: 8px; z-index: 1000; }
.skip-link:focus { left: 8px; }
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .11; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E"); }
.site-shell { position: relative; z-index: 1; width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(18px); background: rgba(5,5,7,.72); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: var(--mono); letter-spacing: .08em; color: var(--text); font-size: 13px; text-transform: uppercase; }
.brand-mark { width: 34px; height: 34px; border-radius: 10px; border: 1px solid rgba(138,247,193,.34); background: radial-gradient(circle at 42% 32%, rgba(138,247,193,.45), transparent 28%), linear-gradient(135deg, rgba(138,247,193,.12), rgba(182,156,255,.14)); box-shadow: 0 0 38px rgba(138,247,193,.13); display: grid; place-items: center; }
.brand-mark span { color: var(--green); font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.nav-links a { color: var(--muted); text-decoration: none; font: 12px var(--mono); border: 1px solid transparent; border-radius: 999px; padding: 9px 11px; transition: 180ms ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--green); border-color: rgba(138,247,193,.25); background: rgba(138,247,193,.055); }
.hero { padding: clamp(66px, 10vw, 130px) 0 clamp(42px, 6vw, 80px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr); gap: clamp(28px, 6vw, 74px); align-items: center; }
.kicker { font-family: var(--mono); color: var(--green); display: inline-flex; align-items: center; gap: 10px; font-size: 13px; margin-bottom: 20px; letter-spacing: .02em; }
.pulse { width: 8px; height: 8px; border-radius: 99px; background: var(--green); box-shadow: 0 0 26px var(--green); animation: pulse 1.7s ease-in-out infinite; }
@keyframes pulse { 50% { transform: scale(1.75); opacity: .42; } }
h1, h2, h3 { margin: 0; letter-spacing: -.055em; }
h1 { font-size: clamp(50px, 9vw, 104px); line-height: .9; font-weight: 680; text-transform: uppercase; }
h2 { font-size: clamp(34px, 5.5vw, 68px); line-height: .94; font-weight: 650; }
h3 { font-size: clamp(22px, 3vw, 34px); line-height: 1; font-weight: 610; }
.lede { color: #d7e3dd; font-size: clamp(20px, 2.3vw, 30px); line-height: 1.2; letter-spacing: -.035em; max-width: 760px; margin: 24px 0 0; }
.team-intro { font-size: clamp(17px, 1.65vw, 22px); line-height: 1.45; letter-spacing: -.02em; max-width: 900px; }
.team-intro p { margin: 0; }
.team-intro p + p { margin-top: .72em; }
.copy { color: var(--muted); font-size: 16px; line-height: 1.85; max-width: 760px; }
.copy strong { color: var(--text); font-weight: 600; }
.hero .copy { margin-top: 20px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; font-family: var(--mono); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; border: 1px solid rgba(138,247,193,.36); background: rgba(138,247,193,.08); color: var(--text); border-radius: 11px; padding: 13px 16px; font: 14px var(--mono); transition: 180ms ease; }
.button:hover { transform: translateY(-2px); border-color: rgba(138,247,193,.64); background: rgba(138,247,193,.14); box-shadow: 0 0 38px rgba(138,247,193,.12); }
.button.secondary { color: var(--muted); border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.035); }
.panel { border: 1px solid rgba(138,247,193,.24); border-radius: 22px; background: linear-gradient(180deg, var(--panel), rgba(5,6,9,.86)); box-shadow: var(--shadow), 0 0 90px rgba(138,247,193,.08); overflow: hidden; position: relative; }
.panel::before, .card::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; pointer-events: none; background: linear-gradient(130deg, rgba(138,247,193,.26), transparent 34%, rgba(182,156,255,.18)); mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); padding: 1px; -webkit-mask-composite: xor; mask-composite: exclude; }
.terminal-bar { height: 45px; border-bottom: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: space-between; padding: 0 15px; font-family: var(--mono); color: var(--muted); font-size: 12px; background: rgba(255,255,255,.025); }
.dots { display: flex; gap: 8px; }
.dot { width: 10px; height: 10px; border-radius: 99px; background: var(--dim); }
.dot:nth-child(1) { background: #ff6b88; }
.dot:nth-child(2) { background: #f2d384; }
.dot:nth-child(3) { background: #8af7c1; }
.terminal-body { padding: clamp(22px, 4vw, 34px); }
.signal-lines { font-family: var(--mono); color: var(--muted); font-size: 13px; line-height: 1.9; }
.signal-lines b { color: var(--green); font-weight: 500; }
.brain-art { font-family: var(--mono); color: #d9fbe9; text-shadow: 0 0 18px rgba(138,247,193,.23); white-space: pre; overflow: auto; font-size: clamp(10px, 1.45vw, 14px); line-height: 1.22; margin: 0 0 20px; }
.section { padding: clamp(42px, 7vw, 82px) 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.section-head .copy { margin: 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.card { position: relative; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: var(--panel2); padding: clamp(19px, 3vw, 26px); min-height: 100%; box-shadow: 0 0 70px rgba(182,156,255,.055); }
.card .meta, .status, .eyebrow-small { font: 12px var(--mono); color: var(--green); letter-spacing: .02em; text-transform: uppercase; }
.card h3, .card h2 { margin-top: 12px; }
.contact-email { font-size: clamp(21px, 2.45vw, 32px); line-height: 1.08; letter-spacing: -.035em; overflow-wrap: anywhere; word-break: break-word; }
.card p { color: var(--muted); line-height: 1.75; margin: 14px 0 0; }
.card ul { color: var(--muted); line-height: 1.8; padding-left: 18px; margin: 14px 0 0; }
.card li + li { margin-top: 6px; }
.product-link { margin-top: 18px; }
.badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.badge { border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035); color: #bdcad4; border-radius: 999px; padding: 7px 10px; font: 12px var(--mono); }
.wide-panel { border: 1px solid var(--line); border-radius: 22px; background: var(--panel); padding: clamp(24px, 5vw, 46px); box-shadow: var(--shadow); }
.page-hero { padding: clamp(54px, 8vw, 96px) 0 28px; }
.page-hero .lede { max-width: 850px; }
.product-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .78fr); gap: 30px; align-items: center; }
.product-mark { border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: radial-gradient(circle at 30% 20%, rgba(138,247,193,.20), transparent 38%), radial-gradient(circle at 78% 76%, rgba(182,156,255,.16), transparent 35%), rgba(12,15,22,.78); min-height: 310px; display: grid; place-items: center; padding: 26px; overflow: hidden; }
.product-mark .glyph { font-size: clamp(80px, 12vw, 160px); color: var(--green); font-family: var(--mono); text-shadow: 0 0 38px rgba(138,247,193,.20); }
.phone-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.phone-shot { width: 100%; border-radius: 22px; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 20px 60px rgba(0,0,0,.42); background: #07090d; }
.product-logo { width: min(100%, 420px); max-height: 420px; object-fit: contain; border-radius: 22px; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 20px 60px rgba(0,0,0,.42); background: #111217; }
.definition { border-left: 1px solid rgba(138,247,193,.34); padding-left: 18px; color: var(--muted); font-style: italic; line-height: 1.8; margin-top: 22px; }
.table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 14px; font-size: 14px; }
.table th, .table td { border-bottom: 1px solid rgba(255,255,255,.09); padding: 14px; text-align: left; vertical-align: top; }
.table th { color: var(--green); font: 12px var(--mono); text-transform: uppercase; background: rgba(138,247,193,.045); }
.table td { color: var(--muted); line-height: 1.65; }
.notice { border: 1px solid rgba(242,211,132,.22); background: rgba(242,211,132,.055); color: #e8d9a8; border-radius: 16px; padding: 16px 18px; font: 13px/1.7 var(--mono); }
.legal-hero h1 { font-size: 1.5rem; line-height: 1.2; letter-spacing: -.02em; text-transform: none; }
.legal-hero .lede { font-size: 1rem; line-height: 1.65; letter-spacing: 0; max-width: 900px; }
.legal-section { padding-top: clamp(22px, 3vw, 38px); }
.legal-policy { max-width: 920px; margin: 0 auto; }
.legal-policy h2 { font-size: 1.125rem; line-height: 1.35; letter-spacing: -.01em; margin: 24px 0 8px; font-weight: 620; text-transform: none; }
.legal-policy h2:first-of-type { margin-top: 8px; }
.legal-policy .copy { max-width: 820px; margin: 8px 0 0; color: var(--muted); font-family: var(--sans); font-size: 16px; font-weight: 400; line-height: 1.85; }
.legal-policy .copy strong { color: inherit; font-weight: inherit; }
.policy-updated { color: var(--muted); font: 16px/1.85 var(--sans); margin: 0 0 20px; }
.person-card { display: grid; grid-template-columns: 92px 1fr; gap: 18px; align-items: center; }
.avatar { width: 92px; height: 92px; object-fit: cover; border-radius: 18px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.04); }
.persona-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; margin-top: 22px; }
.persona-profile { padding: 18px; overflow: hidden; }
.persona-photo { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 14px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03); box-shadow: 0 18px 52px rgba(0,0,0,.34); }
.persona-photo.nyx { object-position: center center; }
.persona-photo.ptah { object-position: 58% center; }
.persona-photo.sam { object-position: center 24%; }
.persona-photo.paul { object-position: center center; }
.persona-name-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 18px; flex-wrap: wrap; }
.persona-name-row h3 { margin: 0; font-size: 25px; letter-spacing: -.04em; line-height: 1.05; }
.persona-role { color: var(--green); font: 12px var(--mono); text-align: right; }
.persona-bio { color: #b6c1cc; font-size: 14px; line-height: 1.7; margin: 14px 0 0; }
.persona-log { border-top: 1px solid rgba(255,255,255,.08); margin-top: 16px; padding-top: 14px; color: var(--muted); font: 12px/1.8 var(--mono); }
.persona-log b { color: var(--green); font-weight: 500; }
.site-footer { border-top: 1px solid rgba(255,255,255,.09); margin-top: 70px; padding: 28px 0 42px; color: var(--dim); font-family: var(--mono); font-size: 12px; }
.footer-grid { display: flex; gap: 18px; justify-content: space-between; flex-wrap: wrap; }
.footer-links { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--green); }
@media (max-width: 900px) {
  .hero-grid, .product-hero, .grid-3, .grid-2, .persona-grid { grid-template-columns: 1fr; }
  .nav { align-items: flex-start; padding: 14px 0; flex-direction: column; }
  .nav-links { justify-content: flex-start; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .terminal-bar .path { display: none; }
}
@media (max-width: 560px) {
  .site-shell { width: min(100% - 24px, 1180px); }
  .phone-row { grid-template-columns: 1fr; }
  .person-card { grid-template-columns: 1fr; }
  .nav-links a { padding: 8px 9px; }
}
