:root {
  color-scheme: light;
  --paper: #f7f8f4;
  --white: #fff;
  --ink: #111313;
  --muted: #5e6464;
  --line: #b9c0bd;
  --blue: #1557ff;
  --blue-wash: #dce5ff;
  --red: #c8321e;
  --red-wash: #ffe0da;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Source Sans 3", "Helvetica Neue", sans-serif;
  --wide: min(1480px, calc(100% - 64px));
  --read: min(760px, calc(100% - 40px));
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --paper: #0f1211;
  --white: #191d1b;
  --ink: #f3f5ef;
  --muted: #b3bbb7;
  --line: #5b6560;
  --blue: #88a7ff;
  --blue-wash: #1b2b50;
  --red: #ff927f;
  --red-wash: #49251f;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --paper: #0f1211;
    --white: #191d1b;
    --ink: #f3f5ef;
    --muted: #b3bbb7;
    --line: #5b6560;
    --blue: #88a7ff;
    --blue-wash: #1b2b50;
    --red: #ff927f;
    --red-wash: #49251f;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 18px/1.58 var(--body); text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1.5px; text-underline-offset: .2em; }
a:hover { color: var(--blue); }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; background: var(--ink); color: var(--white); transform: translateY(-180%); }
.skip-link:focus { transform: none; }

.masthead { width: var(--wide); min-height: 104px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid var(--ink); }
.brand { display: inline-flex; min-height: 44px; align-items: center; gap: 12px; font: 800 22px/.82 var(--display); letter-spacing: -.02em; text-transform: uppercase; text-decoration: none; }
.brand:hover { color: var(--ink); }
.brand-mark { width: 42px; height: 42px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 3; }
.masthead-tools { display: flex; align-items: center; gap: 18px; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); font: 700 16px/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.site-nav a { display: inline-flex; min-height: 44px; align-items: center; text-decoration: none; border-bottom: 2px solid transparent; padding: 8px 0; }
.site-nav a:hover { border-color: var(--red); color: var(--ink); }
.site-nav a[aria-current="page"] { border-color: var(--red); color: var(--ink); }
.nav-toggle { display: none; min-height: 44px; border: 2px solid var(--ink); background: transparent; padding: 9px 13px; color: var(--ink); font: 700 16px/1 var(--display); text-transform: uppercase; cursor: pointer; }
.theme-toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 10px; border: 1px solid var(--ink); background: transparent; color: var(--ink); font: 700 14px/1 var(--display); letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.theme-toggle:hover { border-color: var(--blue); color: var(--blue); }
.theme-icon { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: square; stroke-width: 1.8; }
.theme-icon-sun, .theme-icon-moon { display: none; }
:root:not([data-resolved-theme="dark"]) .theme-icon-moon { display: block; }
:root[data-resolved-theme="dark"] .theme-icon-sun { display: block; }

main { overflow: hidden; }
.hero { width: var(--wide); min-height: min(780px, calc(100vh - 104px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(460px, .9fr); align-items: center; gap: clamp(28px, 4vw, 64px); padding: 64px 0 88px; }
.hero-image { --frame-transform: rotate(-.45deg); position: relative; align-self: stretch; min-height: 560px; margin-left: -5vw; background: var(--blue-wash); border: 3px solid var(--ink); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.03); }
.hero-image.is-editorial-diagram { align-self: center; min-height: 0; aspect-ratio: 15 / 7; }
.hero-image.is-editorial-diagram img { object-fit: contain; }
.hero-copy { position: relative; z-index: 2; }
.evidence-label { margin: 0 0 18px; font: 700 14px/1.15 var(--display); letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--display); line-height: .94; text-wrap: balance; }
.hero h1 { max-width: 720px; font-size: clamp(62px, 6vw, 98px); font-weight: 700; letter-spacing: -.045em; }
.dek { max-width: 680px; margin: 30px 0; font-size: clamp(21px, 2vw, 28px); line-height: 1.38; }
.read-link { display: inline-flex; min-height: 44px; gap: 26px; align-items: center; padding: 15px 0 10px; border-bottom: 4px solid var(--red); font: 700 18px/1 var(--display); letter-spacing: .04em; text-transform: uppercase; text-decoration: none; }
.link-arrow { width: 32px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .18s ease; }
.read-link:hover .link-arrow { transform: translateX(5px); }
.read-link.inverse { color: var(--white); }

.frame { position: relative; opacity: 1; transform: var(--frame-transform, none); transition: opacity .5s ease, transform .5s ease; }
.frame.is-awaiting-reveal { opacity: .65; transform: var(--frame-transform, none) translateY(14px); }
.frame-visible { opacity: 1; transform: var(--frame-transform, none); }
.crop { position: absolute; z-index: 4; width: 28px; height: 28px; pointer-events: none; }
.crop::before, .crop::after { content: ""; position: absolute; background: var(--ink); }
.crop::before { width: 28px; height: 2px; }
.crop::after { width: 2px; height: 28px; }
.crop-a { top: -12px; left: -12px; }
.crop-b { right: -12px; bottom: -12px; transform: rotate(180deg); }

.section-heading h2 { font-size: clamp(46px, 5vw, 72px); max-width: 750px; }

.latest-block, .pattern-pair, .index-list, .pattern-index { width: var(--wide); margin: 0 auto; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.5fr) auto; align-items: end; gap: 30px; margin-bottom: 56px; }
.section-heading > a { display: inline-flex; min-height: 44px; align-items: center; padding-bottom: 8px; font: 700 16px/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.game-strip { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 6vw, 100px); align-items: center; padding: 48px 0; border-top: 1px solid var(--line); }
.game-strip:nth-child(odd) .strip-image { --frame-transform: rotate(.45deg); }
.strip-image { min-height: 280px; overflow: visible; border: 2px solid var(--ink); background: var(--white); text-decoration: none; }
.strip-image img { width: 100%; height: 280px; object-fit: cover; }
.strip-copy h2 { font-size: clamp(38px, 4vw, 66px); margin-bottom: 20px; }
.strip-copy h2 a, .pattern-index h2 a, .pattern-pair h3 a { text-decoration: none; }
.strip-copy > p { max-width: 800px; font-size: 18px; }
.strip-meta { display: flex; flex-wrap: wrap; gap: 6px 24px; margin-top: 22px; color: var(--muted); font-size: 15px; }
.strip-meta .evidence-label { margin: 0; color: var(--blue); font-size: 13px; }
.strip-meta span + span::before { content: "/"; margin-right: 24px; color: var(--red); }
.evidence-label { display: inline-block; margin-bottom: 14px; color: var(--blue); }

.weekly-question { margin: 112px 0; padding: 96px max(32px, calc((100vw - 1480px) / 2)); background: var(--ink); color: var(--white); position: relative; }
.weekly-question h2 { max-width: 1100px; font-size: clamp(60px, 8vw, 128px); }
.weekly-question > p { max-width: 620px; margin: 30px 0; font-size: 22px; }
.pattern-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 120px; }
.pattern-pair .section-heading { grid-column: 1 / -1; grid-template-columns: 1fr; }
.pattern-pair article { min-height: 360px; padding: 44px 7vw 44px 0; border-top: 2px solid var(--ink); }
.pattern-pair article:nth-of-type(even) { padding-left: 7vw; padding-right: 0; border-left: 2px solid var(--ink); }
.pattern-pair h3 { margin: 0 0 22px; font-size: clamp(46px, 5vw, 72px); }

.index-hero { width: var(--wide); min-height: 420px; margin: 0 auto; padding: 86px 0 72px; display: grid; grid-template-columns: .6fr 1.4fr; align-content: end; column-gap: 6vw; border-bottom: 3px solid var(--ink); }
.index-hero h1 { grid-column: 1 / -1; font-size: clamp(84px, 12vw, 180px); letter-spacing: -.045em; }
.index-hero > p:last-child { grid-column: 2; max-width: 700px; margin: 34px 0 0; font-size: 22px; }
.index-list { margin-bottom: 100px; }

.article-hero { width: var(--wide); margin: 0 auto; padding: 72px 0 56px; }
.article-title { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(340px, .7fr); column-gap: 6vw; align-items: end; margin-bottom: 62px; }
.article-title h1 { max-width: 16ch; font-size: clamp(60px, 7vw, 96px); letter-spacing: -.035em; text-wrap: balance; }
.article-title .dek { align-self: end; margin: 0 0 10px; }
.byline { grid-column: 1 / -1; display: flex; gap: 30px; margin-top: 32px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 15px; }
.coverage-line { color: var(--blue); font: 700 14px/1.2 var(--display); letter-spacing: .06em; text-transform: uppercase; }
.article-hero figure { margin: 0; border: 3px solid var(--ink); background: var(--white); }
.article-hero figure img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.article-hero figure.is-editorial-diagram img { height: auto; max-height: none; object-fit: contain; }
.article-hero figcaption { padding: 10px 14px; color: var(--muted); font-size: 14px; border-top: 2px solid var(--ink); }
.article-grid { width: min(860px, calc(100% - 64px)); margin: 0 auto 120px; }
.prose-section { padding: 76px 0 62px; border-top: 1px solid var(--line); }
.prose-section:first-child { border-top: 0; }
.prose-section.is-lead { padding-top: 20px; }
.prose-section.is-lead p:first-child { font-size: clamp(24px, 2.5vw, 30px); line-height: 1.5; }
.prose-section h2 { max-width: 14ch; margin-bottom: 34px; font-size: clamp(44px, 5vw, 66px); letter-spacing: -.025em; text-wrap: balance; }
.prose-section p { margin: 0 0 1.25em; font-size: 20px; line-height: 1.72; }
.source-note { margin: 50px 0 80px; padding: 40px 0; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); }
.source-note h2 { margin-bottom: 22px; font-size: 38px; }
.source-note p { margin: 0 0 18px; color: var(--muted); }
.source-note ul { margin: 0; padding-left: 20px; }
.source-note li + li { margin-top: 8px; }
.source-session { max-width: 680px; }
.store-callout { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin: 70px 0 0; padding: 42px 0; border-top: 4px solid var(--ink); border-bottom: 4px solid var(--ink); }
.store-callout h2 { font-size: 44px; }
.store-callout p { margin-bottom: 0; }
.store-callout > a { flex: 0 0 auto; padding: 16px 18px; background: var(--ink); color: var(--white); font: 700 17px/1 var(--display); text-decoration: none; text-transform: uppercase; }
.store-callout > a:hover { background: var(--blue); }

.pattern-index { margin-bottom: 120px; }
.pattern-index article { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 7vw; padding: 70px 0; border-bottom: 2px solid var(--ink); }
.pattern-image { border: 2px solid var(--ink); }
.pattern-image img { width: 100%; height: 420px; object-fit: cover; }
.pattern-image.is-editorial-diagram img { height: auto; object-fit: contain; }
.pattern-index h2 { margin: 12px 0 24px; font-size: clamp(52px, 6vw, 90px); }
.game-names { color: var(--muted); font: 700 16px/1.2 var(--display); letter-spacing: .05em; text-transform: uppercase; }

.trust-hero { min-height: 360px; }
.trust-body { width: var(--read); margin: 80px auto 120px; }
.trust-body h2 { margin: 60px 0 20px; font-size: 46px; }
.trust-body p { font-size: 20px; }
.contact-email { font: 700 clamp(32px, 6vw, 70px)/1 var(--display); overflow-wrap: anywhere; }
.not-found { width: var(--wide); min-height: 70vh; padding: 14vh 0; }
.not-found h1 { max-width: 900px; font-size: clamp(84px, 12vw, 180px); }
.not-found p { max-width: 600px; margin: 34px 0; font-size: 22px; }

.tool-pin { width: var(--wide); margin: 24px auto 0; padding: 22px 0 26px; display: grid; grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr) auto; gap: 28px; align-items: center; border-top: 5px solid var(--red); border-bottom: 1px solid var(--line); }
.tool-pin-media { display: block; border: 1px solid var(--ink); overflow: hidden; background: var(--soft); }
.tool-pin-media img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
.tool-pin-copy > p:last-child { max-width: 700px; margin-top: 8px; color: var(--muted); }
.tool-pin-actions { display: grid; gap: 12px; justify-items: start; }
.tool-pin-download { color: var(--ink); font-family: var(--display); font-size: 16px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.tool-pin h2 { max-width: 900px; font-size: clamp(30px, 3.2vw, 48px); }
.tool-pin .evidence-label { color: var(--red); }
.tool-pin .read-link { white-space: nowrap; }
.tool-article { width: var(--wide); margin: 0 auto 120px; }
.tool-hero { min-height: calc(100vh - 104px); padding: 70px 0 84px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); gap: clamp(36px, 5vw, 80px); align-items: center; border-bottom: 3px solid var(--ink); }
.tool-hero-copy h1 { font-size: clamp(66px, 7.8vw, 126px); letter-spacing: -.045em; }
.tool-hero-copy .dek { font-size: clamp(20px, 1.7vw, 25px); }
.tool-hero figure, .tool-inline-figure { margin: 0; border: 3px solid var(--ink); background: var(--white); }
.tool-hero figure { transform: rotate(.35deg); }
.tool-hero figure img, .tool-inline-figure img { width: 100%; height: auto; }
.tool-hero figcaption, .tool-inline-figure figcaption { padding: 10px 14px; color: var(--muted); font-size: 14px; border-top: 2px solid var(--ink); }
.tool-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 20px; }
.tool-button { display: inline-flex; flex-direction: column; justify-content: center; min-height: 58px; padding: 12px 17px; border: 2px solid var(--ink); font: 700 16px/1.1 var(--display); letter-spacing: .04em; text-transform: uppercase; text-decoration: none; }
.tool-button.primary { background: var(--ink); color: var(--white); }
.tool-button:hover { border-color: var(--blue); background: var(--blue); color: var(--white); }
.tool-button span { margin-top: 5px; font: 500 12px/1 var(--body); letter-spacing: .03em; text-transform: none; }
.tool-facts { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.tool-facts li { padding: 5px 8px; border: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.tool-warning, .tool-note { margin: 24px 0 0; padding: 18px 20px; background: var(--red-wash); border-left: 6px solid var(--red); }
.tool-toc { position: sticky; z-index: 8; top: 0; display: flex; gap: 18px 28px; align-items: center; margin: 0 calc(50% - 50vw); padding: 14px max(32px, calc((100vw - 1480px) / 2)); overflow-x: auto; background: var(--paper); border-bottom: 2px solid var(--ink); font: 700 13px/1 var(--display); letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.tool-toc strong { color: var(--red); }
.tool-toc a { text-decoration: none; }
.tool-reading { width: min(100%, 980px); margin: 0 auto; }
.tool-reading > section { padding: 92px 0 76px; border-bottom: 2px solid var(--ink); }
.tool-reading > section > h2 { max-width: 860px; margin-bottom: 34px; font-size: clamp(52px, 6vw, 88px); letter-spacing: -.025em; }
.tool-reading > section > h3 { margin: 46px 0 18px; font-size: 34px; }
.tool-reading > section > p, .tool-reading li p { font-size: 20px; line-height: 1.7; }
.tool-reading code { overflow-wrap: anywhere; }
.tool-reading pre { margin: 34px 0; padding: 26px; overflow-x: auto; background: var(--ink); color: var(--white); border-left: 7px solid var(--blue); font-size: 15px; line-height: 1.6; }
.tool-split { display: grid; grid-template-columns: 1fr 1fr; border: 2px solid var(--ink); }
.tool-split > div { padding: 34px; }
.tool-split > div + div { border-left: 2px solid var(--ink); }
.tool-split h3, .tool-downloads h3, .tool-release h3 { margin: 0 0 20px; font-size: 36px; }
.tool-split li, .tool-release li { margin: 10px 0; }
.tool-downloads { display: grid; grid-template-columns: repeat(3, 1fr); margin: 32px 0; border: 2px solid var(--ink); }
.tool-downloads article { display: flex; flex-direction: column; padding: 28px; }
.tool-downloads article + article { border-left: 2px solid var(--ink); }
.tool-downloads article > p:not(.evidence-label) { flex: 1; }
.tool-downloads article > a { display: block; margin-top: 24px; padding: 14px; background: var(--ink); color: var(--white); font: 700 15px/1 var(--display); text-align: center; text-decoration: none; text-transform: uppercase; }
.tool-downloads article > a:hover { background: var(--blue); }
.tool-steps { margin: 34px 0; padding: 0; list-style: none; counter-reset: tool-step; border-top: 2px solid var(--ink); }
.tool-steps > li { position: relative; min-height: 116px; padding: 26px 10px 24px 86px; border-bottom: 1px solid var(--line); counter-increment: tool-step; }
.tool-steps > li::before { content: counter(tool-step, decimal-leading-zero); position: absolute; top: 23px; left: 0; color: var(--red); font: 700 38px/1 var(--display); }
.tool-steps strong { display: block; font: 700 26px/1.1 var(--display); }
.tool-steps p { margin: 10px 0 0; }
.tool-inline-figure { margin: 38px 0 50px; transform: rotate(-.25deg); }
.tool-release { padding: 38px; background: var(--blue-wash); border: 2px solid var(--blue); }
.tool-final { margin-top: 42px !important; }

.site-footer { width: var(--wide); margin: 0 auto; padding: 56px 0 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; border-top: 3px solid var(--ink); }
.site-footer strong { font: 800 32px/.95 var(--display); text-transform: uppercase; }
.site-footer p { margin: 8px 0 0; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 28px; font: 700 15px/1 var(--display); text-transform: uppercase; }
.fine-print { grid-column: 1 / -1; color: var(--muted); font-size: 13px; }

@media (max-width: 980px) {
  :root { --wide: min(100% - 36px, 900px); }
  .hero { grid-template-columns: 1fr; padding-top: 42px; }
  .hero-image { min-height: 480px; margin: 0; order: 2; }
  .hero-copy { order: 1; }
  .hero h1 { max-width: 850px; }
  .article-title { grid-template-columns: 1fr; }
  .article-title .dek { margin-top: 28px; }
  .pattern-index article { grid-template-columns: 1fr; }
  .tool-hero { min-height: auto; grid-template-columns: 1fr; }
  .tool-hero figure { max-width: 820px; }
  .tool-downloads { grid-template-columns: 1fr; }
  .tool-downloads article + article { border-left: 0; border-top: 2px solid var(--ink); }
}

@media (max-width: 720px) {
  :root { --wide: calc(100% - 28px); }
  body { font-size: 17px; }
  .masthead { min-height: 82px; position: relative; }
  .brand { font-size: 18px; }
  .brand-mark { width: 34px; height: 34px; }
  .masthead-tools { gap: 8px; }
  .theme-toggle { min-height: 44px; padding: 8px 9px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; z-index: 20; top: 80px; left: 0; right: 0; padding: 22px; background: var(--paper); border: 2px solid var(--ink); flex-direction: column; align-items: flex-start; }
  .site-nav[data-open="true"] { display: flex; }
  .hero { min-height: auto; gap: 36px; padding: 44px 0 74px; }
  .hero h1 { font-size: 56px; }
  .hero-image { min-height: 340px; }
  .hero-image.is-editorial-diagram { min-height: 0; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > a { justify-self: start; }
  .game-strip { grid-template-columns: 1fr; padding: 36px 0 48px; gap: 30px; }
  .strip-image, .strip-image img { min-height: 220px; height: 220px; }
  .strip-copy h2 { font-size: 38px; }
  .strip-meta { display: grid; gap: 6px; }
  .strip-meta span + span::before { content: none; }
  .weekly-question { margin: 72px 0; padding: 72px 20px; }
  .pattern-pair { grid-template-columns: 1fr; }
  .pattern-pair article, .pattern-pair article:nth-of-type(even) { min-height: auto; padding: 42px 0; border-left: 0; border-top: 2px solid var(--ink); }
  .index-hero { min-height: 340px; padding: 60px 0; grid-template-columns: 1fr; }
  .index-hero h1, .index-hero > p:last-child { grid-column: 1; }
  .index-hero h1 { font-size: 84px; }
  .index-hero > p:last-child { font-size: 18px; }
  .article-hero { padding-top: 50px; }
  .article-title h1 { font-size: 56px; }
  .article-title .dek { font-size: 20px; }
  .byline { flex-direction: column; gap: 4px; }
  .article-hero figure img { min-height: 0; aspect-ratio: 16 / 9; object-fit: cover; }
  .article-hero figure.is-editorial-diagram img { height: auto; min-height: 0; object-fit: contain; }
  .article-grid { width: calc(100% - 28px); }
  .prose-section { padding: 60px 0 46px; }
  .prose-section h2 { font-size: 44px; }
  .prose-section p { font-size: 18px; }
  .store-callout { align-items: stretch; flex-direction: column; }
  .store-callout > a { text-align: center; }
  .pattern-image img { height: 250px; }
  .tool-pin { grid-template-columns: 1fr; gap: 16px; align-items: start; }
  .tool-pin-media { max-height: 210px; }
  .tool-pin-actions { grid-column: 1; }
  .tool-pin .read-link { white-space: normal; justify-self: start; }
  .tool-hero { padding-top: 50px; }
  .tool-hero-copy h1 { font-size: 58px; }
  .tool-toc { margin-left: -14px; margin-right: -14px; padding-left: 18px; padding-right: 18px; }
  .tool-reading > section { padding: 68px 0 56px; }
  .tool-reading > section > h2 { font-size: 48px; }
  .tool-split { grid-template-columns: 1fr; }
  .tool-split > div + div { border-left: 0; border-top: 2px solid var(--ink); }
  .tool-split > div, .tool-downloads article { padding: 24px; }
  .tool-reading > section > p, .tool-reading li p { font-size: 18px; }
  .tool-release { padding: 24px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
  .fine-print { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media print {
  .masthead, .site-footer, .store-callout, .nav-toggle, .tool-toc { display: none; }
  body { background: white; color: black; }
  .article-grid { display: block; width: 100%; }
  .prose-section { break-inside: avoid; }
}
