:root {
  --bg: #0c0b0a;
  --bg2: #161412;
  --card: #1c1916;
  --text: #f5f0e8;
  --muted: #a89f94;
  --line: rgba(245, 240, 232, 0.12);
  --gold: #d4a574;
  --gold2: #f0d0a8;
  --accent: #c4b5fd;
  --radius: 18px;
  --font: "Segoe UI", system-ui, -apple-system, sans-serif;
  --max: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  background:
    radial-gradient(900px 500px at 10% -10%, rgba(212, 165, 116, 0.14), transparent 50%),
    radial-gradient(700px 400px at 100% 0%, rgba(196, 181, 253, 0.1), transparent 45%),
    var(--bg);
  color: var(--text);
  line-height: 1.55;
  min-height: 100vh;
}
a { color: var(--gold2); text-decoration: none; }
a:hover { color: #fff; }
img { max-width: 100%; display: block; }
.wrap { width: min(var(--max), 92vw); margin: 0 auto; }
.narrow { width: min(520px, 92vw); }

/* header */
.top {
  position: sticky; top: 0; z-index: 40;
  background: rgba(12, 11, 10, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.bar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.9rem 0; flex-wrap: wrap;
}
.logo {
  font-weight: 900; font-size: 1.15rem; color: #fff; letter-spacing: 0.06em;
}
.logo em {
  font-style: normal;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.bar nav { display: flex; gap: 0.75rem; align-items: center; flex-wrap: wrap; }
.bar nav a { color: var(--muted); font-weight: 600; font-size: 0.92rem; }
.bar nav a:hover { color: #fff; }

/* buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--gold), #b8895a);
  color: #1a120a; font-weight: 800;
  border: none; border-radius: 999px;
  padding: 0.85rem 1.35rem; font-size: 0.95rem;
  cursor: pointer; text-decoration: none;
  box-shadow: 0 0 24px rgba(212, 165, 116, 0.25);
}
.btn:hover { filter: brightness(1.06); color: #1a120a; }
.btn-sm { padding: 0.5rem 0.95rem; font-size: 0.85rem; }
.btn-outline {
  background: transparent; color: #fff;
  border: 1px solid var(--line); box-shadow: none;
}
.btn-outline:hover { border-color: var(--gold); color: #fff; }
.btn-block { width: 100%; }
.btn-want {
  width: 100%; margin-top: 0.35rem;
  background: transparent; color: #fff;
  border: 1px solid rgba(212, 165, 116, 0.45);
  box-shadow: none;
}
.btn-want:hover, .btn-want.voted {
  background: linear-gradient(135deg, var(--gold), #b8895a);
  color: #1a120a; border-color: transparent;
}

/* hero */
.hero { padding: 3rem 0 2.5rem; }
.hero-grid {
  display: grid; gap: 1.75rem; align-items: center;
}
@media (min-width: 860px) {
  .hero-grid { grid-template-columns: 1.2fr 0.8fr; gap: 2.5rem; }
}
.eyebrow {
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold); margin: 0 0 0.75rem;
}
.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.1rem, 5.5vw, 3.4rem);
  line-height: 1.05; letter-spacing: -0.03em;
}
.hero h1 span { color: var(--gold2); }
.lead { color: var(--muted); font-size: 1.08rem; max-width: 34rem; margin: 0 0 0.75rem; }
.lead.soft { font-size: 0.98rem; opacity: 0.95; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1.25rem; }
.hero-card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.35rem 1.4rem;
}
.hero-card h2 { margin: 0 0 0.75rem; font-size: 1.05rem; }
.hero-card ul { margin: 0; padding-left: 1.1rem; color: var(--muted); }
.hero-card li { margin: 0.4rem 0; }
.micro { font-size: 0.8rem; color: var(--muted); margin: 1rem 0 0; }
.micro.center { text-align: center; }

/* sections */
.section { padding: 2.75rem 0; }
.section.alt {
  background: rgba(0,0,0,0.28);
  border-block: 1px solid var(--line);
}
.section-head { margin-bottom: 1.5rem; max-width: 40rem; }
.section-head h2 { margin: 0 0 0.4rem; font-size: 1.65rem; letter-spacing: -0.02em; }
.section-head p { margin: 0; color: var(--muted); }

/* looks */
.look-grid {
  display: grid; gap: 1.15rem;
}
@media (min-width: 800px) {
  .look-grid { grid-template-columns: repeat(3, 1fr); }
}
.look-card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column;
}
.look-visual {
  aspect-ratio: 3/4;
  position: relative;
  display: grid; place-items: center;
  border-bottom: 1px solid var(--line);
}
.look-visual.has-image {
  background-size: cover; background-position: center;
}
.look-visual.has-image .look-placeholder-text { display: none; }
.look-a { background: linear-gradient(160deg, #3d342c 0%, #1a1612 50%, #2a2438 100%); }
.look-b { background: linear-gradient(160deg, #1e2a24 0%, #121816 50%, #243040 100%); }
.look-c { background: linear-gradient(160deg, #2c1e28 0%, #140f12 50%, #3a2a20 100%); }
.look-tag {
  position: absolute; top: 0.85rem; left: 0.85rem;
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 0.3rem 0.55rem;
  border-radius: 999px; background: rgba(0,0,0,0.45);
  border: 1px solid var(--line); color: var(--gold2);
}
.look-placeholder-text {
  text-align: center; color: rgba(245,240,232,0.55);
  font-size: 0.9rem; font-weight: 600; padding: 1rem;
}
.look-placeholder-text small { font-weight: 500; opacity: 0.7; }
.look-body { padding: 1.1rem 1.15rem 1.25rem; flex: 1; display: flex; flex-direction: column; gap: 0.4rem; }
.look-body h3 { margin: 0; font-size: 1.15rem; }
.look-body p { margin: 0; color: var(--muted); font-size: 0.92rem; }
.pieces { color: var(--gold2) !important; font-size: 0.8rem !important; font-weight: 700; letter-spacing: 0.02em; }
.vote-count { font-size: 0.75rem; color: var(--muted); margin-top: 0.35rem; }

/* steps */
.steps {
  display: grid; gap: 0.85rem;
}
@media (min-width: 800px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.2rem;
}
.step .num {
  display: inline-grid; place-items: center;
  width: 1.75rem; height: 1.75rem; border-radius: 50%;
  background: rgba(212, 165, 116, 0.2); color: var(--gold2);
  font-weight: 900; font-size: 0.85rem; margin-bottom: 0.55rem;
}
.step h3 { margin: 0 0 0.35rem; font-size: 1.05rem; }
.step p { margin: 0; color: var(--muted); font-size: 0.92rem; }

/* waitlist */
.waitlist-box {
  background: linear-gradient(165deg, #221c18, var(--card));
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.75rem 1.5rem 1.5rem;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}
.waitlist-box h2 { margin: 0 0 0.4rem; }
.waitlist-box > p { margin: 0 0 1.25rem; color: var(--muted); }
.wait-form label, .wait-form legend {
  display: block; font-size: 0.8rem; font-weight: 700;
  color: var(--muted); margin: 0.85rem 0 0.35rem;
}
.wait-form input[type="text"],
.wait-form input[type="email"],
.wait-form select,
.wait-form textarea {
  width: 100%;
  background: rgba(0,0,0,0.35);
  border: 1px solid var(--line);
  border-radius: 12px;
  color: #fff;
  padding: 0.75rem 0.9rem;
  font: inherit;
}
.wait-form input:focus,
.wait-form select:focus,
.wait-form textarea:focus {
  outline: none; border-color: rgba(212, 165, 116, 0.55);
}
.checks { border: none; padding: 0; margin: 0.5rem 0 0; }
.checks legend { margin-bottom: 0.45rem; }
.check {
  display: flex !important; align-items: center; gap: 0.45rem;
  color: var(--text) !important; font-weight: 600 !important;
  margin: 0.35rem 0 !important; cursor: pointer;
}
.check input { width: auto; accent-color: var(--gold); }

/* footer */
.foot {
  border-top: 1px solid var(--line);
  padding: 1.75rem 0 2.25rem;
  margin-top: 1rem;
}
.foot-inner { text-align: center; }
.foot .logo { margin-bottom: 0.35rem; display: inline-block; }
