:root {
  color-scheme: light;
  --paper: #f6f2e9;
  --white: #fffcf6;
  --ink: #2d2c28;
  --muted: #625e56;
  --red: #842e2d;
  --line: #d9d0bf;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 1.125rem/1.65 Georgia, 'Times New Roman', serif; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .25em; }
a:hover { color: var(--red); }
a:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 400; line-height: 1.18; text-wrap: balance; }
.skip-link { position: absolute; top: -100px; left: 1rem; padding: .65rem 1rem; background: var(--white); z-index: 2; }
.skip-link:focus { top: 1rem; }
.site-header, .archive-section, .site-footer { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.site-header { padding-top: 30px; }
.identity { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 24px; }
.wordmark { display: inline-flex; flex-direction: column; text-decoration: none; }
.school-name { font-size: 1.85rem; line-height: 1.2; }
.association-name { margin-top: 7px; color: var(--red); font: .75rem/1.5 var(--sans); letter-spacing: .19em; text-transform: uppercase; }
.header-note { font: .8125rem/1.5 var(--sans); color: var(--muted); }
.main-nav { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 4px 20px; border-top: 2px solid var(--red); padding-block: 8px; }
.main-nav a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; font: .875rem/1.4 var(--sans); }
.main-nav a:hover, .site-footer a:hover { text-decoration: underline; }
.hero { max-width: 1280px; margin-inline: auto; }
.hero-image { background: #e6dfcd; }
.hero-image img { width: 100%; height: auto; }
.hero-caption { padding: 32px 24px 40px; text-align: center; border-bottom: 1px solid var(--line); }
.eyebrow { color: var(--red); font: .75rem/1.5 var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { margin-block: 9px 12px; font-size: clamp(2.15rem, 4.5vw, 3.8rem); }
.hero-motto { font-size: clamp(1.05rem, 2vw, 1.3rem); color: var(--muted); font-style: italic; }
.welcome { max-width: 740px; margin-inline: auto; padding: 82px 28px 88px; text-align: center; }
.welcome h2 { margin-block: 18px 25px; font-size: clamp(2rem, 3.6vw, 2.75rem); }
.welcome > p:last-child { color: var(--muted); }
.archive-section { padding-bottom: 90px; }
.section-heading { padding-block: 28px; border-top: 1px solid var(--line); }
.section-heading h2 { margin-top: 10px; font-size: clamp(1.7rem, 2.8vw, 2.15rem); }
.gateways { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 28px; }
.gateway { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); }
.gateway-image { height: 245px; background: #e9e3d6; display: flex; align-items: center; justify-content: center; padding: 15px; }
.gateway-image > img { width: 100%; height: 100%; object-fit: contain; }
.publications-image { gap: 12px; padding: 18px; }
.publications-image > img { width: calc(50% - 6px); }
.gateway-copy { padding: 25px 24px 30px; }
.gateway-copy .eyebrow { font-size: .6875rem; letter-spacing: .12em; }
.gateway h3 { margin-block: 10px 16px; font-size: 1.6rem; }
.gateway h3 a { text-decoration-thickness: 1px; text-decoration-color: var(--red); }
.gateway h3 a:hover, .gateway h3 a:focus-visible { color: var(--red); text-decoration-thickness: 2px; }
.gateway h3 span { display: inline-block; font: 1.1rem var(--sans); color: var(--red); }
.gateway-copy > p:not(.eyebrow) { font-size: 1.0625rem; color: var(--muted); line-height: 1.6; }
.remembrance { height: 245px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 22px; background: #eee8dc; text-align: center; }
.remembrance p { font-size: 1.85rem; font-style: italic; line-height: 1.3; color: #675a48; }
.remembrance-rule { width: 44px; border-top: 1px solid #9a8a72; }
.legacy { background: #642c2a; color: #fff7eb; text-align: center; padding: 72px 28px 78px; }
.legacy-inner { max-width: 690px; margin-inline: auto; }
.legacy .eyebrow { color: #ead4bc; }
.legacy h2 { font-size: clamp(2rem, 3.7vw, 3rem); margin-block: 20px 26px; }
.legacy-inner > p:last-child { color: #f0e0d0; }
.site-footer { padding-block: 42px 26px; }
.footer-top { display: flex; justify-content: space-between; gap: 24px; }
.footer-name { font-size: 1.1rem; margin-bottom: 6px; }
.footer-top div > p:last-child, .site-footer nav, .copyright { font: .8125rem/1.6 var(--sans); color: var(--muted); }
.site-footer nav { display: flex; gap: 24px; align-items: flex-start; flex-wrap: wrap; }
.site-footer nav a { min-height: 44px; display: inline-flex; align-items: center; }
.copyright { margin-top: 28px; border-top: 1px solid var(--line); padding-top: 22px; }
@media (min-width: 1500px) { .hero { margin-top: 10px; } }
@media (max-width: 1000px) {
  .gateways { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .main-nav { justify-content: center; column-gap: 24px; }
  .footer-top { flex-direction: column; gap: 14px; }
}
@media (max-width: 600px) {
  .site-header, .archive-section, .site-footer { width: calc(100% - 36px); }
  .site-header { padding-top: 23px; }
  .identity { justify-content: center; text-align: center; padding-bottom: 20px; }
  .school-name { font-size: 1.7rem; }
  .header-note { display: none; }
  .main-nav { gap: 0 18px; padding-block: 9px; }
  .main-nav a { font-size: .8125rem; }
  .hero-caption { padding: 27px 20px 32px; }
  .hero .eyebrow { font-size: .6875rem; }
  .welcome { padding: 55px 24px 58px; }
  .welcome h2 { font-size: 2rem; }
  .gateways { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .gateway-image, .remembrance { height: 250px; }
  .gateway-copy { padding: 24px; }
  .archive-section { padding-bottom: 56px; }
  .legacy { padding: 54px 24px 60px; }
  .site-footer { padding-top: 32px; }
}

/* Current football updates are separate from the permanent archive gateways. */
.current-athletics-link { display: inline-block; margin-top: 18px; padding-block: 8px; color: var(--red); font: .875rem/1.5 var(--sans); font-weight: 700; }
.bulldogs-today { width: min(1180px, calc(100% - 80px)); margin: 0 auto 90px; padding: 32px; border-top: 5px solid var(--red); background: var(--white); scroll-margin-top: 24px; }
.bulldogs-today-heading { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.bulldogs-today h2 { margin-block: 8px 10px; font-size: clamp(2rem, 3.5vw, 2.75rem); }
.bulldogs-today-subtitle { color: var(--muted); font-style: italic; }
.updates-status { padding: 9px 14px; border: 1px solid var(--line); color: var(--red); font: .8125rem/1.5 var(--sans); }
.bulldogs-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 28px 0 24px; background: var(--ink); color: var(--white); }
.bulldogs-stat { padding: 24px 20px; border-left: 1px solid #625e56; }
.bulldogs-stat:first-child { border-left: 0; }
.bulldogs-stat dt { color: #efc8bd; font: .75rem/1.5 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.stat-value { margin: 12px 0 0; font-size: 1.25rem; line-height: 1.4; }
.bulldogs-today-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.bulldogs-today-footer p { max-width: 440px; color: var(--muted); font: .875rem/1.6 var(--sans); }
.scores-link { display: inline-block; padding: 14px 20px; background: var(--red); color: var(--white); font: .9375rem/1.5 var(--sans); font-weight: 700; }
.scores-link:hover, .scores-link:focus-visible { background: var(--ink); color: var(--white); }
@media (max-width: 1000px) {
  .bulldogs-today-heading, .bulldogs-today-footer { align-items: flex-start; flex-direction: column; }
  .bulldogs-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bulldogs-stat:nth-child(3) { border-left: 0; }
  .bulldogs-stat:nth-child(n+3) { border-top: 1px solid #625e56; }
}
@media (max-width: 600px) {
  .bulldogs-today { width: calc(100% - 36px); padding: 24px 20px; margin-bottom: 56px; }
  .bulldogs-stats { grid-template-columns: minmax(0, 1fr); }
  .bulldogs-stat { border-left: 0; }
  .bulldogs-stat + .bulldogs-stat { border-top: 1px solid #625e56; }
}
