﻿/* beef742.buzz - Beef Ranch. Visual direction: modern luxury ranch. Palette: dark brown, black, sand, copper, burgundy. Fonts: Prata + Commissioner. */

:root {
  --bg: #0D0C10;
  --bg-2: #17151A;
  --bg-3: #241D22;
  --panel: #1D181C;
  --line: #5A4544;
  --line-soft: rgba(241, 227, 204, 0.25);
  --txt: #F1E3CC;
  --txt-d: #C8B9A4;
  --txt-dd: #C8B9A4;
  --acc: #B98757;
  --acc-2: #C5A678;
  --acc-3: #D7BF95;
  --hot: #8E3D50;
  --good: #9FAB8F;
  --ink: #09080B;
  --on-acc: #FFFFFF;
  --r: 18px;
  --r-s: 12px;
  --shadow: 0 26px 80px -30px rgba(0, 0, 0, 0.58);
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.65 "Commissioner", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    linear-gradient(180deg, rgba(196, 122, 66, 0.08) 0%, transparent 22%),
    radial-gradient(900px 560px at 85% -10%, rgba(210, 174, 114, 0.14) 0%, transparent 60%),
    radial-gradient(760px 540px at -10% 52%, rgba(196, 122, 66, 0.10) 0%, transparent 58%),
    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: none }
.batch-hl { color: var(--acc); font-weight: 700 }

.batch-skip {
  position: absolute;
  top: -48px;
  left: 10px;
  padding: 10px 14px;
  background: var(--acc);
  color: var(--on-acc);
  border-radius: 10px;
  z-index: 100;
  font-weight: 800;
}
.batch-skip:focus { top: 10px }

.batch-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(11, 8, 7, 0.88);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 50;
}
.batch-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--txt);
}
.batch-logo__svg {
  width: 36px;
  height: 36px;
  flex: none;
  filter: drop-shadow(0 0 16px rgba(196, 122, 66, 0.26));
}
.batch-logo__t {
  font-family: "Commissioner", sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 22px;
  letter-spacing: -0.4px;
}
.batch-logo__sub {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  color: var(--txt-d);
  letter-spacing: 2.3px;
  text-transform: uppercase;
  font-weight: 700;
}
.batch-nav {
  display: flex;
  gap: 10px;
  margin-left: auto;
  flex-wrap: wrap;
}
.batch-nav a {
  color: var(--txt-d);
  font-size: 13px;
  font-weight: 700;
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(21, 16, 13, 0.35);
  transition: color 0.15s, border-color 0.15s, background 0.15s, transform 0.15s;
}
.batch-nav a:hover {
  color: var(--txt);
  border-color: rgba(196, 122, 66, 0.35);
  background: rgba(196, 122, 66, 0.08);
  transform: translateY(-1px);
}

.batch-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 999px;
  font-family: "Commissioner", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: transform 0.16s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
  cursor: pointer;
  letter-spacing: 0.1px;
}
.batch-cta:hover { transform: translateY(-1px) }
.batch-cta--small {
  background: rgba(21, 16, 13, 0.92);
  color: var(--txt);
  border-color: var(--line);
}
.batch-cta--small:hover {
  background: rgba(196, 122, 66, 0.10);
  border-color: rgba(196, 122, 66, 0.35);
}
.batch-cta--big {
  padding: 15px 28px;
  font-size: 15px;
}
.batch-cta--hot {
  background: linear-gradient(125deg, var(--acc) 0%, var(--hot) 100%);
  color: var(--on-acc);
  box-shadow: 0 18px 42px -20px rgba(196, 122, 66, 0.82);
}
.batch-cta--ghost {
  color: var(--txt);
  background: transparent;
  border-color: rgba(242, 223, 192, 0.18);
}
.batch-cta--ghost:hover {
  border-color: rgba(210, 174, 114, 0.40);
  color: var(--acc-2);
}

.batch-metr {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding: 14px 22px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(196, 122, 66, 0.08), rgba(210, 174, 114, 0.05));
}
.batch-metr__cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  background: rgba(21, 16, 13, 0.48);
}
.batch-metr__num {
  font-family: "Commissioner", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: var(--txt);
}
.batch-metr__lbl {
  color: var(--txt-dd);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.batch-hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 38px;
  padding: 48px 22px 34px;
  max-width: 1240px;
  margin: 0 auto;
  align-items: center;
}
.batch-hero__chip {
  display: inline-block;
  margin: 0 0 18px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(196, 122, 66, 0.34);
  background: rgba(196, 122, 66, 0.08);
  color: var(--acc);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
h1 {
  margin: 0 0 18px;
  font-family: "Commissioner", sans-serif;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.8px;
  font-weight: 800;
}
.batch-acc { color: var(--acc) }
.batch-hero__sub {
  margin: 0 0 14px;
  color: var(--txt-d);
  font-size: 16px;
  line-height: 1.72;
}
.batch-hero__btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 24px 0 28px;
}
.batch-hero__pic { margin: 0 }
.batch-hero__pic-svg {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 11;
  border-radius: 26px;
  border: 1px solid rgba(242, 223, 192, 0.10);
  background:
    radial-gradient(360px 320px at 20% 20%, rgba(196, 122, 66, 0.18), transparent 65%),
    radial-gradient(420px 320px at 82% 82%, rgba(210, 174, 114, 0.18), transparent 65%),
    linear-gradient(145deg, #F7F4ED 0%, #E7ECE9 100%);
  box-shadow: var(--shadow);
}
.batch-hero__pic figcaption {
  margin-top: 12px;
  font-size: 12px;
  color: var(--txt-dd);
  text-align: right;
}
.batch-kpi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.batch-kpi__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 12px 10px;
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  background: rgba(19, 13, 10, 0.76);
}
.batch-kpi__num {
  font-family: "Commissioner", sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: var(--txt);
  letter-spacing: -0.5px;
}
.batch-kpi__lbl {
  color: var(--txt-dd);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 56px 22px;
}
section.batch-hero,
section.batch-welcome { padding-top: 36px }
.batch-ovrline {
  display: inline-block;
  margin: 0 0 12px;
  color: var(--acc-3);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
h2 {
  margin: 0 0 16px;
  font-family: "Commissioner", sans-serif;
  font-size: clamp(24px, 3.1vw, 36px);
  line-height: 1.14;
  letter-spacing: -0.6px;
  font-weight: 800;
}
h3 {
  margin: 26px 0 10px;
  font-family: "Commissioner", sans-serif;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.3;
  color: var(--acc-2);
  font-weight: 700;
}
p { margin: 0 0 14px }
.batch-lead {
  max-width: 820px;
  margin-bottom: 24px;
  color: var(--txt-d);
  font-size: 16px;
}

.batch-welcome {
  max-width: none;
  margin: 34px 22px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(196, 122, 66, 0.06), transparent 45%),
    rgba(11, 8, 7, 0.84);
  overflow: hidden;
}
.batch-welcome__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 22px 0 24px;
}
.batch-wbox {
  position: relative;
  padding: 22px 20px;
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.02), transparent 50%),
    rgba(21, 16, 13, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.15s, border-color 0.18s;
}
.batch-wbox:hover {
  transform: translateY(-2px);
  border-color: rgba(196, 122, 66, 0.35);
}
.batch-wbox::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(196, 122, 66, 0.65), transparent 72%);
}
.batch-wbox__step {
  margin: 10px 0 8px;
  color: var(--acc-3);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.batch-wbox__pct {
  margin-bottom: 8px;
  font-family: "Commissioner", sans-serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
  color: var(--txt);
}
.batch-wbox__title {
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 15px;
}
.batch-wbox__sub {
  color: var(--txt-d);
  font-size: 13px;
  line-height: 1.56;
}

.batch-steps3__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 22px;
}
.batch-sbox {
  padding: 24px;
  border-radius: 22px;
  border: 1px solid var(--line-soft);
  background: rgba(19, 13, 10, 0.86);
}
.batch-sbox__num {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(196, 122, 66, 0.18), rgba(210, 174, 114, 0.15));
  color: var(--txt);
  font-family: "Commissioner", sans-serif;
  font-weight: 800;
  font-size: 20px;
}
.batch-sbox__head {
  margin-bottom: 8px;
  font-family: "Commissioner", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.batch-sbox p {
  color: var(--txt-d);
  margin: 0;
}

.batch-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin: 22px 0;
}
.batch-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 22px;
  background: rgba(19, 13, 10, 0.86);
  transition: transform 0.16s, border-color 0.18s;
}
.batch-card:hover {
  transform: translateY(-2px);
  border-color: rgba(210, 174, 114, 0.35);
}
.batch-card__cover {
  min-height: 110px;
  display: grid;
  place-items: end start;
  padding: 18px;
  font-family: "Commissioner", sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.5px;
  color: var(--txt);
  border-bottom: 1px solid rgba(242, 223, 192, 0.08);
  background:
    linear-gradient(135deg, rgba(196, 122, 66, 0.22), rgba(210, 174, 114, 0.10)),
    #1A120F;
}
.batch-cv-1, .batch-cv-5, .batch-cv-9, .batch-cv-13 { background: linear-gradient(135deg, rgba(196, 122, 66, 0.30), rgba(210, 174, 114, 0.10)), #1A120F }
.batch-cv-2, .batch-cv-6, .batch-cv-10, .batch-cv-14 { background: linear-gradient(135deg, rgba(210, 174, 114, 0.24), rgba(196, 122, 66, 0.10)), #1A120F }
.batch-cv-3, .batch-cv-7, .batch-cv-11, .batch-cv-15 { background: linear-gradient(135deg, rgba(181, 138, 53, 0.20), rgba(196, 122, 66, 0.10)), #1A120F }
.batch-cv-4, .batch-cv-8, .batch-cv-12 { background: linear-gradient(135deg, rgba(196, 122, 66, 0.18), rgba(181, 138, 53, 0.15)), #1A120F }
.batch-card h3 {
  margin: 16px 16px 8px;
  color: var(--txt);
  font-size: 18px;
}
.batch-card p {
  margin: 0 16px 16px;
  color: var(--txt-d);
  font-size: 13px;
}
.batch-card__btn {
  margin: auto 16px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(196, 122, 66, 0.10);
  border: 1px solid rgba(196, 122, 66, 0.22);
  color: var(--txt);
  font-weight: 800;
  font-size: 13px;
}
.batch-card__btn:hover {
  background: rgba(196, 122, 66, 0.16);
}
.batch-prov {
  margin-top: 16px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid var(--line-soft);
  background: rgba(19, 13, 10, 0.78);
}
.batch-prov__title {
  margin-bottom: 12px;
  font-size: 13px;
  color: var(--acc-3);
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.batch-prov__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.batch-prov__list span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(21, 16, 13, 0.92);
  border: 1px solid rgba(242, 223, 192, 0.08);
  color: var(--txt-d);
  font-size: 13px;
  font-weight: 700;
}

.batch-ladder {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin: 22px 0 20px;
}
.batch-ladder__step {
  padding: 18px 14px;
  border-radius: 20px;
  border: 1px solid var(--line-soft);
  background:
    linear-gradient(180deg, rgba(210, 174, 114, 0.08), rgba(196, 122, 66, 0.04)),
    rgba(19, 13, 10, 0.84);
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.batch-ladder__name {
  font-family: "Commissioner", sans-serif;
  font-size: 19px;
  font-weight: 800;
  color: var(--txt);
}
.batch-ladder__cb {
  margin-top: 8px;
  color: var(--txt-d);
  font-size: 13px;
  font-weight: 700;
}
.batch-loy__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.batch-lbox {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--line-soft);
  background: rgba(19, 13, 10, 0.82);
}
.batch-lbox__h {
  margin-bottom: 10px;
  font-family: "Commissioner", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--acc-2);
}
.batch-lbox p {
  margin: 0;
  color: var(--txt-d);
}

.batch-tour {
  max-width: 1180px;
  padding: 58px 28px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background:
    radial-gradient(580px 240px at 50% 0%, rgba(196, 122, 66, 0.11) 0%, transparent 72%),
    rgba(11, 8, 7, 0.88);
  text-align: center;
}
.batch-tour .batch-lead {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.batch-tour__btns { margin: 22px 0 28px }
.batch-tour__kpi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.batch-tour__kpi > div {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--line-soft);
  background: rgba(21, 16, 13, 0.72);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.batch-tour__kpi span {
  display: block;
  font-family: "Commissioner", sans-serif;
  font-size: 27px;
  font-weight: 800;
  color: var(--txt);
}
.batch-tour__kpi .batch-b {
  font-size: 14px;
  font-weight: 800;
  color: var(--txt);
}
.batch-tour__kpi i {
  font-style: normal;
  font-size: 12px;
  color: var(--txt-d);
}

.batch-live__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 22px;
}
.batch-lvbox {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--line-soft);
  background: rgba(19, 13, 10, 0.84);
}
.batch-lvbox__cover {
  min-height: 108px;
  display: grid;
  place-items: end start;
  padding: 16px;
  font-family: "Commissioner", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  color: var(--txt);
  background:
    linear-gradient(135deg, rgba(210, 174, 114, 0.24), rgba(196, 122, 66, 0.16)),
    #1A120F;
}
.batch-lv-1, .batch-lv-5 { background: linear-gradient(135deg, rgba(196, 122, 66, 0.28), rgba(210, 174, 114, 0.12)), #1A120F }
.batch-lv-2, .batch-lv-6 { background: linear-gradient(135deg, rgba(210, 174, 114, 0.25), rgba(181, 138, 53, 0.10)), #1A120F }
.batch-lv-3, .batch-lv-7 { background: linear-gradient(135deg, rgba(181, 138, 53, 0.22), rgba(196, 122, 66, 0.10)), #1A120F }
.batch-lv-4, .batch-lv-8 { background: linear-gradient(135deg, rgba(210, 174, 114, 0.18), rgba(196, 122, 66, 0.18)), #1A120F }
.batch-lvbox__b { padding: 16px }
.batch-lvbox__t {
  margin-bottom: 6px;
  font-family: "Commissioner", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.batch-lvbox__s,
.batch-lvbox__m,
.batch-lvbox__p {
  color: var(--txt-d);
  font-size: 13px;
  margin-bottom: 6px;
}
.batch-lvbox__live {
  display: inline-block;
  margin-top: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(196, 122, 66, 0.12);
  border: 1px solid rgba(196, 122, 66, 0.22);
  color: var(--txt);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.batch-brand p { color: var(--txt); line-height: 1.74 }
.batch-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.batch-bdg {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(21, 16, 13, 0.88);
  border: 1px solid var(--line-soft);
  color: var(--txt);
  font-size: 12px;
  font-weight: 800;
}

.batch-rev__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.batch-rbox {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid var(--line-soft);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 50%),
    rgba(19, 13, 10, 0.86);
}
.batch-rbox__stars,
.batch-rbox__stars--four {
  margin-bottom: 12px;
  color: var(--acc-3);
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 800;
}
.batch-star-off { color: rgba(242, 223, 192, 0.25) }
.batch-rbox__q {
  color: var(--txt-d);
  font-size: 15px;
  line-height: 1.72;
}
.batch-rbox__meta {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--txt-dd);
  font-size: 12px;
  font-weight: 700;
}
.batch-rbox__a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(210, 174, 114, 0.14);
  color: var(--txt);
  font-family: "Commissioner", sans-serif;
  font-weight: 800;
}

.batch-pay__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin: 22px 0 18px;
}
.batch-pbox {
  padding: 18px 14px;
  border-radius: 20px;
  border: 1px solid var(--line-soft);
  background: rgba(19, 13, 10, 0.84);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.batch-pbox .batch-b {
  color: var(--txt);
  font-family: "Commissioner", sans-serif;
  font-size: 18px;
  font-weight: 800;
}
.batch-pbox i {
  font-style: normal;
  color: var(--txt-d);
  font-size: 12px;
}
.batch-pay__times {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.batch-pay__times > div {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--line-soft);
  background: rgba(21, 16, 13, 0.70);
}
.batch-pay__times .batch-b {
  display: block;
  color: var(--txt);
  font-family: "Commissioner", sans-serif;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 4px;
}
.batch-pay__times span {
  font-size: 12px;
  color: var(--txt-d);
}

.batch-author {
  padding: 34px 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.batch-author h2 {
  font-size: clamp(20px, 2.4vw, 28px);
}
.batch-author p {
  max-width: 900px;
  color: var(--txt-d);
  font-size: 14px;
  line-height: 1.72;
}

.batch-final {
  text-align: center;
}
.batch-final h2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.batch-final p {
  max-width: 640px;
  margin: 0 auto 20px;
  color: var(--txt-d);
}

.batch-faq h2 { margin-bottom: 22px }
details {
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  background: rgba(19, 13, 10, 0.84);
  margin-bottom: 12px;
  overflow: hidden;
}
summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-family: "Commissioner", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--txt);
  position: relative;
}
summary::-webkit-details-marker { display: none }
summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--acc);
  font-size: 22px;
  font-weight: 800;
}
details[open] summary::after { content: "−" }
details p {
  padding: 0 22px 20px;
  margin: 0;
  color: var(--txt-d);
}

.batch-foot {
  margin-top: 24px;
  padding: 0 22px 28px;
}
.batch-foot__top {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px 30px 18px 18px;
  background: rgba(11, 8, 7, 0.92);
}
.batch-foot__brand {
  font-size: 14px;
  color: var(--txt-d);
  line-height: 1.7;
}
.batch-foot__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--txt);
}
.batch-foot__logo span {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}
.batch-foot__name {
  margin-bottom: 2px;
  font-family: "Commissioner", sans-serif;
  font-size: 17px;
  font-weight: 800;
}
.batch-foot__legal {
  margin: 0;
  color: var(--txt-dd);
  font-size: 12px;
}
.batch-foot__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.batch-foot__col h4 {
  margin: 0 0 12px;
  font-family: "Commissioner", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.batch-foot__col h4 a {
  color: var(--txt);
}
.batch-foot__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.batch-foot__col li {
  margin: 0 0 8px;
}
.batch-foot__col li a {
  color: var(--txt-d);
  font-size: 13px;
  transition: color 0.15s;
}
.batch-foot__col li a:hover,
.batch-foot__col h4 a:hover {
  color: var(--acc);
}
.batch-foot__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 22px 0;
  color: var(--txt-dd);
  font-size: 11px;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .batch-hero {
    grid-template-columns: 1fr;
  }
  .batch-grid { grid-template-columns: repeat(3, 1fr) }
  .batch-live__grid { grid-template-columns: repeat(2, 1fr) }
  .batch-pay__grid { grid-template-columns: repeat(3, 1fr) }
  .batch-foot__top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 880px) {
  .batch-bar {
    flex-wrap: wrap;
  }
  .batch-nav {
    order: 3;
    width: 100%;
    margin-left: 0;
  }
  .batch-metr {
    grid-template-columns: repeat(2, 1fr);
  }
  .batch-kpi,
  .batch-welcome__grid,
  .batch-tour__kpi,
  .batch-ladder,
  .batch-loy__grid,
  .batch-rev__grid,
  .batch-pay__times,
  .batch-foot__cols {
    grid-template-columns: 1fr;
  }
  .batch-steps3__grid,
  .batch-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  body { font-size: 15px }
  .batch-bar,
  .batch-metr,
  section,
  .batch-foot {
    padding-left: 16px;
    padding-right: 16px;
  }
  .batch-hero {
    padding-left: 16px;
    padding-right: 16px;
  }
  .batch-metr,
  .batch-steps3__grid,
  .batch-grid,
  .batch-live__grid,
  .batch-pay__grid {
    grid-template-columns: 1fr;
  }
  .batch-welcome {
    margin-left: 16px;
    margin-right: 16px;
  }
  .batch-tour {
    padding: 34px 18px;
  }
  summary {
    padding-right: 48px;
  }
  .batch-foot__bottom {
    flex-direction: column;
  }
}

/* Beef Ranch: leather, metal and modern game cards */
:root { color-scheme: dark; }
body { background-color:#0B0807; background-image:linear-gradient(rgba(244,241,234,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(244,241,234,.045) 1px,transparent 1px); background-size:28px 28px; }
.batch-bar,.batch-metr,.batch-register,.batch-welcome,.batch-loyalty,.batch-steps3,.batch-slots,.batch-tour,.batch-live,.batch-brand,.batch-reviews,.batch-pay,.batch-author,.batch-faq { border-radius:8px; box-shadow:none; }
.batch-hero__chip,.batch-ovrline,.batch-metr__num,.batch-wbox__step,.batch-sbox__num,.batch-prov__title { font-family:'Commissioner',monospace; letter-spacing:.08em; }
.batch-hero__pic,.batch-card,.batch-lvbox,.batch-wbox,.batch-lbox,.batch-sbox,.batch-rbox,.batch-pbox { border-radius:8px; box-shadow:none; }
.batch-card,.batch-lvbox,.batch-wbox { clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,0 100%); }
.batch-cta { border-radius:6px; min-height:44px; }
.batch-cta--hot { background:#C47A42; color:#fff; box-shadow:none; }
.batch-cta--ghost { background:transparent; color:#F2DFC0; border-color:#F2DFC0; }
.batch-logo__svg { border-radius:4px; }
.batch-metr__cell:not(:last-child){border-right:1px solid rgba(244,241,234,.18)}
a:focus-visible,button:focus-visible,summary:focus-visible { outline:3px solid #E1C28B; outline-offset:3px; }

.batch-register{
  max-width:1180px;
  margin:24px auto;
  padding:42px;
  background:linear-gradient(135deg,rgba(226,83,104,.12),rgba(102,199,181,.07)),#15100D;
  border:1px solid rgba(244,241,234,.18);
}
.batch-register__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:24px 0}
.batch-register__card{padding:22px;background:#0E1219;border:1px solid rgba(244,241,234,.16);clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,0 100%)}
.batch-register__card span{display:block;margin-bottom:16px;color:#E1C28B;font:700 13px/1 'Commissioner',monospace;letter-spacing:.12em}
.batch-register__card h3{margin:0 0 8px;font-size:18px;color:#F2DFC0}
.batch-register__card p{margin:0;color:#CBB895;font-size:14px}
.batch-pay__grid{grid-template-columns:repeat(4,1fr)}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

@media (max-width:880px){
  .batch-bar{flex-wrap:nowrap;overflow:hidden}
  .batch-logo{min-width:max-content}
  .batch-nav{order:0;flex:1;flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:3px;scrollbar-width:thin}
  .batch-nav a{min-width:max-content}
  .batch-cta--small{display:none}
  .batch-register__grid{grid-template-columns:repeat(2,1fr)}
  .batch-pay__grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:520px){
  .batch-register{margin:18px 16px;padding:28px 18px}
  .batch-register__grid,.batch-pay__grid{grid-template-columns:1fr}
}

/* Luxury Ranch finish */
body{
  background:
    radial-gradient(ellipse at 12% 0%,rgba(139,38,53,.18),transparent 34%),
    radial-gradient(ellipse at 88% 22%,rgba(196,122,66,.13),transparent 32%),
    repeating-linear-gradient(105deg,rgba(242,223,192,.018) 0 1px,transparent 1px 7px),
    linear-gradient(180deg,#0B0807,#120C09 48%,#080604);
}
h1,h2,h3,h4,.batch-logo__t,.batch-foot__name,.batch-wbox__pct,.batch-lvbox__t{
  font-family:'Prata',Georgia,serif;
  font-weight:400;
}
h1{line-height:1.04;letter-spacing:-.025em}
h2{line-height:1.12;letter-spacing:-.018em}
.batch-logo__t{font-size:25px;letter-spacing:.01em}
.batch-logo__sub,.batch-hero__chip,.batch-metr__num,.batch-sbox__num,.batch-prov__title{
  font-family:'Commissioner',system-ui,sans-serif;
  letter-spacing:.12em;
}
.batch-bar{background:rgba(11,8,7,.92);border-color:rgba(225,194,139,.16);box-shadow:0 14px 38px rgba(0,0,0,.3)}
.batch-logo__svg{border-radius:50%;filter:drop-shadow(0 5px 12px rgba(0,0,0,.4))}
.batch-nav a{background:rgba(242,223,192,.045);border-radius:8px;color:#CBB895}
.batch-nav a:hover{background:rgba(196,122,66,.12);border-color:rgba(196,122,66,.4);color:#F2DFC0}
.batch-metr{background:linear-gradient(90deg,#211710,#15100D);border:1px solid rgba(184,115,63,.34);border-radius:14px;box-shadow:inset 0 1px rgba(242,223,192,.08),0 14px 34px rgba(0,0,0,.2)}
.batch-metr__num{color:#E1C28B}
.batch-hero{gap:48px;padding-top:62px;padding-bottom:58px}
.batch-hero__pic-svg{filter:drop-shadow(0 28px 48px rgba(0,0,0,.4))}
.batch-hero__pic figcaption{color:#CBB895;text-align:center;margin-top:12px}
.batch-hero__chip,.batch-ovrline{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:7px 12px;
  border:1px solid rgba(184,115,63,.45);
  border-radius:5px;
  background:linear-gradient(135deg,rgba(91,58,39,.74),rgba(35,23,16,.82));
  color:#E1C28B;
  box-shadow:inset 0 1px rgba(242,223,192,.08);
}
.batch-register,.batch-welcome,.batch-loyalty,.batch-steps3,.batch-slots,.batch-tour,.batch-live,.batch-brand,.batch-reviews,.batch-pay,.batch-author,.batch-faq{
  border-radius:20px;
  border:1px solid rgba(184,115,63,.22);
  background:linear-gradient(145deg,rgba(33,23,16,.96),rgba(17,12,9,.97));
  box-shadow:0 24px 64px rgba(0,0,0,.22),inset 0 1px rgba(242,223,192,.045);
}
.batch-register,.batch-loyalty,.batch-brand,.batch-pay{background:linear-gradient(145deg,rgba(39,25,18,.97),rgba(19,13,10,.98))}
.batch-register__card,.batch-card,.batch-lvbox,.batch-wbox,.batch-lbox,.batch-sbox,.batch-rbox,.batch-pbox{
  clip-path:none;
  border-radius:14px;
  border:1px solid rgba(210,174,114,.14);
  background:linear-gradient(150deg,#251912,#15100D);
  box-shadow:0 14px 34px rgba(0,0,0,.22);
}
.batch-card,.batch-lvbox,.batch-wbox{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.batch-card:hover,.batch-lvbox:hover,.batch-wbox:hover{transform:translateY(-4px);border-color:rgba(196,122,66,.5);box-shadow:0 20px 42px rgba(0,0,0,.3)}
.batch-register__card{background:linear-gradient(155deg,rgba(91,58,39,.46),rgba(21,16,13,.94))}
.batch-register__card span,.batch-wbox__step{
  color:#21150F;
  background:linear-gradient(135deg,#E1C28B,#B8733F);
  border-radius:4px;
  padding:5px 8px;
  width:max-content;
}
.batch-cv-1,.batch-cv-5,.batch-cv-9,.batch-cv-13,.batch-lv-1,.batch-lv-5{background:linear-gradient(145deg,rgba(139,38,53,.54),rgba(49,27,19,.78)),#1A120F}
.batch-cv-2,.batch-cv-6,.batch-cv-10,.batch-cv-14,.batch-lv-2,.batch-lv-6{background:linear-gradient(145deg,rgba(184,115,63,.38),rgba(61,38,24,.78)),#1A120F}
.batch-cv-3,.batch-cv-7,.batch-cv-11,.batch-cv-15,.batch-lv-3,.batch-lv-7{background:linear-gradient(145deg,rgba(210,174,114,.25),rgba(85,44,28,.72)),#1A120F}
.batch-cv-4,.batch-cv-8,.batch-cv-12,.batch-lv-4,.batch-lv-8{background:linear-gradient(145deg,rgba(111,34,48,.62),rgba(54,30,21,.78)),#1A120F}
.batch-cta{border-radius:8px;padding-inline:26px}
.batch-cta--hot{background:linear-gradient(135deg,#A93442,#701F2E);color:#FFF7E8;box-shadow:0 12px 30px rgba(111,31,46,.34)}
.batch-cta--hot:hover{box-shadow:0 17px 38px rgba(111,31,46,.46)}
.batch-cta--ghost{background:rgba(242,223,192,.04);border-color:rgba(210,174,114,.4);color:#F2DFC0}
.batch-bdg{background:linear-gradient(135deg,rgba(184,115,63,.22),rgba(91,58,39,.32));border-color:rgba(225,194,139,.32);border-radius:6px;color:#E1C28B}
.batch-ladder__step{background:linear-gradient(180deg,rgba(91,58,39,.34),rgba(21,16,13,.9));border-color:rgba(184,115,63,.24)}
.batch-final{background:radial-gradient(circle at 18% 18%,rgba(210,174,114,.16),transparent 34%),linear-gradient(135deg,#5A202C,#21120F);border:1px solid rgba(225,194,139,.3);border-radius:22px}
.batch-faq details{background:rgba(11,8,7,.46);border-color:rgba(184,115,63,.2);border-radius:12px}
.batch-foot{background:#070504;border-top:1px solid rgba(184,115,63,.28)}

/* Night Ranch palette: cooler leather, aged brass and garnet */
body{
  background:
    radial-gradient(ellipse at 12% 0%,rgba(110,50,69,.22),transparent 35%),
    radial-gradient(ellipse at 88% 22%,rgba(185,135,87,.12),transparent 32%),
    repeating-linear-gradient(105deg,rgba(241,227,204,.016) 0 1px,transparent 1px 7px),
    linear-gradient(180deg,#0D0C10,#121116 48%,#09080B);
}
.batch-bar{background:rgba(13,12,16,.93);border-color:rgba(215,191,149,.16)}
.batch-nav a{background:rgba(241,227,204,.04);color:#C8B9A4}
.batch-nav a:hover{background:rgba(185,135,87,.13);border-color:rgba(185,135,87,.44);color:#F1E3CC}
.batch-metr{background:linear-gradient(90deg,#241D22,#17151A);border-color:rgba(169,123,85,.38)}
.batch-metr__num{color:#D7BF95}
.batch-hero__pic figcaption{color:#C8B9A4}
.batch-hero__chip,.batch-ovrline{border-color:rgba(169,123,85,.48);background:linear-gradient(135deg,rgba(90,69,68,.76),rgba(37,31,37,.84));color:#D7BF95}
.batch-register,.batch-welcome,.batch-loyalty,.batch-steps3,.batch-slots,.batch-tour,.batch-live,.batch-brand,.batch-reviews,.batch-pay,.batch-author,.batch-faq{border-color:rgba(169,123,85,.24);background:linear-gradient(145deg,rgba(36,29,34,.97),rgba(18,17,22,.98))}
.batch-register,.batch-loyalty,.batch-brand,.batch-pay{background:linear-gradient(145deg,rgba(40,33,41,.98),rgba(20,18,23,.99))}
.batch-register__card,.batch-card,.batch-lvbox,.batch-wbox,.batch-lbox,.batch-sbox,.batch-rbox,.batch-pbox{border-color:rgba(197,166,120,.16);background:linear-gradient(150deg,#251F25,#17151A)}
.batch-card:hover,.batch-lvbox:hover,.batch-wbox:hover{border-color:rgba(185,135,87,.54)}
.batch-register__card{background:linear-gradient(155deg,rgba(90,69,68,.5),rgba(23,21,26,.96))}
.batch-register__card span,.batch-wbox__step{color:#261D21;background:linear-gradient(135deg,#D7BF95,#A97B55)}
.batch-cv-1,.batch-cv-5,.batch-cv-9,.batch-cv-13,.batch-lv-1,.batch-lv-5{background:linear-gradient(145deg,rgba(121,52,70,.58),rgba(46,36,42,.82)),#1D181C}
.batch-cv-2,.batch-cv-6,.batch-cv-10,.batch-cv-14,.batch-lv-2,.batch-lv-6{background:linear-gradient(145deg,rgba(169,123,85,.4),rgba(54,44,50,.82)),#1D181C}
.batch-cv-3,.batch-cv-7,.batch-cv-11,.batch-cv-15,.batch-lv-3,.batch-lv-7{background:linear-gradient(145deg,rgba(197,166,120,.26),rgba(69,55,62,.76)),#1D181C}
.batch-cv-4,.batch-cv-8,.batch-cv-12,.batch-lv-4,.batch-lv-8{background:linear-gradient(145deg,rgba(108,48,66,.65),rgba(48,39,46,.82)),#1D181C}
.batch-cta--hot{background:linear-gradient(135deg,#8E3D50,#652D40);color:#F5EADB;box-shadow:0 12px 30px rgba(101,45,64,.34)}
.batch-cta--hot:hover{box-shadow:0 17px 38px rgba(101,45,64,.48)}
.batch-cta--ghost{background:rgba(241,227,204,.04);border-color:rgba(197,166,120,.42);color:#F1E3CC}
.batch-bdg{background:linear-gradient(135deg,rgba(169,123,85,.23),rgba(90,69,68,.34));border-color:rgba(215,191,149,.34);color:#D7BF95}
.batch-ladder__step{background:linear-gradient(180deg,rgba(90,69,68,.36),rgba(23,21,26,.92));border-color:rgba(169,123,85,.26)}
.batch-final{background:radial-gradient(circle at 18% 18%,rgba(197,166,120,.15),transparent 34%),linear-gradient(135deg,#542936,#241D22);border-color:rgba(215,191,149,.31)}
.batch-faq details{background:rgba(13,12,16,.5);border-color:rgba(169,123,85,.22)}
.batch-foot{background:#09080B;border-top-color:rgba(169,123,85,.3)}
a:focus-visible,button:focus-visible,summary:focus-visible{outline-color:#D7BF95}
