/* 1xbet041.casino — 1xBet / 1хБет · Икс-Валяльня. Палитра: «руно и войлок» (тёмный графит + шерстяная охра + терракота) */

:root {
  --bg: #12100d;
  --bg-2: #1a1710;
  --bg-3: #221d14;
  --line: #2e2718;
  --line-2: #40361f;
  --txt: #efe7d6;
  --txt-d: #b9ad93;
  --txt-dd: #8a7f68;
  --pri: #9c8452;
  --acc: #b8a06a;
  --sec: #645230;
  --hot: #b86a3a;
  --cta: #b49a66;
  --cta-end: #645230;
  --r: 12px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 15px/1.66 "Noto Sans Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color: var(--txt);
  background:
    radial-gradient(1000px 580px at 90% -12%, rgba(184, 160, 106, .14) 0%, transparent 62%),
    radial-gradient(820px 560px at -10% 58%, rgba(184, 106, 58, .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 }

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

/* ===== TOP BAR ===== */
.fullingbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(18, 16, 13, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.fullingbar__logo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.fullingbar__logo:hover { text-decoration: none }
.fullingbar__mark {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 9px rgba(184, 106, 58, .5));
}
.fullingbar__t {
  font-family: "Pattaya", "Noto Sans Mono", system-ui, sans-serif;
  font-weight: 400; font-size: 22px; line-height: 1; letter-spacing: .2px;
}
.fullingbar__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.2px; font-weight: 600; margin-top: 4px;
  text-transform: uppercase; font-family: "Noto Sans Mono", monospace;
}
.fullingbar__nav { display: flex; gap: 20px; margin-left: auto; flex-wrap: wrap }
.fullingbar__nav a {
  color: var(--txt-d); font-size: 13px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.fullingbar__nav a:hover { color: var(--acc); border-bottom-color: var(--acc); text-decoration: none }

/* ===== CTA / BUTTON ===== */
.feltbtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Noto Sans Mono", monospace;
  font-weight: 600; font-size: 14px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: -.1px;
}
.feltbtn:hover { text-decoration: none; transform: translateY(-1px) }
.feltbtn--small { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.feltbtn--small:hover { background: var(--bg-2); border-color: var(--acc) }
.feltbtn--big { padding: 15px 28px; font-size: 15px; border-radius: 10px }
.feltbtn--hot {
  background: linear-gradient(120deg, var(--cta) 0%, var(--cta-end) 100%);
  color: #1a130a; border: 0;
  box-shadow: 0 12px 30px -10px rgba(180, 154, 102, .7);
  font-weight: 700;
}
.feltbtn--hot:hover { box-shadow: 0 16px 38px -8px rgba(180, 154, 102, .92) }
.feltbtn--ghost { background: transparent; color: var(--txt); border-color: var(--line) }
.feltbtn--ghost:hover { border-color: var(--acc); color: var(--acc) }

/* ===== AGGREGATE COUNTER STRIP ===== */
.fleecestrip {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(184, 160, 106, .05), rgba(184, 106, 58, .04));
  font-size: 13px;
}
.fleecestrip__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.fleecestrip__cell:last-child { border-right: 0 }
.fleecestrip__num {
  font-family: "Noto Sans Mono", monospace;
  font-weight: 700; font-size: 15px; color: var(--acc);
  letter-spacing: -.2px;
}
.fleecestrip__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .5px; text-transform: uppercase }

/* ===== HERO (matcard) ===== */
.matcard {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.matcard__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.3px; color: var(--acc);
  background: rgba(184, 160, 106, .08);
  border: 1px solid rgba(184, 160, 106, .28);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: "Pattaya", "Noto Sans Mono", system-ui, sans-serif;
  font-size: clamp(30px, 4.3vw, 50px); line-height: 1.1;
  margin: 0 0 18px; letter-spacing: 0; font-weight: 400;
}
.matcard__acc { color: var(--acc) }
.matcard__sub {
  color: var(--txt-d); font-size: 15px; margin: 0 0 14px; line-height: 1.7;
}
.matcard__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.matcard__pic { margin: 0 }
.matcard__picsvg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 26% 30%, rgba(184, 160, 106, .22), transparent 60%),
    radial-gradient(360px 280px at 80% 80%, rgba(184, 106, 58, .16), transparent 65%),
    linear-gradient(135deg, #171310 0%, #211a12 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(184, 160, 106, .4);
}
.matcard__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}
.matcard__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.matcard__kpiitem { display: flex; flex-direction: column; gap: 2px }
.matcard__kpinum {
  font-family: "Pattaya", "Noto Sans Mono", system-ui, sans-serif;
  font-size: 26px; font-weight: 400;
  color: var(--acc); letter-spacing: 0;
}
.matcard__kpilbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.1px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.matcard, section.woolrow { padding-top: 36px }
.naptag {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.4px; text-transform: uppercase;
  color: var(--hot); font-weight: 700;
  margin: 0 0 10px;
}
h2 {
  font-family: "Pattaya", "Noto Sans Mono", system-ui, sans-serif;
  font-size: clamp(24px, 3.2vw, 36px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: 0; font-weight: 400;
}
h3 {
  font-family: "Pattaya", "Noto Sans Mono", system-ui, sans-serif;
  font-size: clamp(18px, 2vw, 22px); line-height: 1.34;
  margin: 26px 0 10px; color: var(--acc); font-weight: 400; letter-spacing: .2px;
}
p { margin: 0 0 14px; color: var(--txt) }
.crimprow__lead, .woolrow__lead, .shrinkrow__lead, .tramprow__lead,
.carderow__lead, .fibrerow__lead, .wickfeltrow__lead, .friezerow__lead {
  color: var(--txt-d); font-size: 15px; margin-bottom: 24px; max-width: 820px;
}

/* ===== THREE STEPS (fullrow) ===== */
.fullrow__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.soakfeltbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.soakfeltbox__num {
  font-family: "Pattaya", "Noto Sans Mono", system-ui, sans-serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 56px; font-weight: 400; line-height: 1;
  color: var(--bg-3);
}
.soakfeltbox__head {
  font-size: 17px; font-weight: 700; margin-bottom: 12px;
  color: var(--acc);
}
.soakfeltbox p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== LOYALTY (crimprow) ===== */
.crimprow__ladder {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin: 14px 0 6px;
}
.crimprow__step {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 8px;
  text-align: center;
  position: relative;
}
.crimprow__step:nth-child(1) { transform: translateY(0) }
.crimprow__step:nth-child(2) { transform: translateY(-5px) }
.crimprow__step:nth-child(3) { transform: translateY(-12px) }
.crimprow__step:nth-child(4) { transform: translateY(-20px); border-color: var(--acc); background: var(--bg-2) }
.crimprow__step:nth-child(5) { transform: translateY(-29px); border-color: var(--acc); background: var(--bg-2) }
.crimprow__step:nth-child(6) { transform: translateY(-39px); border-color: var(--hot); background: linear-gradient(135deg, var(--bg-2), rgba(184, 106, 58, .1)) }
.crimprow__name {
  font-family: "Noto Sans Mono", monospace;
  font-size: 12px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1.15; margin-bottom: 5px;
}
.crimprow__cb { font-size: 11px; color: var(--txt-d) }
.crimprow__step:nth-child(6) .crimprow__name { color: var(--hot) }
.crimprow__boxes {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 24px;
}
.pressfeltbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.pressfeltbox:hover { border-color: var(--hot) }
.pressfeltbox__h { font-weight: 700; font-size: 16px; margin-bottom: 10px; color: var(--hot) }
.pressfeltbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.62 }

/* ===== WELCOME (woolrow) ===== */
.woolrow {
  background:
    radial-gradient(720px 360px at 82% 26%, rgba(184, 106, 58, .08) 0%, transparent 70%),
    rgba(26, 23, 16, .6);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.woolrow__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.battbox {
  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;
}
.battbox:hover { border-color: var(--acc); transform: translateY(-2px) }
.battbox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(184, 160, 106, .07), transparent 60%);
  pointer-events: none;
}
.battbox__step {
  font-family: "Noto Sans Mono", monospace;
  font-size: 11px; color: var(--hot); font-weight: 700;
  letter-spacing: 1.8px; margin-bottom: 8px; text-transform: uppercase;
}
.battbox__pct {
  font-family: "Pattaya", "Noto Sans Mono", system-ui, sans-serif;
  font-size: 30px; font-weight: 400; line-height: 1;
  color: var(--acc); letter-spacing: 0;
  margin-bottom: 8px;
}
.battbox__title { font-weight: 700; font-size: 14px; margin-bottom: 6px; line-height: 1.35 }
.battbox__sub { font-size: 12px; color: var(--txt-d); line-height: 1.5 }

/* ===== SLOT GRID (shrinkrow / feltcardt) ===== */
.shrinkrow__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.feltcardt {
  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;
}
.feltcardt:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -14px rgba(184, 160, 106, .4);
}
.feltcardt__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Pattaya", "Noto Sans Mono", system-ui, sans-serif;
  font-weight: 400; font-size: 30px; color: rgba(239, 231, 214, .94);
  text-align: center; padding: 14px;
  letter-spacing: .5px; line-height: 1.1;
  position: relative; overflow: hidden;
}
.feltcardt__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, #241a10 0%, #b8a06a 100%); color: #17120a }
.cv-2 { background: linear-gradient(135deg, #2a1a10 0%, #b86a3a 100%) }
.cv-3 { background: linear-gradient(135deg, #1c1810 0%, #9c8452 100%) }
.cv-4 { background: linear-gradient(135deg, #2c2012 0%, #c9a06a 100%); color: #17120a }
.cv-5 { background: linear-gradient(135deg, #221812 0%, #a8703a 100%) }
.cv-6 { background: linear-gradient(135deg, #1a1710 0%, #b49a66 100%) }
.cv-7 { background: linear-gradient(135deg, #2a1e12 0%, #caa24e 100%); color: #17120a }
.cv-8 { background: linear-gradient(135deg, #201810 0%, #a06a3a 100%) }
.cv-9 { background: linear-gradient(135deg, #241c10 0%, #c2a86a 100%); color: #17120a }
.cv-10 { background: linear-gradient(135deg, #1c1610 0%, #8f7c58 100%) }
.cv-11 { background: linear-gradient(135deg, #2a1c12 0%, #b8763a 100%) }
.cv-12 { background: linear-gradient(135deg, #241a12 0%, #bfa470 100%); color: #17120a }

.feltcardt h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 700; font-family: "Noto Sans Mono", monospace }
.feltcardt p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.42 }
.feltcardt__btn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13px; font-weight: 700;
  border: 1px solid var(--line); transition: all .15s;
}
.feltcardt__btn:hover { background: var(--acc); border-color: var(--acc); color: #17120a; text-decoration: none }

.shrinkrow__prov { margin: 22px 0 0 }
.shrinkrow__provt { font-size: 12px; color: var(--hot); margin-bottom: 10px; letter-spacing: 1.3px; text-transform: uppercase; font-weight: 700 }
.shrinkrow__provl { display: flex; flex-wrap: wrap; gap: 8px }
.kosmatag {
  padding: 6px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== TOUR (fibrerow) ===== */
.fibrerow {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(184, 160, 106, .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;
}
.fibrerow__btns { margin: 22px 0 28px }
.fibrerow__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.fibrerow__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;
}
.fibrerow__kpi span {
  font-family: "Pattaya", "Noto Sans Mono", system-ui, sans-serif;
  font-size: 24px; font-weight: 400; color: var(--acc);
  margin-bottom: 4px; letter-spacing: 0;
}
.fibrerow__kpi em { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal }
.fibrerow__kpi i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== LIVE GALLERY (tramprow / battcard) ===== */
.tramprow__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.battcard {
  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;
}
.battcard:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(184, 106, 58, .42);
}
.battcard__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Pattaya", "Noto Sans Mono", system-ui, sans-serif;
  font-weight: 400; font-size: 26px; color: rgba(239, 231, 214, .95);
  padding: 12px; text-align: center; letter-spacing: 1px;
  position: relative; overflow: hidden;
}
.lv-1 { background: linear-gradient(135deg, #201810 0%, #b8a06a 100%) }
.lv-2 { background: linear-gradient(135deg, #2a1a10 0%, #b86a3a 100%) }
.lv-3 { background: linear-gradient(135deg, #1c1810 0%, #9c8452 100%) }
.lv-4 { background: linear-gradient(135deg, #2c2012 0%, #caa24e 100%); color: #17120a }
.lv-5 { background: linear-gradient(135deg, #221812 0%, #a8703a 100%) }
.lv-6 { background: linear-gradient(135deg, #241c10 0%, #c2a86a 100%); color: #17120a }

.battcard__b { padding: 14px 16px 16px; position: relative }
.battcard__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.battcard__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.battcard__m { font-size: 13px; color: var(--acc); font-weight: 600; margin-bottom: 4px }
.battcard__p { font-size: 12px; color: var(--txt-dd) }
.fullertag {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #17120a;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW (carderow) ===== */
.carderow h3 {
  border-left: 3px solid var(--acc);
  padding-left: 14px; margin-top: 30px;
}
.carderow p { color: var(--txt); line-height: 1.72 }
.carderow--note {
  background: rgba(26, 23, 16, .5);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 12px 22px 0; max-width: none;
  padding: 30px 24px;
}
.carderow--note p { color: var(--txt-d); font-size: 13px; margin: 0; line-height: 1.7 }
.carderow__badges {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.carderow__badges .kosmatag { border-color: var(--acc); color: var(--txt) }

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

/* ===== PAYMENTS (friezerow) ===== */
.friezerow__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.friezerow__rail {
  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;
}
.friezerow__rn { font-size: 15px; color: var(--txt); font-weight: 700 }
.friezerow__rail i { font-size: 11px; color: var(--txt-d); font-style: normal; text-transform: uppercase; letter-spacing: 1px }
.friezerow__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.friezerow__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;
}
.friezerow__tn {
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px; color: var(--acc); font-weight: 700;
}
.friezerow__td { font-size: 12px; color: var(--txt-d) }

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

/* ===== FAQ (loftrow) ===== */
.loftrow h2 { margin-bottom: 22px }
details {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
details[open] { border-color: var(--acc) }
summary {
  cursor: pointer; font-weight: 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: 4px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--acc); font-size: 15px;
  transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--acc) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 14px; line-height: 1.66 }

/* ===== FOOTER (fullingfoot) ===== */
.fullingfoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(18, 16, 13, .6);
}
.fullingfoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.fullingfoot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.fullingfoot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.fullingfoot__brandt { display: flex; flex-direction: column; line-height: 1.2; font-family: "Pattaya", "Noto Sans Mono", sans-serif; font-size: 18px; color: var(--txt) }
.fullingfoot__brandt em { font-style: normal; font-family: "Noto Sans Mono", monospace; color: var(--txt-d); font-size: 12px; margin-top: 2px }
.fullingfoot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.66 }
.fullingfoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.fullingfoot__col h4 {
  font-family: "Noto Sans Mono", monospace;
  font-size: 12px; color: var(--hot); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.4px;
  margin: 0 0 12px;
}
.fullingfoot__col ul { list-style: none; padding: 0; margin: 0 }
.fullingfoot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.fullingfoot__col li:hover { color: var(--txt) }
.fullingfoot__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) {
  .woolrow__grid { grid-template-columns: repeat(2, 1fr) }
  .friezerow__grid { grid-template-columns: repeat(3, 1fr) }
  .fibrerow__kpi { grid-template-columns: repeat(2, 1fr) }
  .wickfeltrow__grid { grid-template-columns: 1fr }
  .crimprow__boxes { grid-template-columns: 1fr }
  .fullingfoot__top { grid-template-columns: 1fr }
  .fleecestrip { grid-template-columns: repeat(3, 1fr) }
  .fleecestrip__cell:nth-child(4), .fleecestrip__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .crimprow__ladder { grid-template-columns: repeat(3, 1fr); gap: 8px }
  .crimprow__step { transform: none !important }
}

@media (max-width: 880px) {
  .matcard { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .matcard__pic { order: -1 }
  .fullingbar__nav { display: none }
  .fullingbar { padding: 11px 14px }
  section { padding: 36px 16px }
  .woolrow, .fibrerow, .teaselrow { padding: 36px 18px; margin: 22px 14px }
  .fullrow__grid { grid-template-columns: 1fr }
  .fullingfoot__top { padding: 30px 16px 22px; gap: 22px }
  .fullingfoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .fleecestrip { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .fleecestrip__cell { padding: 4px 10px }
  .friezerow__times { grid-template-columns: 1fr }
  .matcard__kpi { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .shrinkrow__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .tramprow__grid { grid-template-columns: 1fr }
  .woolrow__grid { grid-template-columns: 1fr }
  .feltcardt h3 { font-size: 13px }
  .feltcardt p { font-size: 11px }
  .feltcardt__cover { font-size: 22px }
  .matcard__btns { flex-direction: column; align-items: stretch }
  .feltbtn--big { width: 100% }
  .friezerow__grid { grid-template-columns: repeat(2, 1fr) }
  .fibrerow__kpi { grid-template-columns: 1fr }
  .fullingfoot__cols { grid-template-columns: 1fr }
  .crimprow__ladder { grid-template-columns: repeat(2, 1fr) }
}
