@charset "utf-8";

:root {
  /* brand chrome (UC San Diego navy/gold — the home campus, and the site's voice) */
  --navy: #14284B;
  --navy-2: #1F3A66;
  --navy-3: #0F1F38;
  --gold: #FFB511;
  --gold-dark: #D89500;

  /* surfaces & ink */
  --page: #F3EFE1;
  --paper: #FFFFFF;
  --ink: #10192B;
  --muted: #445071;
  --faint: #6E7B98;
  --line: #10192B;

  /* the four pillars — validated categorical set (dataviz skill, light mode) */
  --academics: #2a78d6;
  --athletics: #eb6834;
  --prestige: #4a3aa7;
  --sustainability: #008300;

  /* rank/performance ramp (status semantics: good -> warning -> critical) */
  --good: #0ca30c;
  --warn: #fab219;
  --crit: #d03b3b;

  /* neubrutalism chrome: black structural ink, hard offset shadows, no blur */
  --bw: 3px;
  --bw-lg: 4px;
  --shadow: 5px 5px 0 var(--ink);
  --shadow-sm: 3px 3px 0 var(--ink);
  --shadow-lg: 8px 8px 0 var(--ink);
  --shadow-gold: 5px 5px 0 var(--gold-dark);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .bar-fill, .rev, .seg, .seg2 { transition: none !important; }
}

body {
  font-family: Archivo, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    repeating-linear-gradient(115deg, rgba(20,40,75,.05) 0 26px, transparent 26px 52px),
    var(--page);
  line-height: 1.55;
  font-variant-numeric: tabular-nums;
}

h1, h2, h3, .blackface {
  font-family: "Archivo Black", Archivo, sans-serif;
  font-weight: 400;
  line-height: 1.08;
  color: var(--navy);
}

a { color: var(--academics); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 22px; }

.eyebrow {
  display: inline-block;
  letter-spacing: .1em; text-transform: uppercase;
  font-size: .74rem; font-weight: 700; color: var(--navy);
  background: var(--gold);
  border: var(--bw) solid var(--ink);
  box-shadow: var(--shadow-sm);
  padding: 5px 12px;
  transform: rotate(-1.2deg);
}

section { padding: 88px 0; }
section.alt { background: var(--paper); border-top: var(--bw) solid var(--ink); border-bottom: var(--bw) solid var(--ink); }

h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); margin: .4em 0 .5em; max-width: 22ch; }
.lede { max-width: 64ch; color: var(--muted); font-size: 1.06rem; }

/* ---------- nav ---------- */
nav { position: sticky; top: 0; z-index: 50; background: var(--navy); color: #fff; border-bottom: var(--bw-lg) solid var(--ink); }
nav .wrap { display: flex; align-items: center; gap: 18px; height: 56px; }
nav .brand { font-family: "Archivo Black"; font-size: .92rem; color: var(--gold); letter-spacing: .02em; white-space: nowrap; }
nav .links { display: flex; gap: 2px; overflow-x: auto; }
nav a { color: #DCE6F5; text-decoration: none; font-size: .85rem; padding: 6px 10px; white-space: nowrap; border: 2px solid transparent; }
nav a:hover { background: var(--navy-2); color: #fff; border-color: rgba(255,181,17,.5); }

/* ---------- hero ---------- */
header.hero {
  background: var(--navy);
  background-image:
    radial-gradient(900px 420px at 15% -10%, rgba(255,181,17,.16), transparent),
    repeating-linear-gradient(115deg, rgba(255,255,255,.03) 0 26px, transparent 26px 52px);
  color: #fff;
  padding: 96px 0 72px;
  border-bottom: var(--bw-lg) solid var(--ink);
}
header.hero .eyebrow { background: var(--gold); color: var(--navy); }
header.hero h1 {
  color: #fff;
  font-size: clamp(2.4rem, 7vw, 4.6rem);
  margin: .3em 0 .3em;
}
header.hero h1 .gold { color: var(--gold); }
header.hero h1 .ghost { color: rgba(255,255,255,.28); }
.dq {
  max-width: 58ch; font-size: 1.16rem; color: #EAF0FB;
  background: rgba(255,255,255,.05);
  border: var(--bw) solid var(--gold);
  padding: 16px 18px; margin: 26px 0 40px;
}

/* four-pillar strip */
.pillars { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px,1fr)); gap: 16px; max-width: 900px; }
.pillar {
  background: var(--navy-2); border: var(--bw) solid var(--ink);
  box-shadow: var(--shadow); padding: 18px 18px 16px; border-top: 6px solid var(--pc, #fff);
}
.pillar .k { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.65); }
.pillar .v { font-family: "Archivo Black"; font-size: 1.3rem; margin: 6px 0 4px; color: #fff; }
.pillar .d { font-size: .86rem; color: rgba(255,255,255,.7); }
.pillar.q { border-top-color: var(--gold); background: var(--navy-3); }
.pillar.q .v { color: var(--gold); }

/* ---------- badge logos ---------- */
.logo-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 18px; height: 18px; flex: 0 0 18px;
  background: transparent;
  border: 0; box-shadow: none;
  margin-right: 5px; vertical-align: -3px;
}
.logo-badge img { display: block; width: 100%; height: 100%; object-fit: contain; }
.logo-badge.logo-lg { width: 28px; height: 28px; flex-basis: 28px; vertical-align: -7px; margin-right: 8px; }
.logo-badge.logo-sm { width: 18px; height: 18px; flex-basis: 18px; vertical-align: -4px; margin-right: 5px; }
.campus-mention { display: inline-flex; align-items: center; white-space: nowrap; vertical-align: middle; }
.campus-mention .logo-badge { vertical-align: middle; margin-right: 5px; }
.eyebrow .campus-mention .logo-badge { width: 16px; height: 16px; flex-basis: 16px; }
.dvg .nm .campus-mention { justify-content: flex-end; }
.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; }

/* ---------- rivalry / editorial section ---------- */
.rivalry-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); gap: 20px; margin-top: 32px; }
.rcard { background: var(--paper); border: var(--bw) solid var(--ink); padding: 22px; box-shadow: var(--shadow); border-top: 7px solid var(--rc, var(--navy)); }
.rcard:nth-child(odd) { transform: rotate(-.5deg); }
.rcard:nth-child(even) { transform: rotate(.5deg); }
.rcard h3 { font-size: 1.05rem; margin-bottom: 6px; }
.rcard p { font-size: .92rem; color: var(--muted); }
.rcard .tag { display:inline-block; font-size: .72rem; font-weight: 700; letter-spacing:.08em; text-transform: uppercase; color: var(--rc, var(--navy)); margin-bottom: 8px; }
.rcard.blank { border-top-style: dashed; border-top-color: var(--gold-dark); background: #FFF9EB; }
.rcard.blank .tag { color: var(--gold-dark); }

.pull {
  font-family: "Archivo Black"; font-weight: 400; color: var(--navy);
  font-size: clamp(1.4rem, 3vw, 2rem); max-width: 26ch; line-height: 1.2; margin: 40px 0 10px;
}

/* ---------- podium / standings ---------- */
.podium { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; max-width: 780px; margin-top: 30px; }
.pcard { background: var(--paper); border: var(--bw) solid var(--ink); padding: 18px 20px; box-shadow: var(--shadow); }
.pcard .place { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); }
.pcard.win .place { color: var(--gold-dark); font-weight: 700; }
.pcard .who { font-family: "Archivo Black"; font-size: 1.25rem; margin: 6px 0 2px; color: var(--navy); display: flex; align-items: center; }
.pcard .pts { color: var(--muted); font-size: .9rem; }
.pcard.win { background: var(--gold); box-shadow: var(--shadow-lg); }
.pcard.win .who, .pcard.win .pts { color: var(--navy); }
.tienote { margin-top: 16px; font-size: .9rem; color: var(--muted); max-width: 68ch; }

.chart-box { position: relative; margin-top: 28px; background: var(--paper); border: var(--bw) solid var(--ink); box-shadow: var(--shadow); padding: 18px; }
.chart-box.tall { height: 420px; }
.chart-box.med { height: 320px; }
.chart-box.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 760px) { .chart-box.grid2 { grid-template-columns: 1fr; } }

.hint { font-size: .85rem; color: var(--muted); margin-top: 16px; }

/* ---------- the grid (heatmap) ---------- */
.gridwrap { overflow-x: auto; margin-top: 28px; padding-bottom: 6px; }
table.grid { border-collapse: separate; border-spacing: 4px; min-width: 820px; width: 100%; }
table.grid th { font-size: .78rem; font-weight: 700; color: var(--navy); padding: 6px 4px; text-align: center; cursor: help; }
table.grid th.camp { text-align: right; padding-right: 10px; cursor: default; }
table.grid td { width: 11%; text-align: center; font-weight: 700; color: #fff; border: 2px solid var(--ink); padding: 12px 0; cursor: help; position: relative; font-size: .98rem; }
table.grid td.camp { background: var(--paper) !important; color: var(--navy); font-weight: 700; text-align: right; padding-right: 10px; cursor: pointer; font-size: .92rem; white-space: nowrap; border: none; }
table.grid td.camp:hover { color: var(--academics); text-decoration: underline; }
table.grid td.tot { background: var(--navy) !important; border-color: var(--ink); }

#tip {
  position: fixed; z-index: 99; background: var(--navy); color: #fff;
  padding: 10px 13px; border: var(--bw) solid var(--ink); font-size: .84rem; max-width: 280px;
  pointer-events: none; opacity: 0; transition: opacity .12s;
  box-shadow: var(--shadow-sm);
}
#tip .t { color: var(--gold); font-weight: 700; margin-bottom: 2px; }

.legend { display: flex; gap: 16px; align-items: center; margin-top: 16px; font-size: .82rem; color: var(--muted); flex-wrap: wrap; }
.sw { display: inline-block; width: 14px; height: 14px; border: 2px solid var(--ink); vertical-align: -2px; margin-right: 5px; }

/* ---------- campus profiles ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 8px; }
.chip {
  display: inline-flex; align-items: center;
  border: var(--bw) solid var(--ink); background: var(--paper); box-shadow: var(--shadow-sm);
  padding: 7px 16px 7px 10px; font-family: inherit; font-size: .9rem; font-weight: 700; color: var(--navy); cursor: pointer;
  transition: transform .08s, box-shadow .08s;
}
.chip:hover { transform: translate(-2px,-2px); box-shadow: 5px 5px 0 var(--ink); }
.chip[aria-pressed="true"] { background: var(--navy); border-color: var(--ink); color: #fff; transform: translate(2px,2px); box-shadow: 1px 1px 0 var(--ink); }
.chip[aria-pressed="true"].homechip { background: var(--gold); color: var(--navy); }

.profile-wrap { display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; margin-top: 14px; align-items: start; }
@media (max-width: 820px) { .profile-wrap { grid-template-columns: 1fr; } }
.profile { background: var(--paper); border: var(--bw) solid var(--ink); padding: 26px; box-shadow: var(--shadow); }
.profile h3 { font-family: "Archivo Black"; font-size: 1.5rem; display: flex; align-items: center; }
.profile .sub { color: var(--muted); margin: 6px 0 20px; font-size: .92rem; }
.mrow { display: grid; grid-template-columns: 170px 1fr 42px; gap: 12px; align-items: center; margin: 9px 0; }
.mrow .lab { font-size: .87rem; color: var(--ink); text-align: right; }
.mrow .lab small { display: block; color: var(--muted); font-size: .74rem; }
.mrow .rk { font-weight: 700; color: var(--navy); font-size: .9rem; }
.bar-track { background: #E9E4D2; border: 2px solid var(--ink); height: 24px; overflow: hidden; }
.bar-fill { height: 100%; width: 0; transition: width .8s cubic-bezier(.2,.7,.2,1); }

@media (max-width: 640px) { .mrow { grid-template-columns: 118px 1fr 36px; } }

/* ---------- toggle ---------- */
.toggle { display: inline-flex; border: var(--bw) solid var(--ink); overflow: hidden; margin: 20px 0 8px; background: var(--paper); box-shadow: var(--shadow-sm); }
.toggle button { border: 0; background: transparent; padding: 9px 20px; font-family: inherit; font-weight: 700; font-size: .9rem; color: var(--navy); cursor: pointer; border-right: 2px solid var(--ink); }
.toggle button:last-child { border-right: 0; }
.toggle button[aria-pressed="true"] { background: var(--gold); color: var(--navy); }

/* ---------- diverging bars (targets) ---------- */
.dvg { margin-top: 20px; }
.dvg .drow { display: grid; grid-template-columns: 132px 1fr; gap: 12px; align-items: center; margin: 8px 0; }
.dvg .nm { text-align: right; font-size: .9rem; font-weight: 700; color: var(--navy); }
.axis { position: relative; height: 26px; overflow: visible; }
.axis .zero { position: absolute; left: 50%; top: -4px; bottom: -4px; width: 2px; background: var(--ink); opacity: .5; }
.axis .seg { position: absolute; top: 0; height: 26px; border: 2px solid var(--ink); transition: left .6s, width .6s; }
.axis .seglabel {
  position: absolute; top: 0; height: 26px; display: flex; align-items: center;
  font-size: .8rem; font-weight: 700; color: var(--navy); white-space: nowrap; transition: left .6s, width .6s;
}
.axis .seglabel.inside { color: #fff; }
.dnote { font-size: .83rem; color: var(--muted); margin-top: 18px; max-width: 72ch; }

/* ---------- LEED stacked bars ---------- */
.leed .lrow { display: grid; grid-template-columns: 132px 1fr 88px; gap: 12px; align-items: center; margin: 8px 0; }
.leed .stack { display: flex; height: 26px; border: 2px solid var(--ink); overflow: hidden; background: #E9EEF5; }
.leed .seg2 { height: 100%; }
.leed .sc { font-size: .85rem; font-weight: 700; color: var(--navy); }

/* ---------- cards (patterns to adopt) ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 28px; }
.card { background: var(--paper); border: var(--bw) solid var(--ink); border-left-width: 7px; border-left-color: var(--gold); padding: 20px; box-shadow: var(--shadow); }
.card h3 { font-size: 1rem; color: var(--navy); margin-bottom: 6px; }
.card p { font-size: .9rem; color: var(--muted); }

/* ---------- closing call to impact ---------- */
section.call {
  background: var(--navy);
  background-image: repeating-linear-gradient(115deg, rgba(255,255,255,.03) 0 26px, transparent 26px 52px);
  color: #fff;
  border-top: var(--bw-lg) solid var(--ink);
  border-bottom: var(--bw-lg) solid var(--ink);
}
section.call .eyebrow { background: var(--gold); color: var(--navy); }
section.call h2 { color: #fff; max-width: 26ch; }
section.call .lede { color: #C9D7EC; }
.bignum-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap: 20px; margin: 36px 0; max-width: 900px; }
.bignum { background: rgba(255,255,255,.05); border: 2px solid rgba(255,181,17,.4); padding: 14px 16px; }
.bignum .num { font-family: "Archivo Black"; font-size: clamp(2rem, 4.5vw, 3rem); color: var(--gold); }
.bignum .lab { font-size: .88rem; color: #C9D7EC; margin-top: 4px; }
.call-cta { margin-top: 32px; display: flex; gap: 16px; flex-wrap: wrap; }
.btn { display: inline-block; font-weight: 700; font-size: .95rem; padding: 12px 22px; text-decoration: none; border: var(--bw) solid var(--ink); transition: transform .08s, box-shadow .08s; }
.btn.primary { background: var(--gold); color: var(--navy); box-shadow: var(--shadow-sm); }
.btn.ghost { border-color: rgba(255,255,255,.6); color: #fff; box-shadow: 3px 3px 0 rgba(255,255,255,.35); }
.btn:hover { transform: translate(-2px,-2px); box-shadow: 5px 5px 0 var(--ink); }
.btn.ghost:hover { box-shadow: 5px 5px 0 rgba(255,255,255,.35); }

/* ---------- methods ---------- */
.methods p { max-width: 76ch; font-size: .94rem; margin: 10px 0; color: var(--muted); }
.methods strong { color: var(--ink); }
.srcs { margin-top: 16px; font-size: .9rem; }
.srcs li { margin: 6px 0 6px 18px; }

footer { background: var(--navy-3); color: #B9C9E2; padding: 46px 0; font-size: .9rem; border-top: var(--bw-lg) solid var(--gold); }
footer .who { color: #fff; font-weight: 700; }
footer .gold { color: var(--gold); }

.rev { opacity: 0; transform: translateY(16px); transition: opacity .6s, transform .6s; }
.rev.in { opacity: 1; transform: none; }

/* ========================================================================
   2026 editorial edition — a modern newspaper treatment
   ======================================================================== */
:root {
  --navy: #182b49;
  --navy-2: #00629b;
  --navy-3: #101f38;
  --gold: #ffcd00;
  --gold-dark: #c69214;
  --page: #ffffff;
  --paper: #ffffff;
  --ink: #101820;
  --muted: #4f5965;
  --faint: #737c86;
  --line: #d9dde2;
  --academics: #00629b;
  --athletics: #ffcd00;
  --prestige: #182b49;
  --sustainability: #00c6d7;
  --bw: 1px;
  --bw-lg: 2px;
  --shadow: none;
  --shadow-sm: none;
  --shadow-lg: none;
  --shadow-gold: none;
}

body {
  font-family: "DM Sans", system-ui, sans-serif;
  background: var(--page);
  background-image: none;
  color: var(--ink);
}

.wrap { max-width: 1240px; padding-inline: clamp(20px, 4vw, 54px); }
h1, h2, h3, .blackface, .pillar .v, .pcard .who, .profile h3, .bignum .num {
  font-family: "Libre Franklin", "DM Sans", sans-serif;
  font-weight: 700;
  color: var(--ink);
}
h2 {
  max-width: 28ch;
  font-size: clamp(2.25rem, 4.8vw, 4.5rem);
  line-height: .94;
  letter-spacing: -.055em;
  margin: .25em 0 .35em;
}
.lede { font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.7; }
.eyebrow {
  padding: 0 0 7px;
  border: 0;
  border-bottom: 2px solid var(--gold);
  box-shadow: none;
  transform: none;
  background: none !important;
  color: var(--gold-dark) !important;
  font-family: "Libre Franklin", sans-serif;
  font-size: .68rem;
}

nav {
  position: relative;
  background: var(--page);
  color: var(--ink);
  border-top: 5px solid var(--navy);
  border-bottom: 1px solid var(--ink);
}
nav .wrap { height: auto; min-height: 112px; flex-direction: column; gap: 12px; padding-top: 17px; padding-bottom: 12px; }
nav .brand {
  color: var(--ink);
  font-family: "Libre Franklin", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: .86;
  text-align: center;
  letter-spacing: -.04em;
}
nav .brand small {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-dark);
  font: 600 .62rem/1 "Libre Franklin", sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
}
nav .links {
  width: 100%;
  justify-content: center;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}
nav a {
  color: var(--ink);
  padding: 2px 11px;
  border: 0;
  border-right: 1px solid var(--line);
  font: 600 .72rem/1 "Libre Franklin", sans-serif;
  text-transform: uppercase;
  letter-spacing: .04em;
}
nav a:last-child { border-right: 0; }
nav a:hover { background: none; color: var(--gold-dark); border-color: var(--line); }

header.hero {
  background: var(--page);
  color: var(--ink);
  padding: 48px 0 44px;
  border-bottom: 4px double var(--ink);
}
header.hero .wrap { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); column-gap: 42px; }
header.hero .eyebrow { grid-column: 1 / -1; margin-bottom: 20px; }
header.hero h1 {
  color: var(--ink);
  font-size: clamp(3.3rem, 8.4vw, 7.7rem);
  line-height: .78;
  letter-spacing: -.085em;
  font-weight: 700;
  margin: 0;
}
header.hero h1 .gold {
  color: var(--navy-2);
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: .09em;
  text-underline-offset: .08em;
}
header.hero h1 .ghost { color: var(--navy); font-style: normal; }
.dq {
  align-self: stretch;
  margin: 0;
  padding: 0 0 0 26px;
  border: 0;
  border-left: 1px solid var(--ink);
  color: var(--ink);
  background: none;
  font: 1.04rem/1.72 Georgia, serif;
}
.dq::first-letter { float: left; font: 700 4.5rem/.72 "Libre Franklin", sans-serif; color: var(--navy-2); padding: 8px 8px 0 0; }
.pillars { grid-column: 1 / -1; margin-top: 38px; max-width: none; gap: 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.pillar {
  background: none;
  border: 0;
  border-right: 1px solid var(--line);
  border-top: 4px solid var(--pc);
  padding: 15px 18px 18px;
  box-shadow: none;
}
.pillar:last-child { border-right: 0; }
.pillar.q { background: rgba(255,205,0,.09); border-top: 4px solid var(--gold); }
.pillar .k { color: var(--faint); font-family: "Libre Franklin"; }
.pillar .v, .pillar.q .v { color: var(--ink); font-size: 1.45rem; }
.pillar .d { color: var(--muted); font-family: Georgia, serif; }
.pillar small { display: block; margin-top: 6px; color: var(--faint); font: 600 .67rem "Libre Franklin", sans-serif; text-transform: uppercase; letter-spacing: .05em; }
.coverage { height: 5px; margin-top: 15px; background: var(--line); overflow: hidden; }
.coverage span { display: block; width: var(--coverage); height: 100%; background: var(--pc, var(--gold)); }
.pillar.q .coverage span { background: var(--gold-dark); }

section { padding: clamp(66px, 8vw, 108px) 0; }
section.alt { background: rgba(251,249,242,.74); border-block: 1px solid var(--ink); }
.premise-intro { display: grid; grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr); gap: clamp(30px, 6vw, 72px); align-items: start; margin-bottom: 38px; }
.ranking-origin { border-left: 5px solid var(--gold); padding: 4px 0 4px 24px; }
.ranking-origin .year { color: var(--navy-2); font: 700 2.4rem/1 "Libre Franklin", sans-serif; }
.ranking-origin h3 { margin: 7px 0 12px; font-size: 1.35rem; }
.ranking-origin p:not(.year) { color: var(--muted); font-family: Georgia, serif; line-height: 1.62; margin-bottom: 12px; }
.ranking-origin a { font: 600 .84rem "Libre Franklin", sans-serif; }
.rivalry-grid, .cards { gap: 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.rcard, .card {
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  border-top: 4px solid var(--rc, var(--navy));
  padding: 24px 22px;
  box-shadow: none;
}
.rcard:last-child, .card:last-child { border-right: 0; }
.rcard:nth-child(n) { transform: none; }
.rcard.blank { background: rgba(255,205,0,.08); border-top: 4px solid var(--gold); }
.rcard h3, .card h3 { font-size: 1.42rem; line-height: 1.05; margin-bottom: 12px; }
.rcard p, .card p { font-family: Georgia, serif; line-height: 1.6; color: var(--muted); }
.pull { border: 0; border-block: 4px double var(--ink); background: none; box-shadow: none; font: 700 2rem/1.18 "Libre Franklin", sans-serif; letter-spacing: -.03em; margin: 40px auto 10px; padding: 24px 7%; text-align: center; }

.podium { max-width: none; gap: 0; border-block: 1px solid var(--ink); }
.pcard, .pcard.win { background: transparent; border: 0; border-right: 1px solid var(--line); padding: 22px; box-shadow: none; }
.pcard:last-child { border-right: 0; }
.pcard .who, .pcard.win .who, .pcard.win .pts { color: var(--ink); }
.pcard.win { border-top: 5px solid var(--gold); background: rgba(255,205,0,.08); }
.pcard .place { color: var(--gold-dark); font-family: "Libre Franklin"; }

.chart-box, .profile {
  background: var(--paper);
  border: 1px solid var(--ink);
  border-top: 5px solid var(--navy);
  box-shadow: none;
}
.chart-box::before {
  content: "DATA DESK";
  position: absolute; right: 14px; top: 9px;
  color: var(--faint); font: 600 .6rem "Libre Franklin"; letter-spacing: .16em;
}
table.grid { border-spacing: 2px; }
table.grid th { font-family: "Libre Franklin"; text-transform: uppercase; font-size: .64rem; }
table.grid td { border: 0; }
table.grid td.camp { font-family: Georgia, serif; }
#tip { border: 1px solid var(--ink); border-top: 4px solid var(--gold); box-shadow: 6px 6px 0 rgba(24,43,73,.16); background: var(--paper); color: var(--ink); }
#tip .t { color: var(--navy-2); }

.chip {
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  font-family: "Libre Franklin";
}
.chip:hover { transform: none; box-shadow: inset 0 0 0 1px var(--ink); }
.chip[aria-pressed="true"], .chip[aria-pressed="true"].homechip { background: var(--navy); color: #fff; transform: none; box-shadow: none; }
.toggle { border: 1px solid var(--ink); box-shadow: none; }
.toggle button { border-right: 1px solid var(--ink); font-family: "Libre Franklin"; }
.toggle button[aria-pressed="true"] { background: var(--navy); color: #fff; }
.bar-track, .axis .seg { border: 0; }

section.call {
  background: var(--navy);
  color: #f8f2e8;
  border-block: 0;
}
section.call h2 { color: #f8f2e8; }
section.call .lede { color: #e1ddd2; }
.bignum-row { max-width: none; gap: 0; border-block: 1px solid rgba(255,255,255,.4); }
.bignum { background: none; border: 0; border-right: 1px solid rgba(255,255,255,.25); }
.bignum:last-child { border-right: 0; }
.bignum .num { color: #f8f2e8; }
.bignum .lab { color: #d8d8ce; font-family: Georgia, serif; }
.btn { border: 1px solid currentColor; box-shadow: none !important; }
.btn.primary { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.btn:hover { transform: translateY(-2px); }

footer { background: var(--page); color: var(--muted); border-top: 5px solid var(--navy); }
footer .who { color: var(--ink); font-family: Georgia, serif; font-size: 1.05rem; }
footer .gold { color: var(--gold-dark); }

@media (max-width: 780px) {
  nav .wrap { align-items: stretch; }
  nav .links { justify-content: flex-start; }
  header.hero .wrap { grid-template-columns: 1fr; }
  header.hero h1 { font-size: clamp(3rem, 17vw, 5.2rem); }
  .dq { margin-top: 30px; padding: 22px 0 0; border-left: 0; border-top: 1px solid var(--ink); }
  .pillars { grid-template-columns: 1fr 1fr; }
  .pillar:nth-child(2) { border-right: 0; }
  .premise-intro { grid-template-columns: 1fr; }
  .rivalry-grid, .cards { grid-template-columns: 1fr; }
  .rcard, .card { border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 520px) {
  .pillars { grid-template-columns: 1fr; }
  .pillar { border-right: 0; }
  .toggle { display: flex; width: 100%; overflow-x: auto; }
  .toggle button { flex: 1 0 auto; padding-inline: 12px; }
}
