/* 1xbet-casino12.xyz — премиум-лендинг 1xBet / 1хБет. Концепт «Икс-Грифон»: геральдика клуба (умбра + золото + бронза) */

:root {
  --bg: #100b07;
  --bg-2: #1a130c;
  --bg-3: #241a10;
  --line: #322617;
  --line-2: #4a3a22;
  --txt: #f3ead6;
  --txt-d: #b8a888;
  --txt-dd: #8a7a5e;
  --acc: #f0b32b;
  --acc-2: #c98a3c;
  --acc-2-d: #a86f2a;
  --hot: #e0633c;
  --r: 13px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.64 "Arsenal", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1050px 600px at 88% -12%, rgba(240, 179, 43, .13) 0%, transparent 60%),
    radial-gradient(820px 560px at -8% 58%, rgba(201, 138, 60, .10) 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 }

h1, h2, h3, h4 { font-family: "Literata", Georgia, "Times New Roman", serif }

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

/* ===== STANDARD (header) ===== */
.standard {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(16, 11, 7, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.arms { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.arms:hover { text-decoration: none }
.arms__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 9px rgba(240, 179, 43, .5));
}
.arms__t {
  font-family: "Literata", Georgia, serif;
  font-weight: 700; line-height: 1; letter-spacing: -.2px;
}
.arms__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.2px; font-weight: 700; margin-top: 4px;
  text-transform: uppercase; font-family: "Arsenal", sans-serif;
}
.wayrow { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.wayrow a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.wayrow a:hover { color: var(--acc); border-bottom-color: var(--acc); text-decoration: none }

/* ===== SIGNET (cta) ===== */
.signet {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Literata", Georgia, serif;
  font-weight: 600; font-size: 14px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s, border-color .2s;
  cursor: pointer; letter-spacing: -.1px;
}
.signet:hover { text-decoration: none; transform: translateY(-1px) }
.signet--sm { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.signet--sm:hover { background: var(--bg-2); border-color: var(--acc) }
.signet--lg { padding: 15px 28px; font-size: 15px; border-radius: 10px }
.signet--hot {
  background: linear-gradient(118deg, #ffcb4a 0%, #d07f2a 100%);
  color: #1c1305; border: 0;
  box-shadow: 0 12px 30px -10px rgba(240, 179, 43, .65);
  font-weight: 700;
}
.signet--hot:hover { box-shadow: 0 16px 38px -8px rgba(240, 179, 43, .85) }
.signet--ghost { background: transparent; color: var(--txt); border-color: var(--line-2) }
.signet--ghost:hover { border-color: var(--acc); color: var(--acc) }

/* ===== MUSTER (counter) ===== */
.muster {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(240, 179, 43, .05), rgba(201, 138, 60, .04));
  font-size: 13px;
}
.muster__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.muster__cell:last-child { border-right: 0 }
.muster__v {
  font-family: "Literata", Georgia, serif;
  font-weight: 700; font-size: 15px; color: var(--acc);
  letter-spacing: -.2px;
}
.muster__k { font-size: 11px; color: var(--txt-d); letter-spacing: .5px; text-transform: uppercase }

/* ===== BLAZON (hero) ===== */
.blazon {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.blazon__tag {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.3px; color: var(--acc);
  background: rgba(240, 179, 43, .08);
  border: 1px solid rgba(240, 179, 43, .26);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-size: clamp(29px, 4.2vw, 47px); line-height: 1.08;
  margin: 0 0 18px; letter-spacing: -.8px; font-weight: 700;
}
.ormolu { color: var(--acc) }
.blazon__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66;
}
.blazon__act { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.blazon__art { margin: 0 }
.blazon__art-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 30% 28%, rgba(240, 179, 43, .22), transparent 60%),
    radial-gradient(360px 280px at 76% 80%, rgba(201, 138, 60, .18), transparent 65%),
    linear-gradient(135deg, #160f08 0%, #20160d 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(240, 179, 43, .38);
}
.blazon__art figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* QUARTERS (kpi) */
.quarters {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.quarters__item { display: flex; flex-direction: column; gap: 2px }
.quarters__v {
  font-family: "Literata", Georgia, serif;
  font-size: 26px; font-weight: 700;
  color: var(--acc); letter-spacing: -.5px;
}
.quarters__k { 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.blazon, section.endow { padding-top: 36px }
.rubric {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.4px; text-transform: uppercase;
  color: var(--acc-2); font-weight: 700;
  margin: 0 0 10px; font-family: "Arsenal", sans-serif;
}
h2 {
  font-size: clamp(24px, 3.2vw, 35px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: -.5px; font-weight: 700;
}
h3 {
  font-size: clamp(17px, 2vw, 21px); line-height: 1.34;
  margin: 26px 0 10px; color: var(--acc); font-weight: 600; letter-spacing: -.2px;
}
p { margin: 0 0 14px; color: var(--txt) }

/* ===== ENDOW (welcome) ===== */
.endow {
  background:
    radial-gradient(720px 360px at 80% 26%, rgba(201, 138, 60, .08) 0%, transparent 70%),
    rgba(26, 19, 12, .58);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.endow__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.bestow {
  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;
}
.bestow:hover { border-color: var(--acc); transform: translateY(-2px) }
.bestow::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(240, 179, 43, .07), transparent 60%);
  pointer-events: none;
}
.bestow__step {
  font-family: "Literata", Georgia, serif;
  font-size: 11px; color: var(--acc-2); font-weight: 700;
  letter-spacing: 1.8px; margin-bottom: 8px; text-transform: uppercase;
}
.bestow__pct {
  font-family: "Literata", Georgia, serif;
  font-size: 30px; font-weight: 700; line-height: 1;
  color: var(--acc); letter-spacing: -.6px;
  margin-bottom: 8px;
}
.bestow__title { font-weight: 700; font-size: 15px; margin-bottom: 6px; font-family: "Literata", serif }
.bestow__sub { font-size: 13px; color: var(--txt-d); line-height: 1.52 }

/* ===== JOUST (tournament) ===== */
.tourney {
  background:
    radial-gradient(640px 360px at 50% 48%, rgba(240, 179, 43, .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;
}
.tourney__act { margin: 22px 0 28px }
.tourney__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.tourney__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;
}
.tourney__kpi .jk-v {
  font-family: "Literata", Georgia, serif;
  font-size: 22px; font-weight: 700; color: var(--acc);
  margin-bottom: 4px; letter-spacing: -.2px;
}
.tourney__kpi .jk-t { font-size: 14px; font-weight: 700; color: var(--txt) }
.tourney__kpi i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.42 }

/* ===== ARMORY (catalogue) ===== */
.armory__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.relic {
  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;
}
.relic:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -14px rgba(240, 179, 43, .4);
}
.relic__face {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Literata", Georgia, serif;
  font-weight: 700; font-size: 21px; color: rgba(243, 234, 214, .94);
  text-align: center; padding: 14px;
  letter-spacing: -.2px; line-height: 1.16;
  position: relative; overflow: hidden;
}
.relic__face::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.4) 100%);
  pointer-events: none;
}
.rc-1 { background: linear-gradient(135deg, #3a2408 0%, #f0b32b 100%); color: #1c1305 }
.rc-2 { background: linear-gradient(135deg, #2a1606 0%, #b56a2a 100%) }
.rc-3 { background: linear-gradient(135deg, #1f2a10 0%, #9fb24a 100%); color: #16120a }
.rc-4 { background: linear-gradient(135deg, #34180a 0%, #e0633c 100%) }
.rc-5 { background: linear-gradient(135deg, #2c2208 0%, #c98a3c 100%); color: #1c1305 }
.rc-6 { background: linear-gradient(135deg, #241406 0%, #8a5a2a 100%) }
.rc-7 { background: linear-gradient(135deg, #3a1e08 0%, #ffae3a 100%); color: #1c1305 }
.rc-8 { background: linear-gradient(135deg, #281a0a 0%, #a8843e 100%) }
.rc-9 { background: linear-gradient(135deg, #332608 0%, #e8c24a 100%); color: #1c1305 }
.rc-10 { background: linear-gradient(135deg, #2e1808 0%, #c4763a 100%) }
.rc-11 { background: linear-gradient(135deg, #221608 0%, #d4a35e 100%); color: #1c1305 }
.rc-12 { background: linear-gradient(135deg, #2a2210 0%, #b9982e 100%); color: #16120a }

.relic h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 600 }
.relic p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.relic__go {
  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: 600;
  border: 1px solid var(--line); transition: all .15s;
}
.relic__go:hover { background: var(--acc); border-color: var(--acc); color: #1c1305; text-decoration: none }

.forge { margin: 22px 0 0 }
.forge__h { font-size: 12px; color: var(--acc-2); margin-bottom: 10px; letter-spacing: 1.3px; text-transform: uppercase; font-weight: 700; font-family: "Arsenal", sans-serif }
.forge__row { display: flex; flex-wrap: wrap; gap: 8px }
.forge__row span {
  padding: 6px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== PEERAGE (loyalty) ===== */
.fiefs {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.fief {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.fief:hover { border-color: var(--acc-2) }
.fief__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--acc-2); font-family: "Literata", serif }
.fief p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

.lineage {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.lineage__rung {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.lineage__rung:nth-child(1) { transform: translateY(0) }
.lineage__rung:nth-child(2) { transform: translateY(-6px) }
.lineage__rung:nth-child(3) { transform: translateY(-12px) }
.lineage__rung:nth-child(4) { transform: translateY(-18px); border-color: var(--acc-2); background: var(--bg-2) }
.lineage__rung:nth-child(5) { transform: translateY(-24px); border-color: var(--acc-2); background: var(--bg-2) }
.lineage__rung:nth-child(6) { transform: translateY(-30px); border-color: var(--acc); background: linear-gradient(135deg, var(--bg-2), rgba(240, 179, 43, .1)) }
.lineage__name {
  font-family: "Literata", Georgia, serif;
  font-size: 12px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.lineage__cb { font-size: 11px; color: var(--txt-d) }
.lineage__rung:nth-child(6) .lineage__name { color: var(--acc) }

/* ===== PASSAGE (three steps) ===== */
.passage__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.pace {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.pace__n {
  font-family: "Literata", Georgia, serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 54px; font-weight: 700; line-height: 1;
  color: var(--bg-3);
}
.pace__head {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--acc); font-family: "Literata", serif;
}
.pace p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== DAIS (live) ===== */
.dais__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.tableau {
  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;
}
.tableau:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(224, 99, 60, .42);
}
.tableau__face {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Literata", Georgia, serif;
  font-weight: 700; font-size: 18px; color: rgba(243, 234, 214, .95);
  padding: 12px; text-align: center; letter-spacing: -.2px;
  position: relative; overflow: hidden;
}
.tb-1 { background: linear-gradient(135deg, #3a2408 0%, #f0b32b 100%); color: #1c1305 }
.tb-2 { background: linear-gradient(135deg, #2a1606 0%, #c4763a 100%) }
.tb-3 { background: linear-gradient(135deg, #341a0a 0%, #e0633c 100%) }
.tb-4 { background: linear-gradient(135deg, #2c2208 0%, #d4a35e 100%); color: #1c1305 }
.tb-5 { background: linear-gradient(135deg, #241406 0%, #a8843e 100%) }
.tb-6 { background: linear-gradient(135deg, #1f2a10 0%, #9fb24a 100%); color: #16120a }

.tableau__body { padding: 14px 16px 16px; position: relative }
.tableau__t { font-weight: 700; font-size: 16px; margin-bottom: 4px; font-family: "Literata", serif }
.tableau__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.tableau__m { font-size: 13px; color: var(--acc-2); font-weight: 600; margin-bottom: 4px }
.tableau__p { font-size: 12px; color: var(--txt-dd) }
.tableau__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.1px; text-transform: uppercase;
}

/* ===== CHRONICLE (brand overview) ===== */
.chronicle h3 {
  border-left: 3px solid var(--acc);
  padding-left: 14px; margin-top: 30px;
}
.chronicle p { color: var(--txt); line-height: 1.72 }
.devices {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.device {
  padding: 7px 13px;
  background: var(--bg-2);
  border: 1px solid var(--acc-2);
  border-radius: 4px;
  font-size: 12px; color: var(--txt);
  letter-spacing: .3px;
}

/* ===== ACCLAIM (reviews) ===== */
.acclaim__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.plaudit {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.plaudit__stars { color: var(--acc); font-size: 16px; letter-spacing: 4px }
.plaudit__stars--four .star-dim { color: var(--line-2) }
.plaudit__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.plaudit__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.plaudit__av {
  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: #1c1305; font-weight: 700; font-size: 14px;
  flex: none; font-family: "Literata", serif;
}

/* ===== TREASURY (payments) ===== */
.treasury__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.strongbox {
  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;
}
.strongbox__n { font-size: 15px; color: var(--txt); font-weight: 700; font-family: "Literata", serif }
.strongbox__d { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: .8px }

.treasury__eta {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.treasury__eta > 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;
}
.treasury__eta .te-v {
  font-family: "Literata", Georgia, serif;
  font-size: 16px; color: var(--acc); font-weight: 700;
}
.treasury__eta > div span { font-size: 12px; color: var(--txt-d) }

/* ===== SUMMONS (final cta) ===== */
.clarion {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(240, 179, 43, .14) 0%, transparent 70%),
    var(--bg-2);
  border-radius: var(--r);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.clarion h2 { margin-bottom: 10px }
.clarion p { color: var(--txt-d); margin-bottom: 24px }

/* ===== PARLEY (faq) ===== */
.parley 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;
  font-family: "Literata", serif;
}
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 }

/* ===== ENVOI (author note) ===== */
.envoi p { color: var(--txt-d); line-height: 1.7; font-size: 15px }

/* ===== BASTION (footer) ===== */
.bastion {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(16, 11, 7, .62);
}
.bastion__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.bastion__brand { font-size: 14px; color: var(--txt-d); line-height: 1.66 }
.bastion__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.bastion__name { display: flex; flex-direction: column; line-height: 1.1 }
.bastion__name-b { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px; font-family: "Literata", serif }
.bastion__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.66 }
.bastion__legal .fkey { color: var(--acc); font-weight: 700 }
.bastion__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.bastion__col h4 {
  font-size: 12px; color: var(--acc-2); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  margin: 0 0 12px; font-family: "Arsenal", sans-serif;
}
.bastion__col ul { list-style: none; padding: 0; margin: 0 }
.bastion__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.bastion__col li:hover { color: var(--txt) }
.bastion__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) {
  .endow__grid { grid-template-columns: repeat(2, 1fr) }
  .treasury__grid { grid-template-columns: repeat(3, 1fr) }
  .tourney__kpi { grid-template-columns: repeat(2, 1fr) }
  .acclaim__grid { grid-template-columns: 1fr }
  .bastion__top { grid-template-columns: 1fr }
  .muster { grid-template-columns: repeat(3, 1fr) }
  .muster__cell:nth-child(4), .muster__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .lineage { grid-template-columns: repeat(3, 1fr) }
  .lineage__rung { transform: none !important }
}

@media (max-width: 880px) {
  .blazon { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .blazon__art { order: -1 }
  .wayrow { display: none }
  .standard { padding: 11px 14px }
  section { padding: 36px 16px }
  .endow, .tourney, .clarion { padding: 36px 18px; margin: 22px 14px }
  .passage__grid { grid-template-columns: 1fr }
  .fiefs { grid-template-columns: 1fr }
  .bastion__top { padding: 30px 16px 22px; gap: 22px }
  .bastion__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .muster { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .muster__cell { padding: 4px 10px }
  .treasury__eta { grid-template-columns: 1fr }
  .quarters { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .armory__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .dais__grid { grid-template-columns: 1fr }
  .endow__grid { grid-template-columns: 1fr }
  .relic h3 { font-size: 13px }
  .relic p { font-size: 11px }
  .relic__face { font-size: 16px }
  .blazon__act { flex-direction: column; align-items: stretch }
  .signet--lg { width: 100% }
  .treasury__grid { grid-template-columns: repeat(2, 1fr) }
  .tourney__kpi { grid-template-columns: 1fr }
  .bastion__cols { grid-template-columns: 1fr }
  .lineage { grid-template-columns: repeat(2, 1fr) }
}
