/* ==========================================================================
   GEEK OUT — shared stylesheet for /geek-out/ and every Geek Out article.
   Every token is namespaced --gk-* on .gk so the site tokens in main.css
   :root are never redefined. Link this AFTER main.css:
     <link rel="stylesheet" href="/assets/css/geek-out.css">
   ========================================================================== */

/* ======================================================================
   GEEK OUT — page-scoped visual system.
   All tokens are namespaced --gk-* on .gk so the site tokens in
   main.css :root are never redefined. Nothing here touches the
   header, footer, breadcrumbs or contact band except the one
   .nav-geek rule, which styles the new nav button.
   ====================================================================== */

/* --- tokens ----------------------------------------------------------- */
.gk {
  --gk-navy:      #0b1f45;
  --gk-navy-soft: #16305c;
  --gk-blue:      #1d7bf0;   /* decorative only */
  --gk-blue-ink:  #0f57bd;   /* 5.9:1 on white — safe for text */
  --gk-yellow:      #ffc93c;   /* curiosity, highlights, marker underline */
  --gk-yellow-pale: #fff2cc;   /* tint — panels, checkbox fills */
  --gk-paper:     #f2f6fc;
  --gk-ink:       #16233d;
  --gk-ink-soft:  #4d5b76;
  --gk-rule:      rgba(11, 31, 69, 0.12);

  --gk-c-mrt:     #1d7bf0;
  --gk-c-floor:   #6b53b8;
  --gk-c-age:     #2f6d86;
  --gk-c-size:    #4f7a6c;
  --gk-c-school:  #c9622f;
  --gk-c-tenure:  #b4462c;
  --gk-c-launch:  #0b1f45;
  --gk-c-district:#7a8a2f;

  --gk-display: 'Fredoka', 'Montserrat', system-ui, sans-serif;
  --gk-hand: 'Caveat', 'Segoe Script', cursive;

  color: var(--gk-ink);
  font-family: var(--font-body);
}

.gk h1, .gk h2, .gk h3, .gk h4 {
  font-family: var(--font-body);
  color: var(--gk-navy);
  letter-spacing: -0.01em;
}
.gk-display { font-family: var(--gk-display); font-weight: 600; letter-spacing: -0.02em; }
.gk :where(a) { color: var(--gk-blue-ink); }
.gk :focus-visible { outline: 2px solid var(--gk-blue-ink); outline-offset: 3px; }

.gk-wrap { max-width: 1140px; margin: 0 auto; padding: 0 1.5rem; }
.gk-measure { max-width: 62ch; }

.gk-band { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.gk section[id], .gk [id] { scroll-margin-top: calc(var(--header-height) + 1rem); }
.gk-band-paper { background: var(--gk-paper); }
.gk-band-white { background: #fff; }
.gk-band-navy { background: var(--gk-navy); color: rgba(255,255,255,0.86); }
.gk-band-navy h2, .gk-band-navy h3 { color: #fff; }

/* faint graph-paper grid — the page's one repeating motif */
.gk-grid-bg {
  background-color: var(--gk-paper);
  background-image:
    linear-gradient(rgba(29,123,240,0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29,123,240,0.075) 1px, transparent 1px);
  background-size: 30px 30px;
}

.gk-h2 { font-size: clamp(1.75rem, 4.2vw, 2.6rem); line-height: 1.12; }
.gk-lead { font-size: 1.02rem; line-height: 1.75; color: var(--gk-ink-soft); }
.gk-h2 + .gk-lead, .gk-h2 + .gk-scribble + .gk-lead { margin-top: 1rem; }
.gk-band-navy .gk-lead { color: rgba(255,255,255,0.74); }

.gk-scribble { display: block; width: 100%; max-width: 320px; height: auto; margin-top: 0.4rem; color: var(--gk-yellow); }

/* --- hero ------------------------------------------------------------- */
.gk-hero { position: relative; overflow: hidden; padding: clamp(2.5rem, 6vw, 4.25rem) 0 clamp(2.5rem, 6vw, 4rem); }
.gk-hero-inner {
  display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.5rem, 4vw, 3rem); align-items: center;
}
.gk-eyebrow {
  font-size: 0.74rem; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--gk-blue-ink); margin-bottom: 0.9rem;
}
.gk-hero h1 {
  font-family: var(--gk-display); font-weight: 700;
  font-size: clamp(3.2rem, 11vw, 5.6rem); line-height: 0.92;
  letter-spacing: -0.035em; margin-bottom: 0.15rem;
}
.gk-hero h1 .gk-emoji { font-size: 0.44em; vertical-align: 0.55em; margin-left: 0.12em; }
.gk-tagline {
  font-family: var(--gk-display); font-weight: 500;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem); line-height: 1.35;
  color: var(--gk-navy); margin: 1rem 0 1.25rem; max-width: 30ch;
}
.gk-hero-copy p { margin-bottom: 0.85rem; color: var(--gk-ink-soft); line-height: 1.72; max-width: 46ch; }
.gk-hero-copy p.gk-punch { color: var(--gk-navy); font-weight: 600; }
.gk-hero-media { position: relative; }
.gk-hero-media img { width: 100%; mix-blend-mode: multiply; }

.gk-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.6rem; }
.gk-btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-body); font-size: 0.9rem; font-weight: 600;
  padding: 0.85rem 1.55rem; border-radius: 999px; text-decoration: none;
  border: 2px solid transparent; cursor: pointer;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}
.gk-btn-ico { flex: none; width: 22px; height: 22px; background: center / contain no-repeat; }
.gk-btn-ico.ico-corgi { width: 32px; height: 32px; margin: -7px 0; background-image: url("/Images/geek-out/geek-out-corgi-research-assistant.webp"); }
.gk-btn-ico.ico-pi     { background-image: url("/Images/geek-out/go-to-propertyinsider-on-dark.webp"); }
.gk-btn-ico.ico-ig     { background-image: url("/Images/geek-out/follow-on-instagram-on-light.webp"); }
.gk-btn-ico.ico-list   { background-image: url("/Images/geek-out/see-whats-on-the-list-on-dark.webp"); }
.gk-btn-ico.ico-method { background-image: url("/Images/geek-out/how-we-check-the-numbers-on-light.webp"); }
.gk-btn-primary { background: var(--gk-navy); color: #fff; }
.gk-btn-primary:hover { background: var(--gk-blue-ink); transform: translateY(-2px); }
.gk-btn-ghost { background: transparent; color: var(--gk-navy); border-color: rgba(11,31,69,0.28); }
.gk-btn-ghost:hover { border-color: var(--gk-navy); transform: translateY(-2px); }
.gk-btn-light { background: var(--gk-yellow); color: var(--gk-navy); }
.gk-btn-light:hover { background: #ffd971; transform: translateY(-2px); }
.gk-btn-onnavy { background: transparent; color: #fff; border-color: rgba(255,255,255,0.42); }
.gk-btn-onnavy:hover { border-color: #fff; transform: translateY(-2px); }

/* --- signature strip -------------------------------------------------- */
.gk-strip { background: var(--gk-navy); padding: 1.35rem 0; }
.gk-strip-end { padding: 1.7rem 0; }
.gk-strip p {
  font-family: var(--gk-hand); font-size: clamp(1.35rem, 3.6vw, 1.85rem);
  color: var(--gk-yellow); text-align: center; line-height: 1.3; margin: 0;
}
.gk-strip span { display: block; font-family: var(--font-body); font-size: 0.7rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-top: 0.35rem; }

/* --- question wall ---------------------------------------------------- */
.gk-section-head { margin-bottom: 2.5rem; }
.gk-wall {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem 1.35rem;
}
.gk-card {
  position: relative; background: #fff; border-radius: 4px;
  border: 1px solid var(--gk-rule); border-top: 5px solid var(--gk-accent, var(--gk-blue));
  padding: 1.5rem 1.35rem 1.35rem;
  box-shadow: 0 1px 2px rgba(11,31,69,0.05), 0 10px 22px rgba(11,31,69,0.06);
  display: flex; flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
/* the index cards sit slightly askew, like they were pinned by hand */
.gk-wall > .gk-card:nth-child(3n+1) { transform: rotate(-0.7deg); }
.gk-wall > .gk-card:nth-child(3n+2) { transform: rotate(0.5deg); }
.gk-wall > .gk-card:nth-child(3n+3) { transform: rotate(-0.3deg); }
.gk-card-live:hover, .gk-card-live:focus-within {
  transform: rotate(0deg) translateY(-4px);
  box-shadow: 0 2px 4px rgba(11,31,69,0.06), 0 18px 34px rgba(11,31,69,0.13);
}
.gk-card-tag {
  font-size: 0.66rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gk-accent, var(--gk-blue-ink)); margin-bottom: 0.7rem;
}
.gk-card h3 { font-size: 1.12rem; line-height: 1.35; font-weight: 700; margin-bottom: 0.6rem; }
.gk-card h3 a { color: inherit; text-decoration: none; }
.gk-card h3 a::after { content: ""; position: absolute; inset: 0; }
.gk-card p { font-size: 0.875rem; line-height: 1.65; color: var(--gk-ink-soft); margin-bottom: 1.1rem; }
.gk-card-foot { margin-top: auto; font-size: 0.78rem; font-weight: 600; }
.gk-card-go { color: var(--gk-blue-ink); }
.gk-card-wip {
  display: inline-flex; align-items: center; gap: 0.45rem;
  color: var(--gk-ink-soft); font-weight: 500;
}
.gk-card-wip::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--gk-yellow); box-shadow: 0 0 0 3px rgba(255,201,60,0.28);
}

.gk-card-ask {
  background: var(--gk-yellow-pale); border-color: var(--gk-yellow);
  border-top-color: var(--gk-yellow); box-shadow: none;
}
.gk-card-ask h3 { color: var(--gk-navy); }
.gk-card-ask p { color: var(--gk-ink-soft); }


/* --- the question finder: search + topic pills + scrolling list ------ */
.gk-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.gk-finder {
  background: #fff; border: 1px solid var(--gk-rule); border-radius: 14px;
  padding: clamp(1.1rem, 3vw, 1.75rem);
  box-shadow: 0 1px 2px rgba(11,31,69,0.05), 0 12px 28px rgba(11,31,69,0.06);
}
.gk-search {
  display: flex; align-items: center; gap: 0.7rem;
  border: 1.5px solid var(--gk-rule); border-radius: 999px;
  padding: 0.7rem 1.15rem; background: var(--gk-paper);
  transition: border-color 0.15s ease, background 0.15s ease;
}
.gk-search:focus-within { border-color: var(--gk-blue-ink); background: #fff; }
.gk-search svg { flex: none; color: var(--gk-ink-soft); }
.gk-search input {
  flex: 1; min-width: 0; border: 0; background: transparent;
  font-family: inherit; font-size: 0.95rem; color: var(--gk-ink); outline: none;
}
.gk-search input::placeholder { color: var(--gk-ink-soft); }

.gk-topics { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.15rem; }
.gk-pill {
  font-family: inherit; font-size: 0.82rem; font-weight: 600;
  color: var(--gk-ink); background: #fff;
  border: 1px solid var(--gk-rule); border-radius: 999px;
  padding: 0.5rem 1rem; cursor: pointer;
  display: inline-flex; align-items: center; gap: 0.45rem;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.gk-pill:hover { border-color: var(--gk-navy); }
.gk-pill-n { font-size: 0.72rem; font-weight: 600; color: var(--gk-ink-soft); }
.gk-pill.is-on { background: var(--gk-navy); color: #fff; border-color: var(--gk-navy); }
.gk-pill.is-on .gk-pill-n { color: rgba(255,255,255,0.6); }

.gk-list-head {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gk-ink-soft); padding: 1.4rem 0.15rem 0.65rem;
  border-bottom: 1px solid var(--gk-rule);
}
.gk-list { list-style: none; max-height: 27rem; overflow-y: auto; overscroll-behavior: contain; }
.gk-list::-webkit-scrollbar { width: 8px; }
.gk-list::-webkit-scrollbar-thumb { background: rgba(11,31,69,0.18); border-radius: 999px; }
.gk-list::-webkit-scrollbar-track { background: transparent; }
.gk-q {
  position: relative; display: flex; flex-wrap: wrap; gap: 0.55rem 0.9rem;
  align-items: flex-start; padding: 1rem 0.15rem; border-bottom: 1px solid var(--gk-rule);
}
/* decorative magnifier bullet — background, not markup, so screen readers
   don't hear it seventeen times */
.gk-q::before {
  content: ""; flex: none; width: 30px; height: 30px; margin-top: 1px;
  background: url("/Images/geek-out/geek-out-question-marker.webp") center / contain no-repeat;
}
.gk-q-main { flex: 1 1 16rem; min-width: 0; }
.gk-q[hidden] { display: none; }
.gk-q:last-child { border-bottom: 0; }
.gk-q h3 { font-size: 1rem; font-weight: 600; line-height: 1.45; }
.gk-q h3 a { color: inherit; text-decoration: none; }
.gk-q h3 a::after { content: ""; position: absolute; inset: 0; }
.gk-q-live { transition: background 0.15s ease; }
.gk-q-live:hover, .gk-q-live:focus-within { background: var(--gk-paper); }
.gk-q-topic {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase;
  color: var(--gk-blue-ink); margin-bottom: 0.32rem;
}
.gk-q-status {
  flex: none; margin-left: auto; font-size: 0.73rem; font-weight: 600; color: var(--gk-ink-soft);
  white-space: nowrap; display: inline-flex; align-items: center; gap: 0.45rem;
}
.gk-q-status::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--gk-yellow); box-shadow: 0 0 0 3px rgba(255,201,60,0.28);
}
.gk-q-status-live { color: var(--gk-blue-ink); }
.gk-q-status-live::before { display: none; }
.gk-empty { padding: 2rem 0.15rem; color: var(--gk-ink-soft); font-size: 0.92rem; }
/* a published entry carries its edition number ahead of the question:
   <h3><span class="gk-q-num">Geek Out #01</span> The Primary 1 registration
   changes &mdash; do the extra places in 2C actually give you a better chance?</h3> */
.gk-q-num {
  display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em;
  color: #fff; background: var(--gk-navy); border-radius: 999px;
  padding: 0.16rem 0.6rem; margin-right: 0.45rem; vertical-align: 0.1em;
}
@media (max-width: 640px) {
  .gk-q-main { flex: 1 1 0; min-width: 0; }
  .gk-q-status { width: 100%; margin-left: 0; padding-left: calc(30px + 0.9rem); }
  .gk-list { max-height: 24rem; }
  /* one swipeable row of chips rather than four stacked rows */
  .gk-topics {
    flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none;
    padding-bottom: 0.35rem; margin-right: calc(clamp(1.1rem, 3vw, 1.75rem) * -1);
    padding-right: clamp(1.1rem, 3vw, 1.75rem);
  }
  .gk-topics::-webkit-scrollbar { display: none; }
  .gk-pill { flex: none; }
}

.gk-yourturn {
  margin-top: 1.75rem; background: var(--gk-yellow-pale);
  border: 1px solid var(--gk-yellow); border-radius: 14px;
  padding: clamp(1.4rem, 4vw, 2.25rem); text-align: center;
}
.gk-yourturn-tag {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gk-blue-ink); margin-bottom: 0.7rem;
}
.gk-yourturn h3 {
  font-family: var(--gk-display); font-weight: 600;
  font-size: clamp(1.2rem, 3vw, 1.6rem); line-height: 1.25; margin-bottom: 0.55rem;
}
.gk-yourturn p { color: var(--gk-ink-soft); margin-bottom: 1.4rem; }

/* --- formats --------------------------------------------------------- */
.gk-two { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(1.75rem, 5vw, 3.5rem); align-items: start; }
@media (max-width: 860px) { .gk-two { grid-template-columns: 1fr; } }
.gk-formats { list-style: none; border-top: 1px solid var(--gk-rule); max-width: 44rem; }
.gk-format {
  display: grid; grid-template-columns: 2.25rem 1fr; gap: 0.9rem;
  padding: 1.05rem 0.15rem; border-bottom: 1px solid var(--gk-rule); align-items: start;
}
.gk-format-icon { font-size: 1.25rem; line-height: 1.3; }
.gk-format h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.2rem; }
.gk-format p { font-size: 0.9rem; line-height: 1.6; color: var(--gk-ink-soft); }
/* --- method ----------------------------------------------------------- */
.gk-method { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(1.5rem, 5vw, 3.5rem); align-items: center; }
.gk-method-media img { width: 100%; border-radius: 12px; box-shadow: 0 2px 6px rgba(11,31,69,0.08), 0 18px 40px rgba(11,31,69,0.12); }
.gk-steps { list-style: none; counter-reset: gkstep; }
.gk-steps li {
  counter-increment: gkstep; position: relative;
  padding: 0 0 1.5rem 3.4rem; border-left: 2px dashed rgba(11,31,69,0.16); margin-left: 1rem;
}
.gk-steps li:last-child { border-left-color: transparent; padding-bottom: 0; }
.gk-steps li::before {
  content: counter(gkstep); position: absolute; left: -1.05rem; top: -0.15rem;
  width: 2.05rem; height: 2.05rem; border-radius: 50%;
  background: var(--gk-navy); color: #fff;
  font-family: var(--gk-display); font-weight: 600; font-size: 0.95rem;
  display: grid; place-items: center;
}
.gk-steps h3 { font-size: 1.02rem; font-weight: 700; margin-bottom: 0.3rem; }
.gk-steps p { font-size: 0.9rem; line-height: 1.7; color: var(--gk-ink-soft); }
.gk-steps li:last-child h3 { color: var(--gk-blue-ink); }
.gk-steps li:last-child::before { background: var(--gk-blue-ink); }

/* --- categories -------------------------------------------------------- */
.gk-cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--gk-rule); border: 1px solid var(--gk-rule); }
@media (max-width: 900px) { .gk-cats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .gk-cats { grid-template-columns: 1fr; } }
.gk-cat { background: #fff; padding: 1.6rem 1.4rem; }
.gk-cat h3 { font-size: 0.98rem; font-weight: 700; margin-bottom: 0.4rem; }
.gk-cat p { font-size: 0.85rem; line-height: 1.65; color: var(--gk-ink-soft); }
.gk-cat-mark { font-size: 1.15rem; line-height: 1; margin-bottom: 0.75rem; display: block; }

/* --- rabbit hole -------------------------------------------------------- */
.gk-hole { position: relative; overflow: hidden; }
.gk-hole-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.gk-hole-media img { width: 100%; mix-blend-mode: multiply; }
.gk-stairs { list-style: none; margin: 1.5rem 0 0; }
.gk-stairs li {
  font-family: var(--gk-hand); font-size: clamp(1.15rem, 2.6vw, 1.5rem);
  line-height: 1.35; color: var(--gk-navy); padding: 0.18rem 0;
}
.gk-stairs li:nth-child(2) { padding-left: 1.1rem; }
.gk-stairs li:nth-child(3) { padding-left: 2.2rem; }
.gk-stairs li:nth-child(4) { padding-left: 3.3rem; }
.gk-stairs li:nth-child(5) { padding-left: 4.4rem; color: var(--gk-blue-ink); }
@media (max-width: 520px) {
  .gk-stairs li:nth-child(2) { padding-left: 0.6rem; }
  .gk-stairs li:nth-child(3) { padding-left: 1.2rem; }
  .gk-stairs li:nth-child(4) { padding-left: 1.8rem; }
  .gk-stairs li:nth-child(5) { padding-left: 2.4rem; }
}

/* --- credibility -------------------------------------------------------- */
.gk-rules { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 2rem; margin-top: 2.5rem; }
.gk-rule-item { border-top: 3px solid var(--gk-yellow); padding-top: 1.1rem; }
.gk-rule-item h3 { font-size: 1.02rem; font-weight: 700; margin-bottom: 0.45rem; }
.gk-rule-item p { font-size: 0.9rem; line-height: 1.7; color: rgba(255,255,255,0.72); }

/* --- meet the geek ------------------------------------------------------ */
.gk-meet { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(1.5rem, 5vw, 3.5rem); align-items: center; }
.gk-meet-media img { width: 100%; mix-blend-mode: multiply; }
.gk-meet blockquote { border: 0; margin: 1.25rem 0; padding: 0; }
.gk-meet blockquote p { font-size: 1.05rem; line-height: 1.75; color: var(--gk-navy); margin-bottom: 0.5rem; }
.gk-checklist { list-style: none; margin: 1.5rem 0; }
.gk-checklist li {
  position: relative; padding-left: 1.9rem; margin-bottom: 0.55rem;
  font-size: 0.92rem; line-height: 1.6; color: var(--gk-ink-soft);
}
.gk-checklist li::before {
  content: "✓"; position: absolute; left: 0; top: -0.05rem;
  width: 1.25rem; height: 1.25rem; border-radius: 3px;
  background: var(--gk-yellow-pale); color: var(--gk-blue-ink);
  font-size: 0.75rem; font-weight: 700; display: grid; place-items: center;
}
.gk-note { font-size: 0.85rem; line-height: 1.7; color: var(--gk-ink-soft); border-left: 3px solid var(--gk-yellow); padding-left: 1rem; }

/* --- closing ------------------------------------------------------------ */
.gk-close { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.gk-close-media img { width: 100%; mix-blend-mode: multiply; }
.gk-close h2 { font-size: clamp(1.9rem, 5vw, 2.9rem); }

/* --- responsive --------------------------------------------------------- */
@media (max-width: 900px) {
  .gk-hero-inner, .gk-method, .gk-hole-inner, .gk-meet, .gk-close { grid-template-columns: 1fr; }
  .gk-hero-media, .gk-close-media { max-width: 520px; }
  .gk-method-media { max-width: 380px; margin: 0 auto; }
  .gk-meet-media { max-width: 480px; }
  .gk-hole-media { order: -1; }
}
@media (max-width: 640px) {
  .gk-wall { grid-template-columns: 1fr; }
  .gk-wall > .gk-card { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .gk-card, .gk-btn, .site-menu .nav-geek img { transition: none; }
  .gk-card-live:hover, .gk-card-live:focus-within { transform: none; }
}

/* ==========================================================================
   ARTICLE PAGE — only used by individual Geek Out posts, not by the pillar.
   ========================================================================== */

.gk-art-hero { padding: clamp(2.25rem, 6vw, 3.75rem) 0 clamp(1.75rem, 4vw, 2.75rem); }
.gk-art-kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem; margin-bottom: 1.1rem; }
.gk-art-num {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em; color: #fff;
  background: var(--gk-navy); border-radius: 999px; padding: 0.3rem 0.8rem;
}
.gk-art-format {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase;
  color: var(--gk-blue-ink);
}
.gk-art-hero h1 {
  font-family: var(--gk-display); font-weight: 600;
  font-size: clamp(1.85rem, 5vw, 3rem); line-height: 1.12; letter-spacing: -0.02em;
  max-width: 20ch;
}
.gk-art-standfirst { font-size: 1.08rem; line-height: 1.7; color: var(--gk-ink-soft); max-width: 58ch; margin-top: 1.1rem; }
.gk-art-meta {
  display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; margin-top: 1.5rem;
  font-size: 0.8rem; color: var(--gk-ink-soft);
  border-top: 1px solid var(--gk-rule); padding-top: 1.1rem; max-width: 58ch;
}

/* body copy sits on one shared measure so the page reads like an article */
.gk-prose { max-width: 66ch; }
.gk-prose > * + * { margin-top: 1.1rem; }
.gk-prose p { font-size: 1rem; line-height: 1.8; color: var(--gk-ink); }
.gk-prose h2 {
  font-family: var(--gk-display); font-weight: 600;
  font-size: clamp(1.4rem, 3.2vw, 1.9rem); line-height: 1.2; margin-top: 2.75rem;
}
.gk-prose h3 { font-size: 1.08rem; font-weight: 700; margin-top: 1.9rem; }
.gk-prose ul, .gk-prose ol { padding-left: 1.3rem; }
.gk-prose li { font-size: 1rem; line-height: 1.75; margin-bottom: 0.5rem; }
.gk-prose a { text-decoration: underline; text-underline-offset: 3px; }

/* the beat markers that structure every article */
.gk-beat {
  display: flex; align-items: center; gap: 0.7rem; margin: 3rem 0 1.1rem;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gk-blue-ink);
}
.gk-beat::after { content: ""; flex: 1; height: 1px; background: var(--gk-rule); }

/* a single number worth stopping on — never invent one */
.gk-figure {
  background: var(--gk-paper); border: 1px solid var(--gk-rule); border-left: 4px solid var(--gk-yellow);
  border-radius: 0 10px 10px 0; padding: 1.5rem 1.6rem; margin: 2rem 0; max-width: 66ch;
}
.gk-figure-num {
  font-family: var(--gk-display); font-weight: 700;
  font-size: clamp(2rem, 6vw, 3rem); line-height: 1; color: var(--gk-navy);
}
.gk-figure p { font-size: 0.92rem; line-height: 1.65; color: var(--gk-ink-soft); margin-top: 0.6rem; }

/* charts: caption every one with what it shows and where it came from */
.gk-chart { margin: 2rem 0; max-width: 74ch; }
.gk-chart img, .gk-chart svg { width: 100%; height: auto; border: 1px solid var(--gk-rule); border-radius: 10px; background: #fff; }
.gk-chart figcaption { font-size: 0.82rem; line-height: 1.6; color: var(--gk-ink-soft); margin-top: 0.7rem; }

/* every article ends with its receipts */
.gk-sources { max-width: 66ch; }
.gk-sources ol { list-style: decimal; padding-left: 1.3rem; }
.gk-sources li { font-size: 0.88rem; line-height: 1.7; color: var(--gk-ink-soft); margin-bottom: 0.65rem; }
.gk-caveat {
  border-left: 3px solid var(--gk-rule); padding-left: 1.1rem; margin-top: 1.5rem;
  font-size: 0.88rem; line-height: 1.7; color: var(--gk-ink-soft); max-width: 66ch;
}

/* article bands sit closer together than the pillar's — a post is a read,
   not a landing page, and pillar-sized gaps break the flow between beats */
.gk-band-art { padding: clamp(2.25rem, 5vw, 3.25rem) 0; }
