  :root {
    --ink: #14161F;
    --paper: #F3F0E8;
    --gold: #C9A24B;
    --line: rgba(243,240,232,0.14);
    --muted: rgba(243,240,232,0.62);
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    margin: 0;
    background: var(--ink);
    color: var(--paper);
    font-family: 'Work Sans', sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }
  h1, h2, h3 { font-family: 'Fraunces', serif; margin: 0; }
  a { color: inherit; }
  .wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }

  header.site {
    position: sticky; top: 0; z-index: 20;
    background: rgba(20,22,31,0.88);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line);
  }
  .site-bar {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 0; flex-wrap: wrap; gap: 10px;
  }
  .brand { display: flex; align-items: center; gap: 12px; }
  .brand-mark {
    width: 40px; height: 40px; border: 1px solid var(--gold); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Fraunces'; font-weight: 600; font-size: 17px; color: var(--gold);
  }
  .brand-text .school { font-family: 'Fraunces'; font-weight: 600; font-size: 16.5px; }
  .brand-text .loc { font-size: 12px; color: var(--muted); }
  nav.site-nav { display: flex; gap: 24px; flex-wrap: wrap; }
  nav.site-nav a {
    text-decoration: none; font-size: 13.5px; letter-spacing: .2px; color: var(--muted);
  }
  nav.site-nav a:hover { color: var(--gold); }

  /* ---- Hero ---- */
  .hero { padding: 84px 0 60px; border-bottom: 1px solid var(--line); }
  .hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: end; }
  .hero .kicker {
    color: var(--gold); font-size: 13.5px; letter-spacing: .3px; margin-bottom: 18px; display:block;
  }
  .hero h1 {
    font-size: clamp(38px, 5.4vw, 64px); font-weight: 600; line-height: 1.05;
  }
  .hero h1 em { font-style: italic; color: var(--gold); }
  .hero p.lead { margin-top: 22px; max-width: 52ch; color: var(--muted); font-size: 17px; }
  .hero-figure { border-left: 1px solid var(--line); padding-left: 40px; }
  .hero-figure .big { font-family: 'Fraunces'; font-size: 76px; color: var(--gold); line-height: 1; }
  .hero-figure .cap { margin-top: 8px; color: var(--muted); font-size: 14px; max-width: 26ch; }

  .hero-art { margin-top: 48px; }
  .hero-art svg { width: 100%; height: auto; display: block; }

  /* ---- category jump strip ---- */
  .jump {
    display: flex; gap: 10px; flex-wrap: wrap; padding: 22px 0;
    border-bottom: 1px solid var(--line);
  }
  .jump a {
    text-decoration: none; font-size: 13px; color: var(--muted);
    border: 1px solid var(--line); padding: 8px 16px; border-radius: 100px;
  }
  .jump a:hover { color: var(--gold); border-color: var(--gold); }

  /* ---- sections ---- */
  .section { padding: 64px 0; border-bottom: 1px solid var(--line); }
  .section:last-of-type { border-bottom: none; }
  .section-head { max-width: 620px; margin-bottom: 38px; }
  .group-count {
    color: var(--gold); font-size: 12.5px; letter-spacing: .3px;
    border: 1px solid var(--gold); border-radius: 100px; padding: 4px 12px;
  }
  .section-head h2 { font-size: clamp(26px, 3.2vw, 36px); font-weight: 600; margin-top: 14px; }
  .section-head p { margin-top: 12px; color: var(--muted); font-size: 15.5px; }

  .club-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1px;
    background: var(--line); border: 1px solid var(--line);
  }
  .club-card { background: var(--ink); }
  .club-art { line-height: 0; height: 130px; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; }
  .club-art-img { display: block; width: 100%; height: 100%; object-fit: contain; background: #23262f; }
  .club-body { padding: 28px 24px 28px; position: relative; }
  .club-icon-wrap {
    position: absolute; top: -22px; left: 24px;
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--ink); border: 1px solid var(--gold);
    display: flex; align-items: center; justify-content: center;
    color: var(--gold);
  }
  .club-icon-wrap .club-icon { width: 20px; height: 20px; }
  .club-card h3 { font-size: 18px; font-weight: 600; }
  .club-tag { margin: 4px 0 10px; font-size: 12.5px; color: var(--gold); letter-spacing: .2px; }
  .club-blurb { font-size: 14px; color: var(--muted); margin: 0; }

  footer { padding: 56px 0 44px; }
  footer .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; }
  footer p { font-size: 13px; color: var(--muted); margin: 0; }

  /* ---- RESPONSIVE - Tablet (860px and below) ---- */
  @media (max-width: 860px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-figure { border-left: none; padding-left: 0; border-top: 1px solid var(--line); padding-top: 24px; }
    nav.site-nav { display: none; }
    .club-art { height: 120px; }
  }

  /* ---- RESPONSIVE - Mobile (600px and below) ---- */
  @media (max-width: 600px) {
    .club-art { height: 110px; }
    .club-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
  }

  /* ---- RESPONSIVE - Small Mobile (480px and below) ---- */
  @media (max-width: 480px) {
    .club-art { height: 100px; }
    .club-grid { grid-template-columns: 1fr; }
    .club-card h3 { font-size: 16px; }
    .club-blurb { font-size: 13px; }
  }

  /* ---- RESPONSIVE - Extra Small (360px and below) ---- */
  @media (max-width: 360px) {
    .club-art { height: 90px; }
    .club-card h3 { font-size: 15px; }
    .club-tag { font-size: 11px; }
  }
