:root {
  --ink: #29191d;
  --muted: #6f5d62;
  --navy: #700018;
  --navy2: #a30024;
  --gold: #c7a15a;
  --cream: #f8f1f2;
  --line: #e3d5d8;
}

body, h1, h2, h3, h4, h5, h6, p, a, button, input, select, textarea, label, table {
  font-family: Georgia, "Times New Roman", serif;
}
h2, h3, h4, h5, h6 { text-transform: none; }

a {
  color: #8a001f;
  text-decoration: none;
  transition: color .2s ease;
}
a:hover, a:focus-visible { color: #c7a15a; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
.utility, .site-footer { background: #4d0012; color: #f7e9ed; }
.brand { gap: 0; max-width: none; }
.brand img { width: 260px; height: 70px; object-fit: contain; }
.primary-nav a:hover, .primary-nav a:focus { color: #9b001f; }
.home-hero { background: linear-gradient(120deg, #590014, #82001c); }
.quality-band, .page-hero { background: linear-gradient(120deg, #590014, #a30024); }
.hero-lead, .page-hero p:last-child { color: #f3dfe4; }
.service-grid { box-shadow: 0 16px 50px #70001822; }
.card:hover { border-color: #a30024; }
.card span, .program-card span, .faculty-card span, .eyebrow { color: #9b001f; }
.home-hero .eyebrow, .page-hero .eyebrow, .quality-band .eyebrow, .cta .eyebrow { color: #e2bd70; }
.verify-frame { box-shadow: 0 15px 40px #7000181a; }
.verification-panel { border: 1px solid var(--line); background: var(--cream); padding: clamp(1.5rem, 4vw, 2.5rem); }
.verification-panel form { display: grid; gap: .85rem; }
.verification-panel label { font-weight: 700; }
.verification-panel input { width: 100%; padding: .9rem 1rem; border: 1px solid #9c858b; background: #fff; color: var(--ink); font-size: 1rem; }
.verification-panel button { justify-self: start; }
.verification-result { margin-top: 1.5rem; padding: 1.25rem; background: #fff; border-left: 5px solid var(--navy); overflow-x: auto; }
.verification-result.not-found, .verification-result.error { border-left-color: #a30024; }
.verification-result h1, .verification-result h2, .verification-result h3 { font-size: 1.5rem; margin-top: .5rem; }
.verification-result table { width: 100%; min-width: 0; }
.verification-result > h2 { text-align: center; color: var(--navy); margin-bottom: 1.25rem; }
.verification-photo { width: 150px; height: 180px; object-fit: cover; margin: 0 auto 1.25rem; border: 3px solid var(--gold); border-radius: 8px; box-shadow: 0 8px 24px #4d001229; }
.verification-number { text-align: center; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.verification-number span, .verification-number strong { display: block; }
.verification-number span { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.verification-number strong { color: var(--navy); font-size: 1.25rem; }
.verification-fields { margin: 0; }
.verification-fields div { display: grid; grid-template-columns: minmax(130px, .75fr) 1.25fr; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--line); }
.verification-fields dt { font-weight: 700; color: var(--navy); }
.verification-fields dd { margin: 0; }
.faculty-strip img, .faculty-card img, .profile > img { display: block; opacity: 1; visibility: visible; }
.footer-brand img { width: min(100%, 340px); height: auto; padding: 0; background: transparent; margin-bottom: 1.5rem; }
.site-footer a { color: #f7e9ed; }
.site-footer a:hover, .site-footer a:focus-visible,
.utility a:hover, .utility a:focus-visible,
.link-stack a:hover, .link-stack a:focus-visible { color: #e2bd70; }

@media (max-width: 600px) {
  .brand img { width: 190px; height: 56px; }
  .footer-brand img { width: 260px; }
  .verification-fields div { grid-template-columns: 1fr; gap: .15rem; }
}
