/* clubvulkan777s1.pro — онлайн-казино и игровой клуб Вулкан 777 / Vulkan 777.
   Палитра: «Пурпурная королевская ложа» — аубержин-нуар фон + аметист-фиолет + платина.
   Шрифты: Prata (заголовки) + Ruda (текст). */

:root {
  --bg: #0d0817;
  --bg-2: #160f24;
  --bg-3: #1f1633;
  --line: #2c2342;
  --line-2: #3d3158;
  --txt: #efeaf6;
  --txt-d: #b1a6c4;
  --txt-dd: #80758f;
  --violet: #9b5de5;
  --violet-d: #8242d6;
  --plat: #c4cad8;
  --plat-d: #aab2c4;
  --lilac: #cbb2f5;
  --r: 13px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.65 "Ruda", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1060px 600px at 84% -12%, rgba(155, 93, 229, .18) 0%, transparent 60%),
    radial-gradient(820px 600px at -10% 58%, rgba(196, 202, 216, .07) 0%, transparent 60%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--violet); text-decoration: none }
a:hover { text-decoration: underline }

.skip {
  position: absolute; top: -42px; left: 8px;
  padding: 8px 12px; background: var(--violet); color: #150920;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.skip:focus { top: 8px }

/* ===== HEADING FONT ===== */
h1, h2, h3,
.sigil__t, .kicker, .ribbon, .stride__name, .tranche__step, .move__h, .felt__tag {
  font-family: "Prata", Georgia, "Times New Roman", serif;
  font-weight: 400;
}

/* ===== RAILBAR / HEADER ===== */
.railbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(13, 8, 23, .86);
  backdrop-filter: blur(11px);
  position: sticky; top: 0; z-index: 50;
}
.sigil { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.sigil:hover { text-decoration: none }
.sigil__svg {
  width: 33px; height: 33px; flex: none;
  filter: drop-shadow(0 0 10px rgba(155, 93, 229, .55));
}
.sigil__t { font-size: 18px; line-height: 1; letter-spacing: .3px }
.sigil__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2px; font-weight: 600; margin-top: 5px; text-transform: uppercase;
  font-family: "Ruda", sans-serif;
}
.jumps { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.jumps a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0; font-weight: 600;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.jumps a:hover { color: var(--violet); border-bottom-color: var(--violet); text-decoration: none }

/* ===== ENTER / BUTTONS ===== */
.enter {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 9px;
  font-weight: 700; font-size: 14px; letter-spacing: .4px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s, border-color .2s, color .2s;
  cursor: pointer;
}
.enter:hover { text-decoration: none; transform: translateY(-1px) }
.enter--sm { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.enter--lg { padding: 15px 28px; font-size: 15px; border-radius: 11px }
.enter--fill {
  background: linear-gradient(120deg, var(--violet) 0%, var(--plat) 100%);
  color: #150920; border: 0;
  box-shadow: 0 12px 30px -10px rgba(155, 93, 229, .65);
}
.enter--fill:hover { box-shadow: 0 16px 40px -8px rgba(196, 202, 216, .55) }
.enter--line { background: transparent; color: var(--txt); border-color: var(--line-2) }
.enter--line:hover { border-color: var(--violet); color: var(--violet) }

/* ===== LEDGER STRIP ===== */
.ledger {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 0;
  padding: 10px 24px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(155, 93, 229, .07), rgba(196, 202, 216, .04));
  font-size: 13px;
}
.ledger__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px; border-right: 1px solid var(--line); align-items: flex-start;
}
.ledger__cell:last-child { border-right: 0 }
.ledger__n { font-weight: 800; font-size: 16px; color: var(--violet); letter-spacing: .2px }
.ledger__l { font-size: 11px; color: var(--txt-d); letter-spacing: .4px; text-transform: uppercase }

/* ===== SALON / HERO ===== */
.salon {
  display: grid; grid-template-columns: 1.12fr 1fr; gap: 38px;
  padding: 50px 24px 34px; max-width: 1240px; margin: 0 auto; align-items: center;
}
.ribbon {
  display: inline-block;
  font-size: 12px; letter-spacing: 1.2px; color: var(--lilac);
  background: rgba(155, 93, 229, .1);
  border: 1px solid rgba(155, 93, 229, .32);
  padding: 6px 13px; border-radius: 999px;
  margin: 0 0 18px; text-transform: uppercase;
}
h1 {
  font-size: clamp(28px, 4.2vw, 47px); line-height: 1.14;
  margin: 0 0 18px; letter-spacing: .1px;
}
.shine {
  background: linear-gradient(120deg, var(--violet), var(--plat));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.salon__sub { color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.68 }
.salon__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.salon__art { margin: 0 }
.salon__art-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(440px 320px at 50% 26%, rgba(155, 93, 229, .26), transparent 62%),
    radial-gradient(360px 300px at 70% 84%, rgba(196, 202, 216, .12), transparent 64%),
    linear-gradient(140deg, #110a1e 0%, #18102a 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(155, 93, 229, .45);
}
.salon__art figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd); font-style: italic; text-align: right;
}

/* ===== FACTS INLINE ===== */
.facts {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.facts__i { display: flex; flex-direction: column; gap: 2px }
.facts__n { font-size: 26px; font-weight: 800; color: var(--violet); letter-spacing: .2px }
.facts__l { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1px }

/* ===== SECTIONS GENERAL ===== */
section { max-width: 1240px; margin: 0 auto; padding: 58px 24px }
section.salon, section.purse { padding-top: 36px }
.kicker {
  display: inline-block;
  font-size: 13px; letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--lilac); margin: 0 0 10px;
}
h2 { font-size: clamp(23px, 3.1vw, 33px); line-height: 1.24; margin: 0 0 16px }
h3 {
  font-size: clamp(17px, 2vw, 21px); line-height: 1.34;
  margin: 26px 0 10px; color: var(--lilac); letter-spacing: .1px;
}
p { margin: 0 0 14px; color: var(--txt) }
.brief { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 810px }

/* ===== ONSET / STEPS ===== */
.onset__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px }
.move {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 24px; position: relative;
}
.move__n {
  position: absolute; top: 14px; right: 22px;
  font-size: 56px; font-weight: 800; line-height: 1; color: var(--bg-3);
}
.move__h { font-size: 19px; margin-bottom: 12px; color: var(--violet) }
.move p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== PURSE / WELCOME ===== */
.purse {
  background:
    radial-gradient(720px 360px at 82% 24%, rgba(196, 202, 216, .07) 0%, transparent 70%),
    rgba(22, 15, 36, .58);
  border: 1px solid var(--line); border-radius: var(--r);
  margin: 32px 24px; max-width: none;
}
.purse__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 22px 0 24px;
}
.tranche {
  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;
}
.tranche:hover { border-color: var(--violet); transform: translateY(-2px) }
.tranche::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(155, 93, 229, .09), transparent 60%);
  pointer-events: none;
}
.tranche__step { font-size: 13px; color: var(--lilac); letter-spacing: 1.5px; margin-bottom: 8px; text-transform: uppercase }
.tranche__pct { font-size: 30px; font-weight: 800; line-height: 1; color: var(--violet); margin-bottom: 8px }
.tranche__t { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.tranche__s { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== TROVE / SLOT GRID ===== */
.trove__grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.reel {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.reel:hover {
  transform: translateY(-3px); border-color: var(--violet);
  box-shadow: 0 18px 36px -14px rgba(155, 93, 229, .42);
}
.reel__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 21px; color: rgba(239, 234, 246, .96);
  text-align: center; padding: 14px; letter-spacing: .2px; line-height: 1.15; text-transform: uppercase;
  position: relative; overflow: hidden;
}
.reel__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.44) 100%); pointer-events: none;
}
.rl1 { background: linear-gradient(135deg, #1c0f33 0%, #9b5de5 100%) }
.rl2 { background: linear-gradient(135deg, #231b33 0%, #c4cad8 100%) }
.rl3 { background: linear-gradient(135deg, #1a0f30 0%, #8a52d8 100%) }
.rl4 { background: linear-gradient(135deg, #261c38 0%, #b39adf 100%) }
.rl5 { background: linear-gradient(135deg, #1c1033 0%, #9b5de5 100%) }
.rl6 { background: linear-gradient(135deg, #211733 0%, #cbb2f5 100%) }
.rl7 { background: linear-gradient(135deg, #1f1330 0%, #a96fe6 100%) }
.rl8 { background: linear-gradient(135deg, #261d38 0%, #b6becd 100%) }
.rl9 { background: linear-gradient(135deg, #1b0f30 0%, #8e57df 100%) }
.rl10 { background: linear-gradient(135deg, #221833 0%, #c4cad8 100%) }
.rl11 { background: linear-gradient(135deg, #1d1133 0%, #9b5de5 100%) }
.rl12 { background: linear-gradient(135deg, #241a36 0%, #cbb2f5 100%) }

.reel h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-family: "Ruda", sans-serif; font-weight: 700 }
.reel p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.reel__btn {
  display: block; padding: 10px; margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt);
  text-align: center; border-radius: 7px; font-size: 13px; font-weight: 700;
  border: 1px solid var(--line); transition: all .15s;
}
.reel__btn:hover { background: var(--violet); border-color: var(--violet); color: #150920; text-decoration: none }

.chipset { margin: 22px 0 0 }
.chipset__h { font-size: 12px; color: var(--lilac); margin-bottom: 10px; letter-spacing: 1.1px; text-transform: uppercase; font-weight: 700 }
.chipset__list { display: flex; flex-wrap: wrap; gap: 8px }
.chipset__list span {
  padding: 6px 12px; background: var(--bg-2); border: 1px solid var(--line);
  border-radius: 999px; font-size: 12px; color: var(--txt-d);
}

/* ===== DERBY / TOURNAMENT ===== */
.derby {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(155, 93, 229, .13) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line); border-radius: var(--r);
  margin: 32px 24px; max-width: none; text-align: center;
}
.derby .brief { margin-left: auto; margin-right: auto }
.derby__btns { margin: 22px 0 28px }
.derby__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 22px }
.dk {
  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; text-align: center;
}
.dk__n { font-size: 22px; font-weight: 800; color: var(--plat); margin-bottom: 4px; letter-spacing: .2px }
.dk__b { font-size: 14px; font-weight: 700; color: var(--txt) }
.dk__i { font-size: 12px; color: var(--txt-d); line-height: 1.4 }

/* ===== CROWN / LOYALTY ===== */
.stair { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin-top: 14px }
.stride {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: 8px;
  padding: 11px 8px; text-align: center; position: relative;
}
.stride:nth-child(1) { transform: translateY(0) }
.stride:nth-child(2) { transform: translateY(-6px) }
.stride:nth-child(3) { transform: translateY(-12px) }
.stride:nth-child(4) { transform: translateY(-18px); border-color: var(--violet); background: var(--bg-2) }
.stride:nth-child(5) { transform: translateY(-24px); border-color: var(--violet); background: var(--bg-2) }
.stride:nth-child(6) { transform: translateY(-30px); border-color: var(--plat); background: linear-gradient(135deg, var(--bg-2), rgba(196, 202, 216, .14)) }
.stride__name {
  font-size: 14px; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 6px; letter-spacing: .3px;
}
.stride__cb { font-size: 11px; color: var(--txt-d) }
.stride:nth-child(6) .stride__name { color: var(--plat) }

.crown__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px }
.boon {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 24px; transition: border-color .2s;
}
.boon:hover { border-color: var(--plat) }
.boon h3 { margin: 0 0 10px; color: var(--plat); font-size: 17px }
.boon p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* ===== LOUNGE / LIVE ===== */
.lounge__grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; margin-top: 22px;
}
.felt {
  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;
}
.felt:hover {
  transform: translateY(-3px); border-color: var(--plat);
  box-shadow: 0 18px 36px -14px rgba(196, 202, 216, .35);
}
.felt__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 18px; color: rgba(239, 234, 246, .96);
  padding: 12px; text-align: center; letter-spacing: .2px; text-transform: uppercase;
  position: relative; overflow: hidden;
}
.fl1 { background: linear-gradient(135deg, #1c0f33 0%, #9b5de5 100%) }
.fl2 { background: linear-gradient(135deg, #231b33 0%, #c4cad8 100%) }
.fl3 { background: linear-gradient(135deg, #1a0f30 0%, #8a52d8 100%) }
.fl4 { background: linear-gradient(135deg, #261c38 0%, #b39adf 100%) }
.fl5 { background: linear-gradient(135deg, #1c1033 0%, #9b5de5 100%) }
.fl6 { background: linear-gradient(135deg, #211733 0%, #cbb2f5 100%) }

.felt__b { padding: 14px 16px 16px; position: relative }
.felt__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.felt__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.felt__m { font-size: 13px; color: var(--lilac); font-weight: 600; margin-bottom: 4px }
.felt__p { font-size: 12px; color: var(--txt-dd) }
.felt__tag {
  position: absolute; top: 12px; right: 14px;
  background: var(--plat); color: #1a1626;
  padding: 3px 11px; border-radius: 999px;
  font-size: 11px; letter-spacing: 1px; text-transform: uppercase;
}

/* ===== MANOR / BRAND ===== */
.manor h3 { border-left: 3px solid var(--violet); padding-left: 14px; margin-top: 30px; color: var(--lilac) }
.manor p { color: var(--txt); line-height: 1.74 }
.stamps {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.stamp {
  padding: 7px 13px; background: var(--bg-2); border: 1px solid var(--violet);
  border-radius: 999px; font-size: 12px; color: var(--txt); letter-spacing: .3px;
}

/* ===== CHORUS / REVIEWS ===== */
.chorus__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px }
.say {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 24px; display: flex; flex-direction: column; gap: 14px;
}
.say__stars { color: var(--plat); font-size: 16px; letter-spacing: 4px }
.say__off { color: var(--line-2) }
.say__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.say__m {
  display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.say__a {
  display: flex; align-items: center; justify-content: center; width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--violet), var(--plat));
  border-radius: 50%; color: #150920; font-weight: 800; font-size: 14px; flex: none;
}

/* ===== COUNTER / PAYMENTS ===== */
.counter__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin: 22px 0 }
.lane {
  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;
}
.lane__b { font-size: 15px; color: var(--txt); font-weight: 800 }
.lane__i { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: .6px }
.counter__times { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 8px }
.beat {
  background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--r-s);
  padding: 14px 18px; display: flex; flex-direction: column; gap: 4px;
}
.beat__b { font-size: 16px; color: var(--violet); font-weight: 800 }
.beat__s { font-size: 12px; color: var(--txt-d) }

/* ===== EDITOR / AUTHOR ===== */
.editor {
  background: rgba(22, 15, 36, .52);
  border: 1px solid var(--line); border-left: 3px solid var(--plat);
  border-radius: var(--r); margin: 32px 24px; max-width: none;
}
.editor p { color: var(--txt-d); line-height: 1.74; font-size: 15px }

/* ===== DOORWAY / FINAL ===== */
.doorway {
  text-align: center; padding: 58px 24px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(196, 202, 216, .12) 0%, transparent 70%),
    var(--bg-2);
  border-radius: var(--r); margin: 32px 24px; border: 1px solid var(--line); max-width: none;
}
.doorway h2 { margin-bottom: 10px }
.doorway p { color: var(--txt-d); margin-bottom: 24px }

/* ===== ASKS / FAQ ===== */
.asks 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(--violet) }
summary {
  cursor: pointer; font-weight: 700; list-style: none;
  position: relative; padding-right: 32px; display: flex; align-items: center; min-height: 24px;
}
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: 6px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; color: var(--violet); font-size: 16px; transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--violet) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.66 }

/* ===== FOOTINGS / FOOTER ===== */
.footings { margin-top: 24px; border-top: 1px solid var(--line); background: rgba(13, 8, 23, .62) }
.footings__top {
  max-width: 1240px; margin: 0 auto; padding: 42px 24px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.footings__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.footings__logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px }
.footings__logo span { display: flex; flex-direction: column; line-height: 1.1 }
.footings__name { color: var(--txt); font-size: 16px; font-weight: 800; margin-bottom: 2px; letter-spacing: .3px }
.footings__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.footings__op { color: var(--violet) }
.footings__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px }
.footings__col h4 {
  font-size: 12px; color: var(--lilac); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.3px; margin: 0 0 12px;
}
.footings__col ul { list-style: none; padding: 0; margin: 0 }
.footings__col li { font-size: 13px; color: var(--txt-d); padding: 4px 0; cursor: default; transition: color .15s }
.footings__col li:hover { color: var(--txt) }
.footings__bottom {
  border-top: 1px solid var(--line); padding: 16px 24px;
  max-width: 1240px; 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) {
  .purse__grid { grid-template-columns: repeat(2, 1fr) }
  .counter__grid { grid-template-columns: repeat(3, 1fr) }
  .derby__grid { grid-template-columns: repeat(2, 1fr) }
  .chorus__grid { grid-template-columns: 1fr }
  .footings__top { grid-template-columns: 1fr }
  .ledger { grid-template-columns: repeat(3, 1fr) }
  .ledger__cell:nth-child(4), .ledger__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .stair { grid-template-columns: repeat(3, 1fr) }
  .stride { transform: none !important }
}

@media (max-width: 880px) {
  .salon { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .salon__art { order: -1 }
  .jumps { display: none }
  .railbar { padding: 11px 15px }
  section { padding: 38px 16px }
  .purse, .derby, .doorway, .editor { padding: 36px 18px; margin: 22px 14px }
  .onset__grid { grid-template-columns: 1fr }
  .crown__grid { grid-template-columns: 1fr }
  .footings__top { padding: 30px 16px 22px; gap: 22px }
  .footings__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .ledger { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .ledger__cell { padding: 4px 10px }
  .counter__times { grid-template-columns: 1fr }
  .facts { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .trove__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .lounge__grid { grid-template-columns: 1fr }
  .purse__grid { grid-template-columns: 1fr }
  .reel h3 { font-size: 13px }
  .reel p { font-size: 11px }
  .reel__cover { font-size: 16px }
  .salon__btns { flex-direction: column; align-items: stretch }
  .enter--lg { width: 100% }
  .counter__grid { grid-template-columns: repeat(2, 1fr) }
  .derby__grid { grid-template-columns: 1fr }
  .footings__cols { grid-template-columns: 1fr }
  .stair { grid-template-columns: repeat(2, 1fr) }
}
