/* 1xbet7x.buzz — премиум-лендинг 1xBet / 1хБет. Концепт «Икс-Гербарий»: sage-green по бумажно-кремовому */

:root {
  --bg: #0d1410;
  --bg-2: #131c16;
  --bg-3: #1a2620;
  --line: #24322a;
  --line-2: #35473b;
  --txt: #e8f0e6;
  --txt-d: #a6b8a6;
  --txt-dd: #6f8172;
  --pri: #7fa663;
  --sec: #b8a878;
  --acc: #4a7a5c;
  --hot: #c67a3a;
  --cta-1: #9cc078;
  --cta-2: #4a7a5c;
  --r: 12px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.62 "Karla", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1000px 560px at 90% -10%, rgba(127, 166, 99, .14) 0%, transparent 62%),
    radial-gradient(820px 560px at -10% 60%, rgba(184, 168, 120, .08) 0%, transparent 60%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--pri); text-decoration: none }
a:hover { text-decoration: underline }
.pri { color: var(--pri) }

/* ===== SKIP LINK ===== */
.herbbar__skip {
  position: absolute; top: -42px; left: 8px;
  padding: 8px 12px; background: var(--sec); color: #0f150e;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.herbbar__skip:focus { top: 8px }

/* ===== TOP BAR ===== */
.herbbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(13, 20, 16, .82);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.herbbar__logo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.herbbar__logo:hover { text-decoration: none }
.herbbar__glyph {
  width: 30px; height: 30px; flex: none;
  filter: drop-shadow(0 0 10px rgba(127, 166, 99, .5));
}
.herbbar__t {
  font-family: "Amiri", "Karla", system-ui, serif;
  font-weight: 700; line-height: 1; letter-spacing: -.3px; font-size: 20px;
}
.herbbar__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.2px; font-weight: 600; margin-top: 4px;
  text-transform: uppercase;
}
.herbbar__nav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.herbbar__nav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.herbbar__nav a:hover { color: var(--pri); border-bottom-color: var(--pri); text-decoration: none }

/* ===== BUTTONS ===== */
.drybtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Amiri", "Karla", system-ui, serif;
  font-weight: 700; font-size: 14px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: -.1px;
}
.drybtn:hover { text-decoration: none; transform: translateY(-1px) }
.drybtn--small { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.drybtn--small:hover { background: var(--bg-2); border-color: var(--pri) }
.drybtn--big { padding: 15px 28px; font-size: 15px; border-radius: 10px }
.drybtn--hot {
  background: linear-gradient(120deg, var(--cta-1) 0%, var(--cta-2) 100%);
  color: #0c1409; border: 0;
  box-shadow: 0 12px 30px -10px rgba(127, 166, 99, .7);
}
.drybtn--hot:hover { box-shadow: 0 16px 38px -8px rgba(127, 166, 99, .9) }
.drybtn--ghost { background: transparent; color: var(--txt); border-color: var(--line) }
.drybtn--ghost:hover { border-color: var(--pri); color: var(--pri) }
.drybtn--card {
  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);
}
.drybtn--card:hover { background: var(--pri); border-color: var(--pri); color: #0c1409; text-decoration: none; transform: none }

/* ===== AGGREGATE COUNTER STRIP ===== */
.dryingstrip {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(127, 166, 99, .05), rgba(184, 168, 120, .03));
  font-size: 13px;
}
.dryingstrip__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.dryingstrip__cell:last-child { border-right: 0 }
.dryingstrip__num {
  font-family: "Amiri", "Karla", system-ui, serif;
  font-weight: 700; font-size: 15px; color: var(--pri);
  letter-spacing: -.2px;
}
.dryingstrip__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
.mountbox, .labelbox { padding-top: 36px }
h1 {
  font-family: "Amiri", "Karla", system-ui, serif;
  font-size: clamp(28px, 4.2vw, 46px); line-height: 1.1;
  margin: 0 0 18px; letter-spacing: -.6px; font-weight: 700;
}
h2 {
  font-family: "Amiri", "Karla", system-ui, serif;
  font-size: clamp(23px, 3.1vw, 34px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: -.4px; font-weight: 700;
}
h3 {
  font-family: "Amiri", "Karla", system-ui, serif;
  font-size: clamp(17px, 2vw, 21px); line-height: 1.32;
  margin: 26px 0 10px; color: var(--pri); font-weight: 700; letter-spacing: -.2px;
}
p { margin: 0 0 14px; color: var(--txt) }

.mountbox__over, .voucherrow__over, .labelbox__over, .collectbox__over,
.specimenbox__over, .genusrow__over, .florarow__over, .twigrow__over,
.stalkbox__over, .blottrow__over, .presstag__over {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--sec); font-weight: 700; margin: 0 0 10px;
}
.mountbox__sub, .voucherrow__lead, .labelbox__lead, .collectbox__lead,
.specimenbox__lead, .genusrow__lead, .florarow__lead, .twigrow__lead,
.stalkbox__lead, .blottrow__lead {
  color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px; line-height: 1.65;
}

/* ===== HERO ===== */
.mountbox {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.mountbox__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--pri);
  background: rgba(127, 166, 99, .08);
  border: 1px solid rgba(127, 166, 99, .25);
  padding: 6px 12px; border-radius: 4px; margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
.mountbox__arrow { color: var(--hot); font-weight: 700 }
.mountbox__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.mountbox__pic { margin: 0 }
.mountbox__svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 30% 30%, rgba(127, 166, 99, .22), transparent 60%),
    radial-gradient(360px 280px at 78% 78%, rgba(184, 168, 120, .16), transparent 65%),
    linear-gradient(135deg, #101a13 0%, #16221b 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(127, 166, 99, .4);
}
.mountbox__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* ===== HERO KPI ===== */
.specsheetcard {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.specsheetcard__item { display: flex; flex-direction: column; gap: 2px }
.specsheetcard__num {
  font-family: "Amiri", "Karla", system-ui, serif;
  font-size: 26px; font-weight: 700; color: var(--pri); letter-spacing: -.4px;
}
.specsheetcard__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.1px }

/* ===== THREE STEPS ===== */
.voucherrow__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.voucherrow__box {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px; position: relative;
}
.voucherrow__num {
  font-family: "Amiri", "Karla", system-ui, serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 54px; font-weight: 700; line-height: 1; color: var(--bg-3);
}
.voucherrow__head { font-size: 18px; font-weight: 700; margin-bottom: 12px; color: var(--pri) }
.voucherrow__box p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== WELCOME ===== */
.labelbox {
  background:
    radial-gradient(720px 360px at 82% 28%, rgba(184, 168, 120, .07) 0%, transparent 70%),
    rgba(19, 28, 22, .55);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
}
.labelbox__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.foliorow {
  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;
}
.foliorow:hover { border-color: var(--pri); transform: translateY(-2px) }
.foliorow::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(127, 166, 99, .07), transparent 60%);
  pointer-events: none;
}
.foliorow__step {
  font-family: "Amiri", "Karla", system-ui, serif;
  font-size: 11px; color: var(--sec); font-weight: 700;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.foliorow__pct {
  font-family: "Amiri", "Karla", system-ui, serif;
  font-size: 30px; font-weight: 700; line-height: 1;
  color: var(--pri); letter-spacing: -.6px; margin-bottom: 8px;
}
.foliorow__title { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.foliorow__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== LOYALTY ===== */
.collectbox__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.speciestag {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px; transition: border-color .2s;
}
.speciestag:hover { border-color: var(--sec) }
.speciestag__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--sec) }
.speciestag p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* VIP-разряды как стек ступеней */
.taxonrow {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.taxonrow__step {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px; padding: 10px 8px;
  text-align: center; position: relative;
}
.taxonrow__step:nth-child(1) { transform: translateY(0) }
.taxonrow__step:nth-child(2) { transform: translateY(-5px) }
.taxonrow__step:nth-child(3) { transform: translateY(-11px) }
.taxonrow__step:nth-child(4) { transform: translateY(-18px); border-color: var(--pri); background: var(--bg-2) }
.taxonrow__step:nth-child(5) { transform: translateY(-27px); border-color: var(--pri); background: var(--bg-2) }
.taxonrow__step:nth-child(6) { transform: translateY(-37px); border-color: var(--sec); background: linear-gradient(135deg, var(--bg-2), rgba(184, 168, 120, .08)) }
.taxonrow__name {
  font-family: "Amiri", "Karla", system-ui, serif;
  font-size: 12px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.taxonrow__cb { font-size: 11px; color: var(--txt-d) }
.taxonrow__step:nth-child(6) .taxonrow__name { color: var(--sec) }

/* ===== SLOT GRID ===== */
.specimenbox__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.familycard {
  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;
}
.familycard:hover {
  transform: translateY(-3px); border-color: var(--pri);
  box-shadow: 0 18px 36px -14px rgba(127, 166, 99, .4);
}
.familycard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Amiri", "Karla", system-ui, serif;
  font-weight: 700; font-size: 22px; color: rgba(232, 240, 230, .92);
  text-align: center; padding: 14px; letter-spacing: -.2px; line-height: 1.15;
  position: relative; overflow: hidden;
}
.familycard__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, #14301f 0%, #7fa663 100%) }
.cv-2 { background: linear-gradient(135deg, #2c2410 0%, #b8a878 100%); color: #12150c }
.cv-3 { background: linear-gradient(135deg, #103028 0%, #4a7a5c 100%) }
.cv-4 { background: linear-gradient(135deg, #301c0f 0%, #c67a3a 100%) }
.cv-5 { background: linear-gradient(135deg, #1a3020 0%, #9cc078 100%); color: #10160c }
.cv-6 { background: linear-gradient(135deg, #102a2a 0%, #6a9a86 100%) }
.cv-7 { background: linear-gradient(135deg, #2a2412 0%, #c9b06a 100%); color: #12150c }
.cv-8 { background: linear-gradient(135deg, #14301f 0%, #4a7a5c 100%) }
.cv-9 { background: linear-gradient(135deg, #302008 0%, #d0913f 100%) }
.cv-10 { background: linear-gradient(135deg, #1c2a14 0%, #8fb060 100%); color: #10160c }
.cv-11 { background: linear-gradient(135deg, #24301c 0%, #b8a878 100%); color: #12150c }
.cv-12 { background: linear-gradient(135deg, #103024 0%, #7fa663 100%) }

.familycard h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 700 }
.familycard p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }

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

/* ===== TOURNAMENT ===== */
.genusrow {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(127, 166, 99, .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;
}
.genusrow__lead { margin-left: auto; margin-right: auto }
.genusrow__btns { margin: 22px 0 28px }
.keyrow {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.keyrow > 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;
}
.keyrow span {
  font-family: "Amiri", "Karla", system-ui, serif;
  font-size: 22px; font-weight: 700; color: var(--pri);
  margin-bottom: 4px; letter-spacing: -.2px;
}
.keyrow em { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal }
.keyrow i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== LIVE GALLERY ===== */
.florarow__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.leafrow {
  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;
}
.leafrow:hover {
  transform: translateY(-3px); border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(198, 122, 58, .4);
}
.leafrow__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Amiri", "Karla", system-ui, serif;
  font-weight: 700; font-size: 18px; color: rgba(232, 240, 230, .92);
  padding: 12px; text-align: center; letter-spacing: -.2px;
  position: relative; overflow: hidden;
}
.lv-1 { background: linear-gradient(135deg, #14301f 0%, #7fa663 100%) }
.lv-2 { background: linear-gradient(135deg, #301c0f 0%, #c67a3a 100%) }
.lv-3 { background: linear-gradient(135deg, #103028 0%, #4a7a5c 100%) }
.lv-4 { background: linear-gradient(135deg, #2c2410 0%, #b8a878 100%); color: #12150c }
.lv-5 { background: linear-gradient(135deg, #1a3020 0%, #9cc078 100%); color: #10160c }
.lv-6 { background: linear-gradient(135deg, #102a2a 0%, #6a9a86 100%) }

.leafrow__b { padding: 14px 16px 16px; position: relative }
.leafrow__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.leafrow__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.leafrow__m { font-size: 13px; color: var(--sec); font-weight: 600; margin-bottom: 4px }
.leafrow__p { font-size: 12px; color: var(--txt-dd) }
.leafrow__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 ===== */
.twigrow h3 { border-left: 3px solid var(--pri); padding-left: 14px; margin-top: 30px }
.twigrow p { color: var(--txt); line-height: 1.7 }
.twigrow__badges {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.twigrow__badge {
  padding: 7px 13px;
  background: var(--bg-2);
  border: 1px solid var(--pri);
  border-radius: 4px; font-size: 12px; color: var(--txt); letter-spacing: .4px;
}
.twigrow__note {
  max-width: 1240px; margin: 0 auto; padding: 0 22px 40px;
}
.twigrow__note p {
  font-size: 13px; color: var(--txt-dd); line-height: 1.7;
  border-left: 2px solid var(--line-2); padding-left: 16px; margin: 0;
}

/* ===== REVIEWS ===== */
.blottrow__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.blottrow__card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r); padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.blottrow__stars { color: var(--sec); font-size: 16px; letter-spacing: 4px }
.blottrow__stars--four .blottrow__staroff { color: var(--line-2) }
.blottrow__q { font-size: 14px; line-height: 1.6; color: var(--txt); margin: 0 }
.blottrow__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.blottrow__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--pri), var(--sec));
  border-radius: 50%; color: #0c1409; font-weight: 700; font-size: 14px; flex: none;
}

/* ===== PAYMENTS ===== */
.stalkbox__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.etikettag {
  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;
}
.etikettag__n { font-size: 15px; color: var(--txt); font-weight: 700 }
.etikettag__d { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1px }

.stalkbox__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 8px;
}
.stalkbox__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;
}
.stalkbox__t {
  font-family: "Amiri", "Karla", system-ui, serif;
  font-size: 16px; color: var(--pri); font-weight: 700;
}
.stalkbox__d { font-size: 12px; color: var(--txt-d) }

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

/* ===== FAQ ===== */
.presstag 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(--pri) }
summary {
  cursor: pointer; font-weight: 700; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
  font-family: "Amiri", "Karla", system-ui, serif;
}
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: 4px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--pri); font-size: 15px; transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--pri) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.65 }

/* ===== FOOTER ===== */
.herbfoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(13, 20, 16, .6);
}
.herbfoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.herbfoot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.herbfoot__logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px }
.herbfoot__name { display: flex; flex-direction: column; line-height: 1.1 }
.herbfoot__brandline { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px; font-family: "Amiri", serif }
.herbfoot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.herbfoot__op { color: var(--pri) }
.herbfoot__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px }
.herbfoot__col h4 {
  font-family: "Amiri", "Karla", system-ui, serif;
  font-size: 12px; color: var(--sec); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.6px; margin: 0 0 12px;
}
.herbfoot__col ul { list-style: none; padding: 0; margin: 0 }
.herbfoot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default; transition: color .15s;
}
.herbfoot__col li:hover { color: var(--txt) }
.herbfoot__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) {
  .labelbox__grid { grid-template-columns: repeat(2, 1fr) }
  .stalkbox__grid { grid-template-columns: repeat(3, 1fr) }
  .keyrow { grid-template-columns: repeat(2, 1fr) }
  .blottrow__grid { grid-template-columns: 1fr }
  .herbfoot__top { grid-template-columns: 1fr }
  .dryingstrip { grid-template-columns: repeat(3, 1fr) }
  .dryingstrip__cell:nth-child(4), .dryingstrip__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .taxonrow { grid-template-columns: repeat(3, 1fr) }
  .taxonrow__step { transform: none !important }
}

@media (max-width: 880px) {
  .mountbox { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .mountbox__pic { order: -1 }
  .herbbar__nav { display: none }
  .herbbar { padding: 11px 14px }
  section { padding: 36px 16px }
  .labelbox, .genusrow, .rangerow { padding: 36px 18px; margin: 22px 14px }
  .voucherrow__grid { grid-template-columns: 1fr }
  .collectbox__grid { grid-template-columns: 1fr }
  .labelbox__grid { grid-template-columns: 1fr }
  .herbfoot__top { padding: 30px 16px 22px; gap: 22px }
  .herbfoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .dryingstrip { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .dryingstrip__cell { padding: 4px 10px }
  .stalkbox__times { grid-template-columns: 1fr }
  .specsheetcard { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .specimenbox__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .florarow__grid { grid-template-columns: 1fr }
  .familycard h3 { font-size: 13px }
  .familycard p { font-size: 11px }
  .familycard__cover { font-size: 16px }
  .mountbox__btns { flex-direction: column; align-items: stretch }
  .drybtn--big { width: 100% }
  .stalkbox__grid { grid-template-columns: repeat(2, 1fr) }
  .keyrow { grid-template-columns: 1fr }
  .herbfoot__cols { grid-template-columns: 1fr }
  .taxonrow { grid-template-columns: repeat(2, 1fr) }
}
