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

  /* Kept: logo, white page, blue #0274b6, Times-style headlines and Helvetica-style text (Tinos and Arimo draw the same shapes
     on every device), the markets strip, centred logo with the section row beneath.
     New: a global business front page — lead with three follow-ups, a Latest column, Markets & Economy, Around the World, Opinion. */
  .hqm {
    --bg: #fff; --ink: #0a0a0a; --muted: #555; --line: #e3e3e3; --accent: #0274b6; --navy: #0a2540; --soft: #f4f7fa;
    --display: "Tinos", "Times New Roman", serif; --body: "Arimo", Helvetica, Arial, sans-serif; --label: "Arimo", Helvetica, sans-serif;
    --img-bg: #e9edf1; --max: 1240px;
    --prose-size: 18px; --tk-bg: #f4f7fa; --tk-border: 0; --tk-label: #0a2540;
  }
  .hqm .kicker { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); }
  .hqm .meta { font-size: 13px; color: var(--muted); }

  .hqm .ticker { background: #111; color: #ddd; font-size: 12.5px; overflow: hidden; white-space: nowrap; }
  .hqm .ticker .wrap { display: flex; gap: 30px; height: 34px; align-items: center; }
  .hqm .ticker b { color: #fff; font-weight: 600; margin-right: 6px; } .hqm .up { color: #3ecf8e; } .hqm .down { color: #ff6b6b; }
  .hqm header.top .wrap { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 92px; }
  .hqm .logo img { height: 36px; width: auto; }
  .hqm .right { display: flex; justify-content: flex-end; gap: 12px; align-items: center; }
  .hqm .btn { background: var(--accent); color: #fff; font-weight: 600; font-size: 14px; padding: 10px 18px; }
  .hqm .btn:hover { background: #015d92; }
  .hqm header.top svg { width: 22px; height: 22px; }
  .hqm nav.cats { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .hqm nav.cats .wrap { display: flex; justify-content: center; gap: 34px; height: 48px; align-items: center; font-size: 15px; font-weight: 500; overflow-x: auto; scrollbar-width: none; white-space: nowrap; }
  .hqm nav.cats a:hover { color: var(--accent); }

  .hqm .front { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 40px; padding-top: 32px; }
  .hqm .lead h1 { font-family: var(--display); font-weight: 700; font-size: clamp(30px, 3.2vw, 44px); line-height: 1.12; margin: 16px 0 12px; }
  .hqm .lead p { font-size: 17.5px; color: #333; }
  .hqm .follow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--ink); }
  .hqm .follow h3 { font-family: var(--display); font-weight: 700; font-size: 19px; line-height: 1.25; margin: 8px 0 8px; }
  .hqm .follow p { font-size: 14.5px; color: var(--muted); }
  .hqm .latest h2, .hqm .sec-head h2 { font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
  .hqm .latest h2 { padding-bottom: 10px; border-bottom: 3px solid var(--accent); }
  .hqm .latest a { display: grid; grid-template-columns: 88px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
  .hqm .latest h3 { font-family: var(--display); font-weight: 700; font-size: 16.5px; line-height: 1.28; margin-top: 4px; }
  .hqm a:hover h3, .hqm a:hover h1 { color: var(--accent); }

  .hqm section { padding-top: 56px; }
  .hqm .sec-head { display: flex; justify-content: space-between; align-items: baseline; border-top: 3px solid var(--ink); padding-top: 12px; margin-bottom: 22px; }
  .hqm .sec-head a { font-size: 13px; font-weight: 600; color: var(--accent); }

  .hqm .markets { background: var(--navy); color: #fff; margin-top: 56px; padding: 44px 0 48px; }
  .hqm .markets .sec-head { border-top-color: #fff; }
  .hqm .mgrid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 28px; }
  .hqm .mgrid h3 { font-family: var(--display); font-weight: 700; font-size: 21px; line-height: 1.25; margin: 12px 0 8px; }
  .hqm .mgrid a:first-child h3 { font-size: 26px; }
  .hqm .mgrid p { color: #b8c4d3; font-size: 15px; }
  .hqm .markets .kicker { color: #6cc3f5; }

  .hqm .world { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
  .hqm .world h3 { font-family: var(--display); font-weight: 700; font-size: 18px; line-height: 1.28; margin: 10px 0 6px; }
  .hqm .opinion { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 32px; }
  .hqm .opinion a { padding: 18px 0; border-top: 1px solid var(--line); }
  .hqm .opinion h3 { font-family: var(--display); font-style: italic; font-size: 21px; line-height: 1.3; }
  .hqm footer { margin-top: 72px; border-top: 1px solid var(--ink); padding: 32px 0 90px; }
  .hqm footer .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 13.5px; color: var(--muted); }
  .hqm footer img { height: 22px; width: auto; }
  .hqm .nl { display: flex; gap: 8px; } .hqm .nl input { border: 1px solid #ccc; padding: 10px 12px; font: inherit; min-width: 0; width: 240px; }

  /* Article */
  .hqm .a-head { max-width: 780px; margin: 0 auto; padding: 44px 20px 22px; }
  .hqm .a-head h1 { font-family: var(--display); font-weight: 700; font-size: clamp(32px, 4.2vw, 50px); line-height: 1.1; margin: 14px 0 16px; }
  .hqm .a-head .dek { font-size: 20px; color: #333; line-height: 1.55; }
  .hqm .a-head .meta { margin-top: 18px; display: flex; gap: 16px; flex-wrap: wrap; }
  .hqm .a-img { max-width: 1060px; margin: 10px auto 8px; padding: 0 20px; }
  .hqm .a-cap { max-width: 1060px; margin: 0 auto 40px; padding: 0 20px; font-size: 13px; color: var(--muted); }
  .hqm .prose h2 { font-weight: 700; font-size: 1.5em; }
  .hqm .takeaways { border-left: 4px solid var(--accent); }

  @media (max-width: 1000px) {
    .hqm .front { grid-template-columns: 1fr; }
    .hqm .mgrid { grid-template-columns: 1fr 1fr; } .hqm .mgrid a:first-child { grid-column: 1 / -1; }
    .hqm .world { grid-template-columns: 1fr 1fr; }
    .hqm .opinion { grid-template-columns: 1fr; }
  }
  @media (max-width: 640px) {
    .hqm header.top .wrap { grid-template-columns: auto 1fr auto; height: 64px; } .hqm .logo img { height: 20px; } .hqm .btn { padding: 8px 12px; font-size: 13px; }
    .hqm nav.cats .wrap { justify-content: flex-start; gap: 22px; }
    .hqm .follow { grid-template-columns: 1fr; }
    .hqm .mgrid, .hqm .world { grid-template-columns: 1fr; }
    .hqm .a-head .dek { font-size: 18px; }
    .hqm .nl input { width: 100%; }
  }
  /* Category sections */
  .hqm .bsplit { display: grid; grid-template-columns: 1.3fr 1fr; gap: 36px; }
  .hqm .bsplit .big h3 { font-family: var(--display); font-weight: 700; font-size: 30px; line-height: 1.15; margin: 14px 0 10px; }
  .hqm .bsplit .big p { color: #333; }
  .hqm .blist a { display: grid; grid-template-columns: 1fr 110px; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: center; }
  .hqm .blist a:first-child { padding-top: 0; }
  .hqm .blist h3 { font-family: var(--display); font-weight: 700; font-size: 18px; line-height: 1.28; margin-top: 4px; }
  .hqm .cols3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .hqm .cols3 h4 { font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding-bottom: 10px; border-bottom: 3px solid var(--accent); }
  .hqm .cols3 a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-weight: 700; font-size: 17px; line-height: 1.3; }
  .hqm .cols3 a:hover { color: var(--accent); }
  @media (max-width: 1000px) { .hqm .bsplit { grid-template-columns: 1fr; } .hqm .cols3 { grid-template-columns: 1fr; } }
