/* ─── TOKENS ──────────────────────────────────────────── */
:root {
  --green-900: #081510;
  --green-800: #0d1f15;
  --green-700: #112618;
  --green-600: #163020;
  --green-500: #1e4530;
  --green-400: #2a6342;

  --gold-900: #7a5c1a;
  --gold-700: #a37e26;
  --gold-500: #c8a951;
  --gold-400: #d9bc70;
  --gold-300: #e8cf90;
  --gold-100: #f8f0d8;

  --navy-900: #071120;
  --navy-700: #0f2540;
  --navy-500: #1a3a5c;
  --navy-300: #2a5580;

  --spring-900: #071a10;
  --spring-700: #0f3020;
  --spring-500: #1a4a2e;
  --spring-300: #2a7048;

  --text-primary: #f5f0e8;
  --text-secondary: #c8bfa8;
  --text-muted: #8a7f6a;

  --font-accent: 'Cinzel', 'Times New Roman', serif;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-ceremonial: 'Cormorant Garamond', 'Times New Roman', serif;
  --font-body: 'Inter', system-ui, sans-serif;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;

  --shadow-gold: 0 0 40px rgba(200, 169, 81, 0.15);
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.4);
  --shadow-inset: inset 0 1px 0 rgba(200, 169, 81, 0.2);
}

/* ─── RESET ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--green-800);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }
.hidden { display: none !important; }

/* ─── CONTAINER ───────────────────────────────────────── */
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── NAV ─────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: linear-gradient(180deg, rgba(6, 17, 12, 0.72) 0%, rgba(6, 17, 12, 0.5) 100%);
  backdrop-filter: blur(18px) saturate(125%);
  border-bottom: 1px solid rgba(200, 169, 81, 0.14);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.16);
  transition: background 0.3s, border-color 0.3s;
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.nav-logo { font-size: 20px; }
.nav-title {
  font-family: var(--font-accent);
  font-weight: 600;
  font-size: 20px;
  color: var(--gold-300);
  letter-spacing: 0.01em;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
}
.nav-links a {
  font-family: var(--font-accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(248, 240, 216, 0.8);
  transition: color 0.2s, opacity 0.2s;
}
.nav-links a:hover {
  color: var(--gold-300);
  opacity: 1;
}
.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--gold-300);
  padding: 4px;
  width: 40px;
  height: 40px;
}
.nav-toggle-cart {
  width: 24px;
  height: 24px;
  display: block;
  background-color: currentColor;
  -webkit-mask-image: url('images/golf-cart.svg?v=2026-04-13-cart-asset');
  mask-image: url('images/golf-cart.svg?v=2026-04-13-cart-asset');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* ─── HERO ────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: left;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 14, 10, 0.88) 0%, rgba(5, 14, 10, 0.74) 34%, rgba(5, 14, 10, 0.36) 64%, rgba(5, 14, 10, 0.72) 100%),
    linear-gradient(180deg, rgba(5, 14, 10, 0.28) 0%, rgba(5, 14, 10, 0.18) 22%, rgba(5, 14, 10, 0.78) 100%),
    url('images/apogee north.jpeg');
  background-size: cover;
  background-position: center center;
}
.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 60px, rgba(200, 169, 81, 0.03) 60px, rgba(200, 169, 81, 0.03) 61px),
    repeating-linear-gradient(90deg, transparent, transparent 60px, rgba(200, 169, 81, 0.03) 60px, rgba(200, 169, 81, 0.03) 61px);
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 18%, rgba(240, 207, 128, 0.26) 0%, transparent 28%),
    radial-gradient(circle at 36% 44%, rgba(98, 148, 84, 0.18) 0%, transparent 34%);
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 132px 32px 88px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-bottom: 16px;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(64px, 8vw, 108px);
  font-weight: 900;
  line-height: 0.95;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.34);
}
.hero-series {
  color: var(--gold-400);
  font-style: italic;
}
.hero-divider {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-500), transparent);
  margin: 28px 0;
}
.hero-subtitle {
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 300;
  color: var(--text-secondary);
  letter-spacing: 0.06em;
  margin-bottom: 24px;
  max-width: 680px;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}
.hero-actions {
  width: min(100%, 760px);
  margin: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-theme {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(8, 21, 16, 0.44);
  border: 1px solid rgba(200, 169, 81, 0.3);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 14px;
  color: var(--gold-300);
  min-height: 54px;
  white-space: nowrap;
  flex: 0 1 auto;
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
/* ─── MANATEE LOGO ────────────────────────────────────── */
.hero-crest {
  margin-bottom: 26px;
}
.hero-crest-img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  margin: 0;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.34));
}
.hero-manatee-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.nav-manatee {
  width: 26px;
  height: 26px;
  object-fit: contain;
  vertical-align: middle;
}
.footer-manatee {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-700));
  color: var(--green-900);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 100px;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 12px 28px rgba(200, 169, 81, 0.28);
  min-height: 54px;
  min-width: 248px;
  text-align: center;
}
.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(200, 169, 81, 0.5);
}
.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  color: var(--gold-700);
  animation: bounce 2s ease-in-out infinite;
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ─── SECTIONS ────────────────────────────────────────── */
.section { padding: 96px 0; }
.section-dark { background: var(--green-800); }
.section-mid {
  background: var(--green-700);
  position: relative;
}
.section-mid::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 80px, rgba(200, 169, 81, 0.015) 80px, rgba(200, 169, 81, 0.015) 81px),
    repeating-linear-gradient(90deg, transparent, transparent 80px, rgba(200, 169, 81, 0.015) 80px, rgba(200, 169, 81, 0.015) 81px);
  pointer-events: none;
  z-index: 0;
}
.section-mid > .container {
  position: relative;
  z-index: 1;
}

.section-header {
  text-align: center;
  margin-bottom: 56px;
}
.section-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-bottom: 12px;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 16px;
  background: linear-gradient(135deg, var(--gold-100), var(--gold-300), var(--gold-400));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-eyebrow::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--gold-500);
  margin: 0 auto 12px;
}
.section-desc {
  font-size: 16px;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ─── SCHEDULE ────────────────────────────────────────── */
.schedule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.schedule-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(200, 169, 81, 0.15);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.schedule-card:hover,
.schedule-card:focus-visible {
  border-color: rgba(200, 169, 81, 0.4);
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
  outline: none;
}
.schedule-card--active {
  border-color: rgba(200, 169, 81, 0.5);
  background: rgba(200, 169, 81, 0.06);
  box-shadow: var(--shadow-gold);
}
.schedule-card--final {
  border-color: rgba(200, 169, 81, 0.35);
  background: rgba(200, 169, 81, 0.05);
}
.schedule-card-media {
  position: absolute;
  inset: 0 0 auto;
  height: 112px;
  background-size: cover;
  background-position: center center;
}
.schedule-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 17, 32, 0.22) 0%, rgba(7, 17, 32, 0.58) 110px, rgba(7, 17, 32, 0) 110px),
    linear-gradient(180deg, rgba(7, 17, 32, 0) 0%, rgba(7, 17, 32, 0.92) 100%);
  pointer-events: none;
}
.schedule-card-content {
  position: relative;
  z-index: 1;
  padding: 132px 24px 28px;
  min-height: 292px;
  display: flex;
  flex-direction: column;
}
.schedule-day {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-bottom: 10px;
}
.schedule-event {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 1.2;
}
.schedule-course {
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 6px;
}
.course-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(200, 169, 81, 0.28);
  background: rgba(7, 17, 32, 0.34);
  color: var(--gold-300);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 0.2s, border-color 0.2s, background 0.2s, color 0.2s;
}
.course-link:hover {
  transform: translateY(-1px);
  border-color: rgba(200, 169, 81, 0.5);
  background: rgba(200, 169, 81, 0.12);
  color: var(--gold-100);
}
.course-link--inline {
  margin-bottom: 16px;
}
.schedule-time {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 18px;
}
.schedule-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(200, 169, 81, 0.15);
  color: var(--gold-400);
  padding: 4px 12px;
  border-radius: 100px;
  margin-top: auto;
}
.schedule-badge--gold {
  background: var(--gold-500);
  color: var(--green-900);
}

/* ─── RULES ───────────────────────────────────────────── */
.section-rules {
  background: linear-gradient(180deg, rgba(13, 31, 21, 0.96) 0%, rgba(17, 38, 24, 0.98) 100%);
}
.rules-shell {
  padding: 0;
}
.rules-shell-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.rules-shell-copy {
  max-width: 700px;
}
.rules-eyebrow::before {
  margin-left: 0;
  margin-right: 0;
}
.rules-title {
  margin-bottom: 12px;
}
.rules-desc {
  margin: 0;
  max-width: 64ch;
}
.rules-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.rules-actions-label {
  width: 100%;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-align: right;
}
.rules-actions .course-link {
  min-width: 164px;
  background: rgba(7, 17, 32, 0.58);
}
.rules-actions--bottom {
  margin-top: 24px;
  justify-content: flex-start;
}
.rules-actions--bottom .rules-actions-label {
  text-align: left;
}
.rule-item {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(200, 169, 81, 0.12);
  background: linear-gradient(180deg, rgba(19, 44, 30, 0.96) 0%, rgba(12, 31, 20, 0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
.rule-item summary {
  list-style: none;
}
.rule-item summary::-webkit-details-marker {
  display: none;
}
.rule-summary-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(200, 169, 81, 0.1);
  border: 1px solid rgba(200, 169, 81, 0.2);
  flex-shrink: 0;
  transition: background 0.2s;
}
.rule-item:hover .rule-summary-icon {
  background: rgba(200, 169, 81, 0.16);
}
.rule-summary-icon::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--gold-400);
  border-bottom: 2px solid var(--gold-400);
  transform: rotate(45deg) translate(-1px, -2px);
  transition: transform 0.22s ease;
}
.rule-item[open] .rule-summary-icon::after {
  transform: rotate(225deg) translate(-1px, -2px);
}
.rules-listing {
  display: grid;
  gap: 12px;
  padding: 0;
}
.rules-principle {
  display: grid;
  gap: 16px;
  padding: 18px 20px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(200, 169, 81, 0.12);
  background: linear-gradient(180deg, rgba(19, 44, 30, 0.96) 0%, rgba(12, 31, 20, 0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
.rules-principle-text {
  max-width: 72ch;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-secondary);
}
.rule-item {
  overflow: hidden;
}
.rule-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  cursor: pointer;
}
.rule-summary-main {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  flex: 1;
}
.rule-summary-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.rule-summary-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1;
  color: var(--text-primary);
}
.rule-summary-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.rules-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(200, 169, 81, 0.12);
  color: var(--gold-300);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.rule-body {
  display: grid;
  gap: 14px;
  padding: 0 20px 18px 76px;
}
.rule-body--split {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.9fr);
  align-items: start;
}
.rules-list {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 10px;
  color: var(--text-secondary);
  line-height: 1.6;
  font-size: 15px;
}
.rules-list li {
  position: relative;
  padding-left: 16px;
}
.rules-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-400);
}
.rules-note {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(200, 169, 81, 0.12);
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}
.rules-spirit-callout {
  padding: 16px 18px;
  border-radius: var(--radius-lg);
  background: rgba(200, 169, 81, 0.08);
  border: 1px solid rgba(200, 169, 81, 0.12);
  color: var(--text-secondary);
  line-height: 1.65;
  font-size: 15px;
}
.rules-list strong,
.rules-note strong,
.rules-spirit-callout strong {
  color: var(--text-primary);
}
.rules-list sup {
  font-size: 0.62em;
  vertical-align: super;
  letter-spacing: 0.04em;
}

/* ─── TEAMS ───────────────────────────────────────────── */
.teams-container {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-bottom: 56px;
  position: relative;
}
.team-card {
  flex: 1;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-card), var(--shadow-inset);
}
.team-card--breakers {
  background: linear-gradient(160deg, var(--navy-700) 0%, var(--navy-900) 100%);
  border: 1px solid rgba(100, 150, 220, 0.25);
  border-radius: var(--radius-xl) 0 0 var(--radius-xl);
}
.team-card--springbreakers {
  background: linear-gradient(160deg, var(--spring-700) 0%, var(--spring-900) 100%);
  border: 1px solid rgba(80, 180, 100, 0.25);
  border-radius: 0 var(--radius-xl) var(--radius-xl) 0;
}
.team-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 132px 32px 18px;
  min-height: 300px;
  overflow: hidden;
  text-align: center;
}

/* ─── TEAM PHOTOS ─────────────────────────────────────── */
.team-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 22%;
  z-index: 0;
}
.team-photo::after {
  content: '';
  position: absolute;
  inset: 0;
}
.team-card--breakers .team-photo::after {
  background: linear-gradient(
    180deg,
    rgba(15, 37, 64, 0.08) 0%,
    rgba(7, 17, 32, 0.28) 48%,
    rgba(7, 17, 32, 0.78) 82%,
    rgba(7, 17, 32, 0.95) 100%
  );
}
.team-card--springbreakers .team-photo::after {
  background: linear-gradient(
    180deg,
    rgba(15, 48, 32, 0.08) 0%,
    rgba(7, 26, 16, 0.28) 48%,
    rgba(7, 26, 16, 0.78) 82%,
    rgba(7, 26, 16, 0.95) 100%
  );
}
.team-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  color: rgba(100, 150, 220, 0.4);
}
.team-palm {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 60px;
  height: 60px;
  color: rgba(80, 180, 100, 0.5);
}
.team-name {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: var(--text-primary);
  margin-top: auto;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
}
.team-card--breakers .team-name { color: #a8c8f0; }
.team-card--springbreakers .team-name { color: #90d4a8; }
.team-motto {
  font-size: 13px;
  color: var(--text-muted);
  font-style: italic;
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.course-spotlight {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(200, 169, 81, 0.16);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow-card);
  margin-bottom: 28px;
}
.course-spotlight--wide {
  min-height: 280px;
  margin-bottom: 32px;
}
.course-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: -36px -36px 28px;
}
.course-spotlight--compact {
  min-height: 210px;
  margin-bottom: 0;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
}
.course-spotlight--finale {
  border-color: rgba(200, 169, 81, 0.24);
}
.course-spotlight-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
}
.course-spotlight::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 17, 32, 0.08) 0%, rgba(7, 17, 32, 0.32) 46%, rgba(7, 17, 32, 0.94) 100%);
  z-index: 0;
}
.course-spotlight-copy {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 24px 22px;
}
.course-spotlight-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-bottom: 8px;
}
.course-spotlight-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 6px;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}
.course-spotlight-meta {
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 14px;
}
.team-roster {
  padding: 8px 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-player {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 18px;
  font-weight: 500;
  color: var(--text-primary);
  letter-spacing: 0.01em;
  width: 160px;
}
.team-player:last-child { border-bottom: none; }
.player-num {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.team-card--breakers .player-num {
  background: rgba(100, 150, 220, 0.2);
  color: #a8c8f0;
  border: 1px solid rgba(100, 150, 220, 0.3);
}
.team-card--springbreakers .player-num {
  background: rgba(80, 180, 100, 0.2);
  color: #90d4a8;
  border: 1px solid rgba(80, 180, 100, 0.3);
}

.vs-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-700));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 900;
  color: var(--green-900);
  box-shadow:
    0 4px 20px rgba(200, 169, 81, 0.5),
    0 0 0 3px var(--green-700),
    0 0 0 5px rgba(200, 169, 81, 0.4);
}

/* ─── MATCHUPS ────────────────────────────────────────── */
.matchups {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 169, 81, 0.15);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.matchups-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--gold-400);
  margin-bottom: 20px;
  text-align: center;
}
.matchup-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.matchup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 500;
}
.matchup-player { flex: 1; text-align: center; }
.matchup-player--breakers { color: #a8c8f0; }
.matchup-player--spring { color: #90d4a8; }
.matchup-sep {
  font-size: 12px;
  color: var(--gold-500);
  font-weight: 700;
  flex-shrink: 0;
}
.matchups-note {
  font-size: 13px;
  color: var(--text-muted);
  text-align: center;
  font-style: italic;
}

/* ─── ROUNDS ──────────────────────────────────────────── */
.rounds-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.round-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(200, 169, 81, 0.15);
  border-radius: var(--radius-xl);
  padding: 36px;
  overflow: hidden;
}
.round-card--gold {
  border-color: rgba(200, 169, 81, 0.4);
  border-top: 2px solid var(--gold-500);
  background: rgba(200, 169, 81, 0.05);
  box-shadow: var(--shadow-gold);
}
.round-number {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 10px;
}
.round-number--gold { color: var(--gold-500); }
.round-name {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 1.2;
}
.round-meta {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 24px;
}
.round-format-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-bottom: 14px;
}
.round-rules {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.round-rules li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 14px;
}
.rule-hole {
  font-weight: 700;
  color: var(--gold-400);
  min-width: 70px;
  flex-shrink: 0;
}
.rule-desc { color: var(--text-secondary); }
.round-teams, .round-groups {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.round-team {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-secondary);
}
.round-team-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.round-team-dot--a { background: #90d4a8; }
.round-team-dot--b { background: #a8c8f0; }
.round-group-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--text-secondary);
}
.group-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-500);
  min-width: 64px;
}
.green-jacket {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(200, 169, 81, 0.2);
  font-size: 14px;
  font-weight: 600;
  color: var(--gold-400);
}
.green-jacket-icon { font-size: 20px; }

/* ─── HISTORY ─────────────────────────────────────────── */
.history-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
}
.history-tab {
  padding: 10px 24px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  border: 1px solid rgba(200, 169, 81, 0.2);
  transition: all 0.2s;
}
.history-tab:hover { color: var(--gold-400); border-color: rgba(200, 169, 81, 0.4); }
.history-tab--active {
  background: rgba(200, 169, 81, 0.15);
  color: var(--gold-400);
  border-color: rgba(200, 169, 81, 0.5);
}
.history-table-wrap {
  max-width: 600px;
  margin: 0 auto 48px;
}
.history-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.history-table th {
  text-align: left;
  padding: 12px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-500);
  border-bottom: 1px solid rgba(200, 169, 81, 0.25);
}
.history-table td {
  padding: 16px 16px;
  color: var(--text-secondary);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.history-table tr:last-child td { border-bottom: none; }
.history-row--latest td {
  background: rgba(200, 169, 81, 0.06);
}
.history-row--latest td:first-child {
  border-left: 3px solid var(--gold-500);
}
.champ-name {
  font-weight: 700;
  color: var(--text-primary);
  font-size: 17px;
}
.history-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
}
.stat-card {
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 169, 81, 0.15);
  border-radius: var(--radius-lg);
  padding: 28px 16px;
}
.stat-number {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 900;
  color: var(--gold-400);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ─── PLAYERS ─────────────────────────────────────────── */
.players-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 16px;
}
.player-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(200, 169, 81, 0.12);
  border-radius: var(--radius-lg);
  padding: 28px 16px;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s;
}
.player-card:hover {
  border-color: rgba(200, 169, 81, 0.35);
  transform: translateY(-3px);
}
.player-card--solo {
  border-style: dashed;
}
.player-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  margin: 0 auto 14px;
}
.player-avatar--b  { background: rgba(26,58,92,0.8);  color: #a8c8f0; border: 2px solid rgba(100,150,220,0.4); }
.player-avatar--g  { background: rgba(26,58,92,0.8);  color: #a8c8f0; border: 2px solid rgba(100,150,220,0.4); }
.player-avatar--c  { background: rgba(26,58,92,0.8);  color: #a8c8f0; border: 2px solid rgba(100,150,220,0.4); }
.player-avatar--ch { background: rgba(26,58,92,0.8);  color: #a8c8f0; border: 2px solid rgba(100,150,220,0.4); }
.player-avatar--ba { background: rgba(26,74,46,0.8);  color: #90d4a8; border: 2px solid rgba(80,180,100,0.4); }
.player-avatar--j  { background: rgba(26,74,46,0.8);  color: #90d4a8; border: 2px solid rgba(80,180,100,0.4); }
.player-avatar--pi { background: rgba(26,74,46,0.8);  color: #90d4a8; border: 2px solid rgba(80,180,100,0.4); }
.player-avatar--pe { background: rgba(26,74,46,0.8);  color: #90d4a8; border: 2px solid rgba(80,180,100,0.4); }
.player-avatar--a  { background: rgba(80,60,20,0.6);  color: var(--gold-300); border: 2px solid rgba(200,169,81,0.3); }
.player-name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 6px;
}
.player-team {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 100px;
  display: inline-block;
}
.team-tag--breakers {
  background: rgba(100, 150, 220, 0.15);
  color: #a8c8f0;
}
.team-tag--spring {
  background: rgba(80, 180, 100, 0.15);
  color: #90d4a8;
}
.team-tag--solo {
  background: rgba(200, 169, 81, 0.12);
  color: var(--gold-400);
}

/* ─── WELCOME ─────────────────────────────────────────── */
.welcome-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.welcome-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-700));
  color: var(--green-900);
  padding: 5px 16px;
  border-radius: 100px;
  margin-bottom: 18px;
}
.welcome-title {
  font-family: var(--font-ceremonial);
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--text-primary);
  margin-bottom: 14px;
  line-height: 1.05;
  text-wrap: balance;
}
.welcome-title-bottom {
  white-space: nowrap;
}
.welcome-intro {
  max-width: 620px;
  margin: 0 auto 48px;
  color: var(--text-muted);
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ─── Opening Address ─── */
.w-address {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
}
.w-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-bottom: 20px;
}
.welcome-quote {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.2vw, 38px);
  font-style: italic;
  color: var(--gold-100);
  line-height: 1.42;
  text-wrap: balance;
  max-width: 900px;
  margin-bottom: 32px;
}
.welcome-divider {
  width: 92px;
  height: 2px;
  background: linear-gradient(90deg, rgba(200, 169, 81, 0.08), rgba(200, 169, 81, 0.65), rgba(200, 169, 81, 0.08));
}

/* ─── Chair's Decree ─── */
.w-decree {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 660px;
  margin: 0 auto 64px;
}
.decree-photo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: contain;
  background: rgba(0, 0, 0, 0.25);
  border: 2px solid rgba(200, 169, 81, 0.5);
  box-shadow: 0 0 0 5px rgba(200, 169, 81, 0.1), 0 12px 32px rgba(0, 0, 0, 0.4);
  margin-bottom: 22px;
}
.decree-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin-bottom: 22px;
}
.decree-rule {
  flex: 1;
  min-width: 112px;
  height: 28px;
  background-color: var(--gold-500);
  -webkit-mask-image: url('images/gold_ornamental_flourish.svg?v=2026-04-13-decree-asset');
  mask-image: url('images/gold_ornamental_flourish.svg?v=2026-04-13-decree-asset');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  opacity: 0.82;
}
.decree-rule--right {
  transform: scaleX(-1);
}
.decree-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-400);
  white-space: nowrap;
}
.decree-body {
  font-size: 19px;
  line-height: 1.8;
  color: var(--text-secondary);
  text-align: center;
}
.decree-body strong {
  color: var(--text-primary);
  font-weight: 600;
}
.decree-acclaim {
  display: block;
  margin-top: 10px;
  font-family: var(--font-ceremonial);
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--gold-300);
  text-wrap: balance;
}

/* ─── 2025 Honors ─── */
.w-honors {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 52px;
}
.honors-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 860px;
}
.honor-entry {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0 28px;
}
.honor-name {
  font-family: var(--font-display);
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  color: var(--gold-300);
  line-height: 1.2;
}
.honor-role {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.honor-divider {
  width: 1px;
  height: 56px;
  background: rgba(200, 169, 81, 0.22);
  flex-shrink: 0;
}

.welcome-body {
  font-size: 17px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 0;
  text-align: left;
}
.welcome-body strong { color: var(--text-primary); font-weight: 600; }
.welcome-body--cta {
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 30px);
  color: var(--gold-300);
  max-width: 720px;
  margin: 0 auto 40px;
  line-height: 1.4;
}
.welcome-stats-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(200, 169, 81, 0.15);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.welcome-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 16px;
  gap: 4px;
}
.welcome-stat-val {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--gold-400);
}
.welcome-stat-lbl {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.welcome-stat-div {
  width: 1px;
  height: 48px;
  background: rgba(200, 169, 81, 0.15);
  flex-shrink: 0;
}

/* ─── HISTORY ADDITIONS ───────────────────────────────── */
.history-row--tbd td {
  background: rgba(200, 169, 81, 0.04);
  border-bottom: 1px dashed rgba(200, 169, 81, 0.15);
}
.champ-tbd {
  color: var(--gold-700) !important;
  font-style: italic;
  letter-spacing: 0.05em;
}
.champ-aka {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 400;
  margin-left: 6px;
}

/* ─── WALL OF VICTORY ─────────────────────────────────── */
.victory-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(200, 169, 81, 0.2);
}
.victory-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  min-width: 560px;
}
.victory-table thead tr {
  background: rgba(200, 169, 81, 0.08);
  border-bottom: 1px solid rgba(200, 169, 81, 0.25);
}
.victory-table th {
  padding: 14px 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-500);
  text-align: left;
}
.th-rank { width: 48px; text-align: center; }
.th-num { text-align: center; }
.table-head-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
}
.table-head-icon {
  line-height: 1;
}
.victory-table td {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--text-secondary);
  vertical-align: middle;
}
.victory-table tr:last-child td { border-bottom: none; }
.victory-table tbody tr {
  transition: background 0.15s;
}
.victory-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}
.victory-row--elite td {
  background: rgba(200, 169, 81, 0.04);
}
.victory-row--elite:hover td {
  background: rgba(200, 169, 81, 0.08) !important;
}
.td-rank {
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 600;
}
.td-num {
  text-align: center;
  font-weight: 600;
  color: var(--text-primary);
}
.td-champ {
  color: var(--gold-400);
  font-family: var(--font-display);
  font-size: 18px;
}
.v-name {
  font-weight: 700;
  color: var(--text-primary);
  display: block;
  font-size: 16px;
}
.v-aka {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 2px;
  display: block;
}
.v-note {
  font-size: 10px;
  font-weight: 400;
  color: var(--text-muted);
  display: block;
  letter-spacing: 0;
  text-transform: none;
}
/* ─── FOOTER ──────────────────────────────────────────── */
.footer {
  background: var(--green-900);
  border-top: 1px solid rgba(200, 169, 81, 0.2);
  padding: 56px 0 32px;
}
.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-logo { font-size: 32px; }
.footer-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--gold-400);
  margin-bottom: 4px;
}
.footer-sub {
  font-size: 13px;
  color: var(--text-muted);
}
.footer-quote {
  font-family: var(--font-display);
  font-size: 16px;
  font-style: italic;
  color: var(--text-muted);
  text-align: right;
  line-height: 1.6;
  max-width: 340px;
}
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12px;
  color: var(--text-muted);
  text-align: center;
}

/* ─── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-links.nav-open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 72px;
    left: 0; right: 0;
    background: rgba(7, 20, 15, 0.92);
    border-bottom: 1px solid rgba(200, 169, 81, 0.2);
    padding: 24px;
    gap: 24px;
    align-items: flex-start;
  }

  .teams-container {
    flex-direction: column;
  }
  .teams-container { margin-bottom: 72px; }
  .team-card--breakers { border-radius: var(--radius-xl) var(--radius-xl) 0 0; }
  .team-card--springbreakers { border-radius: 0 0 var(--radius-xl) var(--radius-xl); }
  .team-player { width: 180px; }
  .hero {
    align-items: center;
    text-align: center;
  }
  .hero-content {
    align-items: center;
    padding: 112px 24px 72px;
  }
  .hero-crest-img { width: 92px; height: 92px; margin: 0 auto; }
  .hero-divider { margin-left: auto; margin-right: auto; }
  .hero-subtitle { max-width: 560px; }
  .team-header { min-height: 240px; padding: 120px 24px 18px; }
  .hero-actions {
    width: min(100%, 480px);
    gap: 12px;
    justify-content: center;
  }
  .hero-theme,
  .hero-cta {
    min-width: 0;
  }
  .course-gallery {
    grid-template-columns: 1fr;
  }
  .course-spotlight--compact {
    min-height: 220px;
  }

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

  .history-stats { grid-template-columns: repeat(2, 1fr); }

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

  .footer-inner { flex-direction: column; }
  .footer-quote { text-align: left; }

  .schedule-grid { grid-template-columns: 1fr 1fr; }
  .rules-shell-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .rules-actions {
    width: 100%;
    justify-content: flex-start;
  }
  .rules-actions-label {
    width: 100%;
    text-align: left;
  }
  .rules-actions .course-link {
    flex: none;
  }
  .rule-summary {
    align-items: center;
    gap: 14px;
  }
  .rule-summary-main {
    align-items: flex-start;
  }
  .rule-body {
    padding-left: 20px;
  }
  .rule-body--split {
    grid-template-columns: 1fr;
  }

  .welcome-intro {
    margin-bottom: 28px;
  }
  .honors-row {
    flex-direction: column;
    gap: 28px;
  }
  .honor-divider {
    width: 60px;
    height: 1px;
  }
  .honor-entry {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .section { padding: 64px 0; }
  .hero-content {
    padding: 104px 20px 64px;
  }
  .hero-title {
    font-size: clamp(48px, 18vw, 72px);
  }
  .hero-actions {
    flex-direction: column;
    width: min(100%, 320px);
  }
  .hero-theme,
  .hero-cta {
    width: 100%;
  }
  .course-spotlight--wide {
    min-height: 240px;
  }
  .course-gallery {
    margin: -36px -36px 24px;
  }
  .history-stats { grid-template-columns: repeat(2, 1fr); }
  .players-grid { grid-template-columns: repeat(2, 1fr); }
  .schedule-grid { grid-template-columns: 1fr; }
  .matchup-grid { grid-template-columns: 1fr; }
  .rules-principle-text {
    font-size: 16px;
  }
  .rules-actions {
    flex-direction: column;
  }
  .rules-actions .course-link {
    width: 100%;
    min-width: 0;
    flex: none;
  }
  .rule-summary {
    padding: 16px;
  }
  .rule-summary-title {
    font-size: 22px;
  }
  .rule-body {
    padding: 0 16px 16px;
  }
  .welcome-stats-row { flex-direction: column; }
  .welcome-stat-div { width: 80%; height: 1px; }
  .welcome-quote {
    font-size: 22px;
  }
  .decree-body {
    font-size: 17px;
  }
  .welcome-title-top,
  .welcome-title-bottom {
    display: block;
  }
}
