body.single-tribe_events {
  background: #f8f3e4;
}

body.single-tribe_events .x-container.max.width.offset,
body.single-tribe_events #tribe-events-pg-template {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.single-tribe_events .x-main {
  float: none;
  width: 100%;
}

body.single-tribe_events .x-breadcrumb-wrap {
  display: none;
}

.hh-event {
  --hh-midnight: #221f1f;
  --hh-mcintire: #f8f3e4;
  --hh-tinsel: #d3c69e;
  --hh-seagrass: #a9bca1;
  --hh-cranberry: #7a2745;
  --hh-paper: #fffdf8;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: var(--hh-mcintire);
  color: var(--hh-midnight);
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.55;
}

.hh-event *,
.hh-event *::before,
.hh-event *::after {
  box-sizing: border-box;
}

.hh-event h1,
.hh-event h2,
.hh-event h3,
.hh-event h4,
.hh-event h5,
.hh-event h6 {
  margin: 0;
  color: inherit;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-transform: none;
}

.hh-event p,
.hh-event dl,
.hh-event dd,
.hh-event ul,
.hh-event ol {
  margin-top: 0;
}

.hh-event a {
  color: inherit;
}

.hh-event__hero {
  position: relative;
  overflow: hidden;
  background: var(--hh-cranberry);
  color: var(--hh-mcintire);
}

.hh-event__hero::before {
  position: absolute;
  top: -280px;
  left: -260px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(248, 243, 228, 0.15);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hh-event__hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  min-height: 670px;
  margin-inline: auto;
}

.hh-event__hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: clamp(64px, 7vw, 112px) clamp(34px, 6vw, 92px);
}

.hh-event__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--hh-tinsel) !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.hh-event__back:hover,
.hh-event__back:focus {
  color: var(--hh-mcintire) !important;
}

.hh-event__notices {
  width: 100%;
}

.hh-event__notices:empty {
  display: none;
}

.hh-event__notices .tribe-events-notices {
  margin: 0 0 22px;
  padding: 10px 14px;
  border: 1px solid rgba(248, 243, 228, 0.32);
  border-radius: 0;
  background: rgba(34, 31, 31, 0.14);
  color: var(--hh-mcintire);
  text-shadow: none;
}

.hh-event__notices .tribe-events-notices ul,
.hh-event__notices .tribe-events-notices li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hh-event__notices .tribe-events-series-relationship-single-marker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 20px;
  color: rgba(248, 243, 228, 0.82);
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.88rem;
}

.hh-event__notices .tribe-events-series-relationship-single-marker svg {
  stroke: var(--hh-tinsel);
}

.hh-event__notices .tribe-events-series-relationship-single-marker a {
  color: var(--hh-tinsel) !important;
  text-underline-offset: 4px;
}

.hh-event__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.hh-event__categories span {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid rgba(211, 198, 158, 0.7);
  color: var(--hh-tinsel);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.095em;
  line-height: 1.1;
  text-transform: uppercase;
}

.hh-event .hh-event__title {
  max-width: 760px;
  margin: 0;
  color: var(--hh-mcintire);
  font-size: clamp(3.25rem, 5.2vw, 6rem);
  overflow-wrap: anywhere;
}

.hh-event__hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 11px;
  margin-top: 28px;
  color: rgba(248, 243, 228, 0.91);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.hh-event__hero-meta strong {
  color: var(--hh-tinsel);
}

.hh-event__hero-actions,
.hh-event__glance-actions,
.hh-event__plan-more-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hh-event__hero-actions {
  margin-top: 38px;
}

.hh-event-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 20px;
  border: 1px solid transparent;
  color: inherit !important;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.hh-event-button:hover,
.hh-event-button:focus {
  transform: translateY(-2px);
}

.hh-event-button:focus-visible,
.hh-event a:focus-visible,
.hh-event button:focus-visible {
  outline: 3px solid var(--hh-tinsel);
  outline-offset: 3px;
}

.hh-event-button--tinsel {
  border-color: var(--hh-tinsel);
  background: var(--hh-tinsel);
  color: var(--hh-midnight) !important;
}

.hh-event-button--tinsel:hover,
.hh-event-button--tinsel:focus {
  border-color: var(--hh-mcintire);
  background: var(--hh-mcintire);
  color: var(--hh-midnight) !important;
}

.hh-event-button--outline-light {
  border-color: rgba(248, 243, 228, 0.72);
  background: transparent;
  color: var(--hh-mcintire) !important;
}

.hh-event-button--outline-light:hover,
.hh-event-button--outline-light:focus {
  border-color: var(--hh-mcintire);
  background: var(--hh-mcintire);
  color: var(--hh-midnight) !important;
}

.hh-event-button--light {
  border-color: var(--hh-mcintire);
  background: var(--hh-mcintire);
  color: var(--hh-midnight) !important;
}

.hh-event-button--light:hover,
.hh-event-button--light:focus {
  border-color: var(--hh-tinsel);
  background: var(--hh-tinsel);
}

.hh-event__hero-media {
  position: relative;
  z-index: 3;
  min-width: 0;
  min-height: 670px;
  overflow: visible;
  background: var(--hh-midnight);
}

.hh-event__hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(122, 39, 69, 0.28), transparent 24%), linear-gradient(0deg, rgba(34, 31, 31, 0.18), transparent 40%);
  content: "";
  pointer-events: none;
}

.hh-event__featured-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 670px;
  object-fit: cover;
  transition: transform 900ms ease;
}

.hh-event__hero:hover .hh-event__featured-image {
  transform: scale(1.025);
}

.hh-event__featured-image--fallback {
  object-fit: cover;
}

.hh-event__date-card {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  display: flex;
  width: 136px;
  min-height: 160px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px;
  transform: translate(-50%, -50%);
  background: var(--hh-tinsel);
  box-shadow: 0 18px 50px rgba(34, 31, 31, 0.25);
  color: var(--hh-midnight);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.hh-event__date-card span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.hh-event__date-card strong {
  margin-block: 7px 4px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 4.3rem;
  letter-spacing: -0.08em;
}

.hh-event__date-card small {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hh-event.tribe-events-single > .tribe_events > .hh-event__body {
  width: min(90%, 1260px);
  max-width: 1260px;
  margin-inline: auto;
  padding-block: clamp(70px, 8vw, 120px) 58px;
}

.hh-event__content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.75fr);
  align-items: start;
  gap: clamp(44px, 7vw, 100px);
}

.hh-event__eyebrow {
  margin: 0 0 15px;
  color: var(--hh-cranberry);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hh-event__eyebrow--light {
  color: var(--hh-tinsel);
}

.hh-event__description > h2,
.hh-event__section-heading h2,
.hh-event__plan-more h2 {
  font-size: clamp(2.4rem, 4.1vw, 4.35rem);
}

.hh-event__description-copy {
  max-width: 790px;
  margin-top: 35px;
  color: rgba(34, 31, 31, 0.88);
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(1.08rem, 1.25vw, 1.2rem);
  line-height: 1.7;
}

.hh-event__description-copy > :first-child,
.hh-event__description-copy div > :first-child {
  margin-top: 0;
}

.hh-event__description-copy > :last-child,
.hh-event__description-copy div > :last-child {
  margin-bottom: 0;
}

.hh-event__description-copy p,
.hh-event__description-copy ul,
.hh-event__description-copy ol,
.hh-event__description-copy blockquote,
.hh-event__description-copy hr,
.hh-event__description-copy figure,
.hh-event__description-copy img {
  margin-bottom: 1.35em;
}

.hh-event__description-copy h2,
.hh-event__description-copy h3,
.hh-event__description-copy h4,
.hh-event__description-copy h5,
.hh-event__description-copy h6 {
  margin-top: 1.45em;
  margin-bottom: 0.55em;
  color: var(--hh-midnight);
}

.hh-event__description-copy h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.hh-event__description-copy h3 {
  font-size: clamp(1.65rem, 2.5vw, 2.2rem);
}

.hh-event__description-copy h4,
.hh-event__description-copy h5,
.hh-event__description-copy h6 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.hh-event__description-copy ul,
.hh-event__description-copy ol {
  padding-left: 1.3em;
}

.hh-event__description-copy li + li {
  margin-top: 0.48em;
}

.hh-event__description-copy a {
  color: var(--hh-cranberry) !important;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.hh-event__description-copy img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hh-event__description-copy hr {
  height: 1px;
  border: 0;
  background: rgba(34, 31, 31, 0.2);
}

.hh-event__description-copy blockquote {
  padding: 3px 0 3px 24px;
  border-left: 4px solid var(--hh-seagrass);
  color: rgba(34, 31, 31, 0.76);
}

.hh-event__calendar-action {
  margin-top: 36px;
}

.hh-event__calendar-action .tribe-events,
.hh-event__calendar-action .tribe-events-c-subscribe-dropdown__container {
  margin: 0;
}

.hh-event__calendar-action .tribe-events-c-subscribe-dropdown__button {
  border-color: var(--hh-cranberry);
  border-radius: 0;
  background: transparent;
  color: var(--hh-cranberry);
}

.hh-event__calendar-action .tribe-events-c-subscribe-dropdown__button:hover,
.hh-event__calendar-action .tribe-events-c-subscribe-dropdown__button:focus-within {
  background: var(--hh-cranberry);
  color: var(--hh-mcintire);
}

.hh-event__glance {
  position: sticky;
  top: 36px;
  padding: clamp(30px, 3.5vw, 48px);
  border-top: 7px solid var(--hh-tinsel);
  background: var(--hh-midnight);
  box-shadow: 0 22px 60px rgba(34, 31, 31, 0.16);
  color: var(--hh-mcintire);
}

.hh-event__glance h2 {
  font-size: clamp(2.2rem, 3vw, 3.25rem);
}

.hh-event__facts {
  margin: 32px 0 0;
}

.hh-event__facts > div {
  padding-block: 18px;
  border-top: 1px solid rgba(248, 243, 228, 0.2);
}

.hh-event__facts dt {
  margin-bottom: 4px;
  color: var(--hh-tinsel);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hh-event__facts dd {
  margin-bottom: 0;
  color: var(--hh-mcintire);
  font-size: 1.02rem;
  line-height: 1.4;
}

.hh-event__glance-actions {
  margin-top: 24px;
}

.hh-event__glance-actions .hh-event-button {
  width: 100%;
}

.hh-event__logistics {
  margin-top: clamp(84px, 10vw, 140px);
  padding-top: clamp(64px, 7vw, 96px);
  border-top: 1px solid rgba(34, 31, 31, 0.2);
}

.hh-event__section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.hh-event__logistics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.hh-event__info-card {
  min-width: 0;
  padding: clamp(30px, 4vw, 50px);
  border: 1px solid rgba(34, 31, 31, 0.16);
  background: var(--hh-paper);
}

.hh-event__info-label {
  margin: 0 0 18px;
  color: var(--hh-cranberry);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hh-event__info-card h3 {
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
}

.hh-event__info-card h3 + h3 {
  margin-top: 10px;
}

.hh-event__info-card h3 a {
  color: var(--hh-midnight) !important;
  text-decoration: none;
}

.hh-event__info-card h3 a:hover,
.hh-event__info-card h3 a:focus {
  color: var(--hh-cranberry) !important;
}

.hh-event__info-card address,
.hh-event__info-card > p:not(.hh-event__info-label) {
  margin: 20px 0 0;
  color: rgba(34, 31, 31, 0.75);
  font-style: normal;
  line-height: 1.55;
}

.hh-event__info-card > p a,
.hh-event__info-card address a {
  color: var(--hh-cranberry) !important;
}

.hh-event__text-link {
  display: inline-flex;
  gap: 7px;
  margin-top: 24px;
  color: var(--hh-cranberry) !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.hh-event__map {
  grid-column: 1 / -1;
  min-height: 420px;
  overflow: hidden;
  background: var(--hh-seagrass);
}

.hh-event__map iframe {
  display: block;
  width: 100% !important;
  height: 420px !important;
  border: 0;
}

.hh-event__plan-more {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
  margin-top: clamp(86px, 10vw, 145px);
  padding: clamp(42px, 6vw, 74px);
  background:
    radial-gradient(circle at 84% 14%, rgba(211, 198, 158, 0.12) 0 3px, transparent 4px),
    radial-gradient(circle at 72% 76%, rgba(248, 243, 228, 0.08) 0 4px, transparent 5px),
    var(--hh-cranberry);
  background-size: 110px 110px, 170px 170px, auto;
  color: var(--hh-mcintire);
}

.hh-event__plan-more > div:first-child {
  max-width: 690px;
}

.hh-event__plan-more > div:first-child > p:last-child {
  max-width: 590px;
  margin: 22px 0 0;
  color: rgba(248, 243, 228, 0.86);
  font-size: 1.08rem;
}

.hh-event__plan-more-actions {
  justify-content: flex-end;
}

.hh-event__navigation {
  margin-top: 54px;
  padding-top: 26px;
  border-top: 1px solid rgba(34, 31, 31, 0.2);
}

.hh-event__navigation .tribe-events-sub-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
}

.hh-event__navigation li {
  min-width: 0;
  list-style: none;
}

.hh-event__navigation .tribe-events-nav-next {
  text-align: right;
}

.hh-event__navigation a {
  color: var(--hh-midnight) !important;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.hh-event__navigation a:hover,
.hh-event__navigation a:focus {
  color: var(--hh-cranberry) !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hh-event__partnership {
  margin: 48px 0 0;
  color: rgba(34, 31, 31, 0.65);
  font-size: 0.88rem;
  text-align: center;
}

@media (max-width: 1080px) {
  .hh-event__hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.9fr);
  }

  .hh-event__date-card {
    width: 112px;
    min-height: 138px;
  }

  .hh-event__date-card strong {
    font-size: 3.55rem;
  }

  .hh-event__content-grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(290px, 0.75fr);
    gap: 44px;
  }
}

@media (max-width: 880px) {
  .hh-event__hero-inner {
    grid-template-columns: 1fr;
  }

  .hh-event__hero-copy {
    min-height: auto;
    padding: 64px 7vw 76px;
  }

  .hh-event .hh-event__title {
    max-width: 740px;
    font-size: clamp(3rem, 9vw, 5.1rem);
  }

  .hh-event__hero-media,
  .hh-event__featured-image {
    min-height: 480px;
  }

  .hh-event__date-card {
    top: 0;
    left: 7vw;
    transform: translateY(-50%);
  }

  .hh-event__content-grid {
    grid-template-columns: 1fr;
  }

  .hh-event__description-copy {
    max-width: none;
  }

  .hh-event__glance {
    position: static;
  }

  .hh-event__plan-more {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hh-event__plan-more-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .hh-event__hero-copy {
    padding: 46px 20px 70px;
  }

  .hh-event .hh-event__title {
    font-size: clamp(2.65rem, 12vw, 3.8rem);
  }

  .hh-event__hero-meta > span[aria-hidden="true"] {
    display: none;
  }

  .hh-event__hero-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .hh-event__hero-actions,
  .hh-event__plan-more-actions {
    width: 100%;
    flex-direction: column;
  }

  .hh-event__hero-actions .hh-event-button,
  .hh-event__plan-more-actions .hh-event-button {
    width: 100%;
  }

  .hh-event__hero-media,
  .hh-event__featured-image {
    min-height: 350px;
  }

  .hh-event__date-card {
    left: 20px;
    width: 100px;
    min-height: 124px;
    padding: 14px;
  }

  .hh-event__date-card strong {
    font-size: 3.15rem;
  }

  .hh-event.tribe-events-single > .tribe_events > .hh-event__body {
    width: calc(100% - 40px);
    padding-top: 64px;
  }

  .hh-event__description > h2,
  .hh-event__section-heading h2,
  .hh-event__plan-more h2 {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .hh-event__description-copy {
    font-size: 1.06rem;
  }

  .hh-event__glance {
    padding: 30px 24px;
  }

  .hh-event__logistics-grid {
    grid-template-columns: 1fr;
  }

  .hh-event__map {
    grid-column: auto;
    min-height: 330px;
  }

  .hh-event__map iframe {
    height: 330px !important;
  }

  .hh-event__plan-more {
    padding: 38px 24px;
  }

  .hh-event__navigation .tribe-events-sub-nav {
    grid-template-columns: 1fr;
  }

  .hh-event__navigation .tribe-events-nav-next {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hh-event *,
  .hh-event *::before,
  .hh-event *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
