/* ============================================================
   WIN ELNOVAR - screens.css
   Layouts that belong to a specific screen family.
   ============================================================ */

/* ------------------------------------------------------------
   HOME
   ------------------------------------------------------------ */
.home__hero {
  position: relative;
  margin: 12px 0 4px;
  padding: 16px;
  border-radius: var(--r-xl);
  background: linear-gradient(150deg, var(--deep-soft) 0%, var(--deep) 45%, var(--deep-2) 100%);
  color: var(--cream);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.home__hero::before {
  content: "";
  position: absolute;
  right: -50px; top: -60px;
  width: 190px; height: 190px;
  border-radius: 50%;
  border: 26px solid rgba(250, 245, 234, .06);
}
.home__hero::after {
  content: "";
  position: absolute;
  left: -30px; bottom: -80px;
  width: 150px; height: 150px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(232, 184, 75, .22), transparent);
}
.home__heroRow { position: relative; display: flex; align-items: center; gap: 13px; }
.home__heroName { font-family: var(--font-num); font-size: 19px; font-weight: 700; letter-spacing: .03em; }
.home__heroSub { font-size: 11.5px; color: rgba(250, 245, 234, .66); margin-top: 2px; }
.home__heroXp { position: relative; margin-top: 13px; }
.home__heroXpTop { display: flex; justify-content: space-between; font-size: 11px; color: rgba(250, 245, 234, .72); margin-bottom: 5px; font-weight: 700; letter-spacing: .05em; }
/* the hero sits on deep green-blue, so the default deep meter fill would be
   invisible - the XP bar is gold here */
.home__hero .meter { background: rgba(250, 245, 234, .18); }
.home__hero .meter > i { background: linear-gradient(90deg, var(--gold-3), var(--gold-2)); }

.home__cta {
  display: flex; align-items: center; gap: 12px;
  width: 100%;
  margin-top: 12px;
  padding: 15px 16px;
  border-radius: var(--r-xl);
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #33260A;
  box-shadow: var(--shadow-gold);
  text-align: left;
  transition: transform 140ms var(--ease);
}
.home__cta:active { transform: translateY(1px) scale(.99); }
.home__ctaIc { width: 46px; height: 46px; border-radius: 15px; background: rgba(51, 38, 10, .14); display: grid; place-items: center; flex: 0 0 auto; }
.home__ctaIc svg { width: 26px; height: 26px; }
.home__ctaT { display: block; font-family: var(--font-num); font-size: 17px; font-weight: 800; letter-spacing: .03em; }
.home__ctaS { display: block; font-size: 12px; opacity: .8; margin-top: 1px; }
.home__ctaGo { margin-left: auto; }
.home__ctaGo svg { width: 22px; height: 22px; }

.modes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.mode {
  position: relative;
  padding: 13px 12px;
  border-radius: var(--r-lg);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  text-align: left;
  overflow: hidden;
  transition: transform 140ms var(--ease);
}
.mode:active { transform: scale(.98); }
.mode__ic {
  width: 38px; height: 38px;
  border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(160deg, rgba(14,92,86,.13), rgba(14,92,86,.05));
  color: var(--deep);
  margin-bottom: 9px;
}
.mode__ic svg { width: 21px; height: 21px; }
.mode__t { display: block; font-size: 13.5px; font-weight: 800; color: var(--ink); letter-spacing: .01em; }
.mode__s { display: block; font-size: 11px; color: var(--ink-3); margin-top: 3px; line-height: 1.35; min-height: 29px; }
.mode__flag {
  position: absolute; top: 9px; right: 9px;
  font-size: 9.5px; font-weight: 800; letter-spacing: .1em;
  padding: 3px 7px; border-radius: var(--r-pill);
  background: rgba(232, 184, 75, .2); color: var(--gold-deep);
}
.mode--lock { opacity: .58; }
.mode--lock .mode__ic { background: rgba(8,36,33,.06); color: var(--ink-3); }

/* ------------------------------------------------------------
   CAREER / CHAPTERS
   ------------------------------------------------------------ */
.chapter {
  position: relative;
  display: flex;
  gap: 12px;
  padding: 13px;
  border-radius: var(--r-lg);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  text-align: left;
  width: 100%;
  overflow: hidden;
  transition: transform 140ms var(--ease);
}
.chapter:active { transform: scale(.99); }
.chapter--lock { opacity: .6; }
.chapter__crest {
  flex: 0 0 auto;
  width: 54px; height: 60px;
  display: grid; place-items: center;
  color: var(--cream);
  position: relative;
}
.chapter__crest svg { width: 54px; height: 60px; }
.chapter__crestNo {
  position: absolute;
  font-family: var(--font-num);
  font-size: 19px;
  font-weight: 800;
  color: var(--cream);
  text-shadow: 0 1px 2px rgba(0,0,0,.35);
  margin-top: -4px;
}
.chapter__body { flex: 1 1 auto; min-width: 0; }
.chapter__t { display: block; font-family: var(--font-num); font-size: 15.5px; font-weight: 700; color: var(--ink); }
.chapter__s { display: block; font-size: 11.5px; color: var(--ink-3); margin-top: 2px; line-height: 1.4; }
.chapter__meta { display: flex; align-items: center; gap: 8px; margin-top: 9px; }
.chapter__meta .meter { flex: 1 1 auto; }

/* ------------------------------------------------------------
   PUZZLE MAP
   ------------------------------------------------------------ */
.map {
  position: relative;
  padding: 10px 6px 20px;
}
.map__track {
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 4px;
  transform: translateX(-50%);
  background: repeating-linear-gradient(180deg, rgba(14,92,86,.18) 0 10px, transparent 10px 20px);
  border-radius: var(--r-pill);
}
.map__row {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 74px;
}
.map__row--l { justify-content: flex-start; padding-left: 6%; }
.map__row--r { justify-content: flex-end; padding-right: 6%; }
.map__row--c { justify-content: center; }

.node {
  position: relative;
  width: 66px; height: 66px;
  border-radius: 22px;
  display: grid; place-items: center;
  background: var(--surface);
  border: 2px solid var(--border-2);
  box-shadow: var(--shadow-sm);
  transition: transform 140ms var(--ease);
}
.node:active { transform: scale(.94); }
.node__n { font-family: var(--font-num); font-size: 19px; font-weight: 800; color: var(--deep); line-height: 1; }
.node__stars { position: absolute; bottom: -9px; left: 50%; transform: translateX(-50%); background: var(--paper); border-radius: var(--r-pill); padding: 2px 5px; box-shadow: var(--shadow-sm); }
.node__stars svg { width: 10px; height: 10px; }
.node--done {
  background: linear-gradient(160deg, #FFF8E6, #F7E7BC);
  border-color: rgba(201, 154, 46, .5);
}
.node--done .node__n { color: var(--gold-deep); }
.node--now {
  background: linear-gradient(160deg, var(--deep-soft), var(--deep));
  border-color: var(--gold-2);
  box-shadow: 0 0 0 4px rgba(232, 184, 75, .22), var(--shadow-md);
  animation: nodePulse 2s var(--ease) infinite;
}
.node--now .node__n { color: var(--cream); }
@keyframes nodePulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(232, 184, 75, .22), var(--shadow-md); }
  50%      { box-shadow: 0 0 0 9px rgba(232, 184, 75, .08), var(--shadow-md); }
}
.node--lock { background: var(--surface-2); border-color: transparent; box-shadow: none; }
.node--lock .node__n { color: var(--cream-3); }
.node--lock svg { width: 20px; height: 20px; color: var(--ink-3); opacity: .55; }
.node__tag {
  position: absolute;
  top: -8px; right: -10px;
  font-size: 9px; font-weight: 800; letter-spacing: .08em;
  padding: 2px 6px; border-radius: var(--r-pill);
  background: var(--deep); color: var(--cream);
  border: 2px solid var(--paper);
}
.node__tag--gold { background: linear-gradient(180deg, var(--gold-2), var(--gold)); color: #33260A; }

/* ------------------------------------------------------------
   LEVEL PREVIEW
   ------------------------------------------------------------ */
.prev__crest {
  margin: 6px auto 0;
  width: 96px; height: 106px;
  display: grid; place-items: center;
  position: relative;
}
.prev__crest svg { width: 96px; height: 106px; }
.prev__crestNo {
  position: absolute;
  font-family: var(--font-num);
  font-size: 32px; font-weight: 800;
  color: var(--cream);
  text-shadow: 0 2px 4px rgba(0,0,0,.3);
  margin-top: -6px;
}
.prev__t { font-family: var(--font-num); font-size: 22px; font-weight: 800; text-align: center; color: var(--deep); margin-top: 10px; }
.prev__s { font-size: 12.5px; text-align: center; color: var(--ink-3); margin-top: 5px; line-height: 1.5; }
.prev__specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin-top: 14px; }
.spec {
  display: flex; align-items: center; gap: 9px;
  padding: 10px 11px;
  border-radius: var(--r-md);
  background: var(--surface);
  border: 1px solid var(--border);
}
.spec__ic { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; background: rgba(14,92,86,.09); color: var(--deep); flex: 0 0 auto; }
.spec__ic svg { width: 17px; height: 17px; }
.spec__k { display: block; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }
.spec__v { display: block; font-family: var(--font-num); font-size: 14.5px; font-weight: 700; color: var(--ink); }

/* ------------------------------------------------------------
   RESULT SCREENS (victory / defeat / perfect / record)
   ------------------------------------------------------------ */
.res {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: calc(20px + var(--safe-t)) var(--pad) calc(16px + var(--safe-b));
  overflow-y: auto;
}
.res__banner {
  position: relative;
  margin: 8px 0 0;
  padding: 22px 16px 18px;
  border-radius: var(--r-xl);
  text-align: center;
  color: var(--cream);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.res__banner--win  { background: linear-gradient(160deg, var(--deep-soft), var(--deep) 55%, var(--deep-2)); }
.res__banner--lose { background: linear-gradient(160deg, #8E5346, #6E3729); }
.res__banner--gold { background: linear-gradient(160deg, #F0C868, var(--gold) 55%, var(--gold-deep)); color: #33260A; }
.res__banner::after {
  content: "";
  position: absolute; inset: -40% -10% auto;
  height: 180px;
  background: radial-gradient(closest-side, rgba(255,255,255,.22), transparent);
}
.res__ic { position: relative; width: 76px; height: 76px; margin: 0 auto 10px; display: grid; place-items: center; }
.res__ic svg { width: 76px; height: 76px; }
.res__t { position: relative; font-family: var(--font-num); font-size: 26px; font-weight: 800; letter-spacing: .06em; }
.res__s { position: relative; font-size: 12.5px; opacity: .82; margin-top: 4px; }
.res__stars { position: relative; margin-top: 12px; display: flex; justify-content: center; gap: 6px; }
.res__stars svg { width: 34px; height: 34px; color: rgba(250,245,234,.28); }
.res__stars svg.on { color: var(--gold-2); filter: drop-shadow(0 2px 6px rgba(232,184,75,.5)); animation: starPop 420ms var(--ease) both; }
.res__stars svg.on:nth-child(2) { animation-delay: 130ms; }
.res__stars svg.on:nth-child(3) { animation-delay: 260ms; }
.res__banner--gold .res__stars svg { color: rgba(51,38,10,.2); }
.res__banner--gold .res__stars svg.on { color: #FFF6DF; }
@keyframes starPop {
  0%   { opacity: 0; transform: scale(.4) rotate(-25deg); }
  70%  { opacity: 1; transform: scale(1.18) rotate(4deg); }
  100% { opacity: 1; transform: none; }
}

.res__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 14px; }
.res__cell {
  padding: 10px 8px;
  border-radius: var(--r-md);
  background: var(--surface);
  border: 1px solid var(--border);
  text-align: center;
}
.res__cellK { font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }
.res__cellV { font-family: var(--font-num); font-size: 18px; font-weight: 800; color: var(--deep); margin-top: 2px; }

.res__rewards { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-top: 14px; }
.reward-chip {
  display: flex; align-items: center; gap: 6px;
  padding: 8px 13px;
  border-radius: var(--r-pill);
  background: linear-gradient(180deg, #FFF8E6, #F7E7BC);
  border: 1px solid rgba(201, 154, 46, .38);
  font-family: var(--font-num);
  font-size: 14px; font-weight: 800;
  color: var(--gold-deep);
  animation: chipIn 400ms var(--ease) both;
}
.reward-chip svg { width: 17px; height: 17px; }
.reward-chip:nth-child(2) { animation-delay: 90ms; }
.reward-chip:nth-child(3) { animation-delay: 180ms; }
.reward-chip:nth-child(4) { animation-delay: 270ms; }
@keyframes chipIn { from { opacity: 0; transform: translateY(10px) scale(.9); } to { opacity: 1; transform: none; } }

.res__foot { margin-top: auto; padding-top: 16px; display: flex; flex-direction: column; gap: 10px; }

/* confetti / ticker-tape for wins */
.conf { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.conf i {
  position: absolute;
  top: -12px;
  width: 7px; height: 12px;
  border-radius: 2px;
  opacity: .9;
  animation: confFall linear both;
}
@keyframes confFall {
  0%   { transform: translateY(-20px) rotate(0deg); opacity: 0; }
  10%  { opacity: 1; }
  100% { transform: translateY(560px) rotate(520deg); opacity: 0; }
}

/* ------------------------------------------------------------
   SHOP / INVENTORY
   ------------------------------------------------------------ */
.shop-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.sitem {
  display: flex; flex-direction: column;
  padding: 12px;
  border-radius: var(--r-lg);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: transform 140ms var(--ease);
}
.sitem:active { transform: scale(.98); }
.sitem__ic {
  width: 52px; height: 52px;
  margin: 2px auto 9px;
  border-radius: 17px;
  display: grid; place-items: center;
  background: linear-gradient(160deg, rgba(232,184,75,.26), rgba(232,184,75,.08));
  color: var(--gold-deep);
}
.sitem__ic svg { width: 28px; height: 28px; }
.sitem__ic--deep { background: linear-gradient(160deg, rgba(14,92,86,.14), rgba(14,92,86,.05)); color: var(--deep); }
.sitem__t { font-size: 13px; font-weight: 800; color: var(--ink); }
.sitem__s { font-size: 10.5px; color: var(--ink-3); margin-top: 3px; line-height: 1.35; min-height: 28px; }
.sitem__own { display: block; font-size: 10.5px; font-weight: 700; color: var(--deep); margin-top: 4px; }
.sitem__buy { margin-top: 9px; }

/* ------------------------------------------------------------
   COLLECTION
   ------------------------------------------------------------ */
.coll-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.citem {
  position: relative;
  padding: 10px 6px 9px;
  border-radius: var(--r-md);
  background: var(--surface);
  border: 1px solid var(--border);
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform 140ms var(--ease);
}
.citem:active { transform: scale(.97); }
.citem__art { width: 46px; height: 46px; margin: 0 auto 6px; display: grid; place-items: center; color: var(--deep); }
.citem__art svg { width: 40px; height: 40px; }
.citem__t { display: block; font-size: 10.5px; font-weight: 700; color: var(--ink-2); line-height: 1.25; }
.citem--locked { background: var(--surface-2); border-color: transparent; }
.citem--locked .citem__art { color: var(--cream-3); }
.citem--locked .citem__t { color: var(--ink-3); }
.citem__rar {
  position: absolute; top: 6px; right: 6px;
  width: 8px; height: 8px; border-radius: 50%;
}
.rar-common  { background: #9AA8A5; }
.rar-rare    { background: #2C7A9B; }
.rar-epic    { background: #7C5CFF; }
.rar-legend  { background: var(--gold-2); box-shadow: 0 0 0 2px rgba(232,184,75,.24); }

/* ------------------------------------------------------------
   LEADERBOARD
   ------------------------------------------------------------ */
.lb-row {
  display: flex; align-items: center; gap: 11px;
  padding: 10px 12px;
  border-radius: var(--r-md);
  background: var(--surface);
  border: 1px solid var(--border);
}
.lb-row--me { background: linear-gradient(180deg, #FFFBF0, var(--surface)); border-color: rgba(201,154,46,.42); box-shadow: var(--shadow-sm); }
.lb-rank {
  width: 30px; height: 30px; flex: 0 0 auto;
  border-radius: 10px;
  display: grid; place-items: center;
  font-family: var(--font-num);
  font-size: 13px; font-weight: 800;
  background: var(--surface-2);
  color: var(--ink-2);
}
.lb-rank--1 { background: linear-gradient(180deg, var(--gold-2), var(--gold)); color: #33260A; }
.lb-rank--2 { background: linear-gradient(180deg, #DCE2E1, #B9C4C2); color: #34433F; }
.lb-rank--3 { background: linear-gradient(180deg, #E3B48C, #C08A5D); color: #40260F; }
.lb-name { display: block; font-size: 13.5px; font-weight: 700; color: var(--ink); }
.lb-sub { display: block; font-size: 11px; color: var(--ink-3); margin-top: 1px; }
.lb-score { margin-left: auto; font-family: var(--font-num); font-size: 15px; font-weight: 800; color: var(--deep); }

/* ------------------------------------------------------------
   DAILY REWARDS
   ------------------------------------------------------------ */
.dr-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.dr {
  position: relative;
  padding: 10px 5px 9px;
  border-radius: var(--r-md);
  background: var(--surface);
  border: 1px solid var(--border);
  text-align: center;
}
.dr__d { font-size: 9.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.dr__ic { width: 30px; height: 30px; margin: 5px auto 4px; display: grid; place-items: center; color: var(--gold-deep); }
.dr__ic svg { width: 24px; height: 24px; }
.dr__v { font-family: var(--font-num); font-size: 12.5px; font-weight: 800; color: var(--ink-2); }
.dr--claimed { background: rgba(46,158,107,.09); border-color: rgba(46,158,107,.3); }
.dr--claimed::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  background: rgba(255,255,255,.4);
}
.dr--today { border-color: var(--gold-2); box-shadow: 0 0 0 3px rgba(232,184,75,.2); }
.dr--big { grid-column: span 4; display: flex; align-items: center; gap: 12px; text-align: left; padding: 12px; }
.dr--big .dr__ic { margin: 0; width: 40px; height: 40px; }
.dr--big .dr__ic svg { width: 32px; height: 32px; }

/* ------------------------------------------------------------
   SETTINGS
   ------------------------------------------------------------ */
.srow {
  display: flex; align-items: center; gap: 12px;
  padding: 12px;
  border-radius: var(--r-md);
  background: var(--surface);
  border: 1px solid var(--border);
}
.srow__ic { width: 36px; height: 36px; border-radius: 12px; display: grid; place-items: center; background: rgba(14,92,86,.09); color: var(--deep); flex: 0 0 auto; }
.srow__ic svg { width: 19px; height: 19px; }
.srow__t { display: block; font-size: 13.5px; font-weight: 700; color: var(--ink); }
.srow__s { display: block; font-size: 11px; color: var(--ink-3); margin-top: 2px; }
.srow__end { margin-left: auto; flex: 0 0 auto; }

.switch {
  width: 48px; height: 28px;
  border-radius: var(--r-pill);
  background: var(--cream-3);
  position: relative;
  transition: background var(--dur) var(--ease);
  flex: 0 0 auto;
}
.switch::after {
  content: "";
  position: absolute;
  top: 3px; left: 3px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur) var(--ease);
}
.switch.on { background: var(--deep); }
.switch.on::after { transform: translateX(20px); }

.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 116px; height: 6px;
  border-radius: var(--r-pill);
  background: var(--cream-3);
  outline: none;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--deep);
  border: 3px solid var(--paper);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--deep);
  border: 3px solid var(--paper);
  cursor: pointer;
}

/* ------------------------------------------------------------
   HELP / ABOUT
   ------------------------------------------------------------ */
.help-q { font-size: 13.5px; font-weight: 800; color: var(--deep); }
.help-a { font-size: 12.5px; color: var(--ink-2); line-height: 1.6; margin-top: 5px; }
.help-a b { color: var(--ink); }

.legend { display: flex; flex-direction: column; gap: 9px; }
.legend__i { display: flex; align-items: center; gap: 10px; }
.legend__sw { width: 34px; height: 46px; flex: 0 0 auto; border-radius: 7px; overflow: hidden; box-shadow: var(--shadow-sm); }
.legend__t { font-size: 12.5px; color: var(--ink-2); line-height: 1.45; }
.legend__t b { color: var(--ink); }

/* ------------------------------------------------------------
   STATISTICS
   ------------------------------------------------------------ */
.bars { display: flex; align-items: flex-end; gap: 6px; height: 96px; padding: 0 2px; }
.bars__c { flex: 1 1 0; display: flex; flex-direction: column; align-items: center; gap: 5px; height: 100%; justify-content: flex-end; }
.bars__b {
  width: 100%;
  border-radius: 6px 6px 3px 3px;
  background: linear-gradient(180deg, var(--deep-soft), var(--deep));
  min-height: 3px;
  transition: height 500ms var(--ease);
}
.bars__b--gold { background: linear-gradient(180deg, var(--gold-2), var(--gold)); }
.bars__l { font-size: 9px; color: var(--ink-3); font-weight: 700; }

/* ------------------------------------------------------------
   MISSIONS
   ------------------------------------------------------------ */
.miss__prog { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.miss__prog .meter { flex: 1 1 auto; }
.miss__prog span { font-family: var(--font-num); font-size: 11.5px; font-weight: 700; color: var(--ink-3); flex: 0 0 auto; }

/* ------------------------------------------------------------
   SPLASH SCREEN (in-app, distinct from #boot)
   ------------------------------------------------------------ */
.splash {
  height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 16px;
  padding: 24px;
  background: radial-gradient(120% 90% at 50% 0%, #14776F 0%, var(--deep) 40%, var(--deep-3) 100%);
  color: var(--cream);
  text-align: center;
}
.splash__mark svg { width: 128px; height: 128px; }
.splash__t { font-family: var(--font-num); font-size: 32px; font-weight: 800; letter-spacing: .14em; }
.splash__t span { color: var(--gold-2); }
.splash__s { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: rgba(250,245,234,.6); }
.splash__foot { position: absolute; bottom: calc(22px + var(--safe-b)); left: 0; right: 0; text-align: center; font-size: 11px; color: rgba(250,245,234,.45); letter-spacing: .1em; }


/* ------------------------------------------------------------
   Home quick links - the three shortcut buttons under the CTA
   ------------------------------------------------------------ */
.qbtn { text-align: center; padding: 11px 8px; }
.qbtn__ic { display: grid; place-items: center; color: var(--deep); }
.qbtn__ic svg { width: 22px; height: 22px; }
.qbtn__t { display: block; margin-top: 5px; font-size: 12.5px; font-weight: 700; color: var(--ink); }
.qbtn__s { display: block; font-size: 11px; color: var(--ink-3); }
