/* INTERIOR PAGE SYSTEM
   Used for Entry, Tourism, Contact, News, and future interior pages.
   Keeps homepage main.css protected.
*/

/* INTERIOR HERO */

.interior-hero {
  background:
    linear-gradient(
      90deg,
      rgba(5, 13, 15, 0.96) 0%,
      rgba(7, 32, 37, 0.92) 50%,
      rgba(5, 13, 15, 0.98) 100%
    ),
    url("../images/hero/hero-field.jpg") center center / cover no-repeat;
  border-bottom: 1px solid rgba(201, 164, 88, 0.22);
}

.interior-hero-inner {
  min-height: 270px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.interior-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.interior-logo {
  width: 150px;
  height: auto;
}

.interior-hero-copy {
  max-width: 920px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 10px;
  font-family: "Oswald", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.interior-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5.4vw, 5.6rem);
  line-height: 0.92;
  text-transform: uppercase;
  color: var(--cream);
}

.interior-divider {
  justify-content: flex-start;
  margin-top: 18px;
}

.interior-subtitle {
  max-width: 780px;
  margin: 20px 0 0;
  font-size: 1.15rem;
  line-height: 1.55;
  color: rgba(249, 230, 183, 0.92);
}

/* MAIN INTERIOR LAYOUT */

.interior-page {
  background:
    linear-gradient(180deg, #07191d 0%, #050d10 100%);
  border-bottom: 1px solid rgba(201, 164, 88, 0.18);
}

.interior-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 312px;
  gap: 28px;
  padding-top: 42px;
  padding-bottom: 48px;
}

.content-panel {
  min-width: 0;
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(8, 31, 36, 0.94), rgba(4, 15, 18, 0.96));
  border: 1px solid rgba(201, 164, 88, 0.22);
  box-shadow: var(--shadow);
}

.content-section {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(201, 164, 88, 0.18);
}

.content-section:first-child,
.intro-section {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.content-section h2,
.intro-section h2 {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
  color: var(--cream);
}

.content-section h3,
.info-card h3,
.notice-box h3 {
  margin: 0 0 12px;
  font-family: "Oswald", sans-serif;
  font-size: 1.08rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.content-section p,
.intro-section p,
.info-card p,
.notice-box p {
  margin: 0 0 16px;
  max-width: 850px;
  font-size: 1.04rem;
  line-height: 1.62;
  color: rgba(249, 230, 183, 0.92);
}

.content-section p:last-child,
.intro-section p:last-child,
.info-card p:last-child,
.notice-box p:last-child {
  margin-bottom: 0;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.info-card {
  padding: 24px;
  background: rgba(2, 10, 12, 0.54);
  border: 1px solid rgba(201, 164, 88, 0.22);
}

.info-card ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.info-card li {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.45;
  color: rgba(249, 230, 183, 0.92);
}

.interior-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 6px;
  padding: 0 24px;
  border: 1px solid rgba(201, 164, 88, 0.85);
  font-family: "Oswald", sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-soft);
  transition: all 0.2s ease;
}

.interior-button:hover {
  background: rgba(201, 164, 88, 0.08);
  border-color: var(--gold-soft);
}

.notice-box {
  margin: 22px 0;
  padding: 22px 24px;
  background:
    linear-gradient(180deg, rgba(204, 74, 14, 0.13), rgba(1, 8, 10, 0.58));
  border: 1px solid rgba(204, 74, 14, 0.42);
}

/* INTERIOR SPONSOR RAIL */

.interior-sponsor-rail {
  align-self: start;
  position: sticky;
  top: 18px;
  padding: 22px 18px 20px;
  background:
    linear-gradient(180deg, rgba(6, 20, 24, 0.98), rgba(5, 18, 23, 0.98));
  border: 1px solid rgba(201, 164, 88, 0.22);
  box-shadow: var(--shadow);
}

.interior-sponsor-rail h2 {
  margin: 0;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 1.05rem;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--cream);
}

/* RESPONSIVE */

@media (max-width: 1220px) {
  .interior-layout {
    grid-template-columns: minmax(0, 1fr) 292px;
    gap: 22px;
  }
}

@media (max-width: 900px) {
  .interior-hero-inner {
    min-height: auto;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 22px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .interior-logo {
    width: 100px;
  }

  .interior-hero h1 {
    font-size: clamp(2.35rem, 9vw, 3.8rem);
  }

  .interior-subtitle {
    font-size: 1rem;
    line-height: 1.5;
  }

  .interior-layout {
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .content-panel {
    padding: 26px 22px;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .interior-sponsor-rail {
    position: static;
  }
}

@media (max-width: 620px) {
  .interior-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .interior-logo-wrap {
    justify-content: center;
  }

  .interior-divider {
    justify-content: center;
  }

  .interior-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .content-section h2,
  .intro-section h2 {
    font-size: 2rem;
  }
}
.interior-sponsor-rail .view-all-sponsors {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
/* SCORES MOBILE SCROLLBAR STYLING */
.score-table-wrap {
  scrollbar-width: thin;
  scrollbar-color: #d1b77a #071112;
}

.score-table-wrap::-webkit-scrollbar {
  height: 10px;
}

.score-table-wrap::-webkit-scrollbar-track {
  background: #071112;
  border: 1px solid rgba(209, 183, 122, 0.25);
}

.score-table-wrap::-webkit-scrollbar-thumb {
  background: #d1b77a;
  border-radius: 999px;
  border: 2px solid #071112;
}

.score-table-wrap::-webkit-scrollbar-thumb:hover {
  background: #f8c95a;
}

@media (max-width: 700px) {
  .score-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid rgba(209, 183, 122, 0.28);
    background: #071112;
  }
}
.year-prefix {
  font-size: 0.88em;
  letter-spacing: 0.01em;
}
.content-section h2,
.intro-section h2 {
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}
.entry-process-section{
    margin-top:3rem;
}
/* Hide PayPal placeholder penny amount */

#paypal-container-8H5G9C6AGX8EQ .paypal-button-text,
#paypal-container-8H5G9C6AGX8EQ .paypal-amount,
#paypal-container-8H5G9C6AGX8EQ [data-testid*="amount"]{
    color:#07191d !important;
}
/* Nuclear option */

#paypal-container-8H5G9C6AGX8EQ *{
    text-shadow:none !important;
}

#paypal-container-8H5G9C6AGX8EQ span{
    color:inherit;
}