@font-face { font-family: 'DM Serif Display'; src: url('/assets/dm-serif-display-regular.ttf') format('truetype'); font-display: swap; }
@font-face { font-family: 'DM Serif Display'; src: url('/assets/dm-serif-display-italic.ttf') format('truetype'); font-style: italic; font-display: swap; }
:root { color-scheme: dark; --night: #0d0c0a; --paper: #f2ede2; --gold: #c6a54a; --muted: #b5ad9e; --line: #c6a54a40; --serif: 'DM Serif Display', Georgia, serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--paper); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }
a:hover { color: var(--gold); }
.skip-link { position: fixed; top: -80px; left: 20px; padding: 14px; background: var(--gold); color: var(--night); z-index: 5; }
.skip-link:focus { top: 10px; }
header { min-height: 110px; padding: 16px 5%; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
header img { display: block; object-fit: contain; }
.eyebrow { color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: 1.8px; }
.shop { font-size: 12px; padding: 14px 0; }
main { max-width: 1440px; margin: auto; padding: 55px 5% 0; }
.intro { position: relative; padding-bottom: 45px; }
h1 { font: 400 clamp(62px, 6.7vw, 96px)/1 var(--serif); letter-spacing: -3px; margin: 22px 0; }
em { font-weight: 400; color: var(--gold); }
.intro-copy { position: absolute; bottom: 60px; right: 0; font-size: 16px; line-height: 1.8; color: var(--muted); }
.shelf-label { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); padding: 20px 0; font-size: 9px; letter-spacing: 1px; color: var(--muted); }
h2 { font-size: 11px; font-weight: 500; letter-spacing: 2px; color: var(--gold); margin: 0; }
.game-card { display: grid; grid-template-columns: .9fr 1.1fr; border: 1px solid var(--line); }
.game-card + .game-card { margin-top: 24px; }
.quick-pick { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 24px; margin-bottom: 32px; }
.quick-pick a { display: flex; align-items: center; gap: 12px; min-height: 48px; border-bottom: 1px solid var(--line); font-size: 14px; white-space: nowrap; }
.quick-pick a span { color: var(--gold); font-size: 10px; }
.quick-pick a span:last-child { margin-left: auto; font-size: 16px; }
.quick-pick a:hover, .quick-pick a:active { background: var(--line); color: var(--paper); }
.crate-art { position: relative; width: min(80%, 320px); height: 330px; object-fit: contain; }
.art { position: relative; min-height: 415px; background: #1b1911; display: flex; justify-content: center; align-items: center; overflow: hidden; border-right: 1px solid var(--line); }
.art::before { content: ''; position: absolute; width: 320px; height: 320px; border: 1px dashed #c6a54a50; border-radius: 50%; }
.pint { width: 250px; height: 300px; position: relative; transform-origin: 50% 94%; transform: rotate(-8deg); transition: transform .4s ease; margin-bottom: 20px; }
.art:hover .pint, .art:focus-visible .pint { transform: rotate(9deg); }
.stamp { position: absolute; top: 25px; left: 25px; color: var(--gold); font: 9px/1.5 'Courier New', monospace; letter-spacing: 1px; transform: rotate(-8deg); }
.bottle-cap { position: absolute; bottom: 59px; width: 44px; height: 18px; border: 2px solid var(--gold); border-radius: 50%; text-align: center; color: var(--gold); font-size: 12px; background: var(--night); }
.art-note { position: absolute; bottom: 22px; color: var(--muted); font-size: 9px; letter-spacing: 2px; }
.game-copy { padding: 35px 42px; align-self: center; }
h3 { font: 400 clamp(42px, 4.2vw, 60px)/1.04 var(--serif); letter-spacing: -1.8px; margin: 15px 0 18px; }
.game-copy>p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.8; }
.tags { display: flex; flex-wrap: wrap; gap: 8px 16px; color: var(--muted); font-size: 10px; margin: 21px 0 27px; }
.tags span::before { content: '✳'; color: var(--gold); margin-right: 6px; }
.actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.play { display: flex; justify-content: space-between; gap: 35px; padding: 17px 23px; background: var(--gold); color: var(--night); font-size: 14px; font-weight: 600; min-height: 50px; }
.play:hover { background: #e7c147; color: var(--night); }
.solo { font-size: 12px; padding: 14px 0; }
.next-round { color: var(--muted); font-size: 12px; margin: 24px 0 50px; }
.next-round em { font: italic 17px var(--serif); margin-left: 5px; }
footer { border-top: 1px solid var(--line); padding: 28px 5%; display: flex; justify-content: space-between; gap: 20px; font-size: 10px; color: var(--muted); }
footer em { font: italic 15px var(--serif); margin-left: 8px; }
footer>div { display: flex; align-items: center; gap: 24px; }
@media (max-width: 1000px) { .intro-copy { position: static; } .intro { padding-bottom: 24px; } .game-copy { padding: 30px; } }
@media (max-width: 650px) {
  header { min-height: 90px; gap: 12px; } header img { width: 100px; height: 55px; } header .eyebrow { display: none; }
  main { padding-top: 30px; } h1 { font-size: clamp(43px, 13vw, 62px); letter-spacing: -2px; } .intro .eyebrow { font-size: 8px; letter-spacing: 1px; }
  .intro-copy { font-size: 14px; } .shelf-label { font-size: 8px; letter-spacing: 0; } .shelf-label span { max-width: 175px; text-align: right; line-height: 1.5; }
  .game-card { grid-template-columns: 1fr; } .art { min-height: 290px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-pick { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; margin-bottom: 24px; }
  .quick-pick a { font-size: 12px; gap: 8px; }
  .art::before { width: 235px; height: 235px; } .pint { width: 190px; height: 228px; margin-bottom: 5px; } .bottle-cap { bottom: 26px; } .art-note { bottom: 10px; font-size: 8px; }
  .stamp { left: 15px; top: 20px; font-size: 8px; } .game-copy { padding: 25px; } .actions { gap: 8px 20px; }
  footer { flex-wrap: wrap; } .next-round { margin-bottom: 35px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .pint { transition: none; } }
@media (max-width: 650px) and (max-height: 700px) {
  body:has(.quick-pick) header { min-height: 64px; padding-block: 6px; }
  body:has(.quick-pick) header img { height: 44px; }
  body:has(.quick-pick) main { padding-top: 8px; }
  body:has(.quick-pick) .intro { padding-bottom: 0; }
  body:has(.quick-pick) h1 { font-size: 32px; margin: 6px 0; }
  body:has(.quick-pick) .intro-copy { display: none; }
  body:has(.quick-pick) .intro>.eyebrow, body:has(.quick-pick) .shelf-label { display: none; }
  body:has(.quick-pick) .intro { padding-bottom: 12px; }
  body:has(.quick-pick) .shelf-label { padding-block: 10px; }
  body:has(.quick-pick) .quick-pick a { min-height: 44px; }
}
