:root {
  --ink: #1f1e20;
  --charcoal: #29282b;
  --paper: #fff;
  --bone: #f5f3ef;
  --line: #ddd7ce;
  --steel: #615f5b;
  --accent: #e6ab00;
  --accent-deep: #b66b00;
  --accent-glow: #ffbe00;
  --accent-gradient: linear-gradient(135deg, var(--accent-glow), var(--accent) 55%, #ff5400);
  --green: #246b45;
  --green-bg: #e9f5ed;
  --yellow: #9a6500;
  --yellow-bg: #fff6d8;
  --red: #a83a2c;
  --red-bg: #fff0ed;
  --shadow-accent-soft: 0 14px 40px -24px rgb(230 171 0 / .5);
  --ease: cubic-bezier(.4, 0, .2, 1);
  --ease-spring: cubic-bezier(.22, 1, .36, 1);
  --radius: 16px;
}

* { box-sizing: border-box; }
html { background: var(--ink); overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bone);
  font: 400 16px/1.6 'Outfit', system-ui, sans-serif;
  font-feature-settings: 'ss01', 'cv11';
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
::selection { color: var(--paper); background: var(--accent-deep); }
a, button, input, textarea, label, summary { touch-action: manipulation; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.site-header {
  min-height: 64px;
  padding: 10px max(20px, env(safe-area-inset-right)) 10px max(20px, env(safe-area-inset-left));
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--paper);
  background: var(--ink);
  border-bottom: 1px solid rgb(255 255 255 / .12);
}
.brand, .header-link { color: inherit; text-decoration: none; }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: 11px; font: 600 12px/1 'JetBrains Mono', monospace; letter-spacing: .14em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; color: var(--ink); background: var(--accent-gradient); font: 700 20px/1 'Playfair Display', serif; }
.header-link { min-height: 44px; display: inline-flex; align-items: center; padding: 0 12px; color: rgb(255 255 255 / .75); }

main { min-height: calc(100svh - 124px); }
.lookup-section, .result-section { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.lookup-section { padding: 52px 0 60px; display: grid; gap: 32px; }
.eyebrow, .data-label, dt, .field-label, legend, .lead-grid label > span, .coverage, footer {
  margin: 0;
  color: var(--accent-deep);
  font: 600 11px/1.35 'JetBrains Mono', monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; font-family: 'Playfair Display', Georgia, serif; letter-spacing: -.025em; }
h1 { font-size: clamp(2.6rem, 2.05rem + 2.7vi, 4.75rem); line-height: 1; }
h2 { font-size: clamp(1.9rem, 1.6rem + 1.4vi, 2.75rem); line-height: 1.08; }
h3 { font-size: clamp(1.5rem, 1.38rem + .5vi, 1.95rem); line-height: 1.15; }
.intro { max-width: 620px; margin: 18px 0 0; color: var(--steel); font-size: 18px; }
.lookup-form { padding-top: 28px; border-top: 1px solid var(--line); }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
legend, .field-label { display: block; margin-bottom: 10px; padding: 0; }
.address-row { display: grid; gap: 10px; }
input, textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 15px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  font: 400 16px/1.45 'Outfit', sans-serif;
  transition: border-color 150ms var(--ease), box-shadow 150ms var(--ease);
}
textarea { resize: vertical; }
input:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgb(230 171 0 / .14); outline: 0; }
button {
  min-height: 50px;
  padding: 13px 22px;
  color: var(--ink);
  background: var(--accent-gradient);
  border: 0;
  border-radius: 999px;
  box-shadow: var(--shadow-accent-soft);
  cursor: pointer;
  font: 700 16px/1.2 'Outfit', sans-serif;
  transition: transform 300ms var(--ease-spring), box-shadow 300ms var(--ease), filter 150ms var(--ease);
  -webkit-tap-highlight-color: transparent;
}
button:active { transform: scale(.97); transition-duration: 100ms; filter: brightness(.95); }
button:disabled { cursor: wait; opacity: .58; }
.status { margin: 14px 0 0; color: var(--steel); }
.status:empty { display: none; }
.status.error, .status.success { padding: 11px 14px; border-radius: 10px; border-left: 3px solid currentColor; }
.status.error { color: #9b2c20; background: var(--red-bg); }
.status.success { color: #23613d; background: var(--green-bg); }
.coverage { margin-top: 18px; color: var(--steel); }
.input-note { margin: 8px 0 0; color: var(--steel); font-size: 16px; line-height: 1.5; }

.result-section { padding-bottom: 68px; }
.result-heading { padding: 34px 0 20px; border-top: 1px solid var(--line); }
.result-label { margin: 0; color: var(--accent-deep); font: 600 11px/1.35 'JetBrains Mono', monospace; letter-spacing: .16em; }
.result-heading h2 { margin-top: 10px; overflow-wrap: anywhere; }
.checked-date { margin: 10px 0 0; color: var(--steel); font: 500 12px/1.5 'JetBrains Mono', monospace; }
.record-note { margin: 0; color: var(--steel); font-size: 16px; line-height: 1.5; }
.record-meta { margin: 0; color: var(--steel); font-size: 14px; line-height: 1.45; }

.lead-card { margin-top: 22px; padding: 24px; color: var(--paper); background: var(--ink); border: 1px solid rgb(255 255 255 / .12); border-radius: var(--radius); }
.lead-copy .eyebrow { color: var(--accent-glow); }
.lead-copy h2 { margin-top: 9px; }
.lead-copy > p:last-child { color: rgb(255 255 255 / .65); }
.project-picker { margin: 24px 0 18px; }
.project-picker legend { color: rgb(255 255 255 / .52); }
.project-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.project-options label { position: relative; min-width: 0; }
.project-options input { position: absolute; opacity: 0; pointer-events: none; }
.project-options span {
  min-height: 48px;
  padding: 10px 12px;
  display: grid;
  place-items: center;
  color: rgb(255 255 255 / .8);
  border: 1px solid rgb(255 255 255 / .22);
  border-radius: 999px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  transition: color 150ms var(--ease), background 150ms var(--ease), border-color 150ms var(--ease), transform 300ms var(--ease-spring);
  -webkit-tap-highlight-color: transparent;
}
.project-options input:checked + span { color: var(--ink); background: var(--accent-gradient); border-color: transparent; box-shadow: var(--shadow-accent-soft); }
.project-options input:focus-visible + span { outline: 2px solid var(--accent-glow); outline-offset: 3px; }
.project-options span:active { transform: scale(.97); transition-duration: 100ms; }
.lead-grid { display: grid; gap: 14px; margin: 0 0 18px; }
.lead-grid label > span { display: block; margin-bottom: 8px; color: rgb(255 255 255 / .52); }
.lead-card input, .lead-card textarea { color: var(--paper); background: rgb(255 255 255 / .06); border-color: rgb(255 255 255 / .16); }
.lead-card input:focus, .lead-card textarea:focus { border-color: var(--accent-glow); box-shadow: 0 0 0 3px rgb(255 190 0 / .16); }
.lead-card button { width: 100%; }
.privacy-note { margin: 12px 0 0; color: rgb(255 255 255 / .58); font-size: 16px; line-height: 1.5; }
.lead-card .status { color: rgb(255 255 255 / .7); }
.lead-card .status.error { color: #ffb4aa; background: rgb(255 180 170 / .1); }
.lead-card .status.success { color: #baf4cf; background: rgb(186 244 207 / .1); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; min-height: 1px !important; opacity: 0 !important; }

.report-stack { display: grid; gap: 18px; }
.decision-banner, .report-section {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 24px 50px -42px rgb(31 30 32 / .6);
}
.decision-banner {
  padding: 24px;
  color: var(--ink);
  background: var(--yellow-bg);
  border-color: #e6cf7a;
  transition: background-color 300ms var(--ease), border-color 300ms var(--ease), color 300ms var(--ease);
}
.decision-banner.reading { background: var(--paper); border-color: var(--line); }
.decision-banner.green { background: var(--green-bg); border-color: #a7cfb5; }
.decision-banner.red { color: var(--paper); background: #3e1715; border-color: #7a2821; }
.decision-kicker { margin: 0 0 12px; display: flex; align-items: center; gap: 10px; font: 700 11px/1 'JetBrains Mono', monospace; letter-spacing: .15em; }
.signal-dot { position: relative; width: 10px; height: 10px; flex: 0 0 auto; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgb(154 101 0 / .13); }
.decision-banner.green .signal-dot { background: var(--green); box-shadow: 0 0 0 5px rgb(36 107 69 / .13); }
.decision-banner.red .signal-dot { background: #ff7767; box-shadow: 0 0 0 5px rgb(255 119 103 / .15); }
.decision-banner.reading .signal-dot { background: var(--accent); box-shadow: 0 0 18px 4px rgb(230 171 0 / .45); }
.decision-banner.reading .signal-dot::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--accent);
  animation: live-ping 1.5s var(--ease) infinite;
}
@keyframes live-ping { to { transform: scale(2.6); opacity: 0; } }
.decision-banner h3 { max-width: 800px; font-size: clamp(1.6rem, 1.38rem + 1vi, 2.35rem); }
.decision-banner > p:not(.decision-kicker) { max-width: 780px; margin: 12px 0 0; color: #554c3c; }
.decision-banner.reading > p:not(.decision-kicker) { color: var(--steel); }
.decision-banner.red > p:not(.decision-kicker) { color: rgb(255 255 255 / .72); }

.scan-steps { margin: 20px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.scan-step { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: baseline; gap: 4px 12px; color: var(--steel); font: 600 11px/1.3 'JetBrains Mono', monospace; letter-spacing: .12em; }
.scan-step::after { content: ''; grid-column: 1 / -1; height: 3px; border-radius: 2px; background: rgb(31 30 32 / .1); }
.scan-step.is-active { color: var(--accent-deep); }
.scan-step.is-active::after {
  background-image: linear-gradient(90deg, transparent, var(--accent) 50%, transparent);
  background-size: 55% 100%;
  background-repeat: no-repeat;
  animation: scan-sweep 1.2s var(--ease) infinite;
}
.scan-step.is-done { color: var(--ink); }
.scan-step.is-done::after { background: var(--accent); }
.scan-step.is-failed { color: var(--red); }
.scan-step.is-failed::after { background: rgb(168 58 44 / .35); }
@keyframes scan-sweep { from { background-position: -60% 0; } to { background-position: 160% 0; } }
.decision-banner.red .scan-step { color: rgb(255 255 255 / .6); }
.decision-banner.red .scan-step::after { background: rgb(255 255 255 / .16); }
.decision-banner.red .scan-step.is-done::after { background: rgb(255 255 255 / .5); }

.issue-list { margin: 22px 0 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.issue { padding: 14px 0; display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 12px; border-top: 1px solid rgb(31 30 32 / .12); }
.decision-banner.red .issue { border-color: rgb(255 255 255 / .14); }
.issue-signal, .mini-signal {
  align-self: start;
  display: inline-flex;
  justify-content: center;
  padding: 4px 6px;
  color: var(--yellow);
  background: var(--paper);
  border-radius: 6px;
  font: 700 11px/1.2 'JetBrains Mono', monospace;
  letter-spacing: .04em;
  white-space: nowrap;
}
.issue.green .issue-signal, .mini-signal.green { color: var(--green); }
.issue.yellow .issue-signal, .mini-signal.yellow { color: var(--yellow); }
.issue.red .issue-signal, .mini-signal.red { color: var(--red); }
.decision-banner.red .issue-signal { color: var(--paper); background: rgb(255 255 255 / .14); }
.issue strong { display: block; line-height: 1.25; }
.issue p { margin: 5px 0 0; color: var(--steel); font-size: 16px; line-height: 1.5; }
.decision-banner.red .issue p { color: rgb(255 255 255 / .65); }

.report-section { overflow: hidden; padding: 20px; background: var(--paper); }
.section-heading { margin-bottom: 16px; display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.section-heading h3 { min-width: 0; font-family: 'Outfit', sans-serif; font-size: clamp(1.3rem, 1.18rem + .55vi, 1.7rem); font-weight: 700; letter-spacing: -.015em; }
.source-chip { flex: 0 1 auto; max-width: 46%; padding: 6px 10px; color: var(--steel); background: var(--bone); border: 1px solid var(--line); border-radius: 999px; font: 600 11px/1.25 'JetBrains Mono', monospace; letter-spacing: .04em; text-align: center; }
.source-chip.loading { animation: soft-pulse 1.2s ease-in-out infinite alternate; }
@keyframes soft-pulse { to { opacity: .48; } }

.parcel-card { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; }
.parcel-card + .parcel-card { margin-top: 14px; }
.address-block { padding: 16px 16px 14px; background: var(--bone); border-bottom: 1px solid var(--line); }
.address-value { margin: 8px 0 4px; font: 700 clamp(1.3rem, 1.18rem + .8vi, 1.85rem)/1.18 'Playfair Display', Georgia, serif; overflow-wrap: anywhere; }
.parcel-line { margin: 0; color: var(--steel); font: 500 12px/1.5 'JetBrains Mono', monospace; }
.detail-grid { margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.detail-grid > div { min-width: 0; padding: 14px; border-bottom: 1px solid var(--line); }
.detail-grid > div:nth-child(odd) { border-right: 1px solid var(--line); }
.detail-grid > div:last-child { grid-column: 1 / -1; border-right: 0; }
dt { color: var(--steel); }
dd { margin: 6px 0 0; font: 700 clamp(1rem, .95rem + .3vi, 1.25rem)/1.25 'Outfit', sans-serif; overflow-wrap: anywhere; }
.detail-grid .record-meta { margin-top: 5px; font-size: 14px; }
.parcel-source { padding: 12px 14px; display: grid; gap: 8px; background: var(--bone); }
.parcel-source .text-link { justify-self: start; font-size: 15px; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--ink); font-weight: 700; text-underline-offset: 4px; transition: color 150ms var(--ease), transform 300ms var(--ease-spring); -webkit-tap-highlight-color: transparent; }
.text-link:active { transform: scale(.97); transition-duration: 100ms; }

.geometry-flag { margin: 0 0 14px; padding: 12px 14px; color: var(--ink); background: var(--yellow-bg); border-left: 3px solid var(--yellow); border-radius: 0 10px 10px 0; font-size: 16px; line-height: 1.5; }
.constraint-grid { display: grid; gap: 10px; }
.constraint-card { padding: 16px; border: 1px solid var(--line); border-left-width: 5px; border-radius: 10px; }
.constraint-card.green { border-left-color: var(--green); background: var(--green-bg); }
.constraint-card.yellow { border-left-color: var(--yellow); background: var(--yellow-bg); }
.constraint-card.red { border-left-color: var(--red); background: var(--red-bg); }
.constraint-card.loading { background: var(--bone); }
.constraint-heading { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.constraint-heading .data-label { min-width: 0; }
.method-label { margin: 9px 0 0; color: var(--steel); font: 700 11px/1.35 'JetBrains Mono', monospace; letter-spacing: .06em; text-transform: uppercase; }
.constraint-note { margin: 12px 0 0; font-size: 16px; line-height: 1.5; }
.spatial-facts { margin: 12px 0 0; display: grid; gap: 9px; }
.spatial-facts > div { padding-top: 9px; border-top: 1px solid rgb(31 30 32 / .12); }
.spatial-facts dd { margin-top: 4px; font: 700 1.05rem/1.3 'Outfit', sans-serif; }
.code-source { margin-top: 12px; padding-top: 8px; border-top: 1px solid rgb(31 30 32 / .12); }
.code-source .text-link { min-height: 44px; }
.zone-list { margin-top: 12px; border-top: 1px solid rgb(31 30 32 / .12); }
.zone-row { padding: 11px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid rgb(31 30 32 / .12); }
.zone-row .record-meta { margin: 3px 0 0; }
.zone-percent { flex: 0 0 auto; font: 700 1.15rem/1 'JetBrains Mono', monospace; }
.slope-bands { margin-top: 12px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.slope-band { min-width: 0; padding: 10px 8px; display: grid; gap: 5px; background: rgb(255 255 255 / .62); border: 1px solid rgb(31 30 32 / .12); border-radius: 8px; text-align: center; }
.slope-band strong { font: 700 1.15rem/1 'JetBrains Mono', monospace; }
.flat-pad-value { margin: 15px 0 2px; font: 700 1.8rem/1 'Playfair Display', Georgia, serif; }

.screen-list { margin-top: 10px; border: 1px solid var(--line); border-radius: 10px; }
.screen-row + .screen-row { border-top: 1px solid var(--line); }
.screen-row summary {
  min-height: 52px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) auto 14px;
  align-items: center;
  gap: 10px;
  list-style: none;
  cursor: pointer;
  transition: background 150ms var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.screen-row summary::-webkit-details-marker { display: none; }
.screen-row summary::after { content: ''; width: 8px; height: 8px; border-right: 2px solid var(--steel); border-bottom: 2px solid var(--steel); transform: rotate(45deg) translate(-2px, -2px); transition: transform 300ms var(--ease); }
.screen-row[open] summary::after { transform: rotate(-135deg) translate(-2px, -2px); }
.screen-row summary:active { background: var(--bone); }
.screen-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--yellow); }
.screen-dot.green { background: var(--green); }
.screen-dot.red { background: var(--red); }
.screen-name { min-width: 0; font-weight: 600; }
.screen-state { color: var(--steel); font: 700 11px/1.2 'JetBrains Mono', monospace; letter-spacing: .04em; }
.screen-row[open] summary { border-bottom: 1px solid var(--line); }
.screen-body { padding: 12px 14px 14px; display: grid; gap: 8px; background: var(--bone); border-radius: 0 0 9px 9px; }

.report-section h4 { margin: 24px 0 8px; font-family: 'Outfit', sans-serif; font-size: 1.05rem; }
.cost-list { border-top: 1px solid var(--line); }
.cost-row { padding: 13px 0; display: grid; grid-template-columns: 10px minmax(0, 1fr); gap: 12px; border-bottom: 1px solid var(--line); }
.cost-row .screen-dot { margin-top: 8px; }
.cost-row strong { display: block; }
.cost-row p { margin: 4px 0 0; color: var(--steel); font-size: 16px; line-height: 1.5; }

.comp-list { margin-top: 14px; display: grid; gap: 9px; }
.comp-card { padding: 14px; background: var(--bone); border: 1px solid var(--line); border-radius: 10px; }
.comp-price { margin: 0; font-size: 1.4rem; font-weight: 700; }
.comp-address { margin: 3px 0 6px; font-weight: 600; }
.comp-meta { margin: 0; color: var(--steel); font: 500 12px/1.5 'JetBrains Mono', monospace; }
.empty-state { margin: 12px 0 0; padding: 16px; color: var(--steel); background: var(--bone); border-radius: 10px; }

#build-summary { margin: 0; }
#build-points { margin: 12px 0 0; padding-left: 20px; }
#build-points li + li { margin-top: 6px; }
.confirmation { margin: 16px 0 0; padding-top: 14px; border-top: 1px solid var(--line); font-weight: 700; }
.verify-list { margin: 0; padding: 0; list-style: none; counter-reset: verify; }
.verify-list li { padding: 13px 0; display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 4px 10px; border-top: 1px solid var(--line); counter-increment: verify; }
.verify-list li::before { grid-row: 1 / 3; content: counter(verify); width: 24px; height: 24px; display: grid; place-items: center; color: var(--ink); background: var(--accent); border-radius: 50%; font: 700 11px/1 'JetBrains Mono', monospace; }
.verify-list strong { line-height: 1.3; }
.verify-list span { color: var(--steel); font-size: 14px; }

footer { min-height: 60px; padding: 18px 20px calc(18px + env(safe-area-inset-bottom)); display: flex; justify-content: space-between; gap: 20px; color: rgb(255 255 255 / .45); background: var(--ink); border-top: 1px solid rgb(255 255 255 / .1); }

@media (hover: hover) {
  .header-link:hover { color: var(--accent-glow); }
  .text-link:hover { color: var(--accent-deep); }
  .project-options span:hover { color: var(--paper); border-color: rgb(255 255 255 / .5); }
  .screen-row summary:hover { background: var(--bone); }
  button:hover { transform: scale(1.02); box-shadow: 0 14px 35px -18px rgb(230 171 0 / .75); filter: brightness(1.03); }
}

@media (min-width: 760px) {
  .lookup-section { grid-template-columns: minmax(0, 1fr) minmax(440px, .85fr); align-items: end; padding: 80px 0 88px; }
  .lookup-form { padding: 0 0 0 36px; border-top: 0; border-left: 1px solid var(--line); }
  .address-row { grid-template-columns: minmax(0, 1fr) auto; }
  .result-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; column-gap: 24px; }
  .result-heading .result-label, .result-heading h2 { grid-column: 1; }
  .checked-date { grid-column: 2; grid-row: 2; margin: 0; text-align: right; }
  .lead-card { padding: 34px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 50px; }
  .project-picker { margin-top: 0; }
  .project-options { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lead-grid { grid-template-columns: 1fr 1fr; }
  .lead-grid .lead-note-field { grid-column: 1 / -1; }
  .decision-banner, .report-section { padding: 28px; }
  .scan-steps { grid-template-columns: 1fr 1fr; gap: 12px 20px; }
  .constraint-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zoning-card { grid-column: 1 / -1; }
  .spatial-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .comp-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .detail-grid > div, .detail-grid > div:nth-child(odd) { border-right: 1px solid var(--line); }
  .detail-grid > div:nth-child(4n), .detail-grid > div:last-child { border-right: 0; }
  .parcel-source { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
}

@media (max-width: 420px) {
  .lookup-section, .result-section { width: min(100% - 32px, 1120px); }
  .lookup-section { padding-top: 40px; }
  .decision-banner, .report-section { padding: 17px; }
  .source-chip { max-width: 44%; }
  .detail-grid > div { padding: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .001ms !important; }
  .decision-banner.reading .signal-dot::after { display: none; }
  .scan-step.is-active::after { background: rgb(31 30 32 / .3); }
}
