/* ================= Base ================= */
:root{
  --bg:#0b0b0b;
  --fg:#ffffff;
  --muted:rgba(255,255,255,.7);
  --line:rgba(255,255,255,.15);

  --bg2:#ffffff;
  --fg2:#0b0b0b;
  --muted2:rgba(11,11,11,.6);
  --line2:rgba(11,11,11,.12);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  letter-spacing:.2px;
}
a{color:inherit;text-decoration:none}
img,video{width:100%;height:100%;object-fit:cover;display:block}

/* ================= Themes ================= */
.theme-dark{background:var(--bg);color:var(--fg)}
.theme-light{background:var(--bg2);color:var(--fg2)}

/* ================= Nav ================= */
.nav{
  position:fixed;
  top:0;left:0;right:0;
  height:64px;
  padding:0 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  z-index:20;
  background:linear-gradient(to bottom, rgba(0,0,0,.45), transparent);
}
.nav-light{background:transparent}
.nav-left,.nav-right{display:flex;gap:18px;align-items:center}
.nav-link{font-size:14px;opacity:.9}
.nav-link:hover{opacity:1}
.icon-btn{
  background:none;
  border:none;
  color:inherit;
  cursor:pointer;
  font-size:16px;
  opacity:.85;
}
.icon-btn:hover{opacity:1}

/* ================= Hero ================= */
.hero{position:relative;height:100vh;overflow:hidden}
.hero-media{position:absolute;inset:0}
.hero-overlay{
  position:absolute;
  inset:0;
  background:radial-gradient(1200px 500px at 50% 60%, rgba(0,0,0,.2), rgba(0,0,0,.6));
}
.hero-content{
  position:relative;
  height:100%;
  padding:90px 20px 28px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.hero-logo{
  /* width:min(68vw,520px); */
  height:auto;
  filter:drop-shadow(0 24px 48px rgba(0,0,0,.45));
}

/* .hero-logo-width{
    width:30px;
} */
.hero-bottom{
  position:absolute;
  bottom:24px;
  text-align:center;
}
.hero-cta{
  font-size:14px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(0,0,0,.25);
}
.hero-cta:hover{background:rgba(0,0,0,.4)}
.hero-sub{
  display:block;
  margin-top:10px;
  font-size:12px;
  color:var(--muted);
}

/* ================= Split ================= */
/* .split{
  min-height:100vh;
  display:grid;
  grid-template-columns:1.2fr 1fr;
}
.split-left{min-height:100vh}
.split-right{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:90px 24px 36px;
} */
.panel{width:min(520px,100%)}
.eyebrow{
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--muted2);
  margin-bottom:10px;
}
.panel-title{margin:0 0 10px;font-size:28px}
.panel-copy{margin:0 0 22px;color:var(--muted2);font-size:14px}

/* ================= Form ================= */
.form{display:grid;gap:10px}
.label{font-size:12px;color:var(--muted2)}
.input{
  height:44px;
  padding:0 12px;
  border-radius:10px;
  border:1px solid var(--line2);
}
.btn{
  height:44px;
  border-radius:10px;
  background:#0b0b0b;
  color:#fff;
  border:1px solid #0b0b0b;
  cursor:pointer;
}
.form-note{font-size:12px;color:var(--muted2)}

.panel-meta{
  margin-top:18px;
  display:flex;
  justify-content:space-between;
}
.micro{
  font-size:12px;
  text-decoration:underline;
  color:var(--muted2);
}

/* .split-img{
  transform: scale(0.96);
} */

/* .split-left{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  padding: 40px;
}

.split-img{
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
} */

.split{
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  height: 100vh;
  overflow: hidden;
}


/* LEFT: full-bleed image */
.split-left{
  position: relative;
  height: 100vh;
  overflow: hidden;
  max-height: 100vh;
}

.split-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  
}



/* RIGHT: content panel */
.split-right{
  height: 100vh;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 48px;
}


/* Waitlist page logo */
.waitlist-logo {
  width: 152px;
  height: auto;
  opacity: 0.8;
  z-index: 5;
  cursor: pointer;
}


/* Header logo (waitlist page) */
.header-logo{
  display: flex;
  align-items: center;
}

.header-logo .logo-3d{
  width: 22px;   /* 👈 small and refined */
  height: auto;
}

/* optional: make it even quieter */
.header-logo .rotating-logo{
  opacity: 0.8;
}




/* 3D rotating logo */
.logo-3d{
  perspective: 1000px;
}



.rotating-logo{
  width: 120px; /* adjust as needed */
  transform-style: preserve-3d;

  height: auto;
  display: block;

 
  animation: spinY 14s linear infinite;
}

.rotating-logo-large{
  width: 520px; /* adjust as needed */

  height: auto;
  display: block;

  transform-style: preserve-3d;
  animation: spinY 14s linear infinite;
}

/* true axis rotation */
@keyframes spinY{
  from{
    transform: rotateY(0deg);
  }
  to{
    transform: rotateY(360deg);
  }
}

.header-logo {
  display: inline-flex;
  pointer-events: auto;
  z-index: 2000;
}

.waitlist-logo {
  pointer-events: auto;
  cursor: pointer;
}







/* ================= Mobile ================= */
@media(max-width:900px){
  .split{grid-template-columns:1fr}
  .split-left{height:45vh}
}

@media (max-width: 900px){
  .split{
    grid-template-columns: 1fr;
  }

  .split-left{
    height: 60vh;
  }

  .split-right{
    height: auto;
    padding: 48px 24px;
  }
}

/* MOBILE FIX: make waitlist layout feel designed */
@media (max-width: 768px) {
  /* stack the split sections */
  .split,
  .main.split {
    display: flex;
    flex-direction: column;
    min-height: 100svh; /* better on mobile browsers */
  }

  /* image becomes a controlled hero (not 70% of the page) */
  .split-left {
    height: 38svh;
    min-height: 280px;
    max-height: 420px;
    overflow: hidden;
  }

  .split-left .split-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
  }

  /* right side becomes a content panel */
  .split-right {
    flex: 1;
    padding: 24px 18px 28px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  /* constrain content width so it doesn’t stretch edge-to-edge */
  .split-right > * {
    width: 100%;
    max-width: 420px;
  }

  /* tighten headline + improve hierarchy */
  h1, .title, .hero-title {
    font-size: 28px;
    line-height: 1.1;
    margin: 10px 0 8px;
  }

  p, .subcopy, .hero-desc {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 16px;
  }

  /* form UX improvements */
  .form {
    margin-top: 10px;
  }

  .label {
    font-size: 12px;
    margin-bottom: 8px;
    display: block;
  }

  .input {
    height: 52px;
    font-size: 16px; /* prevents iOS zoom */
    padding: 0 14px;
    border-radius: 12px;
    width: 100%;
  }

  .btn {
    height: 52px;
    width: 100%;
    margin-top: 12px;
    border-radius: 12px;
    font-size: 15px;
  }

  .form-note {
    margin-top: 12px;
    font-size: 13px;
  }

  /* footer links spacing */
  .hero-bottom, .waitlist-bottom, .footer-links {
    margin-top: 18px;
    padding-bottom: env(safe-area-inset-bottom);
  }
}

@media (max-width: 768px) {
  .nav {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .nav {
    justify-content: center;
  }

  .nav-left {
    width: 100%;
    justify-content: center;
  }

  .waitlist-logo {
    width: 120px; /* slightly smaller on mobile */
    display: none;
  }
}

/* @media (max-width: 768px) {
  /* .hero-logo {
    max-width: 200px;
    height: auto;
  } */


/* @media (max-width: 768px) {
  .hero-content {
    justify-content: space-between;
    padding-bottom: 24px;
  } */

  /* .hero-bottom {
    position: relative;
    margin-top: auto;
  } */

@media (max-width: 768px) {
  .hero{
    position: relative;
    min-height: 100svh;
    height: 100svh;
    overflow: hidden;
  }

  .hero-media{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  .hero-overlay{
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .hero-content{
    position: relative;
    z-index: 2;
    min-height: 100svh;
    height: 100svh;

    display: flex;
    flex-direction: column;
    align-items: center;

    /* logo sits a bit lower */
    padding-top: 72px;

    /* reserve space so fixed CTA never overlaps content */
    padding-bottom: 110px;
  }

  .hero-logo{
    width: min(68vw, 260px);
    height: auto;
  }

  /* ALWAYS visible CTA */
  .hero-bottom{
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    z-index: 9999;

    display: flex;
    justify-content: center;
  }

  .hero-cta{
    display: block;              /* <-- important */
    width: 100%;
    max-width: 420px;
    text-align: center;

    padding: 14px 16px;
    border-radius: 999px;
  }
}

@media (max-width: 768px) {
  .hero-bottom{
    position: fixed !important;
    left: 16px !important;
    right: 16px !important;
    bottom: calc(16px + env(safe-area-inset-bottom)) !important;
    z-index: 999999 !important;

    display: flex !important;
    justify-content: center !important;

    visibility: visible !important;
    opacity: 1 !important;

    /* debug: make it obvious */
    /* background: rgba(255,0,0,.25) !important; */
  }

  .hero-cta{
    display: block !important;
    width: 100% !important;
    max-width: 420px !important;
    text-align: center !important;

    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (max-width: 768px) {
  .hero-media, .hero-overlay{
    pointer-events: none !important;
  }
}

@media (max-width: 768px) {
  .hero-bottom {
    transform: none !important; /* ← THIS FIXES IT */
  }
}

@media (max-width: 900px) {
  /* let the PAGE scroll, not the right panel */
  .split {
    height: auto !important;
    min-height: 100svh;
    overflow: visible !important;
  }

  .split-right {
    height: auto !important;
    overflow: visible !important;   /* or overflow-y: visible */
  }
}

@media (max-width: 900px) {
  /* Make the left section a fixed hero block */
  .split-left {
    height: 52vh;          /* tweak: 45–60vh depending on taste */
    min-height: 320px;     /* prevents it from getting too short */
    max-height: 520px;     /* prevents it from getting huge */
    overflow: hidden;
  }

  .split-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;  /* keeps hat/face */
    display: block;
  }
}

@media (max-width: 900px) {
  .split-img {
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 900px) {
  main.split {
    grid-template-columns: 1fr; /* ensure single column */
  }

  .split-left {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .split-img {
    width: 100%;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: top center;
    display: block;
  }
}








