:root {
  --green: #007a3d;
  --green-dark: #00552d;
  --green-soft: #e5f4ec;
  --ink: #111816;
  --charcoal: #07110d;
  --muted: #5e6b66;
  --line: #d8e3de;
  --paper: #ffffff;
  --wash: #f5f8f6;
  --accent-green: #8fd8af;
  --shadow: 0 18px 48px rgba(17, 24, 22, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 20;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.7rem 1rem;
  clip: auto;
  color: var(--paper);
  background: var(--green-dark);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(7, 17, 13, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1160px, calc(100% - 32px));
  min-height: 78px;
  margin: 0 auto;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.brand img {
  width: 92px;
  aspect-ratio: 1.45;
  object-fit: contain;
  mix-blend-mode: screen;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--paper);
  font-size: 1rem;
  text-transform: uppercase;
}

.brand small {
  color: #b5cbc0;
  font-size: 0.84rem;
  font-weight: 700;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.site-nav a {
  padding: 0.6rem 0.62rem;
  border-radius: 8px;
  color: #d6e3dd;
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--paper);
  background: rgba(0, 122, 61, 0.46);
  outline: none;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-trigger::after {
  content: "v";
  margin-left: 0.35rem;
  color: var(--accent-green);
  font-size: 0.72rem;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  display: none;
  min-width: 190px;
  padding: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(7, 17, 13, 0.98);
  box-shadow: var(--shadow);
}

.nav-dropdown-menu a {
  display: block;
  padding: 0.65rem 0.75rem;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  display: block;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--ink);
  content: "";
}

.menu-icon {
  position: relative;
}

.menu-icon::before,
.menu-icon::after {
  position: absolute;
  left: 0;
}

.menu-icon::before {
  top: -6px;
}

.menu-icon::after {
  top: 6px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  align-items: end;
  min-height: calc(100vh - 78px);
  padding: clamp(3rem, 7vw, 6.5rem) max(24px, calc((100vw - 1160px) / 2));
  gap: clamp(2rem, 5vw, 4rem);
  color: var(--paper);
  background:
    linear-gradient(115deg, rgba(5, 18, 12, 0.95) 0%, rgba(0, 68, 37, 0.82) 48%, rgba(8, 16, 14, 0.9) 100%),
    linear-gradient(0deg, rgba(0, 119, 73, 0.28), rgba(0, 119, 73, 0.28)),
    url("assets/nelson-building.jpg") center / cover no-repeat,
    var(--green-dark);
}

.hero-content {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.contact-section .eyebrow {
  color: #cfeadc;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 700px;
  margin-bottom: 1rem;
  font-size: clamp(3rem, 7.25vw, 6.25rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.35);
}

.hero-copy {
  max-width: 660px;
  color: #e7f3ed;
  font-size: clamp(1.05rem, 2.1vw, 1.35rem);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.78rem 1.05rem;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 850;
  text-decoration: none;
}

.button.primary {
  color: var(--green-dark);
  background: var(--paper);
}

.button.secondary {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.7);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.hero-panel {
  align-self: center;
  padding: clamp(1.25rem, 3vw, 1.8rem);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-top: 5px solid var(--accent-green);
  border-radius: 8px;
  background: rgba(5, 18, 14, 0.66);
  box-shadow: var(--shadow);
}

.hero-panel img {
  width: 122px;
  margin: 0 auto 1.2rem;
}

.hero-panel .hero-official-logo {
  width: 142px;
  max-width: 70%;
  mix-blend-mode: screen;
}

.hero-panel h2 {
  margin-bottom: 0.8rem;
  font-size: 1.45rem;
  line-height: 1.08;
}

.hero-panel p {
  margin-bottom: 0.75rem;
  color: #f4fbf7;
  font-size: 1.02rem;
  font-weight: 850;
}

.hero-panel ul {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding-left: 1.15rem;
  color: #e9f5ef;
}

.notice-band {
  display: grid;
  place-items: center;
  padding: 0.85rem max(24px, calc((100vw - 1160px) / 2));
  color: var(--paper);
  background: var(--green-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.notice-band strong {
  font-size: clamp(1rem, 2vw, 1.25rem);
  letter-spacing: 0;
  text-transform: uppercase;
}

.section {
  padding: clamp(3.5rem, 7vw, 6rem) max(24px, calc((100vw - 1160px) / 2));
}

.section:nth-of-type(odd) {
  background: var(--wash);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading h2,
.contact-copy h2 {
  margin-bottom: 0.65rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: 0;
}

.heading-link {
  color: inherit;
  text-decoration-color: var(--green);
  text-decoration-thickness: 4px;
  text-underline-offset: 0.18em;
}

.heading-link:hover,
.heading-link:focus-visible {
  color: var(--green-dark);
  outline: none;
}

.section-heading p:last-child,
.contact-copy p:last-child {
  color: var(--muted);
  font-size: 1.05rem;
}

.info-grid,
.season-grid,
.directory,
.link-list,
.timeline,
.calendar-list,
.meeting-grid {
  display: grid;
  gap: 1rem;
}

.info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.parent-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 1rem;
  align-items: start;
}

.parent-layout > .checklist-card {
  grid-column: 1;
}

.resource-card {
  margin-top: 1rem;
}

.parent-side {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  gap: 1rem;
}

.info-card,
.checklist-card,
.season,
.coach-card,
.timeline article,
.calendar-list article,
.meeting-card,
.calendar-feature {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.info-card,
.checklist-card,
.meeting-card {
  padding: 1.3rem;
}

.calendar-feature {
  padding: 1.15rem;
}

.card-kicker,
.timeline time {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.info-card h3,
.checklist-card h3,
.season h3,
.coach-card h3,
.timeline h3,
.calendar-list h3,
.calendar-feature h3,
.meeting-card h3 {
  margin: 0.35rem 0 0.55rem;
  font-size: 1.18rem;
}

.required-card h3 {
  color: var(--green-dark);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.info-card p,
.checklist-card p,
.coach-card p,
.timeline p,
.calendar-list p,
.calendar-feature p,
.meeting-card p {
  color: var(--muted);
}

.info-card h4 {
  margin: 0.85rem 0 0.35rem;
  color: var(--green-dark);
  font-size: 0.88rem;
  text-transform: uppercase;
}

.compact-info-list {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.compact-info-list a {
  color: var(--green-dark);
  font-weight: 850;
}

.info-card a,
.coach-card a,
.meeting-card a {
  color: var(--green-dark);
  font-weight: 850;
}

.eligibility-list {
  display: grid;
  gap: 0.8rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

.eligibility-list li {
  display: grid;
  gap: 0.2rem;
  padding: 0.95rem 1rem;
  border-left: 5px solid var(--green);
  background: var(--wash);
}

.eligibility-list a {
  color: var(--green-dark);
  font-weight: 900;
}

.eligibility-list span {
  color: var(--muted);
}

.resource-link-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.85rem;
}

.resource-link-row > span:last-child {
  display: grid;
  gap: 0.2rem;
}

.resource-logo {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.resource-logo img {
  max-width: 44px;
  max-height: 44px;
}

.resource-logo-wide {
  width: 92px;
}

.resource-logo-wide img {
  max-width: 78px;
  max-height: 34px;
}

.section.sports-section {
  color: var(--paper);
  background:
    linear-gradient(180deg, rgba(0, 85, 45, 0.96), rgba(0, 105, 55, 0.94)),
    url("assets/nighthawk-logo-white.png") right 8% bottom 8% / 360px no-repeat,
    var(--green-dark);
}

.sports-section .eyebrow {
  color: var(--accent-green);
}

.sports-section .section-heading p:last-child {
  color: #e5f4ec;
}

.season-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.season {
  display: block;
  min-height: 0;
  padding: 1rem 1.1rem;
  border-top: 5px solid var(--green);
  color: var(--ink);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.season:hover,
.season:focus-visible {
  border-color: var(--accent-green);
  box-shadow: 0 16px 36px rgba(7, 17, 13, 0.18);
  outline: none;
  transform: translateY(-2px);
}

.season h3 {
  color: var(--ink);
}

.season ul {
  display: grid;
  gap: 0.22rem;
  margin: 0;
  padding-left: 1rem;
  color: #33423c;
  font-size: 0.95rem;
  line-height: 1.28;
}

.season li {
  padding-left: 0.1rem;
}

.season h4 {
  margin: 0.85rem 0 0.35rem;
  color: var(--green-dark);
  font-size: 0.88rem;
  text-transform: uppercase;
}

.season .event-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.12rem 0.85rem;
  padding-left: 1rem;
  font-size: 0.86rem;
}

.sport-note {
  margin-top: 1rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--line);
  border-left: 5px solid var(--accent-green);
  border-radius: 8px;
  background: var(--paper);
}

.sport-note h3 {
  margin-bottom: 0.35rem;
  color: var(--ink);
}

.sport-note p {
  margin-bottom: 0.7rem;
  color: #33423c;
}

.sport-note div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.sport-note a {
  color: var(--green-dark);
  font-weight: 850;
}

.sport-hero {
  min-height: 44vh;
  padding: clamp(4rem, 8vw, 7rem) max(24px, calc((100vw - 1160px) / 2));
  color: var(--paper);
  background:
    linear-gradient(115deg, rgba(5, 18, 12, 0.94), rgba(0, 85, 45, 0.86)),
    url("assets/nelson-building.jpg") center / cover no-repeat,
    var(--green-dark);
}

.sport-hero h1 {
  margin-bottom: 0.85rem;
}

.basketball-hero {
  background:
    linear-gradient(90deg, rgba(0, 85, 45, 0.18) 0%, rgba(0, 85, 45, 0.36) 34%, rgba(0, 52, 31, 0.88) 68%, rgba(0, 85, 45, 0.96) 100%),
    url("assets/basketball-hero-bg.jpg") left center / auto 100% no-repeat,
    linear-gradient(90deg, #05080a 0%, #05080a 42%, #00341f 100%);
  padding-left: max(24px, calc((100vw - 1160px) / 2 + 48px));
}

.football-hero {
  background:
    linear-gradient(90deg, rgba(5, 8, 10, 0.82) 0%, rgba(0, 52, 31, 0.58) 46%, rgba(0, 52, 31, 0.36) 72%, rgba(5, 8, 10, 0.46) 100%),
    linear-gradient(0deg, rgba(0, 85, 45, 0.18), rgba(0, 85, 45, 0.18)),
    url("assets/football-hero-bg-wide.png") center center / cover no-repeat,
    linear-gradient(90deg, #05080a, #00341f, #05080a);
}

.soccer-hero {
  background:
    linear-gradient(115deg, rgba(5, 18, 12, 0.78) 0%, rgba(0, 85, 45, 0.5) 46%, rgba(5, 18, 12, 0.68) 100%),
    url("assets/soccer-hero-bg.jpg") center 68% / cover no-repeat,
    var(--green-dark);
}

.cross-country-hero {
  background:
    linear-gradient(115deg, rgba(5, 18, 12, 0.76) 0%, rgba(0, 85, 45, 0.48) 46%, rgba(5, 18, 12, 0.68) 100%),
    url("assets/cross-country-hero-bg.jpg") center 44% / cover no-repeat,
    var(--green-dark);
}

.track-field-hero {
  background:
    linear-gradient(90deg, rgba(5, 8, 10, 0.84) 0%, rgba(0, 52, 31, 0.62) 42%, rgba(0, 52, 31, 0.42) 72%, rgba(5, 8, 10, 0.62) 100%),
    linear-gradient(0deg, rgba(0, 85, 45, 0.16), rgba(0, 85, 45, 0.16)),
    url("assets/track-field-hero-bg.png") center center / cover no-repeat,
    linear-gradient(90deg, #05080a, #00341f, #05080a);
}

.sport-detail-section {
  background: var(--wash);
}

.achievement-bar {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  max-width: min(760px, 100%);
  margin-top: 1rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-left: 5px solid var(--accent-green);
  border-radius: 8px;
  background: rgba(0, 85, 45, 0.6);
  box-shadow: 0 14px 32px rgba(7, 17, 13, 0.24);
}

.achievement-bar span {
  color: #cfeadc;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.achievement-bar strong {
  padding: 0.42rem 0.65rem;
  border-radius: 6px;
  color: var(--paper);
  background: rgba(143, 216, 175, 0.18);
  font-size: 1.08rem;
}

.sport-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.sport-detail-card {
  padding: clamp(1.2rem, 3vw, 1.8rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 28px rgba(17, 24, 22, 0.08);
}

.sport-detail-card.highlight {
  color: var(--paper);
  background: linear-gradient(135deg, var(--green-dark), var(--green));
}

.sport-detail-card.highlight .card-kicker,
.sport-detail-card.highlight p {
  color: #e5f4ec;
}

.sport-detail-card.wide {
  grid-column: 1 / -1;
}

.sport-detail-card h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
}

.detail-list {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding-left: 1.2rem;
  color: #33423c;
}

.expectation-alert {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-left: 5px solid var(--green);
  color: var(--ink);
  background: var(--green-soft);
  font-weight: 850;
}

.event-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem 1.5rem;
}

.sport-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.sport-page-links a {
  padding: 0.72rem 0.95rem;
  border: 1px solid var(--green);
  border-radius: 8px;
  color: var(--green-dark);
  background: var(--paper);
  font-weight: 850;
  text-decoration: none;
}

.sport-page-links a:hover,
.sport-page-links a:focus-visible {
  color: var(--paper);
  background: var(--green-dark);
  outline: none;
}

.directory {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.contact-strip a {
  padding: 0.72rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--green-dark);
  background: var(--green-soft);
  font-weight: 850;
  text-decoration: none;
}

.contact-strip a:hover,
.contact-strip a:focus-visible {
  color: var(--paper);
  background: var(--green-dark);
  outline: none;
}

.support-contacts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.support-contacts article {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--wash);
}

.support-contacts h3 {
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.support-contacts p {
  margin-bottom: 0.35rem;
  color: var(--muted);
}

.support-contacts a {
  color: var(--green-dark);
  font-weight: 850;
  overflow-wrap: anywhere;
}

.coach-card {
  overflow: hidden;
  padding: 1.2rem;
}

.coach-photo {
  width: calc(100% + 2.4rem);
  aspect-ratio: 4 / 5;
  margin: -1.2rem -1.2rem 1rem;
  border: 0;
  border-bottom: 5px solid var(--green);
  border-radius: 8px 8px 0 0;
  background: var(--charcoal);
  overflow: hidden;
}

.coach-photo:empty {
  display: grid;
  place-items: center;
  width: 76px;
  aspect-ratio: 1;
  margin-bottom: 1rem;
  border: 2px solid var(--green);
  border-radius: 50%;
  color: var(--green-dark);
  background: var(--green-soft);
  font-size: 1.1rem;
  font-weight: 900;
}

.coach-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.coach-roles {
  display: grid;
  gap: 0.24rem;
  margin: 0 0 0.85rem;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.32;
}

.coach-card a {
  overflow-wrap: anywhere;
}

.section.links-section {
  color: var(--paper);
  background: var(--ink);
}

.section.links-section .eyebrow {
  color: #a9dfc3;
}

.section.links-section .section-heading p:last-child {
  color: #c8d4cf;
}

.link-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.link-list a {
  display: grid;
  min-height: 132px;
  grid-template-rows: auto auto 1fr;
  align-content: space-between;
  gap: 0.55rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
}

.link-list a:hover,
.link-list a:focus-visible {
  border-color: #a9dfc3;
  background: rgba(0, 122, 61, 0.22);
  outline: none;
}

.link-logo {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
  font-weight: 950;
}

.link-logo.logo-image {
  background: var(--paper);
}

.link-logo img {
  max-width: 48px;
  max-height: 34px;
}

.link-logo.logo-rank-one {
  width: 128px;
  height: 48px;
  background: transparent;
  border: 0;
}

.link-logo.logo-rank-one img {
  max-width: 128px;
  max-height: 48px;
}

.link-logo.logo-frisco {
  width: 96px;
  height: 58px;
  background: var(--paper);
}

.link-logo.logo-frisco img {
  max-width: 88px;
  max-height: 52px;
}

.link-logo.logo-hometown {
  width: 112px;
  height: 44px;
  background: var(--paper);
}

.link-logo.logo-hometown img {
  max-width: 100px;
  max-height: 34px;
}

.link-logo.logo-sportsyou {
  width: 56px;
  height: 56px;
  background: var(--paper);
}

.link-logo.logo-sportsyou img {
  max-width: 42px;
  max-height: 42px;
}

.link-logo.logo-text {
  color: var(--green-dark);
  background: #d9f2e5;
}

.link-logo.logo-icon {
  color: #d9f2e5;
}

.link-title {
  font-size: 1.1rem;
  font-weight: 850;
}

.link-list small {
  color: #c8d4cf;
}

.calendar-section {
  background:
    linear-gradient(180deg, rgba(245, 248, 246, 0.96), rgba(255, 255, 255, 0.98)),
    url("assets/nighthawk-logo.png") right 10% top 18% / 320px no-repeat;
}

.calendar-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: 1rem;
  align-items: stretch;
}

.calendar-feature {
  align-self: stretch;
  color: var(--paper);
  background:
    linear-gradient(145deg, rgba(7, 17, 13, 0.95), rgba(0, 85, 45, 0.92)),
    var(--charcoal);
  border-color: rgba(0, 0, 0, 0.08);
}

.calendar-feature .card-kicker,
.calendar-feature p {
  color: #cfeadc;
}

.calendar-actions,
.schedule-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}

.calendar-actions .button.secondary,
.schedule-hero-actions .button.secondary {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.7);
}

.calendar-highlight {
  border-left-color: var(--accent-green) !important;
  background: #eefaf3 !important;
}

.calendar-list {
  grid-template-columns: 1fr;
  gap: 0.58rem;
}

.calendar-list article {
  padding: 0.52rem 0.85rem;
  border-left: 5px solid var(--green);
}

.calendar-list time {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.calendar-list h3 {
  margin-bottom: 0.16rem;
  font-size: 1rem;
}

.calendar-list p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.35;
}

.meeting-section {
  background: var(--paper);
}

.meeting-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.meeting-card {
  border-top: 5px solid var(--accent-green);
}

.timeline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.timeline article {
  padding: 1.25rem;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(229, 244, 236, 0.94)),
    url("assets/nighthawk-logo.png") right 8% center / 360px no-repeat;
  border-top: 1px solid var(--line);
}

.contact-copy {
  max-width: 760px;
}

.contact-section .eyebrow {
  color: var(--green-dark);
}

.contact-section .contact-copy p:last-child {
  color: #33423c;
}

.contact-section .button.primary {
  color: var(--paper);
  background: var(--green-dark);
}

.contact-section .button.secondary {
  color: var(--green-dark);
  border-color: var(--green-dark);
  background: rgba(255, 255, 255, 0.7);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.5rem 1rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: 82px;
}

.site-footer p {
  margin: 0;
  text-align: center;
  font-size: 0.92rem;
}

.schedule-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  padding: clamp(3rem, 7vw, 5.5rem) max(24px, calc((100vw - 1160px) / 2));
  color: var(--paper);
  background:
    linear-gradient(115deg, rgba(7, 17, 13, 0.97), rgba(0, 85, 45, 0.9)),
    url("assets/nighthawk-logo-white.png") right 7% center / min(38vw, 430px) no-repeat,
    var(--charcoal);
}

.schedule-hero h1 {
  max-width: 900px;
  font-size: clamp(2.25rem, 5vw, 4.5rem);
}

.schedule-hero p:last-child {
  max-width: 780px;
  margin-bottom: 0;
  color: #d6e3dd;
  font-size: 1.08rem;
}

.schedule-section:nth-of-type(odd) {
  background: var(--wash);
}

.season-dates-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.season-dates-grid article {
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-top: 5px solid var(--green);
  border-radius: 8px;
  background: var(--paper);
}

.season-dates-grid h3,
.sport-schedule h3 {
  margin-bottom: 0.75rem;
}

.season-dates-grid p {
  margin-bottom: 0.55rem;
  color: var(--muted);
}

.schedule-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 2rem;
}

.schedule-tools a {
  padding: 0.58rem 0.78rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--green-dark);
  background: var(--paper);
  font-weight: 850;
  text-decoration: none;
}

.schedule-tools a:hover,
.schedule-tools a:focus-visible {
  color: var(--paper);
  background: var(--green-dark);
  outline: none;
}

.sport-schedule {
  margin-top: 2rem;
}

.sport-schedule + .sport-schedule {
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.schedule-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 14px 32px rgba(17, 24, 22, 0.08);
}

.schedule-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.schedule-table th,
.schedule-table td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.schedule-table th {
  color: var(--paper);
  background: var(--charcoal);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.schedule-table tbody tr:nth-child(even) {
  background: var(--wash);
}

.schedule-table tbody tr:hover {
  background: var(--green-soft);
}

@media (max-width: 920px) {
  .menu-button {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    inset: 78px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 24px 1.25rem;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.95rem 0.75rem;
  }

  .nav-dropdown-menu {
    position: static;
    display: grid;
    margin: 0 0 0.35rem 0.75rem;
    padding: 0.1rem 0 0.2rem;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-dropdown-menu a {
    color: var(--green-dark);
    padding: 0.45rem 0.75rem;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 4rem;
    background:
      linear-gradient(115deg, rgba(5, 18, 12, 0.95), rgba(0, 90, 48, 0.86)),
      linear-gradient(0deg, rgba(0, 119, 73, 0.24), rgba(0, 119, 73, 0.24)),
      url("assets/nelson-building.jpg") center / cover no-repeat,
      var(--green-dark);
  }

  .basketball-hero {
    background:
      linear-gradient(90deg, rgba(0, 85, 45, 0.2) 0%, rgba(0, 85, 45, 0.4) 44%, rgba(0, 52, 31, 0.91) 78%, rgba(0, 85, 45, 0.96) 100%),
      url("assets/basketball-hero-bg.jpg") left top / auto min(56vw, 100%) no-repeat,
      linear-gradient(90deg, #05080a 0%, #05080a 48%, #00341f 100%);
  }

  .football-hero {
    background:
      linear-gradient(90deg, rgba(5, 8, 10, 0.86) 0%, rgba(0, 52, 31, 0.64) 52%, rgba(5, 8, 10, 0.58) 100%),
      linear-gradient(0deg, rgba(0, 85, 45, 0.2), rgba(0, 85, 45, 0.2)),
      url("assets/football-hero-bg-wide.png") center center / cover no-repeat,
      linear-gradient(90deg, #05080a, #00341f, #05080a);
  }

  .soccer-hero {
    background:
      linear-gradient(115deg, rgba(5, 18, 12, 0.78) 0%, rgba(0, 85, 45, 0.54) 50%, rgba(5, 18, 12, 0.7) 100%),
      url("assets/soccer-hero-bg.jpg") center 68% / cover no-repeat,
      var(--green-dark);
  }

  .cross-country-hero {
    background:
      linear-gradient(115deg, rgba(5, 18, 12, 0.76) 0%, rgba(0, 85, 45, 0.52) 50%, rgba(5, 18, 12, 0.7) 100%),
      url("assets/cross-country-hero-bg.jpg") center 44% / cover no-repeat,
      var(--green-dark);
  }

  .track-field-hero {
    background:
      linear-gradient(90deg, rgba(5, 8, 10, 0.86) 0%, rgba(0, 52, 31, 0.66) 50%, rgba(5, 8, 10, 0.66) 100%),
      linear-gradient(0deg, rgba(0, 85, 45, 0.18), rgba(0, 85, 45, 0.18)),
      url("assets/track-field-hero-bg.png") center center / cover no-repeat,
      linear-gradient(90deg, #05080a, #00341f, #05080a);
  }

  .hero-panel {
    max-width: 560px;
  }

  .info-grid,
  .parent-layout,
  .season-grid,
  .directory,
  .support-contacts,
  .link-list,
  .timeline,
  .calendar-layout,
  .calendar-list,
  .meeting-grid,
  .season-dates-grid,
  .schedule-hero,
  .sport-detail-grid,
  .contact-section {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .topbar {
    width: min(100% - 24px, 1160px);
  }

  .brand img {
    width: 76px;
  }

  .brand strong {
    font-size: 0.9rem;
  }

  .parent-side {
    grid-column: auto;
    grid-row: auto;
  }

  .hero {
    padding-right: 18px;
    padding-left: 18px;
    gap: 1.4rem;
  }

  h1 {
    font-size: clamp(2.55rem, 16vw, 4rem);
  }

  .notice-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .info-grid,
  .parent-layout,
  .season-grid,
  .directory,
  .support-contacts,
  .link-list,
  .timeline,
  .calendar-layout,
  .calendar-list,
  .meeting-grid,
  .season-dates-grid,
  .schedule-hero,
  .sport-detail-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .sport-detail-card.wide {
    grid-column: auto;
  }

  .event-columns {
    grid-template-columns: 1fr;
  }

  .contact-actions,
  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .site-footer {
    flex-direction: column;
  }
}
