:root {
  --bg: #07090f;
  --bg-soft: #0b0e17;
  --panel: rgba(255,255,255,.055);
  --panel-strong: rgba(255,255,255,.085);
  --line: rgba(255,255,255,.11);
  --text: #f7f8fb;
  --muted: #a5adbd;
  --accent: #8c6cff;
  --accent-2: #39d8ff;
  --accent-3: #b9ffdf;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -10%, rgba(117,83,255,.18), transparent 30%),
    linear-gradient(180deg, #080a11 0%, #07090f 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::selection { background: rgba(140,108,255,.35); }
a { color: inherit; text-decoration: none; }
img { display: block; }
button { font: inherit; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 50;
  opacity: .035;
  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='.7'/%3E%3C/svg%3E");
}
.cursor-glow {
  position: fixed;
  width: 360px;
  height: 360px;
  left: 0;
  top: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(circle, rgba(123,89,255,.12), transparent 66%);
  transform: translate(-50%,-50%);
  transition: opacity .25s ease;
}

.site-header {
  width: min(calc(100% - 44px), var(--max));
  margin: 0 auto;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.brand { display: flex; align-items: center; gap: 12px; font: 700 13px/1 Manrope, sans-serif; letter-spacing: .19em; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { color: var(--muted); font-size: 13px; font-weight: 500; transition: color .2s ease; }
nav a:hover { color: var(--text); }
.nav-cta { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--text); background: rgba(255,255,255,.035); }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.03); }
.menu-button span { display: block; width: 16px; height: 1px; margin: 5px auto; background: var(--text); }
.mobile-menu { position: fixed; inset: 80px 20px auto; z-index: 19; padding: 20px; border: 1px solid var(--line); border-radius: 22px; background: rgba(9,11,18,.96); backdrop-filter: blur(18px); }
.mobile-menu a { display: block; padding: 14px 6px; color: var(--muted); }

.section-shell { width: min(calc(100% - 44px), var(--max)); margin: 0 auto; }
.hero { min-height: 830px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; position: relative; padding: 85px 0 120px; }
.kicker, .eyebrow { margin: 0; color: #b8aaff; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.kicker { display: flex; align-items: center; gap: 10px; }
.kicker span { width: 20px; height: 1px; background: linear-gradient(90deg,var(--accent),var(--accent-2)); }
.hero h1, h2, h3, blockquote { font-family: Manrope, sans-serif; letter-spacing: -.05em; }
.hero h1 { margin: 22px 0 28px; font-size: clamp(56px, 7.1vw, 98px); line-height: .97; max-width: 770px; }
.hero h1 em, blockquote em { font-style: normal; background: linear-gradient(90deg,#f5f4ff 0%,#a992ff 52%,#6ce7ff 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lede { max-width: 650px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { margin-top: 34px; display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 20px; border-radius: 999px; border: 1px solid var(--line); font-size: 13px; font-weight: 600; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #0a0c12; background: #f6f7fa; border-color: #f6f7fa; }
.button.ghost { background: rgba(255,255,255,.035); }

.hero-visual { min-height: 560px; position: relative; display: grid; place-items: center; perspective: 1200px; }
.aurora { position: absolute; border-radius: 50%; filter: blur(70px); }
.aurora-one { width: 340px; height: 340px; background: rgba(126,84,255,.33); top: 70px; left: 60px; animation: drift 8s ease-in-out infinite alternate; }
.aurora-two { width: 260px; height: 260px; background: rgba(37,205,255,.22); right: 45px; bottom: 75px; animation: drift 10s ease-in-out infinite alternate-reverse; }
.monolith { width: 300px; height: 420px; border-radius: 42px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; background: linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.028)); border: 1px solid rgba(255,255,255,.17); box-shadow: 0 55px 120px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.15); backdrop-filter: blur(22px); transform: rotateY(-9deg) rotateX(5deg); animation: float 7s ease-in-out infinite; }
.monolith::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 25% 12%,rgba(255,255,255,.16),transparent 25%), linear-gradient(180deg,transparent,rgba(0,0,0,.2)); }
.monolith-grid { position:absolute; inset:0; opacity:.28; background-image: linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size:36px 36px; mask-image:linear-gradient(to bottom,black,transparent 85%); }
.monolith img { width: 118px; height: 118px; position: relative; filter: drop-shadow(0 20px 30px rgba(88,74,255,.32)); }
.monolith-label { position: relative; margin-top: 26px; font: 700 11px/1 Manrope,sans-serif; letter-spacing: .22em; color: #d6d9e3; }
.orbit { position:absolute; border:1px solid rgba(255,255,255,.11); border-radius:50%; }
.orbit-one { width:470px;height:470px; transform:rotateX(67deg) rotateZ(8deg); }
.orbit-two { width:390px;height:390px; transform:rotateX(68deg) rotateZ(-18deg); border-color:rgba(116,93,255,.2); }
.status-card { position:absolute; right:0; bottom:55px; display:flex; gap:12px; align-items:center; padding:16px 18px; border-radius:18px; border:1px solid var(--line); background:rgba(10,12,20,.74); backdrop-filter:blur(18px); box-shadow:0 20px 50px rgba(0,0,0,.35); }
.status-card strong { display:block; font-size:13px; }
.status-card small { display:block; margin-top:4px; color:var(--muted); font-size:11px; }
.pulse { width:9px;height:9px;border-radius:50%;background:#78f0b7;box-shadow:0 0 0 6px rgba(120,240,183,.11); }
.scroll-cue { position:absolute; left:0; bottom:50px; width:28px; height:46px; border:1px solid var(--line); border-radius:999px; }
.scroll-cue span { position:absolute; left:50%; top:9px; width:3px;height:8px;border-radius:3px;background:#fff;transform:translateX(-50%);animation:scroll 1.8s ease-in-out infinite; }

.company-section { padding: 150px 0; display: grid; grid-template-columns: 80px .9fr 1.1fr; gap: 55px; border-top:1px solid var(--line); }
.section-number { color:#6f7788; font:500 12px/1 Manrope,sans-serif; letter-spacing:.16em; }
h2 { margin: 17px 0 0; font-size: clamp(44px,6vw,76px); line-height:1.02; }
.company-copy { max-width: 620px; color: var(--muted); font-size: 17px; line-height:1.85; }
.company-copy p { margin: 0 0 24px; }
.lead-paragraph { color:#d9dde7; font-size:21px; line-height:1.65; }

.principles-section { padding: 145px 0; background: linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,.045),rgba(255,255,255,.018)); border-top:1px solid rgba(255,255,255,.07); border-bottom:1px solid rgba(255,255,255,.07); }
.principles-heading { display:grid; grid-template-columns:1fr .8fr; gap:100px; align-items:end; }
.principles-heading > p { margin:0; color:var(--muted); font-size:17px; line-height:1.8; }
.principle-grid { margin-top:70px; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.principle-card { min-height:360px; padding:34px; border:1px solid var(--line); border-radius:28px; background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025)); position:relative; overflow:hidden; transition:transform .25s ease,border-color .25s ease,background .25s ease; }
.principle-card:hover { transform:translateY(-6px); border-color:rgba(255,255,255,.2); background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.03)); }
.card-index { position:absolute; top:28px; right:28px; color:#687083; font-size:11px; }
.card-icon { width:66px;height:66px;border-radius:20px;margin:38px 0 60px;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.35),transparent 30%),linear-gradient(135deg,rgba(139,104,255,.9),rgba(48,208,255,.7));box-shadow:0 18px 45px rgba(76,80,255,.23);position:relative; }
.icon-focus::before { content:""; position:absolute; inset:18px; border:2px solid white; border-radius:50%; }
.icon-focus::after { content:""; position:absolute; width:7px;height:7px;border-radius:50%;background:white;left:50%;top:50%;transform:translate(-50%,-50%); }
.icon-craft::before,.icon-craft::after { content:""; position:absolute; width:28px;height:10px;border:2px solid white;border-radius:10px;left:19px;top:20px;transform:rotate(36deg); }
.icon-craft::after { transform:rotate(-36deg);top:34px; }
.icon-lasting::before { content:""; position:absolute; width:28px;height:28px;border:2px solid white;border-radius:9px;left:18px;top:18px;transform:rotate(45deg); }
.principle-card h3 { margin:0 0 14px; font-size:25px; }
.principle-card p { margin:0; color:var(--muted); line-height:1.75; }

.apps-section { padding:150px 0; display:grid; grid-template-columns:80px 1fr; gap:55px; }
.apps-panel { min-height:520px; display:grid; grid-template-columns:1fr 1fr; overflow:hidden; border:1px solid var(--line); border-radius:34px; background:linear-gradient(135deg,rgba(255,255,255,.065),rgba(255,255,255,.02)); }
.apps-content { padding:72px; align-self:center; }
.apps-content h2 { font-size:clamp(44px,5vw,68px); }
.apps-content > p:not(.eyebrow) { color:var(--muted); line-height:1.8; max-width:520px; }
.coming-soon { margin-top:32px; display:inline-flex; align-items:center; gap:10px; color:#dce1ec; font-size:13px; }
.coming-soon span { width:8px;height:8px;border-radius:50%;background:#8f72ff;box-shadow:0 0 0 6px rgba(143,114,255,.12); }
.apps-art { position:relative; display:grid; place-items:center; min-height:520px; }
.app-tile { width:128px;height:128px;border-radius:32px;position:absolute;background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.17);box-shadow:0 25px 60px rgba(0,0,0,.35);backdrop-filter:blur(16px); }
.app-tile span { position:absolute; inset:38px; border-radius:15px; border:2px solid rgba(255,255,255,.8); }
.tile-one { transform:translate(-78px,-92px) rotate(-10deg); }
.tile-two { transform:translate(80px,-38px) rotate(8deg); }
.tile-three { transform:translate(-30px,93px) rotate(5deg); }
.tile-four { width:86px;height:86px;border-radius:25px;transform:translate(120px,105px) rotate(-12deg);opacity:.6; }
.tile-four span { inset:27px;border-radius:10px; }
.apps-glow { position:absolute;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(126,88,255,.32),rgba(51,209,255,.12),transparent 70%);filter:blur(22px); }

.manifesto { padding:180px 0; text-align:center; background:radial-gradient(circle at 50% 50%,rgba(127,92,255,.11),transparent 40%); border-top:1px solid rgba(255,255,255,.06); border-bottom:1px solid rgba(255,255,255,.06); }
blockquote { margin:28px auto 0; font-size:clamp(50px,7vw,94px); line-height:1.02; max-width:1000px; }
.contact-section { padding:140px 0; display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:end; }
.contact-copy p { color:var(--muted); line-height:1.8; max-width:480px; }
.contact-copy a { display:inline-flex; align-items:center; gap:12px; margin-top:18px; padding-bottom:6px; border-bottom:1px solid var(--line); font:600 clamp(20px,3vw,34px)/1.2 Manrope,sans-serif; }

footer { border-top:1px solid var(--line); }
.footer-inner { width:min(calc(100% - 44px),var(--max)); margin:0 auto; min-height:120px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:40px; color:#7e8798; font-size:12px; }
.footer-brand { display:flex;align-items:center;gap:10px;color:#cbd0db;font-weight:600; }
.footer-links { display:flex;gap:24px; }
.footer-links a:hover { color:var(--text); }
.copyright { text-align:right; }

.reveal { opacity:0; transform:translateY(24px); }
.reveal.visible { opacity:1; transform:translateY(0); transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1); }

.legal-shell { width:min(calc(100% - 44px),860px); margin:0 auto; padding:80px 0 120px; }
.legal-shell h1 { font:700 clamp(46px,7vw,76px)/1 Manrope,sans-serif; letter-spacing:-.05em; margin:50px 0 24px; }
.legal-shell h2 { font-size:28px; margin-top:50px; }
.legal-shell p,.legal-shell li { color:var(--muted); line-height:1.8; }
.legal-back { display:inline-flex;gap:9px;color:#b7aaff;font-size:13px; }

@keyframes float { 0%,100%{transform:rotateY(-9deg) rotateX(5deg) translateY(0)}50%{transform:rotateY(-5deg) rotateX(3deg) translateY(-14px)} }
@keyframes drift { from{transform:translate3d(-10px,-6px,0) scale(.96)}to{transform:translate3d(18px,14px,0) scale(1.05)} }
@keyframes scroll { 0%{transform:translate(-50%,0);opacity:0}30%{opacity:1}100%{transform:translate(-50%,18px);opacity:0} }

@media (max-width: 980px) {
  nav { display:none; }
  .menu-button { display:block; }
  .hero { grid-template-columns:1fr; text-align:left; padding-top:55px; }
  .hero-visual { min-height:500px; }
  .scroll-cue { display:none; }
  .company-section { grid-template-columns:60px 1fr; }
  .company-copy { grid-column:2; }
  .principles-heading { grid-template-columns:1fr;gap:35px; }
  .principle-grid { grid-template-columns:1fr; }
  .principle-card { min-height:auto; }
  .card-icon { margin-bottom:40px; }
  .apps-section { grid-template-columns:60px 1fr; }
  .apps-panel { grid-template-columns:1fr; }
  .apps-art { min-height:390px; }
  .contact-section { grid-template-columns:1fr; }
  .footer-inner { grid-template-columns:1fr; padding:34px 0; }
  .footer-links { order:3; }
  .copyright { text-align:left; }
}

@media (max-width: 640px) {
  .section-shell,.site-header,.footer-inner,.legal-shell { width:min(calc(100% - 28px),var(--max)); }
  .site-header { height:76px; }
  .hero { min-height:auto; padding:55px 0 90px; gap:40px; }
  .hero h1 { font-size:clamp(48px,15vw,72px); }
  .lede { font-size:16px; }
  .hero-actions { flex-direction:column;align-items:stretch; }
  .button { width:100%; }
  .hero-visual { min-height:420px;transform:scale(.86);margin:-20px -20px 0; }
  .monolith { width:270px;height:370px; }
  .status-card { right:10px;bottom:10px; }
  .company-section,.apps-section { padding:100px 0; grid-template-columns:1fr;gap:25px; }
  .section-number { display:none; }
  .company-copy { grid-column:auto; }
  .principles-section { padding:100px 0; }
  .principle-grid { margin-top:45px; }
  .apps-content { padding:42px 28px; }
  .apps-art { min-height:330px; transform:scale(.85); }
  .manifesto { padding:120px 0; }
  .contact-section { padding:100px 0; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior:auto!important; animation:none!important; transition:none!important; }
  .reveal { opacity:1; transform:none; }
  .cursor-glow { display:none; }
}
