:root {
  --paper: #f4ecdc;
  --paper-2: #fbf7ef;
  --ink: #2e2922;
  --red: #6d342b;
  --green: #3f5745;
  --line: #cfc1aa;
  --muted: #6b6258;
  font-family: Georgia,"Times New Roman",serif;
  color: var(--ink);
  background: var(--paper);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-height: 100vh; margin: 0; display: flex; flex-direction: column; line-height: 1.72; background: linear-gradient(90deg,rgba(109,52,43,.04) 1px,transparent 1px),var(--paper-2); background-size: 32px 32px; }
main { flex: 1; }
a { color: #6d342b; text-underline-offset: 4px; text-decoration-thickness: .08em; }
a:hover { color: #3e1d18; }
:where(a,button,input,select,textarea,[tabindex]):focus-visible { outline: 3px solid #7e9240; outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: 1rem; transform: translateY(-200%); padding: .75rem 1rem; background: #fffdf8; color: var(--red); z-index: 20; box-shadow: 0 6px 24px rgba(0,0,0,.16); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 10; border-top: 7px solid var(--red); border-bottom: 1px solid var(--line); background: rgba(244,236,220,.97); backdrop-filter: blur(12px); }
.header-inner,.footer-inner,.page-shell { max-width: 1200px; margin: auto; }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 0 1.5rem; }
.site-brand { display: flex; align-items: center; gap: .9rem; flex: 0 0 auto; color: var(--ink); text-decoration: none; font-size: 1.05rem; font-weight: 700; line-height: 1.05; }
.site-brand small { color: var(--muted); font-size: .82rem; font-weight: 400; font-style: italic; }
.brand-edition { padding: .5rem .45rem; border: 1px solid var(--red); color: var(--red); font: 700 .72rem/1 Arial,sans-serif; letter-spacing: .12em; writing-mode: vertical-rl; }
.site-header nav,.footer-inner nav { display: flex; gap: .2rem; flex-wrap: wrap; }
.site-header nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 .7rem; border-top: 2px solid transparent; border-bottom: 2px solid transparent; color: var(--ink); text-decoration: none; text-transform: uppercase; font: 700 .72rem/1.3 Arial,sans-serif; letter-spacing: .07em; white-space: nowrap; }
.site-header nav a:hover { color: var(--red); }
.site-header nav a[aria-current="page"] { border-bottom-color: var(--red); color: var(--red); }
.page-shell { width: 100%; padding: 5.5rem 1.5rem 8rem; }
article { max-width: 880px; margin: auto; padding: clamp(1.75rem,4vw,4rem); border: 1px solid rgba(207,193,170,.9); background: rgba(251,247,239,.92); box-shadow: 0 22px 60px rgba(70,51,30,.09); }
article > h1 { margin: 0 0 1.5rem; color: var(--red); font-size: clamp(3rem,7vw,5.6rem); font-weight: 500; line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
article > h1 + p { margin-bottom: 2rem; padding: 1.2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #4d443a; font-size: 1.25rem; font-style: italic; line-height: 1.55; }
h2 { margin: 4.25rem 0 1rem; color: var(--red); font-size: clamp(2rem,4vw,2.9rem); font-weight: 500; line-height: 1.12; text-wrap: balance; }
h2::before { content: "§"; display: block; margin-bottom: .4rem; color: var(--green); font: 400 1rem Arial,sans-serif; }
h3 { margin-top: 2.2rem; color: var(--green); font-size: 1.3rem; line-height: 1.3; }
p,li { font-size: 1.08rem; }
li { margin: .7rem 0; }
.cta-row { margin: 1.5rem 0; }
.cta-row a,.lead-form button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: .85rem 1.15rem; border: 0; background: var(--red); color: white; text-decoration: none; text-transform: uppercase; font: 700 .78rem Arial,sans-serif; letter-spacing: .06em; cursor: pointer; box-shadow: 0 8px 20px rgba(70,51,30,.13); }
.cta-row a:hover,.lead-form button:hover { background: #4f251f; color: white; transform: translateY(-1px); }
.table-scroll { overflow: auto; margin: 1.7rem 0; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
table { width: 100%; min-width: 560px; border-collapse: collapse; }
th,td { padding: .8rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { font-variant: small-caps; letter-spacing: .05em; }
.faq-question { margin: 1.4rem 0 0; padding: 1.25rem 0 .55rem; border-top: 1px solid var(--line); color: var(--green); font-size: 1.22rem; line-height: 1.35; }
.faq-question + p { margin-top: 0; padding-bottom: 1rem; }
.page-questions .faq-question { margin-top: 1.6rem; font-size: 1.22rem; }
.page-questions .faq-question::before { content: none; }
.lead-form { display: grid; gap: 1rem; padding: 1.5rem; border: 1px solid var(--line); background: var(--paper); }
.lead-form label { display: grid; gap: .35rem; text-transform: uppercase; font: 700 .78rem Arial,sans-serif; letter-spacing: .06em; }
.lead-form input { min-height: 48px; padding: .8rem; border: 1px solid #927e61; background: #fffdf8; font: 1rem Georgia,serif; }
.lead-form button { justify-self: start; }
.form-status { color: var(--muted); font-size: .95rem; }
.hp { position: absolute !important; left: -9999px !important; }
.page-home article > p:first-of-type + p { padding: .7rem 1rem; border-left: 3px solid var(--green); background: rgba(63,87,69,.06); font-size: .95rem; }
.page-scorecard article,.page-deep-dives article,.page-about article,.page-privacy article,.page-404 article { min-height: 380px; }
.page-scorecard article > h1,.page-deep-dives article > h1,.page-about article > h1,.page-privacy article > h1,.page-404 article > h1 { font-size: clamp(2.65rem,6vw,4.8rem); }
footer { padding: 3.5rem 1.5rem; border-top: 7px solid var(--red); background: #2c2823; color: #e6ddce; }
.footer-inner nav { gap: .4rem 1.2rem; }
.footer-inner nav a { min-height: 44px; display: inline-flex; align-items: center; color: #e6ddce; }
.footer-inner nav a[aria-current="page"] { color: #fff; text-decoration-thickness: 3px; }
.footer-inner > p { font-size: .92rem; }
@media (min-width: 1080px) {
  article::before { content: "BUYER'S HANDBOOK • 2026 EDITION"; position: absolute; transform: translate(-10rem,3rem) rotate(-90deg); transform-origin: center; color: #7d6f5d; font: 700 .68rem Arial,sans-serif; letter-spacing: .16em; }
}
@media (max-width: 760px) {
  .site-header { position: static; }
  .header-inner { align-items: stretch; flex-direction: column; gap: .6rem; padding: .8rem 0 0; }
  .site-brand { padding: 0 1rem; }
  .site-header nav { width: 100%; flex-wrap: nowrap; overflow-x: auto; padding: 0 .4rem .65rem; scrollbar-width: none; }
  .site-header nav::-webkit-scrollbar { display: none; }
  .site-header nav a { padding: 0 .65rem; }
  .page-shell { padding: 2.25rem .75rem 4.5rem; }
  article { padding: 1.35rem; }
  article > h1 { font-size: clamp(2.8rem,13vw,3.8rem); }
  article > h1 + p { font-size: 1.08rem; }
  h2 { margin-top: 3.25rem; }
  .page-questions .faq-question { font-size: 1.12rem; }
}
