/*
Theme Name: Homenetmen Gamk Montréal
Theme URI: https://www.homenetmenmontreal.com/
Author: A.G. Consulting and Solutions
Author URI: https://www.homenetmenmontreal.com/
Description: Custom WordPress theme for Homenetmen Gamk Montréal — Armenian General Athletic Union. Features Athletics, Scouting, and Band programs.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: homenetmen-gamk
Tags: custom-menu, custom-logo, featured-images, translation-ready
*/

/* ══════════════════════════════════════════
   RESET & VARIABLES
   ══════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --red:        #DA2429;
  --red-dk:     #A81B1F;
  --red-lt:     #FAEAEA;
  --navy:       #21409A;
  --navy-dk:    #182F72;
  --navy-lt:    #2A52C4;
  --navy-xlt:   #3460D8;
  --gold:       #E29029;
  --gold-dk:    #B5721F;
  --gold-lt:    #FDF4E3;
  --cream:      #FBFBFB;
  --white:      #FFFFFF;
  --border:     #E4E4E8;
  --muted:      #6B6B7A;
  --text:       #1A1A2E;
  --radius:     8px;
  --display:    'Bebas Neue', sans-serif;
  --body:       'Outfit', sans-serif;
}

body { font-family: var(--body); color: var(--text); background: var(--cream); font-size: 16px; line-height: 1.6; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }

/* ══════════════════════════════════════════
   NAVIGATION
   ══════════════════════════════════════════ */
.site-nav { background: var(--navy); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 16px rgba(33,64,154,0.25); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; gap: 24px; height: 68px; }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.nav-logo img { height: 54px; width: 54px; object-fit: contain; }
.logo-text { line-height: 1.2; }
.logo-text strong { display: block; font-family: var(--display); font-size: 17px; letter-spacing: 0.06em; color: var(--white); font-weight: 400; }
.logo-text span { font-size: 10px; color: rgba(255,255,255,0.5); letter-spacing: 0.14em; text-transform: uppercase; }

/* WordPress menu integration */
.nav-links { display: flex; list-style: none; gap: 2px; flex: 1; }
.nav-links li { list-style: none; }
.nav-links a { font-size: 12.5px; font-weight: 500; color: rgba(255,255,255,0.75); text-decoration: none; padding: 6px 9px; border-radius: 6px; transition: background .15s, color .15s; }
.nav-links a:hover { background: rgba(255,255,255,0.1); color: var(--white); }
.nav-links .current-menu-item a,
.nav-links .current_page_item a,
.nav-links a.active { color: var(--white); background: var(--red); border-radius: 6px; font-weight: 600; }

.lang-switcher { display: flex; align-items: stretch; border: 1px solid rgba(255,255,255,0.22); border-radius: 7px; overflow: hidden; flex-shrink: 0; }
.lang-btn { background: transparent; border: none; color: rgba(255,255,255,0.5); font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: .08em; padding: 6px 11px; cursor: pointer; transition: background .15s, color .15s; text-transform: uppercase; }
.lang-btn:hover { color: var(--white); background: rgba(255,255,255,0.1); }
.lang-btn.active { background: var(--red); color: var(--white); }
.lang-div { width: 1px; background: rgba(255,255,255,0.15); }

.btn-nav-cta { background: var(--red); color: var(--white) !important; padding: 8px 18px !important; border-radius: var(--radius) !important; font-weight: 600 !important; font-size: 13px !important; flex-shrink: 0; transition: background .15s !important; }
.btn-nav-cta:hover { background: var(--red-dk) !important; }

/* ══════════════════════════════════════════
   TICKER
   ══════════════════════════════════════════ */
.ticker { background: var(--red); height: 38px; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.15); }
.ticker-label { background: rgba(0,0,0,0.2); color: var(--white); padding: 0 18px; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; height: 100%; display: flex; align-items: center; flex-shrink: 0; white-space: nowrap; }
.ticker-text { color: rgba(255,255,255,0.95); font-size: 13px; padding: 0 28px; white-space: nowrap; }
.ticker-sep { color: rgba(255,255,255,0.5); margin: 0 16px; }

/* ══════════════════════════════════════════
   PAGE HEADER (shared across calendar & contact)
   ══════════════════════════════════════════ */
.page-header { background: var(--navy); padding: 48px 28px 56px; position: relative; overflow: hidden; }
.page-header-shape { position: absolute; top: 0; right: 0; width: 40%; height: 100%; background: var(--navy-dk); clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%); }
.page-header-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }
.page-header-eyebrow { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.page-header-eyebrow::before { content: ''; display: inline-block; width: 28px; height: 2px; background: var(--gold); }
.page-header h1 { font-family: var(--display); font-size: 52px; color: var(--white); letter-spacing: .02em; margin-bottom: 10px; }
.page-header p { color: rgba(255,255,255,0.6); font-size: 16px; max-width: 550px; }

/* ══════════════════════════════════════════
   SECTION HELPERS
   ══════════════════════════════════════════ */
.section { max-width: 1200px; margin: 0 auto; padding: 80px 28px; }
.section-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; }
.section-eyebrow { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--red); font-weight: 700; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.section-eyebrow::before { content: ''; display: inline-block; width: 18px; height: 2px; background: var(--red); }
.section-title { font-family: var(--display); font-size: 44px; line-height: 1; color: var(--navy); letter-spacing: .01em; }
.section-title span { color: var(--red); }
.section-sub { font-size: 15px; color: var(--muted); margin-top: 8px; max-width: 700px; line-height: 1.65; }
.link-all { font-size: 13px; font-weight: 600; color: var(--navy); text-decoration: none; display: flex; align-items: center; gap: 5px; padding: 8px 16px; border: 1.5px solid var(--navy); border-radius: var(--radius); transition: background .15s, color .15s; flex-shrink: 0; }
.link-all:hover { background: var(--navy); color: var(--white); }
.section-divider { height: 4px; background: linear-gradient(90deg, var(--navy) 0%, var(--red) 40%, var(--gold) 100%); }

/* ══════════════════════════════════════════
   HERO (front-page)
   ══════════════════════════════════════════ */
.hero { background: var(--navy); overflow: hidden; position: relative; min-height: 520px; display: flex; align-items: center; }
.hero-shape-right { position: absolute; top: 0; right: 0; width: 48%; height: 100%; background: var(--navy-dk); clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%); }
.hero-circle { position: absolute; bottom: -60px; right: 60px; width: 280px; height: 280px; border: 50px solid rgba(226,144,41,0.12); border-radius: 50%; }
.hero-line { position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.06), transparent); }
.hero-inner { max-width: 1200px; margin: 0 auto; padding: 48px 28px; position: relative; z-index: 2; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.hero-eyebrow { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.hero-eyebrow::before { content: ''; display: inline-block; width: 28px; height: 2px; background: var(--gold); }
.hero h1 { font-family: var(--display); font-size: 56px; line-height: 1.4; color: var(--white); letter-spacing: .01em; margin-bottom: 24px; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-desc { color: rgba(255,255,255,0.62); font-size: 16px; line-height: 1.75; max-width: 430px; margin-bottom: 38px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-primary { background: var(--red); color: var(--white); padding: 14px 30px; border-radius: var(--radius); font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; transition: background .15s; cursor: pointer; }
.btn-primary:hover { background: var(--red-dk); }
.btn-outline-light { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.3); padding: 14px 28px; border-radius: var(--radius); font-size: 14px; font-weight: 500; transition: border-color .15s, background .15s; cursor: pointer; }
.btn-outline-light:hover { border-color: rgba(255,255,255,0.65); background: rgba(255,255,255,0.06); }
.hero-stats { display: flex; gap: 36px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.1); margin-top: 40px; }
.stat-num { font-family: var(--display); font-size: 42px; color: var(--white); line-height: 1; }
.stat-label { font-size: 11px; color: rgba(255,255,255,0.45); letter-spacing: .09em; text-transform: uppercase; margin-top: 3px; }
.hero-img-slot { border-radius: 14px; overflow: hidden; align-self: start; margin-top: 10px; }
.hero-img-slot img { width: 100%; height: auto; display: block; border-radius: 14px; }

/* ══════════════════════════════════════════
   PROGRAMS / PILLARS
   ══════════════════════════════════════════ */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pillar-card { background: var(--white); border-radius: 14px; overflow: hidden; border: 1px solid var(--border); transition: transform .2s, box-shadow .2s; cursor: pointer; }
.pillar-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(33,64,154,0.12); }
.pillar-img { height: 190px; position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 20px; background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)) center/cover no-repeat; }
.pillar-img.sports  { background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)), url('assets/images/athletics-card-image.jpg') center/cover no-repeat; }
.pillar-img.scouting { background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)), url('assets/images/scouting-card-image.jpg') center/cover no-repeat; }
.pillar-img.band    { background: linear-gradient(145deg, #5A2500 0%, #8C3E00 100%); }
.pillar-badge { position: absolute; top: 16px; left: 16px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 4px 12px; border-radius: 30px; }
.pillar-badge.red   { background: var(--red); color: var(--white); }
.pillar-badge.lightblue { background: #5DADE2; color: var(--white); }
.pillar-badge.green { background: #1E7A32; color: var(--white); }
.pillar-badge.amber { background: var(--gold); color: var(--navy-dk); }
.pillar-title-overlay { font-family: var(--display); font-size: 32px; color: rgba(255,255,255,0.9); letter-spacing: .04em; position: relative; z-index: 1; }
.pillar-body { padding: 22px 24px; }
.pillar-title { font-family: var(--display); font-size: 28px; color: var(--navy); letter-spacing: .02em; margin-bottom: 10px; }
.pillar-desc { font-size: 14px; color: var(--muted); line-height: 1.65; margin-bottom: 18px; }
.pillar-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tag { font-size: 11px; font-weight: 500; padding: 4px 12px; border-radius: 20px; background: var(--cream); color: var(--muted); border: 1px solid var(--border); }
.tag.blue { background: #EEF2FF; color: var(--navy); border-color: #C5D0F5; }
.tag.green { background: #EDFBF0; color: #134A1E; border-color: #B6E2BF; }

/* ══════════════════════════════════════════
   NEWS
   ══════════════════════════════════════════ */
.news-grid { display: grid; grid-template-columns: 3fr 2fr; gap: 24px; }
.news-featured { background: var(--white); border-radius: 14px; border: 1px solid var(--border); overflow: hidden; }
.news-img { height: 230px; background: linear-gradient(145deg, var(--navy) 0%, var(--navy-lt) 100%); position: relative; display: flex; align-items: center; justify-content: center; }
.news-img img { width: 100%; height: 100%; object-fit: cover; }
.news-img-label { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,0.2); }
.news-badge { position: absolute; top: 16px; left: 16px; background: var(--red); color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 4px 12px; border-radius: 30px; }
.news-body { padding: 26px; }
.news-date { font-size: 12px; color: var(--muted); margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.news-date::before { content: ''; width: 16px; height: 1px; background: var(--border); display: inline-block; }
.news-title { font-size: 21px; font-weight: 600; color: var(--navy); line-height: 1.3; margin-bottom: 12px; }
.news-excerpt { font-size: 14px; color: var(--muted); line-height: 1.7; }
.news-read-more { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-size: 13px; font-weight: 600; color: var(--red); border-bottom: 1.5px solid var(--red-lt); padding-bottom: 2px; transition: border-color .15s; }
.news-read-more:hover { border-color: var(--red); }
.news-list { display: flex; flex-direction: column; gap: 12px; }
.news-item { background: var(--white); border-radius: 12px; border: 1px solid var(--border); padding: 18px 20px; display: flex; gap: 14px; align-items: flex-start; transition: border-color .15s; cursor: pointer; }
.news-item:hover { border-color: var(--navy); }
.news-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; margin-top: 5px; }
.news-dot.red   { background: var(--red); }
.news-dot.gold  { background: var(--gold); }
.news-dot.green { background: #1E7A32; }
.news-item-date { font-size: 11px; color: var(--muted); margin-bottom: 4px; }
.news-item-title { font-size: 13.5px; font-weight: 500; color: var(--navy); line-height: 1.45; }

/* ══════════════════════════════════════════
   EVENTS
   ══════════════════════════════════════════ */
.events-wrap { background: var(--navy); padding: 80px 0; }
.events-inner { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.events-hdr { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 36px; }
.events-title { font-family: var(--display); font-size: 44px; line-height: 1; color: var(--white); letter-spacing: .01em; }
.events-title span { color: var(--gold); }
.events-eyebrow { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.events-eyebrow::before { content: ''; display: inline-block; width: 18px; height: 2px; background: var(--gold); }
.link-all-light { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.7); border: 1.5px solid rgba(255,255,255,0.25); padding: 8px 16px; border-radius: var(--radius); transition: border-color .15s, color .15s; flex-shrink: 0; }
.link-all-light:hover { border-color: rgba(255,255,255,0.7); color: var(--white); }
.events-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.event-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 22px; transition: background .15s, border-color .15s; cursor: pointer; }
.event-card:hover { background: rgba(255,255,255,0.09); border-color: rgba(255,255,255,0.2); }
.event-date-pill { display: inline-flex; align-items: center; gap: 0; background: var(--red); border-radius: 8px; margin-bottom: 18px; overflow: hidden; }
.event-date-pill.gold-pill { background: var(--gold); }
.event-day { font-family: var(--display); font-size: 32px; line-height: 1; color: var(--white); padding: 8px 14px; }
.event-date-pill.gold-pill .event-day { color: var(--navy-dk); }
.event-month-wrap { padding: 0 12px 0 4px; }
.event-month { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,0.8); display: block; line-height: 1; }
.event-date-pill.gold-pill .event-month { color: rgba(24,47,114,0.8); }
.event-cat { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 3px 9px; border-radius: 20px; margin-bottom: 12px; }
.event-cat.sports    { background: rgba(218,36,41,0.2); color: #FF9A9A; }
.event-cat.scouting  { background: rgba(30,122,50,0.25); color: #7ED9A0; }
.event-cat.community { background: rgba(226,144,41,0.2); color: #F5C57A; }
.event-title { font-size: 15px; font-weight: 600; color: var(--white); margin-bottom: 10px; line-height: 1.35; }
.event-meta { font-size: 12px; color: rgba(255,255,255,0.4); line-height: 1.5; }

/* ══════════════════════════════════════════
   GALLERY
   ══════════════════════════════════════════ */
.gallery-wrap { background: var(--white); padding: 80px 0; }
.gallery-inner { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.gallery-grid { display: grid; grid-template-columns: repeat(5, 1fr); grid-template-rows: auto auto; gap: 10px; margin-top: 36px; }
.g-thumb { background: var(--cream); border: 1.5px dashed var(--border); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #C0C0CC; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: opacity .15s; aspect-ratio: 1; overflow: hidden; }
.g-thumb img { width: 100%; height: 100%; object-fit: cover; }
.g-thumb:hover { opacity: .75; }
.g-thumb.tall { grid-row: span 2; aspect-ratio: auto; min-height: 230px; background: #E6E6EE; }

/* ══════════════════════════════════════════
   JOIN CTA
   ══════════════════════════════════════════ */
.join-wrap { background: var(--navy); padding: 80px 28px; text-align: center; position: relative; overflow: hidden; }
.join-bg-circle-l { position: absolute; top: -60px; left: -60px; width: 280px; height: 280px; border: 55px solid rgba(226,144,41,0.1); border-radius: 50%; }
.join-bg-circle-r { position: absolute; bottom: -80px; right: -40px; width: 320px; height: 320px; border: 55px solid rgba(218,36,41,0.1); border-radius: 50%; }
.join-inner { max-width: 640px; margin: 0 auto; position: relative; z-index: 2; }
.join-eyebrow { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 18px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.join-eyebrow::before, .join-eyebrow::after { content: ''; display: inline-block; width: 24px; height: 1px; background: var(--gold); opacity: .6; }
.join-h2 { font-family: var(--display); font-size: 58px; color: var(--white); line-height: 0.95; margin-bottom: 18px; letter-spacing: .01em; }
.join-h2 span { color: var(--gold); }
.join-p { color: rgba(255,255,255,0.65); margin-bottom: 36px; font-size: 16px; line-height: 1.7; }
.btn-cta-white { background: var(--white); color: var(--red); padding: 14px 34px; border-radius: var(--radius); font-size: 15px; font-weight: 700; display: inline-block; transition: background .15s; }
.btn-cta-white:hover { background: var(--cream); }
.btn-cta-outline { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.35); padding: 14px 30px; border-radius: var(--radius); font-size: 15px; font-weight: 500; display: inline-block; margin-left: 14px; transition: border-color .15s; }
.btn-cta-outline:hover { border-color: rgba(255,255,255,0.7); }

/* ══════════════════════════════════════════
   CALENDAR PAGE
   ══════════════════════════════════════════ */

/* Cancellations banner */
.cancellations-banner { background: var(--red); padding: 18px 28px; }
.cancellations-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: flex-start; gap: 16px; }
.cancellations-icon { background: rgba(0,0,0,0.2); color: var(--white); width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; flex-shrink: 0; }
.cancellations-content { flex: 1; }
.cancellations-title { color: var(--white); font-weight: 700; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 6px; }
.cancellation-item { color: rgba(255,255,255,0.9); font-size: 14px; padding: 4px 0; display: flex; align-items: center; gap: 8px; }
.cancellation-item::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.5); flex-shrink: 0; }
.cancellation-date { color: rgba(255,255,255,0.6); font-size: 12px; margin-left: 8px; }
.no-cancellations { color: rgba(255,255,255,0.85); font-size: 14px; font-style: italic; }

/* Filter bar */
.filter-bar { background: var(--white); border-bottom: 1px solid var(--border); padding: 16px 28px; }
.filter-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.filter-label { font-size: 12px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; margin-right: 4px; }
.filter-btn { font-family: var(--body); font-size: 13px; font-weight: 500; padding: 7px 16px; border-radius: 30px; border: 1.5px solid var(--border); background: var(--white); color: var(--muted); cursor: pointer; transition: all .15s; }
.filter-btn:hover { border-color: var(--navy); color: var(--navy); }
.filter-btn.active { background: var(--navy); color: var(--white); border-color: var(--navy); }
.filter-btn.athletics { border-color: #5DADE2; color: #2E86C1; }
.filter-btn.athletics.active { background: #5DADE2; color: var(--white); border-color: #5DADE2; }
.filter-btn.scouting { border-color: #B6E2BF; color: #1E7A32; }
.filter-btn.scouting.active { background: #1E7A32; color: var(--white); border-color: #1E7A32; }
.filter-btn.band { border-color: #F0C87A; color: var(--gold-dk); }
.filter-btn.band.active { background: var(--gold); color: var(--navy-dk); border-color: var(--gold); }

/* Calendar grid */
.calendar-section { max-width: 1200px; margin: 0 auto; padding: 40px 28px 80px; }
.month-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; }
.month-title { font-family: var(--display); font-size: 36px; color: var(--navy); letter-spacing: .02em; }
.month-arrows { display: flex; gap: 8px; }
.month-arrow { width: 38px; height: 38px; border-radius: var(--radius); border: 1.5px solid var(--border); background: var(--white); display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 16px; color: var(--navy); transition: all .15s; }
.month-arrow:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.calendar-layout { display: grid; grid-template-columns: 1fr 380px; gap: 32px; align-items: start; }
.cal-grid { background: var(--white); border-radius: 14px; border: 1px solid var(--border); overflow: hidden; }
.cal-weekdays { display: grid; grid-template-columns: repeat(7, 1fr); background: var(--navy); }
.cal-weekday { padding: 10px; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,0.7); }
.cal-days { display: grid; grid-template-columns: repeat(7, 1fr); }
.cal-day { min-height: 90px; padding: 8px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); position: relative; cursor: pointer; transition: background .15s; overflow: hidden; min-width: 0; }
.cal-day:nth-child(7n) { border-right: none; }
.cal-day:hover { background: #F5F7FF; }
.cal-day-num { font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 4px; }
.cal-day.other-month .cal-day-num { color: #CCC; }
.cal-day.today { background: #F0F4FF; }
.cal-day.today .cal-day-num { background: var(--navy); color: var(--white); width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; }
.cal-event-dot { display: block; font-size: 10px; padding: 1px 6px; border-radius: 4px; margin-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 500; }
.cal-event-dot.athletics { background: #E0F0FB; color: #2E86C1; }
.cal-event-dot.scouting { background: #EDFBF0; color: #1E7A32; }
.cal-event-dot.band { background: #FDF4E3; color: var(--gold-dk); }
.cal-event-dot.general { background: var(--red-lt); color: var(--red); }

/* Upcoming events sidebar */
.upcoming { background: var(--white); border-radius: 14px; border: 1px solid var(--border); overflow: hidden; }
.upcoming-header { background: var(--navy); padding: 18px 22px; }
.upcoming-title { font-family: var(--display); font-size: 22px; color: var(--white); letter-spacing: .04em; }
.upcoming-subtitle { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 2px; }
.upcoming-list { padding: 8px 0; }
.upcoming-item { padding: 16px 22px; border-bottom: 1px solid var(--border); display: flex; gap: 14px; transition: background .15s; cursor: pointer; }
.upcoming-item:last-child { border-bottom: none; }
.upcoming-item:hover { background: #FAFBFF; }
.upcoming-date-box { width: 48px; height: 52px; border-radius: var(--radius); display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; }
.upcoming-date-box.athletics { background: #E0F0FB; }
.upcoming-date-box.scouting { background: #EDFBF0; }
.upcoming-date-box.band { background: #FDF4E3; }
.upcoming-date-box.general { background: var(--red-lt); }
.upcoming-date-month { font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.upcoming-date-day { font-family: var(--display); font-size: 24px; color: var(--text); line-height: 1; }
.upcoming-info { flex: 1; min-width: 0; }
.upcoming-event-name { font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 3px; }
.upcoming-event-meta { font-size: 12px; color: var(--muted); }
.upcoming-event-tag { display: inline-block; font-size: 10px; font-weight: 600; padding: 2px 8px; border-radius: 20px; margin-top: 5px; }
.upcoming-event-tag.athletics { background: #E0F0FB; color: #2E86C1; }
.upcoming-event-tag.scouting { background: #EDFBF0; color: #1E7A32; }
.upcoming-event-tag.band { background: #FDF4E3; color: var(--gold-dk); }
.upcoming-event-tag.general { background: var(--red-lt); color: var(--red); }
.upcoming-event-tag.cancelled { background: var(--red); color: var(--white); }

/* ══════════════════════════════════════════
   CONTACT PAGE
   ══════════════════════════════════════════ */
.contact-section { max-width: 1200px; margin: 0 auto; padding: 60px 28px 80px; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }

/* Contact info card */
.contact-info-card { background: var(--white); border-radius: 14px; border: 1px solid var(--border); overflow: hidden; }
.contact-info-header { background: var(--navy); padding: 24px 28px; }
.contact-info-header h2 { font-family: var(--display); font-size: 28px; color: var(--white); letter-spacing: .04em; }
.contact-info-header p { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 4px; }
.contact-info-body { padding: 28px; }
.contact-item { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.contact-item:first-child { padding-top: 0; }
.contact-item:last-child { padding-bottom: 0; border-bottom: none; }
.contact-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.contact-icon.email { background: var(--red-lt); color: var(--red); }
.contact-icon.phone { background: #EEF2FF; color: var(--navy); }
.contact-icon.location { background: var(--gold-lt); color: var(--gold-dk); }
.contact-icon.hours { background: #EDFBF0; color: #1E7A32; }
.contact-item-label { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.contact-item-value { font-size: 15px; color: var(--text); font-weight: 500; }
.contact-item-value a { color: var(--navy); text-decoration: none; }
.contact-item-value a:hover { text-decoration: underline; }
.contact-item-sub { font-size: 13px; color: var(--muted); margin-top: 2px; }
.contact-social-header { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-top: 18px; padding-top: 18px; margin-bottom: 12px; }
.contact-social { display: flex; gap: 10px; }
.contact-social-btn { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; cursor: pointer; transition: opacity .15s; border: none; }
.contact-social-btn:hover { opacity: 0.8; }
.contact-social-btn.instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); color: var(--white); }
.contact-social-btn.facebook { background: #1877F2; color: var(--white); }
.contact-social-btn.youtube { background: #FF0000; color: var(--white); }

/* Contact form */
.contact-form-card { background: var(--white); border-radius: 14px; border: 1px solid var(--border); overflow: hidden; }
.contact-form-header { background: var(--navy-dk); padding: 24px 28px; }
.contact-form-header h2 { font-family: var(--display); font-size: 28px; color: var(--white); letter-spacing: .04em; }
.contact-form-header p { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 4px; }
.contact-form-body { padding: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { margin-bottom: 16px; }
.form-group:last-child { margin-bottom: 0; }
.form-label { display: block; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.form-input { width: 100%; padding: 12px 16px; border: 1.5px solid var(--border); border-radius: var(--radius); font-family: var(--body); font-size: 14px; color: var(--text); background: var(--cream); transition: border-color .15s, box-shadow .15s; outline: none; }
.form-input:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(33,64,154,0.1); }
.form-input::placeholder { color: #B0B0BC; }
textarea.form-input { resize: vertical; min-height: 120px; }
.form-select { width: 100%; padding: 12px 16px; border: 1.5px solid var(--border); border-radius: var(--radius); font-family: var(--body); font-size: 14px; color: var(--text); background: var(--cream); appearance: none; cursor: pointer; outline: none; transition: border-color .15s; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B6B7A' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }
.form-select:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(33,64,154,0.1); }
.btn-submit { background: var(--red); color: var(--white); padding: 14px 36px; border: none; border-radius: var(--radius); font-family: var(--body); font-size: 15px; font-weight: 600; cursor: pointer; transition: background .15s; display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; }
.btn-submit:hover { background: var(--red-dk); }

/* Map */
.map-section { max-width: 1200px; margin: 0 auto; padding: 0 28px 80px; }
.map-header { margin-bottom: 24px; }
.map-eyebrow { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--red); font-weight: 700; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.map-eyebrow::before { content: ''; display: inline-block; width: 18px; height: 2px; background: var(--red); }
.map-title { font-family: var(--display); font-size: 36px; color: var(--navy); letter-spacing: .02em; }
.map-wrap { background: var(--white); border-radius: 14px; border: 1px solid var(--border); overflow: hidden; }
.map-bar { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; border-top: 1px solid var(--border); }
.map-address { font-size: 14px; color: var(--text); font-weight: 500; }
.map-address-sub { font-size: 12px; color: var(--muted); margin-top: 2px; }
.btn-directions { background: var(--navy); color: var(--white); padding: 10px 20px; border-radius: var(--radius); font-family: var(--body); font-size: 13px; font-weight: 600; border: none; cursor: pointer; transition: background .15s; display: inline-flex; align-items: center; gap: 6px; }
.btn-directions:hover { background: var(--navy-dk); }

/* Executive contacts */
.exec-section { max-width: 1200px; margin: 0 auto; padding: 0 28px 80px; }
.exec-header { margin-bottom: 32px; }
.exec-eyebrow { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--red); font-weight: 700; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.exec-eyebrow::before { content: ''; display: inline-block; width: 18px; height: 2px; background: var(--red); }
.exec-title { font-family: var(--display); font-size: 36px; color: var(--navy); letter-spacing: .02em; }
.exec-subtitle { font-size: 15px; color: var(--muted); margin-top: 6px; }
.exec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.exec-card { background: var(--white); border-radius: 14px; border: 1px solid var(--border); padding: 24px; transition: transform .2s, box-shadow .2s; }
.exec-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(33,64,154,0.1); }
.exec-role { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; display: inline-block; margin-bottom: 12px; }
.exec-role.athletics { background: #E0F0FB; color: #2E86C1; }
.exec-role.scouting { background: #EDFBF0; color: #1E7A32; }
.exec-role.band { background: #FDF4E3; color: var(--gold-dk); }
.exec-role.executive { background: #EEF2FF; color: var(--navy); }
.exec-name { font-family: var(--display); font-size: 22px; color: var(--navy); letter-spacing: .02em; margin-bottom: 4px; }
.exec-position { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.exec-email { font-size: 13px; color: var(--navy); font-weight: 500; display: flex; align-items: center; gap: 6px; }
.exec-email::before { content: '✉'; font-size: 12px; }

/* ══════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════ */
footer, .site-footer { background: var(--navy-dk); color: rgba(255,255,255,0.45); padding: 56px 28px 28px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 44px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 28px; }
.footer-logo-wrap { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.footer-brand-name { font-family: var(--display); font-size: 20px; letter-spacing: .05em; color: var(--white); font-weight: 400; }
.footer-desc { font-size: 13px; line-height: 1.7; max-width: 270px; margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.social-btn { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.07); display: flex; align-items: center; justify-content: center; font-size: 13px; color: rgba(255,255,255,0.4); cursor: pointer; transition: background .15s, color .15s; border: 1px solid rgba(255,255,255,0.08); text-decoration: none; }
.social-btn:hover { background: rgba(255,255,255,0.15); color: var(--white); }
.footer-col h4 { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a { color: rgba(255,255,255,0.42); text-decoration: none; font-size: 13px; transition: color .15s; display: flex; align-items: center; gap: 6px; }
.footer-col ul a:hover { color: var(--white); }
.footer-col ul a::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,0.15); display: inline-block; flex-shrink: 0; }
.footer-bottom { display: flex; justify-content: space-between; font-size: 12px; align-items: center; gap: 16px; }
.footer-gold-accent { color: var(--gold); opacity: .7; font-size: 14px; }

/* ══════════════════════════════════════════
   WORDPRESS SPECIFIC OVERRIDES
   ══════════════════════════════════════════ */
.wp-block-image img { max-width: 100%; height: auto; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
