/* clubvulkan4.buzz — Вулкан / Vulkan. Концепт: «Лавовое озеро» (Эрта-Але / Ньирагонго). Палитра: расплав-оранж + тёплое золото на угольном фоне */

:root {
  --bg: #0a0705;
  --bg-2: #160d06;
  --bg-3: #241409;
  --line: #2c1c0e;
  --line-2: #44301a;
  --txt: #f4e9df;
  --txt-d: #c9ab90;
  --txt-dd: #8f7258;
  --acc: #ff7e1a;
  --acc-2: #ffc46b;
  --acc-2-d: #d99a44;
  --hot: #ff5a2c;
  --good: #7be8b0;
  --r: 12px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.62 "PT Sans Caption", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1020px 600px at 50% -12%, rgba(255, 126, 26, .20) 0%, transparent 60%),
    radial-gradient(820px 560px at 88% 64%, rgba(255, 196, 107, .09) 0%, transparent 62%),
    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 }

/* heading-override: всё шрифтом Pacifico */
h1, h2, h3, h4,
.logo__t, .lavalake__chip, .ovrline,
.molstat__num, .kpi__num, .crustbox__pct, .crustbox__step,
.heatrow__name, .blazecup__kpi span, .moltrail__big,
.molbed__col h4, .molbed__name {
  font-family: "Pacifico", "PT Sans Caption", system-ui, cursive;
  font-weight: 400;
}

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

/* ===== TOP BAR ===== */
.molbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 7, 5, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.logo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.logo:hover { text-decoration: none }
.logo__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 11px rgba(255, 126, 26, .6));
}
.logo__t { font-size: 21px; line-height: 1; letter-spacing: .2px }
.logo__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.2px; font-weight: 700; margin-top: 5px;
  text-transform: uppercase; font-family: "PT Sans Caption", sans-serif;
}
.nav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.nav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.nav a:hover { color: var(--acc); border-bottom-color: var(--acc); text-decoration: none }

/* ===== CTA ===== */
.cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "PT Sans Caption", system-ui, sans-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;
}
.cta:hover { text-decoration: none; transform: translateY(-1px) }
.cta--small { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.cta--small:hover { background: var(--bg-2); border-color: var(--acc) }
.cta--big { padding: 15px 28px; font-size: 15px; border-radius: 10px }
.cta--hot {
  background: linear-gradient(120deg, #ff8c24 0%, #c75a0e 100%);
  color: #1a0c02; border: 0;
  box-shadow: 0 12px 30px -10px rgba(255, 126, 26, .8);
  font-weight: 700;
}
.cta--hot:hover { box-shadow: 0 16px 38px -8px rgba(255, 126, 26, .98) }
.cta--ghost { background: transparent; color: var(--txt); border-color: var(--line-2) }
.cta--ghost:hover { border-color: var(--acc); color: var(--acc) }

/* ===== AGGREGATE COUNTER STRIP ===== */
.molstat {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(255, 126, 26, .05), rgba(255, 196, 107, .035));
  font-size: 13px;
}
.molstat__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.molstat__cell:last-child { border-right: 0 }
.molstat__num { font-size: 18px; color: var(--acc); letter-spacing: .2px }
.molstat__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO ===== */
.lavalake {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.lavalake__chip {
  display: inline-block;
  font-size: 14px; letter-spacing: .8px; color: var(--acc-2);
  background: rgba(255, 126, 26, .09);
  border: 1px solid rgba(255, 126, 26, .28);
  padding: 6px 14px; border-radius: 4px;
  margin: 0 0 18px;
}
h1 {
  font-size: clamp(30px, 4.2vw, 48px); line-height: 1.12;
  margin: 0 0 18px; letter-spacing: .2px;
}
.acc { color: var(--acc) }
.lavalake__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66;
}
.lavalake__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.lavalake__pic { margin: 0 }
.lavalake__pic-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(255, 126, 26, .5);
}
.lavalake__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* KPI inline */
.kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.kpi__item { display: flex; flex-direction: column; gap: 2px }
.kpi__num { font-size: 28px; color: var(--acc); letter-spacing: .2px }
.kpi__lbl { 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.lavalake, section.crustfill { padding-top: 36px }
.ovrline {
  display: inline-block;
  font-size: 14px; letter-spacing: .6px;
  color: var(--acc-2); margin: 0 0 10px;
}
h2 {
  font-size: clamp(24px, 3.1vw, 35px); line-height: 1.22;
  margin: 0 0 16px; letter-spacing: .2px;
}
h3 {
  font-size: clamp(18px, 2vw, 22px); line-height: 1.34;
  margin: 26px 0 10px; color: var(--acc); letter-spacing: .2px;
}
p { margin: 0 0 14px; color: var(--txt) }
.lead { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px }

/* ===== WELCOME / CRUSTFILL ===== */
.crustfill {
  background:
    radial-gradient(720px 360px at 80% 26%, rgba(255, 196, 107, .08) 0%, transparent 68%),
    rgba(22, 13, 6, .6);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.crustfill__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.crustbox {
  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;
}
.crustbox:hover { border-color: var(--acc); transform: translateY(-2px) }
.crustbox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255, 126, 26, .08), transparent 58%);
  pointer-events: none;
}
.crustbox__step {
  font-size: 13px; color: var(--acc-2);
  letter-spacing: 1px; margin-bottom: 8px; text-transform: uppercase;
}
.crustbox__pct {
  font-size: 32px; line-height: 1;
  color: var(--acc); letter-spacing: .2px;
  margin-bottom: 8px;
}
.crustbox__title { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.crustbox__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== THREE STEPS / LAVASPAT ===== */
.lavaspat__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.spatbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.spatbox__num {
  font-family: "Pacifico", cursive;
  position: absolute; top: 10px; right: 22px;
  font-size: 54px; line-height: 1;
  color: var(--bg-3);
}
.spatbox__head {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--acc);
}
.spatbox p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== SLOT GRID / MOLTENGRID ===== */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.embercard {
  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;
}
.embercard:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -14px rgba(255, 126, 26, .45);
}
.embercard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Pacifico", cursive;
  font-size: 23px; color: rgba(244, 233, 223, .95);
  text-align: center; padding: 14px;
  line-height: 1.18;
  position: relative; overflow: hidden;
}
.embercard__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.4) 100%);
  pointer-events: none;
}
.cv-1 { background: linear-gradient(135deg, #3a1a05 0%, #ff7e1a 100%) }
.cv-2 { background: linear-gradient(135deg, #3a2405 0%, #ffc46b 100%); color: #1a0c02 }
.cv-3 { background: linear-gradient(135deg, #2a0e05 0%, #ff5a2c 100%) }
.cv-4 { background: linear-gradient(135deg, #1a1305 0%, #e0a93a 100%); color: #1a0c02 }
.cv-5 { background: linear-gradient(135deg, #401e08 0%, #ff8c24 100%) }
.cv-6 { background: linear-gradient(135deg, #2a1808 0%, #d98a36 100%) }
.cv-7 { background: linear-gradient(135deg, #3a1405 0%, #ff7e1a 100%) }
.cv-8 { background: linear-gradient(135deg, #2a1a08 0%, #ffc46b 100%); color: #1a0c02 }
.cv-9 { background: linear-gradient(135deg, #401608 0%, #ff5a2c 100%) }
.cv-10 { background: linear-gradient(135deg, #2a2008 0%, #e6b850 100%); color: #1a0c02 }
.cv-11 { background: linear-gradient(135deg, #3a1c05 0%, #ff8c24 100%) }
.cv-12 { background: linear-gradient(135deg, #2a1205 0%, #d97a28 100%) }

.embercard h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-family: "PT Sans Caption", sans-serif; font-weight: 700 }
.embercard p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4; display: flex; flex-wrap: wrap; gap: 4px; align-items: baseline }
.embercard__rtp { color: var(--acc-2); font-weight: 700 }
.embercard__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;
}
.embercard__btn:hover { background: var(--acc); border-color: var(--acc); color: #1a0c02; text-decoration: none }

.ventfeed { margin: 22px 0 0 }
.ventfeed__title { font-size: 12px; color: var(--acc-2); margin-bottom: 10px; letter-spacing: 1.2px; text-transform: uppercase; font-weight: 700 }
.ventfeed__list { display: flex; flex-wrap: wrap; gap: 8px }
.ventfeed__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 / FURNACE ===== */
.furnace__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.furnbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.furnbox:hover { border-color: var(--acc-2) }
.furnbox__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--acc-2); font-family: "PT Sans Caption", sans-serif }
.furnbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* VIP-лестница / HEATROW */
.heatrow {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.heatrow__step {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.heatrow__step:nth-child(1) { transform: translateY(0) }
.heatrow__step:nth-child(2) { transform: translateY(-5px) }
.heatrow__step:nth-child(3) { transform: translateY(-11px) }
.heatrow__step:nth-child(4) { transform: translateY(-19px); border-color: var(--acc); background: var(--bg-2) }
.heatrow__step:nth-child(5) { transform: translateY(-27px); border-color: var(--acc); background: var(--bg-2) }
.heatrow__step:nth-child(6) { transform: translateY(-35px); border-color: var(--acc-2); background: linear-gradient(135deg, var(--bg-2), rgba(255, 196, 107, .1)) }
.heatrow__name {
  font-size: 15px; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 6px;
}
.heatrow__cb { font-size: 11px; color: var(--txt-d) }
.heatrow__step:nth-child(6) .heatrow__name { color: var(--acc-2) }

/* ===== TOURNAMENT / BLAZECUP ===== */
.blazecup {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(255, 126, 26, .12) 0%, transparent 68%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.blazecup__btns { margin: 22px 0 28px }
.blazecup__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.blazecup__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;
}
.blazecup__kpi span {
  font-size: 24px; color: var(--acc);
  margin-bottom: 4px; letter-spacing: .2px;
}
.blazecup__kpi em { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal }
.blazecup__kpi i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== LIVE GALLERY / GLOWSTAGE ===== */
.glowstage__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.glowtile {
  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;
}
.glowtile:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(255, 90, 44, .45);
}
.glowtile__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Pacifico", cursive;
  font-size: 19px; color: rgba(244, 233, 223, .95);
  padding: 12px; text-align: center;
  position: relative; overflow: hidden;
}
.lv-1 { background: linear-gradient(135deg, #2a0e05 0%, #ff7e1a 100%) }
.lv-2 { background: linear-gradient(135deg, #3a2405 0%, #ffc46b 100%); color: #1a0c02 }
.lv-3 { background: linear-gradient(135deg, #401608 0%, #ff5a2c 100%) }
.lv-4 { background: linear-gradient(135deg, #2a1808 0%, #d98a36 100%) }
.lv-5 { background: linear-gradient(135deg, #3a1405 0%, #ff8c24 100%) }
.lv-6 { background: linear-gradient(135deg, #2a2008 0%, #e6b850 100%); color: #1a0c02 }

.glowtile__b { padding: 14px 16px 16px; position: relative }
.glowtile__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.glowtile__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.glowtile__m { font-size: 13px; color: var(--acc-2); font-weight: 700; margin-bottom: 4px }
.glowtile__p { font-size: 12px; color: var(--txt-dd) }
.glowtile__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 / LAKEARC ===== */
.lakearc h3 {
  border-left: 3px solid var(--acc);
  padding-left: 14px; margin-top: 30px;
}
.lakearc p { color: var(--txt); line-height: 1.72 }
.badges {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.bdg {
  padding: 7px 13px;
  background: var(--bg-2);
  border: 1px solid var(--acc);
  border-radius: 4px;
  font-size: 12px; color: var(--txt);
  letter-spacing: .4px;
}

/* ===== REVIEWS / EMBERSAY ===== */
.rev__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.embsbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.embsbox__stars { color: var(--acc-2); font-size: 16px; letter-spacing: 4px }
.embsbox__stars--four .star-off { color: var(--line-2); }
.embsbox__q { font-size: 14px; line-height: 1.6; color: var(--txt); margin: 0 }
.embsbox__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.embsbox__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--acc), var(--acc-2));
  border-radius: 50%; color: #1a0c02; font-weight: 700; font-size: 14px;
  flex: none;
}

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

.moltrail__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.moltrail__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;
}
.moltrail__big { font-size: 17px; color: var(--acc) }
.moltrail__times span:not(.moltrail__big) { font-size: 12px; color: var(--txt-d) }

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

/* ===== FAQ / MOLFAQ ===== */
.molfaq 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: 16px;
  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: 15px; line-height: 1.66 }

/* ===== AUTHOR NOTE / LAKENOTE ===== */
.lakenote {
  max-width: 1240px; margin: 0 auto;
  padding: 0 22px 48px;
  color: var(--txt-d); font-size: 13px; line-height: 1.66;
}
.lakenote__by { color: var(--acc-2); font-weight: 700; margin-bottom: 8px }
.lakenote p { color: var(--txt-d) }

/* ===== FOOTER / MOLBED ===== */
.molbed {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(10, 7, 5, .65);
}
.molbed__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.molbed__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.molbed__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.molbed__logo span { display: flex; flex-direction: column; line-height: 1.1 }
.molbed__name { color: var(--txt); font-size: 18px; margin-bottom: 3px }
.molbed__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.molbed__op { color: var(--acc) }
.molbed__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.molbed__col h4 {
  font-size: 14px; color: var(--acc-2);
  letter-spacing: .4px;
  margin: 0 0 12px;
}
.molbed__col ul { list-style: none; padding: 0; margin: 0 }
.molbed__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.molbed__col li:hover { color: var(--txt) }
.molbed__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) {
  .crustfill__grid { grid-template-columns: 1fr }
  .moltrail__grid { grid-template-columns: repeat(3, 1fr) }
  .blazecup__kpi { grid-template-columns: repeat(2, 1fr) }
  .rev__grid { grid-template-columns: 1fr }
  .molbed__top { grid-template-columns: 1fr }
  .molstat { grid-template-columns: repeat(3, 1fr) }
  .molstat__cell:nth-child(4), .molstat__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .heatrow { grid-template-columns: repeat(3, 1fr) }
  .heatrow__step { transform: none !important }
}

@media (max-width: 880px) {
  .lavalake { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .lavalake__pic { order: -1 }
  .nav { display: none }
  .molbar { padding: 11px 14px }
  section { padding: 36px 16px }
  .crustfill, .blazecup, .lakecall { padding: 36px 18px; margin: 22px 14px }
  .lavaspat__grid { grid-template-columns: 1fr }
  .furnace__grid { grid-template-columns: 1fr }
  .molbed__top { padding: 30px 16px 22px; gap: 22px }
  .molbed__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .molstat { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .molstat__cell { padding: 4px 10px }
  .moltrail__times { grid-template-columns: 1fr }
  .kpi { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .glowstage__grid { grid-template-columns: 1fr }
  .embercard h3 { font-size: 13px }
  .embercard p { font-size: 11px }
  .embercard__cover { font-size: 17px }
  .lavalake__btns { flex-direction: column; align-items: stretch }
  .cta--big { width: 100% }
  .moltrail__grid { grid-template-columns: repeat(2, 1fr) }
  .blazecup__kpi { grid-template-columns: 1fr }
  .molbed__cols { grid-template-columns: 1fr }
  .heatrow { grid-template-columns: repeat(2, 1fr) }
}
