/* Built from the fashion 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 fashion-magazine layout — tall cover story, "The Edit" numbered picks, a staggered gallery, a quote band, portrait pairs. */
  .hqm {
    --bg: #fff; --ink: #0a0a0a; --muted: #5f5f5f; --line: #e6e6e6; --accent: #dd3333; --blush: #f6f5f3;
    --display: "Spectral", Georgia, serif; --body: "Karla", system-ui, sans-serif; --label: "Karla", system-ui, sans-serif;
    --img-bg: #eee; --max: 1280px;
    --prose-font: "Spectral", Georgia, serif; --prose-size: 20px; --tk-bg: transparent; --tk-border: 1px solid #0a0a0a; --tk-label: #0a0a0a;
  }
  .hqm .label { font-family: var(--label); font-size: 11px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--accent); }
  .hqm .meta { font-family: var(--label); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; 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: 72px; width: auto; }
  .hqm nav.cats { display: flex; justify-content: center; gap: 30px; padding: 15px 20px; border-bottom: 1px solid var(--line);
    font-size: 12.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; overflow-x: auto; scrollbar-width: none; white-space: nowrap; }
  .hqm nav.cats a:hover { color: var(--accent); }
  .hqm .datebar { text-align: center; padding: 14px 0 0; }

  .hqm .cover { display: grid; grid-template-columns: 7fr 5fr; gap: 56px; padding: 56px 0 0; align-items: start; }
  .hqm .cover .lead-txt { padding-top: 12px; }
  .hqm .cover h1 { font-family: var(--display); font-weight: 400; font-size: clamp(38px, 4.2vw, 64px); line-height: 1.04; margin: 18px 0 20px; }
  .hqm .cover .dek { font-family: var(--display); font-style: italic; font-size: 21px; line-height: 1.5; color: #333; }
  .hqm .duo { display: grid; gap: 28px; margin-top: 44px; padding-top: 32px; border-top: 1px solid var(--line); }
  .hqm .mini { display: grid; grid-template-columns: 120px 1fr; gap: 18px; align-items: center; }
  .hqm .mini h3 { font-family: var(--display); font-size: 20px; line-height: 1.25; margin-top: 8px; }

  .hqm section { padding-top: 88px; }
  .hqm .sec-title { text-align: center; margin-bottom: 40px; }
  .hqm .sec-title h2 { font-family: var(--display); font-weight: 400; font-style: italic; font-size: 44px; line-height: 1; }
  .hqm .sec-title .label { display: block; margin-bottom: 12px; }

  .hqm .edit { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--ink); }
  .hqm .edit a { padding: 26px 22px 0 0; }
  .hqm .edit a + a { padding-left: 22px; border-left: 1px solid var(--line); }
  .hqm .edit .n { font-family: var(--display); font-size: 54px; line-height: 1; color: var(--accent); }
  .hqm .edit h3 { font-family: var(--display); font-size: 18.5px; line-height: 1.3; margin-top: 12px; }

  .hqm .gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 36px; align-items: start; }
  .hqm .gallery a:nth-child(3n+2) { margin-top: 64px; }
  .hqm .gallery h3 { font-family: var(--display); font-size: 25px; line-height: 1.18; margin: 18px 0 10px; }
  .hqm .gallery p { font-size: 15.5px; color: var(--muted); line-height: 1.6; }

  .hqm .quote { background: var(--blush); padding: 88px 0; margin-top: 96px; text-align: center; }
  .hqm .quote blockquote { font-family: var(--display); font-style: italic; font-size: clamp(28px, 3.4vw, 46px); line-height: 1.25; max-width: 24ch; margin: 18px auto 22px; }

  .hqm .feature-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
  .hqm .feature-duo .over { position: relative; }
  .hqm .feature-duo .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.62)); }
  .hqm .feature-duo .cap h3 { font-family: var(--display); font-size: 30px; line-height: 1.12; margin-top: 10px; }
  .hqm .feature-duo .cap .label { color: #fff; }

  .hqm footer { margin-top: 110px; border-top: 1px solid var(--ink); padding: 56px 0 90px; text-align: center; }
  .hqm footer img { height: 60px; width: auto; margin: 0 auto; }
  .hqm footer p { margin-top: 10px; color: var(--muted); font-size: 14px; }

  /* Article */
  .hqm .a-head { max-width: 860px; margin: 0 auto; text-align: center; padding: 64px 20px 40px; }
  .hqm .a-head h1 { font-family: var(--display); font-weight: 400; font-size: clamp(38px, 5vw, 66px); line-height: 1.05; margin: 20px 0 22px; }
  .hqm .a-head .dek { font-family: var(--display); font-style: italic; font-size: 22px; line-height: 1.5; color: #333; max-width: 40ch; margin: 0 auto 26px; }
  .hqm .a-img { max-width: 1080px; margin: 0 auto 12px; padding: 0 20px; }
  .hqm .a-cap { max-width: 1080px; margin: 0 auto 56px; padding: 0 20px; font-size: 13px; color: var(--muted); }
  .hqm .prose > p:first-of-type::first-letter { float: left; font-size: 4.2em; line-height: .82; padding: .06em .08em 0 0; color: var(--accent); }
  .hqm .prose h2 { font-weight: 400; font-style: italic; font-size: 1.6em; }
  .hqm .takeaways { font-family: var(--body); font-size: 16.5px; padding: 26px 30px; }
  .hqm .takeaways .tk-label { letter-spacing: .28em; font-weight: 600; }

  @media (max-width: 900px) {
    .hqm .cover { grid-template-columns: 1fr; gap: 28px; }
    .hqm .edit { grid-template-columns: 1fr 1fr; } .hqm .edit a:nth-child(n) { padding: 22px 16px 22px 0; border-left: 0; border-bottom: 1px solid var(--line); }
    .hqm .gallery { grid-template-columns: 1fr 1fr; } .hqm .gallery a:nth-child(n) { margin-top: 0; }
    .hqm .feature-duo { grid-template-columns: 1fr; }
  }
  @media (max-width: 640px) {
    .hqm header.top .wrap { height: 68px; } .hqm .logo img { height: 46px; } .hqm .tools .hide-s { display: none; }
    .hqm nav.cats { justify-content: flex-start; gap: 24px; }
    .hqm .gallery { grid-template-columns: 1fr; }
    .hqm .edit { grid-template-columns: 1fr; }
    .hqm .mini { grid-template-columns: 96px 1fr; }
    .hqm .sec-title h2 { font-size: 36px; }
    .hqm .a-head { padding-top: 40px; } .hqm .a-head .dek { font-size: 19px; }
    .hqm { --prose-size: 19px; }
  }
  /* Category sections */
  .hqm .gallery4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px 24px; }
  .hqm .gallery4 h3 { font-family: var(--display); font-size: 20px; line-height: 1.22; margin-top: 14px; }
  .hqm .fsplit { display: grid; grid-template-columns: 5fr 7fr; gap: 48px; align-items: center; }
  .hqm .fsplit .list a { display: block; padding: 20px 0; border-top: 1px solid var(--line); }
  .hqm .fsplit .list a:first-child { border-top: 1px solid var(--ink); }
  .hqm .fsplit .list h3 { font-family: var(--display); font-size: 24px; line-height: 1.2; margin-top: 8px; }
  .hqm .hrow { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
  .hqm .hrow a { display: grid; grid-template-columns: 200px 1fr; gap: 24px; align-items: center; }
  .hqm .hrow h3 { font-family: var(--display); font-size: 22px; line-height: 1.22; margin: 10px 0 8px; }
  .hqm .hrow p { font-size: 15px; color: var(--muted); }
  @media (max-width: 900px) { .hqm .gallery4 { grid-template-columns: 1fr 1fr; } .hqm .fsplit, .hqm .hrow { grid-template-columns: 1fr; } }
  @media (max-width: 640px) { .hqm .hrow a { grid-template-columns: 120px 1fr; gap: 16px; } .hqm .hrow h3 { font-size: 19px; } }
