
  *,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'Inter', -apple-system, sans-serif;
    color: #1a1d2e;
    background: #f4efe6;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
  .serif { font-family: 'Fraunces', Georgia, serif; font-optical-sizing: auto; }
  .container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }

  /* ===== NAV ===== */
  nav {
    position: sticky; top: 0; z-index: 50;
    background: rgba(244, 239, 230, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(26, 29, 46, 0.08);
  }
  .nav-inner {
    display: flex; justify-content: space-between; align-items: center;
    padding: 18px 28px; max-width: 1180px; margin: 0 auto;
  }
  .logo { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 600; letter-spacing: -0.3px; color: #14182a; }
  .logo .accent { color: #b8821a; }
  .nav-links { display: flex; gap: 36px; align-items: center; }
  .nav-links a { color: #1a1d2e; text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover { color: #b8821a; }
  .nav-phone { font-size: 14px; font-weight: 500; color: #14182a; }
  .nav-phone strong { font-family: 'Fraunces', serif; font-weight: 600; }

  /* ===== HERO ===== */
  .hero {
    padding: 100px 0 120px;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    top: -200px; right: -200px;
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(184, 130, 26, 0.08) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none;
  }
  .hero-grid {
    display: grid; grid-template-columns: 1.3fr 1fr; gap: 80px; align-items: center;
    position: relative; z-index: 1;
  }
  .eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
    color: #8a6212; margin-bottom: 28px;
  }
  .eyebrow::before { content: ''; width: 24px; height: 1px; background: #b8821a; }
  .hero h1 {
    font-family: 'Fraunces', serif;
    font-size: clamp(40px, 5.2vw, 62px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -1.2px;
    color: #14182a;
    margin-bottom: 28px;
  }
  .hero h1 em {
    font-style: italic; font-weight: 400; color: #b8821a;
  }
  .hero-sub {
    font-size: 18px; line-height: 1.6; color: #4a4d5e; max-width: 520px; margin-bottom: 40px;
  }
  .cta-row { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
  .btn-primary {
    display: inline-flex; align-items: center; gap: 10px;
    background: #14182a; color: #f4efe6;
    padding: 18px 32px; border-radius: 4px;
    font-size: 15px; font-weight: 600; text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #14182a;
  }
  .btn-primary:hover { background: #b8821a; border-color: #b8821a; transform: translateY(-2px); }
  .btn-primary svg { transition: transform 0.25s; }
  .btn-primary:hover svg { transform: translateX(4px); }
  .btn-secondary {
    display: inline-flex; align-items: center; gap: 10px;
    color: #14182a; padding: 18px 28px;
    font-size: 15px; font-weight: 500; text-decoration: none;
    border: 2px solid rgba(26, 29, 46, 0.2); border-radius: 4px;
    transition: all 0.25s;
  }
  .btn-secondary:hover { border-color: #14182a; }
  .trust-row {
    margin-top: 56px; padding-top: 28px;
    border-top: 1px solid rgba(26, 29, 46, 0.1);
    display: flex; gap: 36px; flex-wrap: wrap;
  }
  .trust-item {
    display: flex; align-items: center; gap: 10px;
    font-size: 13px; color: #4a4d5e;
  }
  .trust-item svg { color: #b8821a; flex-shrink: 0; }

  /* ===== HERO VISUAL CARD ===== */
  .hero-visual {
    background: #14182a; color: #f4efe6;
    border-radius: 12px;
    padding: 40px 36px;
    position: relative;
    box-shadow: 0 30px 80px -20px rgba(20, 24, 42, 0.35), 0 8px 30px -10px rgba(20, 24, 42, 0.2);
  }
  .hero-visual::before {
    content: '';
    position: absolute; inset: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, transparent 60%, rgba(184, 130, 26, 0.12) 100%);
    pointer-events: none;
  }
  .visual-label {
    font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
    color: #b8821a; margin-bottom: 24px; font-weight: 600;
  }
  .visual-title {
    font-family: 'Fraunces', serif;
    font-size: 24px; font-weight: 500; line-height: 1.25;
    margin-bottom: 32px; letter-spacing: -0.4px;
  }
  /* ===== "WHAT AN AUDIT COVERS" =====
     FIXED 2026-08-01. This component was styled for a DARK panel — cream text
     (rgba(244,239,230,.85)) and a cream hairline — and it is used inside a WHITE
     section on the homepage. Cream on white is about 1.05:1, i.e. invisible, and the
     h3/p inside .audit-text inherited it because no generic type rule sets a colour.
     The numerals were gold at 14px: 3.36:1, under the 4.5:1 AA floor for text that
     size.

     Restyled for the background it is actually on. If it is ever moved onto a dark
     panel it needs a `.dark .audit-*` override rather than a revert — the fix is
     "match the background", not "prefer these colours". */
  .audit-list { list-style: none; }
  .audit-item {
    display: flex; align-items: flex-start; gap: 16px;
    padding: 16px 0;
    border-top: 1px solid rgba(26, 29, 46, 0.1);
  }
  .audit-item:first-child { border-top: none; padding-top: 0; }
  .audit-num {
    font-family: 'Fraunces', serif;
    font-size: 20px; font-weight: 500;
    color: #8a6212;
    min-width: 32px;
  }
  .audit-text { font-size: 15px; line-height: 1.6; color: #4a4d5e; }
  .audit-text h3 {
    font-family: 'Fraunces', serif; font-size: 20px; font-weight: 500;
    color: #14182a; margin-bottom: 6px; letter-spacing: -0.3px;
  }
  .audit-text p { font-size: 15px; line-height: 1.6; color: #4a4d5e; }
  .audit-text strong { color: #14182a; font-weight: 600; display: block; margin-bottom: 2px; }

  /* ===== SECTION STRUCTURE ===== */
  section { padding: 110px 0; position: relative; }
  .section-eyebrow {
    font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
    color: #8a6212; margin-bottom: 20px;
  }
  .section-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 500; line-height: 1.1; letter-spacing: -0.8px;
    color: #14182a; margin-bottom: 20px; max-width: 720px;
  }
  .section-lead {
    font-size: 18px; line-height: 1.65; color: #4a4d5e; max-width: 640px; margin-bottom: 60px;
  }

  /* ===== VERTICALS ===== */
  .verticals { background: #fbf8f1; }
  .vertical-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .vertical-card {
    background: #ffffff;
    border: 1px solid rgba(26, 29, 46, 0.08);
    border-radius: 10px;
    padding: 40px 32px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
  }
  .vertical-card:hover {
    transform: translateY(-4px);
    border-color: rgba(184, 130, 26, 0.3);
    box-shadow: 0 20px 40px -15px rgba(20, 24, 42, 0.12);
  }
  .vertical-card.coming-soon { position: relative; opacity: 0.88; }
  .vertical-card.coming-soon:hover { transform: none; border-color: rgba(26, 29, 46, 0.08); box-shadow: none; }
  .vertical-card.coming-soon .vertical-icon { opacity: 0.55; }
  .coming-soon-badge {
    position: absolute; top: 22px; right: 22px;
    background: #b8821a; color: #fbf8f1;
    font-size: 10px; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase;
    padding: 6px 11px; border-radius: 4px;
  }
  .vertical-icon {
    width: 56px; height: 56px;
    background: #f4efe6;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: #8a6212; margin-bottom: 28px;
  }
  .vertical-card h3 {
    font-family: 'Fraunces', serif; font-size: 24px; font-weight: 500;
    color: #14182a; margin-bottom: 14px; letter-spacing: -0.3px;
  }
  .vertical-card p {
    font-size: 15px; line-height: 1.6; color: #4a4d5e; margin-bottom: 24px;
  }
  .vertical-card ul {
    list-style: none; padding: 0; margin: 0;
    border-top: 1px solid rgba(26, 29, 46, 0.08); padding-top: 20px;
  }
  .vertical-card li {
    font-size: 13px; color: #4a4d5e; padding: 6px 0;
    display: flex; align-items: center; gap: 10px;
  }
  .vertical-card li::before {
    content: ''; width: 4px; height: 4px; background: #b8821a; border-radius: 50%; flex-shrink: 0;
  }

  /* ===== CARRIERS ===== */
  .carriers {
    background: #ffffff;
    padding: 90px 0;
  }
  .carriers-intro { max-width: 720px; margin-bottom: 56px; }
  .logo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }
  .logo-cell {
    background: #fbf8f1;
    border: 1px solid rgba(26, 29, 46, 0.06);
    border-radius: 8px;
    padding: 28px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 5 / 3;
    transition: all 0.25s ease;
  }
  /* width/height attributes on the <img> are intrinsic-size hints so the grid does
     not reflow as logos load; height:auto keeps them from being honoured literally
     and squashing a wordmark to 48px in a taller cell. */
  .logo-cell img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.75);
    transition: filter 0.25s ease, transform 0.25s ease;
  }
  .logo-cell:hover {
    border-color: rgba(184, 130, 26, 0.4);
    background: #ffffff;
    box-shadow: 0 8px 24px -10px rgba(20, 24, 42, 0.15);
    transform: translateY(-2px);
  }
  .logo-cell:hover img {
    filter: grayscale(0%) opacity(1);
  }
  .carriers-footnote {
    margin-top: 40px;
    font-size: 13px;
    color: #4a4d5e;
    text-align: center;
    font-style: italic;
  }
  @media (max-width: 900px) {
    .logo-grid { grid-template-columns: repeat(3, 1fr); }
  }
  @media (max-width: 540px) {
    .logo-grid { grid-template-columns: repeat(2, 1fr); }
  }

  /* ===== HOW IT WORKS ===== */
  .how-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
  }
  .step-list { list-style: none; }
  .step {
    display: grid; grid-template-columns: 56px 1fr; gap: 24px;
    padding: 28px 0;
    border-top: 1px solid rgba(26, 29, 46, 0.1);
  }
  .step:first-child { border-top: none; padding-top: 0; }
  .step-num {
    font-family: 'Fraunces', serif;
    font-size: 28px; font-weight: 500;
    color: #8a6212;
    line-height: 1;
  }
  .step h3 {
    font-family: 'Fraunces', serif; font-size: 22px; font-weight: 500;
    color: #14182a; margin-bottom: 8px; letter-spacing: -0.3px;
  }
  .step p { font-size: 15px; line-height: 1.6; color: #4a4d5e; }

  /* ===== WHO WE SERVE ===== */
  .who { background: #14182a; color: #f4efe6; }
  .who .section-title { color: #f4efe6; }
  .who .section-lead { color: rgba(244, 239, 230, 0.75); }
  .who .section-eyebrow { color: #d4a44a; }
  .who-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 40px; }
  .who-card {
    padding: 32px 24px;
    border: 1px solid rgba(244, 239, 230, 0.12);
    border-radius: 8px;
    transition: all 0.25s;
  }
  .who-card:hover {
    background: rgba(244, 239, 230, 0.04);
    border-color: rgba(212, 164, 74, 0.4);
  }
  .who-card-num {
    font-family: 'Fraunces', serif;
    font-size: 14px; color: #d4a44a; margin-bottom: 16px;
  }
  .who-card h4 {
    font-family: 'Fraunces', serif; font-size: 18px; font-weight: 500;
    color: #f4efe6; margin-bottom: 10px; letter-spacing: -0.2px;
  }
  .who-card p { font-size: 13px; line-height: 1.55; color: rgba(244, 239, 230, 0.65); }

  /* ===== CONTACT FORM ===== */
  .contact { background: #fbf8f1; }
  .contact-grid {
    display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start;
  }
  .contact-side .section-eyebrow { margin-bottom: 20px; }
  .contact-meta { margin-top: 40px; }
  .contact-meta-row {
    display: flex; align-items: flex-start; gap: 16px;
    padding: 20px 0;
    border-top: 1px solid rgba(26, 29, 46, 0.1);
  }
  .contact-meta-row:first-of-type { border-top: 1px solid rgba(26, 29, 46, 0.1); }
  .contact-meta-icon {
    color: #b8821a; flex-shrink: 0; margin-top: 2px;
  }
  .contact-meta-label {
    font-size: 12px; letter-spacing: 1px; text-transform: uppercase;
    color: #4a4d5e; font-weight: 600; margin-bottom: 4px;
  }
  .contact-meta-value {
    font-size: 16px; color: #14182a; font-weight: 500;
  }
  .contact-meta-value a { color: #14182a; text-decoration: none; }
  .contact-meta-value a:hover { color: #b8821a; }

  form {
    background: #ffffff;
    padding: 44px 40px;
    border-radius: 10px;
    border: 1px solid rgba(26, 29, 46, 0.08);
  }
  .form-group { margin-bottom: 22px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  label {
    display: block; font-size: 13px; font-weight: 600;
    color: #14182a; margin-bottom: 8px; letter-spacing: 0.2px;
  }
  input, select, textarea {
    width: 100%; padding: 14px 16px;
    border: 1px solid rgba(26, 29, 46, 0.15);
    border-radius: 6px;
    font-family: 'Inter', sans-serif; font-size: 15px;
    color: #14182a; background: #fbfaf6;
    transition: all 0.2s;
  }
  input:focus, select:focus, textarea:focus {
    outline: none; border-color: #b8821a;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(184, 130, 26, 0.12);
  }
  textarea { resize: vertical; min-height: 100px; }
  .form-checkboxes { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .checkbox-row {
    display: flex; align-items: center; gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(26, 29, 46, 0.12);
    border-radius: 6px; cursor: pointer;
    transition: all 0.2s;
    font-size: 14px;
  }
  .checkbox-row:hover { border-color: #b8821a; background: #fbf8f1; }
  .checkbox-row input { width: auto; margin: 0; accent-color: #b8821a; }
  button[type=submit] {
    width: 100%; padding: 18px;
    background: #14182a; color: #f4efe6;
    border: none; border-radius: 6px;
    font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600;
    cursor: pointer;
    transition: all 0.25s;
    margin-top: 8px;
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  }
  button[type=submit]:hover { background: #b8821a; }
  .form-note {
    font-size: 12px; color: #4a4d5e; margin-top: 16px; text-align: center; line-height: 1.5;
  }
  .file-upload {
    position: relative;
    border: 2px dashed rgba(26, 29, 46, 0.2);
    border-radius: 8px;
    padding: 28px 20px;
    text-align: center;
    background: #fbfaf6;
    cursor: pointer;
    transition: all 0.2s;
  }
  .file-upload:hover { border-color: #b8821a; background: #fbf8f1; }
  .file-upload.has-file { border-style: solid; border-color: #b8821a; background: #fbf8f1; }
  .file-upload input[type=file] {
    position: absolute; inset: 0; width: 100%; height: 100%;
    opacity: 0; cursor: pointer;
  }
  .file-upload-icon { color: #b8821a; margin-bottom: 12px; }
  .file-upload-text {
    font-size: 14px; color: #14182a; font-weight: 500; margin-bottom: 4px;
  }
  .file-upload-hint {
    font-size: 12px; color: #4a4d5e;
  }
  .file-upload-name {
    font-size: 14px; color: #14182a; font-weight: 600;
    display: none;
  }
  .file-upload.has-file .file-upload-text,
  .file-upload.has-file .file-upload-hint,
  .file-upload.has-file .file-upload-icon { display: none; }
  .file-upload.has-file .file-upload-name { display: block; }

  /* ===== FOOTER ===== */
  footer {
    background: #14182a; color: rgba(244, 239, 230, 0.7);
    padding: 56px 0 40px;
  }
  .footer-grid {
    display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px;
    margin-bottom: 40px;
  }
  .footer-logo {
    font-family: 'Fraunces', serif; font-size: 22px; font-weight: 600;
    color: #f4efe6; margin-bottom: 16px;
  }
  .footer-logo .accent { color: #d4a44a; }
  .footer-tagline { font-size: 14px; line-height: 1.6; max-width: 360px; }
  .footer-col h5 {
    font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
    color: #d4a44a; font-weight: 600; margin-bottom: 18px;
  }
  .footer-col a {
    display: block; color: rgba(244, 239, 230, 0.7);
    text-decoration: none; font-size: 14px; padding: 5px 0;
    transition: color 0.2s;
  }
  .footer-col a:hover { color: #d4a44a; }
  .footer-bottom {
    padding-top: 24px; border-top: 1px solid rgba(244, 239, 230, 0.12);
    display: flex; justify-content: space-between;
    font-size: 12px; flex-wrap: wrap; gap: 16px;
  }

  /* ===== FAQ ===== */
  .faq { background: #fbf8f1; }
  .faq-list { max-width: 820px; margin-top: 50px; }
  .faq-item {
    border-top: 1px solid rgba(26, 29, 46, 0.12);
    padding: 0;
  }
  .faq-item:last-child { border-bottom: 1px solid rgba(26, 29, 46, 0.12); }
  .faq-q {
    width: 100%; background: none; border: none; cursor: pointer;
    font-family: 'Inter', sans-serif;
    text-align: left; padding: 28px 0;
    display: flex; justify-content: space-between; align-items: center; gap: 24px;
    font-size: 18px; font-weight: 500; color: #14182a;
    transition: color 0.2s;
  }
  .faq-q:hover { color: #b8821a; }
  .faq-icon {
    width: 36px; height: 36px; flex-shrink: 0;
    border: 1px solid rgba(26, 29, 46, 0.2);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.25s;
    color: #14182a;
  }
  .faq-q[aria-expanded="true"] .faq-icon {
    background: #14182a; color: #d4a44a; border-color: #14182a;
    transform: rotate(45deg);
  }
  .faq-a {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  .faq-q[aria-expanded="true"] + .faq-a {
    max-height: 400px;
    padding-bottom: 28px;
  }
  .faq-a-inner {
    font-size: 15px; line-height: 1.7; color: #4a4d5e; max-width: 680px;
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 900px) {
    .hero-grid { grid-template-columns: 1fr; gap: 60px; }
    .vertical-grid { grid-template-columns: 1fr; }
    .how-grid { grid-template-columns: 1fr; gap: 40px; }
    .who-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .nav-links { display: none; }
    .form-row, .form-checkboxes { grid-template-columns: 1fr; }
    section { padding: 70px 0; }
    .hero { padding: 60px 0 80px; }
    form { padding: 32px 24px; }
  }

/* ═══════════════════════════════════════════════════════════════════════════
   PHASE 3 ADDITIONS — 2026-07-28
   Everything above this line is harvested verbatim from the deployed
   bellwetherprocurement.com homepage's inline <style>, so the visual identity is
   unchanged: navy #14182a, gold #b8821a, cream #f4efe6, Fraunces + Inter,
   .container 1180px. Only the additions below are new, and they are additions
   rather than overrides — no existing rule is redefined.
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── The deadline tracker on /watch/ ──────────────────────────────────────── */
.watch-table-wrap { overflow-x: auto; margin: 32px 0 12px; }
.watch-table { width: 100%; border-collapse: collapse; font-size: 15px; min-width: 720px; }
.watch-table th {
  text-align: left; padding: 14px 16px;
  font-size: 11px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase;
  color: #6a6d7e; border-bottom: 2px solid rgba(26,29,46,0.12); white-space: nowrap;
}
.watch-table td { padding: 16px; border-bottom: 1px solid rgba(26,29,46,0.07); vertical-align: top; }
.watch-table tr:hover td { background: rgba(184,130,26,0.03); }
.watch-date { font-family: 'Fraunces', serif; font-weight: 600; color: #14182a; white-space: nowrap; }
.watch-what { font-weight: 500; color: #14182a; }
.watch-detail { font-size: 13.5px; color: #4a4d5e; margin-top: 4px; line-height: 1.5; }
.watch-who { font-size: 13.5px; color: #4a4d5e; white-space: nowrap; }

/* Status pills. Deliberately not colour-only — each carries a word, because
   "the red one" is not information a screen reader or a colourblind reader
   receives. */
.pill {
  display: inline-block; padding: 3px 10px; border-radius: 3px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.6px; text-transform: uppercase;
  white-space: nowrap;
}
.pill-passed  { background: rgba(26,29,46,0.07);   color: #4a4d5e; }
.pill-active  { background: rgba(184,130,26,0.16); color: #8a6212; }
.pill-ahead   { background: rgba(26,29,46,0.05);   color: #6a6d7e; }

/* ── Source-line convention ───────────────────────────────────────────────── */
/* Every date on /watch/ carries where it came from. A deadline tracker whose
   numbers cannot be checked is a brochure. */
.src { font-size: 12px; color: #7a7d8e; margin-top: 6px; line-height: 1.45; }
.src a { color: #8a6212; text-decoration: underline; text-underline-offset: 2px; }
.asof {
  display: inline-block; font-size: 12.5px; color: #6a6d7e;
  border-left: 2px solid #b8821a; padding: 2px 0 2px 12px; margin: 8px 0 0;
}

/* ── Callout ──────────────────────────────────────────────────────────────── */
.callout {
  background: #ffffff; border-left: 3px solid #b8821a;
  padding: 22px 26px; margin: 28px 0; border-radius: 0 4px 4px 0;
}
.callout-title {
  font-size: 11px; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase;
  color: #8a6212; margin-bottom: 10px;
}
.callout p { font-size: 15px; color: #3a3d4e; line-height: 1.65; }
.callout p + p { margin-top: 12px; }
.callout-warn { border-left-color: #9a3412; }
.callout-warn .callout-title { color: #9a3412; }

/* ── Plain prose block, for the inspection-report register ────────────────── */
.prose { max-width: 720px; }
.prose p { font-size: 16.5px; line-height: 1.7; color: #3a3d4e; margin-bottom: 20px; }
.prose h3 {
  font-family: 'Fraunces', serif; font-size: 23px; font-weight: 500;
  color: #14182a; margin: 40px 0 14px; letter-spacing: -0.3px;
}
.prose ul { margin: 0 0 22px 0; padding-left: 0; list-style: none; }
.prose li {
  position: relative; padding-left: 26px; margin-bottom: 11px;
  font-size: 16px; line-height: 1.65; color: #3a3d4e;
}
.prose li::before {
  content: ''; position: absolute; left: 6px; top: 11px;
  width: 5px; height: 5px; background: #b8821a; border-radius: 50%;
}
.prose strong { color: #14182a; font-weight: 600; }

/* ── Path comparison cards on /copper/ ────────────────────────────────────── */
.path-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 20px; margin: 32px 0; }
.path-card { background: #fff; border: 1px solid rgba(26,29,46,0.09); border-radius: 5px; padding: 26px; }
.path-num {
  font-family: 'Fraunces', serif; font-size: 13px; font-weight: 600;
  color: #8a6212; letter-spacing: 1px; margin-bottom: 10px;
}
.path-card h4 { font-family: 'Fraunces', serif; font-size: 20px; font-weight: 500; color: #14182a; margin-bottom: 12px; }
.path-card p { font-size: 14.5px; line-height: 1.6; color: #4a4d5e; margin-bottom: 12px; }
.path-best { font-size: 13.5px; color: #3a3d4e; }
.path-best strong { color: #14182a; }
.path-watch { font-size: 13px; color: #7a4a12; background: rgba(184,130,26,0.07); padding: 10px 12px; border-radius: 3px; margin-top: 12px; }

/* ── Reply-bait CTA block ─────────────────────────────────────────────────── */
.reply-cta { background: #14182a; color: #f4efe6; padding: 48px 0; margin-top: 72px; }
.reply-cta h3 { font-family: 'Fraunces', serif; font-size: clamp(26px,3.4vw,36px); font-weight: 500; margin-bottom: 16px; letter-spacing: -0.5px; }
.reply-cta p { font-size: 16.5px; line-height: 1.65; color: rgba(244,239,230,0.82); max-width: 620px; margin-bottom: 28px; }
.reply-cta .btn-primary { background: #b8821a; color: #14182a; }
.reply-cta .btn-primary:hover { background: #cf9420; }
.reply-cta a.plain { color: #f4efe6; text-decoration: underline; text-underline-offset: 3px; font-size: 15px; }

/* ── GOLD, AND WHICH GOLD ────────────────────────────────────────────────────
   #b8821a is the brand gold. On the navy #14182a it measures 5.23:1 and is fine.
   On white it is 3.36:1 — below the 4.5:1 AA floor for normal text, though it clears
   the 3:1 large-text floor, which is why display sizes and non-text uses (borders,
   focus rings, bullets, hover states, the logo dot) keep it.

   #8a6212 is the same hue darkened to 5.47:1 on white. It is the one for TEXT on a
   light background: eyebrows, callout titles, numerals, path numbers. It was already
   in this codebase as an inline link colour; this promotes it from a one-off to the
   rule.

   Checked 2026-08-01 across every use of the token. Changed: .eyebrow,
   .section-eyebrow, .audit-num, .step-num, .callout-title, .path-num, and
   .vertical-icon (unused, but it shares .eyebrow's exact declaration). Knowingly
   left alone: .hero h1 em (display size, clears large-text); the dark-background
   uses, which pass; every non-text use; and .coming-soon-badge — cream on gold at
   3.17:1, but the class is unused and the vertical it advertised is shelved, so fix
   it if it is ever brought back rather than styling dead markup.

   .who overrides .section-eyebrow to #d4a44a for the navy section, so darkening the
   base rule does not touch it. */

/* ── Parked-page notice (/for-msps/) ──────────────────────────────────────── */
.parked {
  background: rgba(26,29,46,0.045); border: 1px solid rgba(26,29,46,0.1);
  padding: 18px 22px; border-radius: 4px; margin-bottom: 36px;
  font-size: 14.5px; color: #4a4d5e; line-height: 1.6;
}
.parked strong { color: #14182a; }

/* ── Skip link: keyboard users should not tab the whole nav on every page ── */
.skip {
  position: absolute; left: -9999px; top: 0;
  background: #14182a; color: #f4efe6; padding: 12px 20px; z-index: 100;
  text-decoration: none; font-size: 14px;
}
.skip:focus { left: 8px; top: 8px; }

@media (max-width: 860px) {
  .path-grid { grid-template-columns: 1fr; }
  .reply-cta { padding: 36px 0; }
}

/* ── The conversion form on / and /for-msps/ (2026-08-01) ──────────────────
   The form itself reuses the existing .form-row / .form-group / .checkbox-row
   rules — it is the same form component as /audit/, just shorter. Only the
   section wrapper and the required-marker are new.

   Cream rather than white so the form reads as a distinct panel from the white
   sections above it, and so the white inputs have something to sit against. */
.audit-form-section {
  background: #fbf8f1;
  border-top: 1px solid rgba(26, 29, 46, 0.08);
  padding: 80px 0;
}
.audit-form-section input[type=text],
.audit-form-section input[type=email],
.audit-form-section input[type=tel],
.audit-form-section input[type=file] { background: #ffffff; }

/* The required marker. #9a3412 on cream is 6.4:1 — it was an inline style on
   /audit/ repeated at every field; one class instead, so it cannot drift. */
.req { color: #9a3412; font-weight: 600; }

/* The consent block is the one part of the form a reviewer looks for, so it is
   visually separated from the Terms checkbox above it rather than sitting flush
   against it. Bundled-looking consent invites the question even when the markup
   is correct. */
.consent-sms {
  border-top: 1px solid rgba(26, 29, 46, 0.1);
  padding-top: 20px;
}

/* ── The policy pages (/privacy.html, /terms.html), 2026-08-03 ──────────────
   These moved into build.py and lost the inline <style> they used to carry, which
   is where their link colour lived. Nothing else in this file styles a link inside
   body prose — every other link on the site is a button, a nav item or a footer
   link with its own rule — so without this the policy text would render
   browser-default blue-underline against the site's navy and gold.

   #8a6212 is the LIGHT-SAFE gold, not the brand #b8821a. These paragraphs sit on
   white; the brand gold is 3.36:1 there and fails AA. test_site_content.py asserts
   both facts, which is why the distinction is worth a comment rather than a
   colour-picker guess. */
.prose a {
  color: #8a6212;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.prose a:hover { color: #14182a; }

/* The effective date. A policy without a visible date reads as undated rather than
   current, and it is the first thing a compliance reviewer looks for. */
.policy-eff {
  font-size: 14px;
  color: #5a5d6e;
  letter-spacing: 0.2px;
  margin: 0;
}
