.sotmw {
  --s-bg: #f4f8ee;
  --s-card: #ffffff;
  --s-ink: #28372b;
  --s-muted: #65715f;
  --s-line: #dbe5d4;
  --s-deep: #28372b;
  --s-deep-2: #3f4d41;
  --s-blue: #6f795f;
  --s-violet: #afc184;
  --s-cyan: #91ab72;
  --s-green: #d9f294;
  --s-amber: #d98b17;
  --s-red: #d95757;
  --s-radius: 1rem;
  --s-shadow: 0 18px 55px rgba(40, 55, 43, .09);
  --s-max: 1180px;
  color: var(--s-ink);
  line-height: 1.65;
  background: var(--s-bg);
}
    .sotmw .wrap { width: min(var(--s-max), calc(100% - 36px)); margin: 0 auto; }
    .sotmw .hero {
      position: relative;
      padding: 76px 0 46px;
      color: #fff;
      background:
        radial-gradient(circle at 88% 8%, rgba(217, 242, 148, .32), transparent 32%),
        radial-gradient(circle at 18% 88%, rgba(111, 121, 95, .42), transparent 34%),
        linear-gradient(135deg, #28372b 0%, #3f4d41 52%, #455346 100%);
    }
    .sotmw .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: .18;
      background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
      background-size: 54px 54px;
      mask-image: linear-gradient(to bottom, #000, transparent 90%);
    }
    .sotmw .hero-inner { position: relative; z-index: 1; max-width: 970px; }
    .sotmw .hero h1 { color: #fff; }
    .sotmw .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 7px 12px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.18);
      background: rgba(255,255,255,.07);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
    }
    .sotmw .eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: #d9f294; box-shadow: 0 0 0 5px rgba(217,242,148,.16); }
    .sotmw h1 {
      margin: 24px 0 18px;
      max-width: 900px;
      font-size: clamp(2.4rem, 5.6vw, 4.15rem);
      line-height: .99;
      letter-spacing: -.055em;
      font-weight: 800;
    }
    .sotmw .dek { max-width: 850px; margin: 0; color: #c7d4bb; font-size: clamp(19px, 2.2vw, 26px); line-height: 1.45; }
    .sotmw .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
    .sotmw .s-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      min-height: 46px;
      padding: 0 17px;
      border-radius: 13px;
      border: 1px solid transparent;
      font: inherit;
      font-weight: 700;
      text-decoration: none;
      cursor: pointer;
      transition: transform .2s ease, border-color .2s ease, background .2s ease;
    }
    .sotmw .s-btn:hover { transform: translateY(-1px); }
    .sotmw .s-btn:focus-visible { outline: 2px solid #d9f294; outline-offset: 3px; }
    .sotmw .s-btn-primary { background: #fff; color: #28372b; }
    .sotmw .s-btn-ghost { color: #fff; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.18); }
    .sotmw .s-btn-soft { background: #edf3e2; color: #6f795f; border-color: #dbe5d4; }
    .sotmw .research-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 22px;
    }
    .sotmw .research-meta span {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 11px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.07);
      color: #c7d4bb;
      font-size: 12px;
      line-height: 1.3;
    }
    .sotmw .research-meta strong { color: #fff; font-weight: 700; }
    .sotmw .copy-status--hero { min-height: 0; margin-top: 10px; color: #9eaa94; font-size: 13px; }

    .sotmw .metric-strip {
      position: relative;
      z-index: 3;
      margin-top: -1px;
      background: #fff;
      border-bottom: 1px solid var(--s-line);
    }
    .sotmw .metric-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 1px;
      background: var(--s-line);
    }
    .sotmw .metric {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 27px 22px 25px;
      min-width: 0;
      background: #fff;
    }
    .sotmw .metric-number { font-size: clamp(28px, 3vw, 42px); font-weight: 800; line-height: 1; letter-spacing: -.04em; }
    .sotmw .metric-label { margin-top: 8px; color: #596752; font-size: 13px; line-height: 1.45; overflow-wrap: anywhere; }
    .sotmw .metric small { display: block; margin-top: 8px; color: #65715f; font-size: 12px; font-variant-numeric: tabular-nums; }
    .sotmw .metric .pill { margin-top: 12px; }
    .sotmw .metric--primary {
      position: relative;
      overflow: visible;
      background: linear-gradient(180deg, #f4f8ee 0%, #fff 100%);
    }
    .sotmw .metric--primary .metric-number { color: var(--s-blue); }
    .sotmw .metric-tip-wrap { position: relative; margin-top: 12px; }
    .sotmw .metric-tip-trigger {
      padding: 0;
      border: 0;
      background: none;
      cursor: help;
      font: inherit;
    }
    .sotmw .metric-tip-trigger .pill { margin-top: 0; }
    .sotmw .metric-tip-trigger:focus-visible { outline: none; }
    .sotmw .metric-tip-trigger:focus-visible .pill {
      outline: 2px solid var(--s-blue);
      outline-offset: 2px;
    }
    .sotmw .metric-tip {
      position: absolute;
      left: 0;
      top: calc(100% + 8px);
      z-index: 8;
      width: min(22rem, calc(100vw - 48px));
      padding: 12px 14px;
      border-radius: 12px;
      background: #28372b;
      color: #edf3e2;
      font-size: 13px;
      line-height: 1.45;
      box-shadow: 0 12px 32px rgba(40, 55, 43, .22);
    }
    .sotmw .metric-tip p { margin: 0; color: inherit; font-size: inherit; }
    .sotmw .metric-tip a { color: #d9f294; font-weight: 700; text-underline-offset: 3px; }
    .sotmw .metric-tip a:hover { text-decoration: underline; }
    .sotmw .metric-strip,
    .sotmw .metric-grid { overflow: visible; }

    .sotmw .page-grid { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 42px; align-items: start; padding: 48px 0 86px; }
    .sotmw .toc { position: sticky; top: 5.75rem; font-size: 13px; }
    .sotmw .toc-panel { margin: 0; }
    .sotmw .toc summary {
      display: none;
      cursor: pointer;
      list-style: none;
      color: #475547;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .06em;
      text-transform: uppercase;
    }
    .sotmw .toc summary::-webkit-details-marker { display: none; }
    .sotmw .toc a { display: block; padding: 7px 0; color: #65715f; text-decoration: none; border-left: 2px solid transparent; padding-left: 12px; }
    .sotmw .toc a:hover, .sotmw .toc a.active { color: #6f795f; border-left-color: var(--s-blue); }
    .sotmw .toc a[aria-current="location"] { color: #6f795f; border-left-color: var(--s-blue); }
    .sotmw .toc a:focus-visible { outline: 2px solid var(--s-blue); outline-offset: 2px; border-radius: 4px; }
    .sotmw .article { min-width: 0; }
    .sotmw .article > section { scroll-margin-top: 6rem; margin-bottom: 76px; }
    .sotmw .article h2 { margin: 0 0 16px; font-size: clamp(30px, 4vw, 46px); line-height: 1.07; letter-spacing: -.04em; }
    .sotmw .article h3 { margin: 32px 0 10px; font-size: 22px; line-height: 1.25; letter-spacing: -.02em; }
    .sotmw .article h4 { margin: 10px 0 8px; font-size: 20px; line-height: 1.25; letter-spacing: -.02em; }
    .sotmw .article p { margin: 0 0 18px; color: #475547; font-size: 17px; }
    .sotmw .lead { color: #3f4d41 !important; font-size: 20px !important; line-height: 1.55; }
    .sotmw .fine { font-size: 13px !important; color: #7c8974 !important; }
    .sotmw .kicker { margin-bottom: 9px; color: #6f795f; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

    .sotmw .short-version {
      padding: 28px;
      border: 1px solid #dbe5d4;
      border-radius: var(--s-radius);
      background: linear-gradient(135deg, #fff 0%, #f4f8ee 100%);
      box-shadow: var(--s-shadow);
    }
    .sotmw .short-version ol { margin: 16px 0 0; padding: 0; list-style: none; counter-reset: findings; display: grid; gap: 13px; }
    @media (min-width: 1100px) {
      .sotmw .short-version ol { grid-template-columns: 1fr 1fr; column-gap: 22px; }
    }
    .sotmw .short-version li { position: relative; padding-left: 42px; color: #475547; counter-increment: findings; }
    .sotmw .short-version li::before {
      content: counter(findings);
      position: absolute; left: 0; top: 0;
      width: 28px; height: 28px; border-radius: 9px;
      display: grid; place-items: center;
      background: #edf3e2; color: #6f795f; font-weight: 800; font-size: 12px;
    }
    .sotmw .short-version b { color: #28372b; }

    .sotmw .quote-stat {
      margin: 26px 0;
      padding: 26px 28px;
      border-radius: 18px;
      background: var(--s-deep);
      color: #fff;
      box-shadow: 0 18px 45px rgba(40,55,43,.16);
    }
    .sotmw .quote-stat .big { font-size: clamp(42px, 6vw, 68px); font-weight: 800; line-height: 1; letter-spacing: -.055em; }
    .sotmw .quote-stat p { margin: 10px 0 0; color: #c7d4bb; }
    .sotmw .quote-stat small { display: block; margin-top: 10px; color: #9eaa94; }

    .sotmw .callout {
      margin: 24px 0;
      padding: 20px 22px;
      border-radius: 17px;
      border: 1px solid #dbe5d4;
      background: #fff;
    }
    .sotmw .callout strong { color: #28372b; }
    .sotmw .callout.info { border-left: 4px solid var(--s-blue); }
    .sotmw .callout.caution { border-left: 4px solid var(--s-amber); background: #fffaf2; }

    .sotmw .chart-card {
      margin: 28px 0;
      overflow: visible;
      border: 1px solid var(--s-line);
      border-radius: var(--s-radius);
      background: var(--s-card);
      box-shadow: var(--s-shadow);
    }
    .sotmw .chart-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 22px 24px 18px; border-bottom: 1px solid #edf3e2; }
    .sotmw .chart-head h3 { margin: 0; font-size: 20px; }
    .sotmw .chart-head p { margin: 5px 0 0; font-size: 13px; color: #7c8974; }
    .sotmw .chart-tabs { display: flex; flex-wrap: wrap; gap: 7px; }
    .sotmw .chart-tab { padding: 8px 10px; border: 1px solid #dbe5d4; border-radius: 10px; background: #fff; color: #65715f; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
    .sotmw .chart-tab:focus-visible { outline: 2px solid var(--s-blue); outline-offset: 2px; }
    .sotmw .chart-tab[aria-selected="true"] { border-color: #afc184; background: #edf3e2; color: #6f795f; }
    .sotmw .chart-body { padding: 25px 24px 18px; min-height: 0; }
    .sotmw .bars { display: grid; gap: 15px; }
    .sotmw .bar-row { display: grid; grid-template-columns: minmax(0, 12.5rem) minmax(3rem, 1fr) max-content; gap: 12px 13px; align-items: center; }
    .sotmw .bar-label { font-size: 13px; font-weight: 650; color: #475547; overflow-wrap: anywhere; }
    .sotmw .bar-track { position: relative; min-width: 0; height: 22px; border-radius: 999px; background: #edf3e2; overflow: hidden; }
    .sotmw .bar-fill { height: 100%; width: 0; border-radius: inherit; background: linear-gradient(90deg, var(--s-blue), var(--s-violet)); transition: width .6s cubic-bezier(.2,.7,.2,1); }
    .sotmw .bar-fill.green { background: linear-gradient(90deg, #6f795f, #91ab72); }
    .sotmw .bar-fill.cyan { background: linear-gradient(90deg, #6f8a63, #91ab72); }
    .sotmw .bar-fill.amber { background: linear-gradient(90deg, #c87b13, #e5a229); }
    .sotmw .bar-value { text-align: right; font-size: 13px; font-weight: 700; color: #3f4d41; white-space: nowrap; font-variant-numeric: tabular-nums; }
    .sotmw .chart-foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; padding: 13px 24px 16px; border-top: 1px solid #edf3e2; color: #7c8974; font-size: 11px; }
    .sotmw .data-details { margin-top: 14px; }
    .sotmw details > summary { cursor: pointer; font-weight: 700; color: #475547; }

    .sotmw .table-wrap { margin: 24px 0; overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--s-line); border-radius: 16px; background: #fff; }
    .sotmw table { width: 100%; border-collapse: collapse; min-width: 720px; font-size: 14px; }
    .sotmw th, .sotmw td { padding: 14px 16px; border-bottom: 1px solid #edf3e2; vertical-align: top; text-align: left; }
    .sotmw th { background: #f8faf5; color: #475547; font-size: 12px; letter-spacing: .03em; text-transform: uppercase; }
    .sotmw td { color: #596752; }
    .sotmw tr:last-child td { border-bottom: 0; }
    .sotmw .num { font-variant-numeric: tabular-nums; font-weight: 700; color: #3f4d41; }

    .sotmw .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 25px 0; }
    .sotmw .mini-card { padding: 22px; border: 1px solid var(--s-line); border-radius: 17px; background: #fff; }
    .sotmw .mini-card h3 { margin: 0 0 8px; font-size: 18px; }
    .sotmw .mini-card p:last-child { margin-bottom: 0; }

    .sotmw .benchmark {
      margin: 30px 0;
      border: 1px solid #dbe5d4;
      border-radius: var(--s-radius);
      background: #fff;
      overflow: hidden;
      box-shadow: var(--s-shadow);
    }
    .sotmw .benchmark-head { padding: 24px; background: linear-gradient(135deg, #28372b, #3f4d41); color: #fff; }
    .sotmw .benchmark-head h3 { margin: 0 0 6px; }
    .sotmw .benchmark-head p { margin: 0; color: #c7d4bb; font-size: 14px; }
    .sotmw .benchmark-summary { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 12px; padding: 20px 24px; border-bottom: 1px solid #edf3e2; }
    .sotmw .benchmark-count { font-size: 30px; font-weight: 800; letter-spacing: -.03em; }
    .sotmw .benchmark-list { padding: 8px 24px 18px; }
    .sotmw .check-row { display: grid; grid-template-columns: 24px minmax(0,1fr) 94px; gap: 12px; align-items: start; padding: 14px 0; border-bottom: 1px solid #edf3e2; }
    .sotmw .check-row:last-child { border-bottom: 0; }
    .sotmw .check-row input { width: 19px; height: 19px; margin-top: 2px; accent-color: var(--s-blue); }
    .sotmw .check-row label { cursor: pointer; color: #475547; }
    .sotmw .check-row label span { display: block; margin-top: 3px; color: #7c8974; font-size: 12px; }
    .sotmw .benchmark-rate { text-align: right; font-size: 12px; font-weight: 700; color: #6f795f; }

    .sotmw .method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 20px 0; }
    .sotmw .method-card { padding: 19px; border-radius: 15px; border: 1px solid var(--s-line); background: #fff; }
    .sotmw .method-card b { display: block; font-size: 22px; letter-spacing: -.03em; }
    .sotmw .method-card span { color: #7c8974; font-size: 12px; }

    .sotmw .source-box {
      padding: 26px;
      border-radius: var(--s-radius);
      color: #e1ead8;
      background: linear-gradient(135deg, #28372b, #3f4d41);
    }
    .sotmw .source-box h2, .sotmw .source-box h3 { color: #fff; }
    .sotmw .source-box p { color: #c7d4bb; }
    .sotmw .source-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
    .sotmw .source-files {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      margin: 20px 0 8px;
    }
    .sotmw .source-file {
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding: 18px 18px 16px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 16px;
      background: rgba(255,255,255,.05);
    }
    .sotmw .source-file h3 { margin: 0; font-size: 18px; }
    .sotmw .source-file p { margin: 0; }
    .sotmw .source-file .s-btn { align-self: flex-start; margin-top: 4px; }
    .sotmw .source-file .fine { color: #9eaa94 !important; }
    .sotmw code { padding: 2px 6px; border-radius: 6px; background: #edf3e2; color: #3f4d41; font-size: .92em; }
    .sotmw .source-box code { background: rgba(255,255,255,.08); color: #e8f4cf; }
    .sotmw .hash { overflow-wrap: anywhere; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; color: #9eaa94; }
    .sotmw .copy-status { min-height: 20px; color: #9eaa94; font-size: 12px; }

    .sotmw .footnotes { padding-top: 16px; border-top: 1px solid var(--s-line); color: #65715f; font-size: 13px; }
    .sotmw .external { color: #6f795f; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
    .sotmw .pill { display: inline-flex; padding: 4px 8px; border-radius: 999px; background: #edf3e2; color: #6f795f; font-size: 11px; font-weight: 700; }
    .sotmw .gmws {
      position: relative;
      color: inherit;
      text-decoration: none;
      border-bottom: 1px dotted var(--s-blue);
      cursor: help;
    }
    .sotmw .gmws:focus-visible {
      outline: 2px solid var(--s-blue);
      outline-offset: 2px;
      border-radius: 2px;
    }
    .sotmw .gmws::after {
      content: attr(data-tip);
      position: absolute;
      left: 50%;
      top: calc(100% + 9px);
      transform: translateX(-50%);
      z-index: 6;
      width: max-content;
      max-width: min(17rem, 72vw);
      padding: 7px 10px;
      border-radius: 8px;
      background: #28372b;
      color: #fff;
      font-size: 12px;
      font-weight: 650;
      line-height: 1.35;
      letter-spacing: 0;
      text-transform: none;
      white-space: normal;
      opacity: 0;
      pointer-events: none;
      box-shadow: 0 10px 24px rgba(40, 55, 43, .22);
    }
    .sotmw .gmws::before {
      content: "";
      position: absolute;
      left: 50%;
      top: calc(100% + 3px);
      z-index: 6;
      width: 8px;
      height: 8px;
      background: #28372b;
      transform: translateX(-50%) rotate(45deg);
      opacity: 0;
      pointer-events: none;
    }
    .sotmw .gmws:hover::after,
    .sotmw .gmws:hover::before,
    .sotmw .gmws:focus-visible::after,
    .sotmw .gmws:focus-visible::before,
    .sotmw .gmws.is-open::after,
    .sotmw .gmws.is-open::before { opacity: 1; }
    .sotmw .gmws.is-closed::after,
    .sotmw .gmws.is-closed::before { opacity: 0 !important; }

    .sotmw .robustness-chart .chart-body {
      min-height: 0;
      display: grid;
      gap: 18px;
    }
    .sotmw .robustness-bars .bar-row {
      grid-template-columns: minmax(0, 14.5rem) minmax(3rem, 1fr) max-content;
      padding: 8px 10px;
      margin: 0 -10px;
      border-radius: 12px;
      cursor: pointer;
    }
    .sotmw .robustness-row:hover { background: #f8faf5; }
    .sotmw .robustness-row.is-selected { background: #edf3e2; }
    .sotmw .robustness-row.is-primary .bar-label { font-weight: 800; color: #28372b; }
    .sotmw .robustness-row:not(.is-primary) .bar-fill { filter: saturate(.82); }
    .sotmw .robustness-row:focus-visible {
      outline: 2px solid var(--s-blue);
      outline-offset: 2px;
    }
    .sotmw .robustness-detail {
      padding: 16px 18px;
      border: 1px solid #dbe5d4;
      border-radius: 14px;
      background: #f8faf5;
    }
    .sotmw .robustness-detail p { margin: 0; font-size: 15px; }
    .sotmw .robustness-detail-kicker { margin-bottom: 8px; }
    .sotmw .robustness-detail-title { margin: 4px 0 0; font-weight: 800; color: #28372b; }
    .sotmw .robustness-detail-rate {
      margin: 6px 0 4px;
      font-size: clamp(28px, 4vw, 40px);
      font-weight: 800;
      letter-spacing: -.04em;
      color: #28372b;
      line-height: 1;
    }
    .sotmw .table-wrap--fit table { min-width: 560px; }
    .sotmw .table-wrap--fit tbody tr { cursor: pointer; }
    .sotmw .example-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
      margin: 22px 0;
    }
    .sotmw .example-card .pill { margin-bottom: 2px; }
    .sotmw .example-card h4 { margin-top: 10px; }

    @media (max-width: 1100px) {
      .sotmw .metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .sotmw .metric--primary { grid-column: 1 / -1; order: -1; }
    }
    @media (max-width: 980px) {
      .sotmw .page-grid { grid-template-columns: 1fr; }
      .sotmw .toc {
        position: static;
        border: 1px solid var(--s-line);
        border-radius: 16px;
        background: #fff;
      }
      .sotmw .toc summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 14px 16px;
      }
      .sotmw .toc summary::after {
        content: "";
        width: 8px;
        height: 8px;
        border-right: 2px solid #65715f;
        border-bottom: 2px solid #65715f;
        transform: rotate(45deg);
        transition: transform .2s ease;
      }
      .sotmw .toc-panel[open] summary::after { transform: rotate(225deg); margin-top: 4px; }
      .sotmw .toc-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 8px;
        padding: 0 8px 12px;
      }
      .sotmw .method-grid { grid-template-columns: 1fr 1fr; }
      .sotmw .source-files { grid-template-columns: 1fr; }
      .sotmw .example-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 720px) {
      .sotmw .table-wrap:not(.table-wrap--fit)::after {
        content: "Swipe to see all columns →";
        display: block;
        padding: 8px 16px 12px;
        color: #7c8974;
        font-size: 12px;
      }
    }
    @media (max-width: 680px) {
      .sotmw .wrap { width: min(100% - 24px, var(--s-max)); }
      .sotmw .hero { padding: 2.75rem 0 2rem; }
      .sotmw .metric { padding: 20px 17px; }
      .sotmw .two-col, .sotmw .method-grid, .sotmw .source-files { grid-template-columns: 1fr; }
      .sotmw .toc-links { grid-template-columns: 1fr; }
      .sotmw .bar-row,
      .sotmw .robustness-bars .bar-row { grid-template-columns: 1fr; gap: 6px; }
      .sotmw .bar-value { text-align: left; }
      .sotmw .chart-head { flex-direction: column; }
      .sotmw .check-row { grid-template-columns: 24px minmax(0,1fr); }
      .sotmw .benchmark-rate { grid-column: 2; text-align: left; }
    }
    @media (max-width: 540px) {
      .sotmw .metric-grid { grid-template-columns: 1fr; }
      .sotmw .metric--primary { grid-column: auto; }
    }
    @media (prefers-reduced-motion: reduce) {
      .sotmw .s-btn,
      .sotmw .bar-fill,
      .sotmw .toc summary::after { transition: none; }
    }
    @media print {
      body { background: #fff; }
      .sotmw .hero { background: #28372b !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
      .sotmw .toc, .sotmw .chart-tabs, .sotmw .benchmark, .sotmw .hero-actions { display: none !important; }
      .sotmw .page-grid { display: block; }
      .sotmw .article > section { break-inside: avoid; }
      .sotmw .chart-card, .sotmw .short-version { box-shadow: none; }
    }

.sotmw .s-btn-primary:hover { background: #fff; color: var(--s-deep); }
.sotmw .article a:not(.s-btn):not(.external) {
  color: var(--s-blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.research-article-crumbs {
  width: min(1180px, calc(100% - 36px));
  margin: 1.15rem auto 0.85rem;
}
.research-article-followup {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 3.5rem;
}
.research-papers {
  margin: 0 0 var(--spacing-xl, 3rem);
}
.research-papers .blog-card--featured {
  grid-template-columns: 1fr;
  min-height: 0;
}
@media print {
  .header, .footer, .research-article-crumbs, .research-article-followup { display: none !important; }
}
