:root {
  --night: #070708;
  --night-elev: #0e0e10;
  --surface: #121214;
  --surface-2: #18181b;
  --gold: #c9a44a;
  --gold-bright: #e0c06a;
  --gold-dim: rgba(201, 164, 74, 0.35);
  --gold-hair: rgba(201, 164, 74, 0.28);
  --gold-fill: rgba(201, 164, 74, 0.14);
  --ink: #e8e4d8;
  --muted: #9a9488;
  --muted-2: #6e6a62;
  --prime: #c9a44a;
  --fib: #5b9fd4;
  --neon: rgba(91, 159, 212, 0.45);
  --focus: #5b9fd4;
  --draft: rgba(91, 159, 212, 0.22);
  --draft-strong: rgba(91, 159, 212, 0.38);
  --tick: rgba(201, 184, 106, 0.28);
  --tick-strong: rgba(201, 184, 106, 0.42);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  color: var(--ink);
  line-height: 1.58;
  background: var(--night);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

/* Draftsman field: night base + fine light-blue geometry + faint yellow ticks */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    /* yellow construction ticks at intersections */
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 39px,
      var(--tick) 39px,
      var(--tick) 40px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 39px,
      var(--tick) 39px,
      var(--tick) 40px
    ),
    /* light blue draftsman grid */
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 19px,
      var(--draft) 19px,
      var(--draft) 20px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 19px,
      var(--draft) 19px,
      var(--draft) 20px
    ),
    /* soft diagonal construction */
    repeating-linear-gradient(
      45deg,
      transparent 0,
      transparent 47px,
      rgba(91, 159, 212, 0.06) 47px,
      rgba(91, 159, 212, 0.06) 48px
    ),
    var(--night);
  opacity: 0.55;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("geometry.svg");
  background-size: 900px auto;
  background-repeat: repeat;
  background-position: center top;
  opacity: 0.11;
  mix-blend-mode: screen;
}

a { color: var(--gold-bright); }
a:hover { color: var(--gold); }

.skin {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  min-height: 100vh;
  border-left: 1px solid var(--gold-hair);
  border-right: 1px solid var(--gold-hair);
  background:
    linear-gradient(180deg, rgba(201, 164, 74, 0.035) 0%, transparent 28%),
    rgba(14, 14, 16, 0.82);
  overflow: hidden;
}

.skin::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid var(--gold-hair);
  pointer-events: none;
  z-index: 0;
}

/* Top construction hairline */
.skin::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent 40%, transparent 60%, var(--gold));
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

/* ——— Sacred geometry field (all 24 motifs) ——— */
.geo-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.geo-field svg.geo-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.geo-motif {
  position: absolute;
  opacity: 0.14;
  color: #5b9fd4;
}

.geo-motif svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.geo-motif use { fill: none; stroke: currentColor; }

/* Section placements — faint, draftsman weight */
.geo-m1  { top: 4%;   left: 2%;   width: 140px; height: 140px; opacity: 0.13; }
.geo-m2  { top: 6%;   right: 3%;  width: 120px; height: 120px; opacity: 0.12; }
.geo-m3  { top: 14%;  left: 42%;  width: 90px;  height: 126px; opacity: 0.11; }
.geo-m4  { top: 22%;  left: 8%;   width: 150px; height: 150px; opacity: 0.10; }
.geo-m5  { top: 24%;  right: 6%;  width: 120px; height: 120px; opacity: 0.12; }
.geo-m6  { top: 36%;  left: 3%;   width: 130px; height: 130px; opacity: 0.11; }
.geo-m7  { top: 38%;  right: 10%; width: 150px; height: 100px; opacity: 0.11; }
.geo-m8  { top: 42%;  left: 38%;  width: 130px; height: 130px; opacity: 0.09; }
.geo-m9  { top: 52%;  right: 4%;  width: 110px; height: 110px; opacity: 0.12; }
.geo-m10 { top: 56%;  left: 5%;   width: 120px; height: 120px; opacity: 0.11; }
.geo-m11 { top: 58%;  left: 44%;  width: 100px; height: 100px; opacity: 0.10; }
.geo-m12 { top: 62%;  right: 18%; width: 100px; height: 100px; opacity: 0.11; }
.geo-m13 { top: 70%;  left: 22%;  width: 110px; height: 110px; opacity: 0.10; }
.geo-m14 { top: 74%;  right: 8%;  width: 120px; height: 120px; opacity: 0.09; }
.geo-m15 { top: 80%;  left: 4%;   width: 115px; height: 115px; opacity: 0.11; }
.geo-m16 { top: 82%;  right: 28%; width: 110px; height: 110px; opacity: 0.12; }
.geo-m17 { top: 88%;  left: 36%;  width: 125px; height: 125px; opacity: 0.09; }
.geo-m18 { top: 18%;  left: 72%;  width: 100px; height: 100px; opacity: 0.11; }
.geo-m19 { top: 48%;  left: 68%;  width: 110px; height: 110px; opacity: 0.10; }
.geo-m20 { top: 66%;  left: 72%;  width: 105px; height: 105px; opacity: 0.11; }
.geo-m21 { top: 32%;  left: 55%;  width: 120px; height: 120px; opacity: 0.09; }
.geo-m22 { top: 90%;  right: 5%;  width: 130px; height: 130px; opacity: 0.10; }
.geo-m23 { top: 94%;  left: 18%;  width: 115px; height: 115px; opacity: 0.11; }
.geo-m24 { top: 28%;  left: 28%;  width: 160px; height: 105px; opacity: 0.10; }

/* Construction bloom lines between motifs */
.geo-bloom {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, transparent 48%, var(--draft) 49.5%, var(--draft) 50%, transparent 51.5%),
    linear-gradient(18deg, transparent 46%, rgba(91, 159, 212, 0.08) 49.5%, transparent 53%),
    linear-gradient(-12deg, transparent 60%, var(--tick) 49.8%, transparent 50.2%);
  opacity: 0.35;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
}

.ornament { display: none; }

.top {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1.4rem;
  background: rgba(7, 7, 8, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--gold-hair);
}

.mark {
  font-family: Cinzel, "Times New Roman", serif;
  font-weight: 700;
  color: var(--gold-fill);
  -webkit-text-stroke: 0.7px var(--gold);
  text-stroke: 0.7px var(--gold);
  paint-order: stroke fill;
  text-decoration: none;
  letter-spacing: 0.06em;
  font-size: 1.02rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.mark:hover {
  color: rgba(224, 192, 106, 0.2);
  -webkit-text-stroke-color: var(--gold-bright);
}

.namelabel {
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: lowercase;
  color: var(--muted-2);
  -webkit-text-stroke: 0;
  text-stroke: 0;
}

nav { display: flex; gap: 1.1rem; flex-wrap: wrap; }

nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

nav a:hover { color: var(--gold); }

.rayline {
  text-align: center;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted-2);
  padding: 0.7rem 1rem 0;
  position: relative;
  z-index: 1;
}

.hero, .sittings, .structure, .what, .soon {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  padding: 2.4rem 1.4rem;
}

.eyebrow {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 0.85rem;
}

/* 24-karat gold outline lettering — serious, not cartoon */
h1, h2, h3, .lede {
  font-family: Cinzel, "Times New Roman", serif;
  font-weight: 700;
  color: var(--gold-fill);
  -webkit-text-stroke: 1.15px var(--gold);
  text-stroke: 1.15px var(--gold);
  paint-order: stroke fill;
  text-shadow:
    0 0 24px rgba(201, 164, 74, 0.08),
    0 1px 0 rgba(0, 0, 0, 0.45);
}

h1 {
  font-size: clamp(2.2rem, 8vw, 3.8rem);
  line-height: 1.08;
  letter-spacing: 0.02em;
  -webkit-text-stroke-width: 1.35px;
}

.lede {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0.9rem 0 0.65rem;
  color: rgba(224, 192, 106, 0.16);
  -webkit-text-stroke: 0.9px var(--gold-bright);
  text-stroke: 0.9px var(--gold-bright);
}

.rule {
  width: 72px;
  height: 1px;
  background: var(--gold);
  opacity: 0.7;
  margin: 1.1rem 0 1.25rem;
  position: relative;
}

.rule::before,
.rule::after {
  content: "";
  position: absolute;
  top: -3px;
  width: 1px;
  height: 7px;
  background: var(--tick-strong);
}

.rule::before { left: 0; }
.rule::after { right: 0; }

.sub {
  max-width: 36rem;
  color: var(--muted);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.5rem 0 0.75rem;
}

.btn {
  display: inline-block;
  background: var(--gold);
  color: #0a0a0b;
  text-decoration: none;
  padding: 0.78rem 1.25rem;
  border-radius: 2px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid var(--gold);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.95rem;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.btn:hover {
  background: var(--gold-bright);
  border-color: var(--gold-bright);
  color: #0a0a0b;
  box-shadow: 0 0 18px rgba(201, 164, 74, 0.22);
}

.btn.ghost {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold-dim);
}

.btn.ghost:hover {
  background: rgba(201, 164, 74, 0.08);
  color: var(--gold-bright);
  border-color: var(--gold);
  box-shadow: none;
}

.btn.small {
  font-size: 0.85rem;
  padding: 0.55rem 1rem;
  text-align: center;
}

.fine {
  color: var(--muted-2);
  font-size: 0.88rem;
}

.fine a { color: var(--gold); }

h2 {
  font-size: 1.55rem;
  margin-bottom: 1.15rem;
  letter-spacing: 0.03em;
  -webkit-text-stroke-width: 1px;
}

h3 {
  -webkit-text-stroke-width: 0.85px;
}

.cards {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: 1fr;
}

@media (min-width: 840px) {
  .cards { grid-template-columns: repeat(3, 1fr); }
}

.cards.two-up {
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .cards.two-up { grid-template-columns: repeat(2, 1fr); }
}

/* Cards with outward crosshairs + construction bloom */
.card {
  --cross: var(--draft-strong);
  --cross-y: var(--tick);
  background: rgba(18, 18, 20, 0.92);
  border: 1px solid var(--gold-hair);
  padding: 1.2rem 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 2px;
  position: relative;
  isolation: isolate;
}

.card::before {
  content: "";
  position: absolute;
  inset: -10px;
  pointer-events: none;
  z-index: -1;
  background:
    /* horizontal crosshair arms */
    linear-gradient(90deg,
      transparent 0, transparent calc(50% - 0.5px),
      var(--cross) calc(50% - 0.5px), var(--cross) calc(50% + 0.5px),
      transparent calc(50% + 0.5px)),
    /* vertical crosshair arms */
    linear-gradient(0deg,
      transparent 0, transparent calc(50% - 0.5px),
      var(--cross) calc(50% - 0.5px), var(--cross) calc(50% + 0.5px),
      transparent calc(50% + 0.5px));
  opacity: 0.55;
  mask-image:
    linear-gradient(#000, #000),
    linear-gradient(#000, #000);
  /* only show outside the card: use four edge strips via box */
}

/* Outward crosshair ticks from each corner + mid-edge */
.card::after {
  content: "";
  position: absolute;
  inset: -14px;
  pointer-events: none;
  z-index: -1;
  background:
    /* top mid tick */
    linear-gradient(var(--cross-y), var(--cross-y)) top 0 left 50% / 1px 10px no-repeat,
    /* bottom mid */
    linear-gradient(var(--cross-y), var(--cross-y)) bottom 0 left 50% / 1px 10px no-repeat,
    /* left mid */
    linear-gradient(var(--cross-y), var(--cross-y)) top 50% left 0 / 10px 1px no-repeat,
    /* right mid */
    linear-gradient(var(--cross-y), var(--cross-y)) top 50% right 0 / 10px 1px no-repeat,
    /* corner L marks — top-left */
    linear-gradient(var(--gold-hair), var(--gold-hair)) top 4px left 0 / 8px 1px no-repeat,
    linear-gradient(var(--gold-hair), var(--gold-hair)) top 0 left 4px / 1px 8px no-repeat,
    /* top-right */
    linear-gradient(var(--gold-hair), var(--gold-hair)) top 4px right 0 / 8px 1px no-repeat,
    linear-gradient(var(--gold-hair), var(--gold-hair)) top 0 right 4px / 1px 8px no-repeat,
    /* bottom-left */
    linear-gradient(var(--gold-hair), var(--gold-hair)) bottom 4px left 0 / 8px 1px no-repeat,
    linear-gradient(var(--gold-hair), var(--gold-hair)) bottom 0 left 4px / 1px 8px no-repeat,
    /* bottom-right */
    linear-gradient(var(--gold-hair), var(--gold-hair)) bottom 4px right 0 / 8px 1px no-repeat,
    linear-gradient(var(--gold-hair), var(--gold-hair)) bottom 0 right 4px / 1px 8px no-repeat,
    /* blooming secondary arcs (very faint) */
    radial-gradient(circle at 0% 0%, transparent 18px, var(--draft) 18.5px, transparent 19px),
    radial-gradient(circle at 100% 0%, transparent 18px, var(--draft) 18.5px, transparent 19px),
    radial-gradient(circle at 0% 100%, transparent 18px, var(--draft) 18.5px, transparent 19px),
    radial-gradient(circle at 100% 100%, transparent 18px, var(--draft) 18.5px, transparent 19px);
  opacity: 0.85;
}

.card:hover {
  border-color: var(--gold-dim);
}

.card:hover::after {
  opacity: 1;
}

.oct {
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

.card h3 {
  font-size: 1.45rem;
  color: rgba(224, 192, 106, 0.15);
  -webkit-text-stroke: 0.95px var(--gold-bright);
  text-stroke: 0.95px var(--gold-bright);
}

.line { font-style: italic; color: var(--muted); }

.card p:not(.oct):not(.line):not(.price) {
  color: var(--muted);
  font-size: 0.95rem;
}

.price { font-weight: 700; margin-top: auto; color: var(--ink); }

.prime { color: var(--prime); font-weight: 700; }
.fib { color: var(--fib); font-weight: 700; }

.path-box,
.group-box,
.skirmish,
.graph {
  position: relative;
}

.path-box {
  background: rgba(18, 18, 20, 0.92);
  border: 1px solid var(--gold-hair);
  border-radius: 2px;
  padding: 1rem 1.15rem;
  margin-bottom: 1.1rem;
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

/* Shared outward crosshairs for boxed surfaces */
.path-box::after,
.group-box::after,
.skirmish::after {
  content: "";
  position: absolute;
  inset: -12px;
  pointer-events: none;
  background:
    linear-gradient(var(--tick), var(--tick)) top 0 left 50% / 1px 9px no-repeat,
    linear-gradient(var(--tick), var(--tick)) bottom 0 left 50% / 1px 9px no-repeat,
    linear-gradient(var(--tick), var(--tick)) top 50% left 0 / 9px 1px no-repeat,
    linear-gradient(var(--tick), var(--tick)) top 50% right 0 / 9px 1px no-repeat,
    linear-gradient(var(--gold-hair), var(--gold-hair)) top 3px left 0 / 7px 1px no-repeat,
    linear-gradient(var(--gold-hair), var(--gold-hair)) top 0 left 3px / 1px 7px no-repeat,
    linear-gradient(var(--gold-hair), var(--gold-hair)) top 3px right 0 / 7px 1px no-repeat,
    linear-gradient(var(--gold-hair), var(--gold-hair)) top 0 right 3px / 1px 7px no-repeat,
    linear-gradient(var(--gold-hair), var(--gold-hair)) bottom 3px left 0 / 7px 1px no-repeat,
    linear-gradient(var(--gold-hair), var(--gold-hair)) bottom 0 left 3px / 1px 7px no-repeat,
    linear-gradient(var(--gold-hair), var(--gold-hair)) bottom 3px right 0 / 7px 1px no-repeat,
    linear-gradient(var(--gold-hair), var(--gold-hair)) bottom 0 right 3px / 1px 7px no-repeat;
  opacity: 0.75;
}

.path { padding-left: 1.15rem; color: var(--muted); }
.path li { margin: 0.4rem 0; }
.path strong { color: var(--gold); }

.note { margin-top: 1rem; color: var(--muted); font-size: 0.95rem; }

.what .big {
  font-family: Cinzel, serif;
  font-size: 1.55rem;
  margin-bottom: 1rem;
  color: rgba(224, 192, 106, 0.16);
  -webkit-text-stroke: 1px var(--gold-bright);
  text-stroke: 1px var(--gold-bright);
  paint-order: stroke fill;
}

.what .big em {
  font-style: italic;
  color: rgba(224, 192, 106, 0.22);
}

.what ul {
  margin: 1rem 0 1rem 1.2rem;
  color: var(--muted);
}

footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--gold-hair);
  padding: 1.6rem 1.25rem 2.4rem;
  text-align: center;
  color: var(--muted-2);
  font-size: 0.88rem;
}

footer p:first-child {
  font-family: Cinzel, serif;
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
  letter-spacing: 0.04em;
  color: var(--gold-fill);
  -webkit-text-stroke: 0.8px var(--gold);
  text-stroke: 0.8px var(--gold);
  paint-order: stroke fill;
}

.group-box {
  background: rgba(18, 18, 20, 0.92);
  border: 1px solid var(--gold-hair);
  padding: 1.15rem 1.2rem 1.3rem;
  margin-top: 1rem;
  max-width: 22rem;
  border-radius: 2px;
}

.group-box label {
  display: block;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.seats {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.seats button {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid var(--gold-dim);
  background: transparent;
  color: var(--gold);
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 2px;
}

.seats button:hover {
  border-color: var(--gold);
  background: rgba(201, 164, 74, 0.08);
}

.seats input {
  width: 4.2rem;
  height: 2.4rem;
  text-align: center;
  border: 1px solid var(--gold-hair);
  background: var(--night);
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 2px;
}

.group-total { margin-bottom: 1rem; font-weight: 600; color: var(--ink); }

.name-row { display: flex; flex-wrap: wrap; gap: 0.4rem; }

.seat-chip {
  border: 1px solid var(--gold-hair);
  background: var(--surface);
  color: var(--ink);
  padding: 0.35rem 0.65rem;
  font-size: 0.85rem;
  cursor: pointer;
  border-radius: 2px;
  font-family: inherit;
}

.seat-chip:hover { border-color: var(--gold-dim); }

.seat-chip.on {
  border-color: var(--gold);
  background: rgba(201, 164, 74, 0.15);
  color: var(--gold-bright);
}

.seat-chip.done { opacity: 0.7; }

.graph-wrap { margin: 1.6rem 0 1rem; }

.graph {
  position: relative;
  display: block;
  width: 100%;
  height: 4.2rem;
  border: 1px solid var(--gold-hair);
  background: linear-gradient(90deg, var(--night) 0%, var(--surface-2) 50%, var(--night) 100%);
  cursor: crosshair;
  border-radius: 2px;
}

.graph .ticks {
  position: absolute;
  left: 0; right: 0; top: 50%;
  height: 1px;
  background: var(--gold-dim);
}

.mark-dot {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.mark-dot.guess {
  background: var(--gold);
  box-shadow: 0 0 8px rgba(201, 164, 74, 0.45);
}

.mark-dot.real {
  background: var(--focus);
  box-shadow: 0 0 0 2px rgba(7, 7, 8, 0.9);
}

.graph-end { font-size: 0.78rem; color: var(--muted-2); margin: 0.35rem 0; }
.graph-end.right { text-align: right; }

.scale {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--muted-2);
  margin-top: 0.25rem;
}

.legend { color: var(--muted); font-size: 0.88rem; margin: 0.4rem 0 1rem; }

.dot {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  vertical-align: middle;
}

.dot.guess { background: var(--gold); }
.dot.real { background: var(--focus); }

.ranks {
  margin: 1.2rem 0 0 1.1rem;
  color: var(--ink);
}

.ranks li { margin: 0.35rem 0; }

button.btn:disabled { opacity: 0.4; cursor: not-allowed; }

.match-row { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0.8rem 0 1.2rem; }

.skirmish {
  background: rgba(18, 18, 20, 0.92);
  border: 1px solid var(--gold-hair);
  padding: 1rem;
  text-align: center;
  border-radius: 2px;
}

.lamp {
  font-family: Cinzel, serif;
  color: var(--gold-fill);
  -webkit-text-stroke: 0.7px var(--gold);
  text-stroke: 0.7px var(--gold);
  paint-order: stroke fill;
  min-height: 2.6rem;
  margin-bottom: 0.6rem;
}

.fighters {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1rem;
  min-height: 220px;
  margin-bottom: 1rem;
}

.fighters figure { margin: 0; width: 45%; }
.fighters img {
  max-width: 100%;
  height: auto;
  transition: width 0.35s ease, transform 0.4s ease, filter 0.4s ease;
  border: 1px solid var(--gold-hair);
}
.fighters figcaption { font-size: 0.8rem; color: var(--muted); margin-top: 0.3rem; }
.fighters .winner { z-index: 2; transform: translateY(-12px); }
.fighters .loser img { transform: scale(0.82) rotate(-8deg); filter: saturate(0.7); }
.fighters .loser figcaption::after { content: " · funny eyes"; }

.sit-main {
  max-width: 820px;
  margin: 0 auto;
  padding: 2rem 1.4rem 4rem;
  position: relative;
  z-index: 1;
}

.sit-panel { min-height: 60vh; }
.sit-copy { margin-bottom: 1rem; max-width: 36rem; }

.progress {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 1.4rem;
}

.stem {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem auto 2.2rem;
  max-width: 28rem;
}

.choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 28rem;
  margin: 0 auto;
}

@media (min-width: 720px) {
  .choices {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 40rem;
  }
}

.choice {
  background: rgba(18, 18, 20, 0.92);
  border: 1px solid var(--gold-hair);
  padding: 0.7rem;
  min-height: 6.2rem;
  cursor: pointer;
  border-radius: 2px;
  color: var(--ink);
  position: relative;
}

.choice::after {
  content: "";
  position: absolute;
  inset: -8px;
  pointer-events: none;
  background:
    linear-gradient(var(--tick), var(--tick)) top 0 left 50% / 1px 6px no-repeat,
    linear-gradient(var(--tick), var(--tick)) bottom 0 left 50% / 1px 6px no-repeat,
    linear-gradient(var(--tick), var(--tick)) top 50% left 0 / 6px 1px no-repeat,
    linear-gradient(var(--tick), var(--tick)) top 50% right 0 / 6px 1px no-repeat;
  opacity: 0.5;
}

.choice:hover {
  border-color: var(--gold);
  background: rgba(201, 164, 74, 0.06);
}

#out h1 { font-size: clamp(3.2rem, 14vw, 6rem); -webkit-text-stroke-width: 1.6px; }

.plate {
  margin: 0 auto 1.5rem;
  max-width: 14rem;
}

.plate img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--gold-hair);
  border-radius: 2px;
  filter: grayscale(0.15) contrast(1.05);
  box-shadow: 0 0 0 1px rgba(201, 164, 74, 0.08);
}

.hero-door {
  padding-top: 3.2rem;
  padding-bottom: 3rem;
  text-align: left;
}

.hero-door .door-frame {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 1.4rem;
  opacity: 0.9;
}

.hero-door h1 {
  font-size: clamp(2.4rem, 8.5vw, 4rem);
}

.pay-notes {
  padding: 2rem 1.25rem 3rem;
  max-width: 40rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--gold-hair);
}

.pay-notes p {
  color: var(--muted-2);
  font-size: 0.9rem;
  margin: 0.55rem 0;
}

.pay-notes a { color: var(--gold); }

/* Fallback for browsers without text-stroke: solid gold */
@supports not (-webkit-text-stroke: 1px gold) {
  h1, h2, h3, .lede, .mark, footer p:first-child, .lamp, .what .big, .card h3 {
    color: var(--gold);
  }
}

@media (max-width: 640px) {
  .top {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.85rem 1rem;
  }
  nav { gap: 0.75rem; }
  .hero, .sittings, .structure, .what, .soon, .sit-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .skin::before { inset: 8px; }
  h1 { -webkit-text-stroke-width: 1.1px; }
  .geo-motif { opacity: 0.09; }
  body::after { opacity: 0.08; background-size: 700px auto; }
  .cards { gap: 1.5rem; }
}

/* ——— Shop sign (night plate + HTML α Standard IQ Test) ——— */
.shop-sign {
  position: relative;
  margin: 0 0 1.5rem;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid var(--gold-hair);
  background: #050506;
  aspect-ratio: 2160 / 864;
  max-width: 100%;
  isolation: isolate;
}

.shop-plate {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.72) contrast(1.12) saturate(0.85);
}

.shop-metatron {
  position: absolute;
  inset: 8% 22%;
  width: 56%;
  height: auto;
  margin: auto;
  opacity: 0.16;
  pointer-events: none;
  mix-blend-mode: screen;
  z-index: 1;
}

.shop-sign-veil {
  position: absolute;
  inset: 18% 10% 28%;
  background:
    radial-gradient(ellipse at center, rgba(7, 7, 8, 0.72) 0%, rgba(7, 7, 8, 0.45) 55%, transparent 80%);
  z-index: 2;
  pointer-events: none;
}

.shop-sign-copy {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.2rem 1rem 1.6rem;
  pointer-events: none;
}

.shop-sign-copy .eyebrow {
  margin-bottom: 0.55rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
}

.shop-sign-copy h1 {
  font-size: clamp(1.55rem, 5.2vw, 2.85rem);
  line-height: 1.12;
  margin: 0;
  color: rgba(201, 164, 74, 0.1);
  -webkit-text-stroke: 1.4px var(--gold);
  text-stroke: 1.4px var(--gold);
  paint-order: stroke fill;
  text-shadow:
    0 0 28px rgba(201, 164, 74, 0.18),
    0 2px 10px rgba(0, 0, 0, 0.75);
  max-width: 16ch;
}

.hero-door .door-frame { display: none; }

.hero-door {
  padding-top: 1.6rem;
}

/* Metatron chord field + temple perspective (structure only) */
.geo-metatron-field,
.geo-temple {
  position: absolute;
  pointer-events: none;
  opacity: 0.09;
  mix-blend-mode: screen;
}

.geo-metatron-field {
  top: 8%;
  left: 50%;
  width: min(520px, 88vw);
  transform: translateX(-50%);
  opacity: 0.11;
}

.geo-temple {
  bottom: 2%;
  right: -4%;
  width: min(380px, 70vw);
  opacity: 0.08;
  transform: rotate(-2deg);
}

/* Secondary pages: slim plate rail */
.plate-rail {
  position: relative;
  margin: 0 0 1.25rem;
  border: 1px solid var(--gold-hair);
  border-radius: 2px;
  overflow: hidden;
  max-width: 28rem;
  background: #050506;
}

.shop-plate-mini {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2160 / 864;
  object-fit: cover;
  filter: brightness(0.65) contrast(1.1) saturate(0.8);
  opacity: 0.9;
}

.shop-metatron-mini {
  position: absolute;
  inset: 10% 28%;
  width: 44%;
  margin: auto;
  opacity: 0.14;
  mix-blend-mode: screen;
  pointer-events: none;
}

.plate-rail::after {
  content: "α Standard IQ Test";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Cinzel, "Times New Roman", serif;
  font-weight: 700;
  font-size: clamp(0.95rem, 3.2vw, 1.35rem);
  letter-spacing: 0.03em;
  color: rgba(201, 164, 74, 0.1);
  -webkit-text-stroke: 1px var(--gold);
  text-stroke: 1px var(--gold);
  paint-order: stroke fill;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse at center, rgba(7, 7, 8, 0.55) 0%, transparent 70%);
  pointer-events: none;
}

@media (max-width: 640px) {
  .shop-sign {
    margin-bottom: 1.1rem;
  }
  .shop-sign-copy {
    padding: 0.85rem 0.65rem 1.1rem;
  }
  .shop-sign-copy h1 {
    -webkit-text-stroke-width: 1.1px;
    font-size: clamp(1.35rem, 7vw, 1.9rem);
  }
  .shop-metatron {
    opacity: 0.12;
    inset: 12% 18%;
    width: 64%;
  }
  .geo-metatron-field { opacity: 0.08; }
  .geo-temple { opacity: 0.06; }
}
