
:root {
  --bg: #07111a;
  --panel: rgba(8, 17, 27, 0.76);
  --panel-2: rgba(12, 23, 37, 0.84);
  --line: rgba(255,255,255,0.12);
  --text: #f4f8ff;
  --muted: rgba(244,248,255,0.78);
  --accent: #d8b24f;
  --accent-2: #77b6ff;
  --shadow: 0 18px 50px rgba(0,0,0,0.45);
  --radius: 24px;
  --radius-sm: 18px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
}
a { color: inherit; }
.wrap {
  width: min(var(--max), calc(100% - 28px));
  margin: 0 auto;
}
.page-bg {
  position: fixed;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3,8,16,0.72), rgba(3,8,16,0.88)),
    radial-gradient(circle at top, rgba(255,255,255,0.18), transparent 35%),
    url('images/soccer-field-bg.png') center/cover no-repeat;
  filter: saturate(0.95) blur(0px);
  z-index: -2;
}
.noise {
  position: fixed;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.06) 0.6px, transparent 0.6px);
  background-size: 7px 7px;
  opacity: 0.18;
  z-index: -1;
  pointer-events: none;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(4, 9, 17, 0.55);
  border-bottom: 1px solid var(--line);
}
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 20px;
}
.brand {
  text-decoration: none;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
.main-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.main-nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--muted);
}
.main-nav a:hover { background: rgba(255,255,255,0.08); color: white; }
.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  color: white;
  border-radius: 12px;
  padding: 8px 11px;
  font-size: 1.1rem;
}
.hero {
  padding: 34px 0 20px;
}
.hero-card {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr;
  gap: 22px;
  align-items: stretch;
}
.hero-copy, .hero-image-card, .panel, .tile {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.hero-copy {
  background: linear-gradient(135deg, rgba(7,15,24,0.86), rgba(14,29,45,0.76));
  border-radius: var(--radius);
  padding: 34px;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.82rem;
  font-weight: 700;
}
.hero-copy h1 {
  margin: 0;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  line-height: 0.98;
  letter-spacing: 0.03em;
  font-size: clamp(3rem, 7vw, 5.8rem);
}
.subtitle {
  max-width: 60ch;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
  margin: 18px 0 24px;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-badges span {
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.08);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
}
.small-badges { margin: 16px 0 8px; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}
.btn-primary { background: linear-gradient(135deg, var(--accent), #f4d788); color: #101418; }
.btn-secondary { background: rgba(255,255,255,0.08); border: 1px solid var(--line); }
.hero-image-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 580px;
}
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.hero-stamp {
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(7,15,24,0.72);
  border: 1px solid rgba(255,255,255,0.2);
  font-family: Oswald, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.intro-grid, .content-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  margin-top: 20px;
}
.panel {
  background: var(--panel);
  border-radius: var(--radius-sm);
  padding: 24px;
}
.panel h2 {
  margin: 0 0 14px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.8rem;
}
.panel p {
  color: var(--muted);
  line-height: 1.7;
}
.feature-list, .check-list {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
}
.stat-list {
  display: grid;
  gap: 14px;
}
.stat-list div {
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}
.stat-list span {
  display: block;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.62);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
}
.stat-list strong { font-size: 1rem; }
.tile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 20px;
}
.tile {
  position: relative;
  min-height: 210px;
  border-radius: 18px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: end;
  padding: 18px;
  text-decoration: none;
}
.tile::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,10,18,0.05), rgba(4,10,18,0.8));
}
.tile span {
  position: relative;
  z-index: 1;
  font-family: Oswald, sans-serif;
  font-size: 1.45rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.experience-panel { margin-top: 20px; }
.timeline {
  display: grid;
  gap: 18px;
}
.timeline-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.year {
  font-family: Oswald, sans-serif;
  color: var(--accent);
  letter-spacing: 0.08em;
  font-size: 1.2rem;
}
.timeline-item h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}
.timeline-item p { margin: 0; }
.link-cards {
  display: grid;
  gap: 12px;
}
.link-cards a {
  display: block;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  text-decoration: none;
}
.link-cards a:hover { background: rgba(255,255,255,0.09); }
.spaced { margin-top: 14px; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.gallery-grid img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
}
.contact-panel { margin-top: 20px; margin-bottom: 36px; }
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.contact-grid div {
  padding: 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}
.contact-grid h3 {
  margin: 0 0 12px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.contact-grid p {
  margin: 8px 0;
  line-height: 1.55;
}
.site-footer {
  padding-bottom: 34px;
  color: rgba(255,255,255,0.6);
  text-align: center;
}
@media (max-width: 980px) {
  .hero-card, .intro-grid, .content-grid, .contact-grid, .gallery-grid { grid-template-columns: 1fr; }
  .tile-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline-item { grid-template-columns: 1fr; }
  .hero-image-card { min-height: 440px; }
}
@media (max-width: 760px) {
  .menu-toggle { display: inline-block; }
  .main-nav {
    display: none;
    position: absolute;
    right: 14px;
    top: 64px;
    padding: 12px;
    background: rgba(4,9,17,0.96);
    border: 1px solid var(--line);
    border-radius: 16px;
    width: min(280px, calc(100vw - 28px));
}
.main-nav.open { display: grid; }
.tile-grid { grid-template-columns: 1fr; }
.hero-copy { padding: 24px; }
.hero-copy h1 { font-size: clamp(2.5rem, 14vw, 4.25rem); }
}

.hhs-soccer-schedule {
    padding: 60px 20px;
    background:
      radial-gradient(circle at top right, rgba(210, 180, 80, 0.14), transparent 30%),
      linear-gradient(180deg, #0d1320 0%, #111827 100%);
    color: #f5f7fb;
    font-family: Arial, Helvetica, sans-serif;
}

.schedule-wrap {
    max-width: 1100px;
    margin: 0 auto;
}

.schedule-header {
    text-align: center;
    margin-bottom: 28px;
}

.schedule-kicker {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #d8b75a;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.schedule-header h2 {
    margin: 0 0 8px;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.1;
}

.schedule-header p {
    margin: 0;
    color: #c7cfdb;
    font-size: 1rem;
}

.schedule-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 28px;
}

.schedule-filter {
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    color: #f5f7fb;
    padding: 10px 16px;
    border-radius: 999px;
    cursor: pointer;
    transition: 0.2s ease;
    font-weight: 600;
}

.schedule-filter:hover,
.schedule-filter.active {
    background: #d8b75a;
    color: #111827;
    border-color: #d8b75a;
}

.month-block {
    margin-bottom: 26px;
}

.month-title {
    margin: 0 0 14px;
    font-size: 1.3rem;
    color: #d8b75a;
    border-left: 4px solid #d8b75a;
    padding-left: 12px;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
    gap: 16px;
}

.game-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 18px;
    backdrop-filter: blur(6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.16);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.game-card:hover {
    transform: translateY(-3px);
    border-color: rgba(216,183,90,0.45);
}

.game-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.game-date {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
}

.game-badge {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 999px;
}

.game-badge.home {
    background: rgba(34, 197, 94, 0.16);
    color: #7ff0a2;
}

.game-badge.away {
    background: rgba(59, 130, 246, 0.16);
    color: #8fc2ff;
}

.game-badge.special {
    background: rgba(216, 183, 90, 0.16);
    color: #f0d487;
}

.game-opponent {
    margin: 0 0 8px;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.25;
}

.game-detail {
    margin: 6px 0;
    color: #d6dce7;
    font-size: 0.96rem;
}

.game-detail strong {
    color: #ffffff;
}

.game-card.past {
    opacity: 0.75;
}

.game-card.upcoming-highlight {
    border-color: rgba(216,183,90,0.45);
    box-shadow: 0 16px 34px rgba(216,183,90,0.08);
}

.no-games {
    text-align: center;
    padding: 24px;
    border-radius: 16px;
    background: rgba(255,255,255,0.05);
    color: #d6dce7;
}

@media (max-width: 640px) {
    .hhs-soccer-schedule {
      padding: 44px 16px;
    }

    .game-card {
      padding: 16px;
    }
}

