/* 1xbet9z.lol — премиум-лендинг 1xBet / 1хБет. Концепт «Икс-Стеклодув»: гутенская печь, выдувная трубка, отжиг, хрусталь. Палитра aqua-glass + frost + molten-amber */

:root {
  --bg: #070f14;
  --bg-2: #0c1a20;
  --bg-3: #11262d;
  --line: #1a3640;
  --line-2: #234e5a;
  --txt: #e6f4f2;
  --txt-d: #9fcac4;
  --txt-dd: #5f8d88;
  --pri: #22ccc2;
  --sec: #9be0d8;
  --acc: #1d7a86;
  --hot: #f0a83a;
  --cta-a: #34d8c8;
  --cta-b: #1d7a86;
  --r: 12px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.62 "IBM Plex Mono", ui-monospace, SFMono-Regular, "Segoe UI Mono", Menlo, Consolas, monospace;
  color: var(--txt);
  background:
    radial-gradient(1040px 600px at 90% -12%, rgba(34, 204, 194, .15) 0%, transparent 62%),
    radial-gradient(820px 580px at -10% 58%, rgba(240, 168, 58, .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 }

.skiptocell {
  position: absolute; top: -44px; left: 8px;
  padding: 8px 12px; background: var(--pri); color: #04100f;
  border-radius: 6px; z-index: 100; font-weight: 600;
}
.skiptocell:focus { top: 8px }

/* ===== TOP BAR ===== */
.glassbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 15, 20, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.glasslogo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.glasslogo:hover { text-decoration: none }
.glasslogo__svg {
  width: 30px; height: 30px; flex: none;
  filter: drop-shadow(0 0 10px rgba(34, 204, 194, .55));
}
.glasslogo__t {
  font-family: "Cormorant SC", Georgia, serif;
  font-weight: 700; line-height: 1; letter-spacing: .2px; font-size: 21px;
}
.glasslogo__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.2px; font-weight: 500; margin-top: 4px;
  text-transform: uppercase; font-family: "IBM Plex Mono", monospace;
}
.glassnav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.glassnav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.glassnav a:hover { color: var(--pri); border-bottom-color: var(--pri); text-decoration: none }

/* ===== BLOW BUTTON (CTA + play) ===== */
.blowbtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Cormorant SC", Georgia, serif;
  font-weight: 600; font-size: 16px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: .2px;
}
.blowbtn:hover { text-decoration: none; transform: translateY(-1px) }
.blowbtn--mini { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.blowbtn--mini:hover { background: var(--bg-2); border-color: var(--pri) }
.blowbtn--big { padding: 15px 28px; font-size: 18px; border-radius: 10px }
.blowbtn--molten {
  background: linear-gradient(120deg, var(--cta-a) 0%, var(--cta-b) 100%);
  color: #04100f; border: 0;
  box-shadow: 0 12px 30px -10px rgba(34, 204, 194, .7);
  font-weight: 700;
}
.blowbtn--molten:hover { box-shadow: 0 16px 38px -8px rgba(34, 204, 194, .92) }
.blowbtn--frost { background: transparent; color: var(--txt); border-color: var(--line) }
.blowbtn--frost:hover { border-color: var(--pri); color: var(--pri) }

/* ===== AGGREGATE COUNTER STRIP ===== */
.furnacestrip {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(34, 204, 194, .05), rgba(240, 168, 58, .03));
  font-size: 13px;
}
.furnacestrip__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.furnacestrip__cell:last-child { border-right: 0 }
.furnacestrip__num {
  font-family: "Cormorant SC", Georgia, serif;
  font-weight: 700; font-size: 17px; color: var(--pri);
  letter-spacing: .2px;
}
.furnacestrip__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO ===== */
.molgatherbox {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.muranotag {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--pri);
  background: rgba(34, 204, 194, .08);
  border: 1px solid rgba(34, 204, 194, .25);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 500;
}
h1 {
  font-family: "Cormorant SC", Georgia, serif;
  font-size: clamp(30px, 4.2vw, 48px); line-height: 1.08;
  margin: 0 0 18px; letter-spacing: 0; font-weight: 700;
}
.anneacc { color: var(--pri) }
.molgatherbox__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66;
}
.molgatherbox__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.molgatherbox__pic { margin: 0 }
.molgatherbox__pic-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 22% 72%, rgba(240, 168, 58, .22), transparent 60%),
    radial-gradient(360px 280px at 78% 30%, rgba(34, 204, 194, .2), transparent 65%),
    linear-gradient(135deg, #081720 0%, #0e2129 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(34, 204, 194, .42);
}
.molgatherbox__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* hero KPI */
.gaugefour {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.gaugefour__item { display: flex; flex-direction: column; gap: 2px }
.gaugefour__num {
  font-family: "Cormorant SC", Georgia, serif;
  font-size: 28px; font-weight: 700;
  color: var(--pri); letter-spacing: 0;
}
.gaugefour__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.molgatherbox, section.gobbox { padding-top: 36px }
.muranoline {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--hot); font-weight: 600;
  margin: 0 0 10px; font-family: "IBM Plex Mono", monospace;
}
h2 {
  font-family: "Cormorant SC", Georgia, serif;
  font-size: clamp(24px, 3.2vw, 36px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: 0; font-weight: 700;
}
h3 {
  font-family: "Cormorant SC", Georgia, serif;
  font-size: clamp(18px, 2vw, 22px); line-height: 1.32;
  margin: 26px 0 10px; color: var(--pri); font-weight: 600; letter-spacing: 0;
}
p { margin: 0 0 14px; color: var(--txt) }
.cribintro, .molgatherbox__sub, .vesselcardwrap__lead, .gobbox__lead,
.goblecardwrap__lead, .vitriguide__lead, .crucard__lead, .vitribar__lead, .batchbox__lead {
  color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px;
}

/* ===== THREE STEPS ===== */
.meltrow__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.frittbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.frittbox:hover { border-color: var(--pri); transform: translateY(-2px) }
.frittbox__num {
  font-family: "Cormorant SC", Georgia, serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 56px; font-weight: 700; line-height: 1;
  color: var(--bg-3);
}
.frittbox__head {
  font-size: 19px; font-weight: 700; margin-bottom: 12px;
  color: var(--pri); font-family: "Cormorant SC", Georgia, serif;
}
.frittbox p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== WELCOME ===== */
.gobbox {
  background:
    radial-gradient(720px 360px at 82% 28%, rgba(240, 168, 58, .07) 0%, transparent 70%),
    rgba(12, 26, 32, .55);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.gobbox__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.frittbox--g1, .frittbox--g2, .frittbox--g3, .frittbox--g4 { background: var(--bg-2) }
.frittbox--g1::before, .frittbox--g2::before, .frittbox--g3::before, .frittbox--g4::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(34, 204, 194, .07), transparent 60%);
  pointer-events: none;
}
.frittbox__step {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px; color: var(--hot); font-weight: 600;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.frittbox__pct {
  font-family: "Cormorant SC", Georgia, serif;
  font-size: 32px; font-weight: 700; line-height: 1;
  color: var(--pri); letter-spacing: 0;
  margin-bottom: 8px;
}
.frittbox__title { font-weight: 600; font-size: 15px; margin-bottom: 6px; color: var(--txt) }
.frittbox__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== SLOT GRID ===== */
.goblet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.vesselcard {
  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;
}
.vesselcard:hover {
  transform: translateY(-3px);
  border-color: var(--pri);
  box-shadow: 0 18px 36px -14px rgba(34, 204, 194, .42);
}
.vesselcard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 600; font-size: 19px; color: rgba(230, 244, 242, .92);
  text-align: center; padding: 14px;
  letter-spacing: .5px; line-height: 1.15;
  position: relative; overflow: hidden;
}
.vesselcard__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.35) 100%);
  pointer-events: none;
}
/* recoloured cv-N gradient utilities — стеклодув palette family */
.cv-1 { background: linear-gradient(135deg, #06302f 0%, #22ccc2 100%) }
.cv-2 { background: linear-gradient(135deg, #08323a 0%, #34d8c8 100%) }
.cv-3 { background: linear-gradient(135deg, #052b30 0%, #1d7a86 100%) }
.cv-4 { background: linear-gradient(135deg, #0a3a38 0%, #9be0d8 100%); color: #06201e }
.cv-5 { background: linear-gradient(135deg, #3a2606 0%, #f0a83a 100%); color: #1a1304 }
.cv-6 { background: linear-gradient(135deg, #06343a 0%, #2bb6c0 100%) }
.cv-7 { background: linear-gradient(135deg, #08323c 0%, #46d0c6 100%) }
.cv-8 { background: linear-gradient(135deg, #073034 0%, #1d7a86 100%) }
.cv-9 { background: linear-gradient(135deg, #2f2208 0%, #f0a83a 100%); color: #1a1304 }
.cv-10 { background: linear-gradient(135deg, #063338 0%, #6fd8d0 100%) }
.cv-11 { background: linear-gradient(135deg, #052e34 0%, #22ccc2 100%) }
.cv-12 { background: linear-gradient(135deg, #0a3b3a 0%, #9be0d8 100%); color: #06201e }

.vesselcard h3 { font-size: 16px; margin: 12px 14px 4px; color: var(--txt); font-weight: 600 }
.vesselcard p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4; font-family: "IBM Plex Mono", monospace }
.vesselcard__btn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 15px;
  border: 1px solid var(--line); transition: all .15s;
}
.vesselcard__btn:hover { background: var(--pri); border-color: var(--pri); color: #04100f; text-decoration: none; transform: none }

.potbrace { margin: 22px 0 0 }
.potbrace__title { font-size: 12px; color: var(--hot); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 600 }
.potbrace__list { display: flex; flex-wrap: wrap; gap: 8px }
.potbrace__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 ===== */
.cullatbox__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.cullatbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.cullatbox:hover { border-color: var(--hot) }
.cullatbox__h { font-weight: 700; font-size: 18px; margin-bottom: 10px; color: var(--hot); font-family: "Cormorant SC", Georgia, serif }
.cullatbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* VIP ladder — staircase re-rolled to 0 / -8 / -15 / -22 / -30 / -39 */
.punterow {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.punterow__step {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.punterow__step:nth-child(1) { transform: translateY(0) }
.punterow__step:nth-child(2) { transform: translateY(-8px) }
.punterow__step:nth-child(3) { transform: translateY(-15px) }
.punterow__step:nth-child(4) { transform: translateY(-22px); border-color: var(--pri); background: var(--bg-2) }
.punterow__step:nth-child(5) { transform: translateY(-30px); border-color: var(--pri); background: var(--bg-2) }
.punterow__step:nth-child(6) { transform: translateY(-39px); border-color: var(--hot); background: linear-gradient(135deg, var(--bg-2), rgba(240, 168, 58, .1)) }
.punterow__name {
  font-family: "Cormorant SC", Georgia, serif;
  font-size: 14px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.punterow__cb { font-size: 11px; color: var(--txt-d); font-family: "IBM Plex Mono", monospace }
.punterow__step:nth-child(6) .punterow__name { color: var(--hot) }

/* ===== TOURNAMENT ===== */
.crucard {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(34, 204, 194, .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;
}
.crucard__lead { margin-left: auto; margin-right: auto }
.crucard__btns { margin: 22px 0 28px }
.crucard__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.crucard__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;
}
.crucard__kpi span {
  font-family: "Cormorant SC", Georgia, serif;
  font-size: 24px; font-weight: 700; color: var(--pri);
  margin-bottom: 4px; letter-spacing: 0;
}
.crucard__lbl { font-size: 14px; font-weight: 600; color: var(--txt); font-style: normal }
.crucard__kpi i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== LIVE GALLERY ===== */
.goblecard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.goblecard {
  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;
}
.goblecard:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(240, 168, 58, .4);
}
.goblecard__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Cormorant SC", Georgia, serif;
  font-weight: 700; font-size: 20px; color: rgba(230, 244, 242, .94);
  padding: 12px; text-align: center; letter-spacing: .2px;
  position: relative; overflow: hidden;
}
.lv-1 { background: linear-gradient(135deg, #06302f 0%, #22ccc2 100%) }
.lv-2 { background: linear-gradient(135deg, #3a2606 0%, #f0a83a 100%); color: #1a1304 }
.lv-3 { background: linear-gradient(135deg, #052b30 0%, #1d7a86 100%) }
.lv-4 { background: linear-gradient(135deg, #08323c 0%, #46d0c6 100%) }
.lv-5 { background: linear-gradient(135deg, #0a3a38 0%, #9be0d8 100%); color: #06201e }
.lv-6 { background: linear-gradient(135deg, #2f2208 0%, #f0a83a 100%); color: #1a1304 }

.goblecard__b { padding: 14px 16px 16px; position: relative }
.goblecard__t { font-weight: 600; font-size: 16px; margin-bottom: 4px }
.goblecard__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px; font-family: "IBM Plex Mono", monospace }
.goblecard__m { font-size: 13px; color: var(--hot); font-weight: 600; margin-bottom: 4px }
.goblecard__p { font-size: 12px; color: var(--txt-dd) }
.goblecard__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #1a1304;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW ===== */
.vitriguide h3 {
  border-left: 3px solid var(--pri);
  padding-left: 14px; margin-top: 30px;
}
.vitriguide p { color: var(--txt); line-height: 1.7 }
.lehrbadges {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.crystaltag {
  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 ===== */
.vitribar-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.vitribarcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.vitribarcard__stars { color: var(--hot); font-size: 16px; letter-spacing: 4px }
.vitribarcard__stars--four .star-off { color: var(--line-2); }
.vitribarcard__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.vitribarcard__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.vitribarcard__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: #04100f; font-weight: 700; font-size: 14px;
  flex: none; font-family: "Cormorant SC", Georgia, serif;
}

/* ===== PAYMENTS ===== */
.batchbox__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.batchbox__rail {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.batchbox__rail-n { font-size: 15px; color: var(--txt); font-weight: 600; font-family: "Cormorant SC", Georgia, serif }
.batchbox__rail i { font-size: 11px; color: var(--txt-d); font-style: normal; text-transform: uppercase; letter-spacing: 1px }

.batchbox__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.batchbox__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;
}
.batchbox__time-n {
  font-family: "Cormorant SC", Georgia, serif;
  font-size: 18px; color: var(--pri); font-weight: 700;
}
.batchbox__times span { font-size: 12px; color: var(--txt-d) }

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

/* ===== FAQ ===== */
.marverow 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(--pri) }
summary {
  cursor: pointer; font-weight: 600; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
  font-family: "Cormorant SC", Georgia, serif; font-size: 18px;
}
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: 13px;
  transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--pri) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.65 }

/* ===== AUTHOR NOTE ===== */
.annearow {
  max-width: 1240px; margin: 0 auto; padding: 8px 22px 56px;
}
.annearow__box {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--hot);
  border-radius: var(--r-s);
  padding: 22px 24px;
}
.annearow__h {
  font-family: "Cormorant SC", Georgia, serif;
  font-size: 17px; color: var(--hot); margin: 0 0 8px; font-weight: 600;
}
.annearow__txt { font-size: 13px; color: var(--txt-d); line-height: 1.7; margin: 0 }

/* ===== FOOTER ===== */
.glazefoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(7, 15, 20, .6);
}
.glazefoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.glazefoot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.glazefoot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.glazefoot__logo span { display: flex; flex-direction: column; line-height: 1.1 }
.glazefoot__name { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px; font-family: "Cormorant SC", Georgia, serif }
.glazefoot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.glazefoot__op { color: var(--pri) }
.glazefoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.glazefoot__col h4 {
  font-family: "Cormorant SC", Georgia, serif;
  font-size: 13px; color: var(--hot); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.4px;
  margin: 0 0 12px;
}
.glazefoot__col ul { list-style: none; padding: 0; margin: 0 }
.glazefoot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.glazefoot__col li:hover { color: var(--txt) }
.glazefoot__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) {
  .gobbox__grid { grid-template-columns: repeat(2, 1fr) }
  .batchbox__grid { grid-template-columns: repeat(3, 1fr) }
  .crucard__kpi { grid-template-columns: repeat(2, 1fr) }
  .vitribar-grid { grid-template-columns: 1fr }
  .glazefoot__top { grid-template-columns: 1fr }
  .furnacestrip { grid-template-columns: repeat(3, 1fr) }
  .furnacestrip__cell:nth-child(4), .furnacestrip__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .punterow { grid-template-columns: repeat(3, 1fr) }
  .punterow__step { transform: none !important }
}

@media (max-width: 880px) {
  .molgatherbox { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .molgatherbox__pic { order: -1 }
  .glassnav { display: none }
  .glassbar { padding: 11px 14px }
  section { padding: 36px 16px }
  .gobbox, .crucard, .frittfinal { padding: 36px 18px; margin: 22px 14px }
  .meltrow__grid { grid-template-columns: 1fr }
  .cullatbox__grid { grid-template-columns: 1fr }
  .glazefoot__top { padding: 30px 16px 22px; gap: 22px }
  .glazefoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .furnacestrip { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .furnacestrip__cell { padding: 4px 10px }
  .batchbox__times { grid-template-columns: 1fr }
  .gaugefour { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .goblet-grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .goblecard-grid { grid-template-columns: 1fr }
  .gobbox__grid { grid-template-columns: 1fr }
  .vesselcard h3 { font-size: 14px }
  .vesselcard p { font-size: 11px }
  .vesselcard__cover { font-size: 16px }
  .molgatherbox__btns { flex-direction: column; align-items: stretch }
  .blowbtn--big { width: 100% }
  .batchbox__grid { grid-template-columns: repeat(2, 1fr) }
  .crucard__kpi { grid-template-columns: 1fr }
  .glazefoot__cols { grid-template-columns: 1fr }
  .punterow { grid-template-columns: repeat(2, 1fr) }
}

/* ===== HEADING-FONT OVERRIDE (body font must not leak into headings) ===== */
h1, h2, h3, h4,
.glasslogo__t, .furnacestrip__num, .gaugefour__num, .frittbox__head, .frittbox__pct,
.cullatbox__h, .punterow__name, .crucard__kpi span, .goblecard__cover, .goblecard__t,
.batchbox__rail-n, .batchbox__time-n, .vitribarcard__a, .annearow__h,
.glazefoot__name, .glazefoot__col h4, summary, .blowbtn {
  font-family: "Cormorant SC", Georgia, "Times New Roman", serif;
}
