/* 7k6lj.casino — 7К Казино. Тема «Ивовая мастерская»: ивовая тень, лоза, льняная основа. */

:root {
  --lin: #e9e6d9;
  --lin-2: #f2f0e6;
  --lin-3: #ddd8c6;
  --shade: #161813;
  --shade-2: #22251d;
  --shade-3: #2f3328;
  --rod: #c39a52;
  --rod-l: #d9b878;
  --rod-d: #a97f3c;
  --bark: #7d5f2e;
  --ink: #1c1f18;
  --ink-2: #4d5142;
  --ink-3: #7b7f6c;
  --edge: #cfc9b4;
  --edge-2: #b9b19a;
  --warn: #a8452c;
  --rad: 4px;
  --rad-l: 10px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }

body.wicker-body {
  margin: 0;
  font: 400 16px/1.68 "Mukta", ui-sans-serif, -apple-system, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--ink);
  background-color: var(--lin);
  background-image:
    repeating-linear-gradient(90deg, rgba(195, 154, 82, .055) 0 2px, transparent 2px 13px),
    repeating-linear-gradient(0deg, rgba(125, 95, 46, .04) 0 2px, transparent 2px 13px);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: var(--bark); text-decoration: none }
a:hover { text-decoration: underline }

h1, h2, h3, h4,
.wicker-logo__txt, .wicker-cta, .wicker-eyebrow, .wicker-kpi__n, .wicker-tally__num,
.wicker-dep__pct, .wicker-step__n, .wicker-step__h, .wicker-card__face, .wicker-rung__n,
.wicker-race__n, .wicker-table__face, .wicker-table__t, .wicker-clock__n, .wicker-foot__col h4 {
  font-family: "Gelasio", Georgia, "Times New Roman", serif;
  font-weight: 500;
}

h1 { font-size: clamp(29px, 4.2vw, 46px); line-height: 1.12; letter-spacing: -.6px; margin: 0 0 18px }
h2 { font-size: clamp(23px, 3vw, 33px); line-height: 1.2; letter-spacing: -.4px; margin: 0 0 16px }
h3 { font-size: clamp(17px, 2vw, 21px); line-height: 1.34; margin: 28px 0 10px; color: var(--bark) }
p { margin: 0 0 14px }

.wicker-skip {
  position: absolute; top: -60px; left: 10px; z-index: 200;
  background: var(--rod); color: var(--shade);
  padding: 12px 18px; border-radius: var(--rad); font-weight: 600;
}
.wicker-skip:focus { top: 10px }

/* ===== ШАПКА ===== */
.wicker-bar {
  position: sticky; top: 0; z-index: 60;
  display: flex; align-items: center; gap: 18px;
  padding: 10px 24px;
  background: var(--shade);
  border-bottom: 3px solid var(--rod-d);
}
.wicker-logo { display: flex; align-items: center; gap: 12px; color: var(--lin-2); min-height: 44px }
.wicker-logo:hover { text-decoration: none }
.wicker-logo__svg { width: 34px; height: 34px; flex: none }
.wicker-logo__txt { font-size: 19px; line-height: 1.05; letter-spacing: -.2px }
.wicker-logo__sub {
  display: block; margin-top: 3px;
  font-family: "Mukta", sans-serif; font-weight: 500;
  font-size: 10px; letter-spacing: 2.2px; text-transform: uppercase; color: var(--rod-l);
}
.wicker-nav { display: flex; gap: 20px; margin-left: auto; flex-wrap: wrap }
.wicker-nav a {
  color: var(--lin-3); font-size: 14px; font-weight: 500;
  display: inline-flex; align-items: center; min-height: 44px;
  border-bottom: 2px solid transparent;
}
.wicker-nav a:hover { color: var(--rod-l); border-bottom-color: var(--rod); text-decoration: none }

/* ===== КНОПКИ ===== */
.wicker-cta {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 11px 22px;
  border-radius: var(--rad); border: 2px solid transparent;
  font-size: 15px; letter-spacing: .2px; white-space: nowrap;
  transition: background .18s, color .18s, border-color .18s, transform .14s;
}
.wicker-cta:hover { text-decoration: none; transform: translateY(-1px) }
.wicker-cta--mini { background: transparent; color: var(--rod-l); border-color: var(--rod-d); font-size: 14px; padding: 9px 18px }
.wicker-cta--mini:hover { background: var(--rod); color: var(--shade); border-color: var(--rod) }
.wicker-cta--wide { padding: 15px 30px; font-size: 16px }
.wicker-cta--gold { background: var(--rod); color: var(--shade); box-shadow: 0 6px 0 -1px var(--bark) }
.wicker-cta--gold:hover { background: var(--rod-l); box-shadow: 0 8px 0 -1px var(--bark) }
.wicker-cta--line { background: transparent; color: var(--ink); border-color: var(--edge-2) }
.wicker-cta--line:hover { border-color: var(--rod-d); color: var(--bark) }

/* ===== СВОДКА ===== */
.wicker-tally {
  display: grid; grid-template-columns: repeat(5, 1fr);
  background: var(--shade-2);
  border-bottom: 1px solid var(--shade-3);
  padding: 12px 24px;
}
.wicker-tally__cell {
  display: flex; flex-direction: column; gap: 3px;
  padding: 4px 16px; border-right: 1px dashed rgba(195, 154, 82, .3);
}
.wicker-tally__cell:last-child { border-right: 0 }
.wicker-tally__num { font-size: 17px; color: var(--rod-l); letter-spacing: -.2px }
.wicker-tally__cap { font-size: 11px; color: #9a9b8c; letter-spacing: .5px; text-transform: uppercase }

/* ===== ОБЩЕЕ ДЛЯ СЕКЦИЙ ===== */
section { max-width: 1200px; margin: 0 auto; padding: 58px 24px }
.wicker-eyebrow {
  display: inline-block; margin: 0 0 12px;
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--bark); font-weight: 600;
  border-left: 3px solid var(--rod); padding-left: 10px;
}
.wicker-lead { color: var(--ink-2); font-size: 16.5px; max-width: 830px; margin-bottom: 26px }

/* ===== HERO ===== */
.wicker-hero {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px; align-items: center;
  padding-top: 44px;
}
.wicker-chip {
  display: inline-block; margin: 0 0 18px; padding: 7px 14px;
  font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 600;
  color: var(--bark); background: rgba(195, 154, 82, .14);
  border: 1px solid rgba(195, 154, 82, .4); border-radius: var(--rad);
}
.wicker-hero__sub { color: var(--ink-2); font-size: 16.5px; margin: 0 0 22px }
.wicker-hero__row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px }
.wicker-kpi { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; border-top: 2px solid var(--edge); padding-top: 20px }
.wicker-kpi__i { display: flex; flex-direction: column; gap: 3px }
.wicker-kpi__n { font-size: 27px; color: var(--bark); letter-spacing: -.5px; line-height: 1 }
.wicker-kpi__c { font-size: 11.5px; color: var(--ink-3); text-transform: uppercase; letter-spacing: 1px }
.wicker-hero__art { margin: 0 }
.wicker-hero__svg {
  display: block; width: 100%; height: auto;
  aspect-ratio: 36 / 25;
  border: 2px solid var(--edge-2); border-radius: var(--rad-l);
  background: linear-gradient(150deg, var(--lin-2) 0%, var(--lin-3) 100%);
}
.wicker-hero__art figcaption { margin-top: 10px; font-size: 12px; color: var(--ink-3); text-align: right; font-style: italic }

/* ===== WELCOME ===== */
.wicker-welcome {
  background: var(--lin-2);
  border: 2px solid var(--edge);
  border-radius: var(--rad-l);
  margin: 30px 24px; max-width: none;
}
.wicker-welcome__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 24px 0 26px }
.wicker-dep {
  background: var(--lin); border: 1px solid var(--edge-2);
  border-top: 4px solid var(--rod); border-radius: var(--rad);
  padding: 22px 20px;
}
.wicker-dep--b { border-top-color: var(--rod-d) }
.wicker-dep--c { border-top-color: var(--bark) }
.wicker-dep--d { border-top-color: var(--shade-3) }
.wicker-dep__tag { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--ink-3); margin-bottom: 8px }
.wicker-dep__pct { font-size: 30px; line-height: 1; color: var(--bark); margin-bottom: 10px }
.wicker-dep__h { font-weight: 600; font-size: 15px; margin-bottom: 8px; color: var(--ink) }
.wicker-dep__p { font-size: 13.5px; color: var(--ink-2); margin: 0; line-height: 1.55 }

/* ===== ТРИ ШАГА ===== */
.wicker-start__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 24px }
.wicker-step {
  position: relative; padding: 26px 24px 24px;
  background: var(--lin-2); border: 1px solid var(--edge-2); border-radius: var(--rad);
}
.wicker-step__n {
  position: absolute; top: 16px; right: 22px;
  font-size: 46px; line-height: 1; color: var(--edge);
}
.wicker-step__h { font-size: 19px; color: var(--bark); margin-bottom: 10px }
.wicker-step p { font-size: 14.5px; color: var(--ink-2); margin: 0 }

/* ===== КАТАЛОГ ===== */
.wicker-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); gap: 16px; margin: 24px 0 }
.wicker-card {
  display: flex; flex-direction: column;
  background: var(--lin-2); border: 1px solid var(--edge-2); border-radius: var(--rad);
  overflow: hidden; transition: border-color .18s, transform .14s, box-shadow .2s;
}
.wicker-card:hover { border-color: var(--rod); transform: translateY(-3px); box-shadow: 0 10px 26px -14px rgba(22, 24, 19, .5) }
.wicker-card__face {
  aspect-ratio: 5 / 4;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 14px; font-size: 21px; line-height: 1.16;
  color: var(--lin-2); position: relative;
}
.wicker-card__face::after {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(45deg, rgba(233, 230, 217, .09) 0 3px, transparent 3px 9px);
}
.wf-1 { background: linear-gradient(140deg, #3d3524 0%, #c39a52 100%) }
.wf-2 { background: linear-gradient(140deg, #2b2f22 0%, #a97f3c 100%) }
.wf-3 { background: linear-gradient(140deg, #22251d 0%, #7d5f2e 100%) }
.wf-4 { background: linear-gradient(140deg, #3a3a26 0%, #d9b878 100%); color: var(--shade) }
.wf-5 { background: linear-gradient(140deg, #2f3328 0%, #b58f47 100%) }
.wf-6 { background: linear-gradient(140deg, #1d2019 0%, #8d6c33 100%) }
.wf-7 { background: linear-gradient(140deg, #3d3524 0%, #cba760 100%); color: var(--shade) }
.wf-8 { background: linear-gradient(140deg, #262a1f 0%, #9a7638 100%) }
.wf-9 { background: linear-gradient(140deg, #33372a 0%, #c39a52 100%) }
.wf-10 { background: linear-gradient(140deg, #1a1d16 0%, #7d5f2e 100%) }
.wf-11 { background: linear-gradient(140deg, #3a3428 0%, #d2ad6a 100%); color: var(--shade) }
.wf-12 { background: linear-gradient(140deg, #22251d 0%, #a97f3c 100%) }
.wicker-card h3 { font-size: 15px; margin: 13px 15px 5px; color: var(--ink); font-weight: 600; font-family: "Mukta", sans-serif }
.wicker-card p { font-size: 12px; color: var(--ink-3); margin: 0 15px 13px; line-height: 1.45 }
.wicker-card__go {
  display: block; margin: auto 14px 14px; padding: 12px;
  min-height: 44px; text-align: center;
  background: var(--lin-3); color: var(--ink); border: 1px solid var(--edge-2);
  border-radius: var(--rad); font-size: 13px; font-weight: 600;
  transition: background .16s, color .16s;
}
.wicker-card__go:hover { background: var(--rod); border-color: var(--rod); color: var(--shade); text-decoration: none }

.wicker-tags { margin-top: 22px }
.wicker-tags__h { font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--bark); font-weight: 600; margin-bottom: 10px }
.wicker-tags__list { display: flex; flex-wrap: wrap; gap: 8px }
.wicker-tags__list span {
  padding: 7px 13px; font-size: 12.5px; color: var(--ink-2);
  background: var(--lin-2); border: 1px solid var(--edge); border-radius: var(--rad);
}

/* ===== КЛУБ ===== */
.wicker-rungs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin: 18px 0 26px; align-items: end }
.wicker-rung {
  background: var(--lin-2); border: 1px solid var(--edge-2);
  border-bottom: 4px solid var(--edge-2);
  border-radius: var(--rad); padding: 14px 8px; text-align: center;
}
.wicker-rung:nth-child(1) { margin-top: 30px }
.wicker-rung:nth-child(2) { margin-top: 24px }
.wicker-rung:nth-child(3) { margin-top: 18px; border-bottom-color: var(--rod-d) }
.wicker-rung:nth-child(4) { margin-top: 12px; border-bottom-color: var(--rod-d) }
.wicker-rung:nth-child(5) { margin-top: 6px; border-bottom-color: var(--rod) }
.wicker-rung:nth-child(6) { margin-top: 0; border-bottom-color: var(--bark); background: rgba(195, 154, 82, .16) }
.wicker-rung__n { display: block; font-size: 15px; color: var(--ink); margin-bottom: 4px; line-height: 1 }
.wicker-rung__v { font-size: 12px; color: var(--ink-2); font-weight: 600 }
.wicker-rung:nth-child(6) .wicker-rung__n { color: var(--bark) }

.wicker-loyalty__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px }
.wicker-panel {
  background: var(--lin-2); border: 1px solid var(--edge-2);
  border-left: 4px solid var(--rod); border-radius: var(--rad);
  padding: 22px 24px;
}
.wicker-panel__h { font-weight: 600; font-size: 17px; color: var(--bark); margin-bottom: 10px }
.wicker-panel p { font-size: 14.5px; color: var(--ink-2); margin: 0 }

/* ===== ГОНКА ===== */
.wicker-race {
  background: var(--shade); color: var(--lin);
  border-radius: var(--rad-l); margin: 30px 24px; max-width: none;
  text-align: center;
}
.wicker-race h2 { color: var(--lin-2) }
.wicker-race .wicker-eyebrow { color: var(--rod-l); border-left-color: var(--rod) }
.wicker-race .wicker-lead { color: #b9b9a8; margin-left: auto; margin-right: auto }
.wicker-race__cta { margin: 24px 0 30px }
.wicker-race__kpi { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px }
.wicker-race__kpi > div {
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  background: var(--shade-2); border: 1px solid var(--shade-3);
  border-radius: var(--rad); padding: 20px 16px;
}
.wicker-race__n { font-size: 25px; color: var(--rod-l); line-height: 1 }
.wicker-race__t { font-size: 14px; font-weight: 600; color: var(--lin-2) }
.wicker-race__kpi i { font-size: 12px; color: #9a9b8c; font-style: normal; line-height: 1.4 }

/* ===== ЭФИР ===== */
.wicker-live__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(275px, 1fr)); gap: 16px; margin-top: 24px }
.wicker-table {
  position: relative; overflow: hidden;
  background: var(--lin-2); border: 1px solid var(--edge-2); border-radius: var(--rad);
  transition: border-color .18s, transform .14s;
}
.wicker-table:hover { border-color: var(--bark); transform: translateY(-3px) }
.wicker-table__face {
  aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 12px; font-size: 19px; line-height: 1.18; color: var(--lin-2);
}
.wl-1 { background: linear-gradient(135deg, #2f3328 0%, #c39a52 100%) }
.wl-2 { background: linear-gradient(135deg, #22251d 0%, #a8452c 100%) }
.wl-3 { background: linear-gradient(135deg, #1a1d16 0%, #7d5f2e 100%) }
.wl-4 { background: linear-gradient(135deg, #3d3524 0%, #d9b878 100%); color: var(--shade) }
.wl-5 { background: linear-gradient(135deg, #262a1f 0%, #a97f3c 100%) }
.wl-6 { background: linear-gradient(135deg, #33372a 0%, #b58f47 100%) }
.wicker-table__b { padding: 15px 17px 17px; position: relative }
.wicker-table__t { font-size: 16.5px; margin-bottom: 4px; color: var(--ink) }
.wicker-table__s { font-size: 12px; color: var(--ink-3); margin-bottom: 10px }
.wicker-table__m { font-size: 13px; color: var(--bark); font-weight: 600; margin-bottom: 4px }
.wicker-table__p { font-size: 12px; color: var(--ink-3) }
.wicker-table__dot {
  position: absolute; top: -30px; right: 14px;
  background: var(--warn); color: var(--lin-2);
  padding: 4px 11px; border-radius: var(--rad);
  font-size: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 600;
}

/* ===== РАЗБОР ===== */
.wicker-brand h3 { border-bottom: 2px solid var(--edge); padding-bottom: 8px }
.wicker-brand p { color: var(--ink); line-height: 1.72 }
.wicker-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; padding-top: 24px; border-top: 2px solid var(--edge) }
.wicker-badge {
  padding: 8px 14px; font-size: 12.5px; color: var(--ink);
  background: var(--lin-2); border: 1px solid var(--rod-d); border-radius: var(--rad);
}

/* ===== ОТЗЫВЫ ===== */
.wicker-voices__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px }
.wicker-quote {
  display: flex; flex-direction: column; gap: 14px;
  background: var(--lin-2); border: 1px solid var(--edge-2); border-radius: var(--rad);
  padding: 24px;
}
.wicker-quote__stars { color: var(--rod-d); font-size: 15px; letter-spacing: 4px }
.wicker-quote__off { color: var(--edge-2) }
.wicker-quote__t { font-size: 14.5px; color: var(--ink); margin: 0; line-height: 1.62 }
.wicker-quote__who {
  display: flex; align-items: center; gap: 11px;
  font-size: 12.5px; color: var(--ink-3);
  border-top: 1px dashed var(--edge-2); padding-top: 14px; margin-top: auto;
}
.wicker-quote__av {
  flex: none; width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--rod); color: var(--shade); font-weight: 700; font-size: 15px;
}

/* ===== КАССА ===== */
.wicker-rails { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; margin-bottom: 20px }
.wicker-rail {
  display: flex; flex-direction: column; gap: 4px; align-items: center; text-align: center;
  background: var(--lin-2); border: 1px solid var(--edge-2); border-radius: var(--rad);
  padding: 18px 10px;
}
.wicker-rail__n { font-size: 15px; font-weight: 600; color: var(--ink) }
.wicker-rail i { font-size: 11px; color: var(--ink-3); font-style: normal; letter-spacing: .6px; text-transform: uppercase }
.wicker-clock { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px }
.wicker-clock > div {
  display: flex; flex-direction: column; gap: 4px;
  background: var(--lin-3); border-radius: var(--rad); padding: 16px 20px;
  border-left: 4px solid var(--rod);
}
.wicker-clock__n { font-size: 18px; color: var(--bark) }
.wicker-clock span:last-child { font-size: 12.5px; color: var(--ink-2) }

/* ===== ФИНАЛ ===== */
.wicker-final {
  text-align: center; max-width: none; margin: 30px 24px;
  background: var(--lin-2); border: 2px dashed var(--rod-d); border-radius: var(--rad-l);
}
.wicker-final p { color: var(--ink-2); margin-bottom: 26px }

/* ===== FAQ ===== */
.wicker-faq details {
  background: var(--lin-2); border: 1px solid var(--edge-2);
  border-radius: var(--rad); padding: 16px 20px; margin-bottom: 10px;
}
.wicker-faq details[open] { border-color: var(--rod); background: var(--lin-3) }
.wicker-faq summary {
  cursor: pointer; list-style: none; font-weight: 600; font-size: 15.5px;
  display: flex; align-items: center; min-height: 44px; padding-right: 36px; position: relative;
}
.wicker-faq summary::-webkit-details-marker { display: none }
.wicker-faq summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--edge-2); border-radius: var(--rad);
  color: var(--bark); font-size: 17px; transition: transform .22s;
}
.wicker-faq details[open] summary::after { content: "–"; border-color: var(--rod) }
.wicker-faq details p { margin: 12px 0 0; color: var(--ink-2); font-size: 15px; line-height: 1.68 }

/* ===== ЗАМЕТКА ===== */
.wicker-author {
  max-width: none; margin: 30px 24px;
  background: var(--lin-2); border: 1px solid var(--edge-2);
  border-left: 5px solid var(--bark); border-radius: var(--rad-l);
}
.wicker-author h2 { font-size: clamp(20px, 2.4vw, 26px) }
.wicker-author p { font-size: 14.5px; color: var(--ink-2); line-height: 1.72 }
.wicker-age { border-top: 1px dashed var(--edge-2); padding-top: 16px; margin-bottom: 0 }

/* ===== ПОДВАЛ ===== */
.wicker-foot { background: var(--shade); color: var(--lin-3); margin-top: 26px }
.wicker-foot__grid {
  max-width: 1200px; margin: 0 auto; padding: 44px 24px 28px;
  display: grid; grid-template-columns: 1.3fr 2fr; gap: 40px;
}
.wicker-foot__mark { display: flex; align-items: center; gap: 12px; margin-bottom: 18px }
.wicker-foot__mark span { display: flex; flex-direction: column; line-height: 1.2; font-size: 12px; color: var(--rod-l) }
.wicker-foot__name { font-family: "Gelasio", Georgia, serif; font-size: 18px; color: var(--lin-2); margin-bottom: 2px }
.wicker-foot__legal { font-size: 12.5px; color: #9a9b8c; line-height: 1.7; margin: 0 }
.wicker-foot__org { color: var(--rod-l) }
.wicker-foot__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px }
.wicker-foot__col h4 {
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--rod); margin: 0 0 13px;
}
.wicker-foot__col ul { list-style: none; margin: 0; padding: 0 }
.wicker-foot__col li { font-size: 13px; color: var(--lin-3); padding: 5px 0 }
.wicker-foot__line {
  max-width: 1200px; margin: 0 auto; padding: 18px 24px 26px;
  border-top: 1px solid var(--shade-3);
  display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  font-size: 12px; color: #83857a;
}

/* ===== АДАПТИВ ===== */
@media (max-width: 1080px) {
  .wicker-welcome__grid { grid-template-columns: repeat(2, 1fr) }
  .wicker-rails { grid-template-columns: repeat(4, 1fr) }
  .wicker-race__kpi { grid-template-columns: repeat(2, 1fr) }
  .wicker-voices__grid { grid-template-columns: 1fr }
  .wicker-tally { grid-template-columns: repeat(3, 1fr) }
  .wicker-foot__grid { grid-template-columns: 1fr }
  .wicker-rungs { grid-template-columns: repeat(3, 1fr); align-items: stretch }
  .wicker-rung { margin-top: 0 !important }
}

@media (max-width: 880px) {
  .wicker-hero { grid-template-columns: 1fr; gap: 26px }
  .wicker-hero__art { order: -1 }
  .wicker-nav { display: none }
  .wicker-bar { padding: 10px 16px }
  section { padding: 40px 18px }
  .wicker-welcome, .wicker-race, .wicker-final, .wicker-author { margin: 22px 16px; padding: 38px 20px }
  .wicker-start__grid { grid-template-columns: 1fr }
  .wicker-loyalty__grid { grid-template-columns: 1fr }
  .wicker-clock { grid-template-columns: 1fr }
  .wicker-foot__grid { padding: 32px 18px 22px }
  .wicker-foot__cols { grid-template-columns: repeat(2, 1fr) }
}

/* одна колонка от 620 px и ниже */
@media (max-width: 620px) {
  .wicker-tally { grid-template-columns: 1fr; padding: 10px 16px }
  .wicker-tally__cell { border-right: 0; border-bottom: 1px dashed rgba(195, 154, 82, .28); padding: 8px 4px }
  .wicker-tally__cell:last-child { border-bottom: 0 }
  .wicker-kpi { grid-template-columns: 1fr }
  .wicker-welcome__grid { grid-template-columns: 1fr }
  .wicker-grid { grid-template-columns: 1fr }
  .wicker-live__grid { grid-template-columns: 1fr }
  .wicker-rungs { grid-template-columns: 1fr }
  .wicker-rails { grid-template-columns: 1fr }
  .wicker-race__kpi { grid-template-columns: 1fr }
  .wicker-foot__cols { grid-template-columns: 1fr }
  .wicker-hero__row { flex-direction: column; align-items: stretch }
  .wicker-cta--wide { width: 100% }
  .wicker-foot__line { flex-direction: column }
}
