/* ============================================
   Tyler Greer Memorial
   Dark Green + Gold Luxury Golf Aesthetic
   ============================================ */

/* --- CSS Variables --- */
:root {
  --deep-green: #0a1a0d;
  --dark-green: #0f2613;
  --mid-green: #1a3a22;
  --soft-green: #2a5435;
  --light-green: #3d7a4a;
  --gold: #c9a84c;
  --gold-light: #dfc477;
  --gold-dim: #8a7435;
  --cream: #ffffff;
  --cream-soft: #ffffff;
  --white: #ffffff;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

/* --- Light Theme (Foundation pages) --- */
body.theme-light {
  --deep-green: #FAF8F5;
  --dark-green: #F0EBE3;
  --mid-green: #E8E0D4;
  --soft-green: #D4C9B8;
  --cream: #1A2332;
  --cream-soft: #1A2332;
  --white: #1A2332;
  --gold-dim: #b8963f;
  background: #FAF8F5;
  color: #1A2332;
}

body.theme-light::before {
  display: none;
}

body.theme-light .header {
  background: rgba(250, 248, 245, 0.9);
  border-bottom-color: rgba(26, 35, 50, 0.08);
}

body.theme-light .header.scrolled {
  background: rgba(250, 248, 245, 0.97);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
}

body.theme-light .hero {
  background:
    radial-gradient(ellipse at 20% 50%, rgba(201, 168, 76, 0.06) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 30%, rgba(201, 168, 76, 0.04) 0%, transparent 50%),
    #FAF8F5;
}

body.theme-light .hero-title {
  color: #1A2332;
}

body.theme-light .hero-venue {
  color: rgba(26, 35, 50, 0.6);
}

body.theme-light .btn-primary {
  color: #fff;
}

body.theme-light .nav-cta {
  color: #fff;
}

body.theme-light .popular-badge {
  color: #fff;
}

body.theme-light .btn-ghost {
  color: #1A2332;
  border-color: rgba(26, 35, 50, 0.2);
}

body.theme-light .btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}

body.theme-light .nav-links a {
  color: rgba(26, 35, 50, 0.6);
}

body.theme-light .nav-links a:hover {
  color: var(--gold);
}

body.theme-light .stats-bar {
  background: #F0EBE3;
  border-color: rgba(26, 35, 50, 0.08);
}

body.theme-light .stat-label {
  color: rgba(26, 35, 50, 0.5);
}

body.theme-light .stat-divider {
  background: rgba(26, 35, 50, 0.12);
}

body.theme-light .about-text p {
  color: rgba(26, 35, 50, 0.6);
}

body.theme-light .about-photo {
  background: #F0EBE3;
  border-color: rgba(26, 35, 50, 0.1);
}

body.theme-light .about-photo::after {
  border-color: rgba(26, 35, 50, 0.06);
}

body.theme-light .section-label {
  color: var(--gold);
}

body.theme-light .tournament-cta {
  background: #F0EBE3;
  border-color: rgba(26, 35, 50, 0.08);
}

body.theme-light .tournament-cta p {
  color: rgba(26, 35, 50, 0.6);
}

body.theme-light .tournament-cta .hero-date {
  color: var(--gold);
}

body.theme-light .tournament-cta .hero-venue {
  color: rgba(26, 35, 50, 0.55);
}

body.theme-light .details {
  background: #F0EBE3;
  border-color: rgba(26, 35, 50, 0.08);
}

body.theme-light .detail-card {
  background: rgba(250, 248, 245, 0.7);
  border-color: rgba(26, 35, 50, 0.08);
}

body.theme-light .detail-card:hover {
  border-color: rgba(201, 168, 76, 0.3);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

body.theme-light .detail-card h3 {
  color: var(--gold);
}

body.theme-light .detail-card p {
  color: rgba(26, 35, 50, 0.6);
}

body.theme-light .donate {
  background: #FAF8F5;
}

body.theme-light .donate-inner > p {
  color: rgba(26, 35, 50, 0.6);
}

body.theme-light .donate-amount {
  background: #F0EBE3;
  border-color: rgba(26, 35, 50, 0.1);
  color: #1A2332;
}

body.theme-light .donate-amount:hover,
body.theme-light .donate-amount.active {
  border-color: var(--gold);
  background: rgba(201, 168, 76, 0.1);
  color: var(--gold);
}

body.theme-light .donate-custom {
  background: #F0EBE3;
  border-color: rgba(26, 35, 50, 0.1);
  color: #1A2332;
}

body.theme-light .donate-custom::placeholder {
  color: rgba(26, 35, 50, 0.35);
}

body.theme-light .donate-custom:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.1);
}

body.theme-light .footer {
  background: #1A2332;
  color: #ffffff;
  border-top-color: rgba(201, 168, 76, 0.1);
}

body.theme-light .footer-brand p {
  color: rgba(255, 255, 255, 0.5);
}

body.theme-light .footer-col h4 {
  color: var(--gold-dim);
}

body.theme-light .footer-col ul li a,
body.theme-light .footer-col ul li span {
  color: rgba(255, 255, 255, 0.5);
}

body.theme-light .footer-col ul li a:hover {
  color: var(--gold);
}

body.theme-light .footer-bottom {
  color: rgba(255, 255, 255, 0.3);
  border-top-color: rgba(255, 255, 255, 0.06);
}

body.theme-light .scroll-indicator span {
  color: rgba(26, 35, 50, 0.3);
}

body.theme-light .scroll-line {
  background: linear-gradient(to bottom, var(--gold-dim), transparent);
}

/* Mobile nav overlay for light theme */
@media (max-width: 768px) {
  body.theme-light .nav-links {
    background: rgba(250, 248, 245, 0.98);
    border-bottom: 1px solid rgba(26, 35, 50, 0.08);
  }

  body.theme-light .nav-links a {
    color: #1A2332;
    border-bottom-color: rgba(26, 35, 50, 0.06);
  }

  body.theme-light .mobile-toggle span {
    background: #1A2332;
  }
}

/* --- Reset --- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'DM Sans', 'Helvetica Neue', sans-serif;
  background: var(--deep-green);
  color: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Grain texture overlay */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

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

/* --- Section Shared --- */
.section-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

/* ============================================
   NAVIGATION
   ============================================ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 clamp(20px, 5vw, 80px);
  background: rgba(10, 26, 13, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(201, 168, 76, 0.1);
  transition: background 0.4s, box-shadow 0.4s;
}

.header.scrolled {
  background: rgba(10, 26, 13, 0.95);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.nav {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}

.nav-logo {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  gap: 32px;
}

.nav-links a {
  color: var(--cream-soft);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: var(--gold);
}

.nav-cta {
  padding: 10px 24px;
  font-size: 0.8rem;
}

/* Mobile Toggle */
.mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 101;
}

.mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--cream);
  transition: all 0.3s var(--ease-out);
  transform-origin: center;
}

.mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ============================================
   BUTTONS
   ============================================ */
.btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--deep-green);
  padding: 14px 32px;
  border: none;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s var(--ease-out);
  text-align: center;
}

.btn-primary:hover {
  background: var(--gold-light);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(201, 168, 76, 0.3);
}

.btn-green {
  display: inline-block;
  background: #1a3a22;
  color: #c9a84c;
  padding: 14px 32px;
  border: 1px solid #1a3a22;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s var(--ease-out);
  text-align: center;
  text-decoration: none;
}

.btn-green:hover {
  background: #2a5435;
  border-color: #2a5435;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(26, 58, 34, 0.3);
}

.btn-ghost {
  display: inline-block;
  background: transparent;
  color: var(--cream);
  padding: 14px 32px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s var(--ease-out);
  text-align: center;
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-3px);
}

/* ============================================
   HERO
   ============================================ */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 120px clamp(20px, 5vw, 80px) 80px;
  position: relative;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(42, 84, 53, 0.3) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 30%, rgba(201, 168, 76, 0.08) 0%, transparent 50%),
    var(--deep-green);
}

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

.hero-memorial {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.2s forwards;
}

.hero-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 16px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.4s forwards;
}

.hero-date {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  font-weight: 400;
  font-style: italic;
  color: var(--gold-light);
  margin-bottom: 8px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.6s forwards;
}

.hero-venue {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 40px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.7s forwards;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.9s forwards;
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 1.2s forwards;
}

.scroll-indicator span {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--gold-dim), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

/* ============================================
   STATS BAR
   ============================================ */
.stats-bar {
  background: var(--dark-green);
  border-top: 1px solid rgba(201, 168, 76, 0.1);
  border-bottom: 1px solid rgba(201, 168, 76, 0.1);
  padding: 32px clamp(20px, 5vw, 80px);
}

.stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.stat-item {
  flex: 1;
  text-align: center;
  padding: 0 24px;
}

.stat-number {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 4px;
}

.stat-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(201, 168, 76, 0.15);
  flex-shrink: 0;
}

/* ============================================
   ABOUT TYLER
   ============================================ */
.about {
  padding: clamp(40px, 5vw, 60px) clamp(20px, 5vw, 80px) clamp(60px, 8vw, 100px);
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-text h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 24px;
}

.about-text p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

.about-photo {
  aspect-ratio: 3 / 4;
  background: var(--dark-green);
  border: 1px solid rgba(201, 168, 76, 0.15);
  position: relative;
  overflow: hidden;
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-photo::after {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(201, 168, 76, 0.1);
  pointer-events: none;
}

/* ============================================
   TOURNAMENT DETAILS
   ============================================ */
.details {
  padding: clamp(40px, 5vw, 60px) clamp(20px, 5vw, 80px) clamp(60px, 8vw, 100px);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(26, 58, 34, 0.5) 0%, transparent 60%),
    var(--dark-green);
  border-top: 1px solid rgba(201, 168, 76, 0.08);
  border-bottom: 1px solid rgba(201, 168, 76, 0.08);
}

.details-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.details-inner h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  margin-bottom: 60px;
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 48px;
}

.detail-card {
  background: rgba(15, 38, 19, 0.5);
  border: 1px solid rgba(201, 168, 76, 0.1);
  padding: 48px 32px;
  text-align: center;
  transition: all 0.4s var(--ease-out);
}

.detail-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 168, 76, 0.25);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.card-icon {
  font-size: 2.2rem;
  margin-bottom: 20px;
  display: block;
}

.detail-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--gold-light);
}

.detail-card p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}

.details-cta {
  text-align: center;
}

/* ============================================
   PRICING / REGISTER
   ============================================ */
.pricing {
  padding: clamp(20px, 3vw, 32px) clamp(20px, 5vw, 80px) clamp(40px, 5vw, 60px);
}

.pricing-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.pricing-inner h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 500;
  margin-bottom: 8px;
}

.pricing-subtitle {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
  font-size: 0.9rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.price-card {
  background: rgba(15, 38, 19, 0.4);
  border: 1px solid rgba(201, 168, 76, 0.1);
  padding: 36px 32px 32px;
  text-align: center;
  position: relative;
  transition: all 0.4s var(--ease-out);
  width: 100%;
  display: flex;
  flex-direction: column;
}

.price-card.featured {
  border-color: var(--gold-dim);
  background:
    linear-gradient(135deg, rgba(201, 168, 76, 0.08) 0%, transparent 50%),
    rgba(15, 38, 19, 0.6);
}

.popular-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--deep-green);
  padding: 4px 24px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.price-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 8px;
}

.price-amount {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 2px;
}

.price-note {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 16px;
}

.price-features {
  text-align: left;
  margin-bottom: 20px;
  flex-grow: 1;
}

.price-features li {
  padding: 6px 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(201, 168, 76, 0.06);
  display: flex;
  align-items: center;
  gap: 12px;
}

.price-features li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}

.price-card .btn-primary {
  width: 100%;
}

/* ============================================
   SPONSORS
   ============================================ */
.sponsors {
  padding: clamp(20px, 3vw, 32px) clamp(20px, 5vw, 80px) clamp(40px, 5vw, 60px);
  background: var(--dark-green);
  border-top: 1px solid rgba(201, 168, 76, 0.08);
  border-bottom: 1px solid rgba(201, 168, 76, 0.08);
}

.sponsors-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.sponsors-inner h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 500;
  margin-bottom: 8px;
}

.sponsors-subtitle {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
}

.sponsor-group-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.02em;
  margin: 48px 0 24px;
  text-align: center;
}

.sponsor-group-title:first-of-type {
  margin-top: 32px;
}

.sponsor-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 12px;
}

.sponsor-tiers--two {
  grid-template-columns: repeat(2, 1fr);
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.tier-availability {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: -16px;
  margin-bottom: 24px;
}

.sponsor-tier-note {
  font-size: 0.8rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  margin-bottom: 16px;
}

.sponsor-tier-note strong {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
}

.sponsor-tier {
  background: rgba(10, 26, 13, 0.6);
  border: 1px solid rgba(201, 168, 76, 0.1);
  padding: 48px 36px;
  transition: all 0.4s var(--ease-out);
  width: 100%;
  display: flex;
  flex-direction: column;
}

.sponsor-tier.featured-sponsor {
  border-color: var(--gold-dim);
  background:
    linear-gradient(135deg, rgba(201, 168, 76, 0.06) 0%, transparent 50%),
    rgba(10, 26, 13, 0.7);
}

.sponsor-tier:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 168, 76, 0.3);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.sponsor-tier h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--gold-light);
  margin-bottom: 8px;
}

.tier-price {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 24px;
}

.sponsor-tier ul {
  text-align: left;
  margin-bottom: 32px;
  flex-grow: 1;
}

.sponsor-tier ul li {
  padding: 8px 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.sponsor-tier ul li::before {
  content: '\2713';
  color: var(--gold);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.sponsor-tier .btn-primary {
  width: 100%;
  display: block;
  text-align: center;
}

.sponsors-note {
  margin-top: 40px;
}

.sponsors-note p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}

.sponsors-note a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sponsors-note a:hover {
  color: var(--gold-light);
}

/* ============================================
   DONATE
   ============================================ */
.donate {
  padding: clamp(40px, 5vw, 60px) clamp(20px, 5vw, 80px) clamp(60px, 8vw, 100px);
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(201, 168, 76, 0.06) 0%, transparent 50%),
    var(--deep-green);
}

.donate-inner {
  max-width: 600px;
  margin: 0 auto;
}

.donate-inner h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  margin-bottom: 16px;
}

.donate-inner > p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 40px;
  line-height: 1.8;
}

.donate-amounts {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.donate-amount {
  background: rgba(15, 38, 19, 0.5);
  border: 1px solid rgba(201, 168, 76, 0.15);
  padding: 14px 28px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--cream);
  cursor: pointer;
  transition: all 0.3s var(--ease-out);
}

.donate-amount:hover,
.donate-amount.active {
  border-color: var(--gold);
  background: rgba(201, 168, 76, 0.1);
  color: var(--gold);
}

.donate-custom {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 32px;
  padding: 14px 20px;
  background: rgba(15, 38, 19, 0.5);
  border: 1px solid rgba(201, 168, 76, 0.15);
  color: var(--cream);
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  text-align: center;
  outline: none;
  transition: border-color 0.3s;
  display: block;
}

.donate-custom:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.1);
}

.donate-custom::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

/* Hide number input arrows */
.donate-custom::-webkit-outer-spin-button,
.donate-custom::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.donate-custom[type=number] {
  -moz-appearance: textfield;
}

.donate-cta {
  text-align: center;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  padding: 60px clamp(20px, 5vw, 80px) 30px;
  border-top: 1px solid rgba(201, 168, 76, 0.1);
  background: var(--dark-green);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
}

.footer-brand h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 12px;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  line-height: 1.7;
}

.footer-col h4 {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 16px;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a,
.footer-col ul li span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: var(--gold);
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid rgba(201, 168, 76, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.3);
}

/* ============================================
   PASSWORD GATE
   ============================================ */
.password-gate {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: var(--deep-green);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s var(--ease-out);
}

.password-gate-card {
  background: rgba(15, 38, 19, 0.6);
  border: 1px solid rgba(201, 168, 76, 0.15);
  padding: 48px 40px;
  max-width: 420px;
  width: 90%;
  text-align: center;
}

.password-gate-card h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.password-gate-card p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  margin-bottom: 28px;
  line-height: 1.6;
}

.password-gate-logo {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}

.password-gate-input {
  width: 100%;
  padding: 14px 20px;
  background: rgba(10, 26, 13, 0.6);
  border: 1px solid rgba(201, 168, 76, 0.2);
  color: var(--cream);
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  text-align: center;
  outline: none;
  margin-bottom: 16px;
  transition: border-color 0.3s;
  letter-spacing: 0.1em;
}

.password-gate-input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.1);
}

.password-gate-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.05em;
}

.password-gate-error {
  color: #e07c6a;
  font-size: 0.85rem;
  margin-bottom: 16px;
  min-height: 20px;
}

.password-gate .btn-primary {
  width: 100%;
}

/* ============================================
   TOURNAMENT CTA (Homepage)
   ============================================ */
.tournament-cta {
  padding: clamp(40px, 5vw, 60px) clamp(20px, 5vw, 80px);
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(26, 58, 34, 0.5) 0%, transparent 60%),
    var(--dark-green);
  border-top: 1px solid rgba(201, 168, 76, 0.08);
  border-bottom: 1px solid rgba(201, 168, 76, 0.08);
}

.tournament-cta-inner {
  max-width: 700px;
  margin: 0 auto;
}

.tournament-cta h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  margin-bottom: 16px;
}

.tournament-cta .hero-date {
  animation: none;
  opacity: 1;
  margin-bottom: 8px;
}

.tournament-cta .hero-venue {
  animation: none;
  opacity: 1;
  margin-bottom: 32px;
}

.tournament-cta p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 32px;
  line-height: 1.7;
}

.tournament-cta .btn-primary {
  padding: 18px 48px;
  font-size: 1rem;
}

/* ============================================
   HERO MODIFIERS (Sub-pages)
   ============================================ */
.hero--tournament {
  min-height: 60vh;
}

.hero--donate {
  min-height: 50vh;
}

/* Active nav link */
.nav-links a.active {
  color: var(--gold);
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 1; }
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-child {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s var(--ease-out), transform 0.5s var(--ease-out);
}

.reveal-child.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .about {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-photo {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: rgba(10, 26, 13, 0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: center;
    gap: 0;
    z-index: 99;
    padding: 8px 0;
    border-bottom: 1px solid rgba(201, 168, 76, 0.1);
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    width: 100%;
    text-align: center;
  }

  .nav-links a {
    font-size: 1rem;
    display: block;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .nav-cta {
    display: none;
  }

  .mobile-toggle {
    display: flex;
    padding: 14px;
    min-width: 44px;
    min-height: 44px;
  }

  .nav-logo {
    font-size: clamp(0.7rem, 3.4vw, 1rem);
    min-width: 0;
    flex: 1 1 auto;
  }

  .nav {
    gap: 8px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-buttons .btn-primary,
  .hero-buttons .btn-ghost {
    width: 100%;
    max-width: 280px;
  }

  .stats-inner {
    flex-wrap: wrap;
    gap: 20px;
  }

  .stat-item {
    flex: 0 0 45%;
    padding: 12px 0;
  }

  .stat-divider {
    display: none;
  }

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

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .pricing-grid {
    grid-template-columns: 1fr !important;
  }

  .sponsor-tiers,
  .sponsor-tiers--two {
    grid-template-columns: 1fr !important;
  }

  .sponsor-group-title {
    margin: 36px 0 20px;
  }

  .donate-amounts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .donate-amount {
    padding: 12px 8px;
    font-size: 1rem;
  }

  .password-gate-card {
    padding: 36px 24px;
  }

  .tournament-cta .btn-primary {
    width: 100%;
    max-width: 300px;
  }

  .hero--tournament,
  .hero--donate {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: clamp(2.2rem, 10vw, 3.5rem);
  }

  .price-card {
    padding: 40px 24px;
  }

  .sponsor-tier {
    padding: 40px 24px;
  }
}

/* ============================================
   PROCEEDS TO CAMH
   ============================================ */
.proceeds {
  padding: clamp(60px, 8vw, 100px) clamp(20px, 5vw, 80px);
  background: var(--deep-green);
  border-top: 1px solid rgba(201, 168, 76, 0.08);
  text-align: center;
}

.proceeds-inner {
  max-width: 720px;
  margin: 0 auto;
}

.proceeds-inner .section-label {
  display: block;
  margin-bottom: 16px;
}

.proceeds-inner h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}

.proceeds-inner p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
  line-height: 1.7;
  margin-bottom: 16px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.proceeds-inner p:last-of-type {
  margin-bottom: 40px;
}

.proceeds-logo {
  display: inline-block;
  padding: 24px 32px;
  background: #ffffff;
  border-radius: 4px;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}

.proceeds-logo:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.proceeds-logo img {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
}

@media (max-width: 600px) {
  .proceeds-logo {
    padding: 18px 24px;
  }

  .proceeds-logo img {
    max-width: 240px;
  }
}

/* ============================================
   REGISTRATION MODAL
   ============================================ */
.register-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: var(--gold) rgba(10, 26, 13, 0.6);
}

.register-modal::-webkit-scrollbar {
  width: 16px;
}

.register-modal::-webkit-scrollbar-track {
  background: rgba(10, 26, 13, 0.6);
  border-left: 1px solid rgba(201, 168, 76, 0.15);
}

.register-modal::-webkit-scrollbar-thumb {
  background-color: var(--gold);
  border-radius: 8px;
  border: 3px solid rgba(10, 26, 13, 0.6);
  background-clip: padding-box;
  min-height: 60px;
}

.register-modal::-webkit-scrollbar-thumb:hover {
  background-color: var(--gold-light);
  background-clip: padding-box;
}

.register-modal.is-open {
  display: flex;
}

.register-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 26, 13, 0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.register-modal-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  background: #102a16;
  border: 1px solid rgba(201, 168, 76, 0.2);
  padding: 48px clamp(24px, 4vw, 56px);
  margin: auto 0;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.5);
}

.register-modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s;
}

.register-modal-close:hover {
  color: var(--gold);
}

.register-modal-body .section-label,
.register-modal-success .section-label {
  display: block;
  margin-bottom: 12px;
}

.register-modal-body h2,
.register-modal-success h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 8px;
  color: #fff;
}

.register-modal-subtitle {
  color: var(--gold);
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}

.golfer-fieldset {
  border: 1px solid rgba(201, 168, 76, 0.18);
  padding: 24px;
  margin: 0 0 20px;
}

.golfer-fieldset legend {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--gold);
  padding: 0 12px;
  letter-spacing: 0.02em;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-field {
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
}

.form-field label {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 6px;
}

.form-field input,
.form-field select {
  padding: 12px 14px;
  background: rgba(10, 26, 13, 0.6);
  border: 1px solid rgba(201, 168, 76, 0.2);
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

.form-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23c9a84c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px;
  cursor: pointer;
}

.form-field select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.form-field input:focus,
.form-field select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.12);
}

.form-field input:invalid:not(:placeholder-shown),
.form-field.has-error input,
.form-field.has-error select {
  border-color: #e07c6a;
}

.register-error {
  color: #e07c6a;
  font-size: 0.88rem;
  min-height: 22px;
  margin: 8px 0 14px;
}

.register-submit {
  width: 100%;
  padding: 16px 32px;
  font-size: 0.95rem;
}

.register-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.register-modal-success {
  text-align: center;
}

.register-modal-success p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto 28px;
}

.register-modal-success p strong {
  color: var(--gold);
  font-weight: 600;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 600px) {
  .register-modal {
    padding: 0;
    align-items: stretch;
  }

  .register-modal-card {
    padding: 64px 20px 40px;
    margin: 0;
    min-height: 100vh;
    max-width: none;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .golfer-fieldset {
    padding: 20px 16px;
  }
}