/* 1xbet8693.lol — Икс-Свечная. Восково-свечная палитра: тёмный воск + янтарь + огонь фитиля */

:root {
  --bg: #150d10;
  --bg2: #1e1418;
  --bg3: #281b1e;
  --line: #33242a;
  --line2: #47323a;
  --txt: #f2e4d8;
  --txtd: #c0a89a;
  --txtdd: #8a7266;
  --pri: #d68a4a;
  --acc: #c9a85c;
  --sec: #8a4e2c;
  --hot: #d4603a;
  --cta: #e0a05c;
  --r: 12px;
  --rs: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.62 "Fira Code", ui-monospace, "SFMono-Regular", "Cascadia Code", "Consolas", monospace;
  color: var(--txt);
  background:
    radial-gradient(1020px 600px at 88% -12%, rgba(214, 138, 74, .16) 0%, transparent 62%),
    radial-gradient(860px 560px at -8% 58%, rgba(201, 168, 92, .09) 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 }

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

/* ===== HEADER BAR ===== */
.chandbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(21, 13, 16, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.chandbar__logo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.chandbar__logo:hover { text-decoration: none }
.chandbar__svg {
  width: 30px; height: 30px; flex: none;
  filter: drop-shadow(0 0 10px rgba(212, 96, 58, .6));
}
.chandbar__t {
  font-family: "Tektur", "Fira Code", monospace;
  font-weight: 700; line-height: 1; letter-spacing: -.3px;
}
.chandbar__sub {
  display: block; font-size: 10px; color: var(--txtd);
  letter-spacing: 2.4px; font-weight: 600; margin-top: 4px;
  text-transform: uppercase;
}
.chandbar__nav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.chandbar__nav a {
  color: var(--txtd); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.chandbar__nav a:hover { color: var(--pri); border-bottom-color: var(--pri); text-decoration: none }

/* ===== CTA BUTTONS ===== */
.dipbtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Tektur", "Fira Code", 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;
}
.dipbtn:hover { text-decoration: none; transform: translateY(-1px) }
.dipbtn--small { background: var(--bg3); color: var(--txt); border-color: var(--line) }
.dipbtn--small:hover { background: var(--bg2); border-color: var(--pri) }
.dipbtn--big { padding: 15px 28px; font-size: 15px; border-radius: 10px }
.dipbtn--hot {
  background: linear-gradient(120deg, var(--cta) 0%, var(--sec) 100%);
  color: #1c0f07; border: 0;
  box-shadow: 0 12px 30px -10px rgba(224, 160, 92, .7);
  font-weight: 700;
}
.dipbtn--hot:hover { box-shadow: 0 16px 38px -8px rgba(224, 160, 92, .92) }
.dipbtn--ghost { background: transparent; color: var(--txt); border-color: var(--line) }
.dipbtn--ghost:hover { border-color: var(--pri); color: var(--pri) }

/* ===== AGGREGATE COUNTER STRIP ===== */
.wickstrip {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(214, 138, 74, .05), rgba(201, 168, 92, .03));
  font-size: 13px;
}
.wickstrip__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.wickstrip__cell:last-child { border-right: 0 }
.wickstrip__num {
  font-family: "Tektur", "Fira Code", monospace;
  font-weight: 700; font-size: 15px; color: var(--pri);
  letter-spacing: -.2px;
}
.wickstrip__lbl { font-size: 11px; color: var(--txtd); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO ===== */
.dipbox {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.dipbox__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--pri);
  background: rgba(214, 138, 74, .09);
  border: 1px solid rgba(214, 138, 74, .26);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: "Tektur", "Fira Code", monospace;
  font-size: clamp(29px, 4.3vw, 48px); line-height: 1.08;
  margin: 0 0 18px; letter-spacing: -1px; font-weight: 700;
}
.dipbox__acc { color: var(--pri) }
.dipbox__sub {
  color: var(--txtd); font-size: 16px; margin: 0 0 14px; line-height: 1.65;
}
.dipbox__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.dipbox__pic { margin: 0 }
.dipbox__svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 30% 28%, rgba(214, 138, 74, .26), transparent 60%),
    radial-gradient(360px 280px at 76% 80%, rgba(201, 168, 92, .18), transparent 65%),
    linear-gradient(135deg, #1a1012 0%, #241619 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(212, 96, 58, .44);
}
.dipbox__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txtdd);
  font-style: italic; text-align: right;
}

/* ===== HERO KPI ===== */
.snufftag {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.snufftag__item { display: flex; flex-direction: column; gap: 2px }
.snufftag__num {
  font-family: "Tektur", "Fira Code", monospace;
  font-size: 26px; font-weight: 700;
  color: var(--pri); letter-spacing: -.6px;
}
.snufftag__lbl { font-size: 11px; color: var(--txtd); text-transform: uppercase; letter-spacing: 1.2px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.dipbox, section.taperrow { padding-top: 36px }
.sconcetag {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--acc); font-weight: 700;
  margin: 0 0 10px;
}
h2 {
  font-family: "Tektur", "Fira Code", monospace;
  font-size: clamp(24px, 3.2vw, 35px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: -.6px; font-weight: 700;
}
h3 {
  font-family: "Tektur", "Fira Code", monospace;
  font-size: clamp(17px, 2vw, 21px); line-height: 1.32;
  margin: 26px 0 10px; color: var(--pri); font-weight: 600; letter-spacing: -.3px;
}
p { margin: 0 0 14px; color: var(--txt) }
.cierctag { color: var(--txtd); font-size: 16px; margin-bottom: 24px; max-width: 790px }

/* ===== WELCOME ===== */
.taperrow {
  background:
    radial-gradient(720px 360px at 80% 26%, rgba(201, 168, 92, .08) 0%, transparent 70%),
    rgba(30, 20, 24, .55);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.taperrow__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.moldbox {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.moldbox:hover { border-color: var(--pri); transform: translateY(-2px) }
.moldbox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(214, 138, 74, .08), transparent 60%);
  pointer-events: none;
}
.moldbox__step {
  font-family: "Tektur", "Fira Code", monospace;
  font-size: 11px; color: var(--acc); font-weight: 700;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.moldbox__pct {
  font-family: "Tektur", "Fira Code", monospace;
  font-size: 30px; font-weight: 700; line-height: 1;
  color: var(--pri); letter-spacing: -.8px;
  margin-bottom: 8px;
}
.moldbox__title { font-weight: 700; font-size: 14px; margin-bottom: 6px }
.moldbox__sub { font-size: 12.5px; color: var(--txtd); line-height: 1.5 }

/* ===== THREE STEPS ===== */
.tallowrow__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.tallowrow__box {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.tallowrow__num {
  font-family: "Tektur", "Fira Code", monospace;
  position: absolute; top: 14px; right: 22px;
  font-size: 54px; font-weight: 700; line-height: 1;
  color: var(--bg3);
}
.tallowrow__head {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--pri);
}
.tallowrow__box p { color: var(--txtd); font-size: 14px; margin: 0 }

/* ===== SLOT GRID ===== */
.moldcard__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.moldcard__cell {
  background: var(--bg2);
  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;
}
.moldcard__cell:hover {
  transform: translateY(-3px);
  border-color: var(--pri);
  box-shadow: 0 18px 36px -14px rgba(214, 138, 74, .42);
}
.moldcard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Tektur", "Fira Code", monospace;
  font-weight: 700; font-size: 21px; color: rgba(242, 228, 216, .92);
  text-align: center; padding: 14px;
  letter-spacing: -.2px; line-height: 1.15;
  position: relative; overflow: hidden;
}
.moldcard__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.36) 100%);
  pointer-events: none;
}
.cv-1 { background: linear-gradient(135deg, #3a1e08 0%, #d68a4a 100%) }
.cv-2 { background: linear-gradient(135deg, #2a1805 0%, #c9a85c 100%); color: #180d05 }
.cv-3 { background: linear-gradient(135deg, #3a1408 0%, #d4603a 100%) }
.cv-4 { background: linear-gradient(135deg, #241608 0%, #e0a05c 100%); color: #180d05 }
.cv-5 { background: linear-gradient(135deg, #3a2408 0%, #e6b850 100%); color: #180d05 }
.cv-6 { background: linear-gradient(135deg, #2a1210 0%, #c07040 100%) }
.cv-7 { background: linear-gradient(135deg, #40180a 0%, #d4603a 100%) }
.cv-8 { background: linear-gradient(135deg, #2c1c0a 0%, #caa458 100%); color: #180d05 }
.cv-9 { background: linear-gradient(135deg, #38200a 0%, #d68a4a 100%) }
.cv-10 { background: linear-gradient(135deg, #201810 0%, #b8944e 100%); color: #180d05 }
.cv-11 { background: linear-gradient(135deg, #3a1608 0%, #dd7a3a 100%) }
.cv-12 { background: linear-gradient(135deg, #2a1408 0%, #e0a05c 100%); color: #180d05 }

.moldcard__cell h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 600 }
.moldcard__cell p { font-size: 12px; color: var(--txtd); margin: 0 14px 12px; line-height: 1.4 }
.moldcard__btn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13px; font-weight: 600;
  border: 1px solid var(--line); transition: all .15s;
}
.moldcard__btn:hover { background: var(--pri); border-color: var(--pri); color: #1c0f07; text-decoration: none }

.moldcard__prov { margin: 22px 0 0 }
.moldcard__provt { font-size: 12px; color: var(--acc); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700 }
.moldcard__provl { display: flex; flex-wrap: wrap; gap: 8px }
.moldcard__provl span {
  padding: 6px 12px;
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px; color: var(--txtd);
}

/* ===== LOYALTY ===== */
.waxrow__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.renderbox {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.renderbox:hover { border-color: var(--acc) }
.renderbox__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--acc) }
.renderbox p { color: var(--txtd); font-size: 14px; margin: 0; line-height: 1.6 }

/* VIP ladder */
.pourrow {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.pourrow__step {
  background: var(--bg3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.pourrow__step:nth-child(1) { transform: translateY(0) }
.pourrow__step:nth-child(2) { transform: translateY(-6px) }
.pourrow__step:nth-child(3) { transform: translateY(-13px) }
.pourrow__step:nth-child(4) { transform: translateY(-21px); border-color: var(--pri); background: var(--bg2) }
.pourrow__step:nth-child(5) { transform: translateY(-30px); border-color: var(--pri); background: var(--bg2) }
.pourrow__step:nth-child(6) { transform: translateY(-41px); border-color: var(--acc); background: linear-gradient(135deg, var(--bg2), rgba(201, 168, 92, .09)) }
.pourrow__name {
  font-family: "Tektur", "Fira Code", monospace;
  font-size: 11px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1.1; margin-bottom: 5px;
}
.pourrow__cb { font-size: 11px; color: var(--txtd) }
.pourrow__step:nth-child(6) .pourrow__name { color: var(--acc) }

/* ===== TOURNAMENT ===== */
.vigilrow {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(214, 138, 74, .11) 0%, transparent 70%),
    var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.vigilrow__btns { margin: 22px 0 28px }
.vigilrow__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.vigilrow__kpi > div {
  background: var(--bg3);
  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;
}
.vigilrow__kpi .vigilrow__v {
  font-family: "Tektur", "Fira Code", monospace;
  font-size: 21px; font-weight: 700; color: var(--pri);
  margin-bottom: 4px; letter-spacing: -.3px;
}
.vigilrow__kpi .vigilrow__k { font-size: 14px; font-weight: 700; color: var(--txt) }
.vigilrow__kpi .vigilrow__d { font-size: 12px; color: var(--txtd); line-height: 1.4 }

/* ===== LIVE GALLERY ===== */
.waningrow__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.dipcard {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.dipcard:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(212, 96, 58, .42);
}
.dipcard__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Tektur", "Fira Code", monospace;
  font-weight: 700; font-size: 18px; color: rgba(242, 228, 216, .93);
  padding: 12px; text-align: center; letter-spacing: -.2px;
  position: relative; overflow: hidden;
}
.lv-1 { background: linear-gradient(135deg, #3a1e08 0%, #d68a4a 100%) }
.lv-2 { background: linear-gradient(135deg, #40180a 0%, #d4603a 100%) }
.lv-3 { background: linear-gradient(135deg, #2a1c08 0%, #c9a85c 100%); color: #180d05 }
.lv-4 { background: linear-gradient(135deg, #3a2408 0%, #e6b850 100%); color: #180d05 }
.lv-5 { background: linear-gradient(135deg, #2a1210 0%, #dd7a3a 100%) }
.lv-6 { background: linear-gradient(135deg, #241608 0%, #e0a05c 100%); color: #180d05 }

.dipcard__b { padding: 14px 16px 16px; position: relative }
.dipcard__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.dipcard__s { font-size: 12px; color: var(--txtd); margin-bottom: 10px }
.dipcard__m { font-size: 13px; color: var(--acc); font-weight: 600; margin-bottom: 4px }
.dipcard__p { font-size: 12px; color: var(--txtdd) }
.dipcard__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 ===== */
.cerarow h3 {
  border-left: 3px solid var(--pri);
  padding-left: 14px; margin-top: 30px;
}
.cerarow p { color: var(--txt); line-height: 1.7 }
.cerarow__badges {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.chandtag {
  padding: 7px 13px;
  background: var(--bg2);
  border: 1px solid var(--pri);
  border-radius: 4px;
  font-size: 12px; color: var(--txt);
  letter-spacing: .4px;
}

/* ===== REVIEWS ===== */
.tapertrow2__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.tapertrow2__box {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.tapertrow2__stars { color: var(--acc); font-size: 16px; letter-spacing: 4px }
.tapertrow2__stars--four .tapertrow2__off { color: var(--line2) }
.tapertrow2__q { font-size: 14px; line-height: 1.6; color: var(--txt); margin: 0 }
.tapertrow2__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txtd);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.tapertrow2__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--pri), var(--acc));
  border-radius: 50%; color: #1c0f07; font-weight: 700; font-size: 14px;
  flex: none;
}

/* ===== PAYMENTS ===== */
.trimrow__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.trimrow__box {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rs);
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.trimrow__name { font-size: 15px; color: var(--txt); font-weight: 700 }
.trimrow__sub { font-size: 11px; color: var(--txtd); text-transform: uppercase; letter-spacing: 1px }
.trimrow__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.trimrow__times > div {
  background: var(--bg3);
  border: 1px solid var(--line);
  border-radius: var(--rs);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.trimrow__t {
  font-family: "Tektur", "Fira Code", monospace;
  font-size: 16px; color: var(--pri); font-weight: 700;
}
.trimrow__lbl { font-size: 12px; color: var(--txtd) }

/* ===== FINAL CTA ===== */
.beeswaxrow {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(214, 138, 74, .16) 0%, transparent 70%),
    var(--bg2);
  border-radius: var(--r);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.beeswaxrow h2 { margin-bottom: 10px }
.beeswaxrow p { color: var(--txtd); margin-bottom: 24px }

/* ===== FAQ ===== */
.plaitrow h2 { margin-bottom: 22px }
details {
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: var(--rs);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
details[open] { border-color: var(--pri) }
summary {
  cursor: pointer; font-weight: 600; 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(--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(--txtd); font-size: 15px; line-height: 1.65 }

/* ===== FOOTER ===== */
.chandfoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(21, 13, 16, .6);
}
.chandfoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.chandfoot__brand { font-size: 14px; color: var(--txtd); line-height: 1.65 }
.chandfoot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.chandfoot__logo span { display: flex; flex-direction: column; line-height: 1.1 }
.chandfoot__logo .chandfoot__name { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px }
.chandfoot__legal { font-size: 12px; color: var(--txtdd); margin: 0; line-height: 1.65 }
.chandfoot__legal .chandfoot__op { color: var(--pri) }
.chandfoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.chandfoot__col h4 {
  font-family: "Tektur", "Fira Code", monospace;
  font-size: 12px; color: var(--acc); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.6px;
  margin: 0 0 12px;
}
.chandfoot__col ul { list-style: none; padding: 0; margin: 0 }
.chandfoot__col li {
  font-size: 13px; color: var(--txtd);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.chandfoot__col li:hover { color: var(--txt) }
.chandfoot__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(--txtdd);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .taperrow__grid { grid-template-columns: repeat(2, 1fr) }
  .trimrow__grid { grid-template-columns: repeat(3, 1fr) }
  .vigilrow__kpi { grid-template-columns: repeat(2, 1fr) }
  .tapertrow2__grid { grid-template-columns: 1fr }
  .chandfoot__top { grid-template-columns: 1fr }
  .wickstrip { grid-template-columns: repeat(3, 1fr) }
  .wickstrip__cell:nth-child(4), .wickstrip__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .pourrow { grid-template-columns: repeat(3, 1fr) }
  .pourrow__step { transform: none !important }
}

@media (max-width: 880px) {
  .dipbox { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .dipbox__pic { order: -1 }
  .chandbar__nav { display: none }
  .chandbar { padding: 11px 14px }
  section { padding: 36px 16px }
  .taperrow, .vigilrow, .beeswaxrow { padding: 36px 18px; margin: 22px 14px }
  .taperrow__grid { grid-template-columns: 1fr }
  .tallowrow__grid { grid-template-columns: 1fr }
  .waxrow__grid { grid-template-columns: 1fr }
  .chandfoot__top { padding: 30px 16px 22px; gap: 22px }
  .chandfoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .wickstrip { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .wickstrip__cell { padding: 4px 10px }
  .trimrow__times { grid-template-columns: 1fr }
  .snufftag { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .moldcard__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .waningrow__grid { grid-template-columns: 1fr }
  .moldcard__cell h3 { font-size: 13px }
  .moldcard__cell p { font-size: 11px }
  .moldcard__cover { font-size: 16px }
  .dipbox__btns { flex-direction: column; align-items: stretch }
  .dipbtn--big { width: 100% }
  .trimrow__grid { grid-template-columns: repeat(2, 1fr) }
  .vigilrow__kpi { grid-template-columns: 1fr }
  .chandfoot__cols { grid-template-columns: 1fr }
  .pourrow { grid-template-columns: repeat(2, 1fr) }
}
