.hh-campaign-page {
  --hh-midnight: #221f1f;
  --hh-mcintire: #f8f3e4;
  --hh-tinsel: #d3c69e;
  --hh-seagrass: #a9bca1;
  --hh-cranberry: #7a2745;
  --hh-paper: #fffdf8;
  overflow: hidden;
  background: var(--hh-mcintire);
  color: var(--hh-midnight);
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

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

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

.hh-campaign-page p,
.hh-campaign-page ul {
  margin: 0;
}

.hh-campaign-page a {
  color: inherit;
}

.hh-page-shell,
.hh-page-section,
.hh-campaign-page .hh-support {
  width: min(90%, 1290px);
  margin-inline: auto;
}

.hh-page-hero {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  color: var(--hh-mcintire);
}

.hh-page-hero::after {
  position: absolute;
  right: -12%;
  bottom: -100%;
  width: min(68vw, 920px);
  aspect-ratio: 1;
  border: 1px solid rgba(248, 243, 228, 0.18);
  border-radius: 50%;
  content: "";
}

.hh-page-hero--cranberry {
  background:
    radial-gradient(circle at 12% 22%, rgba(248, 243, 228, 0.08) 0 3px, transparent 4px),
    radial-gradient(circle at 80% 18%, rgba(211, 198, 158, 0.13) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 82%, rgba(248, 243, 228, 0.08) 0 4px, transparent 5px),
    var(--hh-cranberry);
  background-size: 92px 92px, 126px 126px, 168px 168px, auto;
}

.hh-page-hero--midnight {
  background:
    radial-gradient(circle at 12% 22%, rgba(248, 243, 228, 0.07) 0 3px, transparent 4px),
    radial-gradient(circle at 82% 26%, rgba(169, 188, 161, 0.12) 0 2px, transparent 3px),
    var(--hh-midnight);
  background-size: 110px 110px, 150px 150px, auto;
}

.hh-page-hero--seagrass {
  background: var(--hh-seagrass);
  color: var(--hh-midnight);
}

.hh-page-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  min-height: 500px;
  align-items: center;
  gap: clamp(38px, 7vw, 105px);
}

.hh-page-hero__copy {
  max-width: 730px;
  padding-block: 80px;
}

.hh-page-hero h1 {
  max-width: 760px;
  font-size: clamp(3rem, 5vw, 4rem);
}

.hh-campaign-page--about .hh-page-hero h1 {
  font-size: clamp(3rem, 5vw, 4rem);
}

.hh-page-hero__copy > p:not(.hh-kicker) {
  max-width: 660px;
  margin-top: 28px;
  color: rgba(248, 243, 228, 0.9);
  font-size: clamp(1.12rem, 1.7vw, 1.4rem);
  line-height: 1.48;
}

.hh-page-hero--seagrass .hh-page-hero__copy > p:not(.hh-kicker) {
  color: rgba(34, 31, 31, 0.78);
}

.hh-page-hero__art {
  align-self: stretch;
  min-width: 0;
}

.hh-page-hero__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 24px 22px rgba(34, 31, 31, 0.2));
}

.hh-kicker {
  margin-bottom: 20px !important;
  color: var(--hh-tinsel);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hh-page-hero--seagrass .hh-kicker,
.hh-kicker--dark {
  color: var(--hh-cranberry);
}

.hh-page-section {
  padding-block: clamp(72px, 9vw, 120px);
}

.hh-page-section + .hh-page-section {
  padding-top: 0;
}

.hh-campaign-page--about .hh-page-section,
.hh-campaign-page--about .hh-page-section + .hh-page-section {
  padding-block: clamp(42px, 4.8vw, 60px);
}

.hh-page-section--paper {
  position: relative;
}

.hh-page-section--full {
  width: 100%;
  padding-inline: max(5%, calc((100% - 1290px) / 2));
  background: var(--hh-paper);
}

.hh-page-section--dark {
  width: 100%;
  padding-inline: max(5%, calc((100% - 1290px) / 2));
  background: var(--hh-midnight);
  color: var(--hh-mcintire);
}

.hh-page-section--dark .hh-card {
  color: var(--hh-midnight);
}

.hh-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.6fr);
  align-items: end;
  gap: 50px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(34, 31, 31, 0.22);
}

.hh-page-section--dark .hh-section-heading {
  border-color: rgba(248, 243, 228, 0.23);
}

.hh-section-heading h2,
.hh-page-section > h2,
.hh-partner-contact h2 {
  font-size: clamp(2.6rem, 4.4vw, 4.5rem);
}

.hh-campaign-page--about .hh-section-heading h2,
.hh-campaign-page--about .hh-page-section > h2 {
  font-size: clamp(2.35rem, 3.8vw, 3.8rem);
}

.hh-section-heading > p,
.hh-page-section > p {
  max-width: 690px;
  color: rgba(34, 31, 31, 0.74);
  font-size: 1.08rem;
}

.hh-page-section--dark .hh-section-heading > p,
.hh-page-section--dark > p {
  color: rgba(248, 243, 228, 0.76);
}

.hh-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 36px);
  margin-top: 44px;
}

.hh-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hh-campaign-page--about .hh-card-grid {
  margin-top: 36px;
}

.hh-campaign-page--about .hh-card-grid--two .hh-card {
  display: flex;
  flex-direction: column;
}

.hh-campaign-page--about .hh-card-grid--two .hh-action-row {
  margin-top: auto;
  padding-top: 34px;
}

.hh-card,
.hh-date-card,
.hh-contact-card,
.hh-embed-card {
  border: 1px solid rgba(34, 31, 31, 0.15);
  background: var(--hh-paper);
  box-shadow: 0 14px 36px rgba(34, 31, 31, 0.06);
}

.hh-card,
.hh-date-card,
.hh-contact-card {
  padding: clamp(28px, 3.2vw, 46px);
}

.hh-card h3,
.hh-date-card h3,
.hh-contact-card h3 {
  font-size: clamp(1.6rem, 2.2vw, 2.15rem);
}

.hh-card p,
.hh-date-card p,
.hh-contact-card p {
  margin-top: 16px;
  color: rgba(34, 31, 31, 0.72);
}

.hh-date-card {
  position: relative;
  overflow: hidden;
  padding-top: 86px;
}

.hh-date-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: var(--hh-cranberry);
  content: "";
}

.hh-date-card__date {
  display: block;
  margin-bottom: 22px;
  color: var(--hh-cranberry);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hh-feature-list {
  display: grid;
  gap: 14px;
  margin-top: 28px !important;
  padding: 0;
  list-style: none;
}

.hh-feature-list li {
  position: relative;
  padding-left: 30px;
}

.hh-feature-list li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--hh-seagrass);
  content: "";
}

.hh-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.hh-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid var(--hh-midnight);
  background: var(--hh-midnight);
  color: var(--hh-mcintire) !important;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.095em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.hh-button:hover,
.hh-button:focus {
  transform: translateY(-2px);
  background: var(--hh-cranberry);
  color: var(--hh-mcintire) !important;
}

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

.hh-button--outline {
  background: transparent;
  color: var(--hh-midnight) !important;
}

.hh-page-section--dark .hh-button--outline,
.hh-page-hero .hh-button--outline {
  border-color: var(--hh-mcintire);
  color: var(--hh-mcintire) !important;
}

.hh-button:focus-visible,
.hh-campaign-page a:focus-visible,
.hh-campaign-page button:focus-visible,
.hh-campaign-page input:focus-visible,
.hh-campaign-page textarea:focus-visible,
.hh-campaign-page select:focus-visible {
  outline: 3px solid var(--hh-tinsel);
  outline-offset: 3px;
}

.hh-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 24px;
  color: var(--hh-cranberry) !important;
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.hh-text-link:hover,
.hh-text-link:focus {
  color: var(--hh-midnight) !important;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.hh-split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(390px, 1.15fr);
  align-items: start;
  gap: clamp(42px, 7vw, 95px);
}

.hh-split__copy > p {
  margin-top: 22px;
  color: rgba(34, 31, 31, 0.75);
  font-size: 1.08rem;
}

.hh-split__copy h2 {
  font-size: clamp(2.6rem, 4.4vw, 4.5rem);
}

.hh-embed-card {
  min-width: 0;
  padding: clamp(26px, 4vw, 54px);
}

.hh-embed-card > h2,
.hh-embed-card > h3 {
  margin-bottom: 25px;
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.hh-signup-frame {
  display: block;
  width: 100%;
  height: 900px;
  border: 0;
  background: var(--hh-paper);
}

.hh-embed-fallback {
  margin: 18px 0 0;
  color: rgba(34, 31, 31, 0.7);
  font-size: 0.92rem;
}

.hh-embed-fallback a {
  color: var(--hh-cranberry) !important;
  font-weight: 700;
  text-underline-offset: 4px;
}

.hh-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.hh-contact-card a,
.hh-partner-contact a {
  display: block;
  margin-top: 7px;
  color: var(--hh-cranberry) !important;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-underline-offset: 4px;
}

.hh-partnership-line {
  margin-top: 36px !important;
  padding-top: 26px;
  border-top: 1px solid rgba(34, 31, 31, 0.18);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.hh-notice {
  margin-top: 34px;
  padding: 24px 26px;
  border-left: 6px solid var(--hh-cranberry);
  background: var(--hh-paper);
  color: rgba(34, 31, 31, 0.78);
}

.hh-notice strong {
  color: var(--hh-midnight);
}

/* Contact Form 7 */
.hh-campaign-page .wpcf7 p {
  margin-bottom: 18px;
}

.hh-campaign-page .wpcf7 label {
  color: var(--hh-midnight);
  font-weight: 700;
}

.hh-campaign-page .wpcf7 input[type="text"],
.hh-campaign-page .wpcf7 input[type="email"],
.hh-campaign-page .wpcf7 textarea,
.hh-campaign-page .wpcf7 select {
  width: 100%;
  margin-top: 7px;
  border: 1px solid rgba(34, 31, 31, 0.3);
  border-radius: 0;
  background: #fff;
  color: var(--hh-midnight);
  font: inherit;
}

.hh-campaign-page .wpcf7 textarea {
  min-height: 180px;
}

.hh-campaign-page .wpcf7 input[type="submit"] {
  min-height: 52px;
  padding: 12px 25px;
  border: 1px solid var(--hh-midnight);
  border-radius: 0;
  background: var(--hh-midnight);
  color: var(--hh-mcintire);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

/* Events Calendar */
.hh-calendar-wrap {
  margin-top: 44px;
  padding: clamp(22px, 3vw, 40px);
  border: 1px solid rgba(34, 31, 31, 0.14);
  background: var(--hh-paper);
}

.hh-promo-wrap + .hh-notice {
  margin-top: 24px;
}

/* The list view normally backfills expired records when no upcoming offers
   exist. Holiday Deals is deliberately forward-looking, so keep that legacy
   fallback out of this promotion-only surface. */
.hh-promo-wrap .tribe-events-calendar-latest-past {
  display: none;
}

.hh-promo-wrap .tribe-events-l-container {
  min-height: 0 !important;
  padding-block: 22px 6px !important;
}

.hh-campaign-page .tribe-common,
.hh-campaign-page .tribe-events {
  color: var(--hh-midnight);
  font-family: "Source Sans 3", sans-serif;
}

.hh-campaign-page .tribe-common h1,
.hh-campaign-page .tribe-common h2,
.hh-campaign-page .tribe-common h3,
.hh-campaign-page .tribe-common .tribe-common-h3,
.hh-campaign-page .tribe-common .tribe-common-h4,
.hh-campaign-page .tribe-common .tribe-common-h5,
.hh-campaign-page .tribe-common .tribe-common-h6 {
  font-family: "Bricolage Grotesque", sans-serif;
}

.hh-campaign-page .tribe-common .tribe-common-c-btn,
.hh-campaign-page .tribe-common a.tribe-common-c-btn {
  border-radius: 0;
  background: var(--hh-cranberry);
}

.hh-campaign-page .tribe-events .tribe-events-c-subscribe-dropdown__button,
.hh-campaign-page .tribe-events button {
  border-radius: 0;
}

/* GeoDirectory */
.hh-directory-wrap {
  margin-top: 44px;
}

.hh-campaign-page .geodir-search-container,
.hh-campaign-page .geodir-loop-container,
.hh-campaign-page .geodir-categories-container,
.hh-campaign-page .geodir-notifications {
  max-width: none;
}

.hh-campaign-page .geodir-search input,
.hh-campaign-page .geodir-search select,
.hh-campaign-page .geodir-search button {
  border-radius: 0 !important;
}

/* Existing combined sponsor content */
.hh-campaign-page .hh-support {
  max-width: 1290px !important;
  padding: clamp(70px, 8vw, 110px) 0 !important;
}

.hh-campaign-page .hh-support > style {
  display: none;
}

.hh-campaign-page .hh-support .hh-lede,
.hh-campaign-page .hh-support .hh-note,
.hh-campaign-page .hh-support .hh-sub {
  max-width: 920px;
}

.hh-campaign-page .hh-support .hh-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.hh-campaign-page .hh-support .hh-card {
  margin: 0 !important;
}

.hh-campaign-page .hh-support .hh-cta p:last-child {
  display: none;
}

.hh-partner-contact {
  padding-block: clamp(72px, 8vw, 110px);
  background: var(--hh-seagrass);
}

.hh-partner-contact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.hh-partner-contact__grid article {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(34, 31, 31, 0.18);
  background: var(--hh-paper);
}

.hh-partner-contact__grid h3 {
  font-size: clamp(1.7rem, 2.5vw, 2.5rem);
}

.hh-partner-contact__grid p {
  margin-top: 8px;
  color: rgba(34, 31, 31, 0.72);
}

@media (max-width: 1040px) {
  .hh-page-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.75fr);
  }

  .hh-page-hero h1 {
    font-size: clamp(3rem, 5vw, 4rem);
  }

  .hh-card-grid,
  .hh-campaign-page .hh-support .hh-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .hh-split {
    grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1.2fr);
  }
}

@media (max-width: 760px) {
  .hh-campaign-page {
    font-size: 17px;
  }

  .hh-page-hero,
  .hh-page-hero__inner {
    min-height: auto;
  }

  .hh-page-hero__inner,
  .hh-section-heading,
  .hh-split {
    grid-template-columns: 1fr;
  }

  .hh-page-hero__inner {
    width: 100%;
    gap: 0;
  }

  .hh-page-hero__copy {
    width: 90%;
    margin-inline: auto;
    padding-block: 64px 54px;
  }

  .hh-page-hero h1 {
    font-size: clamp(2.2rem, 10vw, 2.75rem);
  }

  .hh-campaign-page--about .hh-page-hero__copy {
    padding-block: 44px 38px;
  }

  .hh-campaign-page--about .hh-page-hero h1 {
    font-size: clamp(2.2rem, 10vw, 2.75rem);
    line-height: 1.02;
  }

  .hh-campaign-page--about .hh-page-hero__copy > p:not(.hh-kicker) {
    margin-top: 20px;
    font-size: 1.05rem;
  }

  .hh-campaign-page--about .hh-page-hero__art {
    height: min(58vw, 280px);
  }

  .hh-campaign-page--about .hh-section-heading h2,
  .hh-campaign-page--about .hh-page-section > h2 {
    font-size: clamp(2rem, 9vw, 2.55rem);
  }

  .hh-campaign-page--about .hh-page-section,
  .hh-campaign-page--about .hh-page-section + .hh-page-section {
    padding-block: 42px;
  }

  .hh-campaign-page--about .hh-card-grid {
    margin-top: 28px;
  }

  .hh-page-hero__art {
    height: min(76vw, 390px);
  }

  .hh-section-heading {
    align-items: start;
    gap: 22px;
  }

  .hh-card-grid,
  .hh-contact-grid,
  .hh-partner-contact__grid,
  .hh-campaign-page .hh-support .hh-grid {
    grid-template-columns: 1fr !important;
  }

  .hh-calendar-wrap,
  .hh-embed-card {
    padding: 20px;
  }

  .hh-signup-frame {
    height: 960px;
  }
}

@media (max-width: 480px) {
  .hh-page-shell,
  .hh-page-section,
  .hh-campaign-page .hh-support {
    width: calc(100% - 30px);
  }

  .hh-page-section--full,
  .hh-page-section--dark {
    width: 100%;
    padding-inline: 15px;
  }

  .hh-page-hero__copy {
    width: calc(100% - 30px);
  }

  .hh-page-hero h1 {
    font-size: clamp(2.2rem, 10vw, 2.75rem);
  }

  .hh-section-heading h2,
  .hh-page-section > h2,
  .hh-partner-contact h2,
  .hh-split__copy h2 {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
  }

  .hh-card,
  .hh-date-card,
  .hh-contact-card {
    padding: 27px 23px;
  }

  .hh-date-card {
    padding-top: 66px;
  }

  .hh-action-row,
  .hh-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hh-button {
    transition: none;
  }
}
