:root {
  --gr-burgundy: #5d0f15;
  --gr-burgundy-dark: #4b060c;
  --gr-red: #ac182d;
  --gr-gold: #c09a5d;
  --gr-cream: #f4efe7;
  --gr-grey: #edeceb;
  --gr-text: #1a1112;
  --gr-container: 1286px;
  --gr-radius: 12px;
  --gr-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  background: #fff;
  color: var(--gr-text);
  font-family: "Merriweather Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

.gr-container {
  margin-inline: auto;
  max-width: var(--gr-container);
  width: calc(100% - 48px);
}

.gr-skip-link {
  background: #fff;
  color: #000;
  left: 1rem;
  padding: 0.75rem 1rem;
  position: absolute;
  top: -100px;
  z-index: 20;
}

.gr-skip-link:focus {
  top: 1rem;
}

.gr-site-header {
  align-items: flex-start;
  background: var(--gr-burgundy);
  box-shadow: 0 4px 6.5px rgba(0, 0, 0, 0.1);
  display: flex;
  height: 120px;
  justify-content: space-between;
  padding: 0 30px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.gr-logo {
  display: block;
  height: 195px;
  overflow: visible;
  position: relative;
  width: 166px;
}

.gr-logo__image {
  display: block;
  height: 223px;
  margin-left: -25px;
  max-width: none;
  width: 216px;
}

.gr-primary-nav,
.gr-header-actions {
  align-items: center;
  display: flex;
  height: 100%;
}

.gr-nav-list {
  align-items: center;
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gr-nav-list > li {
  align-items: center;
  display: flex;
  gap: 7px;
}

.gr-nav-list > li:not(:last-child)::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 7px;
  margin-top: -4px;
  opacity: 0.95;
  transform: rotate(45deg);
  width: 7px;
}

.gr-nav-list a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.gr-header-actions {
  gap: 30px;
}

.gr-header-cart {
  align-items: center;
  color: #fff;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  position: relative;
  width: 32px;
}

.gr-header-cart img {
  display: block;
  height: 32px;
  width: 32px;
}

.gr-header-cart__count {
  display: none;
}

.gr-button,
.gr-newsletter-form button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 50px;
  padding: 15px 25px;
}

.gr-button--red {
  background: var(--gr-red);
  color: #fff;
}

.gr-button--light {
  background: #fff;
  color: var(--gr-burgundy);
}

.gr-button--gold,
.gr-newsletter-form button {
  background: var(--gr-gold);
  color: #000;
}

.gr-button--outline-light,
.gr-button--outline-red {
  background: transparent;
}

.gr-button--outline-light {
  border-color: #fff;
  color: #fff;
}

.gr-button--outline-red {
  border-color: var(--gr-red);
  color: var(--gr-burgundy);
}

.gr-button--small {
  min-height: 38px;
  padding: 11px 18px;
}

.gr-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.gr-menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  padding: 0;
  text-transform: uppercase;
}

.gr-menu-toggle span {
  background: #fff;
  display: block;
  height: 2px;
  width: 36px;
}

.gr-menu-toggle__icon {
  display: block;
  height: 18px;
  max-width: none;
  width: 36px;
}

.gr-menu-toggle strong {
  font-size: 12px;
}

.gr-menu-toggle .gr-menu-toggle__close,
.gr-menu-toggle .gr-menu-toggle__label-close {
  display: none;
}

.gr-menu-toggle .gr-menu-toggle__close,
.gr-menu-toggle strong span {
  background: transparent;
  height: auto;
  width: auto;
}

.gr-mobile-menu {
  display: none;
}

.gr-hero {
  align-items: flex-end;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.62)), var(--hero-image);
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: 700px;
  padding: 0 24px 72px;
  position: relative;
}

.gr-hero__content {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}

.gr-hero h1 {
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 32px;
}

.gr-hero .gr-button-row {
  justify-content: center;
}

.gr-promo {
  align-items: center;
  background: var(--gr-burgundy);
  border-radius: var(--gr-radius);
  color: #fff;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 310px 1fr;
  margin-block: 60px 30px;
  min-height: 140px;
  overflow: hidden;
  padding: 0 30px;
}

.gr-promo h2 {
  color: var(--gr-gold);
  font-size: 40px;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}

.gr-promo img {
  height: 140px;
  object-fit: cover;
  width: 310px;
}

.gr-promo__meta {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: right;
}

.gr-inner-hero {
  align-items: flex-end;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.7)), var(--hero-image);
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: 500px;
  padding-block: 190px 70px;
}

.gr-inner-hero h1 {
  font-size: clamp(46px, 6vw, 86px);
  line-height: 1;
  margin: 0;
  text-transform: none;
}

.gr-breadcrumbs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  margin-bottom: 18px;
}

.gr-section-links {
  background: var(--gr-burgundy-dark);
  color: #fff;
  position: sticky;
  top: 120px;
  z-index: 8;
}

.gr-section-links__inner {
  align-items: center;
  display: flex;
  gap: 24px;
  min-height: 76px;
  overflow-x: auto;
}

.gr-section-links span {
  color: var(--gr-gold);
  flex: 0 0 auto;
  font-weight: 800;
}

.gr-section-links__items {
  display: flex;
  gap: 10px;
}

.gr-section-links a {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  flex: 0 0 auto;
  font-weight: 700;
  padding: 10px 18px;
}

.gr-section-heading {
  margin: 0 auto 34px;
  max-width: 820px;
  text-align: center;
}

.gr-section-heading--split {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: none;
  text-align: left;
}

.gr-section-heading h2 {
  color: var(--gr-burgundy);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.1;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.gr-section-heading--split h2 {
  margin-bottom: 0;
}

.gr-section-heading__copy {
  color: var(--gr-text);
}

.gr-card-grid {
  padding-block: 70px;
}

.gr-card-grid__items {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(var(--gr-card-columns, 3), minmax(0, 1fr));
}

.gr-card-grid__card {
  border-radius: var(--gr-radius);
  overflow: hidden;
}

.gr-card-grid--image_links .gr-card-grid__card {
  align-items: flex-end;
  background-image: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.68) 86%), var(--card-image);
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 15px rgba(192, 154, 93, 0.05), inset 0 0 0 16px rgba(255, 255, 255, 0.92);
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 450px;
  padding: 45px 30px;
  text-align: center;
}

.gr-card-grid--image_links .gr-card-grid__body h3 {
  font-size: 25px;
  line-height: 1.15;
  margin: 0;
  text-transform: uppercase;
}

.gr-card-grid--package_cards .gr-card-grid__card,
.gr-card-grid--editorial_cards .gr-card-grid__card {
  background: #fff;
  box-shadow: 0 20px 48px rgba(74, 23, 18, 0.12);
}

.gr-card-grid--package_cards .gr-card-grid__card {
  align-items: center;
  background: var(--gr-cream);
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(260px, 450px) 1fr;
  padding: 30px;
}

.gr-card-grid__image {
  aspect-ratio: 409 / 260;
  object-fit: cover;
  width: 100%;
}

.gr-card-grid--package_cards .gr-card-grid__image {
  border-radius: var(--gr-radius);
  box-shadow: inset 0 0 0 15px rgba(192, 154, 93, 0.1), inset 0 0 0 16px rgba(255, 255, 255, 0.92);
}

.gr-card-grid__body {
  padding: 28px;
}

.gr-card-grid__eyebrow {
  color: var(--gr-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.gr-card-grid__body h3 {
  color: var(--gr-burgundy);
  font-size: 28px;
  line-height: 1.18;
  margin: 0 0 14px;
}

.gr-card-grid__copy {
  margin-bottom: 22px;
}

.gr-package-details {
  border-top: 1px solid rgba(93, 15, 21, 0.16);
  margin-top: 22px;
  padding-top: 18px;
}

.gr-package-details summary {
  color: var(--gr-red);
  cursor: pointer;
  font-weight: 800;
}

.gr-feature-cards {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  padding-block: 30px 75px;
}

.gr-feature-card {
  align-items: flex-end;
  background-image: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.68) 86%), var(--card-image);
  background-position: center;
  background-size: cover;
  border-radius: var(--gr-radius);
  box-shadow: inset 0 0 0 15px rgba(192, 154, 93, 0.05), inset 0 0 0 16px rgba(255, 255, 255, 0.92);
  color: #fff;
  display: flex;
  font-size: 25px;
  font-weight: 800;
  justify-content: center;
  min-height: 450px;
  padding: 45px 30px;
  text-align: center;
  text-transform: uppercase;
}

.gr-fifty {
  background: var(--gr-burgundy);
  color: #fff;
  overflow: hidden;
}

.gr-fifty__inner {
  align-items: center;
  display: grid;
  gap: 90px;
  grid-template-columns: 470px 1fr;
  min-height: 600px;
}

.gr-fifty--reverse .gr-fifty__inner {
  grid-template-columns: 1fr 470px;
}

.gr-fifty--reverse .gr-fifty__copy {
  order: 2;
}

.gr-fifty h2 {
  color: #fff;
  font-size: 48px;
  line-height: 1.12;
  margin: 0 0 15px;
  text-transform: none;
}

.gr-fifty h2::first-line {
  color: #fff;
}

.gr-fifty__copy p {
  margin-bottom: 28px;
}

.gr-fifty__image {
  border-radius: 46% 0 0 46%;
  height: 635px;
  object-fit: cover;
  width: 100%;
}

.gr-fifty--cream {
  background: var(--gr-cream);
  color: var(--gr-text);
}

.gr-fifty--white {
  background: #fff;
  color: var(--gr-text);
}

.gr-fifty--cream h2,
.gr-fifty--white h2 {
  color: var(--gr-burgundy);
}

.gr-race-dates {
  background-color: #fff;
  background-image: var(--race-dates-bg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 77px;
}

.gr-race-dates__panel {
  background: rgba(244, 236, 225, 0.8);
  border-radius: var(--gr-radius);
  margin-inline: auto;
  max-width: 980px;
  padding: 60px;
}

.gr-race-dates__group {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.gr-race-dates__group + .gr-race-dates__group {
  margin-top: 0;
  padding-top: 90px;
}

.gr-race-dates__group > h2,
.gr-racecard h2 {
  color: var(--gr-burgundy);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
  text-align: center;
  text-transform: none;
}

.gr-race-dates__grid {
  display: grid;
  gap: 45px;
  width: 100%;
}

.gr-race-date-card {
  align-items: start;
  background: #fff;
  border: 0;
  border-radius: var(--gr-radius);
  box-shadow: 0 0 7.5px rgba(0, 0, 0, 0.05);
  display: grid;
  gap: 45px;
  grid-template-columns: 150px minmax(0, 1fr) 200px;
  min-height: 150px;
  padding: 0 0 0 15px;
  position: relative;
}

.gr-race-date-card__date {
  align-items: center;
  background: var(--gr-red);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 115px;
  justify-content: center;
  margin: 0;
  padding: 10px 12px 0;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
}

.gr-race-date-card__date span,
.gr-race-date-card__date strong {
  display: block;
}

.gr-race-date-card__date span {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.gr-race-date-card__date strong {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  text-transform: none;
}

.gr-race-date-card__content {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.gr-race-date-card h3 {
  color: var(--gr-burgundy);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
}

.gr-race-date-card p {
  margin: 0;
}

.gr-race-date-card__details {
  align-self: flex-start;
  border-bottom: 1px solid var(--gr-red);
  color: var(--gr-red);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  margin-top: 5px;
  padding-block: 7px;
}

.gr-race-date-card__tickets {
  align-items: center;
  align-self: stretch;
  border-left: 1px solid rgba(192, 154, 93, 0.45);
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  width: 200px;
}

.gr-race-date-card__ticket-icon {
  color: var(--gr-gold);
  display: block;
  height: 48px;
  width: 48px;
}

.gr-race-date-card__ticket-icon svg {
  display: block;
  fill: none;
  height: 100%;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 100%;
}

.gr-race-date-card__time {
  align-items: center;
  background: var(--gr-burgundy);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 50px;
  justify-content: center;
  left: 15px;
  line-height: 1.75;
  position: absolute;
  text-align: center;
  top: 115px;
  width: 150px;
}

.gr-race-date-card__time span {
  display: inline-block;
  margin-right: 3px;
}

.gr-race-date-card__time sup {
  font-size: 0.7em;
  line-height: 0;
}

.gr-race-header {
  background: var(--gr-cream);
  border-radius: var(--gr-radius);
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr 1.25fr;
  margin-block: 70px;
  padding: 44px;
}

.gr-race-header__intro > p {
  color: var(--gr-red);
  font-weight: 800;
  margin: 0 0 8px;
}

.gr-race-header h2 {
  color: var(--gr-burgundy);
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.gr-race-header__stats {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.gr-race-header__stats div {
  background: #fff;
  border-radius: var(--gr-radius);
  padding: 24px;
}

.gr-race-header dt {
  color: var(--gr-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gr-race-header dd {
  color: var(--gr-burgundy);
  font-size: 30px;
  font-weight: 800;
  margin: 4px 0 0;
}

.gr-racecard {
  padding-block: 70px;
}

.gr-racecard__rows {
  border-radius: var(--gr-radius);
  overflow: hidden;
}

.gr-racecard__row {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid rgba(93, 15, 21, 0.12);
  display: grid;
  gap: 24px;
  grid-template-columns: 90px 120px 1fr;
  padding: 22px 28px;
}

.gr-racecard__row:nth-child(odd) {
  background: var(--gr-cream);
}

.gr-racecard__number,
.gr-racecard__time {
  color: var(--gr-red);
  font-weight: 800;
  margin: 0;
}

.gr-racecard__row h3 {
  color: var(--gr-burgundy);
  font-size: 22px;
  margin: 0;
}

.gr-racecard__row p {
  margin-block: 4px 0;
}

.gr-admission {
  padding-block: 70px;
}

.gr-admission__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gr-admission-card {
  background: var(--gr-burgundy);
  border-radius: var(--gr-radius);
  color: #fff;
  padding: 28px;
}

.gr-admission-card h3 {
  color: var(--gr-gold);
  font-size: 26px;
  line-height: 1.18;
  margin: 0 0 12px;
}

.gr-admission-card dl {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
}

.gr-admission-card dt {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.gr-admission-card dd {
  font-size: 30px;
  font-weight: 800;
  margin: 0;
}

.gr-admission__footnote {
  color: #4f4545;
  font-size: 14px;
  margin-top: 22px;
}

.gr-cta-panel {
  align-items: center;
  border-radius: var(--gr-radius);
  color: #fff;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 380px;
  margin-block: 70px;
  overflow: hidden;
  padding: 44px;
}

.gr-cta-panel--burgundy {
  background: var(--gr-burgundy);
}

.gr-cta-panel--red {
  background: var(--gr-red);
}

.gr-cta-panel--cream {
  background: var(--gr-cream);
  color: var(--gr-text);
}

.gr-cta-panel h2 {
  color: inherit;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.gr-cta-panel--cream h2 {
  color: var(--gr-burgundy);
}

.gr-cta-panel img {
  border-radius: var(--gr-radius);
  height: 260px;
  object-fit: cover;
  width: 100%;
}

.gr-news {
  padding-block: 75px;
}

.gr-news h2,
.gr-sponsors h2 {
  color: var(--gr-burgundy);
  font-size: 40px;
  line-height: 1.35;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
}

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

.gr-news-card img {
  aspect-ratio: 409 / 225;
  border-radius: var(--gr-radius);
  object-fit: cover;
  width: 100%;
}

.gr-news-card h3 {
  font-size: 22px;
  line-height: 1.35;
  margin: 25px 0 0;
}

.gr-news__cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.gr-sponsors {
  background: var(--gr-grey);
  padding-block: 45px;
}

.gr-sponsors h2 {
  font-size: 22px;
  margin-bottom: 30px;
  text-transform: none;
}

.gr-sponsors__logos {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(8, 1fr);
}

.gr-sponsor-logo {
  align-items: center;
  background: #fff;
  border-radius: var(--gr-radius);
  display: flex;
  height: 100px;
  justify-content: center;
  padding: 20px;
}

.gr-link-button {
  border-bottom: 1px solid var(--gr-red);
  color: var(--gr-burgundy);
  display: table;
  font-weight: 700;
  margin: 30px auto 0;
  padding: 7px 0;
}

.gr-wysiwyg {
  padding-block: 90px;
}

.gr-wysiwyg > * {
  margin-inline: auto;
  max-width: 860px;
}

.gr-wysiwyg h1,
.gr-wysiwyg h2 {
  color: var(--gr-burgundy);
  font-size: 54px;
  line-height: 1.15;
}

.gr-wysiwyg--narrow {
  padding-block: 90px;
}

.gr-wysiwyg--narrow h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  margin-block: 0 30px;
}

.gr-wysiwyg--narrow p {
  color: #3a3333;
  font-size: 16px;
  line-height: 1.75;
  margin-block: 0 15px;
}

.gr-wysiwyg--narrow p:last-child {
  margin-bottom: 0;
}

.gr-site-footer {
  background: var(--gr-burgundy);
  color: #fff;
}

.gr-newsletter {
  align-items: flex-start;
  background: var(--gr-red);
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  padding: 45px max(24px, calc((100vw - var(--gr-container)) / 2));
}

.gr-newsletter h2 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 8px;
}

.gr-newsletter p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

.gr-newsletter-form {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
}

.gr-newsletter-form--embed,
.gr-newsletter-form__row {
  align-items: center;
  background: #fff;
  border-radius: 100px;
  display: flex;
  padding: 10px;
}

.gr-newsletter-form input {
  border: 0;
  flex: 1;
  font: inherit;
  min-height: 50px;
  padding: 0 15px;
}

.gr-newsletter-consent {
  align-items: flex-start;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 10px;
  line-height: 1.4;
}

.gr-newsletter-consent input {
  appearance: none;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
  flex: 0 0 22px;
  height: 22px;
  margin: 0;
  min-height: 0;
  padding: 0;
  width: 22px;
}

.gr-newsletter-consent input:checked {
  background:
    linear-gradient(45deg, transparent 42%, var(--gr-burgundy) 42% 58%, transparent 58%) 2px 5px / 5px 5px no-repeat,
    linear-gradient(-45deg, transparent 44%, var(--gr-burgundy) 44% 58%, transparent 58%) 6px 4px / 8px 7px no-repeat,
    #fff;
}

.gr-newsletter-consent a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (min-width: 761px) {
  .gr-newsletter {
    padding: 49px max(24px, calc((100vw - 1000px) / 2));
  }
}

.gr-footer-inner {
  display: grid;
  gap: 45px;
  grid-template-columns: 1.4fr 1fr 210px;
  margin-inline: auto;
  max-width: var(--gr-container);
  padding-block: 45px;
  width: calc(100% - 48px);
}

.gr-footer-contact {
  background: var(--gr-burgundy-dark);
  padding: 30px;
}

.gr-footer-contact h2 {
  margin-top: 0;
}

.gr-footer-nav {
  column-gap: 70px;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  list-style: none;
  margin: 0;
  padding: 0;
}

.gr-footer-ctas {
  display: grid;
  gap: 15px;
}

.gr-footer-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: var(--gr-container);
  padding-block: 0 45px;
  width: calc(100% - 48px);
}

/* Homepage fidelity pass: values mirror the active Figma homepage frames. */
body {
  color: #3a3333;
  line-height: 1.75;
}

.gr-container {
  width: min(calc(100% - 48px), var(--gr-container));
}

.gr-main > .gr-hero:first-child {
  margin-top: 0;
  padding-top: 0;
}

.gr-hero {
  align-items: flex-end;
  background-color: #2f2a28;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 39.9%, rgba(0, 0, 0, 0.65) 67.8%),
    var(--hero-image);
  min-height: 700px;
  padding: 0 77px 60px;
  overflow: hidden;
}

.gr-hero::before {
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 10px;
  content: "";
  inset: 20px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.gr-hero::after {
  border: 20px solid rgba(192, 154, 93, 0.05);
  border-radius: 12px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.gr-hero__content {
  max-width: 1200px;
  position: relative;
  z-index: 2;
}

.gr-hero h1 {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.35;
  margin: 0 0 30px;
}

.gr-hero__title-line {
  display: block;
}

.gr-hero__title-line--strong {
  font-weight: 800;
}

.gr-hero__controls {
  align-items: center;
  bottom: 45px;
  display: flex;
  gap: 15px;
  position: absolute;
  right: 44px;
  z-index: 2;
}

.gr-hero__control-icon + .gr-hero__control-icon + .gr-hero__control-icon {
  margin-left: -10px;
}

.gr-hero__control-icon {
  display: block;
  height: 30px;
  max-width: none;
  width: 30px;
}

.gr-promo {
  background:
    repeating-linear-gradient(135deg, rgba(101, 16, 23, 0.9) 0 12px, rgba(93, 18, 21, 0.9) 12px 24px),
    var(--gr-burgundy);
  gap: 30px;
  grid-template-columns: 439px 275px 1fr;
  height: 140px;
  margin-block: 60px 0;
  min-height: 140px;
  padding: 0 30px;
  position: relative;
}

.gr-promo h2 {
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1;
}

.gr-promo__title-line {
  color: #fff;
  display: block;
  font-size: 35px;
}

.gr-promo__title-line--gold {
  color: var(--gr-gold);
  font-size: 45px;
}

.gr-promo__media {
  align-self: stretch;
  display: block;
  height: 140px;
  margin-block: 0;
  overflow: visible;
  position: relative;
  width: 275px;
  z-index: 1;
}

.gr-promo__svg,
.gr-fifty__svg {
  display: block;
  height: 100%;
  overflow: visible;
  width: 100%;
}

.gr-promo__svg--mobile,
.gr-fifty__svg--mobile {
  display: none;
}

.gr-promo__meta {
  gap: 15px;
}

.gr-promo .gr-button--small {
  font-size: 14px;
  height: 38px;
  min-height: 38px;
  padding: 10px 14px;
}

.gr-promo__meta p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  max-width: 400px;
}

@media (min-width: 761px) {
  .gr-promo.gr-container {
    width: min(calc(100% - 160px), 1280px);
  }
}

.gr-card-grid--image_links {
  padding-block: 60px 0;
}

.gr-card-grid--image_links .gr-card-grid__items {
  grid-template-columns: repeat(3, minmax(0, 408px));
  justify-content: center;
}

.gr-card-grid--image_links .gr-card-grid__card {
  background: #1d1715;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.36),
    inset 0 0 22px rgba(255, 255, 255, 0.26),
    inset 0 0 0 15px rgba(192, 154, 93, 0.05),
    0 0 22px rgba(255, 255, 255, 0.28);
  min-height: 450px;
  padding: 0;
  position: relative;
}

.gr-card-grid--image_links .gr-card-grid__media,
.gr-card-grid--image_links .gr-card-grid__overlay {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.gr-card-grid--image_links .gr-card-grid__media {
  background-image: var(--card-image);
  background-position: center;
  background-size: cover;
  transform: scale(1);
  transition: transform 600ms ease-in-out, filter 600ms ease-in-out;
  z-index: 0;
}

.gr-card-grid--image_links .gr-card-grid__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.65) 86%);
  transition: background 600ms ease-in-out;
  z-index: 1;
}

.gr-card-grid--image_links .gr-card-grid__card::before,
.gr-card-grid--image_links .gr-card-grid__card::after {
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 10px;
  content: "";
  inset: 16px;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.gr-card-grid--image_links .gr-card-grid__card::after {
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow:
    0 0 16px rgba(255, 255, 255, 0.48),
    inset 0 0 16px rgba(255, 255, 255, 0.34);
  filter: blur(4px);
  inset: 13px;
  transition: backdrop-filter 600ms ease-in-out, border-color 600ms ease-in-out, border-width 600ms ease-in-out, box-shadow 600ms ease-in-out, filter 600ms ease-in-out, inset 600ms ease-in-out;
}

.gr-card-grid--image_links .gr-card-grid__card:hover .gr-card-grid__media,
.gr-card-grid--image_links .gr-card-grid__card:focus-visible .gr-card-grid__media {
  filter: blur(5px);
  transform: scale(1.105);
}

.gr-card-grid--image_links .gr-card-grid__card:hover .gr-card-grid__overlay,
.gr-card-grid--image_links .gr-card-grid__card:focus-visible .gr-card-grid__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.5%, rgba(0, 0, 0, 0.75) 75%);
}

.gr-card-grid--image_links .gr-card-grid__card:hover::after,
.gr-card-grid--image_links .gr-card-grid__card:focus-visible::after {
  backdrop-filter: blur(5px);
  border-color: rgba(192, 154, 93, 0.05);
  border-width: 250px;
  box-shadow: none;
  filter: none;
  inset: -250px;
}

.gr-card-grid--image_links .gr-card-grid__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 450px;
  padding: 30px 30px 45px;
  position: relative;
  width: 100%;
  z-index: 3;
}

@media (prefers-reduced-motion: reduce) {
  .gr-card-grid--image_links .gr-card-grid__media,
  .gr-card-grid--image_links .gr-card-grid__overlay,
  .gr-card-grid--image_links .gr-card-grid__card::after {
    transition: none;
  }
}

.gr-card-grid--image_links .gr-card-grid__body h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 12px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
  text-transform: uppercase;
}

.gr-card-grid__arrow {
  display: block;
  height: 12px;
  position: relative;
  width: 35px;
}

.gr-card-grid__arrow::before {
  background: #fff;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 35px;
}

.gr-card-grid__arrow::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 2px;
  transform: rotate(45deg);
  width: 8px;
}

.gr-fifty {
  background: #fff;
  margin-top: 0;
}

@media (min-width: 761px) {
  .gr-fifty {
    padding-top: 75px;
  }
}

.gr-fifty__inner {
  background: var(--gr-burgundy);
  box-shadow: 0 0 0 100vmax var(--gr-burgundy);
  clip-path: inset(0 -100vmax);
  gap: 90px;
  grid-template-columns: 1fr minmax(560px, 730px);
  min-height: 600px;
  padding-block: 0;
  position: relative;
}

.gr-fifty__copy {
  max-width: 418px;
  position: relative;
  z-index: 2;
}

.gr-fifty h2 {
  column-gap: 0.35ch;
  display: flex;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 15px;
}

.gr-fifty h2::first-line {
  color: #fff;
}

.gr-fifty--burgundy h2 {
  color: var(--gr-gold);
}

.gr-fifty--burgundy h2::first-line {
  color: #fff;
}

.gr-fifty__title-part {
  color: #fff;
}

.gr-fifty__title-part + .gr-fifty__title-part {
  margin-left: 0;
}

.gr-fifty__title-part--accent {
  color: var(--gr-gold);
}

.gr-fifty__copy p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 30px;
}

.gr-fifty__media {
  height: 600px;
  justify-self: end;
  overflow: visible;
  position: relative;
  width: 730px;
  z-index: 1;
}

.gr-fifty__inner::before,
.gr-fifty__inner::after {
  content: none;
}

.gr-news {
  padding-block: 75px;
}

.gr-news h2,
.gr-sponsors h2 {
  color: var(--gr-burgundy);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.gr-news h2 {
  line-height: 1.15;
  text-transform: none;
}

.gr-news__grid {
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gr-news-card__image {
  background: #cddce4;
  border-radius: var(--gr-radius);
  height: 225px;
  overflow: hidden;
  position: relative;
}

.gr-news-card__image::before {
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 10px;
  content: "";
  inset: 15px;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.gr-news-card__image::after {
  border: 15px solid rgba(192, 154, 93, 0.05);
  border-radius: 12px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.gr-news-card img {
  height: 225px;
  object-fit: cover;
  width: 100%;
}

.gr-news-card__date {
  align-items: center;
  background: var(--gr-red);
  border-radius: 12px 12px 0 0;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 5px;
  height: 70px;
  justify-content: center;
  left: 25px;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
  z-index: 3;
}

.gr-news-card__date span:first-child {
  font-size: 28px;
}

.gr-news-card__date span:last-child {
  letter-spacing: 0.5px;
}

.gr-news-card h3 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  margin: 25px 0 0;
}

@media (min-width: 761px) {
  .gr-news-card h3 {
    font-size: 22px;
    letter-spacing: -0.6px;
    line-height: 1.35;
    margin-top: 25px;
  }
}

.gr-news__cta {
  margin-top: 30px;
}

.gr-sponsors {
  padding-block: 45px 30px;
}

@media (min-width: 761px) {
  .gr-sponsors {
    padding-block: 45px 36px;
  }
}

.gr-sponsors h2 {
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 30px;
  text-transform: none;
}

.gr-sponsors__logos {
  gap: 15px;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.gr-sponsor-logo {
  height: 100px;
}

.gr-link-button {
  color: var(--gr-burgundy);
  font-size: 16px;
  padding-block: 7px;
}

@media (max-width: 1100px) {
  .gr-primary-nav {
    display: none;
  }

  html.is-menu-open {
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
  }

  body.is-menu-open {
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
    position: fixed;
    top: calc(var(--gr-menu-scroll-y, 0px) * -1);
    touch-action: none;
    width: 100%;
  }

  .gr-menu-toggle {
    display: flex;
  }

  .gr-menu-toggle[aria-expanded="true"] {
    gap: 4px;
  }

  .gr-menu-toggle[aria-expanded="true"] .gr-menu-toggle__icon,
  .gr-menu-toggle[aria-expanded="true"] .gr-menu-toggle__label-open {
    display: none;
  }

  .gr-menu-toggle[aria-expanded="true"] .gr-menu-toggle__close,
  .gr-menu-toggle[aria-expanded="true"] .gr-menu-toggle__label-close {
    display: block;
  }

  .gr-menu-toggle .gr-menu-toggle__close {
    height: 20px;
    position: relative;
    width: 20px;
  }

  .gr-menu-toggle .gr-menu-toggle__close::before,
  .gr-menu-toggle .gr-menu-toggle__close::after {
    background: #fff;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 20px;
  }

  .gr-menu-toggle__close::before {
    transform: rotate(45deg);
  }

  .gr-menu-toggle__close::after {
    transform: rotate(-45deg);
  }

  .gr-mobile-menu {
    background: var(--gr-burgundy);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 120px);
    justify-content: space-between;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 120px;
    touch-action: pan-y;
    transform: translateY(-10px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms step-end;
    visibility: hidden;
    z-index: 39;
  }

  body.is-menu-open .gr-mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 220ms ease, transform 220ms ease, visibility 0s;
    visibility: visible;
  }

  .gr-mobile-menu__primary {
    padding: 60px 24px 30px;
  }

  .gr-mobile-menu__group + .gr-mobile-menu__group {
    margin-top: 30px;
  }

  .gr-mobile-menu__toggle,
  .gr-mobile-menu__heading-link {
    align-items: flex-start;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    font: inherit;
    font-size: 20px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.25;
    padding: 0;
    text-align: left;
    width: 100%;
  }

  .gr-mobile-menu__heading-link {
    text-decoration: none;
  }

  .gr-mobile-menu__chevron {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    height: 12px;
    margin-right: 3px;
    margin-top: 2px;
    transform: rotate(45deg);
    transition: transform 160ms ease;
    width: 12px;
  }

  .gr-mobile-menu__toggle[aria-expanded="true"] .gr-mobile-menu__chevron {
    margin-top: 8px;
    transform: rotate(225deg);
  }

  .gr-mobile-menu__panel {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 360px;
    opacity: 1;
    overflow: hidden;
    padding-top: 30px;
    transform: translateY(0);
    transition: max-height 260ms ease, opacity 180ms ease, padding-top 260ms ease, transform 260ms ease, visibility 0s;
    visibility: visible;
  }

  .gr-mobile-menu__panel[aria-hidden="true"] {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    transform: translateY(-6px);
    transition: max-height 240ms ease, opacity 140ms ease, padding-top 240ms ease, transform 240ms ease, visibility 0s linear 240ms;
    visibility: hidden;
  }

  .gr-mobile-menu__panel a {
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
    text-decoration: none;
  }

  .gr-mobile-menu__bottom {
    background: #4b060c;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 24px;
  }

  .gr-mobile-menu__cta-row {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .gr-mobile-menu__cta {
    align-items: center;
    border-radius: 999px;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-height: 38px;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  .gr-mobile-menu__cta--tickets {
    background: #fff;
    color: #000;
    width: 100%;
  }

  .gr-mobile-menu__cta--gold {
    background: var(--gr-gold);
    color: #000;
  }

  .gr-mobile-menu__socials {
    display: flex;
    gap: 15px;
    justify-content: center;
  }

  .gr-mobile-menu__social {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: var(--gr-burgundy);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
  }

  .gr-mobile-menu__social img,
  .gr-mobile-menu__social svg {
    display: block;
    height: 42px;
    width: 42px;
  }

  .gr-feature-cards,
  .gr-card-grid__items,
  .gr-news__grid,
  .gr-sponsors__logos,
  .gr-promo,
  .gr-fifty__inner,
  .gr-race-header,
  .gr-admission__grid,
  .gr-cta-panel,
  .gr-footer-inner,
  .gr-newsletter {
    grid-template-columns: 1fr 1fr;
  }

  .gr-race-dates {
    padding-inline: 32px;
  }

  .gr-race-dates__panel {
    padding: 44px 30px;
  }

  .gr-race-date-card {
    gap: 28px;
    grid-template-columns: 132px minmax(0, 1fr) 145px;
    padding-left: 12px;
  }

  .gr-race-date-card__date,
  .gr-race-date-card__time {
    width: 132px;
  }

  .gr-race-date-card__time {
    left: 12px;
  }

  .gr-race-date-card__tickets {
    width: 145px;
  }
}

@media (max-width: 760px) {
  html.is-menu-open,
  body.is-menu-open {
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
    position: fixed;
    top: calc(var(--gr-menu-scroll-y, 0px) * -1);
    touch-action: none;
    width: 100%;
  }

  .gr-site-header {
    height: 80px;
    padding-inline: 15px;
    z-index: 40;
  }

  .gr-logo {
    height: 105px;
    width: 91px;
  }

  .gr-logo__image {
    height: 125px;
    margin-left: -14px;
    width: 121px;
  }

  .gr-header-actions {
    gap: 15px;
  }

  .gr-header-cart {
    height: 32px;
    width: 40px;
  }

  .gr-header-cart__count {
    align-items: center;
    background: var(--gr-gold);
    border-radius: 999px;
    color: #000;
    display: flex;
    font-size: 12px;
    font-weight: 300;
    height: 20px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: -1px;
    top: -4px;
    width: 20px;
  }

  .gr-header-actions .gr-button {
    display: inline-flex;
    font-size: 14px;
    min-height: 38px;
    padding: 10px 15px;
  }

  .gr-menu-toggle {
    gap: 8px;
    height: 48px;
    justify-content: center;
    width: 40px;
  }

  .gr-menu-toggle[aria-expanded="true"] {
    gap: 4px;
  }

  .gr-menu-toggle[aria-expanded="true"] .gr-menu-toggle__icon,
  .gr-menu-toggle[aria-expanded="true"] .gr-menu-toggle__label-open {
    display: none;
  }

  .gr-menu-toggle[aria-expanded="true"] .gr-menu-toggle__close,
  .gr-menu-toggle[aria-expanded="true"] .gr-menu-toggle__label-close {
    display: block;
  }

  .gr-menu-toggle .gr-menu-toggle__close {
    height: 20px;
    position: relative;
    width: 20px;
  }

  .gr-menu-toggle .gr-menu-toggle__close::before,
  .gr-menu-toggle .gr-menu-toggle__close::after {
    background: #fff;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 20px;
  }

  .gr-menu-toggle__close::before {
    transform: rotate(45deg);
  }

  .gr-menu-toggle__close::after {
    transform: rotate(-45deg);
  }

  .gr-mobile-menu {
    background: var(--gr-burgundy);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 80px);
    justify-content: space-between;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 80px;
    touch-action: pan-y;
    transform: translateY(-10px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms step-end;
    visibility: hidden;
    z-index: 39;
  }

  body.is-menu-open .gr-mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 220ms ease, transform 220ms ease, visibility 0s;
    visibility: visible;
  }

  .gr-mobile-menu__primary {
    padding: 60px 15px 30px;
  }

  .gr-mobile-menu__group + .gr-mobile-menu__group {
    margin-top: 30px;
  }

  .gr-mobile-menu__toggle,
  .gr-mobile-menu__heading-link {
    align-items: flex-start;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    font: inherit;
    font-size: 20px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.25;
    padding: 0;
    text-align: left;
    width: 100%;
  }

  .gr-mobile-menu__heading-link {
    text-decoration: none;
  }

  .gr-mobile-menu__chevron {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    height: 12px;
    margin-right: 3px;
    margin-top: 2px;
    transform: rotate(45deg);
    transition: transform 160ms ease;
    width: 12px;
  }

  .gr-mobile-menu__toggle[aria-expanded="true"] .gr-mobile-menu__chevron {
    margin-top: 8px;
    transform: rotate(225deg);
  }

  .gr-mobile-menu__panel {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 360px;
    opacity: 1;
    overflow: hidden;
    padding-top: 30px;
    transform: translateY(0);
    transition: max-height 260ms ease, opacity 180ms ease, padding-top 260ms ease, transform 260ms ease, visibility 0s;
    visibility: visible;
  }

  .gr-mobile-menu__panel[aria-hidden="true"] {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    transform: translateY(-6px);
    transition: max-height 240ms ease, opacity 140ms ease, padding-top 240ms ease, transform 240ms ease, visibility 0s linear 240ms;
    visibility: hidden;
  }

  .gr-mobile-menu__panel a {
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
    text-decoration: none;
  }

  .gr-mobile-menu__bottom {
    background: #4b060c;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 15px;
  }

  .gr-mobile-menu__cta-row {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .gr-mobile-menu__cta {
    align-items: center;
    border-radius: 999px;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-height: 38px;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  .gr-mobile-menu__cta--tickets {
    background: #fff;
    color: #000;
    width: 100%;
  }

  .gr-mobile-menu__cta--gold {
    background: var(--gr-gold);
    color: #000;
  }

  .gr-mobile-menu__socials {
    display: flex;
    gap: 15px;
    justify-content: center;
  }

  .gr-mobile-menu__social {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: var(--gr-burgundy);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
  }

  .gr-mobile-menu__social img,
  .gr-mobile-menu__social svg {
    display: block;
    height: 42px;
    width: 42px;
  }

  .gr-hero {
    min-height: 620px;
  }

  .gr-hero[style*="--hero-mobile-image"] {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.62)), var(--hero-mobile-image);
  }

  .gr-hero h1 {
    font-size: 42px;
  }

  .gr-feature-cards,
  .gr-card-grid__items,
  .gr-news__grid,
  .gr-sponsors__logos,
  .gr-promo,
  .gr-fifty__inner,
  .gr-race-header,
  .gr-race-header__stats,
  .gr-race-date-card,
  .gr-racecard__row,
  .gr-card-grid--package_cards .gr-card-grid__card,
  .gr-admission__grid,
  .gr-cta-panel,
  .gr-footer-inner,
  .gr-newsletter {
    grid-template-columns: 1fr;
  }

  .gr-inner-hero {
    min-height: 430px;
    padding-block: 150px 46px;
  }

  .gr-section-links {
    top: 86px;
  }

  .gr-section-links__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-block: 16px;
  }

  .gr-section-links__items {
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .gr-promo img {
    width: 100%;
  }

  .gr-card-grid,
  .gr-race-dates,
  .gr-racecard,
  .gr-admission {
    padding-block: 48px;
  }

  .gr-card-grid--image_links .gr-card-grid__card {
    min-height: 220px;
  }

  .gr-feature-card {
    min-height: 360px;
  }

  .gr-fifty__inner {
    gap: 40px;
    padding-block: 56px;
  }

  .gr-fifty__image {
    border-radius: var(--gr-radius);
    height: auto;
  }

  .gr-race-header,
  .gr-cta-panel {
    margin-block: 48px;
    padding: 28px;
  }

  .gr-race-date-card {
    padding: 20px;
  }

  .gr-racecard__row {
    gap: 10px;
  }

  .gr-section-heading--split {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .gr-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .gr-container {
    width: calc(100% - 30px);
  }

  .gr-main > .gr-hero:first-child {
    margin-top: 0;
    padding-top: 268px;
  }

  .gr-hero {
    align-items: flex-start;
    min-height: 500px;
    padding: 268px 15px 0;
  }

  .gr-hero::before {
    inset: 15px;
  }

  .gr-hero::after {
    border-width: 10px;
  }

  .gr-hero h1 {
    font-size: 33px;
    letter-spacing: 0;
    line-height: 1.36;
    margin-bottom: 19px;
  }

  .gr-hero__content {
    margin: 0;
    max-width: none;
    width: 100%;
  }

  .gr-hero .gr-button-row {
    gap: 10px;
  }

  .gr-hero .gr-button {
    font-size: 14px;
    min-height: 38px;
    padding: 10px 18px;
  }

  .gr-hero__controls {
    bottom: 40px;
    display: flex;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .gr-promo {
    --gr-promo-media-height: clamp(175px, 33.09vw, 223px);
    --gr-promo-media-width: clamp(275px, 52vw, 350px);
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 433px;
    margin-block: 15px 0;
    min-height: 0;
    padding: 35px 30px 0;
    position: relative;
    text-align: left;
  }

  .gr-promo__copy {
    order: 1;
    width: 100%;
  }

  .gr-promo__meta {
    order: 2;
    position: relative;
    width: 100%;
    z-index: 2;
  }

  .gr-promo__title-line--gold,
  .gr-promo__title-line {
    font-size: 32px;
    line-height: 1.05;
  }

  .gr-promo__title-line:not(.gr-promo__title-line--gold) {
    font-size: 26px;
  }

  .gr-promo__meta {
    align-items: flex-start;
    gap: 16px;
    text-align: left;
  }

  .gr-promo__meta p {
    font-size: 18px;
  }

  .gr-promo__media {
    align-self: auto;
    clip-path: none;
    bottom: 0;
    height: var(--gr-promo-media-height);
    left: clamp(43px, calc((100% - var(--gr-promo-media-width)) / 2), 190px);
    margin: 0;
    order: 3;
    overflow: visible;
    position: absolute;
    right: auto;
    top: auto;
    transform: none;
    width: var(--gr-promo-media-width);
  }

  .gr-promo__svg--desktop,
  .gr-fifty__svg--desktop {
    display: none;
  }

  .gr-promo__svg--mobile,
  .gr-fifty__svg--mobile {
    display: block;
  }

  .gr-card-grid--image_links {
    padding-block: 60px clamp(24px, calc(24px + (100vw - 430px) * 0.061), 44px);
  }

  .gr-card-grid--image_links .gr-card-grid__items {
    gap: 15px;
    grid-template-columns: 1fr;
  }

  .gr-card-grid--image_links .gr-card-grid__card,
  .gr-card-grid--image_links .gr-card-grid__body {
    min-height: 200px;
  }

  .gr-card-grid--image_links .gr-card-grid__card::before {
    inset: 12px;
  }

  .gr-card-grid--image_links .gr-card-grid__card::after {
    inset: 9px;
  }

  .gr-card-grid--image_links .gr-card-grid__body {
    padding: 30px 24px;
  }

  .gr-fifty__inner {
    --gr-fifty-media-bottom-gap: clamp(33px, calc(33px + (100vw - 430px) * 0.08), 60px);
    --gr-fifty-media-height: clamp(371px, 70.17vw, 545px);
    --gr-fifty-media-top: -4px;
    --gr-fifty-media-width: clamp(497px, 94vw, 730px);
    --gr-fifty-copy-offset: calc(var(--gr-fifty-media-top) + var(--gr-fifty-media-height) + var(--gr-fifty-media-bottom-gap));
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    min-height: 0;
    padding-block: 0 60px;
    width: 100%;
  }

  .gr-fifty__inner::before {
    content: none;
  }

  .gr-fifty__inner::after {
    content: none;
  }

  .gr-fifty__copy {
    max-width: none;
    padding-inline: 15px;
    padding-top: var(--gr-fifty-copy-offset);
    width: 100%;
  }

  .gr-fifty h2 {
    font-size: 30px;
    line-height: 1;
  }

  .gr-fifty__media {
    height: var(--gr-fifty-media-height);
    left: clamp(-69px, calc((100vw - var(--gr-fifty-media-width)) / 2 - 8px), 24px);
    overflow: visible;
    position: absolute;
    top: var(--gr-fifty-media-top);
    width: var(--gr-fifty-media-width);
    z-index: 1;
  }

  .gr-news {
    padding-block: 60px;
  }

  .gr-news h2,
  .gr-sponsors h2 {
    font-size: 30px;
    line-height: 1;
  }

  .gr-fifty h2,
  .gr-news h2 {
    text-transform: uppercase;
  }

  .gr-news-card__image,
  .gr-news-card img {
    height: 190px;
  }

  .gr-news-card h3 {
    margin-top: 15px;
  }

  .gr-sponsors__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gr-sponsor-logo {
    height: 108px;
  }

  .gr-newsletter {
    gap: 20px;
    padding-block: 30px;
    padding-inline: 15px;
  }

  .gr-newsletter-form {
    gap: 23px;
  }

  .gr-newsletter-form__row {
    padding: 3px 10px;
  }

  .gr-newsletter > *,
  .gr-newsletter-form,
  .gr-newsletter-form__row,
  .gr-newsletter-consent {
    min-width: 0;
    width: 100%;
  }

  .gr-newsletter-form input {
    min-width: 0;
  }

  .gr-newsletter-form button {
    font-size: 14px;
    min-height: 42px;
    padding: 10px 18px;
  }
}

/* Footer refinement pass. */
.gr-footer-inner {
  align-items: start;
  gap: 42px;
  grid-template-columns: minmax(520px, 1.25fr) minmax(250px, 0.75fr) 180px;
  max-width: var(--gr-container);
  padding-block: 48px 65px;
}

.gr-footer-contact {
  background: #640914;
  display: grid;
  gap: 30px;
  grid-template-columns: 288px 290px;
  padding: 30px;
}

.gr-footer-contact h2 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 16px;
}

.gr-footer-contact p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0 0 15px;
}

.gr-footer-find {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  margin-top: 2px;
  text-decoration: underline;
  text-decoration-color: var(--gr-gold);
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}

.gr-footer-map {
  background: #f6f2ee;
  display: block;
  min-height: 214px;
  overflow: hidden;
}

.gr-footer-map img,
.gr-footer-map iframe,
.gr-footer-map svg {
  border: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gr-footer-nav {
  column-gap: 15px;
  columns: auto;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.gr-footer-nav a {
  color: #fff;
}

.gr-footer-nav li {
  break-inside: avoid;
  margin: 0 0 7px;
}

.gr-footer-ctas {
  align-items: end;
  gap: 14px;
  justify-items: end;
}

.gr-footer-ctas .gr-button {
  font-size: 14px;
  justify-content: center;
  min-height: 50px;
  padding: 15px 20px;
  white-space: nowrap;
  width: 100%;
}

.gr-footer-ctas .gr-button--gold {
  color: #120b06;
}

.gr-footer-bottom {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  max-width: var(--gr-container);
  padding-block: 0 58px;
}

.gr-footer-legal {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.gr-footer-legal p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
}

.gr-footer-legal p + p {
  border-left: 1px solid rgba(255, 255, 255, 0.55);
  margin-left: 12px;
  padding-left: 12px;
}

.gr-footer-socials {
  align-items: center;
  display: flex;
  gap: 15px;
}

.gr-social-link {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: var(--gr-burgundy);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
  width: 42px;
}

.gr-social-link:hover,
.gr-social-link:focus-visible {
  background: var(--gr-gold);
  color: #120b06;
  transform: translateY(-2px);
}

.gr-social-link svg {
  fill: currentColor;
  height: 22px;
  width: 22px;
}

.gr-social-link img {
  display: block;
  height: 42px;
  max-width: none;
  width: 42px;
}

.gr-social-link svg rect,
.gr-social-link svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
}

.gr-social-link svg path {
  fill: currentColor;
}

.gr-social-link span {
  font-size: 13px;
  font-weight: 900;
}

/* Inner page fidelity pass: shared desktop frames from Figma. */
.gr-inner-hero {
  background-color: #2f2a28;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 39.9%, rgba(0, 0, 0, 0.65) 67.8%),
    var(--hero-image);
  border-bottom-left-radius: 100px;
  min-height: 450px;
  overflow: hidden;
  padding: 0 0 45px;
  position: relative;
}

.gr-inner-hero::before,
.gr-inner-hero::after {
  border-radius: 12px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.gr-inner-hero::before {
  border: 20px solid rgba(192, 154, 93, 0.05);
}

.gr-inner-hero::after {
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  inset: 20px;
}

.gr-inner-hero__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.gr-inner-hero h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.35;
  order: 1;
  text-transform: none;
}

.gr-breadcrumbs {
  font-size: 16px;
  font-weight: 400;
  gap: 13px;
  line-height: 1.75;
  margin: 0;
  order: 2;
}

.gr-breadcrumbs a,
.gr-breadcrumbs span:last-child {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gr-section-links {
  background: var(--gr-red);
  color: #fff;
  top: 120px;
}

.gr-section-links .gr-container {
  max-width: none;
  width: calc(100% - 60px);
}

.gr-section-links__inner {
  gap: 15px;
  justify-content: center;
  min-height: 110px;
  overflow: visible;
  padding-block: 30px;
  scrollbar-width: none;
}

.gr-section-links__inner::-webkit-scrollbar {
  display: none;
}

.gr-section-links span {
  display: none;
}

.gr-section-links__items {
  gap: 15px;
  justify-content: center;
}

.gr-section-links a {
  align-items: center;
  background: #fff;
  border: 0;
  color: var(--gr-burgundy);
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 20px;
  min-height: 50px;
  padding: 15px 20px;
  text-align: center;
}

.gr-section-links--jump-menu .gr-container {
  max-width: var(--gr-container);
  width: calc(100% - 154px);
}

.gr-section-links--jump-menu .gr-section-links__inner {
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  justify-content: flex-start;
  min-height: 135px;
  padding-block: 30px;
}

.gr-section-links--jump-menu span {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
}

.gr-section-links--jump-menu .gr-section-links__items {
  gap: 15px;
  justify-content: flex-start;
}

.gr-section-links--jump-menu a {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  min-height: 0;
  padding: 0 0 5px;
}

.gr-card-grid--package_cards {
  padding-block: 90px;
}

.gr-card-grid--package_cards .gr-section-heading {
  margin-bottom: 45px;
  max-width: 1000px;
}

.gr-card-grid--package_cards .gr-section-heading h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 13px;
}

.gr-card-grid--package_cards .gr-card-grid__items {
  gap: 30px;
}

.gr-card-grid--package_cards .gr-card-grid__card {
  align-items: start;
  background: #f9f5ef;
  box-shadow: none;
  gap: 45px;
  grid-template-columns: 450px 1fr;
  min-height: 330px;
  padding: 30px;
}

.gr-card-grid--package_cards .gr-card-grid__image {
  aspect-ratio: 450 / 270;
  border: 15px solid rgba(192, 154, 93, 0.05);
  border-radius: 12px;
  box-shadow: none;
  height: 270px;
  object-fit: cover;
  outline: 1px solid rgba(255, 255, 255, 0.95);
  outline-offset: -27px;
  width: 450px;
}

.gr-card-grid--package_cards .gr-card-grid__body {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}

.gr-card-grid--package_cards .gr-card-grid__body h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 15px;
}

.gr-card-grid--package_cards .gr-card-grid__copy {
  margin-bottom: 15px;
}

.gr-card-grid--package_cards .gr-card-grid__copy p {
  margin-block: 0;
}

.gr-card-grid--package_cards .gr-button-row {
  gap: 15px;
  margin-top: auto;
}

.gr-card-grid--package_cards .gr-button {
  font-size: 14px;
  min-height: 44px;
  padding: 10px 15px;
}

.gr-card-grid--package_cards .gr-button--outline-red {
  background: var(--gr-red);
  border-color: var(--gr-red);
  color: #fff;
}

.gr-package-details {
  border-top: 0;
  margin-top: 10px;
  padding-top: 0;
}

.gr-package-details summary {
  border-bottom: 1px solid var(--gr-red);
  color: var(--gr-burgundy);
  display: table;
  font-size: 16px;
  padding: 7px 28px 7px 0;
}

.gr-fifty--cream,
.gr-fifty--white {
  background: #f9f5ef;
  margin-top: 0;
  padding-block: 75px;
}

.gr-fifty--cream .gr-fifty__inner,
.gr-fifty--white .gr-fifty__inner {
  background: transparent;
  box-shadow: none;
  clip-path: none;
  gap: 75px;
  grid-template-columns: 446px 765px;
  min-height: 489px;
  padding-block: 0;
}

.gr-fifty--cream.gr-fifty--reverse .gr-fifty__inner,
.gr-fifty--white.gr-fifty--reverse .gr-fifty__inner {
  grid-template-columns: 765px 446px;
}

.gr-fifty--cream .gr-fifty__copy,
.gr-fifty--white .gr-fifty__copy {
  align-self: center;
  max-width: 446px;
}

.gr-fifty--cream.gr-fifty--reverse .gr-fifty__copy,
.gr-fifty--white.gr-fifty--reverse .gr-fifty__copy {
  order: 2;
}

.gr-fifty--cream .gr-fifty__media,
.gr-fifty--white .gr-fifty__media {
  align-self: center;
  height: auto;
  justify-self: end;
  overflow: visible;
  position: static;
  width: 765px;
}

.gr-fifty--cream.gr-fifty--reverse .gr-fifty__media,
.gr-fifty--white.gr-fifty--reverse .gr-fifty__media {
  justify-self: start;
}

.gr-fifty--cream .gr-fifty__image,
.gr-fifty--white .gr-fifty__image {
  aspect-ratio: 765 / 500;
  border: 15px solid rgba(192, 154, 93, 0.05);
  border-radius: 12px;
  height: 500px;
  object-fit: cover;
  outline: 1px solid rgba(255, 255, 255, 0.95);
  outline-offset: -27px;
  width: 100%;
}

.gr-fifty--cream h2,
.gr-fifty--white h2 {
  color: var(--gr-burgundy);
  display: block;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: none;
}

.gr-fifty--cream .gr-fifty__title-part,
.gr-fifty--cream .gr-fifty__title-part--accent,
.gr-fifty--white .gr-fifty__title-part,
.gr-fifty--white .gr-fifty__title-part--accent {
  color: var(--gr-burgundy);
}

.gr-fifty--cream .gr-fifty__copy p,
.gr-fifty--white .gr-fifty__copy p {
  color: #3a3333;
  margin-bottom: 15px;
}

.gr-race-date-card,
.gr-race-header,
.gr-admission-card,
.gr-cta-panel {
  box-shadow: none;
}

.gr-race-header {
  background: var(--gr-burgundy);
  border-radius: 0;
  color: #fff;
  display: block;
  margin-block: 0;
  padding-block: 90px;
}

.gr-race-header__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.gr-race-header__intro {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  text-align: center;
}

.gr-race-header h2 {
  color: var(--gr-gold);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 15px;
  text-transform: none;
}

.gr-race-header__intro > p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
}

.gr-race-header .gr-button-row {
  gap: 15px;
  padding-top: 30px;
}

.gr-race-header__stats {
  display: flex;
  gap: 90px;
  justify-content: center;
  margin: 0;
  width: 100%;
}

.gr-race-header__stats .gr-race-header__stat {
  align-items: center;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 5px;
  min-width: 120px;
  padding: 0;
  text-align: center;
}

.gr-race-header__stat::before {
  align-items: center;
  border: 2px solid var(--gr-gold);
  border-radius: 999px;
  color: var(--gr-gold);
  content: "";
  display: flex;
  height: 56px;
  justify-content: center;
  margin-bottom: 5px;
  width: 56px;
}

.gr-race-header__stat--1::before {
  content: "▥";
  font-size: 28px;
}

.gr-race-header__stat--2::before {
  content: "⚑";
  font-size: 28px;
}

.gr-race-header__stat--3::before {
  content: "◷";
  font-size: 28px;
}

.gr-race-header__stat--4::before {
  content: "#";
  font-size: 24px;
  font-weight: 800;
}

.gr-race-header dt {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.gr-race-header dd {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
}

.gr-racecard {
  background: #f4eee6;
  padding-block: 90px;
}

.gr-racecard__inner {
  max-width: 860px;
}

.gr-racecard h2 {
  color: var(--gr-burgundy);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 45px;
  text-align: left;
  text-transform: none;
}

.gr-racecard__rows {
  border-radius: 0;
  display: grid;
  gap: 10px;
  overflow: visible;
  position: relative;
}

.gr-racecard__rows::before {
  background: var(--gr-gold);
  bottom: 35px;
  content: "";
  left: 75px;
  position: absolute;
  top: 35px;
  width: 2px;
  z-index: 0;
}

.gr-racecard__row {
  align-items: center;
  background: transparent;
  border: 0;
  display: grid;
  gap: 20px;
  grid-template-columns: 70px 86px minmax(0, 1fr);
  min-height: 80px;
  padding: 0;
  position: relative;
  z-index: 1;
}

.gr-racecard__row::before {
  background: var(--gr-gold);
  border-radius: 999px;
  content: "";
  height: 10px;
  left: 71px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.gr-racecard__row:nth-child(odd) {
  background: transparent;
}

.gr-racecard__row:nth-child(5) .gr-racecard__content {
  background: #fff;
  border: 1px solid rgba(93, 15, 21, 0.22);
  border-radius: 10px;
  padding: 12px 18px;
}

.gr-racecard__number {
  align-items: center;
  background: var(--gr-gold);
  border-radius: 8px;
  color: var(--gr-burgundy);
  display: flex;
  font-size: 14px;
  font-weight: 800;
  height: 50px;
  justify-content: center;
  line-height: 1.1;
  margin: 0;
  text-align: center;
  width: 50px;
}

.gr-racecard__time {
  color: var(--gr-burgundy);
  font-size: 16px;
  font-weight: 800;
  margin: 0;
}

.gr-racecard__content {
  min-width: 0;
}

.gr-racecard__row h3 {
  color: var(--gr-burgundy);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
}

.gr-racecard__row p {
  margin-block: 4px 0;
}

.gr-admission {
  background: #fff;
  padding-block: 90px;
}

.gr-admission .gr-section-heading {
  margin-bottom: 30px;
}

.gr-admission .gr-section-heading h2 {
  color: var(--gr-burgundy);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
  text-transform: none;
}

.gr-admission__grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}

.gr-admission-card {
  background: var(--gr-burgundy);
  border: 1px solid rgba(192, 154, 93, 0.01);
  border-radius: 12px;
  color: #fff;
  min-height: 250px;
  padding: 15px 30px;
}

.gr-admission-card:nth-child(3n + 1) {
  background: var(--gr-red);
}

.gr-admission-card::before {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  content: "★";
  display: flex;
  font-size: 13px;
  justify-content: center;
  line-height: 1;
  height: 30px;
  margin: 9px 0 15px;
  width: 42px;
}

.gr-admission-card h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 5px;
  min-height: 30px;
}

.gr-admission-card p {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 10px;
  min-height: 38px;
}

.gr-admission-card dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.gr-admission-card dl div {
  align-items: end;
  display: flex;
  gap: 12px;
}

.gr-admission-card dl div::after {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
  content: "";
  flex: 1 1 auto;
  order: 2;
  transform: translateY(-7px);
}

.gr-admission-card dt {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  order: 1;
  text-transform: none;
}

.gr-admission-card dd {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.75;
  margin: 0;
  order: 3;
}

.gr-admission__footnote {
  background: #f9f5ef;
  border-radius: 12px;
  color: #3a3333;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 30px;
  padding: 30px;
}

.gr-admission__footnote p {
  margin-block: 0 15px;
}

.gr-admission__footnote p:last-child {
  margin-bottom: 0;
}

.gr-cta-panel {
  background: #fff;
  display: block;
  margin: 0;
  padding-block: 0 90px;
}

.gr-cta-panel__inner {
  align-items: center;
  background: var(--gr-burgundy);
  border-radius: 12px;
  color: #fff;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  padding: 0;
}

.gr-cta-panel--red .gr-cta-panel__inner {
  background: var(--gr-burgundy);
}

.gr-cta-panel--cream .gr-cta-panel__inner {
  background: var(--gr-cream);
  color: var(--gr-text);
}

.gr-cta-panel__content {
  padding-inline: 60px;
}

.gr-cta-panel h2 {
  color: var(--gr-gold);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 15px;
  text-transform: none;
}

.gr-cta-panel--cream h2 {
  color: var(--gr-burgundy);
}

.gr-cta-panel p {
  margin-block: 0;
}

.gr-cta-panel .gr-button-row {
  padding-top: 30px;
}

.gr-cta-panel img {
  border-radius: 0;
  height: 450px;
  object-fit: cover;
  width: 100%;
}

.gr-contact-panel {
  padding-block: 90px;
}

.gr-contact-panel__inner {
  display: grid;
  grid-template-columns: 600px 1fr;
}

@media (min-width: 761px) {
  .gr-contact-panel__inner {
    display: block;
    height: 804px;
    position: relative;
  }

  .gr-contact-panel__details {
    height: 756px;
    left: 0;
    padding: 75px 45px;
    position: absolute;
    top: 24px;
    width: 600px;
  }

  .gr-contact-panel__form {
    box-shadow: 0 3px 12.5px rgba(0, 0, 0, 0.25);
    height: 803px;
    left: 547px;
    padding: 45px;
    position: absolute;
    top: 0;
    width: 739px;
  }
}

.gr-contact-panel__details,
.gr-contact-panel__form {
  background: #f9f5ef;
  padding: 45px;
}

.gr-contact-panel__details h2,
.gr-contact-panel__form h2,
.gr-location-panel h2,
.gr-team-grid h2 {
  color: var(--gr-burgundy);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 30px;
}

.gr-contact-panel__block + .gr-contact-panel__block {
  margin-top: 30px;
}

.gr-contact-panel__block h3 {
  color: var(--gr-burgundy);
  font-size: 22px;
  line-height: 1.35;
  margin: 0 0 5px;
}

.gr-contact-panel__block p {
  margin-block: 0 10px;
}

.gr-contact-panel__block a {
  color: var(--gr-burgundy);
  font-weight: 800;
}

.gr-contact-panel__form {
  background: var(--gr-burgundy);
  color: #fff;
}

.gr-contact-panel__form h2 {
  color: #fff;
}

.gr-contact-form {
  display: grid;
  gap: 25px;
}

.gr-contact-form__row {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gr-contact-form label {
  display: grid;
  gap: 10px;
}

.gr-contact-form span {
  font-weight: 700;
}

.gr-contact-form input,
.gr-contact-form textarea {
  background: #fff;
  border: 0;
  border-radius: 150px;
  color: var(--gr-text);
  font: inherit;
  min-height: 65px;
  padding: 15px;
  width: 100%;
}

.gr-contact-form textarea {
  border-radius: 12px;
  height: 130px;
  min-height: 130px;
  resize: vertical;
}

.gr-contact-form__consent {
  align-items: center;
  display: flex;
  gap: 10px;
}

.gr-contact-form__consent input {
  appearance: none;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
  flex: 0 0 22px;
  height: 22px;
  min-height: 0;
  padding: 0;
  width: 22px;
}

.gr-location-panel {
  background: #f9f5ef;
  padding-block: 45px;
}

.gr-location-panel__inner {
  align-items: center;
  display: grid;
  gap: 90px;
  grid-template-columns: 437px 480px;
  justify-content: center;
}

.gr-location-panel__image {
  border-radius: 12px;
  height: 569px;
  object-fit: cover;
  width: 437px;
}

.gr-location-panel ul {
  display: grid;
  gap: 5px;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.gr-location-panel li {
  padding-left: 26px;
  position: relative;
}

.gr-location-panel li::before {
  color: var(--gr-red);
  content: "•";
  font-size: 24px;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 2px;
}

.gr-team-grid {
  padding-block: 90px 0;
}

.gr-team-grid h2 {
  margin-bottom: 45px;
  text-align: center;
}

.gr-team-grid__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gr-team-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 360px;
}

.gr-team-card--reverse .gr-team-card__image {
  order: 2;
}

.gr-team-card__image {
  height: 360px;
  object-fit: cover;
  width: 100%;
}

.gr-team-card__content {
  align-content: center;
  background: var(--gr-red);
  color: #fff;
  display: grid;
  padding: 45px;
}

.gr-team-card:nth-child(4n + 2) .gr-team-card__content,
.gr-team-card:nth-child(4n + 3) .gr-team-card__content {
  background: var(--gr-burgundy);
}

.gr-team-card h3 {
  color: #fff;
  font-size: 25px;
  line-height: 1.35;
  margin: 0 0 8px;
}

.gr-team-card p {
  margin: 0 0 20px;
}

.gr-team-card a {
  color: #fff;
  font-weight: 800;
}

@media (max-width: 760px) {
  .gr-inner-hero {
    border-bottom-left-radius: 50px;
    min-height: 360px;
    padding: 0 0 32px;
  }

  .gr-inner-hero::before {
    border-width: 10px;
  }

  .gr-inner-hero::after {
    inset: 15px;
  }

  .gr-inner-hero h1 {
    font-size: 40px;
    line-height: 1.15;
  }

  .gr-breadcrumbs {
    font-size: 14px;
  }

  .gr-section-links {
    top: 80px;
  }

  .gr-section-links .gr-container {
    width: 100%;
  }

  .gr-section-links__inner {
    justify-content: flex-start;
    min-height: 88px;
    overflow-x: auto;
    padding: 19px 15px;
  }

  .gr-section-links__items {
    justify-content: flex-start;
  }

  .gr-section-links a {
    font-size: 14px;
    min-height: 42px;
    padding: 12px 16px;
  }

  .gr-section-links--jump-menu .gr-container {
    width: 100%;
  }

  .gr-section-links--jump-menu .gr-section-links__inner {
    min-height: 116px;
    padding: 18px 15px;
  }

  .gr-section-links--jump-menu .gr-section-links__items {
    overflow-x: auto;
    padding-bottom: 2px;
    width: 100%;
  }

  .gr-section-links--jump-menu a {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 0;
    color: #fff;
    min-height: 0;
    padding: 0 0 5px;
  }

  .gr-card-grid--package_cards {
    padding-block: 55px;
  }

  .gr-card-grid--package_cards .gr-section-heading {
    margin-bottom: 30px;
  }

  .gr-card-grid--package_cards .gr-section-heading h2 {
    font-size: 30px;
  }

  .gr-card-grid--package_cards .gr-card-grid__card {
    gap: 22px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 15px;
  }

  .gr-card-grid--package_cards .gr-card-grid__image {
    height: auto;
    width: 100%;
  }

  .gr-card-grid--package_cards .gr-card-grid__body {
    padding: 0;
  }

  .gr-fifty--cream,
  .gr-fifty--white {
    padding-block: 50px;
  }

  .gr-fifty--cream .gr-fifty__inner,
  .gr-fifty--white .gr-fifty__inner,
  .gr-fifty--cream.gr-fifty--reverse .gr-fifty__inner,
  .gr-fifty--white.gr-fifty--reverse .gr-fifty__inner {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding-block: 0;
  }

  .gr-fifty--cream .gr-fifty__copy,
  .gr-fifty--white .gr-fifty__copy,
  .gr-fifty--cream.gr-fifty--reverse .gr-fifty__copy,
  .gr-fifty--white.gr-fifty--reverse .gr-fifty__copy {
    max-width: none;
    order: 2;
    padding: 0;
  }

  .gr-fifty--cream .gr-fifty__media,
  .gr-fifty--white .gr-fifty__media,
  .gr-fifty--cream.gr-fifty--reverse .gr-fifty__media,
  .gr-fifty--white.gr-fifty--reverse .gr-fifty__media {
    justify-self: stretch;
    order: 1;
    width: 100%;
  }

  .gr-fifty--cream .gr-fifty__image,
  .gr-fifty--white .gr-fifty__image {
    height: auto;
  }

  .gr-fifty--cream h2,
  .gr-fifty--white h2 {
    font-size: 30px;
    line-height: 1.15;
  }

  .gr-racecard,
  .gr-admission {
    padding-block: 55px;
  }

  .gr-race-header {
    margin-block: 0;
    padding-block: 55px;
  }

  .gr-race-header__inner {
    gap: 36px;
  }

  .gr-race-header h2,
  .gr-racecard h2,
  .gr-admission .gr-section-heading h2,
  .gr-cta-panel h2 {
    font-size: 30px;
  }

  .gr-race-header__stats {
    display: grid;
    gap: 28px 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gr-race-header__stat {
    min-width: 0;
  }

  .gr-race-header dt {
    font-size: 17px;
  }

  .gr-racecard__row {
    gap: 12px;
    grid-template-columns: 58px 66px minmax(0, 1fr);
    min-height: 74px;
  }

  .gr-racecard__number {
    font-size: 12px;
    height: 46px;
    width: 46px;
  }

  .gr-racecard__rows::before {
    left: 64px;
  }

  .gr-racecard__row::before {
    left: 60px;
  }

  .gr-racecard__time,
  .gr-racecard__row h3 {
    font-size: 13px;
  }

  .gr-admission .gr-section-heading {
    align-items: flex-start;
    gap: 20px;
  }

  .gr-admission__grid {
    grid-template-columns: 1fr;
  }

  .gr-admission-card {
    min-height: 0;
  }

  .gr-cta-panel {
    margin-block: 0;
    padding-block: 0 55px;
  }

  .gr-cta-panel__inner {
    grid-template-columns: 1fr;
  }

  .gr-cta-panel__content {
    padding: 35px 24px;
  }

  .gr-cta-panel img {
    height: 260px;
  }

  .gr-wysiwyg--narrow {
    padding-block: 55px;
  }

  .gr-wysiwyg--narrow h2 {
    font-size: 28px;
  }

  .gr-race-dates {
    background-position: center top;
    padding: 55px 15px;
  }

  .gr-race-dates__panel {
    padding: 36px 18px 42px;
  }

  .gr-race-dates__group {
    gap: 28px;
  }

  .gr-race-dates__group + .gr-race-dates__group {
    padding-top: 48px;
  }

  .gr-race-dates__group > h2 {
    font-size: 28px;
  }

  .gr-race-dates__grid {
    gap: 24px;
  }

  .gr-race-date-card {
    gap: 0;
    grid-template-columns: 94px minmax(0, 1fr);
    min-height: 132px;
    padding-left: 8px;
  }

  .gr-race-date-card > *,
  .gr-race-date-card .gr-button-row {
    min-width: 0;
  }

  .gr-race-date-card__date {
    height: 90px;
    padding-inline: 8px;
    width: 94px;
  }

  .gr-race-date-card__date span {
    font-size: 12px;
  }

  .gr-race-date-card__date strong {
    font-size: 13px;
  }

  .gr-race-date-card__time {
    font-size: 11px;
    height: 42px;
    left: 8px;
    top: 90px;
    width: 94px;
  }

  .gr-race-date-card__content {
    min-height: 132px;
    padding: 18px 14px;
  }

  .gr-race-date-card h3 {
    font-size: 17px;
  }

  .gr-race-date-card__details {
    font-size: 13px;
    padding-block: 5px;
  }

  .gr-race-date-card__tickets {
    border-left: 0;
    border-top: 1px solid rgba(192, 154, 93, 0.35);
    flex-direction: row;
    grid-column: 1 / -1;
    height: 64px;
    justify-content: flex-end;
    padding-inline: 14px;
    width: auto;
  }

  .gr-race-date-card__ticket-icon {
    height: 34px;
    width: 34px;
  }

  .gr-contact-panel {
    padding-block: 55px;
  }

  .gr-contact-panel__inner,
  .gr-contact-form__row,
  .gr-location-panel__inner,
  .gr-team-grid__items,
  .gr-team-card {
    grid-template-columns: 1fr;
  }

  .gr-contact-panel__details,
  .gr-contact-panel__form {
    padding: 30px 20px;
  }

  .gr-contact-panel__details h2,
  .gr-contact-panel__form h2,
  .gr-location-panel h2,
  .gr-team-grid h2 {
    font-size: 30px;
  }

  .gr-location-panel__inner {
    gap: 30px;
  }

  .gr-location-panel__image {
    height: auto;
    width: 100%;
  }

  .gr-team-card--reverse .gr-team-card__image {
    order: 0;
  }

  .gr-team-card__content {
    padding: 30px 20px;
  }
}

@media (min-width: 761px) {
  .gr-footer-map {
    height: 214px;
    min-height: 0;
  }
}

.gr-back-to-top {
  align-items: center;
  background: var(--gr-red);
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 5px;
  height: 80px;
  justify-content: center;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 15px 25px;
  position: absolute;
  right: 30px;
  text-transform: uppercase;
  top: 850px;
  width: 80px;
  z-index: 7;
}

.gr-back-to-top__arrow {
  display: block;
  height: 17px;
  max-width: none;
  width: 14px;
}

@media (max-width: 1100px) {
  .gr-footer-inner {
    grid-template-columns: 1fr;
  }

  .gr-footer-ctas {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    justify-items: start;
  }
}

@media (max-width: 760px) {
  .gr-site-footer {
    position: relative;
  }

  .gr-back-to-top {
    border: 0;
    bottom: 255px;
    right: 16px;
    top: auto;
  }

  .gr-fifty {
    contain: paint;
  }

  .gr-footer-inner {
    gap: 30px;
    padding-block: 15px 30px;
    width: calc(100% - 30px);
  }

  .gr-footer-contact {
    gap: 30px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 15px;
  }

  .gr-footer-map {
    min-height: 232px;
  }

  .gr-footer-nav {
    column-gap: 28px;
    columns: auto;
    font-size: 16px;
    line-height: 1.75;
    grid-template-rows: repeat(5, auto);
  }

  .gr-footer-nav li {
    margin-bottom: 0;
  }

  .gr-footer-ctas {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 17px;
  }

  .gr-footer-ctas .gr-button {
    font-size: 14px;
    min-height: 38px;
    padding-inline: 18px;
    width: 100%;
  }

  .gr-footer-ctas .gr-button:first-child {
    grid-column: 1 / -1;
  }

  .gr-footer-legal p {
    font-size: 14px;
  }

  .gr-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 0 38px;
    width: calc(100% - 30px);
  }
}
