/* ============================================================
   VAULT — Editorial landing
   Ported from vault-design-system/project/website/editorial.html
   ============================================================ */

:root {
  --brass:  #C9A96E;
  --brassL: #E8D5A8;
  --brassD: #A88B4A;
  --obs:    #0A0A0A;
  --card:   #1A1A1A;
  --cream:  #F5F3EF;
  --steel:  #8B9DAF;
  --muted:  #9A958D;
}

* { box-sizing: border-box; min-width: 0; }
html, body {
  margin: 0; padding: 0;
  background: var(--obs); color: var(--cream);
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  max-width: 100vw;
}
html { scroll-behavior: smooth; }
img, svg { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

.serif { font-family: Georgia, serif; font-weight: 400; }
.mono {
  font-family: 'Helvetica Neue', sans-serif;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 11px;
}
.rule { height: 1px; background: rgba(201,169,110,0.15); }

/* --- Editorial broadsheet nav --- */
nav.top {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: grid; grid-template-columns: 1fr auto 1fr;
  padding: 18px 32px;
  background: rgba(10,10,10,0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(201,169,110,0.06);
  align-items: center;
  transition: background 400ms cubic-bezier(0.16,1,0.3,1),
              border-color 400ms cubic-bezier(0.16,1,0.3,1);
}
nav.top.scrolled {
  background: rgba(10,10,10,0.92);
  border-bottom-color: rgba(201,169,110,0.18);
}
nav.top .l, nav.top .r { display: flex; gap: 28px; align-items: center; }
nav.top .r { justify-content: flex-end; }
nav.top .mk {
  text-align: center;
  letter-spacing: 8px;
  font-weight: 700;
  font-size: 16px;
  color: var(--brass);
}
nav.top a.mono { color: var(--cream); opacity: 0.75; transition: opacity 200ms, color 200ms; }
nav.top a.mono:hover { opacity: 1; color: var(--brass); }
nav.top a.cta {
  padding: 8px 14px;
  background: var(--brass);
  color: var(--obs);
  opacity: 1;
}
nav.top a.cta:hover { opacity: 0.85; color: var(--obs); }

/* --- Hero: split broadsheet --- */
.hero { padding: 120px 32px 60px; border-bottom: 1px solid rgba(201,169,110,0.15); }
.hero .masthead {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 0 0 24px; border-bottom: 1px solid rgba(201,169,110,0.2);
}
.hero .masthead .wm {
  font-family: Georgia, serif;
  font-size: clamp(72px, 14vw, 220px);
  font-weight: 400;
  letter-spacing: -6px;
  line-height: 0.8;
  color: var(--cream);
}
.hero .masthead .meta { text-align: right; }
.hero .masthead .meta .mono { display: block; margin-bottom: 6px; color: var(--brass); }
.hero .masthead .meta .iss {
  font-family: Georgia, serif;
  font-size: 22px;
  color: var(--muted);
  font-style: italic;
}

.hero .cols {
  display: grid;
  grid-template-columns: 3fr 4fr 3fr;
  gap: 48px;
  padding-top: 60px;
  align-items: start;
}
.hero .c1 .lede {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 26px;
  line-height: 1.4;
  color: var(--cream);
}
.hero .c1 .dek {
  margin-top: 28px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}
.hero .c1 .dek p + p { margin-top: 16px; }
.hero .c1 .by { margin-top: 40px; }
.hero .c1 .by .mono { color: var(--brass); display: block; }
.hero .c1 .by .name { font-family: Georgia, serif; font-size: 18px; margin-top: 6px; }

.hero .c2 {
  display: flex; flex-direction: column;
  align-items: center; gap: 28px;
  position: relative;
}
.hero .c2 .caption {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 15px;
  color: var(--muted);
  text-align: center;
  max-width: 420px;
  line-height: 1.5;
}

.hero .c3 .pull {
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: var(--cream);
  border-top: 2px solid var(--brass);
  border-bottom: 1px solid rgba(201,169,110,0.3);
  padding: 20px 0;
  margin-top: 0;
}
.hero .c3 .pull .q {
  color: var(--brass);
  font-size: 46px;
  line-height: 0;
  vertical-align: -12px;
  margin-right: 4px;
}
.hero .c3 .pull .attrib {
  display: block;
  margin-top: 16px;
  font-size: 13px;
  font-style: normal;
  color: var(--muted);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Helvetica Neue';
}
.hero .c3 .spec { margin-top: 36px; }
.hero .c3 .spec .row {
  display: flex; justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(201,169,110,0.1);
  font-size: 13px;
}
.hero .c3 .spec .row .k {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}
.hero .c3 .spec .row .v { color: var(--cream); font-family: Georgia, serif; }

/* --- Hero 3D card --- */
.hero-card-wrap {
  perspective: 1400px;
  width: min(440px, 100%);
  aspect-ratio: 340/214;
  margin: 0 auto;
}
.hero-card {
  width: 100%; height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 700ms cubic-bezier(0.16,1,0.3,1);
  transform: rotate(-3deg);
  will-change: transform;
}
.hero-card svg {
  width: 100%; height: 100%; display: block;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.55));
}
.hero-card .glare {
  position: absolute; inset: 2%;
  border-radius: 14px;
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 250ms;
  pointer-events: none;
}

/* --- Sections --- */
.section {
  padding: 120px 32px;
  border-bottom: 1px solid rgba(201,169,110,0.15);
}
.section .kicker {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 40px;
}
.section .kicker .num {
  font-family: Georgia, serif;
  font-size: 48px;
  color: var(--brass);
  line-height: 1;
  letter-spacing: -2px;
}
.section .kicker .line { flex: 1; height: 1px; background: rgba(201,169,110,0.3); }
.section .kicker .mono { color: var(--brass); }

.two-col {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: start;
}
.two-col h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: clamp(40px, 4.5vw, 72px);
  line-height: 1.05;
  letter-spacing: -1.5px;
  margin: 0;
}
.two-col h2 em { color: var(--brass); font-style: normal; }
.two-col .body {
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 540px;
}
.two-col .body p + p { margin-top: 20px; }

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  border-top: 1px solid rgba(201,169,110,0.15);
  border-bottom: 1px solid rgba(201,169,110,0.15);
}
.stat-grid .cell {
  padding: 40px 28px;
  border-right: 1px solid rgba(201,169,110,0.15);
}
.stat-grid .cell:last-child { border-right: none; }
.stat-grid .cell .n {
  font-family: Georgia, serif;
  font-size: 72px;
  color: var(--brass);
  line-height: 1;
  letter-spacing: -2px;
  font-variant-numeric: tabular-nums;
}
.stat-grid .cell .l {
  margin-top: 12px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
  max-width: 220px;
}

/* --- How it works --- */
.how {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 80px;
}
.how .step {
  position: relative;
  padding-top: 40px;
  border-top: 2px solid var(--brass);
}
.how .step .num {
  position: absolute; top: -18px; left: 0;
  font-family: Georgia, serif;
  font-size: 34px;
  color: var(--brass);
  background: var(--obs);
  padding-right: 14px;
}
.how .step .phone-mini {
  width: 100%;
  aspect-ratio: 1284/2778;
  border-radius: 32px;
  overflow: hidden;
  border: 8px solid #1a1a1a;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5);
  margin-bottom: 24px;
  background: #000;
}
.how .step .phone-mini img { width: 100%; height: auto; display: block; }
.how .step h3 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 28px;
  margin: 0 0 12px;
  letter-spacing: -0.5px;
}
.how .step p { font-size: 14px; color: var(--muted); line-height: 1.7; margin: 0; }

/* --- Gallery --- */
.gallery {
  padding: 120px 0 100px;
  border-bottom: 1px solid rgba(201,169,110,0.15);
}
.gallery .head { padding: 0 32px; margin-bottom: 60px; }
.gallery .head h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: clamp(40px, 6vw, 96px);
  line-height: 0.95;
  letter-spacing: -2px;
  margin: 0 0 16px;
}
.gallery .head h2 em { color: var(--brass); font-style: normal; }
.gallery .strip {
  display: flex; gap: 28px;
  overflow-x: auto;
  overflow-y: hidden;
  touch-action: pan-x;
  padding: 4px 32px 28px;
  scrollbar-color: var(--brass) rgba(201,169,110,0.1);
}
.gallery .strip::-webkit-scrollbar { height: 3px; }
.gallery .strip::-webkit-scrollbar-track { background: rgba(201,169,110,0.1); }
.gallery .strip::-webkit-scrollbar-thumb { background: var(--brass); }
.gallery .tile { flex: 0 0 340px; }
.gallery .tile .phone-mini {
  width: 100%;
  aspect-ratio: 1284/2778;
  border-radius: 44px;
  overflow: hidden;
  border: 10px solid #1a1a1a;
  box-shadow: 0 30px 60px rgba(0,0,0,0.55);
  background: #000;
}
.gallery .tile .phone-mini img { width: 100%; display: block; }
.gallery .tile .cap {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(201,169,110,0.2);
}
.gallery .tile .cap .mono { color: var(--brass); }
.gallery .tile .cap h4 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 22px;
  margin: 8px 0 6px;
  letter-spacing: -0.5px;
}
.gallery .tile .cap p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}


/* --- Exploded card anatomy --- */
.exploded { overflow: visible; }

.exploded__viewport {
  perspective: 1600px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 520px;
  margin-top: 60px;
  -webkit-user-select: none;
  user-select: none;
}

.exploded__assembly {
  --spread: 0;
  transform-style: preserve-3d;
  transform: rotateX(60deg) rotateZ(-20deg);
  position: relative;
  width: min(360px, 70vw);
  aspect-ratio: 340 / 214;
}

.exploded__layer {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transition: opacity 300ms;
}
.exploded__layer[data-depth="0"] { transform: translateZ(0); }
.exploded__layer[data-depth="1"] { transform: translateZ(calc(var(--spread, 0) * 70px)); }
.exploded__layer[data-depth="2"] { transform: translateZ(calc(var(--spread, 0) * 140px)); }
.exploded__layer[data-depth="3"] { transform: translateZ(calc(var(--spread, 0) * 210px)); }

.exploded__card {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  position: relative;
  backface-visibility: hidden;
}

/* Layer: steel body */
.exploded__card--body {
  background: linear-gradient(145deg, #2E2E2E 0%, #222 40%, #1A1A1A 100%);
  border: 1px solid rgba(201,169,110,0.25);
  box-shadow:
    0 4px 24px rgba(0,0,0,0.5),
    inset 0 1px 0 rgba(255,255,255,0.04);
}
.exploded__serial {
  position: absolute;
  bottom: 10px;
  left: 14px;
  font-size: 7px;
  letter-spacing: 2px;
  color: rgba(201,169,110,0.25);
  font-family: 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
}

/* Layer: NFC chip carrier */
.exploded__card--chip {
  background: rgba(26,26,26,0.75);
  border: 1px dashed rgba(201,169,110,0.35);
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.exploded__nfc {
  position: absolute;
  bottom: 26%;
  right: 16%;
  width: 48px;
  height: 38px;
  background: linear-gradient(145deg, #2d3829, #1e2a1a);
  border-radius: 3px;
  border: 1px solid rgba(201,169,110,0.2);
  box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.exploded__antenna {
  position: absolute;
  inset: 5px;
  border: 1.5px solid rgba(201,169,110,0.3);
  border-radius: 2px;
}
.exploded__antenna::before {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(201,169,110,0.2);
  border-radius: 1px;
}
.exploded__die {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: var(--brass);
  transform: translate(-50%, -50%);
  border-radius: 1px;
  box-shadow: 0 0 6px rgba(201,169,110,0.4);
}

/* Layer: brass wordmark */
.exploded__card--wordmark {
  background: rgba(26,26,26,0.7);
  border: 1px dashed rgba(201,169,110,0.3);
  box-shadow: 0 4px 18px rgba(0,0,0,0.45);
}
.exploded__text {
  position: absolute;
  top: 18%;
  left: 10%;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 7px;
  background: linear-gradient(135deg, #C9A96E, #E8D5A8, #A88B4A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Layer: brushed finish */
.exploded__card--finish {
  background: rgba(50,50,50,0.55);
  border: 1px solid rgba(201,169,110,0.2);
  box-shadow: 0 3px 14px rgba(0,0,0,0.4);
  overflow: hidden;
}
.exploded__card--finish::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 1px,
    rgba(255,255,255,0.06) 1px,
    rgba(255,255,255,0.06) 2px
  );
}

/* Legend strip */
.exploded__legend {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 48px;
  flex-wrap: wrap;
}
.exploded__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  cursor: pointer;
  transition: color 200ms;
  font-family: 'Helvetica Neue', sans-serif;
}
.exploded__legend-item:hover,
.exploded__legend-item.active { color: var(--brass); }
.exploded__dot {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
.exploded__dot--steel {
  background: linear-gradient(145deg, #2E2E2E, #1A1A1A);
  border: 1px solid rgba(201,169,110,0.25);
}
.exploded__dot--chip {
  background: linear-gradient(145deg, #2d3829, #1e2a1a);
  border: 1px solid rgba(201,169,110,0.2);
}
.exploded__dot--brass {
  background: linear-gradient(135deg, #C9A96E, #E8D5A8, #A88B4A);
}
.exploded__dot--finish {
  background: #2A2A2A;
  border: 1px solid rgba(201,169,110,0.1);
  background-image: repeating-linear-gradient(
    0deg,
    transparent, transparent 1px,
    rgba(255,255,255,0.06) 1px,
    rgba(255,255,255,0.06) 2px
  );
}

/* --- Materials --- */
.mats {
  padding: 120px 32px;
  border-bottom: 1px solid rgba(201,169,110,0.15);
  background: linear-gradient(180deg, var(--obs) 0%, #0c0a06 100%);
}
.mats-tbl { width: 100%; border-collapse: collapse; margin-top: 60px; }
.mats-tbl th, .mats-tbl td {
  text-align: left;
  padding: 28px 20px;
  border-bottom: 1px solid rgba(201,169,110,0.15);
  font-size: 15px;
}
.mats-tbl th {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--brass);
  font-weight: 400;
}
.mats-tbl tr:hover td { background: rgba(201,169,110,0.03); }
.mats-tbl td:first-child {
  font-family: Georgia, serif;
  font-size: 22px;
  color: var(--cream);
  width: 26%;
}
.mats-tbl td:nth-child(2) { color: var(--muted); width: 50%; line-height: 1.6; }
.mats-tbl td:last-child {
  text-align: right;
  font-family: Georgia, serif;
  color: var(--brass);
  font-size: 18px;
}

/* --- Lineup --- */
.lineup { background: radial-gradient(ellipse at 50% 40%, #16140f 0%, var(--obs) 70%); }

.lineup__stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 260px;
  margin-top: 80px;
  margin-bottom: 48px;
}

.lineup__card {
  position: absolute;
  width: min(280px, 22vw);
  filter: drop-shadow(0 16px 40px rgba(0,0,0,0.55));
}
.lineup__card svg { width: 100%; height: auto; display: block; }

.lineup__card:nth-child(1) { --fan-x: -200px; --fan-y: 20px; --fan-rot: -11deg; --fan-delay: 120ms; z-index: 1; }
.lineup__card:nth-child(2) { --fan-x: -100px; --fan-y: 8px; --fan-rot: -5.5deg; --fan-delay: 60ms; z-index: 2; }
.lineup__card:nth-child(3) { --fan-x: 0px; --fan-y: 0px; --fan-rot: 0deg; --fan-delay: 0ms; z-index: 3; }
.lineup__card:nth-child(4) { --fan-x: 100px; --fan-y: 8px; --fan-rot: 5.5deg; --fan-delay: 60ms; z-index: 4; }
.lineup__card:nth-child(5) { --fan-x: 200px; --fan-y: 20px; --fan-rot: 11deg; --fan-delay: 120ms; z-index: 5; }

.lineup__card {
  transform: translateX(var(--fan-x, 0px)) translateY(var(--fan-y, 0px)) rotate(var(--fan-rot, 0deg));
}

.js .lineup__card {
  transform: translateX(0) translateY(0) rotate(0deg);
  transition: transform 1800ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--fan-delay, 0ms);
}

.js .lineup__stage.fanned .lineup__card {
  transform: translateX(var(--fan-x)) translateY(var(--fan-y)) rotate(var(--fan-rot));
}

.lineup__index {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  border-top: 1px solid rgba(201,169,110,0.15);
  padding-top: 28px;
}

.lineup__hd { display: flex; align-items: baseline; gap: 10px; }

.lineup__num {
  font-family: 'Helvetica Neue', sans-serif;
  letter-spacing: 0.16em;
  font-size: 10px;
  color: var(--brass);
}

.lineup__name {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.lineup__tag {
  font-size: 11px;
  color: var(--muted);
  margin: 6px 0 0;
  line-height: 1.5;
}

.lineup__price {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 10px;
  color: var(--steel);
  margin: 8px 0 0;
  letter-spacing: 0.1em;
}

.lineup__vip { color: var(--brass); font-weight: 500; }
.lineup__retail { text-decoration: line-through; opacity: 0.55; margin-left: 6px; }
.lineup__wt { margin-left: 8px; opacity: 0.7; }

.lineup__note {
  margin: 24px auto 0;
  text-align: center;
  color: var(--muted) !important;
}

.js .lineup__note {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 800ms cubic-bezier(0.16,1,0.3,1),
              transform 800ms cubic-bezier(0.16,1,0.3,1);
  transition-delay: 600ms;
}

.js .lineup__stage.fanned ~ .lineup__note {
  opacity: 1;
  transform: translateY(0);
}

/* --- Pull quote strip --- */
.pullstrip {
  padding: 140px 32px;
  text-align: center;
  border-bottom: 1px solid rgba(201,169,110,0.15);
  background: radial-gradient(ellipse at 50% 50%, rgba(201,169,110,0.08) 0%, transparent 60%);
}
.pullstrip .q {
  font-family: Georgia, serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(40px, 5vw, 80px);
  line-height: 1.15;
  letter-spacing: -1px;
  max-width: 1100px;
  margin: 0 auto;
}
.pullstrip .q .mark {
  color: var(--brass);
  font-size: 1.4em;
  line-height: 0;
  vertical-align: -0.3em;
  margin: 0 .1em;
}
.pullstrip .a {
  margin-top: 40px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--brass);
  font-size: 12px;
}

/* --- CTA: reverse (cream) --- */
.cta {
  padding: 140px 32px;
  background: var(--cream);
  color: var(--obs);
  text-align: center;
}
.cta .mono { color: var(--brassD); }
.cta h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: clamp(52px, 8vw, 120px);
  line-height: 0.95;
  letter-spacing: -2px;
  margin: 24px auto 32px;
  max-width: 1200px;
  color: var(--obs);
}
.cta h2 em { color: var(--brassD); font-style: normal; }
.cta p {
  font-size: 18px;
  color: #5a554c;
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.7;
}
.cta .small {
  margin-top: 20px;
  font-size: 12px;
  color: #7a7468;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* --- Signup form (two-step) --- */
.signup {
  max-width: 560px;
  margin: 0 auto;
}
.signup__form {
  display: flex;
  gap: 0;
  border: 1px solid rgba(10,10,10,0.2);
  background: #fff;
  transition: border-color 200ms;
}
.signup__form:focus-within { border-color: var(--obs); }
.signup__input {
  flex: 1;
  padding: 18px 20px;
  background: transparent;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 15px;
  color: var(--obs);
  letter-spacing: 0.02em;
}
.signup__input::placeholder { color: #9a958d; }
.signup__btn {
  padding: 18px 32px;
  background: var(--obs);
  color: var(--cream);
  border: none;
  font-family: inherit;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 200ms;
  white-space: nowrap;
}
.signup__btn:hover:not(:disabled) { opacity: 0.85; }
.signup__btn:active { background: #1a1a1a; }
.signup__btn:disabled { opacity: 0.4; cursor: not-allowed; }
.signup__note {
  margin-top: 14px;
  font-size: 11px;
  color: #7a7468;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.signup__error {
  margin-top: 14px;
  font-size: 13px;
  color: #7A4A4A;
  text-align: center;
  min-height: 0;
}

/* Step 2: reserve-$1 offer (shown after signup succeeds) */
.signup[data-step="2"] .signup__step--1 { display: none; }
.signup[data-step="1"] .signup__step--2 { display: none; }

.signup__step--2 {
  animation: slideIn 600ms cubic-bezier(0.16,1,0.3,1);
}
.signup__confirm {
  font-family: Georgia, serif;
  font-size: 22px;
  color: var(--obs);
  margin-bottom: 8px;
  letter-spacing: -0.3px;
}
.signup__confirm-sub {
  font-size: 14px;
  color: #5a554c;
  margin-bottom: 28px;
  letter-spacing: 0.01em;
}
.signup__reserve {
  display: inline-block;
  padding: 22px 44px;
  background: var(--obs);
  color: var(--cream);
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  transition: opacity 200ms;
  cursor: pointer;
  border: none;
}
.signup__reserve:hover { opacity: 0.85; color: var(--cream); }

@keyframes slideIn {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* --- Footer --- */
footer {
  padding: 60px 32px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .mono { color: var(--muted); }
footer .wm {
  font-family: Georgia, serif;
  font-size: 22px;
  color: var(--brass);
  letter-spacing: 4px;
}

/* --- Scroll reveals (JS-toggled) ---
   Only hide elements when the .js class is present on <html>.
   Without JS, everything is visible — no dead blank page. */
.js .reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 800ms cubic-bezier(0.16,1,0.3,1),
              transform 800ms cubic-bezier(0.16,1,0.3,1);
  will-change: opacity, transform;
}
.js .reveal.in { opacity: 1; transform: translateY(0); }

/* Hero entrance: staggered on page load via JS .in additions */
.js .hero .masthead,
.js .hero .c1,
.js .hero .c2,
.js .hero .c3 {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 1200ms cubic-bezier(0.16,1,0.3,1),
              transform 1200ms cubic-bezier(0.16,1,0.3,1);
}
.js .hero .masthead.in,
.js .hero .c1.in,
.js .hero .c2.in,
.js .hero .c3.in { opacity: 1; transform: translateY(0); }

/* --- Responsive --- */
@media (max-width: 960px) {
  .hero .cols { grid-template-columns: 1fr; gap: 48px; }
  .two-col { grid-template-columns: 1fr; gap: 40px; }
  .how { grid-template-columns: 1fr; gap: 64px; }
  .stat-grid { grid-template-columns: 1fr; }
  .stat-grid .cell {
    border-right: none;
    border-bottom: 1px solid rgba(201,169,110,0.15);
  }
  .stat-grid .cell:last-child { border-bottom: none; }
  .section, .hero, .mats, .pullstrip, .cta { padding-left: 24px; padding-right: 24px; }
  .gallery .head { padding: 0 24px; }
  .gallery .strip { padding: 0 24px 24px; }
  nav.top { padding: 14px 20px; }
  nav.top .l { gap: 16px; }
  nav.top .l a:nth-child(3) { display: none; }
  footer { flex-direction: column; gap: 16px; text-align: center; }
  .exploded__viewport { min-height: 420px; }
  .exploded__assembly { width: min(300px, 75vw); }
  .lineup__card { width: min(220px, 30vw); }
  .lineup__card:nth-child(1) { --fan-x: -140px; --fan-y: 14px; }
  .lineup__card:nth-child(2) { --fan-x: -70px; --fan-y: 6px; }
  .lineup__card:nth-child(4) { --fan-x: 70px; --fan-y: 6px; }
  .lineup__card:nth-child(5) { --fan-x: 140px; --fan-y: 14px; }
  .lineup__stage { min-height: 220px; margin-top: 48px; }
  .lineup__index { gap: 12px; }
}

@media (max-width: 620px) {
  .hero { padding-top: 100px; }
  .hero .masthead { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hero .masthead .meta { text-align: left; }
  .hero .masthead .wm { font-size: clamp(56px, 18vw, 120px); letter-spacing: -3px; }
  .hero .c1 .lede br { display: none; }
  .hero .c1 .lede { font-size: 22px; }
  .hero .c3 .pull { font-size: 22px; }
  .hero .c3 .pull .q { font-size: 36px; vertical-align: -8px; }
  nav.top .l a:nth-child(2) { display: none; }
  .mats-tbl th:last-child, .mats-tbl td:last-child { display: none; }
  .mats-tbl th, .mats-tbl td { padding: 20px 12px; }
  .mats-tbl td:first-child { font-size: 18px; }
  .section, .hero, .mats, .pullstrip, .cta { padding-left: 20px; padding-right: 20px; }
  .gallery .head { padding: 0 20px; }
  .gallery .strip { padding: 0 20px 24px; }
  .gallery .tile { flex: 0 0 280px; }
  .signup__form { flex-direction: column; }
  .signup__btn { width: 100%; }
  .hero-card-wrap { width: min(320px, 100%); }
  .exploded__viewport { min-height: 320px; margin-top: 32px; }
  .exploded__assembly { width: min(300px, 85vw); }
  .exploded__text { font-size: 16px; letter-spacing: 5px; }
  .exploded__nfc { width: 38px; height: 30px; }
  .exploded__legend { gap: 14px 20px; }
  .lineup__card { width: min(160px, 34vw); }
  .lineup__card:nth-child(1) { --fan-x: -90px; --fan-y: 10px; --fan-rot: -9deg; }
  .lineup__card:nth-child(2) { --fan-x: -45px; --fan-y: 4px; --fan-rot: -4.5deg; }
  .lineup__card:nth-child(4) { --fan-x: 45px; --fan-y: 4px; --fan-rot: 4.5deg; }
  .lineup__card:nth-child(5) { --fan-x: 90px; --fan-y: 10px; --fan-rot: 9deg; }
  .lineup__stage { min-height: 160px; margin-top: 32px; margin-bottom: 32px; }
  .lineup__index { grid-template-columns: repeat(2, 1fr); gap: 16px 24px; }
  .lineup__index .lineup__ed:last-child { grid-column: 1 / -1; }
}

/* --- Reduced motion --- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .hero .masthead, .hero .c1, .hero .c2, .hero .c3 { opacity: 1; transform: none; }
  .hero-card { transform: rotate(-3deg) !important; }
  .exploded__assembly { --spread: 1 !important; }
}
