
  :root {
    --navy: #0f2847;
    --navy-dark: #091a30;
    --gold: #d4a43c;
    --gold-bright: #e8b84a;
    --cream: #f4efe3;
    --cream-dark: #e8dfc9;
    --paper: #faf6ec;
    --ink: #1a1a1a;
    --ink-soft: #3a3633;
    --rule: #8a8170;
    --rule-light: #c8bfa6;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body {
    font-family: 'Lora', Georgia, serif;
    background: var(--cream);
    color: var(--ink);
    line-height: 1.55;
    background-image:
      radial-gradient(circle at 20% 30%, rgba(139,115,85,0.04) 0%, transparent 40%),
      radial-gradient(circle at 80% 70%, rgba(139,115,85,0.04) 0%, transparent 40%);
  }
  .masthead-top {
    background: var(--navy);
    color: var(--cream);
    font-family: 'Special Elite', 'Courier New', monospace;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0.5rem 0;
    border-bottom: 3px double var(--gold);
  }
  .masthead-top-inner {
    max-width: 1300px; margin: 0 auto; padding: 0 1.5rem;
    display: flex; justify-content: space-between;
  }
  .masthead {
    background: var(--paper);
    padding: 0 0 1.75rem;
    text-align: center;
    border-bottom: 6px double var(--navy);
  }
  .masthead-pennants {
    width: 100%;
    padding: 1.5rem 1rem;
    margin-bottom: 1.75rem;
    border-bottom: 1px solid var(--rule-light);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
    background: var(--paper);
  }
  .masthead-pennants a {
    flex: 1 1 0;
    text-decoration: none;
    transition: transform 0.25s;
    display: flex;
    justify-content: center;
    min-width: 0;
  }
  .masthead-pennants a:hover {
    transform: translateY(-4px) rotate(-2deg);
  }
  .masthead-pennants img {
    width: 100%;
    max-width: 160px;
    height: auto;
    display: block;
  }
  .masthead-title-wrap {
    padding: 0 1.5rem;
  }
  .masthead-inner { max-width: 1300px; margin: 0 auto; }
  .masthead-flourish {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 0.95rem;
    color: var(--rule);
    letter-spacing: 0.05em;
    margin-bottom: 0.35rem;
  }
  .masthead h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.4rem, 5.2vw, 4.5rem);
    font-weight: 900;
    color: var(--navy);
    letter-spacing: -0.015em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .masthead-sub {
    font-family: 'Special Elite', monospace;
    font-size: 0.85rem;
    color: var(--ink-soft);
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-top: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid var(--rule-light);
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
  }
  .masthead-sub span { position: relative; }
  .masthead-sub span:not(:last-child)::after {
    content: '✦';
    position: absolute;
    right: -0.95rem;
    color: var(--gold);
  }
  .nav { background: var(--navy); border-bottom: 3px double var(--gold); }
  .nav-inner {
    max-width: 1300px; margin: 0 auto; padding: 0 1rem;
    display: flex; justify-content: center; flex-wrap: wrap;
  }
  .nav a {
    color: var(--cream);
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 1rem 1.1rem;
    position: relative;
    transition: color 0.2s;
  }
  .nav a:hover, .nav a.active { color: var(--gold-bright); }
  .nav a + a::before {
    content: '';
    position: absolute;
    left: 0; top: 50%;
    transform: translateY(-50%);
    width: 1px; height: 14px;
    background: rgba(255,255,255,0.15);
  }
  .featured {
    max-width: 1300px;
    margin: 2.5rem auto 0;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
  }
  .featured-main {
    padding-right: 2rem;
    border-right: 1px solid var(--rule-light);
  }
  .featured-kicker {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.5rem;
    display: flex; align-items: center; gap: 0.5rem;
  }
  .featured-kicker::before { content: ''; width: 24px; height: 2px; background: var(--gold); }
  .featured-main h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.8rem, 3.5vw, 2.75rem);
    font-weight: 900;
    line-height: 1.1;
    color: var(--navy);
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
  }
  .featured-main .byline {
    font-family: 'Special Elite', monospace;
    font-size: 0.8rem;
    color: var(--rule);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 1rem;
  }
  .featured-main .lead {
    font-size: 1.08rem;
    line-height: 1.65;
    color: var(--ink-soft);
    font-style: italic;
  }
  .featured-main .lead::first-letter {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 900;
    float: left;
    line-height: 0.9;
    padding: 0.2rem 0.5rem 0 0;
    color: var(--navy);
    font-style: normal;
  }
  .featured-side { display: flex; flex-direction: column; gap: 1.25rem; }
  .side-head {
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--navy);
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--navy);
    margin-bottom: 0.5rem;
    font-weight: 600;
  }
  .side-item { padding-bottom: 1rem; border-bottom: 1px dotted var(--rule-light); }
  .side-item:last-child { border-bottom: none; padding-bottom: 0; }
  .side-item h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--navy);
    margin-bottom: 0.25rem;
  }
  .side-item time {
    font-family: 'Special Elite', monospace;
    font-size: 0.7rem;
    color: var(--rule);
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .section { max-width: 1300px; margin: 3.5rem auto; padding: 0 1.5rem; }
  .section-title { text-align: center; margin-bottom: 2rem; position: relative; }
  .section-title::before, .section-title::after {
    content: ''; position: absolute; top: 50%; width: 30%; height: 1px; background: var(--rule-light);
  }
  .section-title::before { left: 0; }
  .section-title::after { right: 0; }
  .section-title h2 {
    display: inline-block;
    padding: 0 1.5rem;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2rem;
    font-weight: 900;
    color: var(--navy);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: var(--cream);
    position: relative;
  }
  .section-title p {
    font-family: 'Special Elite', monospace;
    font-size: 0.75rem;
    color: var(--rule);
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-top: 0.75rem;
  }
  .scores-board {
    background: var(--paper);
    border: 3px double var(--navy);
    padding: 1.5rem;
    box-shadow: 4px 4px 0 var(--navy-dark);
  }
  .board-header {
    text-align: center;
    border-bottom: 2px solid var(--navy);
    padding-bottom: 1rem;
    margin-bottom: 1.25rem;
  }
  .board-header h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 1.75rem;
    color: var(--navy);
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  .board-header p {
    font-family: 'Special Elite', monospace;
    font-size: 0.75rem;
    color: var(--rule);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: 0.25rem;
  }
  .scores-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    gap: 1rem;
  }
  .score-card {
    background: var(--cream);
    border: 1px solid var(--rule-light);
    padding: 1rem 1.15rem;
    transition: all 0.2s;
  }
  .score-card:hover {
    border-color: var(--navy);
    box-shadow: 3px 3px 0 var(--rule-light);
    transform: translate(-1px, -1px);
  }
  .score-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px dashed var(--rule-light);
    font-family: 'Oswald', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ink-soft);
    font-weight: 500;
  }
  .status-final { color: var(--ink); font-weight: 700; }
  .status-live {
    color: var(--navy);
    font-weight: 700;
    background: var(--gold);
    padding: 0.1rem 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
  }
  .status-live::before {
    content: '●'; font-size: 0.7rem; animation: pulse 1.5s infinite;
  }
  @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
  .status-upcoming { color: var(--rule); }
  .team-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
  }
  .team-left { display: flex; align-items: center; gap: 0.7rem; flex: 1; }
  .pennant-mini {
    width: 52px; height: 32px;
    flex-shrink: 0;
    object-fit: contain;
    object-position: left center;
  }
  .team-label {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--ink);
  }
  .team-label.winner { font-weight: 700; color: var(--navy); }
  .team-label.loser { color: var(--rule); }
  .team-score-num {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 1.6rem;
    color: var(--navy);
    line-height: 1;
  }
  .team-score-num.winner::before {
    content: '◂'; color: var(--gold); margin-right: 0.3rem; font-size: 1rem;
  }
  .team-score-num.loser { color: var(--rule); }
  .standings-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .standings-block {
    background: var(--paper);
    border: 1px solid var(--navy);
    box-shadow: 3px 3px 0 var(--rule-light);
  }
  .standings-block-head {
    background: var(--navy);
    color: var(--paper);
    padding: 0.85rem 1.25rem;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-bottom: 3px solid var(--gold);
  }
  .standings-block-head span {
    display: block;
    font-family: 'Special Elite', monospace;
    font-size: 0.7rem;
    color: var(--gold);
    letter-spacing: 0.2em;
    margin-top: 0.25rem;
    font-weight: 400;
  }
  table { width: 100%; border-collapse: collapse; }
  thead tr { background: var(--cream-dark); border-bottom: 2px solid var(--navy); }
  th {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-align: left;
    padding: 0.65rem 1rem;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--navy);
  }
  th:not(:first-child), td:not(:first-child) { text-align: center; }
  td {
    padding: 0.6rem 1rem;
    border-bottom: 1px solid var(--rule-light);
    font-family: 'Oswald', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: var(--ink);
  }
  tbody tr:last-child td { border-bottom: none; }
  tbody tr:nth-child(even) { background: rgba(232,223,201,0.25); }
  tbody tr:hover { background: var(--cream-dark); }
  .team-cell-pennant { display: flex; align-items: center; gap: 0.6rem; }
  .team-cell-pennant img {
    width: 44px; height: 26px;
    object-fit: contain;
    object-position: left center;
    flex-shrink: 0;
  }
  .team-cell-pennant strong {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  .wl-main { font-weight: 700; color: var(--navy); font-size: 1rem; }
  .streak-good { color: var(--navy); font-weight: 700; letter-spacing: 0.05em; }
  .streak-bad { color: var(--rule); font-weight: 500; letter-spacing: 0.05em; }
  .rank-medal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px; height: 20px;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 0.75rem;
    margin-right: 0.4rem;
    background: var(--rule-light);
    color: var(--navy);
    border-radius: 50%;
  }
  tbody tr:nth-child(1) .rank-medal { background: var(--gold); color: var(--navy); }
  tbody tr:nth-child(2) .rank-medal { background: #b8b0a0; color: var(--navy); }
  tbody tr:nth-child(3) .rank-medal { background: #b08050; color: var(--paper); }
  .schedule-list {
    background: var(--paper);
    border: 3px double var(--navy);
    padding: 1.5rem;
  }
  .schedule-day-block { padding: 1rem 0; border-bottom: 1px solid var(--rule-light); }
  .schedule-day-block:last-child { border-bottom: none; padding-bottom: 0; }
  .schedule-day-block:first-child { padding-top: 0; }
  .sched-date-row {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--navy);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.85rem;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid var(--navy);
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
  }
  .sched-date-row small {
    font-family: 'Special Elite', monospace;
    font-size: 0.7rem;
    color: var(--rule);
    letter-spacing: 0.2em;
    font-weight: 400;
  }
  .sched-game {
    display: grid;
    grid-template-columns: 70px 1fr 130px 120px;
    gap: 1rem;
    padding: 0.5rem 0;
    align-items: center;
    font-family: 'Oswald', sans-serif;
  }
  .sched-time { font-weight: 700; color: var(--navy); font-size: 0.95rem; letter-spacing: 0.05em; }
  .sched-match {
    display: flex; align-items: center; gap: 0.55rem;
    font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.03em;
  }
  .sched-match img { width: 40px; height: 24px; object-fit: contain; object-position: left center; }
  .sched-match .at {
    color: var(--rule); font-style: italic;
    font-family: 'Lora', serif; text-transform: lowercase;
    font-size: 0.85rem; padding: 0 0.2rem;
  }
  .sched-sport {
    font-size: 0.75rem; color: var(--rule);
    letter-spacing: 0.15em; text-transform: uppercase; font-weight: 500;
  }
  .sched-venue {
    font-size: 0.8rem; color: var(--ink-soft);
    text-align: right; font-family: 'Lora', serif; font-style: italic;
  }
  .stats-strip {
    background: var(--navy);
    color: var(--paper);
    padding: 2.5rem 1.5rem;
    border-top: 3px solid var(--gold);
    border-bottom: 3px solid var(--gold);
  }
  .stats-inner {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
  }
  .stat-item { border-right: 1px solid rgba(212,164,60,0.3); padding: 0 1rem; }
  .stat-item:last-child { border-right: none; }
  .stat-num {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 3rem;
    color: var(--gold);
    line-height: 1;
  }
  .stat-label {
    font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--cream);
    margin-top: 0.5rem;
    font-weight: 500;
  }
  .pennant-wall {
    background: var(--paper);
    padding: 3.5rem 1.5rem;
    border-top: 6px double var(--navy);
    border-bottom: 6px double var(--navy);
    margin-top: 3.5rem;
  }
  .pennant-wall-inner { max-width: 1300px; margin: 0 auto; }
  .pennants-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem 2rem;
    margin-top: 2rem;
  }
  .pennant-card {
    text-align: center;
    text-decoration: none;
    color: var(--navy);
    padding: 0.5rem;
    transition: transform 0.25s;
  }
  .pennant-card:hover { transform: translateY(-4px); }
  .pennant-card img {
    width: 100%;
    height: auto;
    max-height: 110px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(2px 3px 0 rgba(15,40,71,0.15));
  }
  .pennant-card .mascot-line {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1rem;
    color: var(--navy);
    margin-top: 0.5rem;
    letter-spacing: 0.02em;
  }
  .pennant-card .school-full {
    font-family: 'Special Elite', monospace;
    font-size: 0.7rem;
    color: var(--rule);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-top: 0.15rem;
  }
  footer {
    background: var(--navy-dark);
    color: var(--cream);
    padding: 3rem 1.5rem 1.5rem;
    border-top: 3px double var(--gold);
  }
  .footer-inner {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(212,164,60,0.2);
  }
  .footer-brand h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 0.75rem;
  }
  .footer-brand p {
    font-size: 0.9rem;
    max-width: 400px;
    color: rgba(244,239,227,0.75);
    font-style: italic;
  }
  .footer-col h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(212,164,60,0.3);
    font-weight: 600;
  }
  .footer-col ul { list-style: none; }
  .footer-col li { margin-bottom: 0.5rem; }
  .footer-col a {
    color: rgba(244,239,227,0.75);
    text-decoration: none;
    font-size: 0.9rem;
    font-family: 'Lora', serif;
  }
  .footer-col a:hover { color: var(--gold); }
  .footer-bottom {
    max-width: 1300px;
    margin: 1.5rem auto 0;
    text-align: center;
    font-family: 'Special Elite', monospace;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    color: rgba(244,239,227,0.5);
    text-transform: uppercase;
  }
  @media (max-width: 900px) {
    .featured, .standings-layout { grid-template-columns: 1fr; gap: 1.5rem; }
    .featured-main { padding-right: 0; border-right: none; padding-bottom: 1.5rem; border-bottom: 1px solid var(--rule-light); }
    .stats-inner { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
    .stat-item { border-right: none; }
    .stat-item:nth-child(odd) { border-right: 1px solid rgba(212,164,60,0.3); }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .sched-game { grid-template-columns: 60px 1fr; }
    .sched-sport, .sched-venue { display: none; }
    .section-title::before, .section-title::after { width: 15%; }
    .masthead-sub { font-size: 0.7rem; gap: 1rem; }
    .masthead-sub span:not(:last-child)::after { display: none; }
    .masthead-pennants { gap: 0.2rem; padding: 1rem 0.5rem; }
    .masthead-pennants img { max-width: 100%; }
  }
