/* Tigers Exchange — site styles. Single dark theme (brand), colors painted explicitly. */
:root {
  color-scheme: dark;
  --bg: #0B0A08;
  --bg-2: #100E0B;
  --surface: #15130F;
  --surface-2: #1D1A15;
  --line: rgba(226, 190, 120, .13);
  --line-2: rgba(226, 190, 120, .26);
  --text: #F2ECE1;
  --muted: #A69E90;
  --dim: #7A7366;
  --gold: #CDA15E;
  --gold-hi: #EBCB8B;
  --gold-deep: #8E6435;
  --gold-grad: linear-gradient(135deg, #EDCF92 0%, #CDA15E 46%, #93683A 100%);
  --ink-on-gold: #1B1307;
  --ok: #6CC08B;
  --warn: #E0A458;

  --f-display: "Unbounded", "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --f-body: "Onest", "Segoe UI", "Helvetica Neue", Arial, system-ui, sans-serif;

  --fs-xs: .8125rem;   /* 13 */
  --fs-sm: .9375rem;   /* 15 */
  --fs-md: 1.0625rem;  /* 17 */
  --fs-lg: 1.25rem;    /* 20 */
  --fs-xl: clamp(1.5rem, 1.2rem + 1.2vw, 2.125rem);
  --fs-hero: clamp(2.1rem, 1.3rem + 3.4vw, 3.75rem);

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --gutter: clamp(16px, 4vw, 32px);
  --maxw: 1200px;
  --header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 400 var(--fs-md)/1.6 var(--f-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--gold-hi); outline-offset: 3px; border-radius: 6px; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--gold); color: var(--ink-on-gold); padding: 8px 14px; border-radius: 8px; }
.skip:focus { left: 12px; }
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.ic { width: 1.15em; height: 1.15em; flex: none; }
.flag { width: 24px; height: 16px; border-radius: 3px; flex: none; box-shadow: 0 0 0 1px rgba(255, 255, 255, .12); }
.flag--lg { width: 42px; height: 28px; border-radius: 5px; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  min-height: 52px; padding: 0 26px; border-radius: 999px;
  font: 600 var(--fs-sm)/1 var(--f-body); letter-spacing: .01em; text-decoration: none;
  border: 1px solid transparent; cursor: pointer; white-space: nowrap;
  transition: transform .18s ease, box-shadow .25s ease, background-color .2s ease, border-color .2s ease;
}
.btn--gold { background: var(--gold-grad); color: var(--ink-on-gold); box-shadow: 0 8px 28px -10px rgba(205, 161, 94, .55), inset 0 1px 0 rgba(255, 255, 255, .35); }
.btn--gold:hover { transform: translateY(-1px); box-shadow: 0 12px 34px -10px rgba(205, 161, 94, .75), inset 0 1px 0 rgba(255, 255, 255, .4); }
.btn--ghost { background: transparent; color: var(--text); border-color: var(--line-2); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold-hi); }
.btn--sm { min-height: 42px; padding: 0 18px; }
.btn--block { width: 100%; }

/* ── Header ── */
.top {
  position: sticky; top: env(safe-area-inset-top, 0px); z-index: 50;
  background: rgba(11, 10, 8, .88);
  backdrop-filter: saturate(140%) blur(14px); -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.top__row { display: flex; align-items: center; gap: 24px; min-height: var(--header-h); }
.brand { display: flex; align-items: center; flex: none; }
.brand img { height: 48px; width: auto; display: block; }
.nav { display: none; gap: 28px; margin-left: 12px; }
.nav a { font-size: var(--fs-sm); color: var(--muted); text-decoration: none; transition: color .2s; }
.nav a:hover { color: var(--gold-hi); }
.top__actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.lang {
  display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--line-2); font: 500 var(--fs-xs)/1 var(--f-display); letter-spacing: .04em;
  text-decoration: none; color: var(--muted); transition: color .2s, border-color .2s;
}
.lang:hover { color: var(--gold-hi); border-color: var(--gold); }
@media (min-width: 960px) { .nav { display: flex; } }

/* ── Hero: centered, like alt-coin; trust row like arbi ── */
.hero { position: relative; overflow: hidden; padding-block: clamp(40px, 7vw, 88px) clamp(48px, 7vw, 96px); isolation: isolate; }
.hero::before { /* warm glow behind the headline */
  content: ""; position: absolute; z-index: -3; left: 50%; top: -18%; width: min(1200px, 140vw); aspect-ratio: 1.6; transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(205, 161, 94, .15), rgba(205, 161, 94, .04) 55%, transparent 75%);
}
.hero::after { /* the logo's thin gold ring around the headline */
  content: ""; position: absolute; z-index: -2; left: 50%; top: clamp(-260px, -22vw, -120px); width: min(1080px, 150vw); aspect-ratio: 1; transform: translateX(-50%);
  border-radius: 50%; border: 1px solid rgba(205, 161, 94, .16); pointer-events: none;
}
.hero__mark {
  position: absolute; z-index: -1; left: 50%; top: clamp(-40px, -3vw, 0px); width: min(92vw, 760px); transform: translateX(-50%);
  opacity: .06; pointer-events: none;
  -webkit-mask-image: linear-gradient(#000 35%, transparent 80%); mask-image: linear-gradient(#000 35%, transparent 80%);
}
.hero__inner { display: grid; justify-items: center; text-align: center; }
.hero__inner > * { min-width: 0; max-width: 100%; }

.badge {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 24px; padding: 6px 14px 6px 8px;
  border-radius: 999px; border: 1px solid var(--line-2); background: rgba(205, 161, 94, .07);
  font-size: var(--fs-xs); letter-spacing: .02em; color: var(--gold-hi);
}
.badge__flags { display: inline-flex; }
.badge__flags .flag { width: 18px; height: 18px; border-radius: 50%; box-shadow: 0 0 0 2px #17140F; }
.badge__flags .flag + .flag { margin-left: -3px; }

.display {
  margin: 0; max-width: 17ch; font: 500 clamp(2.15rem, 1.1rem + 4.2vw, 4.4rem)/1.06 var(--f-display); letter-spacing: -.025em; text-wrap: balance;
  background: linear-gradient(108deg, #F7F1E6 55%, #9A9183 100%); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.display em {
  font-style: normal;
  background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lead { margin: 22px auto 0; max-width: 36em; font-size: var(--fs-lg); line-height: 1.55; color: var(--muted); text-wrap: pretty; }

.beam { /* alt-coin's light beam, in gold */
  position: relative; display: block; width: 1px; height: clamp(40px, 6vw, 72px); margin: clamp(26px, 4vw, 40px) auto 0;
  background: linear-gradient(to bottom, rgba(235, 203, 139, 0), rgba(235, 203, 139, .9));
}
.beam::after {
  content: ""; position: absolute; left: 50%; bottom: -30px; width: 220px; height: 60px; transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(235, 203, 139, .35), transparent); pointer-events: none;
}

/* ── Calculator ── */
.calc-wrap { position: relative; width: 100%; max-width: 980px; margin-top: 0; text-align: left; }
.calc {
  position: relative; width: 100%;
  padding: clamp(18px, 3vw, 32px); border-radius: var(--r-lg);
  background: linear-gradient(180deg, #1B1813, #110F0C);
  border: 1px solid var(--line-2);
  box-shadow: 0 50px 90px -50px rgba(0, 0, 0, .95), inset 0 1px 0 rgba(255, 238, 200, .07);
  display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px;
}
.calc > *, .amounts > *, .chips > *, .calc__opts > * { min-width: 0; }
.calc__top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 20px; }
.tabs { display: inline-grid; grid-template-columns: 1fr 1fr; padding: 4px; border-radius: 999px; background: var(--bg-2); border: 1px solid var(--line); }
.tab {
  min-height: 40px; padding: 6px 18px; border: 0; border-radius: 999px; background: transparent; color: var(--muted);
  font: 500 var(--fs-sm)/1.2 var(--f-body); cursor: pointer; transition: background-color .2s, color .2s;
}
.tab[aria-selected="true"] { background: var(--surface-2); color: var(--gold-hi); box-shadow: inset 0 0 0 1px var(--line-2); }
.calc__live { display: inline-flex; align-items: center; gap: 8px; margin: 0; font-size: var(--fs-xs); color: var(--dim); font-variant-numeric: tabular-nums; }
@media (max-width: 520px) { .calc__top .tabs { width: 100%; } .tab { padding: 6px 8px; } }
.calc__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 3px rgba(108, 192, 139, .18); }
@media (prefers-reduced-motion: no-preference) { .calc__dot { animation: pulse 2.4s ease-in-out infinite; } @keyframes pulse { 50% { box-shadow: 0 0 0 6px rgba(108, 192, 139, 0); } } }

.field { border: 0; margin: 0; padding: 0; min-width: 0; }
.field__label { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 10px; padding: 0; font-size: var(--fs-xs); letter-spacing: .06em; text-transform: uppercase; color: var(--dim); }
.field__hint { text-transform: none; letter-spacing: 0; color: var(--gold); }

.amounts { display: grid; gap: 10px; position: relative; }
.amount__box {
  display: flex; align-items: center; gap: 12px; min-height: 76px; padding: 8px 10px 8px 20px;
  border-radius: var(--r-md); background: var(--bg); border: 1px solid var(--line);
  transition: border-color .2s;
}
.amount__box:focus-within { border-color: var(--gold); }
.amount__input, .amount__output {
  flex: 1; min-width: 0; border: 0; background: transparent; color: var(--text); outline: none;
  font: 500 clamp(1.35rem, 1.1rem + 1.1vw, 2rem)/1.2 var(--f-display); letter-spacing: -.015em;
  font-variant-numeric: tabular-nums; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.amount--out .amount__box { background: rgba(205, 161, 94, .06); border-color: var(--line-2); }
.amount__output { color: var(--gold-hi); transition: opacity .25s; }
.amount__output.is-updating { opacity: .45; }
.amount__cur {
  display: inline-flex; align-items: center; gap: 8px; flex: none; padding: 9px 13px; border-radius: 999px;
  background: var(--surface-2); border: 1px solid var(--line); font: 500 var(--fs-xs)/1 var(--f-display); letter-spacing: .04em; color: var(--text);
}
.swap {
  justify-self: center; width: 44px; height: 44px; margin-block: -27px; z-index: 1; border-radius: 50%;
  display: grid; place-items: center; cursor: pointer; color: var(--gold-hi);
  background: var(--surface-2); border: 1px solid var(--line-2); transition: transform .3s ease, border-color .2s;
}
.swap svg { width: 20px; height: 20px; }
.swap:hover { border-color: var(--gold); transform: rotate(180deg); }
@media (min-width: 760px) {
  .amounts { grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: end; gap: 14px; }
  .swap { margin: 0 0 16px; }
  .swap svg { transform: rotate(90deg); }
}

.calc__opts { display: grid; gap: 20px; }
@media (min-width: 760px) { .calc__opts { grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 24px; } }
.chips { display: grid; gap: 8px; }
.chips--cur, .chips--method { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.chip {
  position: relative; display: flex; align-items: center; gap: 8px; min-height: 50px; padding: 8px 12px;
  border-radius: var(--r-sm); border: 1px solid var(--line); background: var(--bg-2);
  font-size: var(--fs-sm); line-height: 1.2; color: var(--muted); cursor: pointer; transition: border-color .2s, color .2s, background-color .2s;
}
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip b { margin-left: auto; font: 500 var(--fs-sm)/1 var(--f-display); color: var(--dim); }
.chip:hover { border-color: var(--line-2); color: var(--text); }
.chip:has(input:checked) { border-color: var(--gold); color: var(--text); background: rgba(205, 161, 94, .08); }
.chip:has(input:checked) b, .chip:has(input:checked) .ic { color: var(--gold-hi); }
.chip:has(input:focus-visible) { outline: 2px solid var(--gold-hi); outline-offset: 2px; }
.chip .ic { color: var(--dim); transition: color .2s; }
.chip--method { justify-content: center; text-align: center; }
@media (max-width: 520px) {
  .chips--cur span { display: none; } .chips--cur .chip { justify-content: center; } .chips--cur .chip b { margin-left: 0; }
  .chip--method { flex-direction: column; gap: 5px; padding: 10px 6px; font-size: var(--fs-xs); }
}
.calc__note { align-self: end; margin: 0; padding: 14px 16px; border-radius: var(--r-md); border: 1px dashed var(--line-2); font-size: var(--fs-sm); color: var(--muted); }

.calc__bottom { display: grid; gap: 16px; align-items: center; padding-top: 20px; border-top: 1px dashed var(--line-2); }
@media (min-width: 760px) { .calc__bottom { grid-template-columns: minmax(0, 1fr) auto; gap: 24px; } }
.calc__rate { display: grid; gap: 3px; }
.calc__rate-label { font-size: var(--fs-xs); letter-spacing: .06em; text-transform: uppercase; color: var(--dim); }
.calc__rate strong { font: 500 var(--fs-lg)/1.3 var(--f-display); font-variant-numeric: tabular-nums; color: var(--text); }
.calc__fine { font-size: var(--fs-xs); line-height: 1.5; color: var(--dim); }
.calc__status { font-size: var(--fs-xs); color: var(--warn); }
.calc__cta { min-height: 58px; padding-inline: 34px; }
@media (max-width: 759px) { .calc__cta { width: 100%; } }

/* trust row under the calculator (arbi's three badges) */
.features { list-style: none; margin: clamp(28px, 4vw, 44px) 0 0; padding: 0; width: 100%; max-width: 980px; display: grid; gap: 12px; text-align: left; }
@media (min-width: 760px) { .features { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; } }
.feature { display: flex; gap: 14px; align-items: flex-start; padding: 18px; border-radius: var(--r-md); border: 1px solid var(--line); background: rgba(21, 19, 15, .7); }
.feature__ic { flex: none; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-2); color: var(--gold); background: rgba(205, 161, 94, .06); }
.feature__ic svg { width: 21px; height: 21px; }
.feature h2 { margin: 2px 0 4px; font: 500 var(--fs-sm)/1.3 var(--f-display); letter-spacing: -.005em; color: var(--text); }
.feature p { margin: 0; font-size: var(--fs-sm); line-height: 1.45; color: var(--muted); }

/* ── Sections ── */
.section { padding-block: clamp(56px, 8vw, 104px); border-top: 1px solid var(--line); }
.section__head { display: grid; gap: 10px; margin-bottom: clamp(28px, 4vw, 44px); max-width: 44em; }
.h2 { margin: 0; font: 500 var(--fs-xl)/1.15 var(--f-display); letter-spacing: -.015em; text-wrap: balance; }
.section__sub { margin: 0; color: var(--muted); font-size: var(--fs-md); }

/* rates board */
.board-scroll { overflow-x: auto; border-radius: var(--r-lg); border: 1px solid var(--line-2); background: var(--surface); }
.board { width: 100%; min-width: 560px; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.board th, .board td { padding: 18px 22px; text-align: left; border-bottom: 1px solid var(--line); }
.board thead th { font: 500 var(--fs-xs)/1.2 var(--f-body); letter-spacing: .08em; text-transform: uppercase; color: var(--dim); background: var(--bg-2); }
.board tbody tr:last-child > * { border-bottom: 0; }
.board tbody th { display: flex; align-items: center; gap: 14px; font-weight: 400; color: var(--muted); font-size: var(--fs-sm); }
.board tbody th span { display: grid; gap: 2px; }
.board tbody th b { font: 500 var(--fs-md)/1.1 var(--f-display); color: var(--text); letter-spacing: .02em; }
.board td { font: 500 var(--fs-md)/1.2 var(--f-display); color: var(--gold-hi); white-space: nowrap; }
.board tbody tr { transition: background-color .2s; }
.board tbody tr:hover { background: rgba(205, 161, 94, .05); }
.board__time { margin: 14px 4px 0; font-size: var(--fs-xs); color: var(--dim); }
@media (max-width: 639px) { /* rates board as stacked rows on phones */
  .board { min-width: 0; }
  .board thead { display: none; }
  .board, .board tbody, .board tr { display: block; }
  .board tbody tr { padding: 16px 18px; border-bottom: 1px solid var(--line); display: grid; gap: 10px; }
  .board tbody tr:last-child { border-bottom: 0; }
  .board tbody th, .board td { padding: 0; border: 0; }
  .board td { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: var(--fs-sm); white-space: normal; text-align: right; }
  .board td::before { content: attr(data-label); font: 400 var(--fs-xs)/1.3 var(--f-body); color: var(--dim); text-align: left; }
}

/* steps */
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); counter-reset: s; }
.step { position: relative; padding: 26px 24px 24px; border-radius: var(--r-md); background: var(--surface); border: 1px solid var(--line); }
.step__n {
  display: block; margin-bottom: 18px; font: 500 2.6rem/1 var(--f-display);
  color: transparent; -webkit-text-stroke: 1px var(--gold); opacity: .9;
}
.step h3 { margin: 0 0 8px; font: 500 var(--fs-md)/1.3 var(--f-display); letter-spacing: -.005em; }
.step p { margin: 0; color: var(--muted); font-size: var(--fs-sm); }
.reverse { display: flex; gap: 12px; align-items: flex-start; margin: 22px 0 0; padding: 16px 18px; border-radius: var(--r-md); background: rgba(205, 161, 94, .06); border: 1px solid var(--line-2); color: var(--text); font-size: var(--fs-sm); max-width: 52em; }
.reverse .ic { color: var(--gold); margin-top: 2px; }

/* countries */
.countries { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.country { display: grid; gap: 10px; align-content: start; padding: 26px; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--line); transition: border-color .25s, transform .25s; }
.country:hover { border-color: var(--line-2); transform: translateY(-2px); }
.country__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.country__code { font: 500 var(--fs-sm)/1 var(--f-display); letter-spacing: .06em; color: var(--dim); }
.country__code i { font-style: normal; color: var(--gold); margin-left: 4px; }
.country h3 { margin: 0; font: 500 var(--fs-lg)/1.2 var(--f-display); }
.country p { margin: 0; color: var(--muted); font-size: var(--fs-sm); }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px !important; }
.tags span { padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line-2); font-size: var(--fs-xs); color: var(--text); }

/* why */
.section--why { background: linear-gradient(180deg, var(--bg-2), var(--bg)); }
.why { display: grid; gap: 32px; }
@media (min-width: 900px) { .why { grid-template-columns: .8fr 2fr; align-items: start; } }
.why__list { margin: 0; display: grid; gap: 0 32px; grid-template-columns: 1fr; border-top: 1px solid var(--line); }
@media (min-width: 640px) { .why__list { grid-template-columns: 1fr 1fr; } }
.why__list div { padding: 22px 22px 22px 0; border-bottom: 1px solid var(--line); }
.why__list dt { margin-bottom: 6px; font: 500 var(--fs-md)/1.3 var(--f-display); color: var(--gold-hi); letter-spacing: -.005em; }
.why__list dd { margin: 0; color: var(--muted); font-size: var(--fs-sm); max-width: 30em; }

/* faq */
.faq { display: grid; gap: 28px; }
@media (min-width: 900px) { .faq { grid-template-columns: .8fr 2fr; align-items: start; } }
.faq__list { display: grid; gap: 10px; }
.faq details { border-radius: var(--r-md); background: var(--surface); border: 1px solid var(--line); transition: border-color .2s; }
.faq details[open] { border-color: var(--line-2); }
.faq summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 18px 20px; font: 500 var(--fs-md)/1.4 var(--f-body); color: var(--text);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; font: 400 1.5rem/1 var(--f-display); color: var(--gold); transition: transform .25s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: var(--fs-sm); max-width: 44em; }

/* final cta */
.final { padding-block: clamp(40px, 6vw, 80px); }
.final__box {
  display: grid; gap: 24px; align-items: center; justify-items: start;
  padding: clamp(24px, 4vw, 44px); border-radius: var(--r-lg);
  background: radial-gradient(120% 140% at 0% 0%, rgba(205, 161, 94, .16), transparent 55%), var(--surface);
  border: 1px solid var(--line-2);
}
.final__icon { width: 88px; height: 88px; }
@media (min-width: 860px) { .final__box { grid-template-columns: auto 1fr auto; } }

/* footer */
.foot { padding-block: 48px calc(40px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid var(--line); background: var(--bg-2); }
.foot__grid { display: grid; gap: 32px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.foot__brand img { height: 48px; width: auto; }
.foot__brand p { margin: 12px 0 0; color: var(--muted); font-size: var(--fs-sm); max-width: 26em; }
.foot__col { display: grid; gap: 10px; align-content: start; }
.foot__col h3 { margin: 0 0 4px; font: 500 var(--fs-xs)/1 var(--f-body); letter-spacing: .1em; text-transform: uppercase; color: var(--dim); }
.foot__col a { color: var(--muted); text-decoration: none; font-size: var(--fs-sm); }
.foot__col a:hover { color: var(--gold-hi); }
.foot__legal { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; gap: 6px; }
.foot__legal p { margin: 0; font-size: var(--fs-xs); color: var(--dim); max-width: 60em; }

/* mobile sticky bar */
.mbar { display: none; }
@media (max-width: 759px) {
  .mbar {
    display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
    padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, rgba(11, 10, 8, 0), rgba(11, 10, 8, .92) 30%);
    transform: translateY(110%); transition: transform .3s ease;
  }
  .mbar.is-visible { transform: none; }
  .foot { padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px)); }
  .top .btn--sm { display: none; }
  .brand img { height: 40px; }
}

/* load-in: visible at rest, gentle rise when motion is allowed */
@media (prefers-reduced-motion: no-preference) {
  .hero__inner > * { animation: rise .7s cubic-bezier(.2, .7, .2, 1) both; }
  .hero__inner > :nth-child(2) { animation-delay: .05s; }
  .hero__inner > :nth-child(3) { animation-delay: .1s; }
  .hero__inner > :nth-child(4) { animation-delay: .15s; }
  .hero__inner > :nth-child(5) { animation-delay: .2s; }
  .hero__inner > :nth-child(6) { animation-delay: .28s; }
  @keyframes rise { from { transform: translateY(12px); } to { transform: none; } }
}
