
:root {
  --paper: #f7f3ea; --paper-bright: #fffcf4;
  --ink: #141414; --ink-soft: #3c3a34;
  --accent: #7291b4; --accent-deep: #16222e; --accent-soft: #e8eef4;
  --maxw: 1160px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
::selection { background: var(--accent); color: var(--accent-deep); }
a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid var(--accent); outline-offset: 2px; }
img { max-width: 100%; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.display { font-family: "Archivo Black", "Archivo", sans-serif; font-weight: 400;
  letter-spacing: -0.015em; line-height: 0.96; }
.kicker { font-family: "Archivo", sans-serif; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.14em; font-size: 0.8rem; display: inline-flex; align-items: center; gap: 12px; }
.kicker::before { content: ""; width: 12px; height: 12px; background: var(--accent); flex: none; }

.sitehead { border-bottom: 3px solid var(--ink); }
.sitehead .wrap { display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding-top: 20px; padding-bottom: 20px; }
.wordmark { font-family: "Archivo Black", sans-serif; font-size: 1.05rem; text-transform: uppercase;
  letter-spacing: 0.02em; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; }
.wordmark::before { content: ""; width: 18px; height: 18px; background: var(--accent);
  border: 2px solid var(--ink); flex: none; }
.nav { display: flex; align-items: center; gap: 28px; font-family: "Archivo", sans-serif;
  font-weight: 600; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.07em; }
.nav a { text-decoration: none; border-bottom: 3px solid transparent; padding-bottom: 2px; }
.nav a:hover { border-bottom-color: var(--accent); }
.nav .navtag { background: var(--ink); color: var(--paper); padding: 5px 10px;
  font-size: 0.7rem; letter-spacing: 0.1em; text-decoration: none; border-bottom: none; border-radius: 15px; }
.nav .navtag:hover { background: var(--accent); color: var(--accent-deep); }

.hero { overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 56px; align-items: center; padding-top: 72px; padding-bottom: 88px; }
.hero h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); margin: 26px 0 0; }
.hero h1 .hl { background: var(--accent); color: var(--paper-bright); padding: 0 0.16em; display: inline-block; border-radius: 15px; }
.hero .rule { width: 190px; height: 14px; background: var(--ink); margin: 34px 0 28px; }
.hero .sub { font-size: 1.22rem; line-height: 1.55; color: var(--ink-soft);
  max-width: 32em; font-weight: 500; }
.ctarow { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 38px; }
.btn { font-family: "Archivo", sans-serif; font-weight: 700; font-size: 0.95rem;
  text-transform: uppercase; letter-spacing: 0.08em; text-decoration: none;
  background: var(--accent); color: var(--accent-deep); border: 3px solid var(--ink);
  padding: 18px 30px; box-shadow: 7px 7px 0 var(--ink); border-radius: 15px;
  transition: transform 0.12s ease, box-shadow 0.12s ease; display: inline-block; }
.btn:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.btn.ghost { background: transparent; box-shadow: none; }
.btn.ghost:hover { background: var(--accent); transform: none; }
.ctanote { font-family: "Archivo", sans-serif; font-weight: 600; font-size: 0.85rem;
  text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-soft); }
.posterblock { position: relative; justify-self: end; width: min(100%, 420px); }
.posterblock .block { background: var(--accent); border: 3px solid var(--ink);
  box-shadow: 16px 16px 0 var(--ink); padding: 40px 32px 0; text-align: center; border-radius: 15px; overflow: hidden; }
.posterblock .num { font-family: "Archivo Black", sans-serif; font-size: clamp(7rem, 12vw, 11rem);
  line-height: 0.85; color: var(--paper-bright); letter-spacing: -0.04em; display: block; border-radius: 15px; }
.posterblock .blocklabel { font-family: "Archivo", sans-serif; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.78rem;
  color: var(--accent-deep); display: block; margin: 18px 0 26px; }
.posterblock .blockbar { background: var(--ink); color: var(--paper);
  font-family: "Archivo", sans-serif; font-weight: 600; font-size: 0.74rem;
  text-transform: uppercase; letter-spacing: 0.08em; padding: 12px 10px; margin: 0 -32px; }
.posterblock .stripes { height: 18px; margin: 0 -32px;
  background: repeating-linear-gradient(135deg, var(--paper-bright) 0 12px, var(--accent) 12px 24px); }

.statband { background: var(--ink); color: var(--paper); }
.statband .wrap { display: flex; flex-wrap: wrap; justify-content: space-between;
  gap: 14px 40px; padding-top: 22px; padding-bottom: 22px; }
.stat { display: flex; align-items: baseline; gap: 14px; }
.stat .n { font-family: "Archivo Black", sans-serif; font-size: 1.9rem; color: var(--accent); line-height: 1; }
.stat .t { font-family: "Archivo", sans-serif; font-weight: 600; font-size: 0.82rem;
  text-transform: uppercase; letter-spacing: 0.1em; }

.section { padding: 84px 0 0; }
.secthead { border-top: 8px solid var(--ink); padding-top: 26px; display: flex;
  align-items: flex-start; gap: 30px; flex-wrap: wrap; }
.secthead .idx { font-family: "Archivo Black", sans-serif; font-size: clamp(3rem, 6vw, 4.6rem);
  line-height: 0.9; color: var(--accent); letter-spacing: -0.03em; }
.secthead .headcol { flex: 1; min-width: 260px; }
.secthead h2 { font-family: "Archivo Black", sans-serif; font-weight: 400;
  font-size: clamp(2rem, 4.6vw, 3.2rem); line-height: 0.95; text-transform: uppercase;
  letter-spacing: 0.01em; }
.secthead .lede { margin-top: 14px; font-size: 1.05rem; color: var(--ink-soft); max-width: 46em; }

/* ideas (what cultural literacy is) */
.ideagrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin-top: 44px; }
.ideacard { border: 3px solid var(--ink); background: var(--paper-bright);
  box-shadow: 8px 8px 0 var(--ink); display: flex; flex-direction: column; border-radius: 15px; overflow: hidden; }
.ideacard .ic-head { background: var(--ink); color: var(--paper); padding: 14px 18px;
  font-family: "Archivo Black", sans-serif; font-size: 1.02rem; text-transform: uppercase;
  letter-spacing: 0.01em; line-height: 1.15; }
.ideacard:nth-child(2) .ic-head { background: var(--accent); color: var(--accent-deep); }
.ideacard .ic-body { padding: 16px 18px 20px; font-size: 0.93rem; line-height: 1.6;
  color: var(--ink-soft); flex: 1; }
.ideacard .ic-num { font-family: "Archivo", sans-serif; font-weight: 700; font-size: 0.68rem;
  letter-spacing: 0.14em; color: var(--accent); display: block; margin-bottom: 8px; }

.searchrow { display: flex; margin-top: 44px; }
.searchrow input { flex: 1; min-width: 0; height: 66px; border: 3px solid var(--ink);
  border-right: none; background: var(--paper-bright); font-family: "Inter", sans-serif;
  font-size: 1.05rem; padding: 0 24px; color: var(--ink); border-radius: 15px 0 0 15px; }
.searchrow input::placeholder { color: #8a857a; }
.searchrow button { height: 66px; border: 3px solid var(--ink); background: var(--ink);
  color: var(--paper); font-family: "Archivo", sans-serif; font-weight: 700; font-size: 0.95rem;
  text-transform: uppercase; letter-spacing: 0.1em; padding: 0 38px; cursor: pointer;
  transition: background 0.12s ease, color 0.12s ease; border-radius: 0 15px 15px 0; }
.searchrow button:hover { background: var(--accent); color: var(--accent-deep); }
.chiplabel { margin-top: 30px; font-family: "Archivo", sans-serif; font-weight: 700;
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-soft); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; list-style: none; }
.chip { font-family: "Archivo", sans-serif; font-weight: 600; font-size: 0.8rem;
  text-transform: uppercase; letter-spacing: 0.05em; border: 2px solid var(--ink);
  padding: 9px 15px; text-decoration: none; display: inline-block; background: transparent;
  cursor: pointer; transition: background 0.12s ease, color 0.12s ease; border-radius: 15px; }
.chip:hover { background: var(--accent); color: var(--accent-deep); }
.chip.active { background: var(--ink); color: var(--paper); position: relative; padding-left: 30px; }
.chip.active::before { content: ""; position: absolute; left: 12px; top: 50%;
  transform: translateY(-50%); width: 9px; height: 9px; background: var(--accent); }
.gridmeta { margin-top: 34px; font-family: "Archivo", sans-serif; font-weight: 600;
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-soft);
  display: flex; align-items: center; gap: 12px; }
.gridmeta::before { content: ""; width: 26px; height: 4px; background: var(--accent); }

.tilegrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; margin-top: 18px; }
.tile { background: var(--paper-bright); border: 2px solid var(--ink); text-decoration: none;
  display: flex; flex-direction: column; transition: transform 0.12s ease, box-shadow 0.12s ease; border-radius: 15px; overflow: hidden; }
.tile:hover { transform: translate(-4px, -4px); box-shadow: 8px 8px 0 var(--accent); }
.cardart { display: block; position: relative; overflow: hidden; aspect-ratio: 1 / 1; }
.cardart img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; display: block; }
.tile .cardart { margin: 12px 12px 0; }
.tilebar { background: var(--ink); display: flex; align-items: stretch; margin-top: 8px; }
.tilenum { font-family: "Archivo Black", sans-serif; font-size: 1.05rem; background: var(--accent);
  color: var(--accent-deep); padding: 8px 11px; display: flex; align-items: center; flex: none; }
.tilename { font-family: "Archivo", sans-serif; font-weight: 700; font-size: 0.88rem;
  text-transform: uppercase; letter-spacing: 0.05em; color: var(--paper); padding: 8px 12px;
  display: flex; align-items: center; line-height: 1.25; min-width: 0;
  overflow-wrap: break-word; hyphens: auto; }
.tilebody { padding: 13px 15px 16px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.tiledesc { font-size: 0.85rem; line-height: 1.45; color: var(--ink-soft); flex: 1; }
.tiletag { font-family: "Archivo", sans-serif; font-weight: 600; font-size: 0.66rem;
  text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink); display: flex;
  align-items: center; gap: 8px; }
.tiletag::before { content: ""; width: 8px; height: 8px; background: var(--accent); flex: none; }

/* card page */
.crumbs { margin-top: 44px; font-family: "Archivo", sans-serif; font-weight: 600;
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-soft); }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--accent); }
.crumbs .sep { color: var(--accent); margin: 0 8px; font-weight: 700; }
.cardpage { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 64px; margin-top: 26px; align-items: start; }
.artcol { position: relative; }
.bignum { font-family: "Archivo Black", sans-serif; font-size: clamp(5.5rem, 10vw, 9rem);
  line-height: 0.85; color: var(--accent); letter-spacing: -0.05em; display: block; margin-bottom: 24px; }
.artframe { position: relative; background: var(--paper-bright); border: 3px solid var(--ink);
  box-shadow: 12px 12px 0 var(--ink); border-radius: 15px; overflow: hidden; }
.artframe .cardart { margin: 20px 20px 6px; }
.artcaption { background: var(--ink); color: var(--paper); font-family: "Archivo", sans-serif;
  font-weight: 600; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.11em;
  padding: 11px 16px; }
.artcaption b { color: var(--accent); font-weight: 600; }
.factlist { margin: 34px 0 0; border-top: 2px solid var(--ink); list-style: none; }
.factlist li { display: flex; justify-content: space-between; gap: 18px; padding: 10px 2px;
  border-bottom: 2px solid var(--ink); font-size: 0.85rem; }
.factlist .k { font-family: "Archivo", sans-serif; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; font-size: 0.72rem; padding-top: 3px; color: var(--ink-soft); }
.factlist .v { font-weight: 600; text-align: right; }
.cardhead .clustertag { display: inline-block; background: var(--accent); color: var(--accent-deep);
  font-family: "Archivo", sans-serif; font-weight: 700; font-size: 0.75rem;
  text-transform: uppercase; letter-spacing: 0.1em; padding: 7px 12px;
  border: 2px solid var(--ink); text-decoration: none; border-radius: 15px; }
.cardhead .clustertag:hover { background: var(--ink); color: var(--paper); }
.cardhead h1 { font-family: "Archivo Black", sans-serif; font-weight: 400;
  font-size: clamp(2.6rem, 5.6vw, 4.2rem); line-height: 0.95; letter-spacing: -0.015em;
  margin-top: 20px; }
.cardhead .carddesc { margin-top: 12px; font-family: "Archivo", sans-serif; font-weight: 600;
  font-size: 1rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--ink-soft); }
.lead { margin-top: 30px; font-size: 1.28rem; line-height: 1.58; font-weight: 500;
  border-left: 12px solid var(--accent); padding-left: 26px; }
.bodytext { margin-top: 26px; }
.bodytext p { font-size: 1.04rem; line-height: 1.7; margin-bottom: 16px; max-width: 40em; }
.subsect { margin-top: 52px; }
.subsect h2 { font-family: "Archivo Black", sans-serif; font-weight: 400; font-size: 1.35rem;
  text-transform: uppercase; letter-spacing: 0.02em; display: inline-block;
  border-bottom: 8px solid var(--accent); padding-bottom: 6px; }
.subsect .sublede { margin-top: 16px; font-size: 1rem; color: var(--ink-soft); max-width: 48em; }
.aftercol { max-width: 880px; }

/* how it varies */
.varies { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 26px; }
.vcard { border: 3px solid var(--ink); background: var(--paper-bright);
  box-shadow: 8px 8px 0 var(--ink); padding: 20px 22px 22px; border-radius: 15px; }
.vcard .vlabel { font-family: "Archivo", sans-serif; font-weight: 700; font-size: 0.72rem;
  text-transform: uppercase; letter-spacing: 0.1em; display: flex; align-items: center; gap: 10px;
  color: var(--ink); }
.vcard .vlabel::before { content: ""; width: 11px; height: 11px; background: var(--accent);
  border: 2px solid var(--ink); flex: none; }
.vcard p { margin-top: 12px; font-size: 0.96rem; line-height: 1.6; color: var(--ink-soft); }

/* questions */
.qlist { list-style: none; counter-reset: q; margin-top: 10px; }
.qlist li { counter-increment: q; display: grid; grid-template-columns: 64px 1fr; gap: 20px;
  align-items: start; padding: 20px 0; border-bottom: 2px solid var(--ink); }
.qlist li::before { content: counter(q, decimal-leading-zero);
  font-family: "Archivo Black", sans-serif; font-size: 2.1rem; line-height: 1;
  color: var(--accent); letter-spacing: -0.02em; }
.qlist p { font-size: 1.02rem; line-height: 1.55; padding-top: 4px; }

/* things to notice */
.watch { list-style: none; margin-top: 22px; display: grid; gap: 14px; }
.watch li { border: 2px solid var(--ink); background: var(--paper-bright); padding: 15px 18px;
  font-size: 0.98rem; line-height: 1.58; display: flex; gap: 15px; border-radius: 15px; }
.watch li::before { content: ""; width: 12px; height: 12px; background: var(--accent);
  border: 2px solid var(--ink); flex: none; margin-top: 6px; }

.prevnext { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 60px; }
.pncard { border: 2px solid var(--ink); background: var(--paper-bright); padding: 18px 22px 20px;
  text-decoration: none; transition: transform 0.12s ease, box-shadow 0.12s ease; border-radius: 15px; }
.pncard:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--accent); }
.pncard.next { text-align: right; }
.pnlabel { font-family: "Archivo", sans-serif; font-weight: 700; font-size: 0.68rem;
  text-transform: uppercase; letter-spacing: 0.12em; color: var(--ink-soft); display: block; }
.pntitle { font-family: "Archivo Black", sans-serif; font-size: 1.15rem; display: block;
  margin-top: 8px; line-height: 1.2; }
.pntitle .n { color: var(--accent); }

.omgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 40px; }
.omgrid h3 { font-family: "Archivo Black", sans-serif; font-weight: 400; font-size: 1.1rem;
  text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 12px; }
.omgrid p { font-size: 0.98rem; line-height: 1.65; color: var(--ink-soft); margin-bottom: 14px; }
.omgrid a { font-weight: 600; border-bottom: 3px solid var(--accent); text-decoration: none;
  padding-bottom: 1px; }
.omgrid a:hover { background: var(--accent); color: var(--accent-deep); }

footer { margin-top: 96px; }
.footstripes { height: 18px;
  background: repeating-linear-gradient(135deg, var(--accent) 0 12px, var(--ink) 12px 24px); }
.footmain { background: var(--ink); color: var(--paper); }
.footmain .wrap { padding-top: 56px; padding-bottom: 56px; }
.footmark { font-family: "Archivo Black", sans-serif; font-size: clamp(1.6rem, 4vw, 2.4rem);
  text-transform: uppercase; line-height: 1; }
.footmark .q { color: var(--accent); }
.footline { margin-top: 26px; font-family: "Archivo", sans-serif; font-weight: 500;
  font-size: 0.92rem; letter-spacing: 0.02em; color: #d9d4c7; }
.footline a { color: var(--accent); font-weight: 700; }
.footnote { margin-top: 34px; padding-top: 22px; border-top: 1px solid #3c3a34;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  font-family: "Archivo", sans-serif; font-weight: 500; font-size: 0.74rem;
  text-transform: uppercase; letter-spacing: 0.1em; color: #8d887b; }

@media (max-width: 980px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 64px; padding-top: 56px; padding-bottom: 72px; }
  .posterblock { justify-self: start; }
  .ideagrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tilegrid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cardpage { grid-template-columns: 1fr; gap: 56px; }
  .artcol { max-width: 460px; }
  .omgrid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .wrap { padding: 0 18px; }
  .sitehead .nav { display: none; }
  .ideagrid { grid-template-columns: 1fr; }
  .tilegrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .varies { grid-template-columns: 1fr; }
  .prevnext { grid-template-columns: 1fr; }
  .pncard.next { text-align: left; }
  .searchrow { flex-direction: column; }
  .searchrow input { border-right: 3px solid var(--ink); border-radius: 15px 15px 0 0; }
  .searchrow button { border-top: none; border-radius: 0 0 15px 15px; }
  .qlist li { grid-template-columns: 48px 1fr; gap: 14px; }
  .statband .wrap { justify-content: flex-start; }
}
