:root {
  --page: #f1ebdd;
  --surface: #e5ded0;
  --ink: #1e1d1a;
  --muted: #756e64;
  --line: #c9c1b4;
  --accent: #c75c2a;
  --dark: #252525;
  --display: 'Bebas Neue', sans-serif;
  --body: 'DM Sans', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--page); font: 400 16px/1.55 var(--body); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.skip { position: fixed; z-index: 5; top: 10px; left: 10px; padding: 10px 14px; background: var(--page); border: 1px solid var(--ink); transform: translateY(-150%); }
.skip:focus { transform: translateY(0); }
.notice { min-height: 34px; display: flex; justify-content: center; gap: 20px; padding: 7px 20px; color: var(--page); background: var(--dark); font-size: 11px; }
.notice b, .eyebrow, .brand, dt, .filters, .match-list, .ledger, .host-details, footer b, footer small { font-family: var(--display); letter-spacing: .08em; }
.notice b { color: var(--accent); }
.site-header { max-width: 1180px; min-height: 80px; margin: auto; padding: 0 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; width: max-content; line-height: .85; font-size: 15px; }
.brand span { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid var(--ink); font-size: 17px; }
.site-header nav { display: flex; gap: 30px; font-size: 13px; }
.site-header nav a:hover, footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.header-action, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 17px; color: var(--page); background: var(--ink); border: 1px solid var(--ink); cursor: pointer; font-weight: 600; }
.header-action { justify-self: end; font-size: 13px; }
.eyebrow { margin: 0 0 20px; color: var(--muted); font-size: 12px; line-height: 1; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: .9; letter-spacing: .01em; }
h1 { margin-bottom: 28px; font-size: clamp(64px, 9vw, 112px); }
h1 em { color: var(--accent); font-style: normal; }
h2 { margin-bottom: 22px; font-size: clamp(52px, 6vw, 78px); }
.hero { max-width: 1180px; min-height: 660px; margin: auto; padding: 92px 28px 100px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.hero-copy > p:not(.eyebrow) { max-width: 500px; margin-bottom: 28px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.text-link { border-bottom: 1px solid var(--ink); padding-bottom: 3px; font-weight: 600; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); margin: 55px 0 0; padding-top: 18px; border-top: 1px solid var(--line); }
.stats div + div { padding-left: 15px; border-left: 1px solid var(--line); }
dt { margin-bottom: 5px; color: var(--muted); font-size: 11px; } dd { margin: 0; font-family: var(--display); font-size: 24px; }
.colosseum { background: var(--surface); border-bottom: 1px solid var(--ink); }
.colosseum svg { display: block; width: 100%; }
.stone-back { fill: #c9c1b4; stroke: var(--ink); stroke-width: 3; }.tier { fill: #d6cebf; stroke: var(--ink); stroke-width: 3; }.tier-light { fill: #e8e0d1; stroke: var(--ink); stroke-width: 3; }.middle-tier { fill: #cfc6b7; stroke: var(--ink); stroke-width: 3; }.arches path, .small-arches path { fill: var(--dark); stroke: var(--ink); stroke-width: 3; }.arena { fill: var(--dark); stroke: var(--ink); stroke-width: 3; }.arena-floor { fill: #806e5d; }.pennant-pole { stroke: var(--ink); stroke-width: 4; }.pennant { fill: var(--accent); stroke: var(--ink); stroke-width: 2; }
.matches, .roster { padding: 105px max(28px, calc((100vw - 1124px) / 2)); border-top: 1px solid var(--line); }
.matches { background: var(--surface); }.section-head { display: flex; justify-content: space-between; align-items: end; gap: 50px; }.section-intro { max-width: 390px; margin-bottom: 26px; color: var(--muted); }.filters { display: flex; gap: 12px; margin: 25px 0; }.filters label { display: grid; gap: 7px; font-size: 12px; }.filters select { min-width: 190px; padding: 10px; color: var(--ink); background: var(--page); border: 1px solid var(--ink); }.match-list { border-top: 1px solid var(--ink); }.match-card { display: grid; grid-template-columns: 120px 1fr auto; gap: 25px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--ink); }.match-date { color: var(--accent); font-size: 27px; line-height: .85; }.match-date small { display: block; color: var(--muted); font-size: 12px; }.match-card h3 { margin: 4px 0 7px; font-size: 28px; }.match-card p { margin: 0; color: var(--muted); font: 400 14px/1.4 var(--body); }.match-card button { padding: 0 0 3px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; cursor: pointer; font-weight: 600; }.tag { color: var(--accent); font-size: 12px; }.empty { padding-top: 20px; color: var(--muted); }
.results { padding: 105px max(28px, calc((100vw - 1124px) / 2)); border-top: 1px solid var(--line); }.ledger { margin-top: 40px; border-top: 1px solid var(--ink); }.ledger-row { display: grid; grid-template-columns: 1fr 1.5fr .7fr; gap: 20px; align-items: center; min-height: 75px; border-bottom: 1px solid var(--line); font-size: 15px; }.ledger-head { min-height: 40px; color: var(--muted); font-size: 11px; }.ledger i { color: var(--muted); font-style: normal; }.ledger b { color: var(--accent); }
.roster-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }.roster-grid article { min-height: 220px; padding: 20px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }.roster-grid b { color: var(--accent); font-size: 38px; }.roster-grid span { display: block; margin-top: 50px; color: var(--muted); font-size: 12px; }.roster-grid h3 { margin: 8px 0; font-size: 29px; }.roster-grid p { color: var(--muted); font: 400 13px/1.4 var(--body); }
.hosting { padding: 105px max(28px, calc((100vw - 1124px) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; color: var(--page); background: var(--dark); }.hosting .eyebrow { color: var(--line); }.hosting p { color: var(--line); }.hosting > div:first-child > p:last-child { max-width: 400px; }.host-details { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--muted); }.host-details article { padding: 22px 18px 0 0; }.host-details article + article { padding-left: 18px; border-left: 1px solid var(--muted); }.host-details b { color: var(--accent); font-size: 12px; }.host-details p { margin-top: 35px; font-family: var(--body); font-size: 14px; }.light { grid-column: 2; width: max-content; color: var(--ink); background: var(--page); border-color: var(--page); }
footer { max-width: 1180px; margin: auto; padding: 65px 28px 25px; display: grid; grid-template-columns: 1fr auto auto; gap: 60px; }footer > div { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }footer p { color: var(--muted); }footer > div > b { font-size: 12px; }footer small { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
dialog { width: min(580px, calc(100% - 30px)); padding: 0; border: 1px solid var(--ink); background: var(--page); color: var(--ink); }dialog::backdrop { background: rgb(37 37 37 / 72%); }dialog header { display: flex; justify-content: space-between; padding: 28px; border-bottom: 1px solid var(--ink); }dialog h2 { margin: 0; font-size: 48px; }.close { width: 38px; height: 38px; background: transparent; border: 1px solid var(--ink); font-size: 25px; cursor: pointer; }.dialog-body, dialog form { display: grid; gap: 18px; padding: 28px; }.dialog-body p { color: var(--muted); }.dialog-body .button { width: max-content; }dialog form label { display: grid; gap: 6px; font-weight: 600; }dialog input, dialog select { min-height: 44px; padding: 9px; border: 1px solid var(--ink); background: var(--surface); }dialog form small { color: var(--accent); }
@media (max-width: 850px) { .site-header { grid-template-columns: 1fr auto; }.site-header nav { display: none; }.hero { grid-template-columns: 1fr; }.section-head { display: block; }.section-intro { margin-bottom: 28px; }.roster-grid { grid-template-columns: repeat(2, 1fr); }.hosting { grid-template-columns: 1fr; }.light { grid-column: auto; }.host-details { grid-column: auto; } }
@media (max-width: 600px) { .notice span { display: none; }.site-header { padding: 0 16px; }.header-action { padding: 9px 11px; }.hero, .matches, .results, .roster, .hosting { padding: 72px 16px; }.hero-actions { display: grid; }.hero-actions .button { width: 100%; }.stats { grid-template-columns: 1fr; gap: 12px; }.stats div + div { padding: 12px 0 0; border-top: 1px solid var(--line); border-left: 0; }.match-card { grid-template-columns: 70px 1fr; gap: 14px; }.match-card button { grid-column: 2; width: max-content; }.filters { display: grid; }.filters select { width: 100%; }.ledger-row { grid-template-columns: 1fr 1fr; padding: 13px 0; }.ledger-row > :last-child { grid-column: 2; }.ledger-head { display: none; }.roster-grid { grid-template-columns: 1fr 1fr; }.roster-grid article { min-height: 205px; padding: 14px; }.roster-grid span { margin-top: 35px; }.host-details { grid-template-columns: 1fr; }.host-details article + article { padding-left: 0; border-top: 1px solid var(--muted); border-left: 0; }.host-details article { min-height: 170px; }.host-details p { margin-top: 22px; }footer { grid-template-columns: 1fr 1fr; padding: 55px 16px 22px; gap: 30px; }footer > div:first-child { grid-column: 1 / -1; } }
