:root {
  --milk: #fffefa;
  --paper: #f4f0e9;
  --plum: #2a2226;
  --plum-soft: #463940;
  --mulberry: #a6335d;
  --mulberry-deep: #7d2748;
  --moss: #54705f;
  --saffron: #c28a2c;
  --warm: #d2cbc1;
  --muted: #71696b;
  --white: #fff;
  color: var(--plum);
  background: var(--milk);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--milk); }
body::before { position: fixed; z-index: -1; inset: 0; background-image: radial-gradient(rgba(42, 34, 38, 0.08) 0.7px, transparent 0.7px); background-size: 9px 9px; content: ""; opacity: 0.45; pointer-events: none; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 4; top: 10px; left: 10px; padding: 12px 16px; background: var(--mulberry); color: var(--white); font-weight: 800; text-decoration: none; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.sample-bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(1180px, calc(100% - 48px)); min-height: 82px; margin: 0 auto; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; text-decoration: none; }
.brand img { width: 34px; height: 34px; border-radius: 7px; }
.sample-bar nav { display: flex; flex-wrap: wrap; gap: 22px; color: var(--muted); font-size: 0.82rem; font-weight: 800; }
.sample-bar nav a, footer a { text-decoration: none; }
.sample-bar nav a:hover, footer a:hover { color: var(--mulberry); }
.sample-bar a:focus-visible, .button:focus-visible, footer a:focus-visible { outline: 3px solid #f0bfd0; outline-offset: 4px; }
.sample-hero { padding: clamp(78px, 10vw, 144px) max(24px, calc((100% - 1180px) / 2)); background: var(--plum); color: var(--milk); }
.eyebrow, .section-label { margin: 0 0 14px; color: var(--mulberry); font-size: 0.77rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.sample-hero .eyebrow, .sample-cta .eyebrow { color: #f0bfd0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -0.06em; }
h1 { max-width: 12ch; margin: 0 0 24px; font-size: clamp(3.4rem, 8vw, 7.4rem); line-height: 0.88; }
h2 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 0.95; }
.sample-lede { max-width: 44rem; margin: 0 0 40px; color: rgba(255, 254, 250, 0.74); font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.6; }
.hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 820px; border-top: 1px solid rgba(255, 254, 250, 0.24); }
.hero-meta span { display: flex; flex-direction: column; gap: 8px; padding: 18px 22px 0 0; color: rgba(255, 254, 250, 0.64); font-size: 0.82rem; line-height: 1.4; }
.hero-meta span + span { padding-left: 22px; border-left: 1px solid rgba(255, 254, 250, 0.24); }
.hero-meta strong { color: #f0bfd0; font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; }
.report-layout { display: grid; grid-template-columns: minmax(250px, 0.45fr) minmax(0, 1fr); gap: 0; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 76px 0 120px; }
.receipt-panel { padding: 0 44px 0 0; }
.receipt-panel .eyebrow { color: var(--moss); }
.receipt-panel h2 { margin-bottom: 18px; color: var(--mulberry); font-size: clamp(4rem, 7vw, 7rem); }
.receipt-summary { color: var(--muted); line-height: 1.65; }
.facts { margin: 34px 0 0; border-top: 1px solid var(--warm); }
.facts div { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--warm); }
.facts dt, .facts dd { margin: 0; font-size: 0.76rem; line-height: 1.45; }
.facts dt { color: var(--muted); font-weight: 800; text-transform: uppercase; }
.facts dd { font-weight: 800; text-align: right; overflow-wrap: anywhere; }
.report-paper { padding-left: clamp(28px, 6vw, 82px); border-left: 1px solid var(--warm); }
.report-section { padding: 0 0 56px; margin-bottom: 56px; border-bottom: 1px solid var(--warm); }
.report-section .section-label { color: var(--moss); }
.report-section > p:not(.section-label) { max-width: 52rem; color: var(--muted); font-size: 1.03rem; line-height: 1.7; }
table { width: 100%; margin-top: 32px; border-collapse: collapse; text-align: left; }
caption { margin-bottom: 12px; color: var(--muted); font-size: 0.75rem; font-weight: 850; letter-spacing: 0.06em; text-align: left; text-transform: uppercase; }
th, td { padding: 14px 12px 14px 0; border-top: 1px solid var(--warm); font-size: 0.88rem; vertical-align: top; }
th { color: var(--muted); font-weight: 800; }
tbody th { text-transform: uppercase; }
td:last-child { color: var(--moss); font-weight: 800; }
.finding-list { border-top: 1px solid var(--warm); }
.finding-list div { display: grid; grid-template-columns: minmax(150px, 0.55fr) 1fr; gap: 24px; padding: 16px 0; border-bottom: 1px solid var(--warm); }
.finding-list strong { font-size: 0.94rem; }
.finding-list span { color: var(--muted); line-height: 1.55; }
.repair-list { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--warm); list-style: none; }
.repair-list li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 18px 18px 18px 0; border-bottom: 1px solid var(--warm); }
.repair-list li:nth-child(even) { padding-left: 18px; border-left: 1px solid var(--warm); }
.repair-list span { color: var(--mulberry); font-family: Georgia, "Times New Roman", serif; font-size: 1.9rem; }
.repair-list p { margin: 0; color: var(--muted); line-height: 1.55; }
.acceptance-list { display: grid; gap: 0; margin: 0 0 30px; padding: 0; list-style: none; border-top: 1px solid var(--warm); }
.acceptance-list li { padding: 14px 0 14px 24px; border-bottom: 1px solid var(--warm); color: var(--muted); line-height: 1.55; }
.acceptance-list li::before { display: inline-block; width: 12px; margin-left: -24px; color: var(--moss); content: "✓"; font-weight: 900; }
.truth-note { padding: 18px 20px; background: var(--paper); color: var(--muted); line-height: 1.6; }
.truth-note strong { color: var(--plum); }
.report-section--last { margin-bottom: 0; border-bottom: 0; }
.sample-cta { padding: 90px max(24px, calc((100% - 1180px) / 2)); background: var(--plum); color: var(--milk); }
.sample-cta h2 { max-width: 10ch; }
.sample-cta p:not(.eyebrow) { max-width: 40rem; margin-bottom: 28px; color: rgba(255, 254, 250, 0.7); line-height: 1.7; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 20px; background: #d95f88; color: var(--white); font-weight: 850; text-decoration: none; }
.button:hover { background: #ef8fae; }
footer { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; padding: 34px max(24px, calc((100% - 1180px) / 2)); background: var(--paper); color: var(--muted); font-size: 0.82rem; }
footer .brand { color: var(--plum); }
footer p { margin: 0; }
@media (max-width: 820px) {
  .report-layout { grid-template-columns: 1fr; gap: 46px; }
  .receipt-panel { padding: 0; }
  .report-paper { padding: 0; border-left: 0; }
}
@media (max-width: 600px) {
  .sample-bar { width: min(100% - 32px, 1180px); align-items: flex-start; flex-direction: column; padding: 18px 0; }
  .hero-meta, .repair-list { grid-template-columns: 1fr; }
  .hero-meta span + span { padding-left: 0; border-left: 0; }
  .finding-list div { grid-template-columns: 1fr; gap: 7px; }
  .repair-list li:nth-child(even) { padding-left: 0; border-left: 0; }
  footer { grid-template-columns: 1fr; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
