@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&family=IBM+Plex+Mono:wght@400;500;600&display=swap");

:root {
  --ink: #192329;
  --ink-soft: #26343b;
  --paper: #f4f1eb;
  --paper-deep: #e8e3da;
  --paper-line: rgba(25, 35, 41, 0.15);
  --white: #fffdf8;
  --lime: #c8f264;
  --lime-soft: #e9f8bc;
  --coral: #ed795c;
  --coral-soft: #fde2d9;
  --amber: #e6ab4f;
  --amber-soft: #f8e9c7;
  --slate: #78858a;
  --display: "Fraunces", Georgia, serif;
  --body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --radius-lg: 26px;
  --radius-md: 14px;
  --shadow: 0 24px 70px rgba(22, 31, 35, 0.13);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: .32;
  background-image: linear-gradient(rgba(25, 35, 41, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(25, 35, 41, .04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }

:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.topbar {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--paper-line);
}

.brand, .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.brand em { color: var(--coral); font-style: normal; }

.brand-mark {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: end;
  gap: 3px;
  padding: 4px;
  border: 1px solid var(--ink);
  border-radius: 7px 7px 7px 2px;
  transform: rotate(-8deg);
}

.brand-mark i { display: block; width: 4px; border-radius: 2px; background: var(--ink); }
.brand-mark i:nth-child(1) { height: 8px; opacity: .45; }
.brand-mark i:nth-child(2) { height: 13px; opacity: .72; }
.brand-mark i:nth-child(3) { height: 17px; background: var(--coral); }

.topnav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.topnav a { color: var(--slate); font-size: 12px; font-weight: 600; letter-spacing: .02em; transition: color .2s ease; }
.topnav a:hover { color: var(--ink); }

.top-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  border-radius: 999px;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.top-cta {
  padding: 11px 16px;
  color: var(--paper);
  background: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
}

.top-cta:hover, .button:hover { transform: translateY(-2px); }
.top-cta span, .button span { font-size: 16px; line-height: 1; }

.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
  align-items: center;
  gap: 88px;
  padding-block: 72px 92px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 24px;
  color: var(--coral);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1.3;
}

.eyebrow span:not(.eyebrow-dot) { color: inherit; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(237, 121, 92, .15); }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 600; letter-spacing: -.055em; }
h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(54px, 6vw, 84px); line-height: .98; }
h1 span, h2 i { color: var(--coral); font-style: normal; }

.hero-lede { max-width: 455px; margin-bottom: 32px; color: #637077; font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 42px; }
.button { min-height: 48px; padding: 14px 20px; font-size: 12px; font-weight: 700; letter-spacing: .01em; }
.button-primary { color: var(--ink); background: var(--lime); box-shadow: 0 9px 0 rgba(25, 35, 41, .1); }
.button-primary:hover { background: #d7fb83; box-shadow: 0 12px 20px rgba(25, 35, 41, .13); }
.button-quiet { color: var(--ink); background: transparent; border: 1px solid var(--paper-line); }
.button-quiet:hover { background: var(--white); }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:disabled { cursor: not-allowed; opacity: .35; transform: none; }
.button-dark.is-loading { cursor: wait; }
.button-spinner { width: 12px; height: 12px; display: inline-block; border: 2px solid rgba(244,241,235,.35); border-top-color: var(--lime); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.trust-line { display: flex; flex-wrap: wrap; gap: 20px; color: var(--slate); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.trust-line b { margin-right: 5px; color: var(--ink); font-weight: 500; }

.hero-sheet {
  position: relative;
  max-width: 470px;
  min-height: 430px;
  margin-left: auto;
  padding: 28px 32px 24px;
  color: var(--paper);
  background: var(--ink);
  border-radius: 4px 4px 26px 4px;
  box-shadow: 20px 24px 0 var(--coral), var(--shadow);
  transform: rotate(2.4deg);
}

.hero-sheet::before { position: absolute; inset: 14px; border: 1px solid rgba(244,241,235,.16); border-radius: 2px 2px 17px 2px; pointer-events: none; content: ""; }
.sheet-topline, .sheet-foot { display: flex; justify-content: space-between; color: rgba(244,241,235,.52); font-family: var(--mono); font-size: 9px; letter-spacing: .13em; }
.sheet-topline { padding-bottom: 25px; border-bottom: 1px solid rgba(244,241,235,.16); }
.sheet-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-block: 34px 28px; }
.sheet-kicker, .report-kicker { margin-bottom: 12px; color: var(--lime); font-family: var(--mono); font-size: 9px; letter-spacing: .16em; }
.sheet-title-row h2 { margin: 0; font-size: 38px; line-height: .97; }
.sheet-stamp { padding: 6px 7px; color: var(--ink); background: var(--lime); font-family: var(--mono); font-size: 8px; font-weight: 600; letter-spacing: .1em; transform: rotate(-4deg); }
.sheet-rule { width: 68%; height: 1px; margin-bottom: 17px; background: var(--coral); }
.sheet-finding { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 12px; padding-block: 16px; border-bottom: 1px solid rgba(244,241,235,.12); }
.finding-dot { width: 8px; height: 8px; display: block; border-radius: 50%; }
.finding-red .finding-dot { background: var(--coral); box-shadow: 0 0 0 5px rgba(237,121,92,.13); }
.finding-yellow .finding-dot { background: var(--amber); box-shadow: 0 0 0 5px rgba(230,171,79,.13); }
.sheet-finding strong { display: block; margin-bottom: 3px; font-size: 13px; font-weight: 600; }
.sheet-finding small { color: rgba(244,241,235,.54); font-family: var(--mono); font-size: 9px; letter-spacing: .04em; }
.finding-arrow { color: var(--lime); font-size: 19px; }
.sheet-foot { padding-top: 22px; }
.sheet-margin-note { position: absolute; right: -35px; bottom: 74px; padding: 9px 8px; color: var(--ink); background: var(--lime); font-family: var(--mono); font-size: 8px; font-weight: 600; letter-spacing: .12em; line-height: 1.45; text-align: center; transform: rotate(9deg); }

.signal-bar { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; padding: 17px 0 19px; border-top: 1px solid var(--paper-line); border-bottom: 1px solid var(--paper-line); }
.signal-label, .signal-note, .mono-label, .summary-label, .micro-label, .evidence-label { color: var(--slate); font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: .14em; }
.signal-bar p { margin: 0; color: var(--ink-soft); font-family: var(--display); font-size: 18px; letter-spacing: -.025em; }
.signal-line { height: 1px; background: var(--paper-line); }
.signal-note { color: var(--coral); }

.section { padding-block: 150px; }
.quick-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.section-heading h2, .process-intro h2, .closing h2 { margin-bottom: 20px; font-size: clamp(44px, 5vw, 63px); line-height: .98; }
.section-heading > p:last-child { max-width: 280px; color: var(--slate); font-size: 14px; line-height: 1.7; }
.section-heading-wide > p:last-child { max-width: 470px; }

.upload-card { padding: 25px; background: var(--white); border: 1px solid var(--paper-line); border-radius: var(--radius-lg); box-shadow: 0 10px 40px rgba(25,35,41,.04); }
.upload-card-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 18px; }
.local-badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 8px; color: #56731e; background: var(--lime-soft); font-family: var(--mono); font-size: 9px; font-weight: 600; letter-spacing: .09em; }
.lock-icon { font-size: 14px; line-height: .7; transform: rotate(180deg); }
.dropzone { min-height: 235px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 25px; border: 1px dashed rgba(25,35,41,.28); border-radius: 18px; background: #faf8f3; text-align: center; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.dropzone:hover, .dropzone.is-dragging { border-color: var(--coral); background: #fff7f1; transform: translateY(-2px); }
.dropzone.has-file { border-style: solid; border-color: #8fbf35; background: #f7fbe9; }
.dropzone input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.drop-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 14px; color: var(--ink); border: 1px solid var(--ink); border-radius: 50%; font-size: 24px; font-weight: 400; line-height: 1; }
.drop-title { margin-bottom: 8px; font-family: var(--display); font-size: 25px; font-weight: 600; letter-spacing: -.03em; }
.drop-subtitle { color: var(--slate); font-size: 13px; }
.drop-meta { margin-top: 25px; color: #a4aba8; font-family: var(--mono); font-size: 9px; letter-spacing: .07em; }
.file-row { display: flex; align-items: center; gap: 12px; margin-top: 13px; padding: 12px 13px; border: 1px solid var(--paper-line); border-radius: 12px; background: #faf8f3; }
.file-type { width: 36px; height: 36px; display: grid; place-items: center; color: var(--coral); border: 1px solid var(--coral); border-radius: 8px; font-family: var(--mono); font-size: 9px; font-weight: 600; }
.file-details { min-width: 0; display: flex; flex: 1; flex-direction: column; gap: 2px; }
.file-details strong { overflow: hidden; color: var(--ink); font-size: 12px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.file-details span { color: var(--slate); font-family: var(--mono); font-size: 9px; }
.icon-button, .text-button { border: 0; background: transparent; }
.icon-button { width: 28px; height: 28px; color: var(--slate); border-radius: 50%; font-size: 22px; line-height: 1; }
.icon-button:hover { color: var(--coral); background: var(--coral-soft); }
.upload-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 18px; }
.upload-note { display: flex; align-items: flex-start; gap: 8px; max-width: 320px; margin: 0; color: var(--slate); font-size: 11px; line-height: 1.5; }
.note-mark { width: 17px; height: 17px; flex: 0 0 17px; display: inline-grid; place-items: center; color: var(--ink); border: 1px solid rgba(25,35,41,.4); border-radius: 50%; font-family: var(--mono); font-size: 10px; }
.status { min-height: 18px; margin-top: 14px; color: var(--slate); font-family: var(--mono); font-size: 10px; line-height: 1.5; }
.status.ready { color: #56731e; }
.status.working { color: var(--coral); }
.status.success { color: #56731e; }
.status.warning { color: #9b6b20; }
.status.error { color: #b34932; }

.result-section { padding-block: 0 140px; }
.result-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--paper-line); }
.result-header .eyebrow { margin-bottom: 12px; }
.result-header h2 { margin: 0; font-size: clamp(32px, 4vw, 49px); line-height: 1; }
.text-button { padding: 6px 0; color: var(--slate); font-family: var(--mono); font-size: 10px; letter-spacing: .04em; }
.text-button:hover { color: var(--coral); }
.result-grid { display: grid; grid-template-columns: .46fr 1.54fr; gap: 30px; padding-top: 28px; }
.result-summary { display: flex; flex-direction: column; gap: 12px; }
.summary-card { padding: 18px; background: var(--white); border: 1px solid var(--paper-line); border-radius: 13px; }
.summary-card strong { display: block; margin: 9px 0 5px; font-family: var(--display); font-size: 26px; letter-spacing: -.04em; }
.summary-sub { display: block; color: var(--slate); font-family: var(--mono); font-size: 9px; line-height: 1.4; }
.result-boundary, .report-disclaimer { display: flex; align-items: flex-start; gap: 9px; padding: 13px; color: #68736f; background: #e9e5dd; border-radius: 12px; }
.result-boundary p, .report-disclaimer p { margin: 0; font-size: 11px; line-height: 1.5; }
.issue-list { display: flex; flex-direction: column; gap: 10px; }
.quick-issue { display: grid; grid-template-columns: 45px 1fr auto; align-items: start; gap: 15px; padding: 18px 20px; background: var(--white); border: 1px solid var(--paper-line); border-left: 4px solid var(--coral); border-radius: 0 14px 14px 0; transition: transform .2s ease, box-shadow .2s ease; }
.quick-issue:hover { transform: translateX(4px); box-shadow: 0 10px 22px rgba(25,35,41,.06); }
.issue-index { color: var(--coral); font-family: var(--mono); font-size: 11px; font-weight: 600; }
.issue-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: var(--slate); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.potential-pill { color: #9e442e; }
.issue-body h3 { margin: 10px 0 10px; font-size: 16px; font-weight: 600; letter-spacing: -.02em; }
.issue-body blockquote { margin: 0; padding-left: 12px; color: #67736f; border-left: 2px solid var(--paper-deep); font-family: var(--display); font-size: 15px; line-height: 1.45; }
.issue-caret { align-self: center; color: var(--coral); font-size: 20px; }
.no-issues { display: flex; align-items: flex-start; gap: 14px; padding: 24px; background: var(--lime-soft); border-radius: 14px; }
.no-issues-mark { width: 28px; height: 28px; display: grid; place-items: center; color: #56731e; border: 1px solid #8fbf35; border-radius: 50%; }
.no-issues strong { display: block; margin-bottom: 6px; font-size: 14px; }
.no-issues p { margin: 0; color: #607238; font-size: 12px; line-height: 1.5; }

.samples-section { padding-top: 50px; }
.sample-layout { display: grid; grid-template-columns: 275px 1fr; gap: 28px; margin-top: 55px; }
.sample-picker { display: flex; flex-direction: column; gap: 7px; }
.sample-tab { display: grid; grid-template-columns: 49px 1fr 20px; align-items: center; gap: 9px; width: 100%; padding: 14px 12px; color: var(--slate); border: 1px solid transparent; border-radius: 10px; background: transparent; text-align: left; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.sample-tab:hover { color: var(--ink); transform: translateX(3px); }
.sample-tab.is-active { color: var(--ink); border-color: var(--paper-line); background: var(--white); box-shadow: 0 9px 25px rgba(25,35,41,.05); }
.sample-tab-code { color: var(--coral); font-family: var(--mono); font-size: 10px; font-weight: 600; }
.sample-tab > span:nth-child(2) { font-size: 12px; font-weight: 600; line-height: 1.3; }
.sample-tab-arrow { justify-self: end; color: var(--coral); font-size: 17px; opacity: 0; }
.sample-tab.is-active .sample-tab-arrow { opacity: 1; }
.sample-report { min-width: 0; padding: 27px 28px 24px; background: var(--ink); border-radius: 5px 24px 5px 5px; color: var(--paper); box-shadow: 14px 16px 0 var(--lime); }
.report-topline { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 18px; color: rgba(244,241,235,.5); border-bottom: 1px solid rgba(244,241,235,.15); font-family: var(--mono); font-size: 9px; letter-spacing: .11em; }
.report-heading { display: flex; justify-content: space-between; gap: 20px; padding-block: 28px 20px; }
.report-kicker { color: var(--lime); }
.report-heading h3 { max-width: 520px; margin-bottom: 7px; font-family: var(--display); font-size: clamp(27px, 3vw, 38px); font-weight: 600; letter-spacing: -.045em; line-height: 1; }
.report-heading p { margin: 0; color: rgba(244,241,235,.55); font-size: 12px; }
.report-glyph { color: var(--lime); font-size: 35px; line-height: 1; }
.report-stats { display: flex; align-items: stretch; gap: 0; padding-block: 18px; border-block: 1px solid rgba(244,241,235,.15); }
.report-stats > div:not(.report-status) { min-width: 86px; padding-right: 19px; margin-right: 19px; border-right: 1px solid rgba(244,241,235,.15); }
.report-stats strong { display: block; margin-bottom: 3px; font-family: var(--display); font-size: 27px; line-height: 1; }
.report-stats span { color: rgba(244,241,235,.5); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }
.report-stats > div:first-child strong { color: var(--coral); }
.report-stats > div:nth-child(2) strong { color: var(--amber); }
.report-status { display: flex; align-items: center; gap: 9px; margin-left: auto; }
.report-status span:last-child { color: var(--lime); line-height: 1.4; }
.status-led { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(200,242,100,.13); }
.report-summary { max-width: 650px; margin: 22px 0 26px; color: rgba(244,241,235,.78); font-family: var(--display); font-size: 18px; line-height: 1.4; letter-spacing: -.02em; }
.sample-findings { border-top: 1px solid rgba(244,241,235,.15); }
.sample-finding { padding-block: 21px 24px; border-bottom: 1px solid rgba(244,241,235,.15); }
.sample-finding-top { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; color: rgba(244,241,235,.47); font-family: var(--mono); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.severity { padding: 4px 6px; font-weight: 600; letter-spacing: .13em; }
.severity-red { color: #5f2016; background: var(--coral); }
.severity-yellow { color: #4f3b1b; background: var(--amber); }
.sample-category { color: var(--lime); }
.sample-section { margin-left: auto; }
.sample-finding-index { color: rgba(244,241,235,.32); }
.sample-finding h3 { max-width: 670px; margin: 12px 0 15px; font-size: 18px; font-weight: 600; letter-spacing: -.02em; }
.sample-evidence { display: grid; grid-template-columns: 73px 1fr; gap: 15px; align-items: start; }
.evidence-label { padding-top: 4px; color: rgba(244,241,235,.4); }
.sample-evidence blockquote { margin: 0; padding-left: 13px; color: rgba(244,241,235,.8); border-left: 2px solid var(--coral); font-family: var(--display); font-size: 15px; line-height: 1.45; }
.sample-finding-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 20px; }
.micro-label { display: block; margin-bottom: 7px; color: rgba(244,241,235,.38); }
.sample-finding-bottom p { margin: 0; color: rgba(244,241,235,.67); font-size: 11px; line-height: 1.55; }
.report-disclaimer { margin-top: 20px; color: rgba(244,241,235,.64); background: rgba(244,241,235,.09); }
.report-disclaimer .note-mark { color: var(--paper); border-color: rgba(244,241,235,.4); }

.process-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; border-top: 1px solid var(--paper-line); }
.process-intro h2 { max-width: 360px; }
.process-list { border-top: 1px solid var(--paper-line); }
.process-item { display: grid; grid-template-columns: 65px 1fr; gap: 20px; padding-block: 25px; border-bottom: 1px solid var(--paper-line); }
.process-number { color: var(--coral); font-family: var(--mono); font-size: 11px; }
.process-item h3 { margin-bottom: 8px; font-size: 16px; font-weight: 600; }
.process-item p { max-width: 410px; margin: 0; color: var(--slate); font-size: 13px; line-height: 1.6; }

.closing { position: relative; overflow: hidden; padding: 90px 75px; color: var(--paper); background: var(--ink); border-radius: 4px 4px 28px 4px; box-shadow: 15px 17px 0 var(--coral); }
.closing::after { position: absolute; right: -75px; bottom: -130px; width: 350px; height: 350px; border: 1px solid rgba(200,242,100,.2); border-radius: 50%; box-shadow: 0 0 0 35px rgba(200,242,100,.06), 0 0 0 70px rgba(200,242,100,.04); content: ""; }
.closing-mark { position: absolute; top: 46px; right: 72px; color: var(--lime); font-size: 45px; transform: rotate(11deg); }
.closing .eyebrow { color: var(--lime); }
.closing h2 { position: relative; z-index: 1; max-width: 520px; margin-bottom: 30px; font-size: clamp(48px, 6vw, 78px); }
.closing h2 i { color: var(--lime); }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 45px 65px; color: var(--slate); font-size: 10px; }
.footer-brand { color: var(--ink); }
.footer-brand .brand-mark { transform: rotate(-8deg) scale(.85); }
.footer p { margin: 0; font-family: var(--mono); font-size: 9px; letter-spacing: .04em; }
.footer > a { font-family: var(--mono); font-size: 9px; }
.footer > a:hover { color: var(--coral); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 65px; padding-top: 62px; }
  .hero-sheet { width: min(100%, 490px); margin-inline: auto; }
  .quick-section, .process-section { grid-template-columns: 1fr; gap: 48px; }
  .section-heading > p:last-child { max-width: 480px; }
  .sample-layout { grid-template-columns: 1fr; }
  .sample-picker { display: grid; grid-template-columns: repeat(4, 1fr); }
  .sample-tab { grid-template-columns: 1fr; gap: 7px; min-height: 90px; }
  .sample-tab-arrow { display: none; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 30px, 1160px); }
  .topbar { height: 74px; gap: 12px; }
  .topnav { display: none; }
  .top-cta { padding: 10px 12px; font-size: 10px; }
  .hero { min-height: auto; padding-block: 58px 72px; }
  h1 { font-size: clamp(48px, 14vw, 70px); }
  .hero-lede { font-size: 14px; }
  .trust-line { gap: 12px; font-size: 8px; }
  .hero-sheet { min-height: 385px; padding: 23px 22px 19px; box-shadow: 11px 14px 0 var(--coral), var(--shadow); }
  .sheet-title-row { padding-block: 28px 22px; }
  .sheet-title-row h2 { font-size: 31px; }
  .sheet-margin-note { right: -22px; bottom: 51px; }
  .signal-bar { grid-template-columns: 1fr auto; gap: 10px; }
  .signal-bar p { grid-column: 1 / -1; grid-row: 1; font-size: 16px; }
  .signal-label { grid-row: 2; }
  .signal-line { display: none; }
  .section { padding-block: 98px; }
  .quick-section { padding-top: 95px; }
  .section-heading h2, .process-intro h2 { font-size: 47px; }
  .upload-card { padding: 15px; }
  .upload-card-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .dropzone { min-height: 205px; padding: 18px; }
  .drop-title { font-size: 22px; }
  .upload-footer { align-items: stretch; flex-direction: column; }
  .upload-footer .button { width: 100%; }
  .result-section { padding-bottom: 94px; }
  .result-header { align-items: flex-start; flex-direction: column; gap: 8px; }
  .result-grid { grid-template-columns: 1fr; }
  .quick-issue { grid-template-columns: 28px 1fr; gap: 10px; padding: 15px; }
  .issue-caret { display: none; }
  .issue-meta { gap: 5px; font-size: 7px; }
  .issue-body h3 { font-size: 14px; }
  .issue-body blockquote { font-size: 14px; }
  .samples-section { padding-top: 40px; }
  .sample-layout { margin-top: 35px; }
  .sample-picker { grid-template-columns: repeat(2, 1fr); }
  .sample-tab { min-height: 80px; padding: 11px; }
  .sample-tab > span:nth-child(2) { font-size: 11px; }
  .sample-report { padding: 19px 16px 18px; box-shadow: 8px 10px 0 var(--lime); }
  .report-topline { align-items: flex-start; flex-direction: column; gap: 5px; font-size: 8px; }
  .report-heading { padding-block: 23px 17px; }
  .report-heading h3 { font-size: 28px; }
  .report-glyph { font-size: 28px; }
  .report-stats { flex-wrap: wrap; gap: 14px 0; }
  .report-stats > div:not(.report-status) { min-width: 25%; padding-right: 10px; margin-right: 10px; }
  .report-stats strong { font-size: 22px; }
  .report-stats span { font-size: 7px; }
  .report-status { width: 100%; margin-left: 0; }
  .report-summary { font-size: 16px; }
  .sample-finding-top { gap: 6px; }
  .sample-section { width: 100%; margin-left: 0; }
  .sample-evidence { grid-template-columns: 1fr; gap: 8px; }
  .sample-finding-bottom { grid-template-columns: 1fr; gap: 15px; }
  .closing { padding: 64px 25px 70px; box-shadow: 8px 10px 0 var(--coral); }
  .closing-mark { top: 23px; right: 28px; font-size: 35px; }
  .closing h2 { font-size: 53px; }
  .footer { align-items: flex-start; flex-direction: column; padding-block: 39px 50px; }
}

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