/* Wideopen FC — Shared Styles */
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --blue: #1a6fc4; --blue-dark: #0f4f94; --gold: #f5c518;
  --black: #080808; --surface: #0f1014; --surface-2: #13151c;
  --surface-3: #1a1c24; --border: #22242e; --text: #e8e8e8; --muted: #6b7280;
}
body { font-family: 'Open Sans', sans-serif; background: var(--black); color: var(--text); -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4 { font-family: 'Fjalla One', sans-serif; }
a { text-decoration: none; color: inherit; }

/* HEADER */
#site-header { position: sticky; top: 0; z-index: 200; }
header { background: var(--black); border-bottom: 3px solid var(--blue); }
.header-top { background: var(--blue); display: flex; justify-content: space-between; align-items: center; padding: 0 32px; height: 38px; }
.header-top-left, .header-top-right { display: flex; align-items: center; gap: 16px; }
.header-top a, .header-top span { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px; color: rgba(255,255,255,0.8); display: flex; align-items: center; gap: 6px; text-decoration: none; transition: color 0.15s; }
.header-top a:hover { color: #fff; }
.header-top .top-dot { width: 3px; height: 3px; background: rgba(255,255,255,0.3); border-radius: 50%; }
.header-top .top-pill { background: rgba(0,0,0,0.2); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 3px 10px; border-radius: 2px; }
.header-main { display: flex; align-items: center; padding: 0 32px; height: 72px; gap: 40px; }
.brand { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.crest { width: 56px; height: 56px; }
.brand-text .club { font-size: 20px; font-weight: 700; color: #fff; letter-spacing: 1px; text-transform: uppercase; font-family: 'Fjalla One', sans-serif; }
.brand-text .location { font-size: 10px; color: var(--muted); letter-spacing: 2px; text-transform: uppercase; margin-top: 3px; }
.nav-links { display: flex; align-items: center; justify-content: space-evenly; flex: 1; list-style: none; margin: 0; padding: 0; }
.nav-links li { position: relative; }
.nav-links li > a { font-family: 'Fjalla One', sans-serif; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; color: #aaa; padding: 0 14px; height: 72px; display: flex; align-items: center; gap: 5px; white-space: nowrap; transition: color 0.15s; }
.nav-links li > a:hover, .nav-links li:hover > a { color: #fff; }
.nav-links li > a.active { color: #fff; border-bottom: 3px solid var(--blue); }
.nav-links li.has-drop > a::after { content: ''; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #555; transition: border-top-color 0.15s; }
.nav-links li:hover.has-drop > a::after { border-top-color: #fff; }
.nav-links li .dropdown { position: absolute; top: 100%; left: 0; background: #0d0f18; border: 1px solid var(--border); border-top: 2px solid var(--blue); min-width: 220px; opacity: 0; visibility: hidden; transform: translateY(-4px); transition: opacity 0.18s, transform 0.18s, visibility 0.18s; z-index: 300; }
.nav-links li:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-links li .dropdown a { display: block; font-family: 'Open Sans', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; color: #888; padding: 11px 18px; height: auto; border-bottom: 1px solid var(--border); white-space: nowrap; transition: color 0.15s, background 0.15s; }
.nav-links li .dropdown a:last-child { border-bottom: none; }
.nav-links li .dropdown a:hover { color: #fff; background: rgba(255,255,255,0.05); }
.header-cta { background: var(--blue); color: #fff; font-family: 'Fjalla One', sans-serif; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; padding: 10px 24px; border-radius: 4px; flex-shrink: 0; transition: background 0.15s; }
.header-cta:hover { background: var(--blue-dark); }

/* FOOTER */
footer { background: #050507; border-top: 3px solid var(--blue); padding: 64px 32px 0; }
.footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid var(--border); }
.footer-brand img.footer-logo { height: 56px; width: auto; margin-bottom: 16px; display: block; opacity: 0.9; }
.footer-brand .footer-name { font-family: 'Fjalla One', sans-serif; font-size: 18px; text-transform: uppercase; letter-spacing: 1px; color: #fff; margin-bottom: 12px; }
.footer-brand p { font-size: 12px; color: #888; line-height: 2; }
.footer-social { display: flex; gap: 8px; margin-top: 20px; }
.footer-social a { width: 36px; height: 36px; background: var(--surface); border: 1px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background 0.15s, border-color 0.15s; }
.footer-social a:hover { background: var(--blue); border-color: var(--blue); }
.footer-col h5 { font-size: 9px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--border); font-family: 'Open Sans', sans-serif; }
.footer-col a { display: block; font-size: 13px; color: #888; margin-bottom: 10px; transition: color 0.15s; }
.footer-col a:hover { color: #fff; }
.footer-base { max-width: 1280px; margin: 0 auto; padding: 20px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-base p { font-size: 11px; color: #888; }
.footer-badges { display: flex; gap: 8px; }
.footer-badges span { font-size: 9px; color: #aaa; letter-spacing: 1px; text-transform: uppercase; border: 1px solid #444; padding: 4px 10px; border-radius: 2px; }

/* RESPONSIVE */
@media (max-width: 960px) {
  .header-top { display: none; }
  .header-main { padding: 0 16px; max-width: 100vw; }
  .header-cta { display: none; }
  .brand-text .location { display: none; }
  .nav-links { display: none; }
  .header-cta { display: none; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  footer { padding: 40px 16px 0; }
  .footer-brand p { display: none; }
  .footer-base { flex-direction: column; align-items: flex-start; gap: 8px; }
  .footer-badges { flex-wrap: wrap; }

  /* HAMBURGER */
  .nav-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; cursor: pointer; background: none; border: 1px solid var(--border); border-radius: 3px; padding: 8px; margin-left: auto; flex-shrink: 0; }
  .nav-toggle span { display: block; height: 2px; background: #fff; border-radius: 2px; transition: transform 0.25s, opacity 0.25s, width 0.25s; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; width: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* MOBILE NAV */
  .mobile-nav { display: none; background: #0d0f18; border-top: 2px solid var(--blue); overflow-y: auto; max-height: calc(100vh - 72px); width: 100%; max-width: 100vw; overflow-x: hidden; }
  .mobile-nav.open { display: block; }
  .mobile-nav a { display: block; font-family: 'Open Sans', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; color: #888; padding: 14px 20px; border-bottom: 1px solid var(--border); transition: color 0.15s, background 0.15s; }
  .mobile-nav a:hover { color: #fff; background: rgba(255,255,255,0.04); }
  .mobile-nav .mob-section { font-size: 9px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); padding: 14px 20px 8px; border-bottom: 1px solid var(--border); background: var(--surface-2); }
  .mobile-nav .mob-toggle { cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
  .mobile-nav .mob-toggle:hover { background: rgba(255,255,255,0.04); }
  .mobile-nav .mob-arrow { font-size: 10px; transition: transform 0.2s; }
  .mobile-nav .mob-toggle.open .mob-arrow { transform: rotate(180deg); }
  .mobile-nav .mob-sub { display: none; }
  .mobile-nav .mob-sub.open { display: block; }
  .mobile-nav .mob-sub a { padding-left: 32px; background: rgba(0,0,0,0.2); }
  .mobile-nav .mob-cta:hover { background: var(--blue-dark); color: #fff; }
}
@media (min-width: 961px) {
  .nav-toggle { display: none; }
  .mobile-nav { display: none !important; }
}
@media (max-width: 540px) {
  .footer-inner { grid-template-columns: 1fr; }
}
