/* PICKDOME — landing page
   Midnight ground, gradient used as light rather than decoration. Type is
   two-tone like the wordmark: white and gold, never gradient-filled. */

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  background: var(--pd-midnight);
  color: #fff;
  font-family: var(--pd-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.skip { position: absolute; left: -9999px; }
.skip:focus { left: 12px; top: 12px; z-index: 99; background: var(--pd-gold); color: var(--pd-ink);
  padding: 10px 16px; border-radius: 8px; font-weight: 800; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

:focus-visible { outline: 3px solid var(--pd-gold); outline-offset: 3px; border-radius: 4px; }

h1, h2, h3, h4 { font-family: var(--pd-display); font-weight: 900; line-height: .95; letter-spacing: .005em; text-wrap: balance; }
.gold { color: var(--pd-gold); }

/* ---------- shared ---------- */
.btn {
  display: inline-block; background: var(--pd-gold); color: var(--pd-ink);
  font-family: var(--pd-display); font-weight: 900; font-size: 19px; letter-spacing: .08em;
  text-transform: uppercase; text-decoration: none; padding: 14px 30px; border: 0;
  border-radius: 11px; cursor: pointer; transition: transform .14s cubic-bezier(.2,.9,.3,1), background .14s;
}
.btn:hover { background: #ffe480; transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn.ghost { background: transparent; color: #fff; box-shadow: inset 0 0 0 2px rgba(255,255,255,.22); }
.btn.ghost:hover { background: rgba(255,255,255,.07); box-shadow: inset 0 0 0 2px rgba(255,255,255,.4); }

section { padding: clamp(64px, 9vw, 128px) clamp(20px, 6vw, 84px); }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 14px clamp(16px, 5vw, 56px);
  background: rgba(11,15,20,.82); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--pd-line);
}
.nav-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.nav-brand img { width: 42px; }
.nav-word { font-family: var(--pd-display); font-weight: 900; font-size: 25px; letter-spacing: .02em; }
.nav-word b { color: #fff; font-weight: 900; }
.nav-word i { color: var(--pd-gold); font-style: normal; }
.nav nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); }
.nav nav a { text-decoration: none; font-size: 14px; font-weight: 700; color: var(--pd-muted); letter-spacing: .02em; }
.nav nav a:hover { color: #fff; }
.nav-cta { color: var(--pd-ink) !important; background: var(--pd-gold); padding: 9px 17px; border-radius: 9px; }
.nav-cta:hover { background: #ffe480; }
@media (max-width: 720px) { .nav nav a:not(.nav-cta) { display: none; } }

/* ---------- hero ---------- */
.hero { position: relative; text-align: center; padding-top: clamp(52px, 8vw, 96px); overflow: hidden; }
.lights { position: absolute; inset: -20% -10% auto; height: 130%; pointer-events: none; filter: blur(58px); opacity: .5; }
.lights span { position: absolute; top: -10%; width: 22%; height: 90%; border-radius: 50%; }
.lights span:nth-child(1) { left: 4%;  background: var(--pd-cyan);    opacity: .30; }
.lights span:nth-child(2) { left: 28%; background: var(--pd-violet);  opacity: .40; }
.lights span:nth-child(3) { left: 54%; background: var(--pd-magenta); opacity: .34; }
.lights span:nth-child(4) { left: 76%; background: var(--pd-orange);  opacity: .26; }
.hero-in { position: relative; max-width: 900px; margin: 0 auto; }
.hero-mark { width: clamp(112px, 17vw, 186px); margin: 0 auto clamp(18px, 3vw, 30px); }
.hero h1 { font-size: clamp(54px, 11vw, 128px); }
.lede { max-width: 610px; margin: clamp(20px, 3vw, 30px) auto 0; color: #c6cdd6; font-size: clamp(16px, 1.7vw, 19px); }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: clamp(28px, 4vw, 42px); }
.hero-note { margin-top: 22px; font-size: 13px; color: var(--pd-muted); }

/* ---------- statement ---------- */
.statement { text-align: center; border-top: 1px solid var(--pd-line); border-bottom: 1px solid var(--pd-line); background: #0d1219; }
.statement p { color: var(--pd-muted); font-size: clamp(17px, 2.2vw, 22px); }
.statement em { color: #fff; font-style: normal; font-weight: 700; }
.statement .big {
  font-family: var(--pd-display); font-weight: 900; color: #fff;
  font-size: clamp(38px, 7.5vw, 88px); line-height: .95; margin-top: 14px; text-wrap: balance;
}

/* ---------- rundown ---------- */
.rundown h2 { font-size: clamp(34px, 5.4vw, 64px); max-width: 15ch; }
.sec-lede { color: var(--pd-muted); margin-top: 14px; max-width: 60ch; }
.run { list-style: none; padding: 0; margin: clamp(38px, 5vw, 62px) 0 0; max-width: 1080px; }
.run li { position: relative; padding: 28px 0 30px clamp(0px, 3vw, 34px); border-top: 1px solid var(--pd-line); }
.run li:last-child { border-bottom: 1px solid var(--pd-line); }
.run .t {
  display: block; font-family: var(--pd-display); font-weight: 700; font-size: 13px;
  letter-spacing: .2em; text-transform: uppercase; color: var(--pd-gold); margin-bottom: 9px;
}
.run h3 { font-size: clamp(27px, 3.6vw, 40px); }
.run p { color: #b9c1cb; margin-top: 12px; max-width: 68ch; }
/* the spectrum threads down the rundown like a light rail */
@media (min-width: 860px) {
  .run { padding-left: 26px; border-left: 3px solid transparent;
         background: linear-gradient(180deg, var(--pd-cyan), var(--pd-violet), var(--pd-magenta), var(--pd-orange), var(--pd-gold)) left / 3px 100% no-repeat; }
  .run li { padding-left: 40px; }
}

/* ---------- how ---------- */
.how { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(34px, 5vw, 76px); align-items: start;
       border-top: 1px solid var(--pd-line); background: #0d1219; }
@media (max-width: 900px) { .how { grid-template-columns: minmax(0, 1fr); } }
.how h2 { font-size: clamp(32px, 5vw, 58px); }
.how-copy p { color: #b9c1cb; margin-top: 18px; max-width: 52ch; }
.how-copy .fine { font-size: 14px; color: var(--pd-muted); }
.steps { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
.steps li { display: flex; gap: 18px; align-items: flex-start; background: var(--pd-surface);
            border: 1px solid var(--pd-line); border-radius: var(--pd-radius); padding: 20px 22px; }
.steps b {
  flex: 0 0 auto; width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center;
  font-family: var(--pd-display); font-size: 20px; font-weight: 900; color: var(--pd-ink);
  background: var(--pd-gradient);
}
.steps h4 { font-size: 21px; }
.steps p { color: #b9c1cb; font-size: 15px; margin-top: 6px; }

/* ---------- price ---------- */
.price h2 { font-size: clamp(34px, 5.4vw, 64px); text-align: center; }
.tiers { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(330px, 100%), 1fr)); gap: 20px;
         max-width: 940px; margin: clamp(34px, 4vw, 52px) auto 0; }
.tier { background: var(--pd-surface); border: 1px solid var(--pd-line); border-radius: var(--pd-radius-lg); padding: 30px 28px 34px; }
.tier.feat { position: relative; border-color: transparent; background:
  linear-gradient(var(--pd-surface), var(--pd-surface)) padding-box,
  var(--pd-gradient) border-box; border: 2px solid transparent; }
.flag { font-family: var(--pd-display); font-weight: 900; font-size: 12px; letter-spacing: .18em;
        text-transform: uppercase; color: var(--pd-gold); margin-bottom: 8px; }
.tier h3 { font-size: 31px; }
.amt { font-family: var(--pd-display); font-weight: 900; font-size: 62px; line-height: 1; margin-top: 12px; }
.amt span { font-size: 16px; font-weight: 700; color: var(--pd-muted); margin-left: 9px; letter-spacing: .04em; }
.tier-lede { color: #b9c1cb; margin-top: 12px; font-size: 15px; }
.tier ul { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-direction: column; gap: 11px; }
.tier li { position: relative; padding-left: 27px; font-size: 15px; color: #d3d9e0; }
.tier li::before {
  content: ""; position: absolute; left: 0; top: .42em; width: 15px; height: 9px;
  border-left: 3px solid var(--pd-gold); border-bottom: 3px solid var(--pd-gold);
  transform: rotate(-45deg); border-radius: 1px;
}
.tier em { color: #fff; font-style: normal; font-weight: 800; }
.tier-note { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--pd-line); font-size: 13px; color: var(--pd-muted); }
.price-fine { text-align: center; margin-top: 26px; font-size: 13px; color: var(--pd-muted); }

/* ---------- waitlist ---------- */
.wait { border-top: 1px solid var(--pd-line); background:
  radial-gradient(120% 100% at 50% 0%, rgba(124,58,237,.20), transparent 62%), #0d1219; }
.wait-in { max-width: 700px; margin: 0 auto; text-align: center; }
.wait h2 { font-size: clamp(32px, 5.4vw, 60px); }
.wait > .wait-in > p { color: #b9c1cb; margin-top: 16px; }
.wform { margin-top: 30px; }
.wrow { display: flex; gap: 11px; justify-content: center; flex-wrap: wrap; }
.wrow input[type="email"] {
  flex: 1 1 300px; min-width: 0; background: #0b1016; color: #fff;
  border: 2px solid var(--pd-line); border-radius: 11px; padding: 14px 17px; font-size: 16px; font-family: inherit;
}
.wrow input[type="email"]::placeholder { color: #6b7480; }
.wrow input[type="email"]:focus { border-color: var(--pd-magenta); outline: none; }
.wrow.narrow { margin-top: 12px; align-items: center; }
.wrow select {
  background: #0b1016; color: #c6cdd6; border: 2px solid var(--pd-line);
  border-radius: 10px; padding: 10px 13px; font-size: 14px; font-family: inherit;
}
.check { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #c6cdd6; cursor: pointer; }
.check input { width: 17px; height: 17px; accent-color: var(--pd-magenta); }
.hp { position: absolute; left: -9999px; }
.wfine { margin-top: 18px; font-size: 13px; color: var(--pd-muted); }

/* ---------- footer ---------- */
.foot { border-top: 1px solid var(--pd-line); padding: 34px clamp(20px, 6vw, 84px) 46px;
        display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.foot-brand { display: flex; align-items: center; gap: 10px; }
.foot-brand img { width: 34px; }
.foot-brand .nav-word { font-size: 21px; }
.foot p { font-size: 13px; color: var(--pd-muted); }

/* ---------- motion ---------- */
.anim .rise { opacity: 0; transform: translateY(22px); }
.anim .rise.in { opacity: 1; transform: none; transition: opacity .6s cubic-bezier(.2,.8,.3,1), transform .6s cubic-bezier(.2,.8,.3,1); }
.anim .run li.rise.in  { transition-delay: .04s; }
.anim .steps li.rise.in { transition-delay: .06s; }
@media (prefers-reduced-motion: reduce) {
  .anim .rise, .anim .rise.in { opacity: 1; transform: none; transition: none; }
}

/* ---------- hero video background ---------- */
.hero-vid {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0; opacity: .55;
}
.hero-scrim {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(90% 70% at 50% 34%, rgba(11,15,20,.42), rgba(11,15,20,.86) 72%),
    linear-gradient(180deg, rgba(11,15,20,.75) 0%, rgba(11,15,20,.25) 32%, rgba(11,15,20,.96) 100%);
}
.hero .lights { z-index: 1; }
.hero-in { z-index: 2; }
@media (prefers-reduced-motion: reduce) { .hero-vid { display: none; } }

/* ---------- spec strip ---------- */
.specs {
  position: relative; z-index: 2; list-style: none; padding: 0;
  margin: clamp(38px, 5vw, 62px) auto 0; max-width: 1140px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(168px, 100%), 1fr));
  gap: 1px; background: var(--pd-line); border: 1px solid var(--pd-line); border-radius: var(--pd-radius);
  overflow: hidden;
}
.specs li { background: #0d1219; padding: 18px 16px; text-align: center; }
.specs b {
  display: block; font-family: var(--pd-display); font-weight: 900;
  font-size: clamp(17px, 2vw, 23px); line-height: 1.1; color: var(--pd-gold);
}
.specs span { display: block; margin-top: 5px; font-size: 11px; letter-spacing: .13em;
              text-transform: uppercase; color: var(--pd-muted); font-weight: 700; }

/* ---------- formats ---------- */
.formats { border-top: 1px solid var(--pd-line); }
.formats h2 { font-size: clamp(34px, 5.4vw, 60px); max-width: 18ch; }
.fgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
         gap: 18px; margin-top: clamp(32px, 4vw, 48px); }
.fcard { background: var(--pd-surface); border: 1px solid var(--pd-line);
         border-radius: var(--pd-radius-lg); padding: 26px 26px 28px; }
.fcard h3 { font-size: 25px; color: var(--pd-gold); }
.fcard dl { margin: 18px 0 0; }
.fcard dt {
  font-family: var(--pd-display); font-weight: 900; font-size: 19px; color: #fff;
  margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--pd-line);
}
.fcard dt:first-of-type { margin-top: 0; padding-top: 0; border-top: 0; }
.fcard dd { margin: 5px 0 0; font-size: 14px; color: #b9c1cb; line-height: 1.55; }
.fnote { margin-top: 26px; font-size: 14px; color: var(--pd-muted); max-width: 70ch; }
