/* 1xbet54o.lol — премиум-лендинг 1xBet / 1хБет · концепт «Икс-Финифть» (эмальерная мастерская). Палитра: кобальт + эмаль-голубой + сливочный + люстр */

:root {
  --bg: #0a0f1c;
  --bg-2: #111830;
  --bg-3: #1a2444;
  --line: #243158;
  --line-2: #334677;
  --txt: #eaf0fa;
  --txt-d: #a9b8d4;
  --txt-dd: #6c7d9e;
  --pri: #3f7fd4;
  --sec: #ddd0b4;
  --acc: #2653a8;
  --hot: #e8623e;
  --good: #4cc7a2;
  --cta-a: #4a8fe0;
  --cta-b: #2653a8;
  --r: 12px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.64 "Noto Serif", Georgia, "Times New Roman", ui-serif, serif;
  color: var(--txt);
  background:
    radial-gradient(1000px 580px at 92% -10%, rgba(63, 127, 212, .16) 0%, transparent 62%),
    radial-gradient(820px 580px at -10% 60%, rgba(221, 208, 180, .07) 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 }

.finiskip {
  position: absolute; top: -42px; left: 8px;
  padding: 8px 12px; background: var(--sec); color: #0a0f1c;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.finiskip:focus { top: 8px }

/* ===== HEADER BAR ===== */
.enambar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 15, 28, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.enamlogo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.enamlogo:hover { text-decoration: none }
.enamlogo__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 10px rgba(63, 127, 212, .55));
}
.enamlogo__t {
  font-family: "Marck Script", "Noto Serif", cursive, serif;
  font-weight: 400; font-size: 24px; line-height: 1; letter-spacing: .2px;
}
.enamlogo__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.4px; font-weight: 600; margin-top: 4px;
  text-transform: uppercase; font-family: "Noto Serif", serif;
}
.enamnav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.enamnav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.enamnav a:hover { color: var(--pri); border-bottom-color: var(--pri); text-decoration: none }

/* ===== CTA ===== */
.ctabtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Noto Serif", 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;
}
.ctabtn:hover { text-decoration: none; transform: translateY(-1px) }
.ctabtn--sm { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.ctabtn--sm:hover { background: var(--bg-2); border-color: var(--pri) }
.ctabtn--lg { padding: 15px 28px; font-size: 15px; border-radius: 10px }
.ctabtn--hot {
  background: linear-gradient(120deg, var(--cta-a) 0%, var(--cta-b) 100%);
  color: #f4f8ff; border: 0;
  box-shadow: 0 12px 30px -10px rgba(63, 127, 212, .75);
  font-weight: 700;
}
.ctabtn--hot:hover { box-shadow: 0 16px 38px -8px rgba(63, 127, 212, .95) }
.ctabtn--ghost { background: transparent; color: var(--txt); border-color: var(--line) }
.ctabtn--ghost:hover { border-color: var(--pri); color: var(--pri) }

/* ===== AGGREGATE COUNTER STRIP (эмальерный пульт) ===== */
.cloisonstrip {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(63, 127, 212, .05), rgba(221, 208, 180, .03));
  font-size: 13px;
}
.cloisonstrip__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.cloisonstrip__cell:last-child { border-right: 0 }
.cloisonstrip__num {
  font-family: "Noto Serif", serif;
  font-weight: 700; font-size: 15px; color: var(--pri);
  letter-spacing: -.2px;
}
.cloisonstrip__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO ===== */
.firingbox {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.finiftag {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--pri);
  background: rgba(63, 127, 212, .08);
  border: 1px solid rgba(63, 127, 212, .25);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
  font-family: "Noto Serif", serif;
}
h1 {
  font-family: "Marck Script", "Noto Serif", cursive, serif;
  font-size: clamp(32px, 4.6vw, 52px); line-height: 1.1;
  margin: 0 0 18px; letter-spacing: .2px; font-weight: 400;
}
.hilite { color: var(--pri) }
.firingbox__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66;
}
.firingbox__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.kilncard { margin: 0 }
.kilncard__svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 28% 30%, rgba(63, 127, 212, .25), transparent 60%),
    radial-gradient(360px 280px at 78% 78%, rgba(221, 208, 180, .16), transparent 65%),
    linear-gradient(135deg, #0c1424 0%, #16213e 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(63, 127, 212, .42);
}
.kilncard figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* HERO KPI */
.firingkpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.firingkpi__item { display: flex; flex-direction: column; gap: 2px }
.firingkpi__num {
  font-family: "Marck Script", "Noto Serif", cursive, serif;
  font-size: 30px; font-weight: 400;
  color: var(--pri); letter-spacing: 0;
}
.firingkpi__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.2px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.firingbox, section.orbicbox-sec { padding-top: 36px }
h2 {
  font-family: "Marck Script", "Noto Serif", cursive, serif;
  font-size: clamp(26px, 3.4vw, 38px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: .2px; font-weight: 400;
}
h3 {
  font-family: "Noto Serif", 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) }
.finilead { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px }

/* ===== THREE STEPS ===== */
.skanrow {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.flaskbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.flaskbox__num {
  font-family: "Marck Script", "Noto Serif", cursive, serif;
  position: absolute; top: 10px; right: 22px;
  font-size: 60px; font-weight: 400; line-height: 1;
  color: var(--bg-3);
}
.flaskbox__head {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--pri);
}
.flaskbox p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== SLOT GRID ===== */
.milleforow {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.vitreorow {
  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;
}
.vitreorow:hover {
  transform: translateY(-3px);
  border-color: var(--pri);
  box-shadow: 0 18px 36px -14px rgba(63, 127, 212, .42);
}
.vitreorow__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Marck Script", "Noto Serif", cursive, serif;
  font-weight: 400; font-size: 26px; color: rgba(234, 240, 250, .95);
  text-align: center; padding: 14px;
  letter-spacing: 0; line-height: 1.15;
  position: relative; overflow: hidden;
}
.vitreorow__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, #0b2044 0%, #3f7fd4 100%) }
.cv-2 { background: linear-gradient(135deg, #2a2410 0%, #ddd0b4 100%); color: #0a0f1c }
.cv-3 { background: linear-gradient(135deg, #101a3a 0%, #2653a8 100%) }
.cv-4 { background: linear-gradient(135deg, #0a2e26 0%, #4cc7a2 100%); color: #071612 }
.cv-5 { background: linear-gradient(135deg, #3a1808 0%, #e8623e 100%) }
.cv-6 { background: linear-gradient(135deg, #0a2038 0%, #5aa0e0 100%) }
.cv-7 { background: linear-gradient(135deg, #2a1810 0%, #e8623e 100%) }
.cv-8 { background: linear-gradient(135deg, #0a2044 0%, #6c9fdc 100%) }
.cv-9 { background: linear-gradient(135deg, #26210f 0%, #d6c79a 100%); color: #0a0f1c }
.cv-10 { background: linear-gradient(135deg, #0c2a3a 0%, #4bb7c4 100%) }
.cv-11 { background: linear-gradient(135deg, #14204a 0%, #4a8fe0 100%) }
.cv-12 { background: linear-gradient(135deg, #2a2210 0%, #cabd94 100%); color: #0a0f1c }

.vitreorow h3 { font-family: "Noto Serif", serif; font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 700 }
.vitreorow p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.meltbtn {
  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;
}
.meltbtn:hover { background: var(--pri); border-color: var(--pri); color: #f4f8ff; text-decoration: none }

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

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

/* VIP ladder (скань-перегородки) — staircase 0/-7/-14/-22/-31/-41 */
.skanladder {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.skanladder__step {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.skanladder__step:nth-child(1) { transform: translateY(0) }
.skanladder__step:nth-child(2) { transform: translateY(-7px) }
.skanladder__step:nth-child(3) { transform: translateY(-14px) }
.skanladder__step:nth-child(4) { transform: translateY(-22px); border-color: var(--pri); background: var(--bg-2) }
.skanladder__step:nth-child(5) { transform: translateY(-31px); border-color: var(--pri); background: var(--bg-2) }
.skanladder__step:nth-child(6) { transform: translateY(-41px); border-color: var(--sec); background: linear-gradient(135deg, var(--bg-2), rgba(221, 208, 180, .1)) }
.skanladder__name {
  font-family: "Noto Serif", serif;
  font-size: 12px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1.1; margin-bottom: 5px;
}
.skanladder__cb { font-size: 11px; color: var(--txt-d) }
.skanladder__step:nth-child(6) .skanladder__name { color: var(--sec) }

/* ===== TOURNAMENT ===== */
.flambrow-sec {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(63, 127, 212, .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;
}
.flambrow__btns { margin: 22px 0 28px }
.flambrow {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.flambrow > 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;
}
.flambrow span {
  font-family: "Marck Script", "Noto Serif", cursive, serif;
  font-size: 26px; font-weight: 400; color: var(--pri);
  margin-bottom: 4px; letter-spacing: 0;
}
.flambrow em { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal }
.flambrow i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== LIVE GALLERY ===== */
.milleforow--live {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.milletile {
  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;
}
.milletile:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(232, 98, 62, .4);
}
.milletile__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Marck Script", "Noto Serif", cursive, serif;
  font-weight: 400; font-size: 22px; color: rgba(234, 240, 250, .95);
  padding: 12px; text-align: center; letter-spacing: 0;
  position: relative; overflow: hidden;
}
.lv-1 { background: linear-gradient(135deg, #0a1a3a 0%, #3f7fd4 100%) }
.lv-2 { background: linear-gradient(135deg, #2a1808 0%, #e8623e 100%) }
.lv-3 { background: linear-gradient(135deg, #0a2e26 0%, #4cc7a2 100%) }
.lv-4 { background: linear-gradient(135deg, #26210f 0%, #ddd0b4 100%); color: #0a0f1c }
.lv-5 { background: linear-gradient(135deg, #101a3a 0%, #2653a8 100%) }
.lv-6 { background: linear-gradient(135deg, #0c2a3a 0%, #4bb7c4 100%) }

.milletile__b { padding: 14px 16px 16px; position: relative }
.milletile__t { font-weight: 700; font-size: 16px; margin-bottom: 4px; font-family: "Noto Serif", serif }
.milletile__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.milletile__m { font-size: 13px; color: var(--sec); font-weight: 700; margin-bottom: 4px }
.milletile__p { font-size: 12px; color: var(--txt-dd) }
.milletile__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 ===== */
.obrazbox h3 {
  border-left: 3px solid var(--pri);
  padding-left: 14px; margin-top: 30px;
}
.obrazbox p { color: var(--txt); line-height: 1.72 }
.finibadges {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.glazetag {
  padding: 7px 13px;
  background: var(--bg-2);
  border: 1px solid var(--pri);
  border-radius: 4px;
  font-size: 12px; color: var(--txt);
  letter-spacing: .4px;
}

/* ===== REVIEWS ===== */
.cabochrow {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.cabochbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.cabochbox__stars { color: var(--sec); font-size: 16px; letter-spacing: 4px }
.cabochbox__stars--four .star-off { color: var(--line-2) }
.cabochbox__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.cabochbox__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.cabochbox__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: #0a0f1c; font-weight: 700; font-size: 14px;
  flex: none;
}

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

.lustrrow {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.lustrrow > 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;
}
.lustrrow__t {
  font-family: "Noto Serif", serif;
  font-size: 16px; color: var(--pri); font-weight: 700;
}
.lustrrow em { font-size: 12px; color: var(--txt-d); font-style: normal }

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

/* ===== FAQ ===== */
.lucentrow-sec h2 { margin-bottom: 22px }
.lucentrow {
  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;
}
.lucentrow[open] { border-color: var(--pri) }
.lucentrow summary {
  cursor: pointer; font-weight: 700; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
}
.lucentrow summary::-webkit-details-marker { display: none }
.lucentrow 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: 13px;
  transition: transform .25s;
}
.lucentrow[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--pri) }
.lucentrow p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.66 }

/* ===== AUTHOR NOTE ===== */
.ctenamrow {
  max-width: 1240px; margin: 0 auto;
  padding: 8px 22px 48px;
}
.ctenamrow h2 { font-size: clamp(22px, 2.6vw, 28px); margin-bottom: 12px }
.ctenamrow p { color: var(--txt-d); font-size: 14px; line-height: 1.7; max-width: 900px }

/* ===== FOOTER ===== */
.enamfoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(10, 15, 28, .6);
}
.enamfoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.enamfoot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.enamfoot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.enamfoot__mark { display: flex; flex-direction: column; line-height: 1.1 }
.enamfoot__name { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px; font-family: "Marck Script", "Noto Serif", cursive, serif }
.enamfoot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.enamfoot__op { color: var(--pri); font-weight: 700 }
.enamfoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.enamfoot__col h4 {
  font-family: "Noto Serif", serif;
  font-size: 12px; color: var(--sec); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.6px;
  margin: 0 0 12px;
}
.enamfoot__col ul { list-style: none; padding: 0; margin: 0 }
.enamfoot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.enamfoot__col li:hover { color: var(--txt) }
.enamfoot__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) {
  .orbicbox-grid { grid-template-columns: repeat(2, 1fr) }
  .foilrow { grid-template-columns: repeat(3, 1fr) }
  .flambrow { grid-template-columns: repeat(2, 1fr) }
  .cabochrow { grid-template-columns: 1fr }
  .enamfoot__top { grid-template-columns: 1fr }
  .cloisonstrip { grid-template-columns: repeat(3, 1fr) }
  .cloisonstrip__cell:nth-child(4), .cloisonstrip__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .skanladder { grid-template-columns: repeat(3, 1fr) }
  .skanladder__step { transform: none !important }
}

@media (max-width: 880px) {
  .firingbox { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .kilncard { order: -1 }
  .enamnav { display: none }
  .enambar { padding: 11px 14px }
  section { padding: 36px 16px }
  .orbicbox-sec, .flambrow-sec, .zharbox { padding: 36px 18px; margin: 22px 14px }
  .skanrow { grid-template-columns: 1fr }
  .eglombox-grid { grid-template-columns: 1fr }
  .enamfoot__top { padding: 30px 16px 22px; gap: 22px }
  .enamfoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .cloisonstrip { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .cloisonstrip__cell { padding: 4px 10px }
  .lustrrow { grid-template-columns: 1fr }
  .firingkpi { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .milleforow { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .milleforow--live { grid-template-columns: 1fr }
  .vitreorow h3 { font-size: 13px }
  .vitreorow p { font-size: 11px }
  .vitreorow__cover { font-size: 18px }
  .orbicbox-grid { grid-template-columns: 1fr }
  .firingbox__btns { flex-direction: column; align-items: stretch }
  .ctabtn--lg { width: 100% }
  .foilrow { grid-template-columns: repeat(2, 1fr) }
  .flambrow { grid-template-columns: 1fr }
  .enamfoot__cols { grid-template-columns: 1fr }
  .skanladder { grid-template-columns: repeat(2, 1fr) }
}

/* ===== WELCOME wrapper ===== */
.orbicbox-sec {
  background:
    radial-gradient(720px 360px at 82% 28%, rgba(221, 208, 180, .07) 0%, transparent 70%),
    rgba(17, 24, 48, .55);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.orbicbox-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.orbicbox {
  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;
}
.orbicbox:hover { border-color: var(--pri); transform: translateY(-2px) }
.orbicbox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(63, 127, 212, .07), transparent 60%);
  pointer-events: none;
}
.orbicbox__step {
  font-family: "Noto Serif", serif;
  font-size: 11px; color: var(--sec); font-weight: 700;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.orbicbox__pct {
  font-family: "Marck Script", "Noto Serif", cursive, serif;
  font-size: 34px; font-weight: 400; line-height: 1;
  color: var(--pri); letter-spacing: 0;
  margin-bottom: 8px;
}
.orbicbox__title { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.orbicbox__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }
