:root{
  --bg:#050505;
  --surface:#0b0b0b;
  --surface-2:#11110f;
  --text:#f6f2e9;
  --muted:#98938a;
  --dim:#656159;
  --line:rgba(255,255,255,.09);
  --gold:#e8c96b;
  --gold-soft:#fff0a8;
  --red:#9e0711;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;min-height:100vh;color:var(--text);background:var(--bg);
  font-family:Inter,system-ui,sans-serif;overflow-x:hidden;
}
body:before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:10;opacity:.22;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
  linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:80px 80px;
}
body:after{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:9;opacity:.025;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.aurora{position:fixed;width:560px;height:560px;border-radius:50%;filter:blur(110px);opacity:.11;pointer-events:none}
.aurora-one{background:#d6a52e;top:-300px;right:-180px}.aurora-two{background:#970914;bottom:-300px;left:-220px}
.topbar{
  width:min(1240px,calc(100% - 64px));margin:auto;padding:22px 0;
  display:flex;justify-content:space-between;align-items:center;
  border-bottom:1px solid var(--line);position:relative;z-index:20
}
.brand{display:flex;align-items:center;gap:11px;color:var(--text);text-decoration:none;font-weight:700}
.brand img{width:42px;height:42px;object-fit:contain;border-radius:50%;background:#000}
.brand b{font-weight:500;color:#8d8982;margin-left:4px}
.status-pill{
  display:flex;align-items:center;gap:8px;border:1px solid var(--line);
  padding:8px 12px;border-radius:999px;color:#aaa59c;font-size:10px;
  letter-spacing:.08em;background:rgba(255,255,255,.025);backdrop-filter:blur(12px)
}
.status-dot{width:6px;height:6px;border-radius:50%;background:#62e3a0;box-shadow:0 0 14px #62e3a0;animation:pulse 1.8s infinite}
.shell{width:min(1240px,calc(100% - 64px));margin:auto;position:relative;z-index:12}
.hero{
  min-height:720px;display:grid;grid-template-columns:.9fr 1.1fr;gap:20px;
  align-items:center;padding:52px 0 80px;position:relative;overflow:visible
}
.hero-bg-label{
  position:absolute;right:0;top:34px;color:#3b3935;font-size:9px;letter-spacing:.28em;
}
.hero-copy{position:relative;z-index:4;padding-top:15px}
.eyebrow{font-size:10px;letter-spacing:.22em;color:#8c877f;font-weight:700;display:flex;align-items:center;gap:10px}
.eyebrow-line{width:28px;height:1px;background:var(--gold);box-shadow:0 0 12px rgba(232,201,107,.4)}
.title-kicker{display:block;margin-top:27px;color:var(--gold);font-size:9px;letter-spacing:.24em;font-weight:800}
h1,h2{font-family:Manrope,Inter,sans-serif;letter-spacing:-.065em}
h1{font-size:clamp(58px,6.2vw,88px);line-height:.94;margin:12px 0 25px;font-weight:800}
h1 span{color:var(--gold);text-shadow:0 0 45px rgba(232,201,107,.08)}
.lead{max-width:560px;color:#a09b92;font-size:15px;line-height:1.8;margin:0}
.actions{display:flex;gap:10px;margin:28px 0 24px;flex-wrap:wrap}
.button{
  min-height:48px;padding:0 17px;border-radius:11px;text-decoration:none;
  font-weight:750;font-size:12px;display:inline-flex;align-items:center;gap:19px;
  transition:transform .25s,box-shadow .25s,background .25s
}
.button-primary{background:var(--gold);color:#15120b;box-shadow:0 12px 35px rgba(232,201,107,.13)}
.button-primary:hover{transform:translateY(-3px);box-shadow:0 16px 45px rgba(232,201,107,.22)}
.button-ghost{border:1px solid var(--line);color:#e9e5dc;background:rgba(255,255,255,.025)}
.button-ghost:hover{transform:translateY(-3px);background:rgba(255,255,255,.06)}
.founder-card{
  width:320px;display:flex;align-items:center;gap:12px;padding:10px 12px;
  border:1px solid rgba(232,201,107,.16);border-radius:14px;
  background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(232,201,107,.018));
  backdrop-filter:blur(18px);box-shadow:0 20px 60px rgba(0,0,0,.28)
}
.founder-avatar{
  width:42px;height:42px;border-radius:12px;display:grid;place-items:center;
  background:linear-gradient(145deg,#e8c96b,#8d0710);color:#fff;font:800 12px Manrope;
  box-shadow:0 0 25px rgba(232,201,107,.13)
}
.founder-info{display:flex;flex-direction:column;gap:2px;flex:1}
.founder-role{color:var(--gold);font-size:8px;letter-spacing:.19em;font-weight:800}
.founder-info strong{font:700 14px Manrope;letter-spacing:-.02em}
.founder-info small{color:#77726a;font-size:9px}
.founder-arrow{color:#77736b;font-size:13px}

.visual-stage{height:600px;position:relative;display:grid;place-items:center}
.stage-glow{
  position:absolute;width:460px;height:460px;border-radius:50%;
  background:radial-gradient(circle,rgba(232,201,107,.14),rgba(158,7,17,.04) 42%,transparent 68%);
  filter:blur(10px);animation:breathe 5s ease-in-out infinite
}
.stage-grid{
  position:absolute;width:570px;height:570px;border-radius:50%;
  background:linear-gradient(rgba(232,201,107,.08) 1px,transparent 1px),
  linear-gradient(90deg,rgba(232,201,107,.08) 1px,transparent 1px);
  background-size:45px 45px;mask-image:radial-gradient(circle,black 0 36%,transparent 69%);
  transform:perspective(500px) rotateX(62deg) rotateZ(-13deg);opacity:.32
}
.planet{width:355px;height:355px;border-radius:50%;position:relative;display:grid;place-items:center}
.planet:before{
  content:"";position:absolute;inset:13px;border-radius:50%;
  background:radial-gradient(circle at 36% 25%,#3a3321 0,#15130e 36%,#050505 72%);
  box-shadow:inset -35px -25px 70px #000,0 0 90px rgba(232,201,107,.08)
}
.planet-light{
  position:absolute;inset:0;border-radius:50%;
  background:conic-gradient(from 205deg,transparent 0 48%,rgba(232,201,107,.25) 55%,transparent 67%);
  filter:blur(2px);animation:spin 18s linear infinite
}
.planet-ring{position:absolute;border:1px solid rgba(232,201,107,.24);border-radius:50%;transform:rotate(22deg)}
.ring-1{width:475px;height:180px;animation:orbit 10s linear infinite}.ring-2{width:500px;height:235px;transform:rotate(-38deg);border-color:rgba(255,255,255,.08);animation:orbit-reverse 14s linear infinite}.ring-3{width:410px;height:135px;transform:rotate(72deg);border-color:rgba(232,201,107,.12);animation:orbit 18s linear infinite}
.planet-core{position:relative;width:190px;height:190px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,rgba(232,201,107,.14),rgba(0,0,0,.08) 70%);border:1px solid rgba(232,201,107,.15);box-shadow:0 0 80px rgba(232,201,107,.12)}
.planet-core img{width:130px;height:130px;object-fit:contain;border-radius:50%;filter:drop-shadow(0 0 22px rgba(232,201,107,.2));animation:logoFloat 4s ease-in-out infinite}
.core-shine{position:absolute;inset:10px;border-radius:50%;border-top:1px solid rgba(255,255,255,.22);transform:rotate(-30deg)}
.launch-chip{
  position:absolute;top:52px;left:50%;transform:translateX(-50%);
  padding:9px 14px;border:1px solid rgba(232,201,107,.22);border-radius:999px;
  background:rgba(8,8,8,.72);backdrop-filter:blur(14px);font-size:9px;
  letter-spacing:.19em;color:var(--gold-soft);font-weight:800;white-space:nowrap;
  box-shadow:0 12px 40px rgba(0,0,0,.3);animation:chipFloat 3.2s ease-in-out infinite
}
.chip-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gold);margin-right:8px;box-shadow:0 0 14px var(--gold)}
.glass-card{
  position:absolute;display:flex;align-items:center;gap:10px;padding:12px 14px;
  min-width:150px;border:1px solid rgba(255,255,255,.10);border-radius:13px;
  background:rgba(13,13,13,.68);backdrop-filter:blur(18px);box-shadow:0 20px 60px rgba(0,0,0,.35)
}
.glass-card small{display:block;color:#67635c;font-size:7px;letter-spacing:.17em;margin-bottom:3px}.glass-card b{font-size:11px}
.card-number{font-size:9px;color:var(--gold);border:1px solid rgba(232,201,107,.22);width:25px;height:25px;border-radius:8px;display:grid;place-items:center}
.glass-top{top:115px;right:18px;animation:floatA 4.5s ease-in-out infinite}.glass-bottom{bottom:110px;left:10px;animation:floatB 5.2s ease-in-out infinite}
.scroll-note{position:absolute;bottom:10px;right:4px;color:#55514b;font-size:8px;letter-spacing:.2em;display:flex;gap:8px;align-items:center}.scroll-note span{width:24px;height:1px;background:#514d47}
.particle{position:absolute;width:5px;height:5px;border-radius:50%;background:var(--gold);box-shadow:0 0 15px var(--gold)}.p1{top:24%;right:20%;animation:particle1 4s infinite}.p2{bottom:23%;left:18%;animation:particle2 5s infinite}.p3{top:31%;left:15%;opacity:.6}.p4{bottom:17%;right:17%;opacity:.4}

.notify-section{
  border-top:1px solid var(--line);padding:85px 0 95px;
  display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center
}
.notify-copy h2{font-size:46px;line-height:.98;margin:18px 0 16px}.notify-copy h2 span{color:var(--gold)}.notify-copy p{color:#817c74;line-height:1.7;max-width:450px;font-size:14px}
.notify-form{position:relative}.input-wrap{height:62px;display:flex;align-items:center;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.025);padding-left:16px;transition:.25s}.input-wrap:focus-within{border-color:rgba(232,201,107,.45);box-shadow:0 0 0 4px rgba(232,201,107,.045)}.input-wrap>span{color:#6f6a62;font-size:14px}.input-wrap input{flex:1;min-width:0;height:100%;border:0;outline:0;background:transparent;color:var(--text);padding:0 12px;font:13px Inter}.input-wrap input::placeholder{color:#5e5a54}.input-wrap button{height:48px;margin-right:7px;padding:0 17px;border:0;border-radius:10px;background:var(--gold);color:#15120b;font-weight:800;font-size:11px;cursor:pointer}.form-message{min-height:18px;font-size:10px;color:#858078;margin:8px 2px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
footer{width:min(1240px,calc(100% - 64px));margin:auto;padding:24px 0 30px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:18px;color:#5e5a54;font-size:10px;position:relative;z-index:12}.footer-sep{margin:0 8px;color:#36332e}.footer-credit{margin-left:10px;color:#78736b}.footer-credit strong{color:var(--gold);font-weight:650}.socials{display:flex;gap:15px}.socials a{color:#77726a;text-decoration:none}.socials a:hover{color:var(--gold)}

@keyframes pulse{50%{opacity:.4;transform:scale(.7)}}@keyframes breathe{50%{transform:scale(1.08);opacity:.75}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes orbit{to{transform:rotate(382deg)}}@keyframes orbit-reverse{to{transform:rotate(-398deg)}}@keyframes logoFloat{50%{transform:translateY(-5px) scale(1.02)}}@keyframes chipFloat{50%{transform:translate(-50%,-5px)}}@keyframes floatA{50%{transform:translateY(-9px)}}@keyframes floatB{50%{transform:translateY(8px)}}@keyframes particle1{50%{transform:translate(-18px,14px);opacity:.35}}@keyframes particle2{50%{transform:translate(15px,-20px);opacity:1}}

@media(max-width:950px){
  .hero{grid-template-columns:1fr;min-height:auto;padding-top:45px}
  .hero-copy{max-width:700px}.visual-stage{height:550px;order:-1}
  .hero-bg-label{top:15px}.notify-section{grid-template-columns:1fr;gap:35px}
}
@media(max-width:600px){
  .topbar,.shell,footer{width:calc(100% - 30px)}
  .topbar{padding:15px 0}.brand span{display:none}.status-pill{font-size:8px}
  .hero{padding:35px 0 50px}.hero-bg-label{display:none}
  h1{font-size:51px}.lead{font-size:14px}.actions{margin-top:23px}
  .founder-card{width:100%;max-width:330px}.visual-stage{height:405px;margin-top:0}
  .stage-glow{width:310px;height:310px}.stage-grid{width:360px;height:360px}
  .planet{width:245px;height:245px}.planet-core{width:140px;height:140px}.planet-core img{width:95px;height:95px}
  .ring-1{width:330px;height:125px}.ring-2{width:350px;height:165px}.ring-3{width:290px;height:95px}
  .launch-chip{top:20px}.glass-top{top:72px;right:0}.glass-bottom{bottom:70px;left:0}.scroll-note{display:none}
  .notify-section{padding:58px 0 65px}.notify-copy h2{font-size:37px}
  .input-wrap{height:auto;padding:8px}.input-wrap input{height:44px}.input-wrap button{height:44px}
  footer{flex-direction:column;line-height:1.8}.footer-credit{margin-left:0;display:block}
}


/* ===== Device-safe responsive layer ===== */
html{
  width:100%;
  min-width:0;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
body{
  width:100%;
  min-width:0;
  overflow-x:hidden;
  -webkit-tap-highlight-color:transparent;
}
img,svg,video,canvas{
  max-width:100%;
  height:auto;
}
a,button,input{
  touch-action:manipulation;
}
button,a{
  -webkit-tap-highlight-color:transparent;
}
button:focus-visible,a:focus-visible,input:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:3px;
}

/* Large desktop / wide monitors */
@media (min-width:1440px){
  .topbar,.shell,footer{width:min(1320px,calc(100% - 96px))}
  .hero{min-height:760px;grid-template-columns:.88fr 1.12fr}
  .visual-stage{height:650px}
  .planet{width:390px;height:390px}
  .stage-grid{width:640px;height:640px}
}

/* Standard laptops */
@media (min-width:951px) and (max-width:1199px){
  .hero{grid-template-columns:.94fr 1.06fr;gap:5px}
  h1{font-size:clamp(52px,6vw,72px)}
  .visual-stage{transform:scale(.94);transform-origin:center}
}

/* Tablets / small laptops */
@media (min-width:601px) and (max-width:950px){
  .topbar,.shell,footer{width:calc(100% - 48px)}
  .hero{display:flex;flex-direction:column;align-items:stretch;padding-top:42px}
  .hero-copy{width:100%;max-width:720px}
  .visual-stage{order:0;width:100%;height:min(62vw,520px);min-height:430px}
  .hero-bg-label{top:10px}
  .stage-grid{width:min(58vw,520px);height:min(58vw,520px)}
  .stage-glow{width:min(48vw,420px);height:min(48vw,420px)}
  .planet{width:min(38vw,340px);height:min(38vw,340px);min-width:260px;min-height:260px}
  .ring-1{width:min(52vw,460px);height:min(20vw,180px)}
  .ring-2{width:min(55vw,485px);height:min(24vw,215px)}
  .ring-3{width:min(46vw,410px);height:min(15vw,140px)}
  .glass-top{right:8%;top:13%}
  .glass-bottom{left:8%;bottom:12%}
  .launch-chip{top:4%}
  .scroll-note{right:7%;bottom:1%}
  .notify-section{grid-template-columns:1fr 1fr;gap:30px}
}

/* Phones */
@media (max-width:600px){
  .topbar{
    width:calc(100% - 28px);
    min-height:62px;
    padding:12px 0;
  }
  .shell{width:calc(100% - 28px)}
  footer{width:calc(100% - 28px)}
  .brand img{width:38px;height:38px}
  .status-pill{padding:7px 9px;max-width:185px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .hero{padding:30px 0 46px;gap:0}
  .hero-copy{padding-top:4px}
  .eyebrow{font-size:8px;letter-spacing:.18em}
  .eyebrow-line{width:22px}
  .title-kicker{font-size:8px;letter-spacing:.18em;margin-top:22px}
  h1{
    font-size:clamp(43px,13.5vw,56px);
    line-height:.95;
    overflow-wrap:normal;
    word-break:normal;
  }
  .lead{font-size:13px;line-height:1.75;max-width:100%}
  .actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .button{
    min-height:46px;
    justify-content:center;
    padding:0 10px;
    gap:8px;
    font-size:10px;
    white-space:nowrap;
  }
  .founder-card{width:100%;max-width:none;min-height:64px}
  .founder-info strong{font-size:13px}
  .founder-info small{font-size:8px}
  .visual-stage{
    width:100%;
    height:min(112vw,430px);
    min-height:345px;
    margin-top:0;
    overflow:visible;
  }
  .stage-glow{width:min(78vw,320px);height:min(78vw,320px)}
  .stage-grid{width:min(92vw,380px);height:min(92vw,380px);background-size:34px 34px}
  .planet{width:min(62vw,250px);height:min(62vw,250px);min-width:210px;min-height:210px}
  .planet-core{width:min(36vw,145px);height:min(36vw,145px)}
  .planet-core img{width:min(25vw,100px);height:min(25vw,100px)}
  .ring-1{width:min(86vw,345px);height:min(33vw,132px)}
  .ring-2{width:min(92vw,370px);height:min(41vw,165px)}
  .ring-3{width:min(76vw,305px);height:min(25vw,100px)}
  .launch-chip{top:3%;font-size:8px;padding:8px 11px;letter-spacing:.14em}
  .glass-card{padding:10px 11px;min-width:130px}
  .glass-card b{font-size:10px}
  .glass-top{top:17%;right:0}
  .glass-bottom{bottom:15%;left:0}
  .scroll-note{display:none}
  .notify-section{
    display:block;
    padding:55px 0 62px;
  }
  .notify-copy h2{font-size:clamp(34px,10vw,42px)}
  .notify-copy p{font-size:13px}
  .input-wrap{
    width:100%;
    min-height:58px;
    padding:6px;
    border-radius:12px;
  }
  .input-wrap input{
    min-width:0;
    width:100%;
    height:44px;
    font-size:13px;
  }
  .input-wrap button{
    flex:0 0 auto;
    height:44px;
    padding:0 12px;
    font-size:10px;
  }
  footer{
    padding:20px 0 calc(24px + env(safe-area-inset-bottom));
    font-size:9px;
  }
}

/* Very small phones */
@media (max-width:380px){
  .topbar,.shell,footer{width:calc(100% - 22px)}
  .status-pill{max-width:150px}
  h1{font-size:43px}
  .actions{grid-template-columns:1fr}
  .button{width:100%}
  .visual-stage{min-height:315px}
  .founder-card{padding-right:9px}
  .founder-role{font-size:7px}
  .founder-info strong{font-size:12px}
  .founder-info small{font-size:7px}
  .glass-card{transform:scale(.9)}
}

/* Phone landscape */
@media (max-width:950px) and (orientation:landscape) and (max-height:600px){
  .hero{padding-top:25px}
  .visual-stage{height:430px;min-height:360px}
  .hero-copy{max-width:850px}
  h1{font-size:clamp(44px,8vw,68px)}
}

/* Reduce motion for accessibility and battery-sensitive devices */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
  }
}

/* Prevent accidental horizontal overflow from decorative elements */
@supports (overflow:clip){
  body{overflow-x:clip}
}
