/* ===== Westover Patriots Football ===== */
:root {
  --navy: #0f2545;
  --navy2: #1a3663;
  --navy-deep: #08182f;
  --red: #c8262c;
  --red-dark: #a51c22;
  --gold: #e0a526;
  --gold-dark: #bf8a15;
  --steel: #48586f;
  --ink: #16202f;
  --ink-soft: #55637a;
  --ink-faint: #8b97a9;
  --gray: #eef1f6;
  --gray2: #e0e6ee;
  --gray3: #cfd7e2;
  --cloud: #f6f8fb;
  --white: #ffffff;
  --bg: #f6f8fb;
  --bg-dark: #0a1729;
  --card: #ffffff;
  --border: #e2e7ef;
  --line: #ccd5e0;
  --shadow: 0 12px 32px rgba(15, 37, 69, 0.10);
  --shadow-lg: 0 22px 52px rgba(15, 37, 69, 0.20);
  --radius: 10px;
  --radius-sm: 6px;
  --maxw: 1180px;
  --sans: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  --display: "Oswald", "Arial Narrow", "Helvetica Neue", sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--bg); color: var(--ink); line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: var(--red); text-decoration: none; transition: color .15s; }
a:hover { color: var(--red-dark); }
img { max-width: 100%; display: block; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }
.container-narrow { max-width: 820px; margin: 0 auto; padding: 0 26px; }
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.06; text-transform: uppercase; letter-spacing: 0.01em; color: var(--navy); font-weight: 700; }
section { scroll-margin-top: 120px; }

/* Utility */
.eyebrow { font-family: var(--display); font-size: 0.9rem; letter-spacing: .22em; text-transform: uppercase; color: var(--red); font-weight: 600; display: inline-block; }
.eyebrow.gold { color: var(--gold-dark); }

/* Topbar */
.topbar { background: var(--red); color: #fff; font-size: 0.86rem; padding: 8px 0; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.topbar a { color: #fff; font-weight: 600; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--navy); border-bottom: 3px solid var(--gold); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.brand { font-family: var(--display); font-weight: 700; font-size: 1.4rem; color: #fff; text-transform: uppercase; letter-spacing: .02em; display: flex; align-items: center; gap: 12px; }
.brand .logo { width: 52px; height: 52px; border-radius: 50%; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; border: 3px solid var(--gold); }
.brand .b-text { line-height: 0.98; }
.brand .b-text b { color: var(--gold); }
.brand .b-text small { display: block; font-family: var(--sans); font-size: 0.54rem; letter-spacing: .18em; color: #94a4bb; font-weight: 700; margin-top: 3px; text-transform: uppercase; }
.nav-links { display: flex; gap: 2px; list-style: none; align-items: center; }
.nav-links a { color: #ccd6e4; font-family: var(--display); text-transform: uppercase; font-size: 0.94rem; letter-spacing: .04em; padding: 9px 13px; font-weight: 500; position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 4px; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform .18s; }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-links a.active { color: var(--gold); }
.nav-links .cta { background: var(--red); color: #fff; border-radius: 4px; padding: 10px 20px; margin-left: 8px; }
.nav-links .cta::after { display: none; }
.nav-links .cta:hover { background: var(--red-dark); color: #fff; }
.nav-toggle { display: none; background: none; border: 0; color: #fff; font-size: 1.7rem; cursor: pointer; }

/* Buttons */
.btn { font-family: var(--display); font-size: 0.98rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 14px 32px; border-radius: 4px; border: 2px solid transparent; cursor: pointer; display: inline-block; transition: all .16s; text-align: center; }
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-dark); color: #fff; transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-dark); color: var(--navy); transform: translateY(-2px); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy2); color: #fff; transform: translateY(-2px); }
.btn-white { background: #fff; color: var(--navy); }
.btn-white:hover { background: var(--gray); color: var(--navy); transform: translateY(-2px); }
.btn-line { background: transparent; color: var(--navy); border-color: var(--line); }
.btn-line:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn-line-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn-line-light:hover { background: #fff; color: var(--navy); }
.btn-lg { font-size: 1.1rem; padding: 16px 40px; }
.btn-sm { font-size: 0.8rem; padding: 9px 20px; }

/* Hero */
.hero { position: relative; background: var(--navy-deep); color: #fff; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background:
  radial-gradient(circle at 80% 24%, rgba(200,38,44,.34), transparent 46%),
  radial-gradient(circle at 14% 84%, rgba(224,165,38,.16), transparent 48%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: repeating-linear-gradient(90deg, var(--gold) 0 44px, var(--red) 44px 88px); }
.hero-inner { position: relative; z-index: 1; padding: 92px 0 100px; }
.hero-inner .max { max-width: 740px; }
.hero .tag { display: inline-flex; align-items: center; gap: 10px; background: rgba(224,165,38,.14); border: 1px solid rgba(224,165,38,.45); color: var(--gold); font-family: var(--display); letter-spacing: .14em; text-transform: uppercase; font-size: 0.88rem; padding: 8px 20px; border-radius: 4px; margin-bottom: 24px; }
.hero h1 { font-size: clamp(2.8rem, 7vw, 5.4rem); line-height: 0.94; margin-bottom: 22px; color: #fff; }
.hero h1 .red { color: #ff5a5f; }
.hero h1 .gold { color: var(--gold); }
.hero .lede { font-size: 1.24rem; color: #bcc8d8; max-width: 560px; margin-bottom: 32px; }
.hero .cta-row { display: flex; gap: 15px; flex-wrap: wrap; }

/* Marquee */
.strip { background: var(--red); color: #fff; padding: 13px 0; overflow: hidden; white-space: nowrap; }
.strip .track { display: inline-block; animation: marquee 30s linear infinite; }
.strip .track span { margin: 0 26px; font-family: var(--display); font-size: 1.02rem; letter-spacing: .08em; text-transform: uppercase; }
.strip .track span.dot { color: var(--gold); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Scoreboard / next game */
.scoreboard { background: var(--navy); color: #fff; padding: 34px 0; border-bottom: 4px solid var(--gold); }
.score-card { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; max-width: 820px; margin: 0 auto; }
.score-team { text-align: center; }
.score-team .badge { width: 78px; height: 78px; margin: 0 auto 10px; border-radius: 50%; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2rem; border: 3px solid var(--gold); }
.score-team .badge.away { background: var(--steel); border-color: rgba(255,255,255,.3); }
.score-team .name { font-family: var(--display); font-size: 1.16rem; text-transform: uppercase; color: #fff; }
.score-team .sub { font-size: 0.8rem; color: #94a4bb; }
.score-mid { text-align: center; }
.score-mid .vs { font-family: var(--display); font-size: 1.7rem; color: var(--gold); }
.score-mid .when { font-size: 0.86rem; color: #bcc8d8; margin-top: 4px; }
.score-mid .when .fill { background: rgba(224,165,38,.16); border-bottom: 1px dashed var(--gold); border-radius: 3px; padding: 0 6px; }

/* Page head */
.page-head { background: var(--navy-deep); color: #fff; padding: 66px 0 54px; position: relative; overflow: hidden; }
.page-head::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 84% 40%, rgba(200,38,44,.3), transparent 46%); }
.page-head::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: repeating-linear-gradient(90deg, var(--gold) 0 36px, var(--red) 36px 72px); }
.page-head .container { position: relative; z-index: 1; }
.page-head .breadcrumb { font-family: var(--display); font-size: 0.86rem; letter-spacing: .08em; text-transform: uppercase; color: #94a4bb; margin-bottom: 14px; }
.page-head .breadcrumb a { color: #bcc8d8; }
.page-head h1 { font-size: clamp(2.2rem, 5.5vw, 4rem); color: #fff; max-width: 900px; }
.page-head h1 .gold { color: var(--gold); }
.page-head .sub { margin-top: 16px; font-size: 1.16rem; color: #bcc8d8; max-width: 660px; }

/* Sections */
section.block { padding: 80px 0; }
section.block.gray { background: var(--gray); }
section.block.tint { background: var(--gray2); }
section.block.navy { background: var(--navy); color: #fff; }
section.block.dark { background: var(--navy-deep); color: #fff; }
.block.navy h1, .block.navy h2, .block.navy h3, .block.dark h1, .block.dark h2, .block.dark h3 { color: #fff; }
.block.navy .eyebrow, .block.dark .eyebrow { color: var(--gold); }

/* Section header */
.sec-head { text-align: center; max-width: 680px; margin: 0 auto 50px; }
.sec-head .eyebrow { margin-bottom: 14px; }
.sec-head h2 { font-size: clamp(2.1rem, 5vw, 3.3rem); }
.sec-head h2 .red { color: var(--red); }
.sec-head h2 .gold { color: var(--gold-dark); }
.sec-head p { color: var(--ink-soft); font-size: 1.06rem; margin-top: 14px; }
.block.navy .sec-head p, .block.dark .sec-head p { color: #bcc8d8; }
.sec-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; border-bottom: 3px solid var(--navy); padding-bottom: 12px; }
.sec-bar h2 { font-size: 1.8rem; }
.sec-bar h2 .red { color: var(--red); }
.sec-bar a { font-family: var(--display); font-size: 0.88rem; letter-spacing: .04em; text-transform: uppercase; font-weight: 600; }

/* Grids */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* News cards */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.news-card { background: var(--card); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .16s, box-shadow .16s; display: flex; flex-direction: column; }
.news-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.news-card .n-img { aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; font-size: 3.2rem; position: relative; color: #fff; }
.news-card .n-img.t1 { background: linear-gradient(150deg, var(--navy2), var(--navy-deep)); }
.news-card .n-img.t2 { background: linear-gradient(150deg, var(--red), var(--red-dark)); }
.news-card .n-img.t3 { background: linear-gradient(150deg, var(--gold), var(--gold-dark)); color: var(--navy); }
.news-card .n-tag { position: absolute; top: 12px; left: 12px; background: var(--gold); color: var(--navy); font-family: var(--display); font-size: 0.7rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 700; padding: 4px 12px; border-radius: 4px; }
.news-card .body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.news-card .n-meta { font-size: 0.8rem; color: var(--ink-faint); margin-bottom: 8px; }
.news-card .n-meta .fill { background: var(--gray2); border-bottom: 1px dashed var(--gold-dark); border-radius: 3px; padding: 0 5px; }
.news-card h3 { font-size: 1.24rem; margin-bottom: 10px; line-height: 1.2; }
.news-card h3 a { color: var(--navy); }
.news-card h3 a:hover { color: var(--red); }
.news-card p { color: var(--ink-soft); font-size: 0.93rem; flex: 1; }
.news-card .n-foot { margin-top: 16px; }

/* Article */
.article-body { font-size: 1.08rem; line-height: 1.85; }
.article-body .lead-img { aspect-ratio: 16/8; border-radius: var(--radius); background: linear-gradient(150deg, var(--navy2), var(--navy-deep)); display: flex; align-items: center; justify-content: center; font-size: 4.5rem; color: var(--gold); margin-bottom: 30px; box-shadow: var(--shadow); }
.article-body p { color: #2f3a4b; margin-bottom: 18px; }
.article-body h2 { font-size: 1.8rem; margin: 34px 0 12px; color: var(--navy); }
.article-body h3 { font-size: 1.35rem; margin: 26px 0 10px; color: var(--red); }
.article-body ul, .article-body ol { padding-left: 24px; margin-bottom: 18px; color: #2f3a4b; }
.article-body li { margin-bottom: 8px; }
.article-body blockquote { border-left: 4px solid var(--gold); background: var(--gray); padding: 16px 26px; margin: 26px 0; font-size: 1.2rem; color: var(--navy); font-style: italic; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.article-body .fill { background: var(--gray2); border-bottom: 1px dashed var(--gold-dark); padding: 0 5px; border-radius: 2px; font-weight: 600; }
.article-body .editor-note { background: #fdf5e3; border: 1px solid #ecd9a6; border-radius: var(--radius-sm); padding: 15px 20px; margin: 24px 0; font-size: 0.92rem; color: #6d5717; }
.article-meta { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; font-size: 0.9rem; color: #bcc8d8; margin-top: 16px; }
.article-meta .fill { background: rgba(224,165,38,.16); border-bottom: 1px dashed var(--gold); border-radius: 3px; padding: 0 6px; }

/* Schedule / fixtures table */
.fixture-list { display: grid; gap: 14px; }
.fixture { background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); padding: 20px 24px; display: grid; grid-template-columns: 110px 1fr auto auto; gap: 20px; align-items: center; border-left: 5px solid var(--navy); }
.fixture.home { border-left-color: var(--red); }
.fixture.away { border-left-color: var(--steel); }
.fixture .f-date { font-family: var(--display); text-align: center; }
.fixture .f-date .d { font-size: 1.5rem; color: var(--navy); line-height: 1; }
.fixture .f-date .m { font-size: 0.78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); }
.fixture .f-date .fill { background: var(--gray2); border-bottom: 1px dashed var(--gold-dark); border-radius: 3px; padding: 0 5px; }
.fixture .f-teams { font-family: var(--display); font-size: 1.16rem; text-transform: uppercase; color: var(--navy); }
.fixture .f-teams a { color: var(--navy); }
.fixture .f-teams a:hover { color: var(--red); }
.fixture .f-teams .ha { font-family: var(--sans); font-size: 0.72rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; padding: 2px 9px; border-radius: 20px; margin-left: 8px; vertical-align: middle; }
.fixture .f-teams .ha.h { background: #fbe4e5; color: var(--red-dark); }
.fixture .f-teams .ha.a { background: var(--gray2); color: var(--steel); }
.fixture .f-teams .loc { display: block; font-family: var(--sans); font-size: 0.84rem; color: var(--ink-faint); text-transform: none; letter-spacing: 0; margin-top: 3px; font-weight: 400; }
.fixture .f-score { font-family: var(--display); font-size: 1.3rem; color: var(--red); white-space: nowrap; }
.fixture .f-score .fill { background: var(--gray2); border-bottom: 1px dashed var(--gold-dark); border-radius: 3px; padding: 0 8px; }
.fixture .f-cta { white-space: nowrap; }

/* Filter tabs */
.filter-bar { display: flex; gap: 6px; justify-content: center; margin-bottom: 34px; flex-wrap: wrap; }
.filter-btn { background: var(--card); border: 1px solid var(--border); border-radius: 40px; padding: 10px 24px; font-family: var(--display); font-size: 0.9rem; letter-spacing: .04em; text-transform: uppercase; font-weight: 600; color: var(--ink-soft); cursor: pointer; transition: all .15s; }
.filter-btn:hover { border-color: var(--navy); color: var(--navy); }
.filter-btn.active { background: var(--navy); border-color: var(--navy); color: #fff; }

/* Team page */
.team-hero { display: grid; grid-template-columns: auto 1fr; gap: 30px; align-items: center; }
.team-hero .t-badge { width: 130px; height: 130px; border-radius: 50%; background: var(--steel); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 3.5rem; border: 5px solid var(--gold); flex-shrink: 0; }
.team-hero h1 { margin-bottom: 8px; }
.team-hero .t-sub { color: #bcc8d8; font-size: 1.06rem; }
.team-hero .t-sub .fill { background: rgba(224,165,38,.16); border-bottom: 1px dashed var(--gold); border-radius: 3px; padding: 0 6px; }

.info-table { width: 100%; border-collapse: collapse; margin: 8px 0 18px; }
.info-table td { padding: 13px 16px; border: 1px solid var(--line); font-size: 0.97rem; }
.info-table td:first-child { background: var(--gray); font-family: var(--display); font-weight: 600; width: 38%; color: var(--navy); text-transform: uppercase; font-size: 0.86rem; letter-spacing: .04em; }
.info-table td .fill { background: var(--gray2); border-bottom: 1px dashed var(--gold-dark); border-radius: 2px; padding: 0 5px; }

/* Event page */
.event-hero { background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); padding: 40px; text-align: center; border-top: 5px solid var(--gold); }
.event-hero .matchup { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; max-width: 620px; margin: 0 auto 26px; }
.event-hero .m-team { text-align: center; }
.event-hero .m-team .badge { width: 90px; height: 90px; margin: 0 auto 10px; border-radius: 50%; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 2.2rem; border: 3px solid var(--gold); }
.event-hero .m-team .badge.away { background: var(--steel); }
.event-hero .m-team .name { font-family: var(--display); font-size: 1.2rem; text-transform: uppercase; color: var(--navy); }
.event-hero .m-vs { font-family: var(--display); font-size: 1.8rem; color: var(--red); }
.event-hero .e-meta { display: flex; gap: 26px; justify-content: center; flex-wrap: wrap; margin-top: 20px; padding-top: 22px; border-top: 1px solid var(--border); }
.event-hero .e-meta .m { text-align: center; }
.event-hero .e-meta .k { font-family: var(--display); font-size: 0.76rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-faint); }
.event-hero .e-meta .v { font-family: var(--display); font-size: 1.14rem; color: var(--navy); }
.event-hero .e-meta .v .fill { background: var(--gray2); border-bottom: 1px dashed var(--gold-dark); border-radius: 3px; padding: 0 6px; }

/* Feature icons */
.feat-icons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feat-ico { text-align: center; }
.feat-ico .ico { width: 76px; height: 76px; margin: 0 auto 16px; border-radius: 12px; background: var(--card); display: flex; align-items: center; justify-content: center; font-size: 2rem; box-shadow: var(--shadow); }
.block.navy .feat-ico .ico, .block.dark .feat-ico .ico { background: var(--navy2); }
.feat-ico h3 { font-size: 1.12rem; margin-bottom: 8px; }
.feat-ico p { color: var(--ink-soft); font-size: 0.92rem; }
.block.navy .feat-ico p, .block.dark .feat-ico p { color: #bcc8d8; }

/* Feature split */
.feat { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.feat .f-visual { border-radius: var(--radius); min-height: 420px; display: flex; align-items: center; justify-content: center; font-size: 8rem; box-shadow: var(--shadow); background: linear-gradient(150deg, var(--navy2), var(--navy-deep)); color: var(--gold); }
.feat .f-visual.red { background: linear-gradient(150deg, var(--red), var(--red-dark)); color: #fff; }
.feat.flip .f-visual { order: 2; }
.feat h2 { font-size: clamp(2rem, 4vw, 2.9rem); margin-bottom: 18px; }
.feat h2 .red { color: var(--red); }
.feat p { color: var(--ink-soft); margin-bottom: 16px; }
.feat .lede { font-size: 1.22rem; color: var(--ink); line-height: 1.5; margin-bottom: 18px; font-weight: 600; }
.dot-list { list-style: none; margin: 8px 0 24px; }
.dot-list li { padding-left: 34px; position: relative; margin-bottom: 12px; color: var(--ink-soft); }
.dot-list li::before { content: "\1F3C8"; position: absolute; left: 0; top: 0; font-size: 0.95rem; }
.block.navy .feat p, .block.dark .feat p { color: #bcc8d8; }
.block.navy .feat .lede, .block.dark .feat .lede { color: #fff; }

/* Stat strip */
.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat .n { font-family: var(--display); font-size: 3rem; color: var(--gold); font-weight: 700; line-height: 1; }
.stat .l { font-family: var(--display); font-size: 0.9rem; letter-spacing: .08em; text-transform: uppercase; color: #94a4bb; margin-top: 6px; }

/* Sidebar */
.layout-2col { display: grid; grid-template-columns: 1fr 300px; gap: 44px; align-items: start; }
.sidebar { position: sticky; top: 100px; }
.side-box { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; margin-bottom: 24px; box-shadow: var(--shadow); }
.side-box h4 { font-family: var(--display); font-size: 0.94rem; letter-spacing: .08em; text-transform: uppercase; color: var(--navy); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 3px solid var(--red); }
.side-list { list-style: none; }
.side-list li { padding: 12px 0; border-bottom: 1px solid var(--border); }
.side-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.side-list a { color: var(--navy); font-weight: 600; font-size: 0.94rem; font-family: var(--display); text-transform: uppercase; }
.side-list a:hover { color: var(--red); }
.side-list .s-meta { font-size: 0.78rem; color: var(--ink-faint); margin-top: 3px; }
.side-list .s-meta .fill { background: var(--gray2); border-bottom: 1px dashed var(--gold-dark); border-radius: 3px; padding: 0 5px; }

/* Contact / forms */
.contact-split { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.contact-split .c-info { background: var(--navy); color: #fff; padding: 52px 46px; }
.contact-split .c-info h2 { color: #fff; font-size: 2rem; margin-bottom: 16px; }
.contact-split .c-info h2 .gold { color: var(--gold); }
.contact-split .c-info p { color: #bcc8d8; margin-bottom: 26px; }
.info-row { display: flex; gap: 14px; margin-bottom: 20px; align-items: flex-start; }
.info-row .ico { font-size: 1.1rem; width: 44px; height: 44px; flex-shrink: 0; background: rgba(224,165,38,.14); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.info-row .k { font-family: var(--display); font-size: 0.8rem; letter-spacing: .06em; text-transform: uppercase; color: var(--gold); }
.info-row .v { color: #fff; font-size: 1rem; }
.info-row .v .fill { background: rgba(224,165,38,.16); border-bottom: 1px dashed var(--gold); border-radius: 3px; padding: 0 6px; }
.contact-split .c-form { background: var(--card); padding: 52px 46px; }
.form-field { margin-bottom: 20px; }
.form-field label { display: block; font-family: var(--display); font-size: 0.84rem; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-soft); font-weight: 600; margin-bottom: 8px; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; padding: 13px 16px; border: 1px solid var(--border); border-radius: var(--radius-sm);
  background: var(--cloud); font-family: var(--sans); font-size: 1rem; color: var(--ink); outline: none;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--red); }
.form-note { font-size: 0.8rem; color: var(--ink-faint); margin-top: 10px; }
.form-msg { padding: 14px 18px; border-radius: var(--radius-sm); margin-top: 16px; display: none; background: var(--gray2); color: var(--navy); border: 1px solid var(--gold); font-size: 0.95rem; }
.form-msg.ok { display: block; }

/* Prose */
.prose { font-size: 1.06rem; line-height: 1.8; }
.prose p { color: #2f3a4b; margin-bottom: 16px; }
.prose h2 { font-size: 1.8rem; margin: 32px 0 12px; }
.prose h3 { font-size: 1.3rem; margin: 26px 0 10px; color: var(--red); }
.prose ul, .prose ol { padding-left: 24px; margin-bottom: 16px; color: #2f3a4b; }
.prose li { margin-bottom: 8px; }
.prose .fill { background: var(--gray2); border-bottom: 1px dashed var(--gold-dark); padding: 0 4px; border-radius: 2px; font-weight: 600; }
.prose .note { background: var(--gray); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 16px 20px; margin: 22px 0; font-size: 0.96rem; }

/* CTA band */
.cta-band { padding: 84px 0; text-align: center; background: linear-gradient(140deg, var(--red), var(--red-dark)); color: #fff; position: relative; overflow: hidden; }
.cta-band::before { content: "\1F3C8"; position: absolute; font-size: 14rem; opacity: .11; top: -10px; left: 5%; }
.cta-band::after { content: "\1F3DF\FE0F"; position: absolute; font-size: 11rem; opacity: .11; bottom: -20px; right: 6%; }
.cta-band .container { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; font-size: clamp(2rem, 5vw, 3.3rem); margin-bottom: 16px; }
.cta-band p { max-width: 560px; margin: 0 auto 30px; opacity: .96; font-size: 1.12rem; }

/* Footer */
.site-footer { background: var(--bg-dark); color: #94a4bb; padding: 60px 0 28px; }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 38px; border-bottom: 1px solid #1d2f47; }
.footer-brand .fb-name { font-family: var(--display); font-size: 1.5rem; color: #fff; text-transform: uppercase; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.footer-brand .fb-name .logo { width: 42px; height: 42px; border-radius: 50%; background: var(--red); border: 2px solid var(--gold); }
.footer-brand p { font-size: 0.92rem; max-width: 300px; }
.footer-col h4 { font-family: var(--display); color: #fff; font-size: 0.92rem; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 15px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { color: #94a4bb; font-size: 0.91rem; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-family: var(--display); font-size: 0.84rem; letter-spacing: .03em; color: #67768c; }
.footer-bottom a { color: #94a4bb; }

/* Responsive */
@media (max-width: 940px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3, .news-grid { grid-template-columns: repeat(2, 1fr); }
  .feat-icons { grid-template-columns: repeat(2, 1fr); }
  .stat-strip { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .layout-2col { grid-template-columns: 1fr; gap: 40px; }
  .sidebar { position: static; }
  .fixture { grid-template-columns: 90px 1fr; gap: 14px; }
  .fixture .f-score, .fixture .f-cta { grid-column: 2; }
}
@media (max-width: 760px) {
  .grid-3, .grid-2, .news-grid { grid-template-columns: 1fr; }
  .feat, .feat.flip { grid-template-columns: 1fr; gap: 34px; }
  .feat .f-visual, .feat.flip .f-visual { order: 0; min-height: 240px; font-size: 5rem; }
  .contact-split { grid-template-columns: 1fr; }
  .score-card { grid-template-columns: 1fr; gap: 16px; }
  .team-hero { grid-template-columns: 1fr; text-align: center; }
  .team-hero .t-badge { margin: 0 auto; }
  .event-hero .matchup { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 80px; left: 0; right: 0; flex-direction: column; background: var(--navy); border-bottom: 3px solid var(--gold); padding: 14px 26px; gap: 2px; display: none; align-items: stretch; }
  .nav-links.show { display: flex; }
  .nav-links a { width: 100%; padding: 12px 0; }
  .nav-links .cta { text-align: center; margin-left: 0; margin-top: 8px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .grid-4, .feat-icons { grid-template-columns: 1fr; }
  .stat-strip { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .contact-split .c-info, .contact-split .c-form { padding: 38px 28px; }
  .fixture { grid-template-columns: 1fr; }
  .fixture .f-score, .fixture .f-cta { grid-column: 1; }
  .event-hero { padding: 28px 20px; }
}
