
:root {
  --navy: #2b2b2b;
  --gold: #c8a84b;
  --gold-light: #f0d98a;
  --cream: #fdf8f0;
  --white: #ffffff;
  --ink: #1a1a2e;
  --muted: #6b7280;
  --border: #e5e0d8;
  --tag-bg: #f3f0ea;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Source Sans 3', Georgia, serif; background: var(--cream); color: var(--ink); font-size: 16px; line-height: 1.6; }

/* NAV */
.topbar { background: var(--navy); padding: 10px 0; border-bottom: 3px solid var(--gold); }
.topbar-inner { max-width: 980px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; }
.logo { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700; color: #fff; text-decoration: none; letter-spacing: .04em; }
.logo span { color: var(--gold); }
.topbar-nav { display: flex; gap: 20px; list-style: none; }
.topbar-nav a { font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 500; color: rgba(255,255,255,.7); text-decoration: none; letter-spacing: .07em; text-transform: uppercase; }
.topbar-nav a:hover { color: var(--gold); }

/* AD */
.ad-strip { background: var(--white); border-bottom: 1px solid var(--border); padding: 10px 20px; display: flex; justify-content: center; }
.ad-block { background: #f5f5f5; border: 1px dashed #ccc; border-radius: 6px; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.ad-block.leaderboard { width: 100%; max-width: 728px; height: 60px; }
.ad-block.rect { width: 300px; height: 250px; margin-bottom: 18px; }

/* HERO */
.school-hero { background: var(--navy); padding: 32px 0 0; position: relative; overflow: hidden; }
.school-hero::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(200,168,75,.04) 40px, rgba(200,168,75,.04) 41px); pointer-events: none; }
.hero-inner { max-width: 980px; margin: 0 auto; padding: 0 20px 28px; position: relative; }
.breadcrumb { display: flex; align-items: center; gap: 6px; margin-bottom: 18px; flex-wrap: wrap; }
.breadcrumb a, .breadcrumb span { font-size: 12px; font-family: 'Oswald', sans-serif; letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.5); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { color: rgba(255,255,255,.25); }
.breadcrumb .current { color: var(--gold); }
.hero-school { display: flex; align-items: flex-end; gap: 20px; flex-wrap: wrap; }
.school-logo-placeholder { width: 72px; height: 72px; border-radius: 8px; background: rgba(200,168,75,.15); border: 2px solid rgba(200,168,75,.3); display: flex; align-items: center; justify-content: center; font-family: 'Oswald', sans-serif; font-size: 28px; font-weight: 700; color: var(--gold); flex-shrink: 0; }
.hero-text h1 { font-family: 'Oswald', sans-serif; font-size: clamp(26px,4.5vw,40px); font-weight: 700; color: #fff; line-height: 1.1; }
.hero-text h1 span { color: var(--gold); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.meta-pill { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; padding: 3px 12px; font-size: 12px; font-family: 'Oswald', sans-serif; letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.65); }
.meta-pill.gold { background: rgba(200,168,75,.15); border-color: rgba(200,168,75,.3); color: var(--gold-light); }
.hero-rule { height: 4px; background: linear-gradient(90deg, var(--gold) 0%, rgba(200,168,75,.2) 60%, transparent 100%); }

/* LAYOUT */
.page-body { max-width: 980px; margin: 0 auto; padding: 28px 20px; display: grid; grid-template-columns: 1fr 300px; gap: 28px; align-items: start; }
@media (max-width: 720px) { .page-body { grid-template-columns: 1fr; } .sidebar { display: none; } .topbar-nav { display: none; } }

/* SECTION LABEL */
.section-label { font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.section-label::after { content: ''; flex: 1; height: 1px; background: var(--gold); opacity: .25; }

/* CARD */
.card { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 22px; margin-bottom: 22px; }
.card h2 { font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 600; color: var(--navy); margin-bottom: 16px; }

/* DISCLAIMER */
.disclaimer { background: #fffbeb; border: 1px solid #fcd34d; border-left: 4px solid #f59e0b; border-radius: 8px; padding: 12px 16px; margin-bottom: 22px; font-size: 13px; color: #78350f; line-height: 1.5; }

/* CAMP TABLE */
.camp-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.camp-table thead tr { background: var(--navy); }
.camp-table th { font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.75); padding: 10px 12px; text-align: left; white-space: nowrap; }
.camp-table td { padding: 12px; border-bottom: 1px solid var(--border); vertical-align: top; }
.camp-table tbody tr:last-child td { border-bottom: none; }
.camp-table tbody tr:hover { background: var(--cream); }
.camp-type { font-weight: 600; color: var(--navy); }
.camp-date { font-family: 'Oswald', sans-serif; font-weight: 500; font-size: 14px; color: var(--navy); }
.empty-cell { color: var(--muted); font-size: 13px; }
.badge { display: inline-flex; align-items: center; gap: 4px; padding: 3px 8px; border-radius: 999px; font-size: 11px; font-family: 'Oswald', sans-serif; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }
.badge.verified { background: #dcfce7; color: #16a34a; border: 1px solid #bbf7d0; }
.badge.unverified { background: #fef3c7; color: #92400e; border: 1px solid #fde68a; }
.elig-tag { display: inline-block; background: var(--tag-bg); border: 1px solid var(--border); border-radius: 4px; padding: 2px 7px; font-size: 12px; color: var(--muted); }

/* CTA */
.cta-row { margin-top: 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.btn-primary { display: inline-flex; align-items: center; gap: 6px; background: var(--navy); color: #fff; font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 11px 20px; border-radius: 8px; text-decoration: none; border: 2px solid var(--navy); }
.btn-primary:hover { background: transparent; color: var(--navy); }
.note-small { font-size: 12px; color: var(--muted); }

/* STAFF */
.staff-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.staff-table td { padding: 10px 12px; border-bottom: 1px solid var(--border); }
.staff-table tbody tr:last-child td { border-bottom: none; }
.staff-role { font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); width: 200px; }
.staff-name { font-weight: 600; color: var(--navy); }

/* STATS */
.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 12px; }
.stat-box { background: var(--cream); border: 1px solid var(--border); border-radius: 8px; padding: 12px 14px; }
.stat-label { font-family: 'Oswald', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.stat-value { font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 700; color: var(--navy); line-height: 1; }
.stat-sub { font-size: 11px; color: var(--muted); margin-top: 3px; }

/* GUIDES */
.guide-list { list-style: none; }
.guide-list li { border-bottom: 1px solid var(--border); padding: 10px 0; }
.guide-list li:last-child { border-bottom: none; }
.guide-list a { font-weight: 600; color: var(--navy); text-decoration: none; font-size: 14px; display: flex; align-items: center; gap: 8px; }
.guide-list a::before { content: '→'; color: var(--gold); font-size: 13px; }
.guide-list a:hover { color: var(--gold); }

/* SIGNUP */
.signup-box { background: var(--navy); border-radius: 10px; padding: 22px; margin-bottom: 18px; }
.signup-box h3 { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 600; color: #fff; margin-bottom: 6px; }
.signup-box p { font-size: 13px; color: rgba(255,255,255,.65); margin-bottom: 14px; }
.signup-row { display: flex; gap: 8px; flex-wrap: wrap; }
.signup-input { flex: 1; min-width: 160px; padding: 9px 12px; border-radius: 6px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); color: #fff; font-size: 14px; }
.signup-btn { background: var(--gold); color: var(--navy); border: none; border-radius: 6px; padding: 9px 16px; font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }

/* SIDEBAR */
.sidebar-card { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 18px; margin-bottom: 18px; }
.sidebar-card h3 { font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 600; color: var(--navy); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid var(--gold); display: inline-block; }
.quick-link { display: block; padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 13px; font-weight: 600; color: var(--navy); text-decoration: none; }
.quick-link:last-child { border-bottom: none; }
.quick-link:hover { color: var(--gold); }
.quick-link .ql-sub { display: block; font-size: 11px; font-weight: 400; color: var(--muted); margin-top: 1px; }

/* HOMEPAGE */
.home-hero { background: var(--navy); padding: 60px 20px; text-align: center; position: relative; overflow: hidden; }
.home-hero::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(200,168,75,.04) 40px, rgba(200,168,75,.04) 41px); }
.home-hero h1 { font-family: 'Oswald', sans-serif; font-size: clamp(32px,6vw,52px); font-weight: 700; color: #fff; letter-spacing: .02em; position: relative; }
.home-hero h1 span { color: var(--gold); }
.home-hero p { color: rgba(255,255,255,.65); max-width: 500px; margin: 12px auto 28px; font-size: 16px; position: relative; }
.search-wrap { position: relative; display: flex; max-width: 480px; margin: 0 auto; }
.search-input { flex: 1; padding: 13px 16px; font-size: 15px; border: 2px solid rgba(255,255,255,.2); border-right: none; border-radius: 8px 0 0 8px; background: rgba(255,255,255,.1); color: #fff; outline: none; font-family: 'Source Sans 3', sans-serif; }
.search-input::placeholder { color: rgba(255,255,255,.4); }
.search-btn { background: var(--gold); color: var(--navy); border: none; padding: 0 22px; font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; border-radius: 0 8px 8px 0; }
.directory-wrap { max-width: 980px; margin: 0 auto; padding: 32px 20px; }
.dir-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 20px; flex-wrap: wrap; gap: 8px; }
.dir-header h2 { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 600; color: var(--navy); }
.dir-count { font-size: 13px; color: var(--muted); }
.school-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 16px; }
.school-card { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 16px; text-decoration: none; display: block; transition: border-color .15s, box-shadow .15s; }
.school-card:hover { border-color: var(--gold); box-shadow: 0 2px 12px rgba(13,31,60,.08); }
.sc-conf { font-family: 'Oswald', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.sc-name { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 2px; }
.sc-meta { font-size: 12px; color: var(--muted); margin-bottom: 10px; }
.sc-camps { font-size: 12px; font-weight: 600; color: var(--navy); }
.sc-camps.none { color: var(--muted); font-weight: 400; }

/* FOOTER */
footer { background: var(--navy); border-top: 3px solid var(--gold); padding: 28px 0; margin-top: 40px; }
.footer-inner { max-width: 980px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-logo { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 700; color: #fff; text-decoration: none; }
.footer-logo span { color: var(--gold); }
.footer-links { display: flex; gap: 20px; list-style: none; }
.footer-links a { font-size: 12px; color: rgba(255,255,255,.5); text-decoration: none; font-family: 'Oswald', sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.footer-links a:hover { color: var(--gold); }
.footer-copy { font-size: 12px; color: rgba(255,255,255,.35); }
