/* LionsPaper core styles (0.1.1) */
:root{
  --paper:#faf7f0;
  --white:#ffffff;
  --ink:#1b1b1b;
  --muted:rgba(0,0,0,.65);
  --line:rgba(0,0,0,.12);
  --brand:#174a8b;
  --gold:#f2c300;
  --brand-ink:#0e2f5a;
  --radius:14px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--paper);color:var(--ink)}
a{color:inherit}
.wrap{max-width:1100px;margin:0 auto;padding:0 18px}
.site-header{background:var(--white);border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand-logo{width:44px;height:44px;object-fit:contain}
.brand-title{font-weight:900;letter-spacing:.01em}
.brand-sub{font-size:12px;color:var(--muted)}
.season-badge{text-align:right}
.season-label{font-size:11px;letter-spacing:.08em;color:var(--muted)}
.season-value{font-size:16px;font-weight:900}

.site-nav{border-top:1px solid var(--line)}
.site-nav a{display:inline-block;padding:10px 10px;text-decoration:none;font-weight:800;font-size:13px;color:rgba(0,0,0,.78)}
.site-nav a.active{text-decoration:underline;color:#000}

.main-grid{display:grid;grid-template-columns:1fr 320px;gap:18px;padding:18px 0}
@media (max-width:980px){.main-grid{grid-template-columns:1fr}}

.card,.widget{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 1px 0 rgba(0,0,0,.03)}
.card{padding:16px}
.widget{padding:12px;margin-bottom:12px}
.widget-title{font-weight:900;margin-bottom:6px}

.hero-grid{display:grid;grid-template-columns:320px 1fr;gap:16px;align-items:start}
@media (max-width:980px){.hero-grid{grid-template-columns:1fr}}
.hero-image img{width:100%;height:auto;border-radius:var(--radius);border:1px solid var(--line);background:#fff}

/* IMPORTANT: cap poster size so it can't "regress" bigger */
.hero-poster{max-width:320px;width:100%;height:auto;display:block;margin:0 auto}
@media (max-width:980px){.hero-poster{max-width:420px}}

.hero-copy h1,.hero-copy h2{margin:0 0 10px 0}
.hero-copy h2{font-size:28px;line-height:1.1}
.hero-copy p{color:rgba(0,0,0,.78);max-width:65ch}

.small{font-size:12px;color:var(--muted)}
.muted{color:var(--muted)}

.btn-row{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0}
.btn{display:inline-block;padding:10px 12px;border:1px solid rgba(0,0,0,.18);border-radius:12px;text-decoration:none;font-weight:900;background:#fff}
.btn:hover{background:#f4f1ea}
.pill{display:block;text-align:center;padding:10px 12px;border:1px solid rgba(0,0,0,.18);border-radius:12px;font-weight:900;color:var(--muted)}

.site-footer{background:var(--white);border-top:1px solid var(--line);margin-top:18px}
.footer-inner{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:14px 0;font-size:12px;color:var(--muted)}


/* --- v0.4.0 character styling (blue + gold accents) --- */
.card{
  border:1px solid rgba(23,74,139,.18);
  box-shadow:0 8px 20px rgba(0,0,0,.06);
}
.card .divider{
  border-top:2px solid rgba(242,195,0,.55);
}
.site-header{
  border-bottom:3px solid rgba(242,195,0,.75);
}
.nav a.active, .nav a:hover{
  color:var(--brand);
}
.btn{
  border:1px solid rgba(23,74,139,.35);
}
.btn:hover{
  border-color:rgba(242,195,0,.9);
  box-shadow:0 0 0 3px rgba(242,195,0,.25);
}
.featured{
  border:2px solid rgba(242,195,0,.65);
  background:linear-gradient(180deg, rgba(23,74,139,.06), rgba(242,195,0,.06));
}
.featured-title{
  color:var(--brand-ink);
}
.table-title, th{
  border-bottom:2px solid rgba(242,195,0,.55);
}
.source-block{
  display:flex;
  flex-wrap:wrap;
  gap:6px 10px;
  align-items:center;
  padding:10px 12px;
  border:1px solid rgba(23,74,139,.25);
  border-left:6px solid rgba(242,195,0,.85);
  border-radius:12px;
  background:rgba(23,74,139,.04);
}
.source-label{
  font-weight:900;
  color:var(--brand-ink);
}
.news-index-controls{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:12px 0 16px 0;
  padding:10px 12px;
  border:1px dashed rgba(23,74,139,.35);
  border-radius:12px;
  background:rgba(242,195,0,.08);
}
.news-filters{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.btn-filter.is-active{
  border-color:rgba(242,195,0,.95);
  box-shadow:0 0 0 3px rgba(242,195,0,.25);
}
.news-search-input{
  width:min(320px, 70vw);
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(23,74,139,.35);
  background:#fff;
}
.news-search-input:focus{
  outline:none;
  box-shadow:0 0 0 3px rgba(23,74,139,.18);
  border-color:rgba(23,74,139,.65);
}



.site-footer{
  border-top:3px solid rgba(31,95,191,.75);
}


/* Ensure linked cards (including Featured) have consistent card styling */
a.card-link{
  display:block;
  text-decoration:none;
  color:inherit;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  box-shadow:0 8px 22px rgba(0,0,0,.06);
}
a.card-link:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 26px rgba(0,0,0,.09);
}

/* Sidebar hero image (50th Annual) */
.widget-hero{
  padding:12px;
}
.widget-hero-link{
  display:block;
}
.widget-hero-img{
  display:block;
  width:100%;
  height:auto;
  border-radius:12px;
  border:1px solid rgba(23,74,139,.20);
}

/* Highlights: Coaches */
.lp-coaches-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 12px;
}
.lp-coaches-side-title{
  margin: 0 0 8px 0;
  font-size: 22px;
  letter-spacing: .5px;
}
.lp-coaches-thanks{
  margin: 6px 0 12px 0;
  font-size: 18px;
}
.lp-table-scroll{
  overflow-x:auto;
  border-radius: 14px;
}
.lp-coaches-table{
  width:100%;
  border-collapse: separate;
  border-spacing: 0;
  background: rgba(255,255,255,0.92);
  border: 2px solid var(--lp-blue);
  border-right-color: var(--lp-yellow);
  border-bottom-color: var(--lp-yellow);
  border-radius: 14px;
  overflow:hidden;
  min-width: 0;
}
.lp-coaches-table thead th{
  position: sticky;
  top: 0;
  background: rgba(245, 250, 255, 0.98);
  z-index: 1;
  font-weight: 800;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.lp-coaches-table td{
  padding: 9px 10px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  vertical-align: top;
}
.lp-coaches-table td.yr{
  width: 84px;
  white-space: nowrap;
  font-weight: 800;
  color: rgba(0,0,0,0.75);
}
.lp-coaches-table tr.lp-no-game td{
  background: rgba(0,0,0,0.06);
  font-weight: 700;
}
@media (max-width: 980px){
  .lp-coaches-grid{ grid-template-columns: 1fr; }
  .lp-coaches-table{ min-width: 0; }
}


/* Highlights - Coaches */
.lp-coaches-table .lp-col-year { width: 70px; white-space: nowrap; }
.lp-coaches-table .lp-col-coach { width: 200px; }
.lp-coaches-table .lp-col-school { width: 170px; }
.lp-coaches-table td, .lp-coaches-table th { padding: 8px 10px; }
.lp-coaches-table.lp-south thead th { background: rgba(255, 244, 210, 0.95); }
.lp-coaches-table.lp-north thead th { background: rgba(220, 238, 255, 0.95); }
.lp-coaches-table.lp-south tbody tr:hover { background: rgba(255, 244, 210, 0.55); }
.lp-coaches-table.lp-north tbody tr:hover { background: rgba(220, 238, 255, 0.55); }

