/* Built from the women mockup by tools/build-css.mjs. Do not edit by hand. */

  /* Kept: logo, white page, red #dd3333, Spectral headlines, Karla text, centred-logo header.
     New: a people-first layout — split lead story, "People we're watching" portraits, story cards, a newsletter band. */
  .hqm {
    --bg: #fff; --card: #fff; --ink: #0a0a0a; --muted: #5f5f5f; --line: #e6e6e6; --accent: #dd3333; --plum: #0a0a0a; --peach: #fbeaea;
    --display: "Spectral", Georgia, serif; --body: "Karla", system-ui, sans-serif; --label: "Karla", system-ui, sans-serif;
    --img-bg: #eee; --max: 1240px; --radius: 4px;
    --prose-size: 19px; --tk-bg: #fbeaea; --tk-radius: 4px; --tk-label: #0a0a0a;
  }
  .hqm .pill { display: inline-block; font-size: 12.5px; font-weight: 700; color: var(--plum); background: var(--peach); padding: 5px 11px; border-radius: 999px; }
  .hqm .meta { font-size: 13.5px; color: var(--muted); }

  .hqm header.top { border-bottom: 1px solid var(--ink); }
  .hqm header.top .wrap { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 96px; }
  .hqm .tools { display: flex; align-items: center; gap: 22px; font-size: 13.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
  .hqm .tools svg { width: 20px; height: 20px; } .hqm .tools.right { justify-content: flex-end; } .hqm .tools .sub { color: var(--accent); }
  .hqm .logo img { height: 66px; width: auto; }
  .hqm nav.cats { border-bottom: 1px solid var(--line); }
  .hqm nav.cats .wrap { display: flex; justify-content: center; gap: 26px; height: 46px; align-items: center; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; overflow-x: auto; scrollbar-width: none; white-space: nowrap; }
  .hqm nav.cats a:hover { color: var(--accent); }

  .hqm .hero { display: grid; grid-template-columns: 1.25fr 1fr; background: var(--plum); color: #fff; border-radius: 4px; overflow: hidden; margin-top: 32px; }
  .hqm .hero .txt { padding: 52px 48px; display: flex; flex-direction: column; justify-content: center; }
  .hqm .hero h1 { font-family: var(--display); font-weight: 500; font-size: clamp(34px, 3.6vw, 52px); line-height: 1.1; margin: 20px 0 18px; }
  .hqm .hero p { font-size: 18px; line-height: 1.6; color: #ddd; }
  .hqm .hero .pill { background: #fff; }
  .hqm .hero .meta { color: #aaa; margin-top: 22px; }

  .hqm .chips { display: flex; gap: 10px; flex-wrap: wrap; margin: 30px 0 0; }
  .hqm .chips a { border: 1px solid var(--line); background: #fff; padding: 9px 16px; border-radius: 999px; font-size: 14.5px; font-weight: 500; }

  .hqm section { padding-top: 72px; }
  .hqm .sec-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 26px; }
  .hqm .sec-head h2 { font-family: var(--display); font-weight: 600; font-size: 36px; line-height: 1.1; }
  .hqm .sec-head a { font-weight: 700; color: var(--accent); font-size: 15px; }

  .hqm .people { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
  .hqm .person { text-align: center; }
  .hqm .person .ring { width: 100%; aspect-ratio: 1; border-radius: 50%; padding: 6px; background: var(--accent); }
  .hqm .person .ring > div { border-radius: 50%; border: 5px solid var(--bg); }
  .hqm .person h3 { font-family: var(--display); font-weight: 500; font-size: 19px; line-height: 1.3; margin-top: 16px; }

  .hqm .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
  .hqm .card { background: var(--card); border-radius: var(--radius); overflow: hidden; box-shadow: 0 1px 2px rgba(0,0,0,.06), 0 8px 24px rgba(0,0,0,.06); display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
  .hqm .card:hover { transform: translateY(-3px); box-shadow: 0 2px 4px rgba(0,0,0,.08), 0 16px 36px rgba(0,0,0,.1); }
  .hqm .card .in { padding: 20px 22px 24px; }
  .hqm .card h3 { font-family: var(--display); font-weight: 600; font-size: 21px; line-height: 1.25; margin: 12px 0 10px; }
  .hqm .card p { color: var(--muted); font-size: 15.5px; line-height: 1.55; }

  .hqm .news { background: var(--plum); color: #fff; border-radius: 4px; padding: 56px; margin-top: 88px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }
  .hqm .news h2 { font-family: var(--display); font-weight: 500; font-size: 40px; line-height: 1.1; }
  .hqm .news p { color: #ddd; margin-top: 12px; font-size: 17px; }
  .hqm .news form { display: flex; gap: 10px; background: #fff; padding: 6px; border-radius: 999px; }
  .hqm .news input { flex: 1; border: 0; outline: 0; padding: 0 16px; font: inherit; font-size: 16px; background: transparent; min-width: 0; }
  .hqm .news button { border: 0; background: var(--accent); color: #fff; font-weight: 700; padding: 12px 20px; border-radius: 999px; cursor: pointer; }

  .hqm footer { margin-top: 90px; padding: 44px 0 90px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14.5px; }
  .hqm footer { text-align: center; } .hqm footer img { height: 54px; width: auto; margin: 0 auto 10px; }

  /* Article */
  .hqm .a-head { max-width: 820px; margin: 0 auto; padding: 48px 20px 30px; }
  .hqm .a-head h1 { font-family: var(--display); font-weight: 600; font-size: clamp(34px, 4.6vw, 56px); line-height: 1.08; margin: 18px 0 18px; letter-spacing: -.01em; }
  .hqm .a-head .dek { font-size: 20px; line-height: 1.55; color: #333; }
  .hqm .byline { display: flex; align-items: center; gap: 14px; margin-top: 26px; }
  .hqm .avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--plum); color: #fff; display: grid; place-items: center; font-family: var(--label); font-weight: 700; font-size: 13px; }
  .hqm .byline b { display: block; font-size: 15px; }
  .hqm .a-img { max-width: 1100px; margin: 0 auto 48px; padding: 0 20px; }
  .hqm .a-img > div { border-radius: 4px; }
  .hqm .prose h2 { font-weight: 600; font-size: 1.55em; }
  .hqm .takeaways ul { list-style: none; padding: 0; counter-reset: tk; }
  .hqm .takeaways li { counter-increment: tk; position: relative; padding-left: 38px; }
  .hqm .takeaways li::before { content: counter(tk); position: absolute; left: 0; top: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--plum); color: #fff; font-size: 13px; font-weight: 700; display: grid; place-items: center; }

  @media (max-width: 960px) {
    .hqm .hero { grid-template-columns: 1fr; } .hqm .hero .txt { padding: 32px 28px 36px; }
    .hqm .people { grid-template-columns: repeat(2, 1fr); }
    .hqm .cards { grid-template-columns: 1fr 1fr; }
    .hqm .news { grid-template-columns: 1fr; padding: 36px 28px; }
  }
  @media (max-width: 640px) {
    .hqm header.top .wrap { height: 68px; } .hqm .logo img { height: 44px; } .hqm .tools .hide-s { display: none; }
    .hqm nav.cats .wrap { justify-content: flex-start; }
    .hqm .hero { border-radius: 4px; }
    .hqm .cards { grid-template-columns: 1fr; }
    .hqm .sec-head h2 { font-size: 30px; }
    .hqm .news h2 { font-size: 32px; }
    .hqm .a-head .dek { font-size: 18px; }
  }
  .hqm { --btn-radius: 999px; }
  /* Category sections */
  .hqm .cards.four { grid-template-columns: repeat(4, 1fr); }
  .hqm .hcard { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
  .hqm .hcard a { display: grid; grid-template-columns: 180px 1fr; background: var(--card); border-radius: var(--radius); overflow: hidden; box-shadow: 0 1px 2px rgba(0,0,0,.06), 0 8px 24px rgba(0,0,0,.06); }
  .hqm .hcard .in { padding: 20px 22px; align-self: center; }
  .hqm .hcard h3 { font-family: var(--display); font-weight: 600; font-size: 20px; line-height: 1.25; margin-top: 10px; }
  @media (max-width: 960px) { .hqm .cards.four { grid-template-columns: 1fr 1fr; } .hqm .hcard { grid-template-columns: 1fr; } }
  @media (max-width: 640px) { .hqm .cards.four { grid-template-columns: 1fr; } .hqm .hcard a { grid-template-columns: 120px 1fr; } }
