:root {
  --paper: #F7F3EC;
  --tint: #F0E9DE;
  --white: #FFFDFA;
  --ink: #1C1214;
  --ink2: #5A4A45;
  --ink3: #8C7B73;
  --line: #E4DACB;
  --line2: #CFC0AC;
  --blue: #7E1F2A;
  --blueSoft: #F5E3E2;
  --lit: #F2C57C;
  --lit2: #D99A3E;
  --brass: #A8873F;
  --brass2: #DFC58A;
  --green: #2F6B4F;
  --red: #A8322B;
  --serif: 'Bodoni Moda', 'Didot', Georgia, serif;
  --sans: 'Hanken Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, Menlo, monospace;
  --r: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 17px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, video, svg { display: block; }
[hidden] { display: none !important; }
.mono { font-family: var(--mono); font-size: .92em; letter-spacing: -.01em; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; letter-spacing: -.01em; margin: 0; color: var(--ink); }
p { margin: 0; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.wrap.narrow { max-width: 860px; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 48px; padding: 0 22px; border-radius: 999px; font: 600 15px/1 var(--sans); text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn.sm { height: 38px; padding: 0 16px; font-size: 14px; }
.btn.dark { background: var(--ink); color: #fff; }
.btn.dark:hover { background: #2E1D20; }
.btn.light { background: #fff; color: var(--ink); }
.btn.light:hover { background: #F1E8DC; }
.btn.ghostLight { color: #fff; border-color: rgba(255,255,255,.5); }
.btn.ghostLight:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn.line { background: transparent; color: var(--ink); border-color: var(--line2); }
.btn.line:hover { border-color: var(--ink); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }

/* top bar */
.top { position: fixed; inset: 0 0 auto 0; z-index: 50; display: flex; align-items: center; gap: 24px; height: 68px; padding: 0 28px; color: #fff; transition: background .3s, color .3s, box-shadow .3s; }
.top.solid { background: rgba(247,243,236,.92); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); color: var(--ink); box-shadow: 0 1px 0 var(--line); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.mark { width: 24px; height: 27px; color: var(--brass); }
.markLit { fill: var(--lit); }
.wm { font-family: var(--serif); font-size: 23px; font-weight: 600; letter-spacing: -.01em; }
.nav { display: flex; gap: 26px; margin: 0 auto; }
.nav a { text-decoration: none; font-size: 15px; font-weight: 500; opacity: .86; }
.nav a:hover { opacity: 1; }
.topR { display: flex; align-items: center; gap: 12px; }
.chip { display: inline-flex; align-items: center; gap: 6px; height: 34px; padding: 0 14px; border-radius: 999px; font-size: 13px; border: 1px solid currentColor; opacity: .85; }
.top:not(.solid) .btn.dark { background: #fff; color: var(--ink); }

/* hero */
.hero { position: relative; min-height: max(680px, 100svh); color: #fff; overflow: hidden; background: #1B2C4A; }
.heroVid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.heroShade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,18,36,.72) 0%, rgba(9,18,36,.42) 42%, rgba(9,18,36,0) 70%), linear-gradient(0deg, rgba(9,18,36,.55) 0%, rgba(9,18,36,0) 32%); }
.heroIn { position: relative; max-width: 1240px; margin: 0 auto; padding: 0 32px; padding-top: max(150px, 20vh); }
.kicker { font-size: 16px; font-weight: 500; opacity: .9; margin-bottom: 18px; }
.hero h1 { color: #fff; font-size: clamp(46px, 6vw, 88px); line-height: 1.02; font-weight: 500; max-width: 11em; letter-spacing: -.02em; text-wrap: balance; }
.heroSub { max-width: 34em; margin-top: 26px; font-size: 19px; line-height: 1.55; color: rgba(255,255,255,.88); }
.heroCta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.nowTop { position: absolute; right: max(32px, calc((100vw - 1240px) / 2 + 32px)); top: max(170px, 24vh); display: grid; gap: 4px; width: 250px; padding: 20px 22px; border-radius: var(--r); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.ntL { font-size: 13px; opacity: .8; }
.ntF { font-family: var(--serif); font-size: 26px; display: flex; align-items: baseline; gap: 10px; }
.ntF em { font-style: normal; color: var(--lit); font-size: 40px; line-height: 1; }
.ntA { font-size: 14px; opacity: .92; }
.ntS { font-size: 14px; opacity: .85; }
.facts { position: absolute; left: 0; right: 0; bottom: 0; max-width: 1240px; margin: 0 auto; padding: 0 32px 34px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.factTop b em { font-style: normal; color: var(--lit); }
.factTop span b { font: 600 14.5px var(--sans); color: #fff; }
.factTop .mono { color: #fff; }
.facts div { border-top: 1px solid rgba(255,255,255,.35); padding-top: 14px; display: grid; gap: 2px; }
.facts b { font-family: var(--serif); font-size: 24px; font-weight: 500; }
.facts span { font-size: 14.5px; color: rgba(255,255,255,.8); }

.preview { text-align: center; font-size: 14px; color: var(--ink2); background: var(--white); border-bottom: 1px solid var(--line); padding: 11px 20px; }

/* sections */
.sec { padding: 120px 0; }
.sec.tint { background: var(--tint); }
.secHead { max-width: 760px; margin-bottom: 56px; }
.secHead h2 { font-size: clamp(36px, 4.4vw, 60px); line-height: 1.05; letter-spacing: -.02em; }
.secHead p { margin-top: 18px; font-size: 19px; color: var(--ink2); }

/* how it works */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 30px 30px 34px; }
.stepArt { width: 100%; height: 160px; margin-bottom: 22px; background: var(--paper); border-radius: 12px; padding: 12px; }
.aLine { fill: none; stroke: var(--ink); stroke-width: 1.5; }
.aThin { fill: none; stroke: var(--ink3); stroke-width: 1.5; stroke-linecap: round; }
.aWin rect { fill: #DDE4EE; }
.aWin .aLit { fill: var(--lit); }
.aArrow { fill: none; stroke: var(--blue); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.aTxt { font: italic 500 13px var(--serif); fill: var(--blue); }
.aTrack { fill: #DDE4EE; }
.aAgree { fill: var(--green); }
.aQuorum { stroke: var(--ink); stroke-width: 1.4; }
.aCoin { fill: var(--lit); stroke: var(--ink); stroke-width: 1.5; }
.stepN { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line2); font: 500 15px var(--serif); color: var(--ink); margin-bottom: 12px; }
.step h3 { font-size: 27px; line-height: 1.15; margin-bottom: 10px; }
.step p { color: var(--ink2); font-size: 16.5px; }

/* building */
.bldg { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); gap: 28px; align-items: start; }
.sheet { position: relative; margin: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; background-image: linear-gradient(var(--tint) 1px, transparent 1px), linear-gradient(90deg, var(--tint) 1px, transparent 1px); background-size: 24px 24px; background-position: -1px -1px; }
.sheetIn svg { width: 100%; height: auto; }
.fl { cursor: pointer; }
.fl .hit { fill: transparent; }
.fl:hover .hit, .fl.on .hit { fill: rgba(126,31,42,.07); }
.fl.on .ring, .fl:hover .ring { stroke: var(--blue); }
.ring { fill: none; stroke: transparent; stroke-width: 1.5; }
.fnum { font: 500 11px var(--mono); fill: var(--ink3); }
.fl.on .fnum, .fl:hover .fnum { fill: var(--blue); }
.w0 { fill: #EDE3D4; }
.w1 { fill: url(#litG); }
.tblock { position: absolute; right: 22px; bottom: 22px; width: 210px; border: 1.5px solid var(--ink); background: var(--white); font-size: 12px; }
.tbRow { display: flex; justify-content: space-between; gap: 8px; padding: 5px 9px; border-top: 1px solid var(--ink); }
.tbRow:first-child { border-top: 0; }
.tbRow span { color: var(--ink3); }
.tbName { font: 600 17px var(--serif); padding: 7px 9px; }
.ftip { position: absolute; z-index: 5; pointer-events: none; width: 250px; padding: 14px 16px; background: var(--ink); color: #fff; border-radius: 14px; box-shadow: 0 12px 30px rgba(14,26,43,.25); font-size: 14px; line-height: 1.45; }
.ftip b { font-family: var(--serif); font-size: 20px; font-weight: 500; display: block; margin-bottom: 2px; }
.ftip .mono { color: rgba(255,255,255,.85); }
.ftip .bar { height: 6px; margin: 10px 0 8px; border-radius: 3px; background: rgba(255,255,255,.18); overflow: hidden; }
.ftip .bar i { display: block; height: 100%; background: var(--lit); border-radius: 3px; }
.ftip .dim { color: rgba(255,255,255,.7); font-size: 13px; }

.side { display: grid; gap: 20px; }
.board { border-radius: 10px; padding: 16px; background: linear-gradient(145deg, #CDB077, #9C7C3E 45%, #D9BE82 100%); box-shadow: 0 16px 34px rgba(14,26,43,.18); }
.boardHead, .boardRows { background: repeating-linear-gradient(180deg, #17191D 0 3px, #0F1114 3px 6px); }
.boardHead { display: flex; justify-content: space-between; padding: 14px 18px 10px; border-radius: 4px 4px 0 0; font: 600 18px/1 'Barlow Condensed', var(--sans); letter-spacing: .14em; text-transform: uppercase; color: #F2F0EA; border-bottom: 1px solid #2A2D33; }
.boardHead span:last-child { color: #BFBBB2; font-size: 14px; letter-spacing: .1em; align-self: center; }
.boardRows { padding: 8px 10px 12px; border-radius: 0 0 4px 4px; max-height: 452px; overflow: auto; scrollbar-width: thin; scrollbar-color: #3a3d44 transparent; }
.brow { display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: center; padding: 3px 8px; border-radius: 3px; font: 500 17px/1.25 'Barlow Condensed', var(--sans); letter-spacing: .09em; color: #ECEAE4; cursor: pointer; }
.brow small { text-transform: uppercase; }
.brow .bn { color: #F6D58E; }
.brow .bs { font-variant-numeric: tabular-nums; }
.brow:hover, .brow.on { background: rgba(255,255,255,.1); }
.brow.you { background: rgba(248,199,94,.18); }
.brow .bw small { color: #9E9A91; font-size: 13px; letter-spacing: .08em; margin-left: 6px; }

.calc { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 24px 26px; }
.calc h3 { font-size: 26px; }
.calcSub { color: var(--ink2); font-size: 15.5px; margin: 4px 0 16px; }
.calc input[type=range] { width: 100%; accent-color: var(--blue); }
.calcOut { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.calcOut div { background: var(--paper); border-radius: 12px; padding: 10px 12px; display: grid; }
.calcOut span { font-size: 13px; color: var(--ink3); }
.calcOut b { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.calcOut b.mono { font-family: var(--mono); font-size: 16px; padding-top: 5px; }
.calcNext { margin-top: 12px; font-size: 15px; color: var(--ink2); min-height: 1.6em; }
.calcNext b { color: var(--ink); }

/* ride */
.ride { background: var(--white); padding: 120px 0 60px; border-top: 1px solid var(--line); }
.rideGrid { display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: 64px; }
.rideStick { position: sticky; top: 110px; align-self: start; }
.dialBox { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 22px 20px 20px; }
.dial { width: 100%; height: auto; }
.dialRead { display: flex; align-items: baseline; gap: 12px; justify-content: center; margin-top: 4px; }
.dialRead b { font: 500 46px/1 var(--serif); font-variant-numeric: tabular-nums; }
.dialRead span { font-size: 17px; color: var(--ink2); }
.rideHint { font-size: 14px; color: var(--ink3); text-align: center; margin-top: 12px; }
.rideBands { display: grid; gap: 110px; padding-bottom: 40px; }
.band { max-width: 720px; }
.bandImg { aspect-ratio: 16 / 9.5; border-radius: var(--r); background: var(--tint) var(--img) center / cover no-repeat; margin-bottom: 26px; }
.bandTag { font-size: 15px; font-weight: 600; color: var(--blue); margin-bottom: 8px; }
.band h3 { font-size: clamp(30px, 3.2vw, 44px); line-height: 1.08; margin-bottom: 14px; }
.band p:not(.bandTag) { color: var(--ink2); font-size: 18px; max-width: 36em; }
.band .btn { margin-top: 26px; }

/* boardroom */
.room { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 28px; align-items: start; }
.rules { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 28px; }
.rules h3 { font-size: 26px; margin-bottom: 14px; }
.rules ol { margin: 0; padding: 0; list-style: none; counter-reset: r; display: grid; gap: 12px; }
.rules li { counter-increment: r; position: relative; padding-left: 38px; color: var(--ink2); font-size: 16px; }
.rules li::before { content: counter(r); position: absolute; left: 0; top: 1px; width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--line2); display: grid; place-items: center; font: 500 13px var(--serif); color: var(--ink); }
.rules li b { color: var(--ink); font-weight: 600; }
.file { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); display: grid; gap: 6px; }
.file h4 { font-size: 21px; margin-bottom: 4px; }
label { font-size: 13.5px; font-weight: 600; color: var(--ink2); margin-top: 6px; }
input:not([type=range]), textarea, select { width: 100%; font: 400 16px var(--sans); color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 11px 13px; resize: vertical; }
input::placeholder, textarea::placeholder { color: var(--ink3); }
.file .btn { margin-top: 12px; justify-self: start; }
.fine { font-size: 13.5px; color: var(--ink3); line-height: 1.5; }
.file .fine { margin-top: 6px; }

.memos { display: grid; gap: 16px; }
.memo { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 24px 26px; }
.memoTop { display: flex; justify-content: space-between; gap: 12px; align-items: center; font-size: 14px; color: var(--ink3); }
.memoTop .who { display: flex; gap: 8px; align-items: baseline; flex-wrap: wrap; }
.memoTop .who i { font-family: var(--serif); font-style: italic; color: var(--ink2); }
.status { font-size: 13px; font-weight: 600; padding: 4px 11px; border-radius: 999px; white-space: nowrap; }
.status.done { background: #E3F2EA; color: var(--green); }
.status.open { background: var(--blueSoft); color: var(--blue); }
.status.no { background: #F6E5E3; color: var(--red); }
.memo h4 { font-size: 25px; margin: 10px 0 6px; line-height: 1.15; }
.memo .case { color: var(--ink2); font-size: 16px; }
.ask { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 14px; font-size: 14.5px; color: var(--ink2); }
.ask b { color: var(--ink); }
.vote { margin-top: 16px; }
.vbar { position: relative; height: 10px; border-radius: 5px; background: var(--tint); overflow: visible; display: flex; }
.vbar .ag { background: var(--green); border-radius: 5px 0 0 5px; }
.vbar .dg { background: var(--red); opacity: .85; }
.vbar .q { position: absolute; top: -5px; bottom: -5px; width: 2px; background: var(--ink); border-radius: 1px; }
.vleg { display: flex; justify-content: space-between; gap: 10px; margin-top: 8px; font-size: 13.5px; color: var(--ink3); flex-wrap: wrap; }
.vleg .a { color: var(--green); font-weight: 600; }
.vleg .d { color: var(--red); font-weight: 600; }
.memo .tx { margin-top: 12px; font-size: 13.5px; color: var(--ink3); }
.memo .tx a { color: var(--blue); text-decoration: none; }

/* treasury */
.tStats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 20px; }
.tStat { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 20px 22px; display: grid; gap: 4px; }
.tStat span { font-size: 14px; color: var(--ink3); }
.tStat b { font: 500 34px/1.1 var(--serif); font-variant-numeric: tabular-nums; }
.ledger { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 24px 26px 10px; }
.ledHead { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 8px; }
.ledHead h3 { font-size: 26px; }
.ledWallet { font-size: 14px; color: var(--ink3); }
.tableScroll { overflow-x: auto; }
.led { width: 100%; border-collapse: collapse; font-size: 15.5px; min-width: 640px; }
.led th { text-align: left; font-weight: 600; font-size: 13px; color: var(--ink3); padding: 12px 10px; border-bottom: 1px solid var(--line); }
.led td { padding: 15px 10px; border-bottom: 1px solid var(--line); font-variant-numeric: tabular-nums; }
.led tr:last-child td { border-bottom: 0; }
.led .num { text-align: right; }
.led .asset { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.led .asset i { flex: none; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; font: 600 14px var(--serif); font-style: normal; color: #fff; }
.led .sub { color: var(--ink3); font-size: 13.5px; font-weight: 400; }
.up { color: var(--green); }
.dn { color: var(--red); }

/* doors */
.doors { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.door { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 30px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.doorL { font: italic 500 17px var(--serif); color: var(--blue); }
.door h3 { font-size: 30px; }
.door > p { color: var(--ink2); font-size: 16.5px; }
.door .btn { margin-top: 6px; }
.doorStat { font-size: 14px; color: var(--ink3); }
.vForm { display: grid; gap: 6px; width: 100%; }
.vForm .btn { justify-self: start; margin-top: 10px; }
.warn { font-size: 13.5px; color: var(--red); margin-top: 4px; }

.btn.text { background: transparent; color: var(--blue); padding: 0 6px; height: 40px; }
.btn.text:hover { text-decoration: underline; }
.btn[disabled] { opacity: .5; cursor: default; }
.vBtns { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 10px; }
.vClaim { width: 100%; display: grid; gap: 8px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 16px; }
.vClaim p { font-size: 15px; color: var(--ink2); }
.copyRow { display: flex; justify-content: space-between; align-items: center; gap: 10px; width: 100%; padding: 11px 13px; border-radius: 10px; border: 1px solid var(--line2); background: var(--white); cursor: pointer; font: 500 15px var(--sans); color: var(--ink); text-align: left; }
.copyRow b { font-weight: 600; word-break: break-all; }
.copyRow span { font-size: 13px; color: var(--blue); flex: none; }
.picker { display: grid; gap: 8px; width: 100%; }
.picker button { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid var(--line2); border-radius: 12px; background: var(--white); cursor: pointer; font: 600 15px var(--sans); color: var(--ink); }
.picker img { width: 24px; height: 24px; border-radius: 6px; }
.memoAct { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; align-items: center; }
.memoAct .btn { height: 40px; padding: 0 18px; font-size: 14px; }
.memoAct .mine { font-size: 13.5px; color: var(--ink3); }
.empty { background: var(--white); border: 1px dashed var(--line2); border-radius: var(--r); padding: 28px; color: var(--ink2); }
.brow.you .bn::after { content: ' · you'; color: #F6D58E; font-size: 13px; }
.me { position: fixed; left: 16px; bottom: 16px; z-index: 60; display: flex; align-items: center; gap: 12px; padding: 8px 10px 8px 16px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(14,26,43,.12); font-size: 14px; }
.meFloor { font: 500 16px var(--serif); }
.chatBtn { position: fixed; right: 16px; bottom: 16px; z-index: 60; height: 48px; padding: 0 20px; border-radius: 999px; border: 0; background: var(--ink); color: #fff; font: 600 15px var(--sans); cursor: pointer; box-shadow: 0 10px 26px rgba(14,26,43,.25); }
.chat { position: fixed; right: 16px; bottom: 76px; z-index: 61; width: min(380px, calc(100vw - 32px)); height: min(520px, calc(100vh - 140px)); display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); box-shadow: 0 18px 44px rgba(14,26,43,.22); overflow: hidden; }
.chat header { display: flex; align-items: baseline; gap: 10px; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.chat header b { font: 500 20px var(--serif); }
.chat header span { font-size: 13px; color: var(--ink3); flex: 1; }
.chat header button { border: 0; background: none; font-size: 24px; line-height: 1; cursor: pointer; color: var(--ink3); }
.chatLog { flex: 1; overflow-y: auto; padding: 12px 16px; display: grid; gap: 10px; align-content: start; }
.cm { font-size: 14.5px; line-height: 1.45; }
.cm .by { font-size: 12.5px; color: var(--ink3); display: block; }
.cm .by b { color: var(--ink); font-weight: 600; }
.chatIn { display: flex; gap: 8px; padding: 10px; border-top: 1px solid var(--line); }
.chatIn input { flex: 1; }

/* faq */
.faq { display: grid; gap: 10px; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 0 24px; }
.faq summary { cursor: pointer; list-style: none; padding: 20px 0; font: 500 21px/1.3 var(--serif); display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font: 400 24px/1 var(--sans); color: var(--ink3); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 22px; color: var(--ink2); font-size: 16.5px; max-width: 42em; }

/* footer */
.foot { background: var(--ink); color: #fff; padding: 56px 0 64px; }
.footIn { display: flex; justify-content: space-between; gap: 40px; align-items: flex-end; flex-wrap: wrap; }
.foot .wm { font-size: 30px; }
.foot p { color: rgba(255,255,255,.7); margin-top: 6px; }
.foot .fine { max-width: 520px; color: rgba(255,255,255,.55); }

.toast { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 12px; font-size: 14.5px; transition: opacity .25s, transform .25s; z-index: 80; max-width: calc(100vw - 32px); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* responsive */
@media (max-width: 1080px) {
  .hero h1 { max-width: 11em; }
  .nav { display: none; }
  .topR { margin-left: auto; }
  .facts { grid-template-columns: repeat(2, 1fr); row-gap: 18px; }
  .bldg, .room { grid-template-columns: 1fr; }
  .rideGrid { grid-template-columns: 1fr; gap: 24px; }
  .rideStick { top: 68px; z-index: 5; }
  .dialBox { display: flex; align-items: center; gap: 16px; padding: 10px 16px; border-radius: 14px; background: rgba(247,243,236,.94); backdrop-filter: blur(10px); }
  .dial { width: 120px; }
  .dialRead { margin: 0; }
  .dialRead b { font-size: 34px; }
  .rideHint { display: none; }
  .tStats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .wrap { padding: 0 16px; }
  .top { padding: 0 16px; height: 60px; }
  .chip { display: none; }
  .heroIn { padding: 0 16px; padding-top: 120px; }
  .heroSub { font-size: 17px; }
  .facts { grid-template-columns: 1fr; gap: 10px; padding: 0 16px 22px; position: relative; margin-top: 44px; }
  .facts div { grid-template-columns: auto 1fr; gap: 10px; align-items: baseline; padding-top: 10px; }
  .facts b { font-size: 18px; }
  .hero { min-height: 0; padding-bottom: 8px; }
  .sec { padding: 80px 0; }
  .secHead { margin-bottom: 36px; }
  .secHead p { font-size: 17px; }
  .steps, .doors { grid-template-columns: 1fr; }
  .sheet { padding: 12px; }
  .tblock { position: static; width: auto; margin-top: 12px; }
  .ftip { position: static; width: auto; margin-top: 12px; }
  .brow { font-size: 15px; grid-template-columns: 28px 1fr auto; gap: 8px; }
  .calcOut { grid-template-columns: 1fr 1fr 1fr; }
  .calcOut b { font-size: 18px; }
  .calcOut b.mono { font-size: 13px; }
  .rideBands { gap: 70px; }
  .band p:not(.bandTag) { font-size: 16.5px; }
  .tStats { grid-template-columns: 1fr 1fr; gap: 10px; }
  .tStat b { font-size: 26px; }
  .memo, .rules, .door, .calc { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* ══ FOMO layer: stakes, arrivals board, the line, taking a seat ══════════ */
.btn.gold { background: linear-gradient(180deg, #FFD983, #F2AE45); color: #1B1405; border-color: #E9A43C; box-shadow: 0 6px 18px rgba(242,174,69,.28); }
.btn.gold:hover { background: linear-gradient(180deg, #FFE2A0, #F6B85A); }
.btn.big { height: 58px; padding: 0 34px; font-size: 17px; }
.top:not(.solid) .btn.gold { box-shadow: 0 6px 22px rgba(0,0,0,.25); }

.stakes { position: absolute; left: 0; right: 0; bottom: 0; max-width: 1240px; margin: 0 auto; padding: 0 32px 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.stake { display: grid; gap: 3px; align-content: start; padding: 16px 18px 17px; border-radius: 16px; background: rgba(10,20,44,.42); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.stake .sl { font-size: 13.5px; color: rgba(255,255,255,.72); }
.stake b { font-family: var(--serif); font-size: clamp(24px, 2.4vw, 32px); font-weight: 500; line-height: 1.1; color: #fff; }
.stake:first-child { background: rgba(248,199,94,.16); border-color: rgba(248,199,94,.5); }
.stake:first-child b { color: #FFE3A6; }
.stake .ss { font-size: 13px; color: rgba(255,255,255,.7); line-height: 1.4; }
.stakes.sample .stake .sl::after { content: ' · sample'; color: rgba(255,255,255,.45); }
.heroIn { padding-bottom: 170px; }

.lobbyGrid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 24px; align-items: start; }
.flap { border-radius: 10px; padding: 16px; background: linear-gradient(145deg, #CDB077, #9C7C3E 45%, #D9BE82 100%); box-shadow: 0 16px 34px rgba(14,26,43,.18); }
.flapHead, .flapCols, .flapRows { background: repeating-linear-gradient(180deg, #17191D 0 3px, #0F1114 3px 6px); }
.flapHead { display: flex; justify-content: space-between; gap: 12px; padding: 14px 18px 10px; border-radius: 4px 4px 0 0; font: 600 18px/1 'Barlow Condensed', var(--sans); letter-spacing: .14em; text-transform: uppercase; color: #F2F0EA; }
.flapHead span:last-child { color: #F6D58E; font-size: 14px; letter-spacing: .1em; align-self: center; }
.flapCols { display: grid; grid-template-columns: 62px 1fr 48px 170px; gap: 12px; padding: 8px 18px; font: 500 12.5px/1 'Barlow Condensed', var(--sans); letter-spacing: .14em; text-transform: uppercase; color: #8E8A82; border-top: 1px solid #2A2D33; border-bottom: 1px solid #2A2D33; }
.flapRows { padding: 6px 10px 12px; border-radius: 0 0 4px 4px; min-height: 360px; }
.frow { display: grid; grid-template-columns: 62px 1fr 48px 170px; gap: 12px; align-items: center; padding: 5px 8px; border-radius: 3px; font: 500 17px/1.25 'Barlow Condensed', var(--sans); letter-spacing: .09em; color: #ECEAE4; }
.frow + .frow { border-top: 1px solid rgba(255,255,255,.05); }
.frow .ft { color: #9E9A91; font-variant-numeric: tabular-nums; }
.frow .fw a { color: inherit; text-decoration: none; border-bottom: 1px dotted rgba(255,255,255,.3); }
.frow .ff { color: #F6D58E; font-variant-numeric: tabular-nums; }
.frow .fs { text-transform: uppercase; }
.frow.in .fs { color: #8FE3B0; }
.frow.up .fs { color: #F6D58E; }
.frow.out .fs { color: #FF9C8F; }
.frow.out .fw { color: #9E9A91; text-decoration: line-through; text-decoration-color: rgba(255,156,143,.6); }
.frow.crown { background: rgba(246,213,142,.12); }
.frow.crown .fs { color: #FFE3A6; }
.frow.quiet { color: #9E9A91; }
.frow.fresh span { animation: flip .6s cubic-bezier(.3,.7,.3,1) both; transform-origin: 50% 0; }
.frow.fresh span:nth-child(2) { animation-delay: .05s; } .frow.fresh span:nth-child(3) { animation-delay: .1s; } .frow.fresh span:nth-child(4) { animation-delay: .15s; }
@keyframes flip { from { transform: rotateX(-90deg); opacity: 0; } to { transform: none; opacity: 1; } }

.lineCard { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 24px 26px; }
.lineCard h3 { font-size: 28px; }
.lineSub { color: var(--ink2); font-size: 15.5px; margin: 6px 0 14px; }
.line { list-style: none; margin: 0; padding: 0; display: grid; }
.line li { display: grid; grid-template-columns: 46px 1fr auto; gap: 10px; align-items: baseline; padding: 9px 0; border-top: 1px solid var(--line); font-size: 15px; }
.line li:first-child { border-top: 0; }
.line .lr { font: 500 17px var(--serif); color: var(--ink3); }
.line .lw { color: var(--ink2); font-size: 14px; }
.line .ln { color: var(--ink2); text-align: right; }
.line .ln b { color: var(--ink); font-weight: 600; }
.line .ln em { font-style: normal; color: var(--ink3); font-size: 13.5px; }
.line li.quiet { display: block; color: var(--ink2); }
.spot { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); display: grid; gap: 8px; }
.spot label { margin: 0; font-size: 15px; color: var(--ink); font-family: var(--serif); font-weight: 500; font-size: 20px; }
.spotRow { display: flex; gap: 8px; }
.spotRow input { flex: 1; min-width: 0; }
.spotOut { font-size: 15px; color: var(--ink2); min-height: 1.5em; }
.spotOut b { color: var(--ink); }

.signTxt { font: 600 11px/1 'Barlow Condensed', var(--sans); letter-spacing: 1.6px; fill: #8C7B73; }
.signTxt.on { fill: #FFD983; font-size: 12.5px; }
.signTxt.blur { opacity: .8; }
.signForm { background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--lit); border-radius: var(--r); padding: 20px 22px; display: grid; gap: 8px; }
.signForm h3 { font-size: 24px; }
.signForm p { color: var(--ink2); font-size: 15px; }

.seatSec { background: var(--ink); color: #fff; padding: 110px 0; }
.seatCard { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 36px 56px; align-items: start; }
.seatL h2 { color: #fff; font-size: clamp(34px, 4vw, 54px); line-height: 1.06; letter-spacing: -.02em; }
.seatL > p { color: rgba(255,255,255,.78); font-size: 18px; margin-top: 18px; max-width: 34em; }
.kicker.dark { color: #F6D58E; margin-bottom: 14px; }
.seatNow { display: inline-grid; gap: 2px; margin-top: 26px; padding: 16px 20px; border-radius: 16px; background: rgba(248,199,94,.12); border: 1px solid rgba(248,199,94,.45); }
.seatNow span { font-size: 13.5px; color: rgba(255,255,255,.72); }
.seatNow b { font: 500 30px/1.15 var(--serif); color: #FFE3A6; }
.doorChart { display: block; width: 100%; max-width: 520px; height: 120px; margin-top: 18px; }
.doorChart .dl { fill: none; stroke: #F2C57C; stroke-width: 2; }
.doorChart .da { fill: rgba(248,199,94,.14); }
.doorChart text { font: 500 11.5px var(--sans); fill: rgba(255,255,255,.6); }
.seatSteps { list-style: none; margin: 0; padding: 0; counter-reset: s; display: grid; gap: 14px; }
.seatSteps li { counter-increment: s; position: relative; padding: 18px 20px 18px 64px; border-radius: 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.78); font-size: 16px; }
.seatSteps li::before { content: counter(s); position: absolute; left: 20px; top: 18px; width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(255,255,255,.4); display: grid; place-items: center; font: 500 15px var(--serif); color: #fff; }
.seatSteps b { color: #fff; font-weight: 600; display: block; margin-bottom: 2px; }
.seatSteps .inl { color: #F6D58E; }
.seatCta { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: center; }
.seatCta .fine { color: rgba(255,255,255,.6); max-width: 40em; }
.memoAct .locked { color: var(--ink3); }
.memoAct .locked a { color: var(--blue); }

@media (max-width: 1080px) {
  .stakes { grid-template-columns: repeat(2, 1fr); }
  .heroIn { padding-bottom: 250px; }
  .lobbyGrid, .seatCard { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .stakes { position: relative; padding: 0 16px 22px; gap: 10px; margin-top: 30px; }
  .stake { padding: 13px 14px; }
  .stake b { font-size: 22px; }
  .heroIn { padding-bottom: 0; }
  .flapCols, .frow { grid-template-columns: 46px 1fr 34px 108px; gap: 8px; }
  .frow { font-size: 14.5px; }
  .flapCols { font-size: 11px; }
  .flapRows { min-height: 0; }
  .seatSec { padding: 80px 0; }
  .seatSteps li { padding-left: 58px; }
}
.frow .fw, .line .lw { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
@media (max-width: 760px) {
  .frow { letter-spacing: .04em; }
  .flapHead { font-size: 15px; letter-spacing: .1em; }
  .line li { grid-template-columns: 36px minmax(0, 1fr) auto; }
  .line .ln { font-size: 14px; }
}

/* ══ the line outside, drawn ═════════════════════════════════════════════ */
.scene { background: var(--white); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; margin-bottom: 24px; box-shadow: 0 18px 40px rgba(14,26,43,.08); }
.sceneScroll { overflow-x: auto; scrollbar-width: thin; }
#sceneSvg { width: 100%; height: auto; display: block; }
.sceneNote { padding: 12px 22px 14px; border-top: 1px solid var(--line); font-size: 14.5px; color: var(--ink2); }
.sceneNote b { color: var(--ink); }
.canopy { font: 600 15px var(--serif); letter-spacing: 5px; fill: #DFC58A; }
.qDots { font: 700 22px var(--sans); fill: #A89A8D; transition: opacity .4s; }
.qf { transition: transform 1.3s cubic-bezier(.45,.05,.35,1), opacity .7s ease; }
.qf .bob { animation: bob 3.4s ease-in-out infinite; transform-box: fill-box; transform-origin: 50% 100%; }
@keyframes bob { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-1.2px) rotate(-.6deg); } }
.qf.walking .bob { animation: walk .42s ease-in-out infinite; }
@keyframes walk { 0%, 100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-3px) rotate(2deg); } }
.qf.walking .tag { opacity: 0; }
.tag { transition: opacity .3s; }
.tagBg { fill: #1C1214; stroke: #A8873F; stroke-width: 1.2; }
.tagA { font: 500 12.5px var(--serif); fill: #F2E7D8; }
.tagB { font: 600 9.5px var(--sans); fill: #DFC58A; letter-spacing: .4px; }
.qf.isYou .tagBg { fill: #F2C57C; stroke: #C9962F; }
.qf.isYou .tagA, .qf.isYou .tagB { fill: #1B1405; }
.qf.isYou .bob > ellipse:first-child { fill: rgba(248,199,94,.55); }
.qf.isYou .tag rect { filter: drop-shadow(0 4px 8px rgba(242,174,69,.45)); }
@media (prefers-reduced-motion: reduce) { .qf { transition: none; } .qf .bob { animation: none; } }

.joinCard { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 24px 26px; }
.joinCard h3 { font-size: 30px; }
.joinCard .spot { margin-top: 4px; padding-top: 0; border-top: 0; }
.joinCard .btn.text { justify-self: start; height: 34px; padding: 0; }
.shareRow { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 4px; }
.shareRow .btn { height: 44px; font-size: 14.5px; }
.spotOut .dim { color: var(--ink3); }
.nextHead { font-size: 21px; margin: 22px 0 6px; padding-top: 18px; border-top: 1px solid var(--line); }
@media (max-width: 760px) {
  #sceneSvg { min-width: 860px; }
  .shareRow .btn { flex: 1 1 auto; }
}

.bdA { font: 600 8.5px 'Barlow Condensed', var(--sans); letter-spacing: 1.2px; fill: #CFCAC0; }
.bdB { font: 500 17px var(--serif); fill: #FFE3A6; }
.bdC { font: 600 9px 'Barlow Condensed', var(--sans); letter-spacing: .8px; fill: #F6D58E; }
.tagB { font-size: 9.2px; letter-spacing: -.1px; }
.shareRow .btn { flex: none; padding: 0 18px; }
.shareRow .btn.text { padding: 0 4px; }
.frow .fq { grid-column: 1 / -1; letter-spacing: .06em; }
.scene { position: relative; }
.swipe { display: none; }
@media (max-width: 760px) {
  .swipe { display: block; position: absolute; right: 12px; top: 12px; padding: 6px 12px; border-radius: 999px; background: rgba(14,26,43,.78); color: #fff; font-size: 12.5px; pointer-events: none; }
}

/* names, looks, rival, tonight's vote */
.line .lw.named { color: var(--ink); font-weight: 600; font-family: var(--sans); font-size: 15px; }
.ftip .tname { color: #fff; font-weight: 600; }
.spotOut .rival { display: block; margin-top: 6px; color: var(--ink2); }
.spotOut .rival b { color: var(--ink); }
.looks { margin-top: 6px; }
.looksHead { font-size: 13.5px; color: var(--ink3); margin-bottom: 6px; }
.looksRow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.look { display: grid; justify-items: center; gap: 2px; padding: 10px 4px 8px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); text-align: center; }
.look svg { width: 100%; max-width: 54px; height: 76px; }
.look b { font: 500 13.5px var(--serif); color: var(--ink); }
.look span { font-size: 11px; color: var(--ink3); line-height: 1.25; }
.look.now { background: #FFF6E2; border-color: #F1D392; }
.look.locked { opacity: .45; }
.look.locked svg { filter: grayscale(.85); }
.nameBox { display: grid; gap: 6px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
#nameClaim { margin-top: 14px; justify-self: start; }
.tonight { margin: 0 0 24px; }
.tonightIn { display: grid; gap: 8px; background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--lit); border-radius: var(--r); padding: 20px 24px; }
.tonightIn .tLabel { font: italic 500 16px var(--serif); color: var(--blue); }
.tonightIn b { font: 500 26px/1.15 var(--serif); }
.tonightIn .tMeta { font-size: 14px; color: var(--ink3); }
.tonightIn .tMeta .a { color: var(--green); font-weight: 600; }
.tonightIn .tMeta .d { color: var(--red); font-weight: 600; }
.tonightIn .tSide { font-size: 15px; color: var(--ink2); }
.tonightIn .btn { justify-self: start; margin-top: 4px; }
@media (max-width: 760px) { .looksRow { grid-template-columns: repeat(3, 1fr); } }

/* the arrival */
.arrive { position: relative; min-height: max(660px, 100svh); overflow: hidden; background: #16295a; color: #fff; }
#ar3d, #arriveSvg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.arrive.is3d #arriveSvg { display: none; }
.arriveUI { position: absolute; left: 0; right: 0; bottom: 86px; z-index: 2; max-width: 1240px; margin: 0 auto; padding: 0 32px; pointer-events: none; }
.arriveUI > * { pointer-events: auto; }
.arriveUI h1 { color: #fff; font-size: clamp(38px, 4.6vw, 66px); line-height: 1.02; font-weight: 500; letter-spacing: -.02em; max-width: 11em; text-wrap: balance; text-shadow: 0 2px 30px rgba(8,16,40,.55); }
.arriveUI .heroSub { max-width: 19em; text-shadow: 0 1px 20px rgba(8,16,40,.5); }
.getIn { opacity: 1; transform: none; pointer-events: auto; }
.getIn, .getIn.pop { animation: nudge 3.2s ease-in-out infinite; }
@keyframes nudge {
  0%, 100% { box-shadow: 0 0 0 4px rgba(240,205,135,.18), 0 0 30px 5px rgba(240,205,135,.42), 0 10px 30px rgba(0,0,0,.4); }
  50%      { box-shadow: 0 0 0 5px rgba(240,205,135,.30), 0 0 52px 12px rgba(240,205,135,.72), 0 12px 34px rgba(0,0,0,.45); }
}
.arrive .stakes { z-index: 2; }

/* how to become a resident */
.noScroll { overflow: hidden; }
.resident { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 24px; background: rgba(8,16,38,.72); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); opacity: 0; transition: opacity .26s ease; }
.resident.on { opacity: 1; }
.residentIn { position: relative; width: min(1020px, 100%); max-height: 92vh; overflow-y: auto; background: var(--ink); color: #fff; border: 1px solid rgba(255,255,255,.14); border-radius: 26px; padding: 40px clamp(20px, 4vw, 52px) 40px; box-shadow: 0 40px 90px rgba(4,10,26,.55); transform: translateY(14px) scale(.985); transition: transform .3s cubic-bezier(.2,1,.3,1); }
.resident.on .residentIn { transform: none; }
.residentIn h2 { color: #fff; font-size: clamp(32px, 4vw, 52px); line-height: 1.04; letter-spacing: -.02em; }
.rLede { color: rgba(255,255,255,.78); font-size: 18px; margin-top: 14px; max-width: 46em; }
.rClose { position: absolute; top: 18px; right: 20px; background: transparent; border: 1px solid rgba(255,255,255,.3); color: #fff; border-radius: 999px; height: 38px; padding: 0 16px; font: 500 14px var(--sans); cursor: pointer; }
.rClose:hover { background: rgba(255,255,255,.1); }
.rSteps { list-style: none; margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.rSteps li { display: flex; gap: 16px; align-items: flex-start; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 18px 20px; }
.rArt { flex: none; width: 72px; height: 72px; border-radius: 14px; background: rgba(255,255,255,.06); display: grid; place-items: center; }
.rArt svg { width: 62px; height: 62px; }
.rA { font: 600 11px 'Barlow Condensed', var(--sans); letter-spacing: 1.2px; fill: #CFCAC0; }
.rB { font: 500 21px var(--serif); fill: #FFE3A6; }
.rSteps b { font: 500 21px/1.2 var(--serif); color: #fff; display: block; margin-bottom: 4px; }
.rSteps p { color: rgba(255,255,255,.75); font-size: 15.5px; }
.rSteps .mono { color: #F6D58E; }
.rCta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.rFine { margin-top: 16px; color: rgba(255,255,255,.66); font-size: 15px; }
.rFine b { color: #F6D58E; }
@media (max-width: 860px) { .rSteps { grid-template-columns: 1fr; } .residentIn { padding-top: 64px; } }

.stakesBand { background: #1C1214; }
.stakesBand .stakes { position: static; padding: 26px 32px 30px; }
.stakesBand .stake { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.14); }
.stakesBand .stake:first-child { background: rgba(248,199,94,.12); border-color: rgba(248,199,94,.4); }
@media (max-width: 760px) { .stakesBand .stakes { padding: 18px 16px 22px; } }
.residentIn .btn.line { color: #fff; border-color: rgba(255,255,255,.4); background: transparent; }
.residentIn .btn.line:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.rSteps b + p b, .rSteps p b { color: #F6D58E; white-space: nowrap; }
.arriveShade { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(100deg, rgba(12,7,10,.85) 0%, rgba(12,7,10,.55) 36%, rgba(12,7,10,0) 62%), linear-gradient(0deg, rgba(12,7,10,.5), transparent 26%); }
.arrive { background: #140D12; }

/* inside the room: the hero copy steps aside and the room gets its own small bar */
.arrive.inside .arriveUI { opacity: 0; transform: translateY(-14px); pointer-events: none; transition: opacity .5s ease, transform .6s ease; }
.arriveUI { transition: opacity .5s ease .2s, transform .6s ease .2s; }
.insideBar { position: absolute; left: 0; right: 0; bottom: 26px; z-index: 3; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .5s ease .9s, transform .6s ease .9s; }
.arrive.inside .insideBar { opacity: 1; transform: none; pointer-events: auto; }
.ibTxt { font-size: 15px; color: rgba(255,255,255,.88); background: rgba(16,10,13,.6); border: 1px solid rgba(223,197,138,.3); border-radius: 999px; padding: 9px 18px; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
@media (max-width: 620px) { .ibTxt { font-size: 13.5px; padding: 8px 14px; } .insideBar { bottom: 16px; gap: 8px; } }

/* the street is the whole window until you ask to see more, the way Skyscraper worked */
body.locked { overflow: hidden; height: 100svh; }
/* the windows must still open while the scene is fullscreen, so only the footer goes */
body.locked .foot { display: none; }
body.locked .arrive { min-height: 100svh; height: 100svh; }
body.locked .top { background: transparent !important; box-shadow: none !important; }
.arrive { min-height: 100svh; }

/* the copy sits down on the pavement so the house, the skyline and the moon stay in view */
.arriveShade { background: linear-gradient(0deg, rgba(10,6,9,.92) 0%, rgba(10,6,9,.6) 26%, rgba(10,6,9,0) 54%), linear-gradient(100deg, rgba(10,6,9,.5) 0%, rgba(10,6,9,0) 46%); }
.arriveUI .kicker { margin-bottom: 6px; }
.arriveUI .heroSub { max-width: 27em; margin-top: 14px; font-size: 17.5px; }
.arriveUI .heroCta { margin-top: 20px; }
@media (max-width: 720px) { .arriveUI { bottom: 74px; } .arriveUI .heroSub { font-size: 16px; } }

/* what the room decides: only visible once you are inside */
.insideHud { position: absolute; left: 0; right: 0; bottom: 96px; z-index: 3; display: flex; justify-content: space-between; align-items: flex-end; gap: 18px; padding: 0 32px; opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity .5s ease .7s, transform .6s ease .7s; }
.arrive.inside .insideHud { opacity: 1; transform: none; pointer-events: auto; }
.hudCard { width: min(360px, 42vw); padding: 18px 20px 20px; border-radius: 16px; background: rgba(16,10,13,.82); border: 1px solid rgba(201,162,78,.36); backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px); box-shadow: 0 18px 50px rgba(0,0,0,.45); }
.hudK { font: italic 500 13px/1 var(--serif); color: #DFC58A; letter-spacing: .02em; margin-bottom: 8px; }
.hudCard h3 { color: #FFFDFA; font-size: 25px; line-height: 1.12; }
.hudSub { margin-top: 6px; font-size: 13.5px; color: rgba(255,255,255,.7); }
.hudBar { position: relative; height: 8px; margin: 12px 0 8px; border-radius: 999px; background: rgba(255,255,255,.12); overflow: hidden; }
.hudBar i { position: absolute; inset: 0 auto 0 0; background: #3F8C63; }
.hudBar b { position: absolute; top: 0; bottom: 0; background: #A8322B; }
.hudNote { font-size: 12.5px; color: rgba(255,255,255,.62); margin-bottom: 12px; }
.hudPos { list-style: none; margin: 10px 0 12px; padding: 0; display: grid; gap: 5px; }
.hudPos li { display: flex; justify-content: space-between; gap: 10px; font-size: 13px; color: rgba(255,255,255,.8); }
.hudPos li b { color: #F2E7D8; font-weight: 600; }
.insideHud .btn.line { color: #fff; border-color: rgba(223,197,138,.5); }
.insideHud .btn.line:hover { border-color: #DFC58A; background: rgba(223,197,138,.12); }
@media (max-width: 860px) {
  .insideHud { flex-direction: column; align-items: stretch; bottom: 88px; gap: 10px; padding: 0 16px; }
  .hudCard { width: auto; padding: 13px 14px 14px; }
  .hudCard h3 { font-size: 20px; }
  .hudPos { display: none; }
}

.hudBtns { display: flex; flex-wrap: wrap; gap: 8px; }

/* one window at a time, over the room */
body { overflow: hidden; height: 100svh; }
#page { position: fixed; inset: 0; z-index: 80; overflow-y: auto; overscroll-behavior: contain; background: var(--paper); opacity: 0; transition: opacity .24s ease; -webkit-overflow-scrolling: touch; }
#page.on { opacity: 1; }
#page .sec { padding-top: 92px; }
#page .sec:first-of-type { padding-top: 96px; }
.pageClose { position: fixed; top: 18px; right: 22px; z-index: 90; height: 44px; padding: 0 22px; border-radius: 999px; border: 1px solid var(--line2); background: var(--white); color: var(--ink); font: 600 15px/1 var(--sans); cursor: pointer; box-shadow: 0 8px 24px rgba(28,18,20,.12); }
.pageClose:hover { border-color: var(--ink); }
.pageClose::before { content: '\00d7'; margin-right: 8px; font-size: 19px; line-height: 1; vertical-align: -2px; }
body.pageOpen .top, body.pageOpen .preview, body.pageOpen .chatBtn { display: none; }
.preview { position: sticky; top: 0; z-index: 10; margin: 0; padding: 9px 16px; text-align: center; font-size: 12.5px; color: var(--ink2); background: var(--tint); border-bottom: 1px solid var(--line); }
@media (max-width: 720px) { .pageClose { top: 12px; right: 12px; height: 40px; padding: 0 16px; } #page .sec { padding-top: 76px; } }

/* the demo is marked where its numbers are, not across the street scene */
.demoTag { font-style: normal; margin-left: 8px; padding: 2px 7px; border-radius: 999px; font: 600 10px/1.6 var(--sans); letter-spacing: .08em; text-transform: uppercase; color: #E7C98B; background: rgba(201,162,78,.16); border: 1px solid rgba(201,162,78,.4); }
.seatTip { position: fixed; z-index: 60; pointer-events: none; min-width: 190px; padding: 11px 14px; border-radius: 12px; background: rgba(14,9,12,.92); border: 1px solid rgba(201,162,78,.45); box-shadow: 0 14px 40px rgba(0,0,0,.5); color: #fff; font-size: 13.5px; }
.seatTip b { display: block; font-family: var(--serif); font-size: 19px; font-weight: 500; }
.seatTip .st2 { color: #DFC58A; font-size: 12.5px; letter-spacing: .04em; text-transform: uppercase; }
.seatTip .st3 { font-family: var(--mono); font-size: 12px; color: rgba(255,255,255,.66); margin-top: 5px; }

/* inside the room the menu is part of the furniture: solid, gold edged, always legible */
.arrive.inside ~ .top, .top { transition: background .3s ease, box-shadow .3s ease; }
body.inRoom .top { background: rgba(12,8,10,.82); backdrop-filter: saturate(1.2) blur(12px); -webkit-backdrop-filter: saturate(1.2) blur(12px); box-shadow: inset 0 -1px 0 rgba(201,162,78,.35); }
body.inRoom .nav a { opacity: 1; color: #F2E7D8; }
body.inRoom .nav a:hover { color: #E7C98B; }

/* the two cards are a glance, not a page */
.hudCard { width: min(272px, 33vw); padding: 12px 14px 13px; border-radius: 13px; }
.hudCard h3 { font-size: 20px; }
.hudK { font-size: 11.5px; margin-bottom: 5px; }
.hudSub { font-size: 12px; margin-top: 4px; }
.hudNote { font-size: 11.5px; margin-bottom: 9px; }
.hudBar { height: 6px; margin: 9px 0 6px; }
.hudPos { gap: 3px; margin: 7px 0 9px; }
.hudPos li { font-size: 12px; }
.hudPos li:nth-child(n+3) { display: none; }
.insideHud .btn.sm { height: 32px; padding: 0 13px; font-size: 13px; }
.ibTxt { display: none; }
@media (max-width: 860px) { .hudCard { width: auto; } }

/* ── the room's own controls: a bar of places along the bottom, the way the office next door does it ── */
.roomNav { position: absolute; left: 50%; transform: translateX(-50%) translateY(14px); bottom: 20px; z-index: 6;
  display: flex; align-items: stretch; gap: 2px; padding: 6px; max-width: calc(100vw - 24px); overflow-x: auto;
  border-radius: 16px; background: rgba(12,8,10,.86); border: 1px solid rgba(201,162,78,.30);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 20px 54px rgba(0,0,0,.55);
  opacity: 0; pointer-events: none; transition: opacity .5s ease .8s, transform .6s ease .8s;
  scrollbar-width: none; }
.roomNav::-webkit-scrollbar { display: none; }
.arrive.inside .roomNav { opacity: 1; transform: translateX(-50%); pointer-events: auto; }
.roomNav button { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: 2px;
  min-width: 78px; padding: 8px 11px 7px; border: 0; border-radius: 11px; background: none; cursor: pointer;
  color: #E9E1D4; font: inherit; transition: background .16s ease, color .16s ease; }
.roomNav button:hover { background: rgba(223,197,138,.13); color: #fff; }
.roomNav button.on { background: rgba(201,162,78,.20); color: #FFF3D8; }
.roomNav svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round; opacity: .92; }
.roomNav b { font-size: 12.5px; font-weight: 600; letter-spacing: .01em; white-space: nowrap; }
.roomNav i { font-style: normal; font-size: 10.5px; letter-spacing: .04em; text-transform: uppercase;
  color: rgba(233,225,212,.52); white-space: nowrap; }
.navSep { flex: 0 0 auto; width: 1px; margin: 8px 6px; background: rgba(201,162,78,.26); }

.roomPad { position: absolute; right: 22px; bottom: 136px; z-index: 6; display: flex; gap: 6px;
  opacity: 0; pointer-events: none; transition: opacity .5s ease .9s; }
.arrive.inside .roomPad { opacity: 1; pointer-events: auto; }
.roomPad button { width: 38px; height: 38px; border-radius: 10px; cursor: pointer;
  background: rgba(12,8,10,.82); border: 1px solid rgba(201,162,78,.30); color: #E9E1D4;
  font-size: 17px; line-height: 1; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.roomPad button:hover { border-color: #DFC58A; color: #fff; background: rgba(201,162,78,.20); }

.roomTip { position: absolute; left: 50%; transform: translateX(-50%); bottom: 124px; z-index: 5; margin: 0;
  font-size: 11.5px; letter-spacing: .09em; text-transform: uppercase; color: rgba(233,225,212,.46);
  opacity: 0; pointer-events: none; transition: opacity .6s ease; }
.arrive.inside .roomTip { opacity: 1; }
.arrive.inside .roomTip.gone { opacity: 0; }

/* the two cards are asked for, not given: they sit clear of the bar and each closes itself */
.insideHud { bottom: 136px; align-items: flex-start; }
.hudCard { position: relative; }
.hudX { position: absolute; top: 6px; right: 8px; width: 22px; height: 22px; border: 0; border-radius: 6px;
  background: none; color: rgba(233,225,212,.6); font-size: 17px; line-height: 1; cursor: pointer; }
.hudX:hover { background: rgba(223,197,138,.16); color: #fff; }
.arrive:not(.inside) .roomNav, .arrive:not(.inside) .roomPad { display: none; }
body.pageOpen .roomNav, body.pageOpen .roomPad, body.pageOpen .roomTip { opacity: 0; pointer-events: none; }

@media (max-width: 760px) {
  .roomNav { bottom: 12px; max-width: calc(100vw - 12px); }
  .roomNav button { min-width: 66px; padding: 7px 8px 6px; }
  .roomNav b { font-size: 11.5px; } .roomNav i { display: none; }
  .roomPad { right: 12px; bottom: 96px; }
  .roomTip { display: none; }
  .insideHud { bottom: 100px; }
}

/* ── the window becomes a panel down the right, the way the office next door does it, so the room stays
      visible behind it and the bar along the bottom stays usable ────────────────────────────────────── */
#page { inset: 0 0 0 auto; width: min(720px, 96vw); border-left: 1px solid var(--line2);
  box-shadow: -24px 0 70px rgba(12,8,10,.45); transform: translateX(22px); transition: opacity .26s ease, transform .3s ease; }
#page.on { transform: none; }
#page .sec { padding-top: 78px; padding-bottom: 40px; }
#page .sec:first-of-type { padding-top: 78px; }
#page .wrap { padding-left: 26px; padding-right: 26px; max-width: none; }
#page .secHead h2 { font-size: 30px; }
/* every two column block in a window stacks, because the window is a column */
#page .lobbyGrid, #page .tGrid, #page .bkGrid, #page .grid2, #page .cols2,
#page .room, #page .seatGrid, #page .howGrid, #page .faqGrid, #page .getGrid,
#page .treasuryGrid, #page .tCols { display: block; }
#page .rules, #page .memos { width: auto; max-width: none; margin: 0 0 22px; }
#page .rules li { font-size: 15px; }
/* rows of stat cards fit the column instead of running off the edge */
#page .tStats, #page .stakes, #page .kpis { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
#page .tStat, #page .stake { min-width: 0; }
#page .ledger { overflow-x: auto; }
#page table { width: 100%; }
.pageClose { position: absolute; top: 16px; right: 18px; }
body.pageOpen .top { display: flex; }
body.pageOpen.inRoom .roomNav { opacity: 1; pointer-events: auto; }
body.pageOpen .roomPad, body.pageOpen .roomTip { opacity: 0; pointer-events: none; }
@media (max-width: 720px) {
  #page { width: 100vw; border-left: 0; }
  body.pageOpen .top { display: none; }
  body.pageOpen.inRoom .roomNav { opacity: 0; pointer-events: none; }
}


/* the demo mark rides in the header, so it is on screen in the street and in the room, not only in a window */
.top .demoTag { font-style: normal; font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 999px; border: 1px solid rgba(201,162,78,.55); color: #C9A24E; }
body.inRoom .top .demoTag { border-color: rgba(223,197,138,.5); color: #E4C88A; }

/* an asset wears its own mark, not a letter in a circle */
.led .asset i svg { width: 19px; height: 19px; fill: #fff; display: block; }
.led .asset i b { font: 600 14px var(--serif); font-style: normal; color: #fff; }
.led .asset i { color: #fff; }

/* ── the windows read as house paperwork, not as a dashboard ─────────────────────────────────────────── */
#page .secHead h2 { font-family: var(--serif); letter-spacing: -.01em; }
#page .secHead h2::after { content: ''; display: block; width: 54px; height: 2px; margin-top: 12px;
  background: linear-gradient(90deg, var(--brass), rgba(168,135,63,0)); }
/* the ledger as a ruled accounts book */
#page .ledger { background: #FBF7EE; border: 1px solid rgba(168,135,63,.34); box-shadow: inset 0 0 0 4px #FBF7EE, inset 0 0 0 5px rgba(168,135,63,.20); }
#page .led thead th { font: 600 11px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase;
  color: #8A7A5E; border-bottom: 2px solid rgba(168,135,63,.4); padding-bottom: 9px; }
#page .led tbody tr { border-bottom: 1px solid rgba(168,135,63,.18); }
#page .led tbody tr:nth-child(even) { background: rgba(168,135,63,.045); }
#page .ledHead h3 { font-family: var(--serif); font-size: 21px; }
#page .ledWallet { font-style: italic; color: #8A7A5E; }
/* the house rules as a numbered card, and a pitch as a typed memo with a stamp */
#page .rules { background: #FBF7EE; border: 1px solid rgba(168,135,63,.3); border-radius: 14px; padding: 20px 22px; }
#page .rules h3, #page .file h4 { font-family: var(--serif); font-size: 20px; letter-spacing: 0; }
#page .rules ol { counter-reset: hr; }
#page .memos .memoTop i { font-family: var(--serif); font-style: italic; color: #8A7A5E; }
#page .memos .status { font: 600 10.5px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase;
  border: 1.5px solid currentColor; border-radius: 4px; padding: 5px 8px; transform: rotate(-2.5deg); background: none; }
#page .tStat span { font: 600 10.5px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: #8A7A5E; }
#page .tStat b { font-family: var(--serif); }
#page .tStat { background: #FBF7EE; border: 1px solid rgba(168,135,63,.28); }

/* ── the windows as house stationery: laid paper, a letterhead rule, brass and oxblood ──────────────── */
#page { background:
  repeating-linear-gradient(0deg, rgba(168,135,63,.045) 0 1px, transparent 1px 26px),
  radial-gradient(120% 80% at 50% 0%, rgba(168,135,63,.09), transparent 60%),
  #F8F3E8; }
#page .sec, #page .sec.tint { background: none; }
#page .wrap::before { content: 'Strata \00a0·\00a0 est. on Robinhood Chain';
  display: block; margin: 0 0 20px; padding-bottom: 12px; font-family: var(--serif); font-size: 12.5px;
  letter-spacing: .22em; text-transform: uppercase; color: #A08A5C;
  border-bottom: 3px double rgba(168,135,63,.45); }
#page .secHead h2 { font-size: 34px; }
#page .secHead h2::after { display: none; }
#page .secHead p { font-size: 16.5px; color: #5C4F42; }
/* labels stop being little sans-serif chips */
#page .tStat span, #page .led thead th, #page .memos .status, #page .sl {
  font-family: var(--serif); font-style: italic; font-weight: 500; text-transform: none; letter-spacing: .02em; }
#page .led thead th { font-size: 14px; color: #8A7A5E; }
#page .tStat span { font-size: 14px; }
#page .memos .status { font-size: 13px; padding: 4px 10px; border-width: 1.5px; }
/* the paperwork itself */
#page .rules, #page .ledger, #page .tStat, #page .memo, #page .joinCard, #page .file {
  background: #FCF8EF; border-color: rgba(168,135,63,.34); border-radius: 3px; }
#page .memo { box-shadow: 0 1px 0 rgba(168,135,63,.25), 0 10px 22px rgba(60,40,20,.06); }
#page .btn { border-radius: 3px; letter-spacing: .03em; }
#page .btn.dark { background: #7E1F2A; border-color: #7E1F2A; }
#page .btn.dark:hover { background: #6A1923; }
#page .btn.line { border-color: rgba(126,31,42,.5); color: #7E1F2A; }
#page .btn.line:hover { border-color: #7E1F2A; background: rgba(126,31,42,.07); }
#page input, #page textarea, #page select { border-radius: 3px; background: #FFFDF7; border-color: rgba(168,135,63,.45); }
#page .pageClose { border-radius: 3px; }
#page .rules li::before { border-color: rgba(168,135,63,.55); color: #8A6B2E; }
#page .tableScroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
#page .led { font-size: 14.5px; }
#page .led td, #page .led th { padding-left: 6px; padding-right: 6px; white-space: nowrap; }
#page .led .asset span span.sub { white-space: normal; }

/* the second hero button in the house gold, not white */
.btn.goldLine { background: rgba(232,196,122,.12); border-color: rgba(240,205,135,.75); color: #F0CD87; }
.btn.goldLine:hover { background: rgba(240,205,135,.22); border-color: #F0CD87; color: #FFE3AC; }

/* the way in should look lit from inside */
.getIn:hover { animation: none; box-shadow: 0 0 0 5px rgba(240,205,135,.34), 0 0 56px 14px rgba(240,205,135,.78), 0 12px 34px rgba(0,0,0,.45); }

/* ── everything outside the scene reads as brass on black, flat and quiet ─────────────────────────────── */
/* Buy: solid brass, no gradient and no halo. It was the brightest thing on a night street. */
.top .btn.gold, .top .btn.gold:hover { background: #B08A45; border-color: #C9A24E; color: #14110F;
  box-shadow: none; border-radius: 3px; font-weight: 600; letter-spacing: .04em; }
.top .btn.gold:hover { background: #C29B52; }
.top .chip { border-radius: 3px; border-color: rgba(201,162,78,.5); color: rgba(240,230,210,.8); opacity: 1;
  font-family: var(--serif); font-size: 12.5px; letter-spacing: .06em; }
.top .chip b { color: #C9A24E; font-weight: 600; }

/* the bar along the bottom: hairlines and small caps, no chips and no rounded pills */
.roomNav { border-radius: 4px; padding: 0; gap: 0; background: rgba(10,8,9,.9);
  border: 1px solid rgba(201,162,78,.28); box-shadow: 0 18px 44px rgba(0,0,0,.6); }
.roomNav button { border-radius: 0; padding: 11px 13px 10px; min-width: 0;
  border-right: 1px solid rgba(201,162,78,.16); gap: 5px; }
.roomNav button:last-child { border-right: 0; }
.roomNav button.on { background: rgba(201,162,78,.12); color: #F0DCAE; box-shadow: inset 0 2px 0 #C9A24E; }
.roomNav button:hover { background: rgba(201,162,78,.08); }
.roomNav svg { width: 17px; height: 17px; stroke-width: 1.3; opacity: .8; }
.roomNav b { font-family: var(--serif); font-weight: 500; font-size: 13px; letter-spacing: .01em; }
.roomNav i { font-family: var(--serif); font-style: italic; font-size: 10.5px; letter-spacing: .02em;
  text-transform: none; color: rgba(233,225,212,.45); }
.navSep { display: none; }

/* the pad and the hint to match */
.roomPad button { border-radius: 3px; background: rgba(10,8,9,.88); border-color: rgba(201,162,78,.28); }
.roomTip { font-family: var(--serif); font-style: italic; font-size: 12.5px; letter-spacing: .04em;
  text-transform: none; color: rgba(233,225,212,.4); }
.seatTip { border-radius: 3px; }
@media (max-width: 760px) { .roomNav button { padding: 10px 11px 9px; } }

/* a clean frame for rendering the header image: no chrome at all */
body.banner .top, body.banner .arriveUI, body.banner .roomNav, body.banner .roomPad,
body.banner .roomTip, body.banner .seatTip, body.banner #page { display: none !important; }

/* the mood frame: heavy vignette and a cooler shadow, so the room falls away into the dark */
body.mood::after { content: ''; position: fixed; inset: 0; z-index: 50; pointer-events: none;
  background:
    radial-gradient(64% 58% at 50% 46%, rgba(0,0,0,0) 0%, rgba(8,5,4,.42) 62%, rgba(6,4,3,.86) 100%),
    linear-gradient(180deg, rgba(10,7,5,.5) 0%, rgba(0,0,0,0) 26%, rgba(0,0,0,0) 62%, rgba(8,5,4,.62) 100%); }

/* ── the header image: the lockup is baked into the render, not added afterwards ──────────────────────── */
.bannerArt { display: none; }
body.banner .bannerArt { display: flex; position: fixed; inset: 0; z-index: 40; pointer-events: none;
  align-items: center; justify-content: space-between; padding: 0 clamp(28px, 4vw, 70px);
  background: linear-gradient(90deg, rgba(8,6,5,.94) 0%, rgba(8,6,5,.86) 22%, rgba(8,6,5,.32) 40%, rgba(8,6,5,0) 56%); }
.baLeft { display: flex; flex-direction: column; align-items: flex-start; gap: 0; }
.baMark { width: clamp(30px, 3.4vw, 54px); height: auto; margin-bottom: 14px; }
.baWord { font: 500 clamp(40px, 6.4vw, 96px)/1 var(--serif); letter-spacing: .2em; color: #F0E4C8;
  padding-left: .2em; }
.baRule { width: clamp(50px, 7vw, 120px); height: 2px; margin: clamp(12px, 1.6vw, 22px) 0; background: #C9A24E; }
.baLine { font: 600 clamp(13px, 1.55vw, 24px)/1.2 var(--sans); letter-spacing: .2em; color: #F6F1E6;
  text-transform: uppercase; }
.baSub { margin-top: 10px; font: 500 clamp(10px, 1.1vw, 17px)/1.2 var(--sans); letter-spacing: .16em;
  color: rgba(246,241,230,.62); text-transform: uppercase; }
.baSub b { color: #C9A24E; font-weight: 600; }
.baRight { text-align: right; font: 500 clamp(12px, 1.3vw, 21px)/1.5 var(--sans); letter-spacing: .12em;
  color: #C9A24E; }
.baRight span { color: rgba(246,241,230,.55); }
body.mood .bannerArt { display: none; }
