/* ============================================================
   Vinsmox — Permanent Standards
   Design system (Figma: V 2026)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&family=Cormorant+Garamond:ital,wght@1,600;1,700&display=swap');

:root{
  --bg:#000;
  --white:#fff;
  --muted:#9c9da0;          /* rgb(156,157,160) */
  --grey-head:#595959;      /* card eyebrow heading */
  --grey-body:#5c5c5c;      /* mvh card body */
  --grey-italic:#adadad;    /* mvh italic footer */
  --grey-found:#6e6e6e;     /* foundation card body */
  --grey-print:#757575;     /* fine print */
  --grey-input:#999;        /* input placeholder */
  --steel:#475062;          /* card glow */
  --b1:rgba(255,255,255,.1);
  --b2:rgba(255,255,255,.2);
  --content:600px;
  --font:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  --serif:'Cormorant Garamond',ui-serif,Georgia,'Times New Roman',serif;
}

*{box-sizing:border-box;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
html{scroll-behavior:smooth;}
body{
  font-family:var(--font);
  background:var(--bg);
  color:var(--white);
  overflow-x:hidden;
  line-height:1.2;
}
img{display:block;max-width:100%;}
a{color:inherit;text-decoration:none;}

/* ---------- Layout helpers ---------- */
.wrap{width:100%;max-width:var(--content);margin:0 auto;padding:0 20px;}
.section{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;}
.center{text-align:center;}
.col{display:flex;flex-direction:column;align-items:center;}

/* ---------- Eyebrow badge pill ---------- */
.badge{
  display:inline-flex;align-self:center;
  padding:1px;border-radius:40px;
  background:radial-gradient(140% 110% at 0% 0%, #fff 0%, rgba(255,255,255,0) 60%);
  box-shadow:0 4px 20px rgba(255,255,255,.2), inset 0 0 4px rgba(255,255,255,.4);
}
.badge > span{
  display:block;border-radius:100px;
  background:rgba(0,0,0,.9);
  padding:10px 20px;
  font-weight:500;font-size:12px;line-height:14px;color:#fff;
  white-space:nowrap;
}

/* ---------- Headings / body ---------- */
.h-sec{font-weight:600;font-size:30px;line-height:36px;letter-spacing:-.01em;color:#fff;text-wrap:balance;}
.h-sec.grad{background:linear-gradient(90deg,#fff 0%,#fff 50%,#555 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
.sub{font-weight:300;font-size:14px;line-height:16.8px;color:var(--muted);}
.serif{font-family:var(--serif);font-style:italic;font-weight:600;}

/* ============================================================
   NAV
   ============================================================ */
.nav{
  position:fixed;top:20px;left:0;right:0;z-index:50;
  display:flex;justify-content:center;padding:0 20px;
  pointer-events:none;
}
.nav-inner{
  pointer-events:auto;
  display:flex;align-items:center;gap:14px;
  width:100%;max-width:520px;
  padding:4px 4px 4px 4px;
  border-radius:100px;
  background:rgba(8,8,9,.6);
  border:1px solid var(--b1);
  backdrop-filter:blur(25px) saturate(120%);
  -webkit-backdrop-filter:blur(25px) saturate(120%);
  box-shadow:0 10px 40px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.06);
}
.logo{
  width:42px;height:42px;border-radius:12px;flex:none;
  display:grid;place-items:center;
  background:linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.03));
  border:1px solid var(--b2);
}
.logo svg{display:block;}
.nav-links{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:nowrap;}
.nav-links a{
  font-size:13px;font-weight:400;color:rgba(255,255,255,.78);
  padding:7px 11px;border-radius:100px;transition:color .2s,background .2s;white-space:nowrap;
}
.nav-links a:hover{color:#fff;background:rgba(255,255,255,.07);}
.nav-cta{
  flex:none;height:42px;padding:0 22px;border-radius:100px;cursor:pointer;
  display:grid;place-items:center;
  background:#fff;color:#000;font-weight:600;font-size:13px;white-space:nowrap;
  box-shadow:0 6px 18px rgba(255,255,255,.18);
  transition:transform .15s, box-shadow .2s;
}
.nav-cta:hover{transform:translateY(-1px);box-shadow:0 10px 26px rgba(255,255,255,.32);}
.nav-cta:active{transform:translateY(0);}

/* ============================================================
   HERO
   ============================================================ */
.hero{
  position:relative;min-height:100vh;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:140px 20px 80px;
  overflow:hidden;
}
.hero-bg{
  position:absolute;inset:-6%;z-index:0;
  background:#000 url('/waitlist-assets/hero-bg.png') center center / cover no-repeat;
  transform-origin:55% 45%;
  will-change:transform,filter;
  animation:heroDrift 6s ease-in-out infinite alternate;
}
.hero-glow{
  position:absolute;inset:0;z-index:0;pointer-events:none;mix-blend-mode:screen;
  background:radial-gradient(38% 30% at 30% 64%, rgba(255,130,40,.20), rgba(255,130,40,0) 70%);
  will-change:transform,opacity;
  animation:heroGlow 6s ease-in-out infinite alternate;
}
@keyframes heroDrift{
  0%  {transform:scale(1.04) translate(0,0) rotate(0deg);filter:saturate(1) brightness(1);}
  50% {transform:scale(1.1) translate(-1.4%,1%) rotate(.6deg);filter:saturate(1.12) brightness(1.06);}
  100%{transform:scale(1.07) translate(1.6%,-1.2%) rotate(-.5deg);filter:saturate(1.05) brightness(1.02);}
}
@keyframes heroGlow{
  0%  {transform:translate(0,0) scale(1);opacity:.55;}
  50% {transform:translate(8%,-4%) scale(1.25);opacity:.9;}
  100%{transform:translate(-6%,5%) scale(1.1);opacity:.6;}
}
@media (prefers-reduced-motion: reduce){
  .hero-bg{animation:none;inset:0;transform:none;}
  .hero-glow{animation:none;}
}
.hero-vignette{
  position:absolute;inset:0;z-index:1;pointer-events:none;
  background:radial-gradient(78% 62% at 50% 50%, rgba(0,0,0,0) 8%, rgba(0,0,0,.86) 62%, #000 100%);
}
.hero .wrap{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;}
.mob-br{display:inline;}
.hero h1{
  margin-top:24px;
  font-weight:600;font-size:clamp(28px,9vw,80px);
  line-height:1.0;letter-spacing:-.055em;text-align:center;color:#fff;
  white-space:nowrap;
}

/* ---------- Glass signup card (hero) ---------- */
.signup-card{
  margin-top:24px;width:100%;max-width:600px;
  border-radius:40px;
  padding:60px;
  background:radial-gradient(120% 80% at 50% 0%, var(--steel) 0%, #000 62%);
  border:1px solid var(--b2);
  box-shadow:inset 0 0 40px rgba(255,255,255,.05), 0 10px 20px rgba(0,0,0,.4);
  display:flex;flex-direction:column;align-items:center;gap:40px;
}
.signup-card .card-head{display:flex;flex-direction:column;align-items:center;gap:14px;}
.signup-card h2{font-weight:600;font-size:30px;line-height:36px;text-align:center;}
.signup-card .sub{max-width:380px;text-align:center;}

/* ---------- Email form (pill) ---------- */
.form{
  position:relative;overflow:hidden;
  width:100%;max-width:370px;height:44px;
  border-radius:100px;background:#000;
  box-shadow:0 20px 60px rgba(255,255,255,.1);
  padding:2px;display:flex;gap:10px;
  border:none;
}
/* Rotating shine border */
@keyframes spin-shine{
  from{transform:translate(-50%,-50%) rotate(0deg);}
  to{transform:translate(-50%,-50%) rotate(360deg);}
}
.form::before{
  content:'';
  position:absolute;top:50%;left:50%;
  width:600px;height:600px;
  background:conic-gradient(
    from 0deg,
    transparent 0%,
    transparent 20%,
    rgba(180,140,80,0.4) 28%,
    rgba(255,210,120,0.85) 33%,
    rgba(255,255,255,1) 37%,
    rgba(255,210,120,0.85) 41%,
    rgba(180,140,80,0.4) 46%,
    transparent 54%,
    transparent 100%
  );
  animation:spin-shine 5s linear infinite;
  pointer-events:none;
  z-index:0;
}
/* Inner mask — only shows the 2px border ring */
.form::after{
  content:'';
  position:absolute;inset:1px;
  border-radius:100px;
  background:#000;
  z-index:1;
}
.form input{
  flex:1;min-width:0;height:40px;border:0;outline:0;border-radius:40px;
  background:transparent;color:#fff;font-family:inherit;font-weight:600;font-size:12px;
  padding:0 18px;
  position:relative;z-index:2;
}
.form input::placeholder{color:var(--grey-input);font-weight:600;}
.form button{
  flex:none;border:0;cursor:pointer;height:40px;padding:0 24px;border-radius:40px;
  background:#fff;color:#000;font-family:inherit;font-weight:600;font-size:13px;
  box-shadow:0 10px 20px rgba(255,255,255,.25);
  transition:transform .15s, box-shadow .2s;white-space:nowrap;
  position:relative;z-index:2;
}
.form button:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(255,255,255,.35);}
.form button:active{transform:translateY(0);}
.form.invalid::before{background:conic-gradient(from 0deg,transparent 28%,rgba(255,80,40,.5) 34%,rgba(255,100,60,1) 38%,rgba(255,80,40,.5) 42%,transparent 48%);}
.form-note{font-weight:500;font-size:10px;line-height:11px;color:var(--muted);text-align:center;}
.form-ok{font-size:12px;color:#fff;text-align:center;display:none;}
.form-wrap.done .form,.form-wrap.done .form-note{display:none;}
.form-wrap.done .form-ok{display:block;animation:fade .4s ease;}
@keyframes fade{from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:none;}}
.form-wrap{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;}

/* ---------- Social row ---------- */
.social{display:flex;gap:14px;justify-content:center;margin-top:24px;}
.social a{
  width:40px;height:40px;border-radius:100px;display:grid;place-items:center;
  background:rgba(255,255,255,.05);border:1px solid var(--b1);color:#dcdce0;
  transition:background .2s,color .2s,transform .15s;
}
.social a:hover{background:rgba(255,255,255,.12);color:#fff;transform:translateY(-2px);}
.social svg{width:16px;height:16px;fill:currentColor;display:block;}
.social a img{height:16px;width:auto;display:block;}

/* ============================================================
   SECTION SHELL with radial fade
   ============================================================ */
.band{position:relative;width:100%;padding:115px 20px;display:flex;flex-direction:column;align-items:center;}
.band-head{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;margin-bottom:30px;}
.band-head h2{white-space:nowrap;}
.band-head .badge{margin-bottom:16px;}
.band-head .sub{max-width:560px;}

/* ============================================================
   PROVENANCE — product cards
   ============================================================ */
.products{display:flex;flex-direction:column;gap:30px;width:100%;max-width:600px;align-items:center;perspective:1200px;}
.product{
  position:relative;width:100%;height:320px;border-radius:40px;
  background:linear-gradient(180deg, #000 50%, #3c3e40 100%);
  box-shadow:inset 0 0 30px rgba(255,255,255,.2);
  border:1px solid var(--b1);
  display:flex;padding:10px;gap:0;overflow:hidden;
  transition:transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s, border-color .45s;
}
.product:hover{
  transform:translateY(-6px);
  border-color:var(--b2);
  box-shadow:inset 0 0 30px rgba(255,255,255,.22), 0 24px 60px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.05);
}
.product .product-img img{transition:transform .6s cubic-bezier(.2,.7,.2,1);}
.product:hover .product-img img{transform:scale(1.06);}
.product .product-info h3{transition:transform .45s cubic-bezier(.2,.7,.2,1);}
.product:hover .product-info h3{transform:translateX(4px);}
/* Product card scroll animation */
.card-scroll{
  opacity:0;
  transform:translateY(70px) scale(0.94) rotateX(10deg);
  transform-origin:top center;
  transition:
    opacity .85s cubic-bezier(.16,1,.3,1),
    transform .85s cubic-bezier(.16,1,.3,1);
  transition-delay:var(--delay, 0s);
}
.card-scroll.card-in{
  opacity:1;
  transform:none;
}
.product-media{
  position:relative;width:300px;height:300px;flex:none;border-radius:30px;
  background:rgba(0,0,0,.2);border:1px solid var(--b1);padding:10px;
  display:flex;flex-direction:column;gap:10px;overflow:hidden;
}
.product-img{
  position:relative;width:100%;height:200px;border-radius:20px;overflow:hidden;
  background:rgba(255,255,255,.05);border:1px solid var(--b1);
}
.product-img img{width:100%;height:210px;object-fit:cover;margin-top:-5px;}
.product-tag{
  position:relative;height:70px;border-radius:20px;overflow:hidden;
  background:rgba(255,255,255,.05);border:1px solid var(--b1);
  display:flex;align-items:center;gap:0;padding:15px 0;
}
.product-tag .v{font-weight:600;font-size:30px;line-height:36px;width:100px;text-align:center;flex:none;}
.product-tag .div/*sep*/{width:1px;height:40px;background:var(--b1);flex:none;}
.product-tag p{flex:1;padding:0 15px;font-weight:500;font-size:12px;line-height:14.4px;color:#fff;}
.product-info{flex:1;padding:30px 0 0 40px;display:flex;flex-direction:column;}
.product-info h3{font-weight:600;font-size:30px;line-height:36px;white-space:pre-line;}
.product-spec{margin-top:18px;font-weight:300;font-size:14px;line-height:16.8px;color:var(--muted);}
.product-spec span{display:block;}
.product-checks{margin-top:auto;display:flex;flex-direction:column;gap:14px;padding-bottom:6px;}
.product-checks .row{display:flex;align-items:center;gap:20px;}
.check-ic{
  width:30px;height:30px;flex:none;border-radius:100px;overflow:hidden;
  background:linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(171,171,171,.2) 100%);
  border:1px solid rgba(255,255,255,.05);
  box-shadow:0 2px 10px rgba(0,0,0,.2), inset 0 2px 4px rgba(255,255,255,.1);
  display:grid;place-items:center;
}
.check-ic img{width:18px;height:18px;}
.product-checks .row span{font-weight:300;font-size:14px;line-height:16.8px;color:var(--muted);}

.pill-btn{
  display:inline-flex;align-items:center;justify-content:space-between;gap:10px;
  width:160px;height:44px;border-radius:40px;background:#fff;color:#000;
  padding:4px 4px 4px 14px;margin-top:30px;
  font-weight:600;font-size:14px;
  transition:transform .15s, box-shadow .2s;
}
.pill-btn:hover{transform:translateY(-1px);box-shadow:0 12px 30px rgba(255,255,255,.25);}
.pill-btn .circ{
  width:34px;height:34px;flex:none;border-radius:40px;background:#fff;
  box-shadow:0 1px 20px rgba(0,0,0,.25);display:grid;place-items:center;
}
.pill-btn .circ img{width:16px;height:16px;}

/* ============================================================
   MVH FRAMEWORK — three columns
   ============================================================ */
#mvh{padding-bottom:32px;}
.mvh-grid{display:flex;gap:10px;justify-content:center;width:100%;max-width:920px;flex-wrap:wrap;perspective:1200px;}
.mvh-card{
  position:relative;width:295px;height:388px;border-radius:20px;overflow:hidden;
  border:1px solid var(--b1);
}
.mvh-card > img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.mvh-card .inner{position:relative;z-index:1;height:100%;padding:14px 23px;}
.mvh-ic{
  width:44px;height:44px;border-radius:40px;border:1px solid var(--b2);
  display:grid;place-items:center;
}
.mvh-ic span{
  width:34px;height:34px;border-radius:40px;border:1px solid var(--b1);
  background:linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(255,255,255,.3) 100%);
  display:grid;place-items:center;font-weight:600;font-size:20px;line-height:1;color:#fff;
}
.mvh-card h3{margin-top:22px;font-weight:600;font-size:20px;line-height:24px;color:var(--grey-head);}
.mvh-card .lead{margin-top:3px;font-weight:400;font-size:10px;line-height:14px;color:#fff;max-width:240px;}
.mvh-card .body{margin-top:14px;font-weight:300;font-size:10px;line-height:13px;color:var(--grey-body);white-space:pre-line;}
.mvh-card .foot{
  position:absolute;left:33px;right:20px;bottom:22px;
  font-weight:400;font-style:italic;font-size:10px;line-height:13px;color:var(--grey-italic);
}

/* ============================================================
   FOUNDATION
   ============================================================ */
/* Full-bleed banner image between MVH and Foundation */
.banner-img-wrap{
  width:100%;line-height:0;
}
.banner-img{
  width:100%;height:auto;display:block;
  max-height:220px;object-fit:contain;
}

.found{
  position:relative;width:100%;padding:80px 20px;
  display:flex;flex-direction:column;align-items:center;
  background:radial-gradient(100% 90% at 50% 0%, rgba(152,187,255,.12) 0%, rgba(152,187,255,0) 55%);
}
.found .inner{width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center;gap:30px;}
.found h2{font-weight:600;font-size:30px;line-height:36px;text-align:center;white-space:pre-line;background:linear-gradient(470deg,#fff 57%,rgba(255,255,255,0) 122%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
.found .sub{max-width:500px;text-align:center;}
.found-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%;perspective:1200px;}
.found-card{
  position:relative;border-radius:30px;padding:70px 22px 24px;min-height:280px;
  background:rgba(255,255,255,.05);
  box-shadow:inset 0 0 20px rgba(255,255,255,.05);
  border:1px solid var(--b1);overflow:hidden;
}
.found-card .node{
  position:absolute;top:0;left:0;right:0;height:58px;display:flex;align-items:center;justify-content:center;
}
.found-card .node::before{content:"";position:absolute;left:0;top:28px;width:calc(50% - 22px);height:1px;background:linear-gradient(90deg,rgba(255,255,255,0),var(--b2));}
.found-card .node::after{content:"";position:absolute;right:0;top:28px;width:calc(50% - 22px);height:1px;background:linear-gradient(270deg,rgba(255,255,255,0),var(--b2));}
.found-card .dot{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;}
.found-card .dot i{width:1px;height:14px;background:linear-gradient(180deg,rgba(255,255,255,0),var(--b2));}
.found-card .dot u{
  width:44px;height:44px;border-radius:40px;border:1px solid var(--b2);text-decoration:none;
  display:grid;place-items:center;
}
.found-card .dot u b{
  width:34px;height:34px;border-radius:40px;border:1px solid var(--b1);
  background:linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(255,255,255,.3) 100%);
  display:grid;place-items:center;
}
.found-card h4{font-weight:500;font-size:14px;line-height:16.8px;color:#fff;white-space:pre-line;}
.found-card p{margin-top:10px;font-weight:400;font-style:italic;font-size:10px;line-height:13px;color:var(--grey-found);white-space:pre-line;}

.stats{display:flex;gap:10px;justify-content:center;width:100%;flex-wrap:wrap;}
.stat{
  flex:1;min-width:150px;height:57px;border-radius:100px;
  background:rgba(255,255,255,.05);box-shadow:inset 0 0 20px rgba(255,255,255,.05);
  border:1px solid var(--b1);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
}
.stat b{font-weight:600;font-size:20px;line-height:24px;color:#fff;}
.stat span{font-weight:400;font-style:italic;font-size:10px;line-height:13px;color:var(--grey-print);}

.found-quote{
  width:100%;border-radius:40px;padding:40px 20px 20px;
  background:linear-gradient(120deg, var(--steel) 1%, rgba(0,0,0,.01) 42%);
  box-shadow:inset 0 0 30px rgba(255,255,255,.1), 0 10px 20px rgba(0,0,0,.4);
  border:1px solid var(--b2);
  display:flex;flex-direction:column;align-items:center;gap:24px;
}
.found-quote .badge{margin-bottom:0;}
.quote-ic{display:flex;justify-content:center;}
.found-quote .q{
  max-width:560px;text-align:center;
  font-weight:400;font-style:italic;font-size:16px;line-height:19.2px;color:#fff;
}
.found-quote .strip{
  width:100%;border-radius:100px;padding:10px;
  background:rgba(255,255,255,.05);box-shadow:inset 0 0 20px rgba(255,255,255,.05);
  border:1px solid var(--b1);
}
.found-quote .strip p{
  max-width:460px;margin:0 auto;text-align:center;
  font-weight:300;font-size:14px;line-height:16.8px;color:var(--grey-print);
}

/* ============================================================
   TEASER ("Something is coming")
   ============================================================ */
.teaser{position:relative;width:100%;padding:80px 20px 0;display:flex;flex-direction:column;align-items:center;overflow:hidden;}
.teaser-bg{
  position:absolute;inset:-6%;z-index:0;
  background:#000 url('/waitlist-assets/hero-bg.png') center center / cover no-repeat;
  transform-origin:45% 55%;
  will-change:transform,filter;
  filter:brightness(1.15) saturate(1.1);
  animation:heroDrift 7s ease-in-out infinite alternate;
  -webkit-mask-image:
    linear-gradient(to right,  transparent 0%, black 9%, black 91%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, black 6%, black 88%, transparent 100%);
  -webkit-mask-size:100% 100%;
  mask-size:100% 100%;
  -webkit-mask-composite:destination-in;
  mask-image:
    linear-gradient(to right,  transparent 0%, black 9%, black 91%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, black 6%, black 88%, transparent 100%);
  mask-composite:intersect;
}
.teaser-glow{
  position:absolute;inset:0;z-index:0;pointer-events:none;mix-blend-mode:screen;
  background:
    radial-gradient(50% 45% at 20% 55%, rgba(255,100,20,.28), rgba(255,100,20,0) 80%),
    radial-gradient(40% 35% at 80% 35%, rgba(255,130,40,.22), rgba(255,130,40,0) 75%);
}
.teaser-vignette{
  position:absolute;inset:0;z-index:1;pointer-events:none;
  background:
    linear-gradient(to bottom, #000 0%, transparent 22%, transparent 78%, #000 100%),
    radial-gradient(80% 70% at 50% 50%, rgba(0,0,0,0) 30%, rgba(0,0,0,.45) 70%, rgba(0,0,0,.6) 100%);
}
.teaser-card{position:relative;z-index:2;}
.teaser-card{
  position:relative;z-index:2;width:100%;max-width:600px;min-height:540px;border-radius:30px;
  padding:80px;
  background:radial-gradient(120% 60% at 50% 0%, var(--steel) 0%, rgba(0,0,0,.4) 60%);
  box-shadow:inset 0 0 30px rgba(255,255,255,.1);
  border:1px solid var(--b2);
  display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:40px;
}
.teaser-card .serif{
  font-size:42px;line-height:50.4px;text-align:center;color:#fff;white-space:pre-line;
}
.ghost-btn{
  width:160px;height:44px;border-radius:40px;background:rgba(0,0,0,.1);
  border:1px solid var(--b2);box-shadow:0 4px 20px rgba(255,255,255,.1);
  display:grid;place-items:center;font-weight:400;font-size:14px;color:#fff;cursor:pointer;
  transition:background .2s;
}
.ghost-btn:hover{background:rgba(255,255,255,.06);}
.teaser-card .fine{
  font-weight:400;font-style:italic;font-size:10px;line-height:13px;color:var(--grey-print);text-align:center;max-width:480px;
}
.coming-img-wrap{
  margin-top:24px;
  position:relative;z-index:1;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq{width:100%;padding:100px 20px;display:flex;flex-direction:column;align-items:center;}
.faq .inner{width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center;gap:30px;}
.faq h2{font-weight:600;font-size:30px;line-height:36px;text-align:center;}
.faq-list{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.faq-item{
  border-radius:20px;background:rgba(0,0,0,.1);
  box-shadow:inset 0 0 30px rgba(255,255,255,.05);border:1px solid var(--b1);
  overflow:hidden;
}
.faq-q{
  width:100%;border:0;background:transparent;cursor:pointer;text-align:center;
  position:relative;display:flex;align-items:center;justify-content:center;
  padding:32px 90px 32px 32px;color:#fff;font-family:inherit;
}
.faq-q span{font-weight:500;font-size:14px;line-height:18.2px;text-align:center;}
.faq-q .ic{
  width:50px;height:50px;flex:none;border-radius:16px;
  position:absolute;right:28px;top:50%;transform:translateY(-50%);
  background:linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(255,255,255,.2) 100%);
  box-shadow:0 10px 10px rgba(0,0,0,.1);border:1px solid var(--b1);
  display:grid;place-items:center;transition:transform .3s;
}
.faq-q .ic img{width:18px;height:18px;}
.faq-item.open .faq-q .ic{transform:translateY(-50%) rotate(45deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;}
.faq-a p{padding:0 32px 28px;font-weight:300;font-size:12px;line-height:18px;color:var(--muted);}

/* ============================================================
   FOOTER
   ============================================================ */
.footer{
  position:relative;width:100%;min-height:680px;padding:20px 20px 0;
  display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:40px;
  overflow:hidden;
}
.footer-bg{position:absolute;inset:0;z-index:0;background:#000 url('/waitlist-assets/footer-bg.png') center bottom / cover no-repeat;}
.footer-fade{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg, #000 0%, rgba(0,0,0,0) 30%);}
.footer-card{
  position:relative;z-index:2;width:100%;max-width:600px;border-radius:40px;padding:1px;
  background:radial-gradient(60% 70% at 8% 4%, rgba(255,255,255,.4) 0%, rgba(255,255,255,.1) 100%);
  margin-top:20px;
}
.footer-card-in{
  position:relative;border-radius:40px;overflow:hidden;padding:60px 20px 20px;
  display:flex;flex-direction:column;align-items:center;gap:24px;min-height:448px;justify-content:center;
}
.footer-card-in > img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.footer-logo{width:60px;height:auto;display:block;}
.footer-card-in > *{position:relative;z-index:1;}
.footer-card-in .q{
  font-family:var(--serif);font-style:italic;font-weight:600;font-size:30px;line-height:36px;
  text-align:center;color:#fff;max-width:380px;
}
.contacts{display:flex;gap:10px;width:100%;max-width:560px;flex-wrap:wrap;justify-content:center;}
.contact{
  flex:1;min-width:160px;height:140px;border-radius:24px;
  background:rgba(0,0,0,.1);box-shadow:inset 0 0 30px rgba(255,255,255,.05),0 10px 30px rgba(255,255,255,.1);
  border:1px solid var(--b1);
  display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:18px;padding:20px;
  transition:transform .2s,background .2s;
}
.contact:hover{transform:translateY(-3px);background:rgba(255,255,255,.04);}
.contact .ic{
  width:40px;height:40px;border-radius:10px;border:1px solid var(--b2);
  background:linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(255,255,255,.2) 100%);
  display:grid;place-items:center;
}
.contact .ic img{width:18px;height:18px;}
.contact .ic svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:1.6;}
.contact b{font-weight:400;font-size:14px;line-height:15.4px;color:#fff;}
.contact small{font-weight:300;font-size:12px;line-height:15.6px;color:#fff;opacity:.85;}
.footer-social{display:flex;gap:4px;justify-content:center;}
.footer-social a{
  width:34px;height:34px;border-radius:100px;display:grid;place-items:center;color:#dcdce0;
  transition:color .2s,transform .15s;
}
.footer-social a:hover{color:#fff;transform:translateY(-2px);}
.footer-social svg{width:15px;height:15px;fill:currentColor;}
.footer-social a img{height:15px;width:auto;display:block;}
.copyright{
  position:absolute;bottom:18px;left:0;right:0;z-index:3;
  display:flex;align-items:center;gap:14px;justify-content:center;
  font-weight:500;font-size:14px;line-height:14px;color:#fff;
}
.footer-wordmark-wrap{
  position:relative;z-index:2;
  width:100%;line-height:0;
  margin-top:auto;
  display:flex;justify-content:center;
}
.footer-wordmark-img{
  width:80%;height:auto;display:block;
  max-height:220px;object-fit:contain;
  opacity: 0.5;
}
.footer-wordmark-ican{
  width:50%;height:auto;display:block;
  object-fit:contain;opacity:0.3;
}
@media(max-width:680px){
  .footer-wordmark-ican{width:100%;}
}
.copyright .d{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.5);}
.copyright .by{font-weight:400;font-size:12px;color:#999;}
.copyright .by b{color:#fff;font-weight:400;}
.footer-legal{
  position:relative;z-index:2;
  display:flex;flex-wrap:wrap;justify-content:center;gap:10px;
  padding:0 20px 36px;max-width:720px;width:100%;
}
.footer-legal a{
  display:inline-flex;align-items:center;justify-content:center;
  padding:11px 24px;border-radius:100px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.03);
  color:rgba(255,255,255,.75);
  font-size:13.5px;font-weight:400;letter-spacing:.01em;
  text-decoration:none;
  transition:border-color .2s,color .2s,background .2s;
  backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
}
.footer-legal a:hover{border-color:rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.07);}

/* ============================================================
   DEDICATION
   ============================================================ */
.dedication{position:relative;width:100%;padding:60px 20px 100px;display:flex;justify-content:center;}
.dedication-card{
  position:relative;width:100%;max-width:1180px;border-radius:6px;
  padding:80px clamp(28px,7vw,110px);
  background:linear-gradient(180deg, rgba(20,21,24,.5) 0%, rgba(6,6,8,.6) 100%);
  border:1px solid var(--b1);
  box-shadow:inset 0 0 60px rgba(255,255,255,.02), 0 30px 80px rgba(0,0,0,.5);
  display:flex;flex-direction:column;align-items:center;text-align:center;gap:34px;
  overflow:hidden;
}
.dedication-card::before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:2.5px;
  background:linear-gradient(180deg, rgba(255,255,255,.7) 0%, rgba(255,255,255,.12) 60%, rgba(255,255,255,0) 100%);
}
.ded-lead{
  font-family:var(--serif);font-style:italic;font-weight:600;
  font-size:clamp(20px,2.5vw,30px);line-height:1.55;color:#fff;
  max-width:820px;white-space:pre-line;text-wrap:pretty;
}
.ded-date{
  margin-top:8px;
  font-family:var(--serif);font-style:italic;font-weight:700;
  font-size:clamp(28px,3.6vw,42px);letter-spacing:.14em;line-height:1;
  background:linear-gradient(95deg,#ffffff 0%,#d8d9dc 55%,#9c9da0 100%);
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;
}
.ded-rule{width:64px;height:1px;background:linear-gradient(90deg,rgba(255,255,255,0),var(--b2),rgba(255,255,255,0));}
.ded-body{
  font-family:var(--serif);font-style:italic;font-weight:600;
  font-size:clamp(18px,2.2vw,26px);line-height:1.65;color:var(--grey-italic);
  max-width:760px;white-space:pre-line;text-wrap:pretty;
}
.ded-foot{
  margin-top:18px;
  font-weight:300;font-size:clamp(11px,1.2vw,14px);line-height:1.9;letter-spacing:.26em;
  text-transform:uppercase;color:var(--grey-print);max-width:780px;text-wrap:balance;
}
@media (max-width:560px){
  .dedication-card{padding:52px 26px;gap:26px;}
}

/* ============================================================
   ENTRANCE ANIMATIONS
   ============================================================ */
/* Base: fade + slide up with spring easing */
.reveal{
  opacity:0;
  transform:translateY(38px);
  transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);
}
/* Card/panel variant — scale-in as it rises */
.reveal.scale{transform:translateY(22px) scale(.97);}
/* Hero heading — dramatic travel + scale */
.reveal.lg{transform:translateY(54px) scale(.96);transition-duration:1.1s;}
/* 3D card entrance — perspective on parent required */
.reveal.card3d{transform:translateY(60px) scale(0.93) rotateX(12deg);transform-origin:top center;}
.reveal.in{opacity:1;transform:none;}

/* Character reveal spans (injected by JS char-split) */
.char{
  display:inline-block;
  opacity:0;
  transform:translateY(6px);
  transition:opacity .45s cubic-bezier(.16,1,.3,1),transform .45s cubic-bezier(.16,1,.3,1);
}
.reveal.in .char{opacity:1;transform:none;}

/* Stagger delay utilities */
.d1{transition-delay:.08s;}
.d2{transition-delay:.16s;}
.d3{transition-delay:.26s;}
.d4{transition-delay:.36s;}
.d5{transition-delay:.46s;}

/* Auto-stagger for MVH and Foundation grids */
.mvh-grid .reveal:nth-child(1){transition-delay:.00s;}
.mvh-grid .reveal:nth-child(2){transition-delay:.10s;}
.mvh-grid .reveal:nth-child(3){transition-delay:.20s;}

.found-grid .reveal:nth-child(1){transition-delay:.00s;}
.found-grid .reveal:nth-child(2){transition-delay:.08s;}
.found-grid .reveal:nth-child(3){transition-delay:.16s;}
.found-grid .reveal:nth-child(4){transition-delay:.24s;}

/* Auto-stagger for FAQ items */
.faq-list .reveal:nth-child(1){transition-delay:.00s;}
.faq-list .reveal:nth-child(2){transition-delay:.06s;}
.faq-list .reveal:nth-child(3){transition-delay:.12s;}
.faq-list .reveal:nth-child(4){transition-delay:.18s;}
.faq-list .reveal:nth-child(5){transition-delay:.24s;}
.faq-list .reveal:nth-child(6){transition-delay:.30s;}

/* Nav slide-in on page load */
@keyframes navIn{
  from{opacity:0;transform:translateY(-18px);}
  to{opacity:1;transform:none;}
}
.nav{animation:navIn .8s cubic-bezier(.16,1,.3,1) .1s both;}

@media (prefers-reduced-motion:reduce){
  .reveal,.reveal.scale,.reveal.lg,.reveal.card3d{transition:none;}
  .char{transition:none;}
  .d1,.d2,.d3,.d4,.d5{transition-delay:0s;}
  .mvh-grid .reveal:nth-child(n),
  .found-grid .reveal:nth-child(n),
  .faq-list .reveal:nth-child(n),
  .products .reveal:nth-child(n){transition-delay:0s;}
  .nav{animation:none;}
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:680px){
  .hero h1{white-space:normal;font-size:clamp(36px,10vw,64px);}
  .band-head h2{white-space:normal;}
  .mob-br{display:block;}
  .nav-links{display:none;}
  .nav-inner{max-width:200px;justify-content:space-between;}
  .signup-card{padding:40px 24px;}
  .product{height:auto;flex-direction:column;align-items:center;}
  .product-media{width:100%;max-width:300px;}
  .product-info{padding:24px 8px 8px;align-items:center;text-align:center;}
  .product-info h3{text-align:center;white-space:nowrap;}
  .product-spec{margin-top:6px;}
  .product-spec span{display:inline;}
  .product-checks{align-items:center;flex-direction:row;justify-content:center;gap:16px;}
  .teaser-card .badge > span{white-space:normal;text-align:center;}
  .found-grid{grid-template-columns:1fr;}
  .faq-list{grid-template-columns:1fr;}
  .teaser-card{padding:50px 24px;min-height:0;}
  .mvh-card{width:100%;max-width:320px;}
}
