:root {
  --paper: #f2eee4;
  --paper-deep: #e8e0d1;
  --ink: #18211d;
  --muted: #6f746d;
  --red: #c84534;
  --red-pale: #f0c8bc;
  --yellow: #e8ba50;
  --line: rgba(24, 33, 29, .18);
  --serif: "Iowan Old Style", "Songti TC", "Noto Serif TC", "PMingLiU", serif;
  --sans: "Avenir Next", "PingFang TC", "Microsoft JhengHei", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background-color: var(--paper);
  background-image: repeating-linear-gradient(0deg, transparent 0 31px, rgba(24,33,29,.025) 32px);
  font-family: var(--sans);
}
button, textarea { font: inherit; }
button { color: inherit; }

.masthead {
  min-height: 72px;
  padding: 18px clamp(22px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.masthead-actions { display: flex; align-items: center; gap: 22px; }
.masthead-actions > a { color: var(--muted); text-decoration: none; font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.masthead-actions > a:hover { color: var(--red); }
.wordmark { color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 800; letter-spacing: .14em; }
.wordmark span { margin-left: 9px; color: var(--muted); font-size: 11px; font-weight: 500; letter-spacing: .08em; }
.local-badge { margin: 0; font-size: 12px; color: var(--muted); }
.local-badge i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #47785b; box-shadow: 0 0 0 4px rgba(71,120,91,.12); }

main { overflow: hidden; }
.hero { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(520px, 1.28fr); min-height: 680px; border-bottom: 1px solid var(--line); }
.hero-copy { position: relative; padding: clamp(64px, 8vw, 120px) clamp(26px, 6vw, 90px); border-right: 1px solid var(--line); }
.hero-copy::after { content: "✳"; position: absolute; right: 9%; top: 16%; color: var(--red); font-size: 28px; transform: rotate(13deg); }
.eyebrow { margin: 0 0 24px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.beta-badge { display: inline-block; margin-left: 10px; padding: 3px 6px 2px; border: 1px solid currentColor; font-family: var(--sans); font-size: 9px; line-height: 1; letter-spacing: .11em; vertical-align: 2px; }
h1 { margin: 0; font-family: var(--serif); font-size: clamp(74px, 9vw, 138px); font-weight: 600; line-height: .78; letter-spacing: -.08em; }
h1 em { color: var(--red); font-style: normal; }
.intro { max-width: 430px; margin: 46px 0 0; font-family: var(--serif); font-size: 18px; line-height: 1.9; }
.intro span { display: block; margin-top: 8px; }
.promise { display: flex; gap: 14px; margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.65; }
.promise span { color: var(--red); font-size: 22px; }
.promise p { margin: 0; }
.promise strong { color: var(--ink); }

.workbench { display: flex; flex-direction: column; padding: clamp(42px, 7vw, 96px); background: rgba(255,255,255,.18); }
.input-head { display: flex; justify-content: space-between; margin-bottom: 14px; font-size: 13px; font-weight: 700; }
.input-head span { color: var(--muted); font-weight: 500; }
textarea { width: 100%; min-height: 390px; flex: 1; resize: vertical; padding: 27px; color: var(--ink); background: rgba(255,255,255,.48); border: 1px solid var(--ink); border-radius: 0; outline: 0; font-family: var(--serif); font-size: 18px; line-height: 1.9; box-shadow: 8px 8px 0 var(--paper-deep); transition: box-shadow .2s, background .2s; }
textarea:focus { background: rgba(255,255,255,.75); box-shadow: 8px 8px 0 var(--red-pale); }
textarea::placeholder { color: #9b9b92; }
.sample-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 22px 0; font-size: 12px; color: var(--muted); }
.sample-button { padding: 6px 11px; border: 1px solid var(--line); border-radius: 99px; background: transparent; cursor: pointer; }
.sample-button:hover { border-color: var(--red); color: var(--red); }
.scan-button { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 19px 22px; border: 0; background: var(--ink); color: var(--paper); cursor: pointer; font-weight: 700; letter-spacing: .05em; transition: background .2s, transform .2s; }
.scan-button:hover { background: var(--red); transform: translateY(-2px); }
.scan-button span:last-child { font-size: 25px; font-weight: 400; }

.empty-state { min-height: 260px; display: flex; align-items: center; justify-content: center; gap: 22px; color: var(--muted); text-align: left; font-family: var(--serif); font-size: 17px; line-height: 1.7; }
.empty-mark { color: var(--red); font-size: 60px; transform: rotate(-18deg); }
.results { padding: clamp(60px, 8vw, 110px) clamp(22px, 5vw, 72px); border-bottom: 1px solid var(--line); }
.result-summary { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 55px; }
.result-summary h2, .future h2 { max-width: 780px; margin: 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 72px); font-weight: 500; line-height: 1.12; letter-spacing: -.04em; }
.result-summary > div > p:last-child { color: var(--muted); }
.score-stamp { width: 92px; height: 92px; display: grid; place-content: center; flex: none; border: 3px double var(--red); border-radius: 50%; color: var(--red); text-align: center; font-family: var(--serif); font-weight: 700; transform: rotate(8deg); }
.result-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(350px, .9fr); align-items: start; border: 1px solid var(--ink); }
.annotated-panel, .findings-panel { min-width: 0; }
.annotated-panel { display: flex; flex-direction: column; max-height: 620px; border-right: 1px solid var(--ink); }
.panel-heading { min-height: 82px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); }
.panel-heading h3 { margin: 0; font-size: 13px; letter-spacing: .08em; }
.panel-heading p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.legend { display: flex; gap: 14px; color: var(--muted); font-size: 11px; }
.legend i { display: inline-block; width: 8px; height: 8px; margin-right: 5px; }
.high-dot { background: var(--red); }
.soft-dot { background: var(--yellow); }
.annotated-text { min-height: 0; max-height: 538px; padding: 32px; overflow: auto; white-space: pre-wrap; overflow-wrap: anywhere; background: rgba(255,255,255,.32); font-family: var(--serif); font-size: 17px; line-height: 2.15; }
mark { padding: 2px 0; color: inherit; background: linear-gradient(transparent 58%, rgba(200,69,52,.28) 58%); cursor: help; }
mark.soft { background: linear-gradient(transparent 58%, rgba(232,186,80,.45) 58%); }
.findings-panel { max-height: 620px; overflow: auto; background: rgba(255,255,255,.12); }
.sticky-heading { position: sticky; top: 0; z-index: 2; background: var(--paper); }
.copy-button { padding: 10px 13px; border: 1px solid var(--ink); background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; }
.copy-button:hover, .copy-button.copied { color: var(--paper); background: var(--ink); }
.result-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.export-button { padding: 10px 13px; border: 1px solid var(--ink); color: var(--paper); background: var(--red); cursor: pointer; font-size: 12px; font-weight: 700; }
.export-button:hover { background: var(--ink); }
.export-button:disabled { opacity: .4; cursor: not-allowed; }
.group-title { margin: 0; padding: 13px 22px; color: var(--muted); background: var(--paper-deep); border-bottom: 1px solid var(--line); font-size: 11px; letter-spacing: .1em; }
.finding { display: block; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.finding input { width: 16px; height: 16px; margin: 3px 0 0; accent-color: var(--red); }
.finding h4 { margin: 0 0 6px; font-family: var(--serif); font-size: 17px; }
.finding-location { margin: 0 0 9px; color: var(--red); font-size: 12px; font-weight: 700; }
.finding p { margin: 0; color: #555b56; font-size: 13px; line-height: 1.7; }
.finding-direction { margin-top: 8px !important; color: var(--ink) !important; }
.no-findings { padding: 44px 24px; text-align: center; color: var(--muted); }

.future { padding: clamp(75px, 9vw, 130px) clamp(22px, 5vw, 72px); }
.batch-review { display: grid; grid-template-columns: minmax(270px, .36fr) minmax(0, 1fr); border-bottom: 1px solid var(--ink); background: #ded6c7; }
@media (min-width: 901px) { .batch-review:has(.batch-waiting:not([hidden])) { grid-template-columns: minmax(420px, 1fr) minmax(0, 1fr); } }
.batch-intro { padding: clamp(56px, 7vw, 96px) clamp(24px, 5vw, 68px); border-right: 1px solid var(--ink); }
.batch-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(40px, 4.8vw, 68px); font-weight: 500; line-height: 1.04; letter-spacing: -.055em; }
.batch-intro h2 em { color: var(--red); font-style: normal; }
.batch-intro > p:not(.eyebrow) { margin: 32px 0; color: #555b56; font-family: var(--serif); line-height: 1.85; }
.batch-copy-clause { display: block; }
.batch-dropzone { padding: 8px; border: 1px solid var(--ink); background: rgba(242,238,228,.45); transition: background .15s ease, outline-color .15s ease; }
.batch-dropzone.is-dragging { background: var(--yellow); outline: 4px solid rgba(24,33,29,.12); }
.batch-import { display: flex; justify-content: space-between; gap: 16px; padding: 18px 19px; color: var(--paper); background: var(--ink); cursor: pointer; }
.batch-import:hover, .batch-import:focus-within { background: var(--red); }
.batch-import span { font-size: 11px; }
#batchFiles { position: absolute; width: 1px; height: 1px; clip: rect(0 0 0 0); overflow: hidden; }
.batch-dropzone > p { margin: 12px 0 5px !important; font-family: var(--sans) !important; font-size: 11px; text-align: center; }
.batch-principles { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 18px; background: var(--line); border: 1px solid var(--line); }
.batch-principles p { display: flex; flex-direction: column; gap: 5px; margin: 0 !important; padding: 14px; background: #ded6c7; font-family: var(--sans) !important; }
.batch-principles strong { font-size: 11px; }
.batch-principles span { color: var(--muted); font-size: 10px; line-height: 1.55; }
.advanced-import { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.advanced-import summary { cursor: pointer; }
.advanced-import label { display: inline-block; margin-top: 12px; padding: 8px 10px; border: 1px solid var(--ink); color: var(--ink); cursor: pointer; font-weight: 700; }
#batchFile { position: absolute; width: 1px; height: 1px; clip: rect(0 0 0 0); overflow: hidden; }
.batch-privacy { font-family: var(--sans) !important; font-size: 11px; }
.batch-error { color: var(--red) !important; font-family: var(--sans) !important; font-weight: 700; }
.file-results { margin-top: 18px; padding: 13px; border: 1px solid var(--ink); background: var(--paper); font-size: 11px; }
.file-result-summary { margin: 0 !important; color: var(--ink) !important; font-family: var(--sans) !important; font-weight: 700; }
.file-results ul { margin: 12px 0 0; padding: 0; list-style: none; }
.file-results li { display: grid; gap: 3px; padding: 8px 0; border-top: 1px solid var(--line); }
.file-results li strong { overflow-wrap: anywhere; }
.file-results li span { color: var(--red); }
.html-preview { margin-top: 12px; border-top: 1px solid var(--line); }
.html-preview summary { padding-top: 12px; cursor: pointer; font-weight: 700; }
.html-preview pre { max-height: 240px; margin: 10px 0 0; padding: 12px; overflow: auto; white-space: pre-wrap; overflow-wrap: anywhere; background: var(--paper-deep); font-family: var(--serif); line-height: 1.65; }
.batch-waiting { min-width: 0; display: grid; align-content: center; justify-items: center; gap: 28px; padding: clamp(44px, 7vw, 110px); color: rgba(24, 33, 29, .5); text-align: center; }
.batch-waiting-mark { position: relative; width: min(220px, 60%); height: 76px; border-top: 1px solid rgba(24, 33, 29, .22); border-bottom: 1px solid rgba(24, 33, 29, .12); }
.batch-waiting-mark::before, .batch-waiting-mark::after { content: ""; position: absolute; top: -6px; width: 1px; height: 12px; background: rgba(24, 33, 29, .28); }
.batch-waiting-mark::before { left: 0; }
.batch-waiting-mark::after { right: 0; }
.batch-waiting-mark span { position: absolute; top: 23px; left: 50%; width: 42px; height: 1px; background: var(--red); transform: translateX(-50%) rotate(-8deg); opacity: .48; }
.batch-waiting-mark i { position: absolute; top: 31px; left: calc(50% + 12px); width: 18px; height: 1px; background: var(--red); transform: rotate(-8deg); opacity: .35; }
.batch-waiting h3 { margin: 0; font-family: var(--serif); font-size: clamp(24px, 2.5vw, 35px); font-weight: 500; letter-spacing: -.025em; }
.batch-waiting p { max-width: 330px; margin: 10px auto 0; font-family: var(--serif); font-size: 14px; line-height: 1.8; }
.batch-workspace { min-width: 0; padding: clamp(28px, 4vw, 56px); }
.batch-overview { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); border: 1px solid var(--ink); background: var(--paper); }
.batch-overview > div { min-height: 112px; display: flex; flex-direction: column; justify-content: space-between; padding: 17px; border-right: 1px solid var(--line); }
.batch-overview > div:last-child { border: 0; }
.batch-overview strong { font-family: var(--serif); font-size: 38px; font-weight: 500; }
.batch-overview span { color: var(--muted); font-size: 11px; }
.batch-overview .needs-review strong { color: var(--red); }
.review-progress { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 2px; border-bottom: 1px solid var(--ink); }
.review-progress p { margin: 0; font-size: 13px; }
.review-progress p span { color: var(--muted); }
.batch-export-action { display: grid; justify-items: end; gap: 7px; }
.batch-export-hint { max-width: 260px; color: var(--muted); text-align: right; }
.ai-handoff { display: grid; gap: 6px; }
.ai-handoff p { max-width: 260px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.review-counts { display: flex; flex-wrap: wrap; gap: 16px; color: var(--muted); font-size: 11px; }
.review-counts b { color: var(--ink); }
.review-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); min-height: 520px; border: 1px solid var(--ink); border-top: 0; background: var(--paper); }
.article-queue { border-right: 1px solid var(--ink); }
.article-queue button { width: 100%; display: grid; grid-template-columns: 28px 1fr; gap: 6px; padding: 17px 14px; text-align: left; border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; }
.article-queue button:hover, .article-queue button.active { background: var(--ink); color: var(--paper); }
.article-queue button > span { grid-row: 1 / 3; color: var(--red); font-family: var(--serif); }
.article-queue strong { overflow-wrap: anywhere; font-size: 12px; }
.article-queue small { color: var(--muted); }
.review-sheet { min-width: 0; max-height: 720px; overflow: auto; }
.batch-completion { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 2px; border-top: 1px solid var(--ink); }
.batch-completion-copy { display: flex; align-items: center; gap: 11px; min-width: 0; }
.batch-completion-copy > span { flex: none; color: var(--red); font-size: 15px; font-weight: 800; }
.batch-completion h3 { margin: 0; font-family: var(--serif); font-size: 18px; font-weight: 600; letter-spacing: -.01em; }
.batch-completion-copy p { margin: 2px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.batch-completion.is-complete { border-top-color: var(--red); }
.batch-completion-export { flex: none; }
.review-sheet > header { position: sticky; top: 0; z-index: 2; padding: 22px 25px; border-bottom: 1px solid var(--ink); background: var(--paper); }
.review-sheet > header p { margin: 0 0 7px; color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.review-sheet > header h3 { margin: 0; font-family: var(--serif); font-size: 25px; font-weight: 500; overflow-wrap: anywhere; }
.review-sheet > header span { color: var(--muted); font-size: 11px; }
.review-finding { padding: 25px; border-bottom: 1px solid var(--line); }
.finding-meta { display: flex; gap: 8px; align-items: center; }
.finding-meta span { padding: 4px 7px; border: 1px solid var(--line); font-size: 9px; font-weight: 700; }
.finding-meta b { margin-left: auto; color: var(--red); font-size: 11px; }
.review-finding h4 { margin: 13px 0; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.review-finding blockquote { position: relative; margin: 10px 0; padding: 15px 18px; background: var(--paper-deep); border-left: 3px solid var(--yellow); font-family: var(--serif); font-size: 14px; line-height: 1.7; }
.review-finding blockquote small { display: block; margin-top: 6px; color: var(--muted); font-family: var(--sans); font-size: 9px; }
.review-explanation { color: var(--muted); font-size: 12px; line-height: 1.7; }
.review-finding fieldset { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0 0; padding: 0; border: 0; }
.review-finding legend { width: 100%; margin-bottom: 8px; font-size: 10px; font-weight: 700; }
.review-finding fieldset label { cursor: pointer; }
.review-finding fieldset input { position: absolute; opacity: 0; }
.review-finding fieldset label span, .clear-classification { display: block; padding: 8px 10px; border: 1px solid var(--ink); background: transparent; font-size: 11px; }
.review-finding fieldset input:checked + span { color: var(--paper); background: var(--red); border-color: var(--red); }
.clear-classification { cursor: pointer; color: var(--muted); }
.clear-classification:disabled { opacity: .35; cursor: default; }
.private-note { margin-top: 12px; }
.private-note summary { width: fit-content; padding: 5px 0; color: var(--red); cursor: pointer; font-size: 11px; font-weight: 700; }
.private-note label { display: block; margin-top: 8px; color: var(--muted); font-size: 10px; font-weight: 700; }
.private-note textarea { min-height: 86px; margin-top: 7px; padding: 11px; border: 1px solid var(--line); box-shadow: none; background: rgba(255,255,255,.45); font-family: var(--sans); font-size: 13px; line-height: 1.55; }
.all-clean { display: grid; min-height: 520px; place-items: center; padding: 30px; color: var(--muted); font-family: var(--serif); text-align: center; }
.future-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 60px; border-top: 1px solid var(--ink); }
.future article { min-height: 230px; padding: 26px 24px; border-right: 1px solid var(--line); }
.future article:last-child { border: 0; }
.future article span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.future h3 { margin: 45px 0 12px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.future article p { max-width: 310px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
footer { padding: 28px clamp(22px, 5vw, 72px); display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; letter-spacing: .07em; }
.lab-return { color: var(--ink); text-underline-offset: 4px; }
.lab-return:hover, .lab-return:focus-visible { color: var(--red); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: auto; padding-bottom: 58px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-copy::after { top: 11%; }
  .workbench { padding: 45px 24px 58px; }
  textarea { min-height: 330px; }
  .result-layout { grid-template-columns: 1fr; }
  .annotated-panel { border-right: 0; border-bottom: 1px solid var(--ink); }
  .findings-panel { max-height: none; }
  .batch-review { grid-template-columns: 1fr; }
  .batch-intro { border-right: 0; border-bottom: 1px solid var(--ink); }
  .batch-waiting { padding-block: 48px; }
}
@media (max-width: 620px) {
  footer { flex-wrap: wrap; gap: 14px 24px; }
  .masthead { min-height: 62px; padding: 15px 18px; }
  .wordmark span { display: none; }
  .masthead-actions > a { display: none; }
  .hero-copy { padding: 60px 23px 45px; }
  h1 { font-size: 78px; }
  .intro { margin-top: 34px; font-size: 16px; }
  .result-summary { align-items: start; }
  .score-stamp { width: 72px; height: 72px; font-size: 13px; }
  .results { padding-inline: 14px; }
  .panel-heading { align-items: flex-start; flex-direction: column; }
  .legend { align-self: stretch; }
  .copy-button { width: 100%; }
  .result-actions { width: 100%; }
  .result-actions .export-button { width: 100%; }
  .future-grid { grid-template-columns: 1fr; }
  .future article { min-height: 180px; border-right: 0; border-bottom: 1px solid var(--line); }
  .future h3 { margin-top: 28px; }
  .batch-workspace { padding: 14px; }
  .batch-waiting { padding: 42px 24px; }
  .batch-principles { grid-template-columns: 1fr; }
  .batch-overview { grid-template-columns: repeat(2, 1fr); }
  .batch-overview > div { min-height: 90px; border-bottom: 1px solid var(--line); }
  .batch-overview .overview-lead { grid-column: 1 / -1; }
  .review-progress { flex-direction: column; }
  .batch-export-action { width: 100%; justify-items: stretch; }
  .batch-export-hint { max-width: none; text-align: left; }
  .batch-completion { align-items: stretch; flex-direction: column; gap: 14px; padding-block: 17px; }
  .batch-completion-export { width: 100%; }
  .review-layout { grid-template-columns: 1fr; }
  .article-queue { display: flex; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--ink); }
  .article-queue button { min-width: 190px; border-right: 1px solid var(--line); }
  .review-sheet { max-height: none; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
.calibration-notice { margin: 12px 0 18px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.calibration-notice a, .feedback-area a { color: inherit; text-underline-offset: 3px; }
.feedback-area { max-width: 760px; margin: 48px auto 64px; padding: 28px; border: 1px solid var(--line); background: var(--panel); line-height: 1.65; }
.feedback-area h2 { margin: 0 0 8px; font-size: clamp(23px, 5vw, 32px); }
.feedback-area p { color: var(--muted); font-size: 13px; }
.feedback-area form { display: grid; gap: 9px; margin: 20px 0; }
.feedback-area label { font-size: 13px; font-weight: 700; }
.feedback-area select, .feedback-area textarea { width: 100%; padding: 10px; border: 1px solid var(--ink); background: white; color: var(--ink); font: inherit; }
.feedback-area textarea { min-height: 110px; resize: vertical; }
.feedback-area button { justify-self: start; padding: 9px 24px; border: 1px solid var(--ink); background: var(--ink); color: white; font: inherit; cursor: pointer; }
.feedback-area button:disabled { opacity: .5; cursor: wait; }
@media (max-width: 620px) { .feedback-area { margin: 30px 14px 48px; padding: 20px; } }

.privacy-summary { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 6vw, 90px); padding: 42px clamp(22px, 5vw, 72px) 48px; border-top: 1px solid var(--ink); background: var(--paper-deep); }
.privacy-summary .eyebrow { margin-bottom: 12px; }
.privacy-summary h2 { max-width: 560px; margin: 0; font-family: var(--serif); font-size: clamp(27px, 3vw, 42px); font-weight: 500; letter-spacing: -.04em; line-height: 1.35; }
.privacy-summary p:not(.eyebrow) { max-width: 570px; margin: 0 0 16px; color: #555b56; font-size: 13px; line-height: 1.85; }
.privacy-summary a, .privacy-return { color: var(--red); font-size: 12px; font-weight: 700; text-underline-offset: 4px; }

.privacy-page .privacy-main { overflow: visible; }
.privacy-intro { padding: clamp(60px, 8vw, 114px) clamp(22px, 9vw, 140px) 72px; border-bottom: 1px solid var(--ink); }
.privacy-intro h1 { font-size: clamp(50px, 7vw, 108px); line-height: 1.05; letter-spacing: -.07em; }
.privacy-intro > p:not(.eyebrow) { max-width: 690px; margin: 32px 0 0; font-family: var(--serif); font-size: clamp(16px, 2vw, 20px); line-height: 1.85; }
.privacy-intro .privacy-updated { margin-top: 30px !important; color: var(--muted); font-family: var(--sans) !important; font-size: 11px !important; letter-spacing: .06em; }
.privacy-content { padding: 0 clamp(22px, 9vw, 140px); }
.privacy-content section { display: grid; grid-template-columns: minmax(130px, .32fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 92px); padding: 44px 0 51px; border-bottom: 1px solid var(--line); scroll-margin-top: 24px; }
.privacy-number { padding-top: 7px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.privacy-content h2 { margin: 0 0 16px; font-family: var(--serif); font-size: clamp(26px, 3vw, 39px); font-weight: 500; letter-spacing: -.04em; }
.privacy-content p { max-width: 760px; margin: 0 0 16px; color: #505750; font-size: 14px; line-height: 1.95; overflow-wrap: anywhere; }
.privacy-content p:last-child { margin-bottom: 0; }
.privacy-content a, .privacy-page footer a { color: var(--red); text-underline-offset: 4px; }
.privacy-content code { padding: 1px 4px; color: var(--ink); background: var(--paper-deep); font-size: .9em; overflow-wrap: anywhere; }
.privacy-return { display: inline-block; margin: 50px clamp(22px, 9vw, 140px) 75px; }
@media (max-width: 620px) {
  .privacy-summary { grid-template-columns: 1fr; gap: 15px; padding-block: 32px 38px; }
  .privacy-intro { padding-bottom: 48px; }
  .privacy-content section { grid-template-columns: 1fr; gap: 7px; padding: 32px 0 38px; }
  .privacy-number { padding-top: 0; }
  .privacy-content p { font-size: 13px; }
}
