/* =========================================================================
   رنک انفجار — enfejarrank.com
   زبان بصری: نشریهٔ رتبه‌بندی. کاغذ کرم، جوهر سرمه‌ای، خط قرمز، خطوط
   دوگانهٔ سرلوحه، نشان رتبهٔ عددی، جدول‌های خط‌کشی‌شده. نه داشبورد، نه کارت شناور.
   ========================================================================= */

@font-face {
  font-family: 'Vazirmatn';
  src: url('/assets/fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400; font-display: swap;
}
@font-face {
  font-family: 'Vazirmatn';
  src: url('/assets/fonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700; font-display: swap;
}
@font-face {
  font-family: 'Vazirmatn';
  src: url('/assets/fonts/Vazirmatn-Black.woff2') format('woff2');
  font-weight: 900; font-display: swap;
}
@font-face {
  font-family: 'RankMono';
  src: url('/assets/fonts/SpaceMono-Bold.woff2') format('woff2');
  font-weight: 700; font-display: swap;
}

:root {
  --paper: #faf7f2;
  --paper-2: #f3eee5;
  --card: #ffffff;
  --ink: #12203a;
  --ink-2: #3a4560;
  --ink-3: #5b6478;
  --faint: #8a8371;
  --rule: #ddd3c4;
  --rule-2: #ece5d9;

  --crimson: #c8102e;
  --gold: #d4a017;
  --silver: #8d99ae;
  --bronze: #a9784a;
  --green: #1f7a5c;

  --shell: 1080px;
  --sans: 'Vazirmatn', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --mono: 'RankMono', ui-monospace, Menlo, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.95;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--crimson); text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; line-height: 1.35; font-weight: 900; letter-spacing: -.028em; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-inline-start: 1.4em; }
li { margin-bottom: .45em; }
table { border-collapse: collapse; width: 100%; }
:focus-visible { outline: 2.5px solid var(--crimson); outline-offset: 2px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip {
  position: absolute; inset-inline-start: 12px; top: -60px; z-index: 300;
  background: var(--ink); color: var(--paper); padding: 11px 18px; font-weight: 700;
  transition: top .15s;
}
.skip:focus { top: 0; }

.col { width: min(100% - 30px, var(--shell)); margin-inline: auto; }
.num { font-family: var(--mono); font-variant-numeric: tabular-nums; direction: ltr; unicode-bidi: isolate; }
.dim { color: var(--ink-3); }
.sm { font-size: 13.5px; }
.lede { font-size: 19.5px; line-height: 1.85; color: var(--ink-2); }
.kicker {
  font-size: 12px; font-weight: 700; letter-spacing: .13em;
  color: var(--crimson); text-transform: uppercase; display: inline-block;
}
.kicker--fa { letter-spacing: .03em; text-transform: none; font-size: 13px; }

/* ------------------------------------------------------------ سرلوحه */
.masthead { background: var(--paper); border-bottom: 1px solid var(--rule); }
.masthead__strip {
  border-bottom: 1px solid var(--rule-2);
  font-size: 11.5px; color: var(--faint); letter-spacing: .05em;
  display: flex; justify-content: space-between; gap: 12px; padding: 7px 0;
}
.masthead__main { display: flex; align-items: center; gap: 14px; padding: 16px 0; }
.logo { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); }
.logo svg { width: 36px; height: 36px; }
.logo b { font-size: 22px; font-weight: 900; letter-spacing: -.04em; display: block; line-height: 1.1; }
.logo span { font-size: 11px; color: var(--faint); letter-spacing: .09em; }

.sectionnav {
  display: none; border-top: 1px solid var(--rule); border-bottom: 3px double var(--ink);
}
.sectionnav ul { display: flex; list-style: none; margin: 0; padding: 0; gap: 0; }
.sectionnav li { margin: 0; }
.sectionnav a {
  display: block; padding: 11px 15px; text-decoration: none;
  font-size: 15px; font-weight: 700; color: var(--ink);
  border-bottom: 3px solid transparent; margin-bottom: -3px;
}
.sectionnav a:hover { color: var(--crimson); }
.sectionnav a[aria-current='page'] { border-bottom-color: var(--crimson); color: var(--crimson); }

.menubtn {
  margin-inline-start: auto; width: 42px; height: 42px;
  border: 1px solid var(--ink); background: transparent; cursor: pointer;
  display: grid; place-items: center; gap: 4px;
}
.menubtn i { display: block; width: 18px; height: 2px; background: var(--ink); }
.drawer { display: none; padding: 8px 0 18px; border-top: 1px solid var(--rule); }
.drawer[data-open='true'] { display: block; }
.drawer a {
  display: block; padding: 11px 2px; text-decoration: none; color: var(--ink);
  font-weight: 700; font-size: 16px; border-bottom: 1px solid var(--rule-2);
}
.drawer a[aria-current='page'] { color: var(--crimson); }
@media (min-width: 900px) {
  .sectionnav { display: block; }
  .menubtn, .drawer { display: none !important; }
}

/* ----------------------------------------------------------- بردکرامب */
.trail { padding: 14px 0 0; font-size: 12.5px; color: var(--faint); }
.trail ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.trail li { margin: 0; display: flex; gap: 6px; }
.trail li::after { content: '·'; }
.trail li:last-child::after { content: ''; }
.trail a { color: var(--ink-3); text-decoration: none; }
.trail a:hover { color: var(--crimson); }

/* ------------------------------------------------------------ بخش‌ها */
.band { padding: 44px 0; }
.band--tight { padding: 26px 0; }
.band--paper { background: var(--paper-2); border-block: 1px solid var(--rule); }
.head { margin-bottom: 24px; }
.head h2 {
  font-size: clamp(22px, 3.6vw, 30px);
  padding-bottom: 10px; border-bottom: 2px solid var(--ink);
}
.head p { margin: 12px 0 0; color: var(--ink-3); font-size: 16px; max-width: 66ch; }
.head .kicker { display: block; margin-bottom: 7px; }

.rule2 { border: 0; border-top: 3px double var(--ink); margin: 0; }
.rule1 { border: 0; border-top: 1px solid var(--rule); margin: 0; }

/* ------------------------------------------------------------- هیرو */
.lead-story { padding: 34px 0 0; }
.lead-story h1 {
  font-size: clamp(30px, 6.6vw, 52px); line-height: 1.24; letter-spacing: -.04em;
}
.lead-story h1 em { font-style: normal; color: var(--crimson); }
.lead-story .lede { margin: 18px 0 0; max-width: 58ch; }
.lead-story__grid { display: grid; gap: 30px; }
@media (min-width: 940px) { .lead-story__grid { grid-template-columns: 1.15fr .85fr; align-items: start; } }
.stamp {
  display: inline-flex; align-items: center; gap: 9px;
  border: 1px solid var(--rule); background: var(--card);
  padding: 7px 14px; font-size: 13px; color: var(--ink-3);
}
.stamp b { color: var(--ink); }

/* --------------------------------------------------------- سکوی رتبه */
.podium { display: grid; gap: 14px; }
@media (min-width: 720px) { .podium { grid-template-columns: repeat(3, 1fr); align-items: end; } }
.pod {
  background: var(--card); border: 1px solid var(--rule); border-top: 4px solid var(--silver);
  padding: 20px; text-align: center; position: relative;
}
.pod--1 { border-top-color: var(--gold); }
.pod--2 { border-top-color: var(--silver); }
.pod--3 { border-top-color: var(--bronze); }
.pod__n {
  font-family: var(--mono); font-size: 40px; font-weight: 700; line-height: 1;
  color: var(--silver); direction: ltr;
}
.pod--1 .pod__n { color: var(--gold); font-size: 52px; }
.pod--3 .pod__n { color: var(--bronze); }
.pod__logo { height: 44px; display: grid; place-items: center; margin: 14px 0 10px; }
.pod__logo img { max-height: 40px; width: auto; object-fit: contain; }
.pod__name { font-size: 20px; font-weight: 900; }
.pod__score { font-family: var(--mono); font-size: 26px; font-weight: 700; color: var(--ink); margin: 8px 0 2px; direction: ltr; }
.pod__label { font-size: 12px; color: var(--faint); }
.pod__verdict { font-size: 14px; color: var(--ink-3); line-height: 1.8; margin: 12px 0 14px; text-align: start; }
.pod .btn { width: 100%; }

/* ------------------------------------------------------------ دکمه‌ها */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 20px; border: 1.5px solid var(--ink); background: transparent;
  color: var(--ink); font-weight: 700; font-size: 15px; text-decoration: none;
  cursor: pointer; min-height: 44px;
  transition: background-color .15s, color .15s;
}
.btn:hover { background: var(--ink); color: var(--paper); }
.btn--fill { background: var(--crimson); border-color: var(--crimson); color: #fff; }
.btn--fill:hover { background: #a50c25; border-color: #a50c25; color: #fff; }
.btn--sm { padding: 7px 14px; font-size: 13.5px; min-height: 38px; }
.btn--block { width: 100%; }
.btn[disabled] { opacity: .4; cursor: not-allowed; }

/* --------------------------------------------------------------- تگ */
.pill {
  display: inline-block; padding: 3px 10px; font-size: 12px; font-weight: 700;
  border: 1px solid var(--rule); background: var(--card); color: var(--ink-3);
}
.pill--red { border-color: var(--crimson); color: var(--crimson); }
.pill--green { border-color: var(--green); color: var(--green); }
.pill--gold { border-color: var(--gold); color: #96700c; }

/* ----------------------------------------------------- جدول رتبه‌بندی */
.tablebox { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--rule); background: var(--card); }
.ranktable { min-width: 760px; font-size: 15px; }
.ranktable caption { text-align: start; padding: 14px 16px; border-bottom: 2px solid var(--ink); font-weight: 900; font-size: 16px; }
.ranktable th, .ranktable td { padding: 13px 14px; text-align: start; border-bottom: 1px solid var(--rule-2); vertical-align: middle; }
.ranktable thead th {
  background: var(--paper-2); font-size: 12.5px; color: var(--ink-3);
  font-weight: 700; white-space: nowrap; border-bottom: 1px solid var(--rule);
}
.ranktable tbody tr:last-child td { border-bottom: 0; }
.ranktable tbody tr:nth-child(odd) { background: #fdfcfa; }
.ranktable__rank {
  font-family: var(--mono); font-size: 19px; font-weight: 700; color: var(--ink); direction: ltr;
}
.ranktable tbody tr:nth-child(1) .ranktable__rank { color: var(--gold); }
.ranktable tbody tr:nth-child(2) .ranktable__rank { color: var(--silver); }
.ranktable tbody tr:nth-child(3) .ranktable__rank { color: var(--bronze); }
.ranktable__brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: inherit; min-width: 160px; }
.ranktable__brand img { width: 48px; max-height: 32px; object-fit: contain; flex-shrink: 0; }
.ranktable__brand b { font-size: 15.5px; font-weight: 700; }
.ranktable__brand:hover b { color: var(--crimson); }
.ranktable__score { font-family: var(--mono); font-size: 17px; font-weight: 700; direction: ltr; }
.scrollnote { font-size: 12.5px; color: var(--faint); margin-top: 8px; }
@media (min-width: 980px) { .scrollnote { display: none; } }

/* --------------------------------------------------- ردیف بررسی برند */
.entries { border-top: 3px double var(--ink); }
.entry {
  display: grid; gap: 14px; padding: 24px 0; border-bottom: 1px solid var(--rule);
  grid-template-columns: auto 1fr;
}
.entry__n {
  font-family: var(--mono); font-size: 30px; font-weight: 700;
  color: var(--faint); line-height: 1; direction: ltr; padding-top: 4px;
}
.entry__body { min-width: 0; }
.entry__top { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; margin-bottom: 9px; }
.entry__logo {
  width: 74px; height: 46px; flex-shrink: 0; background: var(--card);
  border: 1px solid var(--rule); display: grid; place-items: center; padding: 6px;
}
.entry__logo img { max-height: 32px; width: auto; object-fit: contain; }
.entry__name { font-size: 20px; font-weight: 900; }
.entry__score { margin-inline-start: auto; text-align: center; }
.entry__score b { display: block; font-family: var(--mono); font-size: 25px; font-weight: 700; direction: ltr; }
.entry__score span { font-size: 11px; color: var(--faint); }
.entry p { margin: 0 0 10px; font-size: 15.5px; color: var(--ink-2); line-height: 1.9; }
.entry__meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
@media (max-width: 600px) {
  .entry { grid-template-columns: 1fr; }
  .entry__n { font-size: 22px; padding-top: 0; }
}

/* ------------------------------------------------------------ امتیاز */
.scorelist { display: grid; gap: 12px; }
.scoreline { display: grid; grid-template-columns: 1fr auto; gap: 5px 12px; align-items: baseline; }
.scoreline__l { font-size: 14.5px; color: var(--ink-2); }
.scoreline__v { font-family: var(--mono); font-size: 15px; font-weight: 700; direction: ltr; }
.scoreline__bar { grid-column: 1 / -1; height: 6px; background: var(--rule-2); position: relative; }
.scoreline__fill { position: absolute; inset-block: 0; inset-inline-start: 0; background: var(--ink); }
.scoreline--top .scoreline__fill { background: var(--crimson); }
.scoreline__w { font-size: 11.5px; color: var(--faint); }

.verdictbox {
  border: 1px solid var(--ink); border-inline-start-width: 5px; background: var(--card);
  padding: 20px 22px; margin: 26px 0;
}
.verdictbox .kicker { display: block; margin-bottom: 8px; }
.verdictbox p { margin: 0; font-size: 16.5px; line-height: 1.9; }

.factbox { background: var(--paper-2); border: 1px solid var(--rule); padding: 18px 20px; margin: 24px 0; }
.factbox h3 { font-size: 16px; margin-bottom: 12px; }
.factrow { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-top: 1px solid var(--rule-2); font-size: 14.5px; }
.factrow:first-of-type { border-top: 0; }
.factrow b { font-weight: 700; }

/* --------------------------------------------------------------- بازی */
.gamewrap { display: grid; gap: 16px; }
@media (min-width: 940px) { .gamewrap { grid-template-columns: 1.35fr 1fr; align-items: start; } }
.board { background: var(--card); border: 1px solid var(--rule); }
.board__hd { padding: 12px 18px; border-bottom: 1px solid var(--rule-2); display: flex; justify-content: space-between; align-items: center; }
.board__bd { padding: 22px 18px; }
.readout {
  text-align: center; font-family: var(--mono); font-weight: 700; line-height: 1;
  font-size: clamp(46px, 13vw, 74px); direction: ltr; unicode-bidi: isolate;
  transition: color .18s;
}
.gamewrap[data-status='idle'] .readout { color: var(--faint); }
.gamewrap[data-status='running'] .readout { color: var(--ink); }
.gamewrap[data-status='cashedout'] .readout { color: var(--green); }
.gamewrap[data-status='crashed'] .readout { color: var(--crimson); }
.board svg.trace { width: 100%; height: 170px; display: block; margin-top: 14px; }
.status { text-align: center; font-size: 14px; color: var(--ink-3); min-height: 24px; margin: 8px 0 0; }
.history { display: flex; flex-wrap: wrap; gap: 6px; min-height: 28px; }
.history .pill { direction: ltr; font-family: var(--mono); }

.bank { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.bank__v { font-family: var(--mono); font-size: 26px; font-weight: 700; direction: ltr; }
.bank__d { font-family: var(--mono); font-size: 13.5px; font-weight: 700; direction: ltr; }
.bank__d[data-sign='up'] { color: var(--green); }
.bank__d[data-sign='down'] { color: var(--crimson); }

.stake { display: flex; align-items: center; gap: 8px; }
.stake button {
  width: 44px; height: 44px; flex-shrink: 0; border: 1.5px solid var(--rule);
  background: var(--card); font-size: 20px; font-weight: 700; cursor: pointer;
}
.stake button:hover:not([disabled]) { border-color: var(--ink); }
.stake input {
  flex: 1; min-width: 0; text-align: center; direction: ltr;
  border: 1.5px solid var(--rule); background: var(--card);
  padding: 10px 4px; font-family: var(--mono); font-size: 20px; font-weight: 700;
}
.stake input:focus { border-color: var(--ink); outline: none; }
.presets { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 10px; }
.presets button {
  padding: 9px 0; border: 1.5px solid var(--rule); background: var(--card);
  font-weight: 700; font-size: 14px; cursor: pointer; font-variant-numeric: tabular-nums;
}
.presets button[aria-pressed='true'] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.presets button[disabled] { opacity: .35; cursor: not-allowed; }

.caution {
  border: 1px solid var(--rule); border-inline-start: 4px solid var(--gold);
  background: var(--card); padding: 12px 15px; font-size: 14px; line-height: 1.85; color: var(--ink-2);
}
.caution p:last-child { margin-bottom: 0; }

/* ------------------------------------------------------------- مودال */
.sheetmodal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 18px; background: rgba(18, 32, 58, .5); }
.sheetmodal[hidden] { display: none !important; }
.sheetmodal__in { width: min(100%, 420px); background: var(--card); border: 1px solid var(--ink); padding: 26px; position: relative; max-height: 92vh; overflow-y: auto; }
.sheetmodal__x { position: absolute; top: 12px; inset-inline-end: 12px; width: 34px; height: 34px; border: 1px solid var(--rule); background: transparent; cursor: pointer; }

/* --------------------------------------------------------------- متن */
.article { max-width: 68ch; }
.article h2 { font-size: clamp(21px, 3.4vw, 27px); margin: 36px 0 13px; padding-bottom: 8px; border-bottom: 1px solid var(--rule); }
.article h3 { font-size: clamp(17px, 2.6vw, 20px); margin: 28px 0 10px; }
.article p { color: var(--ink-2); line-height: 2.05; }
.article li { color: var(--ink-2); line-height: 1.95; }
.article > :first-child { margin-top: 0; }
.article p:first-of-type::first-letter {
  float: inline-start; font-size: 3.1em; line-height: .82; font-weight: 900;
  margin-inline-end: .08em; margin-block-start: .06em; color: var(--crimson);
}
.article--nodrop p:first-of-type::first-letter { float: none; font-size: inherit; line-height: inherit; font-weight: inherit; margin: 0; color: inherit; }

.pullquote {
  border-block: 2px solid var(--ink); padding: 18px 0; margin: 28px 0;
  font-size: 18px; font-weight: 700; line-height: 1.8; color: var(--ink);
}
.notebox { background: var(--paper-2); border-inline-start: 4px solid var(--crimson); padding: 15px 18px; margin: 24px 0; }
.notebox p:last-child { margin-bottom: 0; }

.contents { border: 1px solid var(--rule); background: var(--card); padding: 16px 20px; margin-bottom: 28px; }
.contents ol { margin: 10px 0 0; }
.contents li { font-size: 15px; }
.contents a { color: var(--ink-2); text-decoration: none; }
.contents a:hover { color: var(--crimson); text-decoration: underline; }

/* --------------------------------------------------------------- FAQ */
.faqs { border-top: 2px solid var(--ink); }
.faqs details { border-bottom: 1px solid var(--rule); }
.faqs summary { cursor: pointer; padding: 16px 34px 16px 0; list-style: none; font-weight: 700; font-size: 16px; position: relative; }
.faqs summary::-webkit-details-marker { display: none; }
.faqs summary::after { content: '+'; position: absolute; inset-inline-end: 4px; top: 14px; font-family: var(--mono); font-size: 19px; color: var(--crimson); }
.faqs details[open] summary::after { content: '−'; }
.faqs details > div { padding: 0 0 17px; color: var(--ink-2); font-size: 15.5px; line-height: 1.95; }
.faqs details > div p:last-child { margin-bottom: 0; }

/* -------------------------------------------------------------- نظرها */
.letters { display: grid; gap: 0; border-top: 1px solid var(--rule); }
.letter { padding: 16px 0; border-bottom: 1px solid var(--rule-2); }
.letter__hd { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 7px; }
.letter__n { font-weight: 700; font-size: 15px; }
.letter__s { color: var(--gold); font-size: 13.5px; direction: ltr; letter-spacing: 1px; }
.letter__m { font-size: 12.5px; color: var(--faint); margin-inline-start: auto; }
.letter p { margin: 0; font-size: 15.5px; color: var(--ink-2); line-height: 1.9; }
.letter--wait { background: #fffdf5; padding-inline: 14px; border-inline-start: 3px solid var(--gold); }

.field { margin-bottom: 15px; }
.field > label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.field__note { font-size: 12.5px; color: var(--faint); margin-top: 5px; }
.txt, .sel, .area {
  width: 100%; background: var(--card); border: 1.5px solid var(--rule);
  padding: 11px 14px; font-size: 16px;
}
.txt:focus, .sel:focus, .area:focus { border-color: var(--ink); outline: none; }
.area { min-height: 112px; resize: vertical; line-height: 1.85; }
.two { display: grid; gap: 14px; }
@media (min-width: 620px) { .two { grid-template-columns: 1fr 1fr; } }

/* ---------------------------------------------------- کارت‌های لینک */
.grid { display: grid; gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
@media (min-width: 620px) { .grid--2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .grid--3 { grid-template-columns: repeat(3, 1fr); } }
.cell { background: var(--card); padding: 20px; text-decoration: none; color: inherit; display: block; }
.cell:hover { background: #fdfbf7; }
.cell .kicker { display: block; margin-bottom: 8px; }
.cell b { display: block; font-size: 17px; margin-bottom: 6px; line-height: 1.4; }
.cell span { font-size: 14.5px; color: var(--ink-3); line-height: 1.8; }

/* ------------------------------------------------------------ امضا */
.signature { border-block: 1px solid var(--rule); padding: 16px 0; margin: 28px 0; display: flex; gap: 13px; align-items: flex-start; }
.signature__m { width: 42px; height: 42px; flex-shrink: 0; border: 1px solid var(--ink); display: grid; place-items: center; font-family: var(--mono); font-weight: 700; font-size: 15px; }
.signature b { font-size: 14.5px; display: block; }
.signature p { margin: 4px 0 0; font-size: 13.5px; color: var(--ink-3); line-height: 1.85; }

/* -------------------------------------------------------------- فوتر */
.colophon { border-top: 3px double var(--ink); margin-top: 46px; padding: 34px 0 26px; background: var(--paper-2); }
.colophon__g { display: grid; gap: 26px; }
@media (min-width: 700px) { .colophon__g { grid-template-columns: 1.5fr repeat(2, 1fr); } }
@media (min-width: 1000px) { .colophon__g { grid-template-columns: 1.7fr repeat(3, 1fr); } }
.colophon h4 { font-size: 13px; margin-bottom: 12px; padding-bottom: 6px; border-bottom: 1px solid var(--rule); }
.colophon ul { list-style: none; margin: 0; padding: 0; }
.colophon li { margin-bottom: 8px; }
.colophon a { color: var(--ink-3); text-decoration: none; font-size: 14px; }
.colophon a:hover { color: var(--crimson); }
.colophon__about p { font-size: 14px; color: var(--ink-3); line-height: 1.9; max-width: 40ch; }
.colophon__legal {
  margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--rule);
  font-size: 13px; color: var(--faint); line-height: 1.9;
  display: flex; flex-wrap: wrap; gap: 12px 20px; justify-content: space-between;
}
.adult {
  display: inline-grid; place-items: center; width: 30px; height: 30px;
  border: 2px solid var(--crimson); color: var(--crimson); border-radius: 50%;
  font-family: var(--mono); font-size: 11px; font-weight: 700; flex-shrink: 0;
}

/* --------------------------------------------------------------- ۴۰۴ */
.gone { padding: 64px 0; text-align: center; }
.gone__n { font-family: var(--mono); font-size: clamp(62px, 18vw, 130px); font-weight: 700; color: var(--crimson); line-height: 1; direction: ltr; }
