/* Built from the feature 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 film-first layout — lead story with a numbered "Trending" column, a poster row, section blocks, a Special Edition showcase. */
  .hqm {
    --bg: #fff; --ink: #0a0a0a; --muted: #5f5f5f; --line: #e6e6e6; --accent: #dd3333; --soft: #f6f5f3;
    --display: "Spectral", Georgia, serif; --body: "Karla", system-ui, sans-serif; --label: "Karla", system-ui, sans-serif;
    --img-bg: #eee; --max: 1240px;
    --prose-size: 19px; --tk-bg: #f6f5f3; --tk-border: 0; --tk-radius: 0;
  }
  .hqm .label { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
  .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 .lead-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 40px; padding-top: 36px; }
  .hqm .lead h1 { font-family: var(--display); font-weight: 700; font-size: clamp(30px, 3.3vw, 46px); line-height: 1.1; margin: 16px 0 12px; }
  .hqm .lead p { font-size: 18px; color: #333; max-width: 62ch; }
  .hqm .lead .meta { margin-top: 12px; }
  .hqm .trending h2 { font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding-bottom: 12px; border-bottom: 3px solid var(--ink); }
  .hqm .trending a { display: grid; grid-template-columns: 42px 1fr; gap: 10px; padding: 16px 0; border-bottom: 1px solid var(--line); }
  .hqm .trending .n { font-family: var(--display); font-weight: 700; font-size: 30px; line-height: 1; color: var(--accent); }
  .hqm .trending h3 { font-family: var(--display); font-weight: 600; font-size: 17px; line-height: 1.3; }

  .hqm section { padding-top: 64px; }
  .hqm .sec-head { display: flex; align-items: baseline; justify-content: space-between; border-top: 3px solid var(--ink); padding-top: 12px; margin-bottom: 24px; }
  .hqm .sec-head h2 { font-family: var(--display); font-weight: 700; font-size: 30px; }
  .hqm .sec-head a { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); }

  .hqm .posters { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
  .hqm .posters h3 { font-family: var(--display); font-weight: 600; font-size: 17px; line-height: 1.3; margin-top: 12px; }
  .hqm .grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 28px; }
  .hqm .card h3 { font-family: var(--display); font-weight: 700; font-size: 22px; line-height: 1.22; margin: 14px 0 8px; }
  .hqm .card p { color: var(--muted); font-size: 16px; }
  .hqm .card:hover h3, .hqm .posters a:hover h3, .hqm .trending a:hover h3 { color: var(--accent); }

  .hqm .special { display: grid; grid-template-columns: 1.3fr 1fr; background: var(--soft); }
  .hqm .special .txt { padding: 40px 44px; display: flex; flex-direction: column; justify-content: center; }
  .hqm .special h3 { font-family: var(--display); font-weight: 700; font-size: 32px; line-height: 1.12; margin: 14px 0 14px; }
  .hqm .special p { color: #333; font-size: 17px; }
  .hqm .tag { display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; background: var(--ink); color: #fff; padding: 6px 10px; }

  .hqm .news { margin-top: 72px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 40px 0; text-align: center; }
  .hqm .news h2 { font-family: var(--display); font-weight: 700; font-size: 30px; }
  .hqm .news p { color: var(--muted); margin: 6px 0 18px; }
  .hqm .news form { display: inline-flex; max-width: 460px; width: 100%; border: 1px solid var(--ink); }
  .hqm .news input { flex: 1; min-width: 0; border: 0; padding: 12px 14px; font: inherit; outline: 0; }
  .hqm .news button { border: 0; background: var(--accent); color: #fff; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; font-size: 13px; padding: 0 18px; cursor: pointer; }
  .hqm footer { padding: 40px 0 90px; text-align: center; color: var(--muted); font-size: 14px; }
  .hqm footer img { height: 54px; width: auto; margin: 0 auto 10px; }

  /* Article */
  .hqm .a-head { max-width: 840px; margin: 0 auto; text-align: center; padding: 44px 20px 28px; }
  .hqm .a-head h1 { font-family: var(--display); font-weight: 700; font-size: clamp(32px, 4.4vw, 52px); line-height: 1.1; margin: 14px 0 16px; }
  .hqm .a-head .dek { font-size: 20px; color: #333; max-width: 52ch; margin: 0 auto; }
  .hqm .a-head .meta { margin-top: 18px; }
  .hqm .a-img { max-width: 1100px; margin: 0 auto 8px; padding: 0 20px; }
  .hqm .a-cap { max-width: 1100px; margin: 0 auto 44px; padding: 0 20px; font-size: 13px; color: var(--muted); }
  .hqm .prose h2 { font-weight: 700; }
  .hqm .takeaways { border-top: 3px solid var(--accent); }

  @media (max-width: 960px) {
    .hqm .lead-grid { grid-template-columns: 1fr; }
    .hqm .posters { grid-template-columns: repeat(5, 62%); overflow-x: auto; scrollbar-width: none; }
    .hqm .grid3 { grid-template-columns: 1fr 1fr; }
    .hqm .special { grid-template-columns: 1fr; } .hqm .special .txt { padding: 28px; }
    .hqm .tools .hide-s { display: none; }
  }
  @media (max-width: 640px) {
    .hqm header.top .wrap { height: 68px; } .hqm .logo img { height: 44px; }
    .hqm nav.cats .wrap { justify-content: flex-start; }
    .hqm .grid3 { grid-template-columns: 1fr; }
    .hqm .a-head .dek { font-size: 18px; }
  }
  /* Category sections */
  .hqm .split { display: grid; grid-template-columns: 1.35fr 1fr; gap: 36px; }
  .hqm .split .big h3 { font-family: var(--display); font-weight: 700; font-size: 28px; line-height: 1.15; margin: 14px 0 8px; }
  .hqm .rowlist a { display: grid; grid-template-columns: 1fr 130px; gap: 18px; padding: 18px 0; border-top: 1px solid var(--line); align-items: center; }
  .hqm .rowlist a:first-child { border-top: 0; padding-top: 0; }
  .hqm .rowlist h3 { font-family: var(--display); font-weight: 600; font-size: 18px; line-height: 1.3; margin-top: 6px; }
  .hqm .hcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .hqm .hcards a { display: grid; grid-template-columns: 120px 1fr; gap: 16px; align-items: center; }
  .hqm .hcards h3 { font-family: var(--display); font-weight: 600; font-size: 17px; line-height: 1.3; margin-top: 6px; }
  .hqm .more4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
  .hqm .more4 h4 { font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding-bottom: 10px; border-bottom: 3px solid var(--ink); }
  .hqm .more4 a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-weight: 600; font-size: 16.5px; line-height: 1.3; }
  .hqm .more4 a:hover, .hqm .rowlist a:hover h3, .hqm .hcards a:hover h3, .hqm .split .big:hover h3 { color: var(--accent); }
  @media (max-width: 960px) { .hqm .split { grid-template-columns: 1fr; } .hqm .hcards { grid-template-columns: 1fr; } .hqm .more4 { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 640px) { .hqm .more4 { grid-template-columns: 1fr; } .hqm .rowlist a { grid-template-columns: 1fr 100px; } }
