/* vodkacasino3571.site — Водка Казино / Vodka Casino.
   Концепт «Полынь и серебро»: бутылочно-зелёный графит + травяная шартрез-зелень + серебро-шалфей, без золота.
   Шрифты: Forum (заголовки) + Geologica (текст). */

:root {
  --bg: #0a110c;
  --bg-2: #101a12;
  --bg-3: #16241a;
  --line: #203528;
  --line-2: #2e4937;
  --txt: #eef4ea;
  --txt-d: #a0b5a6;
  --txt-dd: #6f8576;
  --acc: #9bc24a;
  --acc-d: #7aa030;
  --acc-2: #c3cfc2;
  --hot: #b8e04a;
  --warn: #e0b06a;
  --r: 14px;
  --r-s: 9px;
  --wrap: 1232px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.64 "Geologica", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1040px 600px at 88% -12%, rgba(155, 194, 74, .15) 0%, transparent 60%),
    radial-gradient(820px 560px at -8% 58%, rgba(195, 207, 194, .06) 0%, transparent 60%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--acc); text-decoration: none }
a:hover { text-decoration: underline }

h1, h2, h3, h4 {
  font-family: "Forum", Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.jumpto {
  position: absolute; top: -44px; left: 8px;
  padding: 8px 12px; background: var(--acc); color: #08130a;
  border-radius: 6px; z-index: 100; font-weight: 600;
}
.jumpto:focus { top: 8px }

.acc { color: var(--acc) }

/* ===== TOP BAR ===== */
.shelfbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 17, 12, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.housemark { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.housemark:hover { text-decoration: none }
.housemark__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 9px rgba(155, 194, 74, .5));
}
.housemark__t {
  font-family: "Forum", Georgia, serif;
  font-size: 21px; line-height: 1; letter-spacing: .3px;
}
.housemark__sub {
  display: block; font-family: "Geologica", system-ui, sans-serif;
  font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.2px; font-weight: 500; margin-top: 5px;
  text-transform: uppercase;
}
.shelfnav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.shelfnav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.shelfnav a:hover { color: var(--acc); border-bottom-color: var(--acc); text-decoration: none }

/* ===== CTA ===== */
.gobtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 9px;
  font-family: "Geologica", system-ui, sans-serif;
  font-weight: 600; font-size: 14px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s, border-color .2s;
  cursor: pointer; letter-spacing: .1px;
}
.gobtn:hover { text-decoration: none; transform: translateY(-1px) }
.gobtn--mini { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.gobtn--mini:hover { background: var(--bg-2); border-color: var(--acc) }
.gobtn--big { padding: 15px 28px; font-size: 15px; border-radius: 11px }
.gobtn--lead {
  background: linear-gradient(118deg, var(--acc-d) 0%, var(--hot) 100%);
  color: #08130a; border: 0;
  box-shadow: 0 12px 30px -12px rgba(155, 194, 74, .75);
  font-weight: 700;
}
.gobtn--lead:hover { box-shadow: 0 16px 38px -10px rgba(155, 194, 74, .95) }
.gobtn--ghost { background: transparent; color: var(--txt); border-color: var(--line-2) }
.gobtn--ghost:hover { border-color: var(--acc); color: var(--acc) }

/* ===== AGGREGATE TALLY ===== */
.tally {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(155, 194, 74, .05), rgba(195, 207, 194, .03));
  font-size: 13px;
}
.tally__cell {
  display: flex; flex-direction: column; gap: 3px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.tally__cell:last-child { border-right: 0 }
.tally__num {
  font-family: "Forum", Georgia, serif;
  font-size: 17px; color: var(--acc); letter-spacing: .2px;
}
.tally__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .5px; text-transform: uppercase }

/* ===== HERO / OPENER ===== */
.opener {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 38px;
  padding: 50px 22px 34px;
  max-width: var(--wrap); margin: 0 auto;
  align-items: center;
}
.opener__chip {
  display: inline-block;
  font-family: "Geologica", system-ui, sans-serif;
  font-size: 11px; letter-spacing: 1.3px; color: var(--acc);
  background: rgba(155, 194, 74, .09);
  border: 1px solid rgba(155, 194, 74, .28);
  padding: 6px 12px; border-radius: 5px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 600;
}
h1 {
  font-size: clamp(29px, 4.2vw, 47px); line-height: 1.1;
  margin: 0 0 18px; letter-spacing: .2px;
}
.opener__sub { color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66 }
.opener__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.opener__art { margin: 0 }
.opener__art-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 50% 26%, rgba(155, 194, 74, .2), transparent 62%),
    linear-gradient(150deg, #0c150e 0%, #14201a 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -24px rgba(155, 194, 74, .42);
}
.opener__art figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* KPI / GAUGE */
.gauge {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.gauge__item { display: flex; flex-direction: column; gap: 3px }
.gauge__num {
  font-family: "Forum", Georgia, serif;
  font-size: 28px; color: var(--acc); letter-spacing: .3px;
}
.gauge__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.1px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: var(--wrap); margin: 0 auto;
  padding: 56px 22px;
}
section.opener, section.pour { padding-top: 36px }
.eyebrow {
  display: inline-block;
  font-family: "Geologica", system-ui, sans-serif;
  font-size: 11px; letter-spacing: 2.4px; text-transform: uppercase;
  color: var(--acc-2); font-weight: 600;
  margin: 0 0 10px;
}
h2 {
  font-size: clamp(24px, 3.1vw, 35px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: .2px;
}
h3 {
  font-size: clamp(18px, 2vw, 22px); line-height: 1.34;
  margin: 28px 0 10px; color: var(--acc); letter-spacing: .2px;
}
p { margin: 0 0 14px; color: var(--txt) }
.intro { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px }

/* ===== WELCOME / POUR ===== */
.pour {
  background:
    radial-gradient(720px 360px at 84% 26%, rgba(155, 194, 74, .07) 0%, transparent 70%),
    rgba(16, 26, 18, .55);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
}
.pour__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.pourbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.pourbox:hover { border-color: var(--acc); transform: translateY(-2px) }
.pourbox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(155, 194, 74, .07), transparent 60%);
  pointer-events: none;
}
.pourbox__step {
  font-family: "Geologica", system-ui, sans-serif;
  font-size: 11px; color: var(--acc-2); font-weight: 600;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.pourbox__pct {
  font-family: "Forum", Georgia, serif;
  font-size: 32px; line-height: 1; color: var(--acc); letter-spacing: .4px;
  margin-bottom: 8px;
}
.pourbox__title { font-weight: 600; font-size: 15px; margin-bottom: 6px }
.pourbox__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== THREE STEPS / BEGIN ===== */
.begin__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.stepbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.stepbox__num {
  font-family: "Forum", Georgia, serif;
  position: absolute; top: 12px; right: 22px;
  font-size: 58px; line-height: 1; color: var(--bg-3);
}
.stepbox__head { font-size: 19px; font-family: "Forum", Georgia, serif; margin-bottom: 12px; color: var(--acc) }
.stepbox p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== CATALOGUE / SHELF ===== */
.shelf__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.slotile {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.slotile:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -16px rgba(155, 194, 74, .42);
}
.slotile__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Forum", Georgia, serif;
  font-size: 23px; color: rgba(238, 244, 234, .94);
  text-align: center; padding: 14px; line-height: 1.16;
  position: relative; overflow: hidden;
}
.slotile__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 42%, rgba(0,0,0,.4) 100%);
  pointer-events: none;
}
.bot1 { background: linear-gradient(135deg, #163a16 0%, #9bc24a 100%); color: #08160c }
.bot2 { background: linear-gradient(135deg, #0c2a1c 0%, #4fd0a0 100%); color: #07140d }
.bot3 { background: linear-gradient(135deg, #20300c 0%, #c3e07a 100%); color: #08160c }
.bot4 { background: linear-gradient(135deg, #082a2a 0%, #57d6c2 100%); color: #07140d }
.bot5 { background: linear-gradient(135deg, #2a2608 0%, #d8c373 100%); color: #08160c }
.bot6 { background: linear-gradient(135deg, #103014 0%, #6fc24a 100%); color: #08160c }
.bot7 { background: linear-gradient(135deg, #14241a 0%, #aab6a0 100%); color: #07140d }
.bot8 { background: linear-gradient(135deg, #2a1808 0%, #e0b06a 100%); color: #08160c }
.bot9 { background: linear-gradient(135deg, #0c2418 0%, #8fc24a 100%); color: #08160c }
.bot10 { background: linear-gradient(135deg, #1a2e0c 0%, #b8e04a 100%); color: #08160c }
.bot11 { background: linear-gradient(135deg, #082820 0%, #4fd0c2 100%); color: #07140d }
.bot12 { background: linear-gradient(135deg, #1e2a10 0%, #cfd9a0 100%); color: #08160c }

.slotile h3 { font-family: "Geologica", system-ui, sans-serif; font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 600 }
.slotile p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.slotile__btn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13px; font-weight: 600;
  border: 1px solid var(--line); transition: all .15s;
}
.slotile__btn:hover { background: var(--acc); border-color: var(--acc); color: #08130a; text-decoration: none }

.makers { margin: 22px 0 0 }
.makers__title { font-size: 12px; color: var(--acc-2); margin-bottom: 10px; letter-spacing: 1.3px; text-transform: uppercase; font-weight: 600 }
.makers__list { display: flex; flex-wrap: wrap; gap: 8px }
.makers__list span {
  padding: 6px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== VODKA BET ===== */
.vbet {
  background:
    radial-gradient(640px 340px at 14% 30%, rgba(195, 207, 194, .05) 0%, transparent 68%),
    rgba(16, 26, 18, .5);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
}
.vbet__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.btbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.btbox:hover { border-color: var(--acc) }
.btbox__h { font-family: "Forum", Georgia, serif; font-size: 18px; margin-bottom: 10px; color: var(--acc) }
.btbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* ===== MIRROR ===== */
.mirror__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 22px;
}
.mbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.mbox:hover { border-color: var(--acc-2) }
.mbox__h { font-family: "Forum", Georgia, serif; font-size: 17px; margin-bottom: 10px; color: var(--acc-2) }
.mbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.58 }

.mirror__state {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}
.strow {
  display: grid; grid-template-columns: 2fr 1.4fr 1fr; gap: 10px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
  font-size: 14px; color: var(--txt-d);
}
.strow:last-child { border-bottom: 0 }
.strow--head {
  background: var(--bg-3);
  color: var(--acc-2); font-size: 12px; text-transform: uppercase; letter-spacing: 1px;
}
.strow span:first-child { color: var(--txt); font-family: "Geologica", system-ui, sans-serif }
.strow .ok { color: var(--acc) }
.strow .wait { color: var(--warn) }

/* ===== LOYALTY / RUNGS ===== */
.rungs {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.rung {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 11px 8px;
  text-align: center;
}
.rung:nth-child(1) { transform: translateY(0) }
.rung:nth-child(2) { transform: translateY(-6px) }
.rung:nth-child(3) { transform: translateY(-12px) }
.rung:nth-child(4) { transform: translateY(-18px); border-color: var(--acc); background: var(--bg-2) }
.rung:nth-child(5) { transform: translateY(-24px); border-color: var(--acc); background: var(--bg-2) }
.rung:nth-child(6) { transform: translateY(-30px); border-color: var(--acc); background: linear-gradient(135deg, var(--bg-2), rgba(155, 194, 74, .12)) }
.rung__name {
  font-family: "Forum", Georgia, serif;
  font-size: 14px; color: var(--txt);
  display: block; line-height: 1.05; margin-bottom: 5px;
}
.rung__cb { font-size: 11px; color: var(--txt-d) }
.rung:nth-child(6) .rung__name { color: var(--acc) }

.perk__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 26px;
}
.perkbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.perkbox:hover { border-color: var(--acc) }
.perkbox__h { font-family: "Forum", Georgia, serif; font-size: 18px; margin-bottom: 10px; color: var(--acc) }
.perkbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* ===== TOURNAMENT / CONTEST ===== */
.contest {
  background:
    radial-gradient(640px 360px at 50% 40%, rgba(155, 194, 74, .1) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.contest__btns { margin: 22px 0 28px }
.contest__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.contest__kpi > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.contest__kpi span {
  font-family: "Forum", Georgia, serif;
  font-size: 24px; color: var(--acc); margin-bottom: 4px;
}
.contest__kpi .ck-lbl { font-size: 14px; color: var(--txt); font-style: normal; font-weight: 600 }
.contest__kpi .ck-sub { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== LIVE / LIVEDESK ===== */
.live__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.lvtile {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden; position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.lvtile:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -16px rgba(155, 194, 74, .4);
}
.lvtile__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Forum", Georgia, serif;
  font-size: 20px; color: rgba(238, 244, 234, .94);
  padding: 12px; text-align: center; line-height: 1.12;
  position: relative; overflow: hidden;
}
.lvb1 { background: linear-gradient(135deg, #163a16 0%, #9bc24a 100%); color: #08160c }
.lvb2 { background: linear-gradient(135deg, #082820 0%, #4fd0a0 100%); color: #07140d }
.lvb3 { background: linear-gradient(135deg, #20300c 0%, #c3e07a 100%); color: #08160c }
.lvb4 { background: linear-gradient(135deg, #2a2608 0%, #d8c373 100%); color: #08160c }
.lvb5 { background: linear-gradient(135deg, #14241a 0%, #aab6a0 100%); color: #07140d }
.lvb6 { background: linear-gradient(135deg, #1a2e0c 0%, #b8e04a 100%); color: #08160c }

.lvtile__b { padding: 14px 16px 16px; position: relative }
.lvtile__t { font-family: "Geologica", system-ui, sans-serif; font-weight: 600; font-size: 16px; margin-bottom: 4px }
.lvtile__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.lvtile__m { font-size: 13px; color: var(--acc); font-weight: 600; margin-bottom: 4px }
.lvtile__p { font-size: 12px; color: var(--txt-dd) }
.lvtile__on {
  position: absolute; top: 12px; right: 16px;
  background: var(--acc); color: #08130a;
  padding: 3px 10px; border-radius: 5px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW / PROFILE ===== */
.profile h3 {
  border-left: 3px solid var(--acc);
  padding-left: 14px; margin-top: 30px;
}
.profile p { color: var(--txt); line-height: 1.72 }
.sealrow {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.sealchip {
  padding: 7px 13px;
  background: var(--bg-2);
  border: 1px solid var(--acc);
  border-radius: 5px;
  font-size: 12px; color: var(--txt); letter-spacing: .3px;
}

/* ===== REVIEWS / GUESTNOTES ===== */
.note__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.notebox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.notebox__stars { color: var(--acc); font-size: 16px; letter-spacing: 4px }
.notebox__stars--four .star-off { color: var(--line-2) }
.notebox__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.notebox__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.notebox__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--acc), var(--hot));
  border-radius: 50%; color: #08130a; font-weight: 700; font-size: 14px;
  flex: none;
}

/* ===== PAYMENTS / TILLROOM ===== */
.till__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0;
}
.tillbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.tillbox .tb-h { font-size: 15px; color: var(--txt); font-weight: 600 }
.tillbox .tb-s { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: .8px }

.till__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.till__times > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.till__times .tt-h {
  font-family: "Forum", Georgia, serif;
  font-size: 17px; color: var(--acc);
}
.till__times .tt-s { font-size: 12px; color: var(--txt-d) }

/* ===== FINAL CTA / LASTPOUR ===== */
.lastpour {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(155, 194, 74, .15) 0%, transparent 70%),
    var(--bg-2);
  border-radius: var(--r);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.lastpour h2 { margin-bottom: 10px }
.lastpour p { color: var(--txt-d); margin-bottom: 24px }

/* ===== AUTHOR NOTE / MAKERNOTE ===== */
.makernote {
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: rgba(16, 26, 18, .45);
  margin: 32px 22px; max-width: none;
}
.makernote p { color: var(--txt-d); font-size: 14.5px; line-height: 1.72; max-width: 880px }

/* ===== FAQ ===== */
.faqroom h2 { margin-bottom: 22px }
details {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
details[open] { border-color: var(--acc) }
summary {
  cursor: pointer; font-weight: 600; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
  color: var(--txt);
}
summary::-webkit-details-marker { display: none }
summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  border: 1px solid var(--line); border-radius: 5px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--acc); font-size: 16px;
  transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--acc) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.66 }

/* ===== FOOTER / CELLAR ===== */
.cellar {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(10, 17, 12, .6);
}
.cellar__top {
  max-width: var(--wrap); margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.cellar__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.cellar__logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px }
.cellar__name { display: flex; flex-direction: column; line-height: 1.15 }
.cellar__name .cl-strong { color: var(--txt); font-family: "Forum", Georgia, serif; font-size: 17px; margin-bottom: 2px }
.cellar__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.66 }
.cellar__legal .cl-em { color: var(--acc) }
.cellar__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px }
.cellar__col h4 {
  font-family: "Geologica", system-ui, sans-serif;
  font-size: 12px; color: var(--acc-2); font-weight: 600;
  text-transform: uppercase; letter-spacing: 1.5px;
  margin: 0 0 12px;
}
.cellar__col ul { list-style: none; padding: 0; margin: 0 }
.cellar__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default; transition: color .15s;
}
.cellar__col li:hover { color: var(--txt) }
.cellar__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 22px;
  max-width: var(--wrap); margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--txt-dd);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .pour__grid { grid-template-columns: 1fr }
  .vbet__grid { grid-template-columns: 1fr }
  .till__grid { grid-template-columns: repeat(3, 1fr) }
  .contest__kpi { grid-template-columns: repeat(2, 1fr) }
  .note__grid { grid-template-columns: 1fr }
  .mirror__grid { grid-template-columns: 1fr }
  .cellar__top { grid-template-columns: 1fr }
  .tally { grid-template-columns: repeat(3, 1fr) }
  .tally__cell:nth-child(4), .tally__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .rungs { grid-template-columns: repeat(3, 1fr) }
  .rung { transform: none !important }
}

@media (max-width: 880px) {
  .opener { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .opener__art { order: -1 }
  .shelfnav { display: none }
  .shelfbar { padding: 11px 14px }
  section { padding: 38px 16px }
  .pour, .vbet, .contest, .lastpour, .makernote { padding: 36px 18px; margin: 22px 14px }
  .begin__grid { grid-template-columns: 1fr }
  .perk__grid { grid-template-columns: 1fr }
  .strow { grid-template-columns: 1.6fr 1fr; }
  .strow span:nth-child(3) { display: none }
  .cellar__top { padding: 30px 16px 22px; gap: 22px }
  .cellar__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .tally { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .tally__cell { padding: 4px 10px }
  .till__times { grid-template-columns: 1fr }
  .gauge { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .shelf__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .live__grid { grid-template-columns: 1fr }
  .slotile h3 { font-size: 13px }
  .slotile p { font-size: 11px }
  .slotile__cover { font-size: 17px }
  .opener__btns { flex-direction: column; align-items: stretch }
  .gobtn--big { width: 100% }
  .till__grid { grid-template-columns: repeat(2, 1fr) }
  .contest__kpi { grid-template-columns: 1fr }
  .cellar__cols { grid-template-columns: 1fr }
  .rungs { grid-template-columns: repeat(2, 1fr) }
}
