.page-home {
  background: #F5F1E8;
  color: #1A1A1A;
  overflow-x: clip;
}
.page-home img {
  max-width: 100%;
  height: auto;
  display: block;
}
.page-home a {
  color: inherit;
  text-decoration: none;
}
.page-home .context-nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #4A2C17;
  border-bottom: 1px solid rgba(11, 61, 46, 0.15);
}
.page-home .context-nav a {
  color: #0B3D2E;
  border-bottom: 1px solid rgba(212, 175, 55, 0.7);
  transition: color 0.2s ease;
}
.page-home .context-nav a:hover {
  color: #8B1A1A;
}
.page-home .context-nav span[aria-hidden="true"] {
  margin: 0 0.4rem;
  color: #7AA68C;
}
.page-home .context-nav span[aria-current="page"] {
  color: #8B1A1A;
  font-weight: bold;
}

.page-home .hero-split {
  background: radial-gradient(circle at 85% 10%, rgba(212, 175, 55, 0.18), transparent 42%),
    linear-gradient(130deg, #0B3D2E 0%, #0B3D2E 52%, #0d4a35 100%);
  color: #F5F1E8;
  padding: 2.5rem 1.25rem 3.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  position: relative;
}
.page-home .hero-split::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, #D4AF37 0%, rgba(212, 175, 55, 0.2) 40%, transparent 80%);
}
.page-home .hero-kicker {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #D4AF37;
  display: inline-block;
  border: 1px solid rgba(212, 175, 55, 0.6);
  background: rgba(212, 175, 55, 0.08);
  padding: 0.3rem 0.7rem;
  margin-bottom: 1rem;
}
.page-home .hero-copy h1 {
  font-family: var(--font-display);
  font-size: 2.6rem;
  line-height: 1.15;
  letter-spacing: 0.01em;
  color: #F5F1E8;
  margin: 0 0 1rem;
}
.page-home .hero-lead {
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(245, 241, 232, 0.9);
  max-width: 34em;
  margin: 0 0 1.4rem;
}
.page-home .hero-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 0 1.6rem;
}
.page-home .quick-link {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #F5F1E8;
  background: rgba(11, 61, 46, 0.6);
  border: 1px solid rgba(212, 175, 55, 0.55);
  padding: 0.4rem 0.6rem;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.page-home .quick-link .quick-num {
  color: #D4AF37;
  font-weight: bold;
}
.page-home .quick-link:hover {
  background: rgba(212, 175, 55, 0.14);
  border-color: #D4AF37;
  transform: translateY(-2px);
}
.page-home .hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.6rem;
  border-top: 1px solid rgba(212, 175, 55, 0.35);
  border-bottom: 1px solid rgba(212, 175, 55, 0.35);
  padding: 0.9rem 0;
}
.page-home .fact-item {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: #F5F1E8;
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
}
.page-home .fact-item strong {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: #D4AF37;
  font-weight: 600;
}
.page-home .hero-visual-stack {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}
.page-home .scoreboard-card {
  margin: 0;
  position: relative;
  z-index: 2;
  background: linear-gradient(145deg, #104a36, #092e23);
  border: 1px solid #D4AF37;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35), inset 0 0 40px rgba(212, 175, 55, 0.06);
  transform: rotate(-1.2deg);
  padding: 1.2rem 1.1rem 1rem;
}
.page-home .scoreboard-card::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: -3px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}
.page-home .scoreboard-card::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  pointer-events: none;
}
.page-home .scoreboard-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}
.page-home .board-live {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #D4AF37;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.5);
  padding: 0.2rem 0.5rem;
}
.page-home .board-league {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: #F2E3A0;
}
.page-home .scoreboard-teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.2rem 0;
}
.page-home .board-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  min-width: 80px;
}
.page-home .board-name {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: #F5F1E8;
  letter-spacing: 0.05em;
}
.page-home .board-goals {
  font-family: var(--font-mono);
  font-size: 3rem;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 700;
}
.page-home .board-colon {
  font-family: var(--font-mono);
  font-size: 2rem;
  color: #D4AF37;
  font-weight: 700;
  padding-top: 0.9rem;
}
.page-home .scoreboard-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 1rem;
  margin-top: 0.9rem;
  padding-top: 0.6rem;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: #7AA68C;
}
.page-home .hero-photo {
  position: relative;
  z-index: 1;
  width: 74%;
  max-width: 360px;
  margin: -45px auto 0 8%;
  border: 6px solid #F5F1E8;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.4);
  transform: rotate(1.8deg);
}
.page-home .hero-visual-stack::after {
  content: "EST. 1990";
  position: absolute;
  right: 2%;
  top: -16px;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  color: rgba(212, 175, 55, 0.7);
  border: 1px solid rgba(212, 175, 55, 0.4);
  background: #0B3D2E;
  padding: 0.25rem 0.6rem;
  z-index: 3;
}

.page-home .update-section,
.page-home .entry-section {
  padding: 2.8rem 1.25rem;
}
.page-home .section-head {
  max-width: 1200px;
  margin: 0 auto 2rem;
}
.page-home .section-kicker {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8B1A1A;
  margin-bottom: 0.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.page-home .section-kicker::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 2px;
  background: #D4AF37;
}
.page-home .section-kicker.light {
  color: #F2E3A0;
}
.page-home h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}
.page-home .section-desc {
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.7;
  color: #3d5247;
  max-width: 46em;
  margin: 0;
}
.page-home .section-desc.light {
  color: rgba(245, 241, 232, 0.85);
}
.page-home .version-strip {
  max-width: 1200px;
  margin: 0 auto 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  border-top: 2px solid #D4AF37;
  border-bottom: 1px solid rgba(11, 61, 46, 0.2);
  padding: 0.9rem 0;
}
.page-home .version-item {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: #1A1A1A;
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
}
.page-home .version-item strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: #8B1A1A;
  font-weight: 600;
}
.page-home .update-layout {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
.page-home .update-main-card,
.page-home .update-small-card {
  background: #FFFFFF;
  border: 1px solid rgba(11, 61, 46, 0.25);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  padding: 1.4rem 1.3rem;
  position: relative;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.page-home .update-main-card::before,
.page-home .update-small-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #D4AF37;
  opacity: 0.9;
}
.page-home .update-main-card:hover,
.page-home .update-small-card:hover {
  background: #F2E3A0;
  border-color: #D4AF37;
  box-shadow: 0 10px 26px rgba(11, 61, 46, 0.1);
}
.page-home .update-main-card {
  background: linear-gradient(145deg, #FFFFFF 0%, #F5F1E8 100%);
}
.page-home .update-main-card h3,
.page-home .update-small-card h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.3;
  margin: 0.6rem 0 0.6rem;
}
.page-home .update-main-card p,
.page-home .update-small-card p {
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.7;
  color: #2e4038;
  margin: 0 0 0.8rem;
}
.page-home .archive-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0B3D2E;
  background: rgba(212, 175, 55, 0.2);
  border: 1px solid rgba(212, 175, 55, 0.6);
  padding: 0.2rem 0.5rem;
}
.page-home .text-arrow {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: #8B1A1A;
  border-bottom: 1px solid rgba(139, 26, 26, 0.4);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.page-home .text-arrow:hover {
  color: #0B3D2E;
  border-color: #D4AF37;
}
.page-home .update-side-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
.page-home .update-aside img {
  width: 100%;
  border: 1px solid rgba(11, 61, 46, 0.2);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.page-home .calendar-section {
  background: linear-gradient(180deg, #0B3D2E 0%, #0d4633 100%);
  color: #F5F1E8;
  padding: 2.8rem 0 0;
  overflow: hidden;
}
.page-home .calendar-copy {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.page-home .calendar-copy h2 {
  color: #F5F1E8;
}
.page-home .calendar-scroll {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 2rem 1.25rem 1.5rem;
  margin-top: 1.5rem;
}
.page-home .calendar-scroll::-webkit-scrollbar {
  height: 4px;
}
.page-home .calendar-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
}
.page-home .calendar-scroll::-webkit-scrollbar-thumb {
  background: rgba(212, 175, 55, 0.5);
  border-radius: 2px;
}
.page-home .calendar-card {
  scroll-snap-align: start;
  flex: 0 0 240px;
  background: linear-gradient(160deg, #104a36, #092e23);
  border: 1px solid rgba(212, 175, 55, 0.6);
  padding: 1rem 1rem 0.9rem;
  position: relative;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.page-home .calendar-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #D4AF37;
}
.page-home .calendar-card:hover {
  transform: translateY(-4px);
  border-color: #D4AF37;
  background: linear-gradient(160deg, #15563f, #0d3d2c);
}
.page-home .cal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}
.page-home .cal-day {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: #F2E3A0;
  letter-spacing: 0.08em;
}
.page-home .cal-status {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: #7AA68C;
  border: 1px solid rgba(122, 166, 140, 0.4);
  padding: 0.15rem 0.45rem;
}
.page-home .cal-match {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3rem;
  margin: 0.2rem 0 0.8rem;
}
.page-home .cal-team-name {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: #F5F1E8;
  line-height: 1.4;
}
.page-home .cal-score {
  font-family: var(--font-mono);
  font-size: 1.9rem;
  font-weight: 700;
  color: #D4AF37;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.5);
  padding: 0.1rem 0.45rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.page-home .cal-score:hover {
  background: #D4AF37;
  color: #0B3D2E;
}
.page-home .cal-foot {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  border-top: 1px solid rgba(212, 175, 55, 0.25);
  padding-top: 0.55rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: #7AA68C;
}
.page-home .cal-round {
  color: #F2E3A0;
}
.page-home .calendar-ground {
  position: relative;
  overflow: hidden;
}
.page-home .calendar-ground img {
  width: 100%;
  object-fit: cover;
  transform: scale(1.01);
}
.page-home .calendar-note {
  position: relative;
  max-width: 1200px;
  margin: 1rem auto 0;
  padding: 0 1.25rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
.page-home .calendar-note p {
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.7;
  color: #F5F1E8;
  max-width: 42em;
  margin: 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.page-home .btn-gold {
  border-radius: 2px;
}

.page-home .entry-layout {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
.page-home .entry-feature-card {
  display: block;
  background: #FFFFFF;
  border: 1px solid rgba(11, 61, 46, 0.3);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.page-home .entry-feature-card:hover {
  border-color: #D4AF37;
  box-shadow: 0 18px 36px rgba(11, 61, 46, 0.16);
  transform: translateY(-3px);
}
.page-home .feature-img-wrap {
  position: relative;
  overflow: hidden;
}
.page-home .feature-img-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.page-home .entry-feature-card:hover .feature-img-wrap img {
  transform: scale(1.03);
}
.page-home .feature-number {
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  font-family: var(--font-mono);
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  background: rgba(11, 61, 46, 0.85);
  border: 2px solid #D4AF37;
  padding: 0.2rem 0.55rem;
  line-height: 1;
}
.page-home .feature-body {
  padding: 1.3rem 1.3rem 1.4rem;
}
.page-home .feature-body h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1.3;
  color: #0B3D2E;
  margin: 0 0 0.6rem;
}
.page-home .feature-body p {
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.7;
  color: #2e4038;
  margin: 0 0 0.9rem;
}
.page-home .feature-more {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: #8B1A1A;
  border-bottom: 2px solid #D4AF37;
  padding-bottom: 0.15rem;
  transition: color 0.2s ease;
}
.page-home .entry-feature-card:hover .feature-more {
  color: #0B3D2E;
}
.page-home .entry-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}
.page-home .entry-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #FFFFFF;
  border: 1px solid rgba(11, 61, 46, 0.22);
  border-left-width: 4px;
  border-left-color: #7AA68C;
  padding: 1.15rem 1rem;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}
.page-home .entry-row:hover {
  background: #F2E3A0;
  border-color: #D4AF37;
  border-left-color: #D4AF37;
  box-shadow: 0 8px 20px rgba(11, 61, 46, 0.12);
  transform: translateX(4px);
}
.page-home .entry-num {
  font-family: var(--font-mono);
  font-size: 1.3rem;
  font-weight: 700;
  color: #D4AF37;
  background: rgba(212, 175, 55, 0.14);
  border: 1px solid rgba(212, 175, 55, 0.5);
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-home .entry-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.page-home .entry-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.4;
  color: #0B3D2E;
}
.page-home .entry-desc {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: #4a5a52;
  line-height: 1.5;
}
.page-home .entry-arrow {
  font-family: var(--font-mono);
  font-size: 1.2rem;
  color: #8B1A1A;
  transition: transform 0.22s ease, color 0.22s ease;
}
.page-home .entry-row:hover .entry-arrow {
  transform: translateX(4px);
  color: #0B3D2E;
}

@media (min-width: 768px) {
  .page-home .hero-split {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2rem;
    padding: 3.5rem clamp(1.5rem, 6vw, 5rem) 5rem;
  }
  .page-home .hero-copy {
    padding-top: 1rem;
  }
  .page-home .hero-copy h1 {
    font-size: 3.4rem;
  }
  .page-home .hero-lead {
    font-size: 1.05rem;
  }
  .page-home .hero-visual-stack {
    margin: 0 0 0 auto;
  }
  .page-home .update-section,
  .page-home .entry-section {
    padding: 3.5rem clamp(1.5rem, 6vw, 5rem);
  }
  .page-home .update-layout {
    grid-template-columns: 1.1fr 0.9fr;
    grid-template-areas:
      "main side"
      "aside aside";
  }
  .page-home .update-main-card {
    grid-area: main;
  }
  .page-home .update-side-stack {
    grid-area: side;
  }
  .page-home .update-aside {
    grid-area: aside;
  }
  .page-home .calendar-section {
    padding: 3.5rem 0 0;
  }
  .page-home .calendar-scroll {
    padding-left: clamp(1.5rem, calc((100vw - 1200px) / 2), 999px);
    padding-right: clamp(1.5rem, calc((100vw - 1200px) / 2), 999px);
  }
  .page-home .calendar-card {
    flex-basis: 260px;
  }
  .page-home .calendar-note {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: clamp(1.5rem, calc((100vw - 1200px) / 2 + 1.25rem), 1.25rem);
    padding-right: clamp(1.5rem, calc((100vw - 1200px) / 2 + 1.25rem), 1.25rem);
  }
  .page-home .entry-layout {
    grid-template-columns: 1.08fr 0.92fr;
    align-items: stretch;
  }
  .page-home .entry-feature-card {
    display: flex;
    flex-direction: column;
  }
  .page-home .feature-body {
    flex: 1;
  }
}

@media (min-width: 1024px) {
  .page-home .hero-copy h1 {
    font-size: 4rem;
  }
  .page-home .scoreboard-card {
    padding: 1.6rem 1.5rem 1.2rem;
  }
  .page-home .board-goals {
    font-size: 3.6rem;
  }
  .page-home .update-section,
  .page-home .entry-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .page-home h2 {
    font-size: 2.3rem;
  }
  .page-home .update-main-card h3,
  .page-home .update-small-card h3 {
    font-size: 1.5rem;
  }
}
