:root {
  --pitch: #101014;
  --deck: #1a1a21;
  --deck-2: #23232c;
  --deck-3: #2e2e38;
  --seam: #383842;
  --seam-2: #575766;
  --ivory: #f6f1e4;
  --haze: #b3ad9e;
  --amber: #f5c518;
  --amber-2: #ffd84d;
  --amber-ink: #221a00;
  --flare: #ef8a1b;
  --flare-2: #ffa740;
  --moss: #46c98a;
  --curve: 12px;
  --span: 1040px;
  --rail: 22px;
  --display: "Trebuchet MS", "Gill Sans", "Segoe UI", Verdana, sans-serif;
  --read: Verdana, Geneva, Tahoma, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
body { margin: 0; font: 16px/1.62 var(--read); color: var(--ivory); background: var(--pitch); -webkit-font-smoothing: antialiased; overflow-x: hidden; max-width: 100%; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
a:focus-visible, span[role="link"]:focus-visible, span[role="tab"]:focus-visible, label:focus-visible { outline: 2px solid var(--amber); outline-offset: 2px; }
h1, h2, h3, h4 { margin: 0 0 15px; font-family: var(--display); font-weight: 700; line-height: 1.22; color: var(--ivory); overflow-wrap: break-word; }
h1 { font-size: 41px; letter-spacing: .2px; }
h2 { font-size: 28px; }
h3 { font-size: 20px; }
h4 { font-size: 17px; }
p { margin: 0 0 15px; overflow-wrap: break-word; }
ul, ol { margin: 0 0 15px; padding-left: 21px; }
li { margin-bottom: 7px; }
strong { font-weight: 700; }

.scrollwrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 0 0 28px; border-radius: var(--curve); }
table { width: 100%; border-collapse: separate; border-spacing: 0; overflow: hidden; border-radius: var(--curve); }
th, td { padding: 13px 15px; border: 1px solid var(--seam); text-align: left; vertical-align: middle; font-size: 15px; }
th { background: var(--deck-3); font-weight: 700; color: var(--ivory); }
td { background: var(--deck); }
tr:nth-child(even) td { background: var(--deck-2); }
td:first-child { font-weight: 700; }

.shell { display: flex; flex-direction: column; min-height: 100vh; }
main { flex: 1 0 auto; }
.hold { max-width: calc(var(--span) + var(--rail) * 2); margin: 0 auto; padding: 0 var(--rail) 46px; }
.tap { cursor: pointer; -webkit-user-select: none; user-select: none; }
[data-go], [role="link"], [role="tab"], .act, .act--line, .enter, .signup, .gallery__tab, .grab, .chorus__btn { cursor: pointer; }

@keyframes throb {
  0%, 100% { transform: scale(1); box-shadow: 0 6px 20px rgba(239, 138, 27, .28); }
  50% { transform: scale(1.04); box-shadow: 0 0 26px rgba(239, 138, 27, .5); }
}
.act--pulse { animation: throb 2.8s ease-in-out infinite; will-change: transform; }
.act--pulse:hover { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .act--pulse { animation: none; } }

.act { display: flex; align-items: center; justify-content: center; text-align: center; max-width: 330px; width: 100%; min-height: 58px; margin: 6px auto 0; padding: 12px 26px; border-radius: var(--curve); background: linear-gradient(180deg, var(--flare-2) 0%, var(--flare) 100%); color: #22160a; font-family: var(--display); font-size: 18px; font-weight: 700; text-decoration: none; transition: filter .2s, transform .1s; }
.act:hover { filter: brightness(1.08); }
.act:active { transform: scale(.98); }
.act--line { background: transparent; border: 2px solid var(--amber); color: var(--ivory); }
.act--line:hover { background: rgba(245, 197, 24, .14); filter: none; }

.topbar { position: sticky; top: 0; z-index: 60; background: var(--deck); border-bottom: 1px solid var(--seam); }
.topbar__row { max-width: calc(var(--span) + var(--rail) * 2); margin-inline: auto; padding: 0 var(--rail); height: 66px; display: flex; align-items: center; gap: 20px; }
.brandmark { margin-right: auto; }
.brandmark img { height: 40px; width: auto; }
.toggle { position: absolute; opacity: 0; pointer-events: none; }
.burger { display: none; width: 42px; height: 42px; padding: 9px; flex-direction: column; justify-content: space-between; cursor: pointer; border-radius: 8px; }
.burger span { display: block; height: 3px; border-radius: 2px; background: var(--ivory); transition: transform .25s, opacity .25s; }
.navstrip__list { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.navstrip__list li { margin: 0; }
.navstrip__list .tap { display: flex; align-items: center; gap: 7px; padding: 8px 13px; border-radius: 8px; font-size: 14px; font-weight: 700; text-decoration: none; color: var(--ivory); background: var(--deck-2); border: 1px solid var(--seam); }
.navstrip__list .tap:hover { background: var(--deck-3); border-color: var(--seam-2); }
.navstrip__list .tap svg { width: 17px; height: 17px; fill: var(--amber); flex: none; }
.navstrip__acts { display: none; }
.topbar__acts { display: flex; gap: 9px; margin-left: 4px; }
.enter, .signup { display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0 17px; border-radius: 8px; font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; transition: filter .2s, background .2s; }
.enter { background: var(--deck-2); color: var(--amber); border: 1px solid var(--amber); }
.enter:hover { background: var(--deck-3); }
.signup { background: linear-gradient(180deg, var(--amber-2) 0%, var(--amber) 100%); color: var(--amber-ink); }
.signup:hover { filter: brightness(1.07); }

.opener { padding: 30px 0 22px; text-align: center; }
.opener__title { margin-bottom: 18px; }
.opener__banner { display: block; margin: 0 auto 22px; border-radius: var(--curve); overflow: hidden; }
.opener__banner img { width: 100%; height: auto; }
.opener__lead { max-width: 100%; margin: 0 auto; text-align: left; font-size: 17px; }
.opener__lead p:last-child { margin-bottom: 20px; }

.showpic { margin: 6px 0 40px; }
.showpic .tap { display: block; }
.showpic img { width: 100%; border-radius: var(--curve); }

.keycard { margin: 0 0 44px; }
.keycard__head { display: flex; align-items: center; justify-content: center; min-height: 60px; margin: 0 0 22px; padding: 12px 22px; border-radius: var(--curve); background: linear-gradient(135deg, var(--amber-2) 0%, var(--amber) 60%, var(--flare) 130%); text-align: center; font-family: var(--display); font-size: 25px; font-weight: 700; color: var(--amber-ink); }
.keycard td:first-child { width: 30%; color: var(--haze); }

.board, .gallery, .handset, .chorus, .questions, .basefoot, .wire { content-visibility: auto; contain-intrinsic-size: auto 620px; }
.board { margin: 0 0 44px; padding: 25px 27px; border-radius: var(--curve); background: var(--deck); border: 1px solid var(--seam); }
.board > h2:first-child, .board > h3:first-child { margin-top: 0; }
.board h3 { margin-top: 26px; }
.board h4 { margin-top: 18px; color: var(--amber); }
.board--prose p, .board--prose li { font-size: 16px; }
.board__title { text-align: center; }

.scales__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.scales__col { padding: 22px; border-radius: var(--curve); background: var(--deck-2); border: 1px solid var(--seam); }
.scales__col h3 { margin: 0 0 12px; }
.scales__col ul { margin: 0; padding: 0; list-style: none; }
.scales__col li { position: relative; padding-left: 26px; margin-bottom: 10px; }
.scales__col li::before { content: ""; position: absolute; left: 0; top: 8px; width: 10px; height: 10px; border-radius: 50%; }
.scales__col--plus li::before { background: var(--moss); }
.scales__col--minus li::before { background: var(--haze); }

.gallery { margin: 0 0 46px; }
.gallery > h2 { text-align: center; margin-bottom: 22px; }
.gallery__tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; list-style: none; margin: 0 0 22px; padding: 0; }
.gallery__tabs li { margin: 0; }
.gallery__tab { display: flex; align-items: center; justify-content: center; gap: 8px; height: 48px; border-radius: 8px; background: var(--deck); border: 1px solid var(--seam); color: var(--ivory); font-family: var(--display); font-size: 15px; font-weight: 700; text-decoration: none; transition: background .2s, border-color .2s; }
.gallery__tab svg { fill: currentColor; flex: none; }
.gallery__tab:hover, .gallery__tab.active { background: var(--deck-2); border-color: var(--amber); color: var(--amber); }
.deck { display: none; }
.deck.active { display: block; }
.gallery__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px 14px; }
.cover { display: block; text-decoration: none; color: var(--ivory); min-width: 0; }
.cover__art { display: block; position: relative; border-radius: 8px; overflow: hidden; background: var(--deck-2); aspect-ratio: 360 / 472; border: 1px solid var(--seam); }
.cover__art img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.cover:hover .cover__art img { transform: scale(1.05); }
.cover__name { display: block; margin-top: 9px; font-size: 14px; font-weight: 700; line-height: 1.3; }
.cover small { display: block; font-size: 12px; color: var(--haze); }
.cover--mark .cover__art { aspect-ratio: 220 / 120; background: #f3f2ef; display: flex; align-items: center; justify-content: center; padding: 16px; }
.cover--mark .cover__art img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
.cover--mark .cover__name { text-align: center; }
.markrow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }

.wire { margin: 0 0 44px; padding: 22px 24px; border-radius: var(--curve); background: var(--deck); border: 1px solid var(--seam); }
.wire > h2 { text-align: center; margin-bottom: 8px; }
.wire__lead { text-align: center; color: var(--haze); margin-bottom: 18px; }
.wire__row { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.wire__item { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border-radius: 8px; background: var(--deck-2); border: 1px solid var(--seam); transition: background .3s, border-color .3s; }
.wire__item--fresh { background: var(--deck-3); border-color: var(--amber); }
.wire__coin { flex: none; width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(180deg, var(--amber-2), var(--amber)); color: var(--amber-ink); display: flex; align-items: center; justify-content: center; font-weight: 700; }
.wire__mid { flex: 1 1 auto; min-width: 0; }
.wire__who { font-weight: 700; }
.wire__game { color: var(--haze); font-size: 14px; }
.wire__sum { font-weight: 700; color: var(--amber); white-space: nowrap; }
.wire__ago { display: block; font-size: 12px; color: var(--haze); text-align: right; }

.handset { margin: 0 0 44px; }
.handset__inner { display: flex; gap: 30px; align-items: center; padding: 25px 27px; border-radius: var(--curve); background: var(--deck); border: 1px solid var(--seam); }
.handset__pic { flex: 0 0 300px; min-width: 0; }
.handset__pic img { width: 100%; border-radius: 8px; }
.handset__body { flex: 1 1 0; min-width: 0; }
.handset__spec { display: flex; flex-wrap: wrap; gap: 10px 0; list-style: none; margin: 4px 0 20px; padding: 0; }
.handset__spec li { flex: 1 1 33%; padding: 0 14px; text-align: center; border-right: 1px solid var(--seam); }
.handset__spec li:last-child { border-right: 0; }
.handset__spec b { display: block; font-family: var(--display); font-size: 19px; font-weight: 700; }
.handset__spec small { display: block; font-size: 12px; color: var(--haze); }
.handset__stores { display: flex; flex-wrap: wrap; gap: 12px; }
.grab { display: inline-flex; align-items: center; gap: 10px; height: 50px; padding: 0 18px; border-radius: 9px; background: var(--deck-3); border: 1px solid var(--seam-2); text-decoration: none; color: var(--ivory); transition: border-color .2s; }
.grab:hover { border-color: var(--amber); }
.grab svg { width: 24px; height: 24px; fill: var(--ivory); flex: none; }
.grab span { display: flex; flex-direction: column; line-height: 1.15; }
.grab small { font-size: 11px; color: var(--haze); }
.grab b { font-size: 15px; font-weight: 700; }

.chorus { margin: 0 0 46px; }
.chorus__bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; margin-bottom: 20px; border-radius: var(--curve); background: var(--deck); border: 1px solid var(--seam); }
.chorus__bar-label { font-size: 13px; color: var(--haze); margin-bottom: 4px; }
.chorus__score { display: flex; align-items: center; gap: 10px; }
.chorus__score > span { font-family: var(--display); font-size: 26px; font-weight: 700; }
.chorus__score small { color: var(--haze); font-size: 13px; }
.stars { display: inline-flex; gap: 2px; }
.stars svg { width: 18px; height: 18px; fill: var(--amber); }
.chorus__btn { display: inline-flex; align-items: center; justify-content: center; height: 44px; padding: 0 22px; border-radius: 8px; background: linear-gradient(180deg, var(--flare-2) 0%, var(--flare) 100%); color: #22160a; font-weight: 700; font-size: 14px; text-decoration: none; white-space: nowrap; }
.chorus__btn:hover { filter: brightness(1.08); }
.chorus__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.chorus__card { padding: 20px; border-radius: var(--curve); background: var(--deck); border: 1px solid var(--seam); }
.chorus__top { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.chorus__ava { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(180deg, var(--amber-2), var(--amber)); font-weight: 700; color: var(--amber-ink); }
.chorus__top b { display: block; }
.chorus__top small { color: var(--haze); font-size: 12px; }
.chorus__card .stars { margin-bottom: 8px; }
.chorus__card p { margin: 0; font-size: 15px; }

.questions { margin: 0 0 40px; }
.questions > h2 { text-align: center; margin-bottom: 22px; }
.questions__item { padding: 18px 22px; margin-bottom: 12px; border-radius: var(--curve); background: var(--deck); border: 1px solid var(--seam); }
.questions__item h3 { font-size: 18px; margin: 0 0 8px; }
.questions__item p { margin: 0; font-size: 15px; }

.asof { margin: 0 0 20px; }
.asof__box { display: flex; align-items: center; gap: 12px; padding: 15px 20px; border-radius: var(--curve); background: var(--deck); border: 1px solid var(--seam); font-size: 15px; color: var(--haze); }
.asof__box svg { width: 22px; height: 22px; fill: var(--amber); flex: none; }
.asof__box time { color: var(--ivory); font-weight: 700; }

.basefoot { background: var(--deck); border-top: 1px solid var(--seam); }
.basefoot__row { max-width: calc(var(--span) + var(--rail) * 2); margin: 0 auto; padding: 40px var(--rail) 26px; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.basefoot__brand img { height: 48px; width: auto; margin-bottom: 16px; }
.basefoot__blurb { font-size: 14px; color: var(--haze); margin-bottom: 18px; }
.social { display: flex; flex-wrap: wrap; gap: 10px; }
.social a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; background: var(--deck-2); border: 1px solid var(--seam); transition: border-color .2s, background .2s; }
.social a:hover { border-color: var(--amber); background: var(--deck-3); }
.social svg { width: 19px; height: 19px; fill: var(--ivory); }
.footcol__h { font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--haze); margin: 0 0 14px; }
.footcol__list { list-style: none; margin: 0; padding: 0; }
.footcol__list li { margin-bottom: 9px; }
.footcol__list .tap { font-size: 14px; text-decoration: none; color: var(--ivory); }
.footcol__list .tap:hover { color: var(--amber); }

.getstrip { max-width: calc(var(--span) + var(--rail) * 2); margin: 0 auto; padding: 0 var(--rail) 8px; }
.getstrip__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 24px; border-radius: var(--curve); background: var(--deck-2); border: 1px solid var(--seam); }
.getstrip__text b { display: block; font-size: 16px; }
.getstrip__text small { color: var(--haze); font-size: 13px; }

.payline { max-width: calc(var(--span) + var(--rail) * 2); margin: 0 auto; padding: 20px var(--rail); border-top: 1px solid var(--seam); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; }
.payline img { height: 26px; width: auto; background: #f3f2ef; border-radius: 6px; padding: 7px 12px; box-sizing: content-box; }

.sealstrip { max-width: calc(var(--span) + var(--rail) * 2); margin: 0 auto; padding: 20px var(--rail); border-top: 1px solid var(--seam); display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; align-items: center; justify-items: center; }
.sealstrip a, .sealstrip .age18, .sealstrip .textseal { display: inline-flex; align-items: center; justify-content: center; }
.sealstrip img { height: 42px; width: auto; opacity: .9; }
.sealstrip a:hover img { opacity: 1; }
.age18 { width: 44px; height: 44px; border-radius: 50%; border: 3px solid #e0655f; color: #e0655f; font-weight: 700; font-size: 14px; }
.textseal { height: 42px; padding: 0 14px; border-radius: 8px; border: 1px solid var(--seam-2); color: var(--ivory); font-weight: 700; font-size: 13px; letter-spacing: .02em; text-decoration: none; background: var(--deck-2); }
.textseal:hover { border-color: var(--amber); }

.basefoot__legal { border-top: 1px solid var(--seam); }
.smallprint { max-width: calc(var(--span) + var(--rail) * 2); margin: 0 auto; padding: 22px var(--rail); font-size: 12px; line-height: 1.7; color: var(--haze); }
.smallprint p { margin: 0 0 9px; }

.uptop { position: fixed; right: 20px; bottom: 20px; width: 46px; height: 46px; border-radius: 50%; background: var(--amber); color: var(--amber-ink); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .25s; z-index: 70; }
.uptop.show { opacity: 1; pointer-events: auto; }
.uptop svg { width: 22px; height: 22px; fill: currentColor; }

@media (max-width: 1100px) {
  .gallery__grid { grid-template-columns: repeat(4, 1fr); }
  .markrow { grid-template-columns: repeat(5, 1fr); }
}
@media (max-width: 1000px) {
  .navstrip { display: none; position: absolute; left: 0; right: 0; top: 66px; padding: 12px var(--rail) 18px; background: var(--deck); border-bottom: 1px solid var(--seam); }
  .toggle:checked ~ .navstrip { display: block; }
  .burger { display: flex; order: 3; }
  .topbar__acts { order: 2; margin-left: auto; }
  .brandmark { margin-right: 0; }
  .toggle:checked ~ .burger span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
  .toggle:checked ~ .burger span:nth-child(2) { opacity: 0; }
  .toggle:checked ~ .burger span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
  .navstrip__list { flex-direction: column; gap: 8px; }
  .navstrip__list .tap { justify-content: flex-start; }
  .gallery__grid { grid-template-columns: repeat(4, 1fr); }
  .markrow { grid-template-columns: repeat(4, 1fr); }
  .basefoot__row { grid-template-columns: 1fr 1fr; }
  .handset__inner { flex-direction: column; align-items: stretch; }
  .handset__pic { flex-basis: auto; max-width: 360px; margin: 0 auto; }
}
@media (max-width: 768px) {
  h1 { font-size: 30px; }
  h2 { font-size: 24px; }
  h3 { font-size: 19px; }
  .hold { padding-inline: 16px; }
  .topbar__row { padding-inline: 16px; }
  .board { padding: 20px 18px; }
  .board--prose p, .board--prose li, .opener__lead { font-size: 16px; }
  th, td { padding: 10px 10px; font-size: 13px; }
  .gallery__tabs { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .gallery__grid { grid-template-columns: repeat(3, 1fr); gap: 14px 10px; }
  .markrow { grid-template-columns: repeat(3, 1fr); }
  .scales__grid { grid-template-columns: 1fr; }
  .chorus__grid { grid-template-columns: 1fr; }
  .chorus__bar { flex-direction: column; align-items: flex-start; }
  .chorus__btn { width: 100%; }
  .handset__spec li { flex-basis: 50%; border-right: 0; margin-bottom: 8px; }
  .keycard__head { font-size: 19px; }
  .sealstrip { grid-template-columns: repeat(3, 1fr); }
  .getstrip__inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .hold { padding-inline: 14px; }
  .topbar__row { padding-inline: 14px; gap: 12px; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .markrow { grid-template-columns: repeat(2, 1fr); }
  .wire__item { flex-wrap: wrap; }
  .enter, .signup { height: 38px; padding: 0 12px; font-size: 13px; }
  .brandmark img { height: 34px; }
}
@media (max-width: 400px) {
  .hold { padding-inline: 12px; }
  .sealstrip { grid-template-columns: repeat(2, 1fr); }
  .topbar__acts { gap: 6px; }
}
