/* Original GRIT Invitational campaign photography, with GRIT's type and palette. */
.grit-golf {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #00162a;
  color: #fff;
  border-bottom: 3px solid #ff2f00;
}
.grit-golf *, .grit-golf *::before, .grit-golf *::after { box-sizing: border-box; }
.grit-golf__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 62% center;
}
.grit-golf::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #00162af7 0%, #00162aeb 30%, #00162abb 48%, #00162a32 72%, #00162a0d 100%);
}
.grit-golf__inner {
  width: min(100%, 1520px);
  margin-inline: auto;
  padding: 20px clamp(20px, 4vw, 64px);
  min-height: 250px;
  display: flex;
  align-items: center;
}
.grit-golf__content { max-width: 610px; }
.grit-golf .grit-golf__eyebrow {
  margin: 0 0 8px;
  color: #fff;
  font: 700 12px/1.4 var(--grit-font, Inter, sans-serif);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.grit-golf__eyebrow::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 3px;
  background: #ff2f00;
  margin-right: 10px;
  vertical-align: middle;
}
.grit-golf .grit-golf__heading {
  margin: 0 0 10px;
  color: #fff;
  font-family: var(--grit-font-heading, Archivo, sans-serif);
  font-size: clamp(28px, 2.5vw, 34px);
  font-weight: 750;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-wrap: balance;
}
.grit-golf .grit-golf__details {
  margin: 0 0 12px;
  font: 500 13px/1.5 var(--grit-font, Inter, sans-serif);
  color: #fff;
}
.grit-golf__details time { display: block; font-weight: 750; font-size: 16px; }
.grit-golf__venue { display: block; margin-top: 2px; }
.grit-golf__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.grit-golf__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font: 750 15px/1.4 var(--grit-font, Inter, sans-serif);
  text-decoration: none;
  transition: background-color .15s ease, border-color .15s ease;
}
.grit-golf__actions .grit-golf__register { color: #00162a; background: #ff2f00; gap: 20px; }
.grit-golf__actions .grit-golf__register:hover { color: #00162a; background: #ff572f; }
.grit-golf__actions .grit-golf__sponsor { color: #fff; background: #00162a45; border-color: #ffffffa6; }
.grit-golf__actions .grit-golf__sponsor:hover { color: #fff; background: #00162ac4; border-color: #fff; }
.grit-golf__actions a:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
@media (max-width: 760px) {
  .grit-golf::before { background: linear-gradient(90deg, #00162af2, #00162add 58%, #00162a9e); }
  .grit-golf__image { object-position: 59% center; }
  .grit-golf__inner { min-height: 0; padding: 14px 20px; }
  .grit-golf .grit-golf__eyebrow { font-size: 10px; letter-spacing: .08em; margin-bottom: 8px; }
  .grit-golf__eyebrow::before { width: 18px; margin-right: 7px; }
  .grit-golf .grit-golf__heading { font-size: clamp(23px, 6.7vw, 28px); margin-bottom: 8px; }
  .grit-golf .grit-golf__details { font-size: 12px; margin-bottom: 10px; }
  .grit-golf__details time { font-size: 14px; }
  .grit-golf__actions { gap: 10px; }
  .grit-golf__actions a { font-size: 12px; padding: 10px 12px; }
  .grit-golf__actions .grit-golf__register { gap: 12px; }
}
@media (prefers-reduced-motion: reduce) { .grit-golf__actions a { transition: none; } }
