/* jayemiranda.com — school dashboard
   Youthful, clean, bright. Athletic, not sports-cliché.
   Two accents only: orange = today/active/test/progress, blue = links/buttons. */

:root {
  --ink: #111;
  --grey: #8A8A8A;
  --line: #e6e6e6;
  --track: #eee;
  --orange: #FF6B1A;
  --blue: #0B63E5;
  --bg: #fff;
  --radius: 7px;
  --noise: url("https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExeDJyYTVmZnhuNDF2MGhraTJ0dHpmcjh5eDVuMGE5cW4xb2F6aDIxcyZlcD12MV9naWZzX3NlYXJjaCZjdD1n/bGdMdnVwLYZOYSu7jk/giphy.gif");
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

html, body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 28px 64px;
}

/* --- Sticky nav --- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #000;
  border-bottom: 1px solid #000;
}
.nav-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 28px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* Hamburger button — hidden on desktop, shown on mobile. */
.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 9px;
  background: transparent;
  border: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav.open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav.open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.logo-gif {
  height: 32px;
  width: auto;
  border-radius: 6px;
  display: block;
}
.logo .dot, .logo-sm .dot { color: var(--orange); }

.contact-btn {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
  padding: 7px 13px;
  border-radius: 999px;
  white-space: nowrap;
}
.contact-btn:hover { background: #0a55c6; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.nav-links::-webkit-scrollbar { display: none; }
.nav-links a {
  color: #b8b8b8;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding: 6px 11px;
  border-radius: 6px;
  white-space: nowrap;
}
.nav-links a:hover { color: #fff; background: rgba(255, 255, 255, 0.12); }
.nav-links a.active { color: var(--orange); }

/* Sections clear the sticky nav when scrolled to. */
#today, #week, #grades, #progress, #basketball, #platforms { scroll-margin-top: 78px; }

/* --- Footer --- */
.footer {
  background: #000;
  margin-top: 48px;
}
.footer-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 28px 34px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}
.logo-sm { font-size: 15px; font-weight: 800; letter-spacing: -0.03em; color: #fff; justify-self: start; }
.footer-gif {
  justify-self: center;
  height: 44px;
  width: auto;
  border-radius: 7px;
  display: block;
}
.foot-note { color: #b8b8b8; font-size: 13px; justify-self: end; text-align: right; }

/* --- Utility / status --- */
.loading {
  padding: 80px 0;
  color: var(--grey);
  font-size: 18px;
  letter-spacing: -0.01em;
}

.stale {
  margin: 0 0 24px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fafafa;
  color: var(--grey);
  font-size: 13px;
}

section { margin-bottom: 52px; }

/* Full-bleed black band with a centered gif, before Progress. */
.gif-band {
  margin: 8px 0 44px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #000;
  padding: 52px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gif-band img {
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 12px;
  display: block;
}

.section-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--grey);
  margin: 0 0 16px;
}

/* --- Today --- */
.today-date {
  font-size: clamp(34px, 7vw, 56px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin: 0 0 28px;
}
/* Per-letter blur wave. Staggered --d (set in JS) makes only a few letters
   blurred at a time. chReveal runs on load; hover adds a second pass. */
.today-date .ch {
  display: inline-block;
  white-space: pre; /* keep spaces between words */
  animation: chReveal 0.55s ease var(--d) both;
}
.today-date:hover .ch {
  animation:
    chReveal 0.55s ease var(--d) both,
    chBlur 0.7s ease var(--d);
}
@keyframes chReveal {
  from { filter: blur(9px); }
  to   { filter: blur(0); }
}
@keyframes chBlur {
  0%   { filter: blur(0); }
  45%  { filter: blur(7px); }
  100% { filter: blur(0); }
}
@media (prefers-reduced-motion: reduce) {
  .today-date .ch { animation: none !important; filter: none; }
}

/* Class strip: scrollable, auto-scrolled by JS, pauses on hover, ‹ › arrows. */
.marquee-wrap { position: relative; }
.marquee {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;          /* Firefox */
  -ms-overflow-style: none;        /* old Edge */
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 44px, #000 calc(100% - 44px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 44px, #000 calc(100% - 44px), transparent 100%);
}
.marquee::-webkit-scrollbar { display: none; } /* Chrome/Safari */
.marquee-track {
  display: flex;
  width: max-content;
}
.marquee-group {
  display: flex;
  gap: 14px;
  padding-right: 14px; /* keep the seam gap identical to inter-card gaps */
}
.marquee-track .card {
  flex: 0 0 auto;
  width: 240px;
}
.marquee-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
}
.marquee-arrow:hover { background: #f4f4f4; }
.marquee-arrow.left { left: -6px; }
.marquee-arrow.right { right: -6px; }

.card {
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 18px 18px 16px;
  /* Translucent blue over an animated noise gif: keeps the blue + white text
     readable while the static texture shows through. */
  background:
    linear-gradient(rgba(11, 99, 229, 0.80), rgba(11, 99, 229, 0.80)),
    var(--noise) center / cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 4px 18px rgba(11, 99, 229, 0.28);
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}
.card:hover {
  box-shadow: 0 6px 26px rgba(11, 99, 229, 0.42);
  transform: translateY(-1px);
}

.card .subject {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.card .assignment {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: #fff;
}

.card .hw-note {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 4px;
}
.card .card-links {
  margin-top: auto;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.card .platform-link {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  opacity: 0.92;
}
.card .platform-link:hover { text-decoration: underline; opacity: 1; }
.card .platform-link.review { font-size: 13px; opacity: 0.85; }

/* Finished course: de-emphasised — no glow. */
.card.done {
  background: #fafafa;
  border-color: var(--line);
  box-shadow: none;
}
.card.done:hover { box-shadow: none; transform: none; }
.card.done .assignment { color: var(--grey); font-weight: 600; }
.card.done .subject { color: #b8b8b8; }

/* Science test — prominent, orange, sits at the top of the stack. */
.card.test {
  grid-column: 1 / -1;
  margin-bottom: 16px;
  border: 2px solid var(--orange);
  background:
    linear-gradient(rgba(255, 247, 242, 0.86), rgba(255, 247, 242, 0.86)),
    var(--noise) center / cover;
  box-shadow: 0 0 0 1px rgba(255, 107, 26, 0.10), 0 4px 20px rgba(255, 107, 26, 0.24);
}
.card.test:hover {
  box-shadow: 0 0 0 1px rgba(255, 107, 26, 0.16), 0 6px 28px rgba(255, 107, 26, 0.34);
  transform: translateY(-1px);
}
.card.test .subject { color: var(--orange); }
.card.test .assignment { color: var(--ink); font-size: 24px; }
.card.test .badge {
  align-self: flex-start;
  background: var(--orange);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 5px;
}

.notes {
  margin-top: 22px;
  padding: 14px 16px;
  border-left: 3px solid var(--orange);
  background: #fafafa;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 15px;
  line-height: 1.5;
}
.notes .label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--grey);
  margin-bottom: 4px;
}

/* Friendly panel (off day, whole-week-off, nothing scheduled). */
.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 40px 28px;
  text-align: center;
}
.panel .big {
  font-size: clamp(24px, 5vw, 34px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}
.panel .sub { color: var(--grey); font-size: 17px; }

/* --- This Week --- */
.week-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* Mon–Thu + Friday catch-up */
  gap: 12px;
}

.day {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  min-height: 120px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.90)),
    var(--noise) center / cover;
}
.day h3 {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.day .dm { color: var(--grey); font-weight: 500; }

.day.today {
  border-color: var(--orange);
  border-width: 2px;
  background:
    linear-gradient(rgba(255, 247, 242, 0.88), rgba(255, 247, 242, 0.88)),
    var(--noise) center / cover;
  padding: 13px; /* keep box size even with thicker border */
}
.day.today h3 { color: var(--orange); }

.day.past {
  background:
    linear-gradient(rgba(251, 251, 251, 0.90), rgba(251, 251, 251, 0.90)),
    var(--noise) center / cover;
}
.day.past h3, .day.past .row { color: var(--grey); }

.day.off {
  background:
    linear-gradient(rgba(250, 250, 250, 0.90), rgba(250, 250, 250, 0.90)),
    var(--noise) center / cover;
  color: var(--grey);
}
.day.off h3, .day.off .row { text-decoration: line-through; color: var(--grey); }

/* Friday catch-up column — distinct blue accent (not a school day). */
.day.catchup {
  border-color: var(--blue);
  background:
    linear-gradient(rgba(240, 246, 255, 0.9), rgba(240, 246, 255, 0.9)),
    var(--noise) center / cover;
}
.day.catchup h3 { color: var(--blue); }
.day.catchup .row .s { color: var(--blue); }

.day .row {
  font-size: 13px;
  line-height: 1.35;
  margin-bottom: 6px;
}
.day .row .s {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--grey);
  display: block;
}
.day.today .row .s { color: var(--orange); }
.day .row.done .a { color: var(--grey); text-decoration: line-through; }
.day .empty { color: var(--grey); font-size: 13px; }

/* --- Progress --- */
.progress-cols {
  display: grid;
  grid-template-columns: minmax(200px, 300px) 1fr;
  gap: 34px;
  align-items: center;
}
.progress-gif img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
.progress-main .section-title { margin-top: 0; }

.bar-row { margin-bottom: 20px; }
.bar-row:last-child { margin-bottom: 0; }
.bar-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 7px;
}
.bar-head .name { font-size: 15px; font-weight: 700; letter-spacing: -0.01em; }
.bar-head .count { font-size: 13px; color: var(--grey); font-variant-numeric: tabular-nums; }

.track {
  height: 14px;
  background: var(--track);
  border-radius: 999px;
  overflow: hidden;
}
.fill {
  height: 100%;
  background: var(--orange);
  border-radius: 999px;
  min-width: 3px;
}
.bar-row.complete .fill { background: var(--blue); }
.bar-row.complete .count { color: var(--blue); font-weight: 700; }

/* --- Basketball --- */
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow-gif {
  height: 24px;
  width: auto;
  border-radius: 5px;
  display: inline-block;
}

.bball-cols {
  display: grid;
  grid-template-columns: 1fr minmax(200px, 300px);
  gap: 34px;
  align-items: center;
}
.bball-gif img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.event {
  border: 1px solid var(--line);
  border-left: 3px solid var(--blue);
  border-radius: var(--radius);
  padding: 14px 16px;
  margin-bottom: 10px;
}
.bball-main .event:last-child { margin-bottom: 0; }
.event.past { opacity: 0.5; } /* day already passed */
.event .e-title { font-weight: 700; font-size: 16px; }
.event .e-meta { color: var(--blue); font-size: 13px; margin-top: 3px; }
.event .e-loc { color: var(--grey); font-size: 13px; margin-top: 2px; }
.event .e-notes {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 13px;
  line-height: 1.45;
}

/* --- Platform links --- */
.platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}
.platforms a {
  display: inline-block;
  padding: 9px 15px;
  border: 1px solid var(--blue);
  border-radius: var(--radius);
  color: var(--blue);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.platforms a:hover { background: var(--blue); color: #fff; }

/* --- Phone --- */
@media (max-width: 720px) {
  .wrap { padding: 28px 18px 48px; }

  .nav-inner { padding: 0 18px; gap: 10px; }
  .logo { font-size: 18px; gap: 8px; }
  .logo-gif { height: 26px; }

  /* Hamburger: show the button, turn nav-right into a dropdown panel. */
  .nav-toggle { display: flex; }
  .nav-right {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #000;
    border-bottom: 1px solid #1a1a1a;
    padding: 6px 18px 16px;
    display: none;
  }
  .nav.open .nav-right { display: flex; }
  .nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: visible;
  }
  .nav-links a {
    padding: 13px 6px;
    font-size: 16px;
    border-bottom: 1px solid #161616;
  }
  .contact-btn {
    margin-top: 14px;
    padding: 12px;
    font-size: 14px;
    text-align: center;
  }
  .footer-inner {
    padding: 24px 18px 40px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
  }
  .logo-sm, .foot-note { justify-self: center; text-align: center; }
  #today, #week, #grades, #progress, #basketball, #platforms { scroll-margin-top: 72px; }

  /* Week stacks vertically. Today is reordered to the top via JS (order prop). */
  .week-grid { grid-template-columns: 1fr; }
  .day { min-height: 0; }
  .day.today { order: -1; }

  /* Marquee stays a single scrolling line on phones too. */
  .marquee-track .card { width: 210px; }

  /* Progress stacks: gif on top, bars below. */
  .progress-cols { grid-template-columns: 1fr; gap: 22px; }
  .progress-gif img { max-width: 260px; margin: 0 auto; }

  /* Basketball stacks: events, then gif. */
  .bball-cols { grid-template-columns: 1fr; gap: 20px; }
  .bball-gif img { max-width: 260px; margin: 0 auto; }

  .gif-band { padding: 40px 18px; }
}

/* ============================================================
   Grades page
   ============================================================ */
.grades-title {
  font-size: clamp(34px, 7vw, 56px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin: 8px 0 10px;
}
.grades-sub { color: var(--grey); font-size: 16px; margin: 0 0 28px; }

.subject-list { display: flex; flex-direction: column; gap: 12px; }

.subject-grade {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
}
.sg-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  font: inherit;
}
.sg-head:hover { background: #fafafa; }
.sg-name { font-size: 18px; font-weight: 700; letter-spacing: -0.01em; color: var(--ink); }
.sg-right { display: flex; align-items: center; gap: 12px; }
.sg-chev { color: var(--grey); font-size: 20px; transition: transform 0.18s ease; }
.subject-grade.open .sg-chev { transform: rotate(90deg); }

/* Grade chip — color by band. */
.sg-grade {
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.01em;
  padding: 5px 12px;
  border-radius: 999px;
  white-space: nowrap;
}
.sg-grade.inline { font-size: 13px; padding: 2px 9px; }
.sg-grade.a { background: rgba(22,163,74,.13);  color: #15803d; }
.sg-grade.b { background: rgba(11,99,229,.12);  color: var(--blue); }
.sg-grade.c { background: rgba(255,107,26,.14); color: #c2410c; }
.sg-grade.d { background: rgba(217,119,6,.14);  color: #b45309; }
.sg-grade.f { background: rgba(220,38,38,.12);  color: #dc2626; }
.sg-grade.none { background: #f0f0f0; color: var(--grey); }

.sg-detail { border-top: 1px solid var(--line); padding: 6px 18px 10px; }
.sg-empty { color: var(--grey); font-size: 14px; padding: 10px 0; }

.sg-table { display: flex; flex-direction: column; }
.sg-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #f1f1f1;
}
.sg-row:last-child { border-bottom: 0; }
.sg-a { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.sg-a-name { font-size: 15px; font-weight: 600; color: var(--ink); }
.sg-a-meta { font-size: 12px; color: var(--grey); }
.sg-score { font-size: 14px; color: var(--ink); font-variant-numeric: tabular-nums; white-space: nowrap; }
.sg-pct {
  font-size: 13px; font-weight: 700;
  padding: 3px 9px; border-radius: 999px; white-space: nowrap;
  justify-self: end; min-width: 64px; text-align: center;
}
.sg-pct.a { background: rgba(22,163,74,.13);  color: #15803d; }
.sg-pct.b { background: rgba(11,99,229,.12);  color: var(--blue); }
.sg-pct.c { background: rgba(255,107,26,.14); color: #c2410c; }
.sg-pct.d { background: rgba(217,119,6,.14);  color: #b45309; }
.sg-pct.f { background: rgba(220,38,38,.12);  color: #dc2626; }
.sg-pct.none { background: #f4f4f4; color: var(--grey); font-weight: 600; }
.sg-row.ungraded .sg-a-name { color: var(--grey); }

@media (max-width: 720px) {
  .sg-row { grid-template-columns: 1fr auto; }
  .sg-score { grid-column: 2; }
  .sg-pct { grid-column: 2; justify-self: end; }
}

/* Home-page grades snapshot */
.gradesnap-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.gradesnap-tile {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  text-decoration: none;
}
.gradesnap-tile:hover { background: #fafafa; }
.gt-name { font-size: 15px; font-weight: 700; letter-spacing: -0.01em; color: var(--ink); }
.grades-btn {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
  padding: 11px 18px;
  border-radius: var(--radius);
}
.grades-btn:hover { background: #0a55c6; }

/* Top 50/50 split: today's date (left) + grades snapshot (right).
   Flex so a hidden grades column collapses and Today spans full width. */
.top-split {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 52px;
}
.top-split > section { flex: 1 1 0; min-width: 0; margin-bottom: 0; }
.top-split .today-date { font-size: clamp(30px, 4.6vw, 46px); }
@media (max-width: 720px) {
  .top-split { flex-direction: column; gap: 26px; margin-bottom: 40px; }
  .top-split .today-date { font-size: clamp(34px, 8vw, 48px); }
}

/* GPA badge on the home grades snapshot */
.gpa-big {
  font-size: 15px;
  font-weight: 600;
  color: var(--grey);
  letter-spacing: -0.01em;
  margin: -6px 0 14px;
}
.gpa-big span {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-left: 6px;
}
.grades-sub strong { color: var(--ink); font-weight: 800; }
