/* SpoReach 共通スタイル（v2）
   アプリの画面（生成り＋赤茶）となじむよう、暖かい白と墨色、赤茶のオレンジで組む */
:root {
  --ink: #14202e;
  --ink-2: #3b4757;
  --muted: #6b7482;
  --paper: #faf8f4;
  --paper-2: #f2eee7;
  --white: #ffffff;
  --line: #e6e1d8;
  --accent: #d2602a;
  --accent-ink: #b24c1b;
  --accent-soft: #fbeade;
  --green: #2f7d5b;
  --green-soft: #e3f1ea;
  --navy: #14202e;
  --radius-lg: 28px;
  --radius: 18px;
  --shadow: 0 1px 2px rgba(20,32,46,.06), 0 12px 32px -8px rgba(20,32,46,.14);
  --shadow-lg: 0 2px 4px rgba(20,32,46,.06), 0 40px 80px -24px rgba(20,32,46,.35);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 17px;
  line-height: 1.85;
  letter-spacing: .02em;
  font-feature-settings: "palt" 1;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { word-break: auto-phrase; line-height: 1.35; letter-spacing: .01em; }
ul { margin: 0; padding: 0; list-style: none; }
.num { font-family: "Inter", "Noto Sans JP", sans-serif; font-feature-settings: "tnum" 1; }

.wrap { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 20px; }

/* ヘッダー */
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(250,248,244,.82);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled { border-bottom-color: var(--line); }
.header-inner { display: flex; align-items: center; height: 64px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 1.15rem; letter-spacing: .01em; }
.brand-mark { width: 30px; height: 30px; }
.nav { display: none; margin-left: auto; gap: 28px; font-size: .92rem; }
.nav a { text-decoration: none; color: var(--ink-2); }
.nav a:hover { color: var(--ink); }
.header-cta { margin-left: auto; }

/* ボタン */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 54px; padding: 0 26px; border-radius: 999px;
  font-weight: 700; font-size: 1rem; text-decoration: none; line-height: 1.3;
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
  white-space: nowrap;
}
.btn:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.btn-dark { background: var(--ink); color: #fff; box-shadow: 0 8px 20px -8px rgba(20,32,46,.5); }
.btn-dark:hover { transform: translateY(-1px); background: #0b141e; }
.btn-accent { background: var(--accent); color: #fff; box-shadow: 0 8px 20px -8px rgba(210,96,42,.6); }
.btn-accent:hover { transform: translateY(-1px); background: var(--accent-ink); }
.btn-line { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--ink); }
.btn-line:hover { background: rgba(20,32,46,.05); }
.btn-sm { min-height: 40px; padding: 0 18px; font-size: .9rem; }
.btn .arrow { transition: transform .15s ease; }
.btn:hover .arrow { transform: translateX(3px); }

.pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .85rem; font-weight: 700; padding: 6px 14px; border-radius: 999px;
  background: var(--white); box-shadow: inset 0 0 0 1px var(--line); color: var(--ink-2);
}
.pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.tag { display: inline-block; font-size: .85rem; font-weight: 700; padding: 3px 10px; border-radius: 6px; }
.tag-live { background: var(--accent-soft); color: var(--accent-ink); }
.tag-plan { background: var(--paper-2); color: var(--muted); }

/* スマホの枠 */
.phone {
  position: relative; width: 300px; max-width: 78vw;
  border-radius: 46px; padding: 11px; background: #0e151e;
  box-shadow: var(--shadow-lg);
}
.phone::before { /* 上のくぼみ */
  content: ""; position: absolute; top: 20px; left: 50%; transform: translateX(-50%);
  width: 86px; height: 24px; border-radius: 20px; background: #0e151e; z-index: 2;
}
.phone-screen { border-radius: 36px; overflow: hidden; background: var(--paper); aspect-ratio: 358 / 760; }
.phone-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; padding-top: 44px; background: #fff; }

/* 浮かせる注釈カード */
.float {
  position: absolute; background: var(--white); border-radius: 16px;
  padding: 12px 16px; box-shadow: var(--shadow); font-size: .85rem; line-height: 1.5;
}
.float b { display: block; font-size: 1.05rem; }
.float .up { color: var(--green); }

/* フッター */
.site-footer { padding: 48px 0 40px; color: var(--muted); font-size: .9rem; border-top: 1px solid var(--line); }
.footer-inner { display: flex; flex-direction: column; gap: 16px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--ink); }

/* ================= トップ ================= */
.top-hero { padding: 56px 0 40px; }
.top-hero h1 { font-size: clamp(2.1rem, 7.6vw, 4.4rem); font-weight: 900; letter-spacing: -.01em; line-height: 1.22; margin: 20px 0 22px; }
.top-hero h1 .hl { color: var(--accent); }
.top-hero .lead { font-size: 1.08rem; color: var(--ink-2); max-width: 36em; }
.top-hero .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.services { padding: 24px 0 88px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.section-head h2 { font-size: 1.05rem; font-weight: 700; color: var(--muted); letter-spacing: .08em; }
.bento { display: grid; gap: 16px; }
.tile {
  position: relative; background: var(--white); border-radius: var(--radius-lg);
  padding: 28px; box-shadow: inset 0 0 0 1px var(--line); overflow: hidden;
  text-decoration: none; display: flex; flex-direction: column; gap: 12px;
  transition: box-shadow .2s ease, transform .2s ease;
}
a.tile:hover { box-shadow: inset 0 0 0 1px var(--line), var(--shadow); transform: translateY(-2px); }
.tile h3 { font-size: 1.5rem; font-weight: 800; }
.tile p { color: var(--ink-2); }
.tile .more { margin-top: auto; font-weight: 700; display: inline-flex; gap: 6px; align-items: center; }
.tile-main { background: var(--ink); color: #fff; box-shadow: none; padding-bottom: 0; }
.tile-main p { color: #c9d1db; }
.tile-main .tag-live { background: rgba(210,96,42,.2); color: #ffb48a; }
.tile-main .tile-shot { margin: 8px -28px 0; display: flex; justify-content: center; gap: 14px; padding: 0 28px; height: 250px; overflow: hidden; }
.tile-main .tile-shot img { width: 46%; max-width: 250px; border-radius: 18px 18px 0 0; box-shadow: 0 -4px 30px rgba(0,0,0,.35); align-self: flex-start; }
.tile-main .tile-shot img + img { margin-top: 36px; }
.tile-main .more { color: #fff; }
.tile-plan { background: var(--paper-2); box-shadow: none; }
.tile-note .note-mark { width: 44px; height: 44px; border-radius: 12px; background: var(--ink); color: #fff; font-weight: 800; display: grid; place-items: center; font-size: 1.1rem; }

.mission { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 72px 0; }
.mission p.big { font-size: clamp(1.35rem, 4.2vw, 2rem); font-weight: 800; line-height: 1.6; max-width: 28em; }
.mission p.sub { margin-top: 18px; color: var(--ink-2); max-width: 40em; }

/* ============= スコアシート ============= */
.ss-hero { padding: 40px 0 72px; overflow: hidden; }
.ss-hero-grid { display: grid; gap: 48px; align-items: center; }
.ss-hero h1 { font-size: clamp(2rem, 7vw, 3.6rem); font-weight: 900; line-height: 1.25; letter-spacing: -.01em; margin: 20px 0 22px; }
.ss-hero h1 .hl { background: linear-gradient(transparent 62%, var(--accent-soft) 62%); }
.ss-hero .lead { font-size: 1.08rem; color: var(--ink-2); }
.ss-hero .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.assure { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 24px; font-size: .92rem; color: var(--ink-2); }
.assure li { display: flex; align-items: center; gap: 8px; }
.assure svg { flex: none; color: var(--green); }
.hero-visual { position: relative; display: flex; justify-content: center; padding: 10px 0 20px; }
.hero-visual::before { /* 背景の円 */
  content: ""; position: absolute; width: 520px; height: 520px; max-width: 120vw; max-height: 120vw;
  border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%);
  background: radial-gradient(circle, var(--accent-soft) 0%, rgba(251,234,222,0) 68%);
}
.hero-visual .phone { z-index: 1; }
.hero-visual .f1 { z-index: 2; left: 0; top: 16%; }
.hero-visual .f2 { z-index: 2; right: 0; bottom: 14%; }
.caption { text-align: center; font-size: .82rem; color: var(--muted); margin-top: 14px; }

/* 撮る→確かめる→見る */
.flow { background: var(--ink); color: #fff; padding: 80px 0 88px; border-radius: 40px 40px 0 0; }
.flow h2 { font-size: clamp(1.6rem, 5vw, 2.4rem); font-weight: 900; }
.flow .flow-lead { color: #c9d1db; margin-top: 12px; max-width: 34em; }
.flow-steps { display: grid; gap: 20px; margin-top: 40px; counter-reset: s; }
.flow-step { background: #1d2b3c; border-radius: var(--radius-lg); padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.flow-step .no { font-size: .85rem; font-weight: 700; color: #ffb48a; letter-spacing: .1em; }
.flow-step h3 { font-size: 1.3rem; font-weight: 800; }
.flow-step p { color: #c9d1db; font-size: .98rem; }
.flow-step .shot { margin-top: auto; border-radius: 16px; overflow: hidden; background: var(--paper); aspect-ratio: 4 / 3; }
.flow-step .shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.flow-note { margin-top: 28px; font-size: .85rem; color: #9aa6b4; }
.flow .actions { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; }
.flow .btn-line { color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.6); }
.flow .btn-line:hover { background: rgba(255,255,255,.08); }

.next-note { padding: 40px 0; text-align: center; color: var(--muted); font-size: .9rem; }

/* ========== 画面幅 ========== */
@media (min-width: 720px) {
  .wrap { padding: 0 32px; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .tile-main { grid-column: span 2; }
  .flow-steps { grid-template-columns: repeat(3, 1fr); }
  .top-hero { padding: 88px 0 56px; }
  .footer-inner { flex-direction: row; justify-content: space-between; align-items: center; }
}
@media (min-width: 980px) {
  .nav { display: flex; }
  .header-cta { margin-left: 8px; }
  .bento { grid-template-columns: 1.6fr 1fr; grid-template-rows: auto auto; }
  .tile-main { grid-column: 1; grid-row: 1 / span 2; }
  .tile-main .tile-shot { height: 330px; }
  .ss-hero { padding: 72px 0 104px; }
  .ss-hero-grid { grid-template-columns: 1.1fr .9fr; }
  .hero-visual .f1 { left: -10px; }
  .phone { width: 320px; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto !important; }
}
small { font-size: .85rem; }
.flow-step .shot-contain { background: #fff; display: grid; place-items: center; }
.flow-step .shot-contain img { height: auto; object-fit: contain; }

/* ===== スコアシート：後半のセクション ===== */
.sec { padding: 64px 0; }
br.pc { display: none; }
.sec-alt { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.eyebrow { font-size: .85rem; font-weight: 700; letter-spacing: .12em; color: var(--accent-ink); margin-bottom: 10px; }
.sec h2 { font-size: clamp(1.6rem, 5vw, 2.4rem); font-weight: 900; }
.sec .intro { color: var(--ink-2); margin-top: 14px; max-width: 38em; }

/* 立場ごと */
.roles { display: grid; gap: 28px; margin-top: 40px; }
.role h3 { font-size: 1.2rem; font-weight: 800; display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.role .ico { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; flex: none; }
.role .ico svg { width: 22px; height: 22px; }
.ico-coach { background: #e3e9f1; color: var(--ink); }
.ico-scorer { background: var(--accent-soft); color: var(--accent-ink); }
.ico-parent { background: var(--green-soft); color: var(--green); }
.role li { position: relative; padding: 8px 0 8px 22px; border-top: 1px solid var(--line); color: var(--ink-2); }
.role li:last-child { border-bottom: 1px solid var(--line); }
.role li::before { content: ""; position: absolute; left: 2px; top: 1.15em; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }

/* 比較 */
.compare-wrap { margin-top: 36px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: inset 0 0 0 1px var(--line); background: var(--white); }
.cmp { width: 100%; border-collapse: collapse; font-size: .95rem; }
.cmp th, .cmp td { padding: 14px 14px; text-align: left; vertical-align: top; line-height: 1.6; border-top: 1px solid var(--line); }
.cmp thead th { border-top: none; font-size: .88rem; color: var(--muted); font-weight: 700; padding-top: 18px; }
.cmp thead th.me { color: var(--accent-ink); }
.cmp tbody th { font-weight: 700; color: var(--ink); width: 30%; }
.cmp td { color: var(--ink-2); }
.cmp td.me { color: var(--ink); font-weight: 700; background: #fdf6f1; }
.cmp-note { margin-top: 14px; font-size: .88rem; color: var(--muted); }

/* 分かること */
.know { display: grid; gap: 16px; margin-top: 36px; }
.know-box { border-radius: var(--radius-lg); padding: 26px; }
.know-box h3 { font-size: 1.1rem; font-weight: 800; margin-bottom: 14px; }
.know-yes { background: var(--green-soft); }
.know-no { background: var(--paper-2); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips li { background: var(--white); border-radius: 999px; padding: 6px 14px; font-size: .95rem; }
.know-yes .chips li { color: var(--green); font-weight: 700; }
.know-no .chips li { color: var(--muted); }
.zero { margin-top: 20px; display: flex; gap: 14px; align-items: flex-start; font-size: 1rem; color: var(--ink-2); }
.zero b { color: var(--ink); }
.zero .big0 { font-family: "Inter", sans-serif; font-weight: 800; font-size: 2.2rem; line-height: 1; color: var(--accent); position: relative; flex: none; }
.zero .big0::after { content: ""; position: absolute; left: -4px; right: -4px; top: 50%; height: 3px; background: var(--ink); transform: rotate(-35deg); }

/* 動画の構想 */
.future { margin-top: 40px; border-radius: var(--radius-lg); padding: 28px; background: var(--paper-2); display: grid; gap: 16px; }
.future h3 { font-size: 1.3rem; font-weight: 800; }
.future p { color: var(--ink-2); }
.future .chips li { background: transparent; box-shadow: inset 0 0 0 1px #d8d0c3; color: var(--ink-2); }
.future small { color: var(--muted); }

/* 個人情報 */
.privacy { display: grid; gap: 0; margin-top: 36px; }
.privacy li { display: grid; gap: 6px; padding: 20px 0; border-top: 1px solid var(--line); }
.privacy li:last-child { border-bottom: 1px solid var(--line); }
.privacy h3 { font-size: 1.05rem; font-weight: 800; }
.privacy p { color: var(--ink-2); font-size: .98rem; }
.st { justify-self: start; font-size: .82rem; font-weight: 700; padding: 2px 10px; border-radius: 6px; }
.st-policy { background: #e3e9f1; color: var(--ink); }
.st-todo { background: var(--accent-soft); color: var(--accent-ink); }
.st-check { background: var(--green-soft); color: var(--green); }

/* パイロット */
.pilot { background: var(--ink); color: #fff; padding: 64px 0; }
.pilot h2 { color: #fff; }
.pilot .intro { color: #c9d1db; }
.pilot-card { margin-top: 36px; background: #fff; color: var(--ink); border-radius: var(--radius-lg); padding: 28px; display: grid; gap: 24px; }
.pilot-card h3 { font-size: 1.1rem; font-weight: 800; }
.pilot-grid { display: grid; gap: 24px; }
.pilot-list li { padding: 6px 0 6px 26px; position: relative; color: var(--ink-2); }
.pilot-list li::before { content: ""; position: absolute; left: 4px; top: .95em; width: 12px; height: 7px; border-left: 2.5px solid var(--green); border-bottom: 2.5px solid var(--green); transform: rotate(-45deg); }
.pilot-free { background: var(--accent-soft); border-radius: var(--radius); padding: 18px 20px; }
.pilot-free b { color: var(--accent-ink); }
.pilot-card .btn { width: 100%; }
.pilot-card .fine { font-size: .88rem; color: var(--muted); }

/* FAQ */
.faq { margin-top: 36px; max-width: 860px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 44px 20px 0; font-weight: 700; position: relative; line-height: 1.6; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 8px; top: 50%; width: 10px; height: 10px; border-right: 2px solid var(--ink-2); border-bottom: 2px solid var(--ink-2); transform: translateY(-70%) rotate(45deg); transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq details p { padding: 0 0 22px; color: var(--ink-2); }

/* 末尾 */
.end { padding: 72px 0; text-align: center; }
.end p { font-size: clamp(1.5rem, 5vw, 2.4rem); font-weight: 900; line-height: 1.45; margin-bottom: 30px; }
.end .actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

@media (min-width: 720px) {
  .roles { grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .know { grid-template-columns: 1fr 1fr; }
  .cmp th, .cmp td { padding: 18px 24px; font-size: 1rem; }
  .privacy { grid-template-columns: 1fr 1fr; column-gap: 40px; }
  .privacy li:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .pilot-card { padding: 40px; }
  .pilot-grid { grid-template-columns: 1fr 1fr; align-items: start; }
  .future { grid-template-columns: 1fr 1fr; align-items: center; padding: 36px; }
  .sec { padding: 112px 0; }
  .pilot { padding: 96px 0; }
  .end { padding: 96px 0; }
  br.pc { display: inline; }
}

/* SNS */
.social { display: flex; flex-wrap: wrap; gap: 8px; }
.social a { display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: .92rem; box-shadow: inset 0 0 0 1px var(--line); background: var(--white); color: var(--ink); transition: background .15s, box-shadow .15s; }
.social a:hover { background: var(--paper-2); box-shadow: inset 0 0 0 1px #d6cfc3; }
.social-tile { margin-top: auto; }
.social-foot a { min-height: 36px; padding: 0 14px; font-size: .88rem; color: var(--ink-2); }
.fine a { color: var(--accent-ink); }

/* プライバシーポリシー */
.legal { padding: 48px 0 88px; }
.legal .wrap { max-width: 820px; }
.legal h1 { font-size: clamp(1.8rem, 6vw, 2.6rem); font-weight: 900; margin-bottom: 18px; }
.legal .lead { color: var(--ink-2); }
.legal section { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); }
.legal h2 { font-size: 1.2rem; font-weight: 800; margin-bottom: 12px; }
.legal h3 { font-size: 1rem; font-weight: 700; margin: 16px 0 4px; }
.legal p, .legal li { color: var(--ink-2); }
.legal p + p { margin-top: 10px; }
.legal ul { list-style: disc; padding-left: 1.4em; }
.legal li { margin: 4px 0; }
.legal a { color: var(--accent-ink); }
.legal-table { margin: 16px 0; overflow-x: auto; border-radius: var(--radius); box-shadow: inset 0 0 0 1px var(--line); background: var(--white); }
.legal-table table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.legal-table th, .legal-table td { padding: 12px 14px; text-align: left; vertical-align: top; border-top: 1px solid var(--line); line-height: 1.6; }
.legal-table thead th { border-top: none; color: var(--muted); font-size: .88rem; }
.legal-date { margin-top: 40px; color: var(--muted); font-size: .92rem; }
@media (min-width: 720px) { .legal { padding: 72px 0 112px; } }

/* 記事 */
.article { padding: 32px 0 88px; }
.article .wrap { max-width: 780px; }
.crumbs { font-size: .88rem; color: var(--muted); display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.crumbs a { color: var(--muted); }
.article h1 { font-size: clamp(1.7rem, 6vw, 2.5rem); font-weight: 900; line-height: 1.35; }
.article .sub-h1 { display: block; font-size: .6em; color: var(--ink-2); font-weight: 700; margin-top: 8px; }
.article .meta { font-size: .88rem; color: var(--muted); margin-top: 14px; }
.article .lead { margin-top: 24px; font-size: 1.05rem; color: var(--ink-2); }
.article section { margin-top: 48px; }
.article h2 { font-size: 1.4rem; font-weight: 800; margin-bottom: 14px; padding-top: 8px; }
.article h3 { font-size: 1.08rem; font-weight: 800; margin: 22px 0 6px; }
.article p { color: var(--ink-2); }
.article p + p { margin-top: 12px; }
.article ul { list-style: disc; padding-left: 1.4em; margin: 12px 0; }
.article li { color: var(--ink-2); margin: 6px 0; }
.article a { color: var(--accent-ink); }
.article .btn { color: #fff; }
.note-box { margin-top: 24px; background: var(--accent-soft); border-radius: var(--radius); padding: 18px 22px; }
.note-box p { color: var(--ink); }
.note-box p + p { margin-top: 6px; color: var(--ink-2); }
.small-note { font-size: .9rem; color: var(--muted) !important; margin-top: 12px; }
.toc { margin-top: 32px; background: var(--white); border-radius: var(--radius); padding: 20px 24px; box-shadow: inset 0 0 0 1px var(--line); }
.toc-title { font-weight: 800; color: var(--ink) !important; margin-bottom: 6px; }
.toc ol { margin: 0; padding-left: 1.4em; }
.toc li { margin: 4px 0; }
.toc a { color: var(--ink); text-decoration: none; }
.toc a:hover { color: var(--accent-ink); text-decoration: underline; }
.table-wrap { margin: 16px 0; overflow-x: auto; border-radius: var(--radius); box-shadow: inset 0 0 0 1px var(--line); background: var(--white); }
.table-wrap table { width: 100%; border-collapse: collapse; font-size: .96rem; }
.table-wrap th, .table-wrap td { padding: 12px 16px; text-align: left; vertical-align: top; border-top: 1px solid var(--line); line-height: 1.6; }
.table-wrap thead th { border-top: none; color: var(--muted); font-size: .88rem; }
.table-wrap tbody th { font-weight: 800; width: 40%; }
@media (min-width: 720px) { .table-wrap tbody th { white-space: nowrap; width: auto; } }
.color-row { display: grid; gap: 12px; margin: 16px 0; }
.color-card { display: grid; grid-template-columns: auto 1fr; gap: 2px 14px; align-items: center; background: var(--white); border-radius: var(--radius); padding: 16px 18px; box-shadow: inset 0 0 0 1px var(--line); }
.color-card .swatch { grid-row: span 2; width: 40px; height: 40px; border-radius: 12px; }
.color-card span:last-child { color: var(--ink-2); }
.sw-red { background: #c43a2a; }
.sw-dark { background: #14202e; }
.marks { display: grid; gap: 12px; margin: 16px 0; }
.mark { margin: 0; display: grid; grid-template-columns: 110px 1fr; gap: 16px; align-items: center; background: var(--white); border-radius: var(--radius); padding: 14px 18px; box-shadow: inset 0 0 0 1px var(--line); }
.mark svg { width: 110px; height: 74px; }
.mark figcaption { color: var(--ink-2); line-height: 1.6; }
.mark figcaption b { display: block; color: var(--ink); }
.after { background: var(--ink); border-radius: var(--radius-lg); padding: 28px; }
.after h2 { color: #fff; }
.after p { color: #c9d1db; }
.after-actions { margin-top: 20px; }
.sources { border-top: 1px solid var(--line); padding-top: 28px; }
.sources h2 { font-size: 1.1rem; }
.sources li { font-size: .95rem; }
@media (min-width: 720px) {
  .article { padding: 48px 0 112px; }
  .color-row, .marks { grid-template-columns: 1fr 1fr; }
  .after { padding: 36px; }
}
.tile p a { color: var(--accent-ink); }
