:root {
  --bg: #071417;
  --black: #060406;
  --teal-deep: #0b2d31;
  --teal-dark: #11393d;
  --teal: #187578;
  --cream: #f9e6b7;
  --gold: #c49a47;
  --gold-soft: #d8b05b;
  --orange: #cc4a0e;
  --white: #ffffff;
  --border: rgba(201, 164, 88, 0.26);
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  --max: 1440px;
}

/* BASE */

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--black);
  color: var(--cream);
  font-family: "Inter", sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 0 28px;
}

/* TOP BAR */

.top-bar {
  background: var(--gold);
  color: var(--cream);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.top-bar-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 8px 18px;
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  align-items: center;
  gap: 12px;
}

.top-bar-arrow {
  text-align: center;
  color: var(--cream);
  font-size: 0.85rem;
  line-height: 1;
  opacity: 0.85;
}

.top-bar-text {
  position: relative;
  overflow: hidden;
  height: 20px;
}

.top-bar-message {
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--cream);
  font-family: "Oswald", sans-serif;
  font-size: 0.8rem;
  line-height: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.45s ease;
}

.top-bar-message.is-fading {
  opacity: 0;
}

/* HEADER */

.site-header {
  background: rgba(4, 12, 15, 0.96);
  border-bottom: 1px solid rgba(201, 164, 88, 0.18);
}

.header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: 120px 1fr 190px;
  align-items: center;
}

.nav-toggle {
  display: none;
}

.main-nav {
  grid-column: 2;
  justify-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
}

.main-nav a {
  font-family: "Oswald", sans-serif;
  font-size: 0.98rem;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: var(--cream);
}

.header-cta {
  grid-column: 3;
  justify-self: end;
  padding: 13px 18px;
  border: 1px solid var(--gold);
  color: var(--gold-soft);
  font-family: "Oswald", sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* HERO */

.hero {
  background: var(--black);
  border-bottom: 1px solid rgba(201, 164, 88, 0.22);
}

.hero-grid {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 312px;
}

.hero-main {
  min-height: 570px;
  display: flex;
  align-items: center;
  padding: 48px 56px;
  padding-left: max(44px, calc((100vw - var(--max)) / 2 + 44px));
  border-right: 1px solid rgba(201, 164, 88, 0.18);
  background:
    linear-gradient(
      to right,
      rgba(5, 10, 12, 0.58) 0%,
      rgba(5, 10, 12, 0.2) 38%,
      rgba(5, 10, 12, 0.16) 62%,
      rgba(5, 10, 12, 0.58) 100%
    ),
    url("../images/hero/hero-field.jpg") center center / cover no-repeat;
}

.hero-content {
  width: 100%;
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  align-items: center;
  gap: 48px;
}

.hero-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-logo {
  width: 100%;
  max-width: 380px;
  height: auto;
}

.hero-copy {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-title {
  width: 100%;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  line-height: 1.02;
  text-transform: uppercase;
  text-align: center;
}

.hero-title span {
  display: block;
  width: 100%;
  text-align: center;
}

.hero-title span:first-child {
  font-size: clamp(4rem, 5.4vw, 5.8rem);
  line-height: 1.02;
  color: var(--cream);
  white-space: nowrap;
}

.hero-title span:last-child {
  margin-top: 8px;
  font-size: clamp(2.9rem, 4.1vw, 4.35rem);
  line-height: 1.02;
  color: var(--gold-soft);
}

.hero-tagline {
  margin: 26px 0 0;
  max-width: 760px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.2rem, 1.7vw, 1.75rem);
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: var(--cream);
}

.hero-copyright {
  font-size: 0.42em;
  position: relative;
  top: -0.55em;
  margin-left: 2px;
  opacity: 0.9;
}

.hero-location {
  margin: 18px 0 0;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-soft);
  white-space: nowrap;
}

/* DIVIDERS */

.star-divider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 18px 0 0;
}

.star-divider .line {
  width: 160px;
  height: 1px;
  background: rgba(201, 164, 88, 0.72);
}

.star-divider .line.short {
  width: 98px;
}

.star-divider .line.long {
  width: 240px;
}

.star-divider .star {
  font-size: 1rem;
  line-height: 1;
  color: var(--gold-soft);
}

.location-divider {
  margin-top: 24px;
}

/* SPONSOR RAIL */

.hero-sponsors {
  padding: 24px 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(6, 20, 24, 0.98), rgba(5, 18, 23, 0.98));
}

.hero-sponsors h2 {
  margin: 0;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cream);
}

.sponsor-divider {
  margin-top: 10px;
  margin-bottom: 16px;
}

.sponsor-stack {
  width: 100%;
  display: grid;
  gap: 10px;
}

.sponsor-box {
  width: 100%;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 12px;
  border: 1px solid rgba(201, 164, 88, 0.38);
  font-family: "Oswald", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: var(--shadow);
}

.sponsor-light {
  background: #efe1bf;
  color: #1d1a17;
}

.sponsor-dark {
  background: rgba(1, 8, 10, 0.92);
  color: var(--cream);
}

.accent-red {
  color: #ff5031;
}

.view-all-sponsors {
  width: 100%;
  margin-top: 14px;
  padding: 15px 12px;
  border: 1px solid var(--gold);
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

/* CALLOUT BLOCK */

.callout-block {
  background: linear-gradient(180deg, #072228 0%, #06181d 100%);
  border-bottom: 1px solid rgba(201, 164, 88, 0.2);
}

.callout-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: stretch;
}

.callout-card {
  min-height: 195px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
  padding: 22px 28px;
  border-right: 1px solid rgba(201, 164, 88, 0.18);
}

.callout-card:last-child {
  border-right: 0;
}

.callout-icon {
  width: 56px;
  height: 56px;
  margin: 0 0 10px;
  color: var(--gold-soft);
  flex: 0 0 auto;
}

.callout-svg {
  width: 56px;
  height: 56px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.callout-svg .heavy {
  stroke-width: 2.2;
}

.callout-svg .fill-gold {
  fill: currentColor;
  stroke: none;
}

.callout-text {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.callout-text h3 {
  margin: 0 0 10px;
  font-family: "Oswald", sans-serif;
  font-size: 1.08rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cream);
}

.callout-text p {
  margin: 0;
  max-width: 255px;
  font-size: 1rem;
  line-height: 1.35;
  color: rgba(249, 230, 183, 0.92);
}

.callout-text a {
  width: 100%;
  max-width: 260px;
  min-height: 42px;
  margin-top: 14px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201, 164, 88, 0.85);
  font-family: "Oswald", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-soft);
  transition: all 0.2s ease;
}

.callout-text a:hover {
  background: rgba(201, 164, 88, 0.08);
  border-color: var(--gold-soft);
}

/* FOOTER */

.site-footer {
  background: linear-gradient(180deg, #07171b 0%, #050d10 100%);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.9fr 1fr 0.9fr;
  gap: 0;
  padding: 34px 28px 28px;
}

.footer-grid > div {
  padding: 8px 28px 8px 0;
  border-right: 1px solid rgba(201, 164, 88, 0.18);
}

.footer-grid > div:last-child {
  border-right: 0;
  padding-right: 0;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.footer-logo {
  width: 84px;
  flex: 0 0 84px;
}

.footer-brand-copy h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--cream);
}

.footer-divider {
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: flex-start;
  gap: 12px;
}

.footer-divider .line.short {
  width: 44px;
}

.footer-brand-copy p {
  margin: 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cream);
}

.footer-brand-copy .footer-location {
  margin-top: 8px;
  color: var(--gold-soft);
}

.footer-emblem-link {
  display: inline-block;
  margin-top: 16px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(201, 164, 88, 0.4);
  font-family: "Oswald", sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.footer-emblem-link:hover {
  border-color: var(--gold-soft);
}

.footer-links {
  padding-left: 18px;
}

.footer-info {
  padding-left: 8px;
}

.footer-links h4,
.footer-info h4,
.footer-contact h4 {
  margin: 0 0 14px;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--cream);
}

.footer-link-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.footer-link-columns a,
.footer-info p,
.footer-contact p {
  display: block;
  margin: 0 0 10px;
  color: rgba(249, 230, 183, 0.94);
  font-size: 0.98rem;
}

.footer-button {
  display: inline-block;
  margin-top: 10px;
  padding: 11px 18px;
  border: 1px solid rgba(201, 164, 88, 0.72);
  color: var(--gold-soft);
  font-family: "Oswald", sans-serif;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 18px 28px;
  border-top: 1px solid rgba(201, 164, 88, 0.14);
  color: rgba(249, 230, 183, 0.8);
  font-size: 0.9rem;
}

.footer-bottom p {
  margin: 0;
  max-width: 1100px;
  line-height: 1.5;
}

/* UTILITY */

.award-locked {
  color: #d4af37;
  font-size: 0.9em;
  margin-left: 0.35rem;
  vertical-align: middle;
}

/* RESPONSIVE */

@media (max-width: 1220px) {
  .header-inner {
    grid-template-columns: 80px 1fr 170px;
  }

  .main-nav {
    gap: 18px;
  }

  .main-nav a {
    font-size: 0.9rem;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-main {
    padding: 48px 44px;
  }

  .hero-sponsors {
    border-top: 1px solid rgba(201, 164, 88, 0.18);
  }

  .hero-content {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 34px;
  }

  .hero-logo {
    max-width: 300px;
  }

  .hero-title span:first-child {
    font-size: clamp(3.8rem, 7vw, 5rem);
  }

  .hero-title span:last-child {
    font-size: clamp(2.4rem, 4.8vw, 3.5rem);
  }

  .hero-tagline {
    white-space: normal;
  }

  .callout-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .callout-card:nth-child(2) {
    border-right: 0;
  }

  .callout-card:nth-child(3),
  .callout-card:nth-child(4) {
    border-top: 1px solid rgba(201, 164, 88, 0.18);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
  }

  .footer-grid > div:nth-child(2),
  .footer-grid > div:nth-child(4) {
    border-right: 0;
  }
}

@media (max-width: 900px) {
  .top-bar-inner {
    padding: 7px 14px;
  }

  .top-bar-message {
    font-size: 0.76rem;
  }

  .header-inner {
    min-height: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 22px;
    position: relative;
  }

  .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(201, 164, 88, 0.65);
    background: transparent;
    cursor: pointer;
  }

  .nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: var(--gold-soft);
  }

  .main-nav {
    position: absolute;
    top: 68px;
    left: 0;
    z-index: 50;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 24px 0 28px;
    background: rgba(4, 12, 15, 0.98);
    border-top: 1px solid rgba(201, 164, 88, 0.18);
    border-bottom: 1px solid rgba(201, 164, 88, 0.28);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    font-size: 1rem;
  }

  .header-cta {
    padding: 12px 16px;
    font-size: 0.82rem;
  }

  .hero-main {
    padding: 36px 28px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-logo {
    max-width: 300px;
  }

  .hero-copy {
    text-align: center;
    align-items: center;
  }

  .hero-title span:first-child {
    font-size: clamp(3rem, 12vw, 4.2rem);
    white-space: normal;
    line-height: 1.04;
  }

  .hero-title span:last-child {
    font-size: clamp(2rem, 8vw, 2.9rem);
    line-height: 1.04;
  }

  .hero-tagline,
  .hero-location {
    white-space: normal;
  }

  .star-divider .line,
  .star-divider .line.long {
    width: 110px;
  }

  .callout-grid {
    grid-template-columns: 1fr;
  }

  .callout-card {
    border-right: 0;
    border-top: 1px solid rgba(201, 164, 88, 0.18);
  }

  .callout-card:first-child {
    border-top: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding: 34px 20px 28px;
    gap: 0;
  }

  .footer-grid > div {
    border-right: 0;
    border-top: 1px solid rgba(201, 164, 88, 0.18);
    padding: 26px 0;
  }

  .footer-grid > div:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .footer-brand {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 16px;
    align-items: start;
  }

  .footer-logo {
    width: 82px;
    flex: none;
  }

  .footer-brand-copy h3 {
    font-size: 1.75rem;
    line-height: 1.05;
  }

  .footer-links,
  .footer-info,
  .footer-contact {
    padding-left: 0;
  }

  .footer-info p,
  .footer-contact p,
  .footer-link-columns a {
    font-size: 1rem;
  }

  .footer-bottom {
    padding: 22px 20px;
    text-align: center;
  }

  .footer-bottom p {
    max-width: 100%;
    font-size: 0.86rem;
    line-height: 1.55;
  }
}
.hero-title,
.hero-title span,
.footer-brand-copy h3,
.interior-hero h1,
.content-panel h2,
.news-card-date strong {
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}