/* 1xbet2n.buzz — премиум-лендинг 1xBet / 1хБет. Концепт «Икс-Сыроварня»: погреб-аффинаж, медный чан, головки выдержки */

:root {
  --bg: #141007;
  --bg-2: #1f1810;
  --bg-3: #2a2014;
  --line: #3a2c18;
  --line-2: #574123;
  --txt: #f1e9da;
  --txt-d: #c8b79a;
  --txt-dd: #8a7858;
  --acc: #e8b53a;
  --acc-2: #b8895a;
  --acc-3: #9a7b2e;
  --hot: #d4582f;
  --cta-start: #f0c24a;
  --r: 12px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.62 "Roboto Serif", ui-serif, Georgia, "Times New Roman", serif;
  color: var(--txt);
  background:
    radial-gradient(1000px 580px at 92% -10%, rgba(232, 181, 58, .14) 0%, transparent 62%),
    radial-gradient(820px 580px at -10% 60%, rgba(184, 137, 90, .09) 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 }

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

/* ===== TOP BAR ===== */
.dairybar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(20, 16, 7, .85);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.dairybar__logo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.dairybar__logo:hover { text-decoration: none }
.dairybar__glyph {
  width: 30px; height: 30px; flex: none;
  filter: drop-shadow(0 0 10px rgba(232, 181, 58, .5));
}
.dairybar__t {
  font-family: "Caveat", cursive;
  font-weight: 700; line-height: 1; letter-spacing: .2px; font-size: 26px;
}
.dairybar__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2px; font-weight: 600; margin-top: 2px;
  text-transform: uppercase; font-family: "Roboto Serif", serif;
}
.dairybar__nav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.dairybar__nav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.dairybar__nav a:hover { color: var(--acc); border-bottom-color: var(--acc); text-decoration: none }

/* ===== CTA (cultbtn) ===== */
.cultbtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Caveat", cursive;
  font-weight: 700; font-size: 18px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: .2px;
}
.cultbtn:hover { text-decoration: none; transform: translateY(-1px) }
.cultbtn--small { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.cultbtn--small:hover { background: var(--bg-2); border-color: var(--acc) }
.cultbtn--big { padding: 15px 28px; font-size: 21px; border-radius: 10px }
.cultbtn--hot {
  background: linear-gradient(120deg, var(--cta-start) 0%, var(--acc-3) 100%);
  color: #1a1308; border: 0;
  box-shadow: 0 12px 30px -10px rgba(232, 181, 58, .65);
  font-weight: 700;
}
.cultbtn--hot:hover { box-shadow: 0 16px 38px -8px rgba(232, 181, 58, .9) }
.cultbtn--ghost { background: transparent; color: var(--txt); border-color: var(--line) }
.cultbtn--ghost:hover { border-color: var(--acc); color: var(--acc) }

/* ===== AGGREGATE COUNTER STRIP (cellarstrip) ===== */
.cellarstrip {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(232, 181, 58, .05), rgba(184, 137, 90, .03));
  font-size: 13px;
}
.cellarstrip__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.cellarstrip__cell:last-child { border-right: 0 }
.cellarstrip__num {
  font-family: "Caveat", cursive;
  font-weight: 700; font-size: 19px; color: var(--acc);
  letter-spacing: .2px;
}
.cellarstrip__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO (churnbox) ===== */
.churnbox {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.churnbox__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.2px; color: var(--acc);
  background: rgba(232, 181, 58, .08);
  border: 1px solid rgba(232, 181, 58, .25);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: "Caveat", cursive;
  font-size: clamp(34px, 4.8vw, 56px); line-height: 1.05;
  margin: 0 0 18px; letter-spacing: .2px; font-weight: 700;
}
.affinrow__hl { color: var(--acc) }
.churnbox__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.65;
}
.churnbox__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.churnbox__pic { margin: 0 }
.churnbox__pic-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 28% 30%, rgba(232, 181, 58, .22), transparent 60%),
    radial-gradient(360px 280px at 78% 78%, rgba(184, 137, 90, .18), transparent 65%),
    linear-gradient(135deg, #1c150b 0%, #261d10 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(232, 181, 58, .4);
}
.churnbox__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* KPI inline (gaugerow) */
.gaugerow {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.gaugerow__item { display: flex; flex-direction: column; gap: 2px }
.gaugerow__num {
  font-family: "Caveat", cursive;
  font-size: 32px; font-weight: 700;
  color: var(--acc); letter-spacing: .2px;
}
.gaugerow__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.2px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.churnbox, section.wheybox-wrap { padding-top: 36px }
.affinrow {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.4px; text-transform: uppercase;
  color: var(--acc-2); font-weight: 700;
  margin: 0 0 10px;
}
h2 {
  font-family: "Caveat", cursive;
  font-size: clamp(28px, 3.6vw, 42px); line-height: 1.12;
  margin: 0 0 16px; letter-spacing: .2px; font-weight: 700;
}
h3 {
  font-family: "Caveat", cursive;
  font-size: clamp(20px, 2.2vw, 26px); line-height: 1.3;
  margin: 26px 0 10px; color: var(--acc); font-weight: 600; letter-spacing: .2px;
}
p { margin: 0 0 14px; color: var(--txt) }
.rinderow__lead { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px }

/* ===== WELCOME (wheybox) ===== */
.wheybox-wrap {
  background:
    radial-gradient(720px 360px at 82% 28%, rgba(184, 137, 90, .08) 0%, transparent 70%),
    rgba(31, 24, 16, .55);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.wheybox-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.wheybox {
  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;
}
.wheybox:hover { border-color: var(--acc); transform: translateY(-2px) }
.wheybox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(232, 181, 58, .07), transparent 60%);
  pointer-events: none;
}
.wheybox__step {
  font-family: "Caveat", cursive;
  font-size: 14px; color: var(--acc-2); font-weight: 700;
  letter-spacing: 1px; margin-bottom: 8px; text-transform: uppercase;
}
.wheybox__pct {
  font-family: "Caveat", cursive;
  font-size: 36px; font-weight: 700; line-height: 1;
  color: var(--acc); letter-spacing: .2px;
  margin-bottom: 8px;
}
.wheybox__title { font-weight: 600; font-size: 15px; margin-bottom: 6px; color: var(--txt); font-family: "Roboto Serif", serif }
.wheybox__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== THREE STEPS (saltrow) ===== */
.saltrow-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.saltrow {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.saltrow__num {
  font-family: "Caveat", cursive;
  position: absolute; top: 8px; right: 22px;
  font-size: 64px; font-weight: 700; line-height: 1;
  color: var(--bg-3);
}
.saltrow__head {
  font-size: 20px; font-weight: 600; margin-bottom: 12px;
  color: var(--acc); font-family: "Caveat", cursive;
}
.saltrow p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== SLOT GRID (curdcard) ===== */
.curdcard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.curdcard {
  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;
}
.curdcard:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -14px rgba(232, 181, 58, .4);
}
.curdcard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Caveat", cursive;
  font-weight: 700; font-size: 26px; color: rgba(241, 233, 218, .95);
  text-align: center; padding: 14px;
  letter-spacing: .2px; line-height: 1.1;
  position: relative; overflow: hidden;
}
.curdcard__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.35) 100%);
  pointer-events: none;
}
.cv-1 { background: linear-gradient(135deg, #3a2c0a 0%, #e8b53a 100%); color: #1a1308 }
.cv-2 { background: linear-gradient(135deg, #2a1a0a 0%, #b8895a 100%) }
.cv-3 { background: linear-gradient(135deg, #2a1208 0%, #d4582f 100%) }
.cv-4 { background: linear-gradient(135deg, #2e2208 0%, #9a7b2e 100%) }
.cv-5 { background: linear-gradient(135deg, #1f1810 0%, #c8b79a 100%); color: #1a1308 }
.cv-6 { background: linear-gradient(135deg, #3a2c0a 0%, #f0c24a 100%); color: #1a1308 }
.cv-7 { background: linear-gradient(135deg, #281a0a 0%, #b8895a 100%) }
.cv-8 { background: linear-gradient(135deg, #2a1208 0%, #e8b53a 100%); color: #1a1308 }
.cv-9 { background: linear-gradient(135deg, #321a08 0%, #d4582f 100%) }
.cv-10 { background: linear-gradient(135deg, #2e2208 0%, #b8895a 100%) }
.cv-11 { background: linear-gradient(135deg, #1f1810 0%, #9a7b2e 100%) }
.cv-12 { background: linear-gradient(135deg, #3a2c0a 0%, #f0c24a 100%); color: #1a1308 }

.curdcard h3 { font-size: 17px; margin: 12px 14px 4px; color: var(--txt); font-weight: 600; font-family: "Caveat", cursive }
.curdcard p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4; font-family: "Roboto Serif", serif }
.curdcard__btn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 17px; font-weight: 700;
  border: 1px solid var(--line); transition: all .15s;
}
.curdcard__btn:hover { background: var(--acc); border-color: var(--acc); color: #1a1308; text-decoration: none }

.crumbrow { margin: 22px 0 0 }
.crumbrow__title { font-size: 12px; color: var(--acc-2); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700 }
.crumbrow__list { display: flex; flex-wrap: wrap; gap: 8px }
.crumbrow__list span {
  padding: 6px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== LOYALTY (molderow / churnbox-box) ===== */
.rinderow-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.churnbox-box {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.churnbox-box:hover { border-color: var(--acc-2) }
.churnbox-box__h { font-weight: 600; font-size: 21px; margin-bottom: 10px; color: var(--acc-2); font-family: "Caveat", cursive }
.churnbox-box p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* VIP-разряды как стек ступеней (staircase 0/-7/-13/-20/-28/-37) */
.molderow {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.molderow__step {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.molderow__step:nth-child(1) { transform: translateY(0) }
.molderow__step:nth-child(2) { transform: translateY(-7px) }
.molderow__step:nth-child(3) { transform: translateY(-13px) }
.molderow__step:nth-child(4) { transform: translateY(-20px); border-color: var(--acc); background: var(--bg-2) }
.molderow__step:nth-child(5) { transform: translateY(-28px); border-color: var(--acc); background: var(--bg-2) }
.molderow__step:nth-child(6) { transform: translateY(-37px); border-color: var(--acc); background: linear-gradient(135deg, var(--bg-2), rgba(232, 181, 58, .1)) }
.molderow__name {
  font-family: "Caveat", cursive;
  font-size: 15px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.molderow__cb { font-size: 11px; color: var(--txt-d) }
.molderow__step:nth-child(6) .molderow__name { color: var(--acc) }

/* ===== TOUR (agercard) ===== */
.agercard-wrap {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(232, 181, 58, .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;
}
.agercard__btns { margin: 22px 0 28px }
.agercard-kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.agercard-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;
  text-align: center;
}
.agercard-kpi span {
  font-family: "Caveat", cursive;
  font-size: 28px; font-weight: 700; color: var(--acc);
  margin-bottom: 4px; letter-spacing: .2px;
}
.agercard-kpi em { font-size: 14px; font-weight: 600; color: var(--txt); font-style: normal; font-family: "Roboto Serif", serif }
.agercard-kpi i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== LIVE GALLERY (wheelcard) ===== */
.wheelcard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.wheelcard {
  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;
}
.wheelcard:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(212, 88, 47, .4);
}
.wheelcard__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Caveat", cursive;
  font-weight: 700; font-size: 22px; color: rgba(241, 233, 218, .95);
  padding: 12px; text-align: center; letter-spacing: .2px; line-height: 1.1;
  position: relative; overflow: hidden;
}
.lv-1 { background: linear-gradient(135deg, #2a2008 0%, #e8b53a 100%); color: #1a1308 }
.lv-2 { background: linear-gradient(135deg, #2a1208 0%, #d4582f 100%) }
.lv-3 { background: linear-gradient(135deg, #281a0a 0%, #b8895a 100%) }
.lv-4 { background: linear-gradient(135deg, #2e2208 0%, #9a7b2e 100%) }
.lv-5 { background: linear-gradient(135deg, #3a2c0a 0%, #f0c24a 100%); color: #1a1308 }
.lv-6 { background: linear-gradient(135deg, #1f1810 0%, #c8b79a 100%); color: #1a1308 }

.wheelcard__b { padding: 14px 16px 16px; position: relative }
.wheelcard__t { font-weight: 600; font-size: 16px; margin-bottom: 4px; font-family: "Roboto Serif", serif }
.wheelcard__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.wheelcard__m { font-size: 13px; color: var(--acc); font-weight: 600; margin-bottom: 4px }
.wheelcard__p { font-size: 12px; color: var(--txt-dd) }
.wheelcard__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #fff;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

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

/* ===== REVIEWS (creambar) ===== */
.creambar-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.creambar {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.creambar__stars { color: var(--acc); font-size: 16px; letter-spacing: 4px }
.creambar__stars--four .star-off { color: var(--line-2) }
.creambar__q { font-size: 14px; line-height: 1.6; color: var(--txt); margin: 0 }
.creambar__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.creambar__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--acc), var(--acc-3));
  border-radius: 50%; color: #1a1308; font-weight: 700; font-size: 14px;
  flex: none; font-family: "Caveat", cursive;
}

/* ===== PAYMENTS (paraffbox / brinetag) ===== */
.paraffbox-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.paraffbox {
  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;
}
.paraffbox__n { font-size: 15px; color: var(--txt); font-weight: 700; font-family: "Caveat", cursive }
.paraffbox i { font-size: 11px; color: var(--txt-d); font-style: normal; text-transform: uppercase; letter-spacing: 1px }

.brinetag-times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.brinetag-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;
}
.brinetag-times__n {
  font-family: "Caveat", cursive;
  font-size: 18px; color: var(--acc); font-weight: 700;
}
.brinetag-times span:not(.brinetag-times__n) { font-size: 12px; color: var(--txt-d) }

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

/* ===== FAQ (turnerow) ===== */
.turnerow-wrap h2 { margin-bottom: 22px }
.turnerow {
  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;
}
.turnerow[open] { border-color: var(--acc) }
.turnerow summary {
  cursor: pointer; font-weight: 600; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
  font-family: "Roboto Serif", serif; font-size: 15px;
}
.turnerow summary::-webkit-details-marker { display: none }
.turnerow summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  border: 1px solid var(--line); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--acc); font-size: 16px;
  transition: transform .25s;
}
.turnerow[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--acc) }
.turnerow p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.65 }

/* ===== AUTHOR NOTE (rennetrow) ===== */
.rennetrow-wrap { padding-top: 0 }
.rennetrow {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--acc-2);
  border-radius: var(--r);
  padding: 22px 26px;
}
.rennetrow__h { font-family: "Caveat", cursive; font-size: 22px; color: var(--acc-2); font-weight: 700; margin-bottom: 8px }
.rennetrow p { color: var(--txt-d); font-size: 13px; line-height: 1.65; margin: 0 }

/* ===== FOOTER (dairyfoot) ===== */
.dairyfoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(20, 16, 7, .6);
}
.dairyfoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.dairyfoot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.dairyfoot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.dairyfoot__logo span { display: flex; flex-direction: column; line-height: 1.1 }
.dairyfoot__name { color: var(--txt); font-size: 20px; font-weight: 700; margin-bottom: 2px; font-family: "Caveat", cursive }
.dairyfoot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.dairyfoot__op { color: var(--acc); font-weight: 600 }
.dairyfoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.dairyfoot__col h4 {
  font-family: "Caveat", cursive;
  font-size: 16px; color: var(--acc-2); font-weight: 700;
  text-transform: none; letter-spacing: .6px;
  margin: 0 0 12px;
}
.dairyfoot__col ul { list-style: none; padding: 0; margin: 0 }
.dairyfoot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.dairyfoot__col li:hover { color: var(--txt) }
.dairyfoot__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 22px;
  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) {
  .wheybox-grid { grid-template-columns: repeat(2, 1fr) }
  .paraffbox-grid { grid-template-columns: repeat(3, 1fr) }
  .agercard-kpi { grid-template-columns: repeat(2, 1fr) }
  .creambar-grid { grid-template-columns: 1fr }
  .dairyfoot__top { grid-template-columns: 1fr }
  .cellarstrip { grid-template-columns: repeat(3, 1fr) }
  .cellarstrip__cell:nth-child(4), .cellarstrip__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .molderow { grid-template-columns: repeat(3, 1fr) }
  .molderow__step { transform: none !important }
}

@media (max-width: 880px) {
  .churnbox { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .churnbox__pic { order: -1 }
  .dairybar__nav { display: none }
  .dairybar { padding: 11px 14px }
  section { padding: 36px 16px }
  .wheybox-wrap, .agercard-wrap, .moisterow-wrap { padding: 36px 18px; margin: 22px 14px }
  .saltrow-grid { grid-template-columns: 1fr }
  .rinderow-grid { grid-template-columns: 1fr }
  .dairyfoot__top { padding: 30px 16px 22px; gap: 22px }
  .dairyfoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .cellarstrip { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .cellarstrip__cell { padding: 4px 10px }
  .brinetag-times { grid-template-columns: 1fr }
  .gaugerow { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .curdcard-grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .wheybox-grid { grid-template-columns: 1fr }
  .wheelcard-grid { grid-template-columns: 1fr }
  .curdcard h3 { font-size: 15px }
  .curdcard p { font-size: 11px }
  .curdcard__cover { font-size: 20px }
  .churnbox__btns { flex-direction: column; align-items: stretch }
  .cultbtn--big { width: 100% }
  .paraffbox-grid { grid-template-columns: repeat(2, 1fr) }
  .agercard-kpi { grid-template-columns: 1fr }
  .dairyfoot__cols { grid-template-columns: 1fr }
  .molderow { grid-template-columns: repeat(2, 1fr) }
}

/* ===== HEADING FONT OVERRIDE (тело — Roboto Serif, заголовки — Caveat) ===== */
h1, h2, h3,
.dairybar__t, .cellarstrip__num, .wheybox__step, .wheybox__pct,
.saltrow__num, .saltrow__head, .curdcard__cover, .curdcard h3,
.churnbox-box__h, .molderow__name, .agercard-kpi span, .wheelcard__cover,
.creambar__a, .paraffbox__n, .brinetag-times__n, .rennetrow__h,
.dairyfoot__name, .dairyfoot__col h4, .gaugerow__num, .cultbtn {
  font-family: "Caveat", "Roboto Serif", cursive, serif;
}
