/* ============================================================
   THE FORGE — world layer  (loads after forge.css)
   The unifying fiction: your vault is raw ore; FORGE is the fire,
   the hammer, the anvil. The visitor is the smith. Industrial
   draughtsmanship · the smith's mark · ember-on-void · sharp.
   ============================================================ */

/* ---------- the forge glyph (recurring wedge/billet) ---------- */
.kw { display: inline-block; background: currentColor; -webkit-clip-path: polygon(18% 0, 82% 0, 66% 100%, 34% 100%); clip-path: polygon(18% 0, 82% 0, 66% 100%, 34% 100%); }

/* ---------- forge atmosphere (section background) ---------- */
.forge { position: relative; isolation: isolate; }
.forge::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .6;
  background-image:
    linear-gradient(rgba(255, 214, 0, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 107, 53, .03) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse 100% 80% at 50% 30%, #000 26%, transparent 84%);
          mask-image: radial-gradient(ellipse 100% 80% at 50% 30%, #000 26%, transparent 84%);
}
/* faint forge-heat bloom behind a section */
.forge.heat::after {
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  width: min(820px, 88vw); height: 60%; left: 50%; top: 6%; transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(255, 107, 53, .07), transparent 70%);
  opacity: .8;
}

/* ---------- HEAT marker (the section folio — a foundry "heat" no.) ---------- */
.plate { display: inline-flex; align-items: center; gap: .7rem; font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; color: var(--orange); }
.plate::before { content: ""; width: 26px; height: 1px; background: linear-gradient(90deg, var(--orange), transparent); }
.plate .kw { width: 11px; height: 11px; color: var(--orange); }
.plate .n { color: var(--muted); }

/* ---------- spark divider (the motif between sections) ---------- */
.sparkrule { position: relative; display: block; width: min(820px, 86vw); height: 30px; margin: .6rem auto -1rem; }
.sparkrule i { position: absolute; top: 50%; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 214, 0, .28) 30%, rgba(255, 107, 53, .4) 50%, rgba(255, 214, 0, .28) 70%, transparent); }
.sparkrule b { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 13px; height: 13px; color: var(--orange); }
.sparkrule b .kw { width: 100%; height: 100%; color: inherit; filter: drop-shadow(0 0 10px rgba(255, 107, 53, .6)); }
.sparkrule::before, .sparkrule::after { content: ""; position: absolute; top: 50%; transform: translateY(-50%); width: 5px; height: 5px; border-radius: 50%; background: rgba(255, 214, 0, .55); }
.sparkrule::before { left: calc(50% - min(410px, 43vw)); }
.sparkrule::after { left: calc(50% + min(410px, 43vw)); }

/* ---------- the smith's mark (the order's seal) ---------- */
.seal { position: relative; width: var(--seal, 150px); aspect-ratio: 1; color: var(--gold); display: grid; place-items: center; }
.seal svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.seal .spin { transform-origin: 50% 50%; animation: sealspin 48s linear infinite; }
.seal .ring { fill: none; stroke: rgba(255, 214, 0, .55); stroke-width: 1; }
.seal .txt { fill: var(--gold); font-family: var(--font-mono); font-size: 6.6px; font-weight: 700; letter-spacing: 2.6px; }
.seal .core { width: 42%; aspect-ratio: 1; position: relative; z-index: 1; display: grid; place-items: center; }
.seal .core .kw { width: 50%; height: 58%; color: var(--gold); filter: drop-shadow(0 0 12px rgba(255, 214, 0, .55)); }
@keyframes sealspin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .seal .spin { animation: none; } }

/* ---------- credibility strip ---------- */
.cred { display: flex; align-items: center; justify-content: center; gap: 1.2rem 1.8rem; flex-wrap: wrap; padding: 1.4rem 1.6rem; border-radius: var(--r-lg); }
.cred .av { width: 40px; height: 40px; border-radius: 8px; background: linear-gradient(135deg, var(--gold), #FF6B35); color: #0a0700; display: grid; place-items: center; font-family: var(--font-mono); font-weight: 700; font-size: 12px; flex: none; letter-spacing: .04em; }
.cred .by { font-size: 16px; color: var(--text2); max-width: 56ch; line-height: 1.6; }
.cred .by b { color: var(--foreground); }
.cred a { color: var(--gold); border-bottom: 1px solid rgba(255, 214, 0, .35); white-space: nowrap; }
.cred a:hover { border-bottom-color: var(--gold); }

/* ---------- the Vault Tax calculator ---------- */
.calc { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2.4rem; align-items: center; padding: clamp(1.6rem, 4vw, 2.6rem); }
.calc .ctrls { display: grid; gap: 1.6rem; }
.calc .field { display: grid; gap: .6rem; }
.calc .lab { display: flex; justify-content: space-between; align-items: baseline; font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.calc .lab b { color: var(--gold); font-size: 13px; font-weight: 700; }
.calc input[type=range] { -webkit-appearance: none; appearance: none; width: 100%; height: 4px; border-radius: 999px; background: linear-gradient(90deg, var(--gold) var(--p, 40%), rgba(255, 214, 0, .14) var(--p, 40%)); outline: none; cursor: pointer; }
.calc input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 18px; height: 18px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(255, 214, 0, .16), 0 2px 8px rgba(0,0,0,.4); transition: box-shadow .2s; }
.calc input[type=range]::-webkit-slider-thumb:hover { box-shadow: 0 0 0 6px rgba(255, 214, 0, .24), 0 2px 8px rgba(0,0,0,.4); }
.calc input[type=range]::-moz-range-thumb { width: 18px; height: 18px; border: 0; border-radius: 50%; background: var(--gold); }
.calc .out { text-align: center; padding: 1.4rem 1rem; border-left: 1px solid var(--border-soft); }
@media (max-width: 760px) { .calc { grid-template-columns: 1fr; } .calc .out { border-left: 0; border-top: 1px solid var(--border-soft); } }
.calc .out .cap { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--dim); }
.calc .out .big { font-family: var(--font-display); font-weight: 400; font-size: clamp(3rem, 8vw, 4.6rem); color: var(--gold); font-variant-numeric: tabular-nums; letter-spacing: .02em; text-shadow: 0 0 26px rgba(255, 214, 0, .3); line-height: 1; margin: .25rem 0; }
.calc .out .days { font-family: var(--font-mono); font-size: 1rem; font-weight: 700; color: var(--green); }
.calc .out .note { margin-top: 1rem; font-size: 14px; color: var(--muted); max-width: 32ch; margin-inline: auto; line-height: 1.55; }

/* ---------- The Line (the pipeline, as a forge line you can read) ---------- */
.fline { display: grid; gap: 1.6rem; }
.frow { display: grid; grid-template-columns: repeat(5, 1fr); gap: .5rem; }
@media (max-width: 900px) { .frow { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px) { .frow { grid-template-columns: 1fr; } }
.fstage { position: relative; text-align: left; padding: 1rem 1rem 1.1rem; border: 1px solid var(--border-soft); border-radius: var(--r-md); background: var(--card-grad); cursor: pointer; transition: border-color .22s, background .22s, transform .22s; }
.fstage:hover { transform: translateY(-3px); border-color: var(--border-bright); }
.fstage.on { border-color: var(--gold); background: linear-gradient(150deg, rgba(255,214,0,.08), rgba(20,18,24,.5)); }
.fstage .no { font-family: var(--font-mono); font-size: 10px; font-weight: 700; letter-spacing: .14em; color: var(--muted); }
.fstage .nm { font-family: var(--font-display); font-size: 1.32rem; letter-spacing: .02em; color: var(--foreground); margin-top: .25rem; }
.fstage.on .nm { color: var(--gold); }
.fstage .gl { width: 18px; height: 18px; color: var(--gold); margin-top: .7rem; opacity: .85; }
/* the quench (final) stage reads green = the payoff */
.fstage.quench.on { border-color: var(--green); background: linear-gradient(150deg, rgba(74,222,128,.1), rgba(20,18,24,.5)); }
.fstage.quench.on .nm { color: var(--green); }
.fstage.quench .gl { color: var(--green); }
/* connector arrow between stages */
.fstage:not(:last-child)::after { content: "▸"; position: absolute; right: -.55rem; top: 50%; transform: translateY(-50%); z-index: 2; color: var(--orange); font-size: 12px; opacity: .7; }
@media (max-width: 900px) { .fstage:not(:last-child)::after { display: none; } }
.fpanel { border-radius: var(--r-md); border: 1px solid var(--border-soft); background: var(--card-grad); padding: 1.5rem 1.7rem; min-height: 150px; }
.fpanel .tag { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-mono); font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); }
.fpanel .tag .kw { width: 11px; height: 11px; color: inherit; }
.fpanel.quench .tag { color: var(--green); }
.fpanel h3 { margin: .7rem 0 .45rem; }
.fpanel p { font-size: 16px; line-height: 1.65; color: var(--text2); max-width: 60ch; }
.fpanel .st { margin-top: 1rem; font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--green); display: inline-flex; gap: .5rem; align-items: center; }
.fpanel .st::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: pulse 2s infinite; }

/* ---------- The Proof: Blitz Mode demo (keep/kill) ---------- */
.blitz { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(1.4rem, 4vw, 2.6rem); align-items: center; }
@media (max-width: 900px) { .blitz { grid-template-columns: 1fr; } }
.bcard { position: relative; border-radius: var(--r-lg); border: 1px solid var(--border-bright); background: var(--bg2); overflow: hidden; box-shadow: var(--shadow-card), 0 0 60px rgba(255, 214, 0, .05); }
.bcard .thumb { position: relative; aspect-ratio: 16 / 9; background: linear-gradient(135deg, #1a1620, #241c14 60%, #2a1d12); display: grid; place-items: center; overflow: hidden; }
.bcard .thumb::before { content: ""; position: absolute; inset: 0; z-index: 1; background: radial-gradient(circle at 70% 30%, rgba(255, 107, 53, .22), transparent 55%), radial-gradient(circle at 30% 80%, rgba(255, 214, 0, .12), transparent 50%); }
.bcard .thumb .bvid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; z-index: 0; }
.bcard .thumb .play { position: relative; z-index: 2; width: 54px; height: 54px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.5); display: grid; place-items: center; color: #fff; }
.bcard .thumb .play svg { width: 20px; height: 20px; margin-left: 3px; }
.bcard .score { position: absolute; top: .8rem; right: .8rem; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: .1rem; padding: .5rem .7rem; border-radius: var(--r-sm); background: rgba(8,8,12,.7); border: 1px solid var(--border-bright); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.bcard .score .v { font-family: var(--font-display); font-size: 1.9rem; line-height: 1; color: var(--gold); font-variant-numeric: tabular-nums; }
.bcard .score .l { font-family: var(--font-mono); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.bcard .body { padding: 1.1rem 1.3rem 1.3rem; }
.bcard .src { font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--dim); display: flex; justify-content: space-between; gap: 1rem; }
.bcard .src .tc { color: var(--orange); }
.bcard .cap { margin-top: .5rem; font-size: 16px; color: var(--foreground); line-height: 1.5; }
.bcard .subs { display: flex; gap: .45rem; flex-wrap: wrap; margin-top: .9rem; }
.bcard .chip { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .04em; color: var(--text2); border: 1px solid var(--border-soft); border-radius: 999px; padding: .28rem .6rem; }
.bcard .chip b { color: var(--gold); font-weight: 700; }
.bcard .acts { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; margin-top: 1.1rem; }
.bcard .acts button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 44px; border-radius: var(--r-sm); font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: transform .12s, background .2s, border-color .2s; }
.bcard .kill { color: var(--red); border: 1px solid rgba(248,113,113,.3); background: rgba(248,113,113,.07); }
.bcard .kill:hover { background: rgba(248,113,113,.16); transform: translateY(-2px); }
.bcard .keep { color: #0a0700; background: linear-gradient(120deg, var(--green), #22c55e); }
.bcard .keep:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(74,222,128,.22); }
.bcard .acts kbd { font-family: var(--font-mono); font-size: 9px; border: 1px solid currentColor; border-radius: 3px; padding: 0 .3rem; opacity: .7; }
.bcard.swipe-keep { animation: bswk .32s ease forwards; }
.bcard.swipe-kill { animation: bswx .32s ease forwards; }
@keyframes bswk { to { transform: translateX(34px) rotate(3deg); opacity: 0; } }
@keyframes bswx { to { transform: translateX(-34px) rotate(-3deg); opacity: 0; } }
.bcard.flash-in { animation: bin .34s ease; }
@keyframes bin { from { transform: translateY(10px); opacity: 0; } }
/* the running stats panel */
.bstats { display: grid; gap: 1.1rem; }
.bstats .hd { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--dim); }
.bstats .counts { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.bcount { border: 1px solid var(--border-soft); border-radius: var(--r-md); background: var(--card-grad); padding: 1rem 1.1rem; }
.bcount .v { font-family: var(--font-display); font-size: 2.4rem; line-height: 1; font-variant-numeric: tabular-nums; }
.bcount.kept .v { color: var(--green); } .bcount.killed .v { color: var(--red); }
.bcount .l { font-family: var(--font-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--dim); margin-top: .4rem; }
.bstats .meta { font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; color: var(--muted); line-height: 1.7; }
.bstats .meta b { color: var(--gold); }
.bstats .rate { display: flex; align-items: center; gap: .6rem; font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--green); }
.bstats .rate::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: pulse 2s infinite; }

/* ---------- the clip-queue mockup (show, don't tell) ---------- */
.mock { border-radius: var(--r-lg); border: 1px solid var(--border-bright); background: var(--bg2); overflow: hidden; box-shadow: var(--shadow-card), 0 0 70px rgba(255, 214, 0, .05); }
.mock .top { display: flex; align-items: center; gap: .8rem; padding: .7rem 1rem; border-bottom: 1px solid var(--border); background: color-mix(in srgb, var(--bg2) 70%, transparent); }
.mock .top .tl { display: flex; gap: 6px; }
.mock .top .tl i { width: 10px; height: 10px; border-radius: 50%; background: var(--border-bright); }
.mock .top .url { flex: 1; max-width: 280px; font-family: var(--font-mono); font-size: 11px; color: var(--dim); background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-sm); padding: .3rem .8rem; text-align: center; }
.mock .top .url b { color: var(--gold); }
.mock .grid { display: grid; grid-template-columns: 168px 1fr; min-height: 320px; }
@media (max-width: 620px) { .mock .grid { grid-template-columns: 1fr; } .mock .side { display: none; } }
.mock .side { border-right: 1px solid var(--border); padding: 1.1rem .9rem; display: grid; gap: .3rem; align-content: start; }
.mock .side .brand { display: flex; align-items: center; gap: .5rem; font-family: var(--font-display); font-size: 1.15rem; letter-spacing: .1em; color: var(--gold); margin-bottom: 1rem; }
.mock .side .brand .kw { width: 13px; height: 15px; color: var(--gold); }
.mock .side a { display: flex; align-items: center; gap: .6rem; padding: .5rem .6rem; border-radius: var(--r-sm); font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .04em; color: var(--muted); }
.mock .side a.on { background: rgba(255, 214, 0, .1); color: var(--gold); border-left: 2px solid var(--gold); }
.mock .side a .d { width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: .6; }
.mock .main { padding: 1.3rem; display: grid; gap: 1rem; align-content: start; }
.mock .main .row { display: flex; justify-content: space-between; align-items: center; }
.mock .main .row .h { font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--dim); }
.mock .main .row .pill { font-family: var(--font-mono); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green); border: 1px solid rgba(74,222,128,.35); background: rgba(74,222,128,.1); border-radius: 999px; padding: .2rem .55rem; }
.mock .clips { display: grid; gap: .6rem; }
.mock .clip { display: grid; grid-template-columns: 64px 1fr auto; gap: .8rem; align-items: center; border: 1px solid var(--border-soft); border-radius: var(--r-sm); background: var(--card-grad); padding: .6rem .7rem; }
.mock .clip .th { aspect-ratio: 16/9; width: 64px; border-radius: 3px; background: linear-gradient(135deg, #241c14, #2a1d12); position: relative; overflow: hidden; }
.mock .clip .th::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 30%, rgba(255,107,53,.3), transparent 60%); }
.mock .clip .ti { font-size: 12.5px; color: var(--foreground); line-height: 1.3; }
.mock .clip .mt { font-family: var(--font-mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--dim); margin-top: .25rem; }
.mock .clip .sc { font-family: var(--font-display); font-size: 1.5rem; color: var(--gold); line-height: 1; text-align: center; }
.mock .clip .sc small { display: block; font-family: var(--font-mono); font-size: 8px; letter-spacing: .12em; color: var(--dim); }
.mock .clip.kept { border-color: rgba(74,222,128,.4); }
.mock .clip.kept .sc { color: var(--green); }

/* ---------- the suite (modules + roadmap) ---------- */
.suite-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
@media (max-width: 860px) { .suite-grid { grid-template-columns: 1fr; } }
.mod { padding: 1.6rem; display: flex; flex-direction: column; gap: .6rem; }
.mod .ic { width: 26px; height: 26px; color: var(--gold); }
.mod .nm { font-family: var(--font-display); font-size: 1.5rem; letter-spacing: .02em; color: var(--foreground); }
.mod .live { font-family: var(--font-mono); font-size: 9.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--green); border: 1px solid rgba(74,222,128,.35); background: rgba(74,222,128,.08); border-radius: 999px; padding: .15rem .5rem; align-self: start; order: 2; margin-top: .2rem; }
.mod p { font-size: 16px; line-height: 1.62; order: 1; flex: 1 1 auto; }
.roadmap { display: flex; justify-content: center; gap: .5rem; flex-wrap: wrap; margin-top: 2rem; padding-top: 1.6rem; border-top: 1px solid var(--border-soft); align-items: center; }
.roadmap .lbl { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--dim); margin-right: .2rem; }
.roadmap .chip { font-family: var(--font-mono); font-size: 11px; color: var(--muted); border: 1px solid var(--border-soft); border-radius: 999px; padding: .35rem .7rem; }
.roadmap .chip::before { content: "◷ "; color: var(--orange); }

/* ---------- vs the field (matrix) ---------- */
.vs-wrap { overflow-x: auto; border-radius: var(--r-lg); }
.vs-table { width: 100%; min-width: 660px; border-collapse: separate; border-spacing: 0; }
.vs-table th, .vs-table td { padding: 1rem 1.15rem; text-align: left; border-bottom: 1px solid var(--border-soft); vertical-align: top; }
.vs-table thead th { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--dim); font-weight: 700; }
.vs-table tbody th[scope=row] { font-family: var(--font-mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); font-weight: 600; white-space: nowrap; }
.vs-table td { font-size: 15px; color: var(--text2); line-height: 1.5; }
.vs-col-key { background: linear-gradient(180deg, rgba(255, 214, 0, .07), transparent); border-inline: 1px solid rgba(255, 214, 0, .32); }
.vs-table thead .vs-col-key { color: var(--gold); border-top: 1px solid rgba(255, 214, 0, .32); border-radius: var(--r-md) var(--r-md) 0 0; }
.vs-table tbody tr:last-child .vs-col-key { border-bottom: 1px solid rgba(255, 214, 0, .32); }
.vs-y { color: var(--green); font-weight: 700; } .vs-n { color: var(--red); font-weight: 700; } .vs-m { color: var(--gold); font-weight: 700; }

/* ---------- FAQ (native <details>) ---------- */
.faq { display: grid; gap: .6rem; max-width: 840px; margin: 0 auto; }
.faq details { border: 1px solid var(--border-soft); border-radius: var(--r-md); background: var(--card-grad); overflow: hidden; transition: border-color .25s; }
.faq details[open] { border-color: rgba(255, 214, 0, .3); }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 1rem; padding: 1.1rem 1.3rem; color: var(--foreground); font-size: 1.04rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .kw { width: 13px; height: 14px; color: var(--orange); flex: none; transition: transform .3s ease; }
.faq details[open] summary .kw { transform: rotate(180deg); }
.faq summary:hover { color: var(--gold); }
.faq .a { padding: 0 1.3rem 1.3rem 3.3rem; color: var(--text2); font-size: 16px; line-height: 1.7; }
.faq .a code { font-family: var(--font-mono); font-size: .9em; color: var(--gold); }

/* ---------- the cohort / initiation ---------- */
.order { position: relative; text-align: center; }
.order .glass { padding: clamp(2.6rem, 6vw, 4.4rem) clamp(1.4rem, 5vw, 3rem); border-radius: var(--r-xl); position: relative; overflow: hidden; }
.order .seal { margin: 0 auto 1.6rem; }
.order h2 { max-width: 22ch; margin: 0 auto; }
.order p { max-width: 56ch; margin: 1.2rem auto 0; }
.order .btn { margin-top: 2.2rem; }
.order .sub { margin-top: 1.1rem; font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.order .seats { display: inline-flex; gap: .5rem; align-items: center; margin-top: 1.4rem; font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); }
.order .seats .bar { width: 120px; height: 4px; border-radius: 999px; background: rgba(255, 214, 0, .15); overflow: hidden; }
.order .seats .bar i { display: block; height: 100%; width: 32%; background: linear-gradient(90deg, var(--gold), #FF6B35); }

/* ---------- section rhythm helpers ---------- */
.tight { padding-block: clamp(3rem, 6vh, 4.5rem); }
.center-head { text-align: center; max-width: 60ch; margin: 0 auto 2.6rem; }
.center-head .plate { justify-content: center; }
.kbd { font-family: var(--font-mono); font-size: .85em; background: rgba(255, 214, 0, .08); border: 1px solid var(--border); padding: .1em .45em; border-radius: 4px; color: var(--gold); }
