:root {
  --black: #07100d;
  --black-2: #0d1714;
  --ink: #111815;
  --paper: #eef2ec;
  --paper-2: #f8faf6;
  --white: #f6f8f3;
  --muted: #66706a;
  --line: #89938d;
  --line-dark: #40504a;
  --teal: #22d4bd;
  --teal-dark: #006e64;
  --acid: #d8ff4d;
  --yellow: #ffd55c;
  --coral: #ff7564;
  --red-dark: #8d2f28;
  --max: 1420px;
}

* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Arial, "Noto Sans", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}
button, input, select { font: inherit; letter-spacing: 0; }
a { color: inherit; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 14px;
  background: var(--yellow);
  color: #111;
  font: 800 12px/1 Consolas, monospace;
  text-decoration: none;
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 24px;
  border-bottom: 1px solid var(--line-dark);
  background: rgba(7, 16, 13, .96);
  backdrop-filter: blur(12px);
}
.brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--white);
  font: 800 10px/1 Consolas, monospace;
  text-decoration: none;
  white-space: nowrap;
}
.brand span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  background: var(--acid);
  color: var(--ink);
  font-size: 11px;
}
.site-header nav { display: flex; align-items: center; gap: 5px; }
.site-header nav a {
  min-height: 34px;
  display: flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid transparent;
  color: #b8c2bc;
  font: 800 9px/1 Consolas, monospace;
  text-decoration: none;
}
.site-header nav a:hover { border-color: var(--line-dark); color: var(--acid); }

.transparency-hero {
  position: relative;
  height: min(760px, calc(100svh - 110px));
  min-height: 600px;
  overflow: hidden;
  border-bottom: 1px solid var(--line-dark);
  isolation: isolate;
}
.transparency-hero__media, .transparency-hero__veil { position: absolute; inset: 0; }
.transparency-hero__media { z-index: -3; }
.transparency-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.transparency-hero__veil {
  z-index: -2;
  background: rgba(4, 10, 8, .55);
}
.transparency-hero__inner {
  width: min(var(--max), calc(100% - 64px));
  height: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .55fr);
  gap: 80px;
  align-items: end;
  padding: 70px 0 48px;
}
.transparency-hero__copy { max-width: 850px; }
.eyebrow {
  margin: 0;
  color: var(--teal);
  font: 800 10px/1.4 Consolas, monospace;
}
.transparency-hero h1 {
  max-width: 820px;
  margin: 18px 0 20px;
  color: var(--white);
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  overflow-wrap: anywhere;
}
.transparency-hero__copy > p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: #e3e9e4;
  font-size: 15px;
  line-height: 1.65;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.hero-actions a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid var(--teal);
  color: var(--teal);
  font: 800 10px/1 Consolas, monospace;
  text-decoration: none;
}
.hero-actions a:first-child { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.transparency-hero__copy > small {
  display: block;
  max-width: 700px;
  margin-top: 17px;
  color: #aab6af;
  font: 700 9px/1.55 Consolas, monospace;
}
.deadline-panel {
  min-width: 0;
  align-self: end;
  border: 1px solid rgba(216, 255, 77, .72);
  background: rgba(7, 16, 13, .86);
  box-shadow: 14px 14px 0 rgba(34, 212, 189, .14);
}
.deadline-panel header, .deadline-panel footer {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line-dark);
  color: #a9b4ae;
  font: 800 8px/1 Consolas, monospace;
}
.deadline-panel header b { color: var(--acid); }
.deadline-panel > strong {
  display: block;
  margin: 24px 16px 0;
  color: var(--acid);
  font: 800 92px/.82 Arial, sans-serif;
}
.deadline-panel > p {
  margin: 10px 16px 22px;
  color: var(--white);
  font: 800 10px/1.4 Consolas, monospace;
}
.deadline-panel dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 1px solid var(--line-dark); }
.deadline-panel dl div { min-width: 0; padding: 13px 14px; border-right: 1px solid var(--line-dark); }
.deadline-panel dl div:last-child { border-right: 0; }
.deadline-panel dt { color: #829089; font: 800 8px/1 Consolas, monospace; }
.deadline-panel dd { margin: 7px 0 0; color: var(--teal); font: 800 10px/1 Consolas, monospace; }
.deadline-panel footer { border-top: 1px solid var(--line-dark); border-bottom: 0; }

.evidence-rail {
  min-height: 76px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line-dark);
  background: #0b1512;
}
.evidence-rail div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 13px 24px;
  border-right: 1px solid var(--line-dark);
}
.evidence-rail div:last-child { border-right: 0; }
.evidence-rail b { color: var(--white); font: 800 13px/1 Consolas, monospace; overflow-wrap: anywhere; }
.evidence-rail span { margin-top: 7px; color: #7f8c85; font: 800 8px/1.3 Consolas, monospace; overflow-wrap: anywhere; }

.workbench-band { background: var(--paper); color: var(--ink); }
.workbench-shell, .method-shell { width: min(var(--max), calc(100% - 64px)); margin: auto; padding: 92px 0; }
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: 60px;
  align-items: end;
  margin-bottom: 38px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.section-heading h2 { max-width: 820px; margin: 8px 0 0; font-size: 42px; line-height: 1.05; overflow-wrap: anywhere; }
.section-heading > p { margin: 0; color: #46504b; font-size: 12px; line-height: 1.65; }
.workbench-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
  gap: 34px;
  align-items: start;
}
body[data-transparency-state="shared"] .workbench-grid { grid-template-columns: minmax(0, 1fr); }
body[data-transparency-state="shared"] .assessment-form { display: none; }
body[data-transparency-state="shared"] .result-console { width: 100%; max-width: 1080px; margin-inline: auto; }
.assessment-form {
  min-width: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: var(--paper-2);
}
.form-step { padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.form-step > header { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; align-items: start; margin-bottom: 23px; }
.form-step > header > span { color: var(--teal-dark); font: 800 18px/1 Consolas, monospace; }
.form-step header p { margin: 0 0 6px; color: var(--muted); font: 800 8px/1 Consolas, monospace; }
.form-step h3 { margin: 0; font-size: 23px; line-height: 1.1; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.field { min-width: 0; display: grid; gap: 7px; }
.field--wide { grid-column: 1 / -1; }
.field > span, .content-types legend {
  color: #4d5852;
  font: 800 8px/1.35 Consolas, monospace;
  overflow-wrap: anywhere;
}
.field > span small { color: #78827c; font-size: 7px; }
.field input, .field select {
  width: 100%;
  min-width: 0;
  height: 43px;
  border: 1px solid #8f9993;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  padding: 0 11px;
  font-size: 12px;
}
.field input:hover, .field select:hover { border-color: var(--teal-dark); }
.field input:invalid { border-color: var(--red-dark); }
.content-types { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; margin: 18px 0 0; padding: 0; border: 0; }
.content-types legend { margin-bottom: 9px; }
.content-types label { position: relative; min-width: 0; }
.content-types input { position: absolute; opacity: 0; pointer-events: none; }
.content-types span {
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8f9993;
  background: #fff;
  color: #4a544e;
  font: 800 8px/1 Consolas, monospace;
  cursor: pointer;
}
.content-types input:checked + span { border-color: var(--teal-dark); background: #d6f5ec; color: #004f48; }
.content-types input:focus-visible + span { outline: 3px solid var(--yellow); outline-offset: 3px; }
.c2pa-fields { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.c2pa-fields summary, .c2pa-output summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 26px;
  cursor: pointer;
  list-style: none;
  font: 800 9px/1.4 Consolas, monospace;
}
.c2pa-fields summary::-webkit-details-marker, .c2pa-output summary::-webkit-details-marker { display: none; }
.c2pa-fields summary::after, .c2pa-output summary::after { content: "+"; color: var(--teal-dark); font-size: 20px; }
.c2pa-fields[open] summary::after, .c2pa-output[open] summary::after { content: "-"; }
.c2pa-fields summary small, .c2pa-output summary small { margin-left: auto; color: var(--muted); font-size: 7px; }
.c2pa-fields > .field-grid { padding: 0 26px 26px; }
.form-actions { display: flex; flex-wrap: wrap; gap: 7px; padding: 22px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.form-actions button, .result-actions button {
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid #637069;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: 800 8px/1.2 Consolas, monospace;
  cursor: pointer;
}
.form-actions .primary-command { border-color: var(--teal-dark); background: var(--teal-dark); color: #fff; }
.form-error, .privacy-note { margin: 0; padding: 14px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font: 700 9px/1.55 Consolas, monospace; }
.form-error { background: #f9d8d3; color: var(--red-dark); }
.privacy-note { color: #57615c; background: #e4e9e3; }

.result-console {
  min-width: 0;
  position: sticky;
  top: 76px;
  max-height: calc(100vh - 96px);
  overflow: auto;
  border: 1px solid var(--line-dark);
  background: var(--black-2);
  color: var(--white);
  scrollbar-color: var(--teal) var(--black-2);
}
.result-console__head {
  min-height: 86px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--line-dark);
}
.result-console__head h2 { margin: 6px 0 0; font-size: 24px; line-height: 1.05; }
.result-console__head > span { flex: 0 0 auto; color: var(--yellow); font: 800 8px/1.3 Consolas, monospace; text-align: right; }
.result-placeholder { min-height: 310px; display: grid; place-content: center; gap: 16px; padding: 34px; text-align: center; }
.result-placeholder strong { color: var(--acid); font: 800 58px/1 Arial, sans-serif; }
.result-placeholder p { max-width: 430px; margin: 0; color: #aeb8b2; font-size: 12px; line-height: 1.65; }
.result-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid var(--line-dark); }
.result-summary div { min-width: 0; min-height: 82px; display: grid; align-content: center; gap: 6px; padding: 14px; border-right: 1px solid var(--line-dark); }
.result-summary div:last-child { border-right: 0; }
.result-summary strong { color: var(--acid); font: 800 25px/1 Consolas, monospace; }
.result-summary [data-summary-kind="review"] strong { color: var(--yellow); }
.result-summary [data-summary-kind="missing"] strong { color: var(--coral); }
.result-summary span { color: #8e9a93; font: 800 7px/1.35 Consolas, monospace; overflow-wrap: anywhere; }
.result-block { border-bottom: 1px solid var(--line-dark); }
.result-block > header { min-height: 48px; display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 8px; align-items: center; padding: 0 18px; border-bottom: 1px solid var(--line-dark); }
.result-block > header span { color: var(--teal); font: 800 9px/1 Consolas, monospace; }
.result-block h3 { margin: 0; font: 800 10px/1 Consolas, monospace; }
.obligation-row { padding: 17px 18px; border-bottom: 1px solid #293a34; }
.obligation-row:last-child { border-bottom: 0; }
.obligation-row__meta { display: flex; justify-content: space-between; gap: 14px; align-items: start; }
.obligation-row__meta div { min-width: 0; }
.obligation-row__meta span { color: #87938c; font: 800 7px/1 Consolas, monospace; }
.obligation-row__meta h4 { margin: 6px 0 0; font-size: 13px; line-height: 1.3; overflow-wrap: anywhere; }
.status-chip { flex: 0 0 auto; min-height: 25px; display: flex; align-items: center; padding: 0 8px; border: 1px solid #607069; color: #aeb8b2; font: 800 7px/1 Consolas, monospace; }
.obligation-row[data-status="likely-triggered"] .status-chip { border-color: var(--coral); color: var(--coral); }
.obligation-row[data-status="review-required"] .status-chip { border-color: var(--yellow); color: var(--yellow); }
.obligation-row[data-status="not-indicated"] { opacity: .68; }
.obligation-row > p { margin: 12px 0 0; color: #aeb8b2; font-size: 10px; line-height: 1.55; }
.obligation-row ul { margin: 12px 0 0; padding: 0; list-style: none; }
.obligation-row li { display: grid; grid-template-columns: 10px minmax(0, 1fr); gap: 7px; padding-top: 7px; color: #d8ded9; font-size: 9px; line-height: 1.45; }
.obligation-row li::before { content: ">"; color: var(--teal); font: 800 8px/1.4 Consolas, monospace; }
.obligation-row a { display: inline-flex; margin-top: 12px; color: var(--teal); font: 800 7px/1 Consolas, monospace; text-decoration: none; }
.disclosure-preview { padding: 17px 18px; border-bottom: 1px solid #293a34; }
.disclosure-preview:last-child { border-bottom: 0; }
.disclosure-preview header { display: flex; justify-content: space-between; gap: 12px; color: #8e9a93; font: 800 7px/1.35 Consolas, monospace; }
.disclosure-preview p { margin: 13px 0 0; padding: 13px; border-left: 3px solid var(--acid); background: #14201c; color: #f4f7f2; font-size: 11px; line-height: 1.6; }
.empty-output { margin: 0; padding: 18px; color: #8e9a93; font-size: 10px; line-height: 1.55; }
.evidence-item { min-height: 48px; display: grid; grid-template-columns: 10px minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 9px 18px; border-bottom: 1px solid #293a34; }
.evidence-item:last-child { border-bottom: 0; }
.evidence-item i { width: 9px; height: 9px; display: block; background: #69766f; }
.evidence-item[data-status="provided"] i { background: var(--teal); }
.evidence-item[data-status="missing"] i { background: var(--coral); }
.evidence-item[data-status="review"] i { background: var(--yellow); }
.evidence-item span { min-width: 0; font-size: 9px; line-height: 1.35; overflow-wrap: anywhere; }
.evidence-item b { color: #8e9a93; font: 800 7px/1 Consolas, monospace; }
.c2pa-output { border-bottom: 1px solid var(--line-dark); }
.c2pa-output summary { padding: 0 18px; }
.c2pa-output summary::after { color: var(--teal); }
.c2pa-output pre { max-height: 330px; margin: 0; overflow: auto; padding: 17px 18px; border-top: 1px solid var(--line-dark); background: #08100e; }
.c2pa-output code { color: #b9e8de; font: 700 8px/1.55 Consolas, monospace; white-space: pre-wrap; overflow-wrap: anywhere; }
.result-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; padding: 15px 18px; }
.result-actions button { min-width: 0; border-color: #53635c; color: var(--white); }
.result-actions button:first-child { border-color: var(--acid); color: var(--acid); }
.action-status { min-height: 31px; display: block; padding: 0 18px 12px; color: var(--teal); font: 800 8px/1.4 Consolas, monospace; }


.share-receipt { border-bottom: 1px solid var(--line-dark); background: #0b1512; }
.share-receipt > header { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 18px; border-bottom: 1px solid var(--line-dark); }
.share-receipt > header div { min-width: 0; display: grid; gap: 6px; }
.share-receipt > header span { color: var(--teal); font: 800 8px/1 Consolas, monospace; }
.share-receipt h3 { margin: 0; color: var(--white); font-size: 15px; line-height: 1.15; }
.share-receipt > header > b { max-width: 180px; padding: 7px 9px; border: 1px solid #53635c; color: #aeb8b2; text-align: right; font: 800 7px/1.35 Consolas, monospace; }
.share-receipt > header > b[data-state="matched"] { border-color: var(--teal); color: var(--acid); }
.share-receipt > header > b[data-state="invalid"] { border-color: var(--coral); color: var(--coral); }
.share-receipt > p { margin: 0; padding: 15px 18px; border-bottom: 1px solid var(--line-dark); color: #aeb8b2; font-size: 10px; line-height: 1.55; }
.share-receipt__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid var(--line-dark); }
.share-receipt__facts div { min-width: 0; min-height: 62px; display: grid; align-content: center; gap: 7px; padding: 11px 14px; border-right: 1px solid var(--line-dark); }
.share-receipt__facts div:last-child { border-right: 0; }
.share-receipt__facts span { color: #7f8d85; font: 800 7px/1 Consolas, monospace; }
.share-receipt__facts b { color: var(--teal); font: 800 8px/1.35 Consolas, monospace; overflow-wrap: anywhere; }
.share-receipt__digest { display: block; min-height: 34px; padding: 11px 18px; border-bottom: 1px solid var(--line-dark); color: #86a49a; font: 700 7px/1.45 Consolas, monospace; overflow-wrap: anywhere; }
.result-actions--receipt { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.result-actions--receipt button:first-child { border-color: var(--teal); color: var(--acid); }

.method-band { border-top: 1px solid var(--line-dark); background: #0d1714; }
.method-band .section-heading { border-color: var(--line-dark); }
.method-band .section-heading > p { color: #a9b4ae; }
.method-band .section-heading h2 { color: var(--white); }
.boundary-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.boundary-grid article { min-width: 0; min-height: 230px; padding: 24px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.boundary-grid article > span { color: var(--teal); font: 800 10px/1 Consolas, monospace; }
.boundary-grid h3 { margin: 42px 0 12px; font-size: 21px; line-height: 1.1; }
.boundary-grid p { margin: 0; color: #aeb8b2; font-size: 11px; line-height: 1.62; }
.source-ledger { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 28px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.source-ledger a { min-width: 0; min-height: 92px; display: grid; align-content: space-between; padding: 16px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); color: var(--white); text-decoration: none; }
.source-ledger span { color: #829088; font: 800 7px/1 Consolas, monospace; }
.source-ledger b { color: var(--teal); font: 800 9px/1.4 Consolas, monospace; overflow-wrap: anywhere; }
.source-ledger a:hover b { color: var(--acid); }

.site-footer {
  width: min(var(--max), calc(100% - 64px));
  min-height: 124px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.site-footer div { display: grid; gap: 8px; }
.site-footer strong { color: var(--acid); font: 800 11px/1 Consolas, monospace; }
.site-footer span { color: #87938c; font: 800 8px/1 Consolas, monospace; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 15px; }
.site-footer a { color: #b8c2bc; font: 800 8px/1 Consolas, monospace; text-decoration: none; }
.noscript { padding: 18px; background: var(--yellow); color: #111; text-align: center; font: 800 11px/1.4 Consolas, monospace; }

@media (max-width: 1100px) {
  .transparency-hero__inner { grid-template-columns: minmax(0, 1fr) 300px; gap: 34px; }
  .transparency-hero h1 { font-size: 50px; }
  .workbench-grid { grid-template-columns: 1fr; }
  .result-console { position: static; max-height: none; }
  .source-ledger { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .site-header { height: 52px; padding: 0 12px; }
  .brand b { max-width: 138px; overflow: hidden; text-overflow: ellipsis; }
  .site-header nav a { min-width: 32px; padding: 0 7px; }
  .site-header nav a:nth-child(3), .site-header nav a:nth-child(4) { display: none; }
  .transparency-hero {
    height: calc(100svh - 94px);
    min-height: 590px;
    max-height: 700px;
  }
  .transparency-hero__media img { object-position: 64% center; }
  .transparency-hero__veil { background: rgba(4, 10, 8, .69); }
  .transparency-hero__inner {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: end;
    padding: 38px 0 18px;
  }
  .transparency-hero h1 { max-width: 560px; margin: 12px 0 13px; font-size: 36px; line-height: 1.02; }
  .transparency-hero__copy > p:not(.eyebrow) { max-width: 560px; font-size: 12px; line-height: 1.5; }
  .hero-actions { margin-top: 18px; }
  .hero-actions a { min-height: 38px; padding: 0 11px; font-size: 8px; }
  .transparency-hero__copy > small { margin-top: 11px; font-size: 7px; }
  .deadline-panel { display: grid; grid-template-columns: auto minmax(0, 1fr); grid-template-rows: 34px 45px; box-shadow: 7px 7px 0 rgba(34, 212, 189, .12); }
  .deadline-panel header { grid-column: 1 / -1; min-height: 34px; }
  .deadline-panel > strong { grid-column: 1; grid-row: 2; align-self: center; margin: 0 12px; font-size: 38px; }
  .deadline-panel > p { grid-column: 2; grid-row: 2; align-self: center; margin: 0 12px 0 0; font-size: 8px; }
  .deadline-panel dl, .deadline-panel footer { display: none; }
  .evidence-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .evidence-rail div { min-height: 62px; padding: 10px 15px; }
  .evidence-rail div:nth-child(2) { border-right: 0; }
  .evidence-rail div:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .workbench-shell, .method-shell { width: calc(100% - 30px); padding: 62px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 15px; margin-bottom: 28px; }
  .section-heading h2 { font-size: 29px; }
  .field-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .form-step { padding: 21px 17px; }
  .content-types { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .c2pa-fields summary { min-height: 68px; padding: 0 17px; align-items: flex-start; justify-content: center; flex-direction: column; }
  .c2pa-fields summary::after { position: absolute; right: 17px; }
  .c2pa-fields summary small { margin-left: 0; }
  .c2pa-fields > .field-grid { padding: 0 17px 20px; }
  .form-actions { padding: 17px; }
  .form-actions button { flex: 1 1 120px; }
  .form-error, .privacy-note { padding: 13px 17px; }
  .result-console__head { align-items: flex-start; }
  .result-summary { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .result-summary div { min-height: 92px; padding: 11px; }
  .obligation-row__meta { flex-direction: column; }
  .status-chip { align-self: flex-start; }
  .share-receipt > header { align-items: flex-start; flex-direction: column; }
  .share-receipt > header > b { max-width: none; text-align: left; }
  .share-receipt__facts { grid-template-columns: 1fr; }
  .share-receipt__facts div { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .share-receipt__facts div:last-child { border-bottom: 0; }
  .result-actions { grid-template-columns: 1fr; }
  .boundary-grid, .source-ledger { grid-template-columns: 1fr; }
  .boundary-grid article { min-height: 190px; }
  .site-footer { width: calc(100% - 30px); min-height: 150px; align-items: flex-start; justify-content: center; flex-direction: column; }
  .site-footer nav { justify-content: flex-start; }
}

@media (max-width: 420px) {
  .transparency-hero h1 { font-size: 32px; }
  .hero-actions a { flex: 1 1 100%; }
  .result-console__head { flex-direction: column; }
  .result-console__head > span { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
