:root {
  --gold: #d7b98c;
  --gold-dark: #c8a36a;
  --cream: #f8f5ef;
  --charcoal: #0d0a07;
  --brown: #2a1d14;
  --card: #17110d;
  --border: rgba(255,255,255,.1);
  --text: #fff;
  --muted: rgba(255,255,255,.65);
}





.home-feature-panel {
  position: relative;
  min-height: 78vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  overflow: visible;
  margin-bottom: 60px;
}

.home-feature-panel::after {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: -30px;
  border-bottom: 1px solid var(--gold-dark);
  opacity: .45;
}

body {
  background: var(--charcoal);
  color: var(--text);
}

a {
  transition: .2s ease;
}

.poh-kicker {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 13px;
  font-weight: 700;
}

.btn-gold,
.poh-btn-gold {
  background: var(--gold);
  color: #1b120b;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  text-decoration: none;
}

.btn-gold:hover,
.poh-btn-gold:hover {
  background: var(--gold-dark);
  color: #1b120b;
}

/* Header */

.poh-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 76px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px;
  background: linear-gradient(to bottom, rgba(0,0,0,.75), transparent);
}
 


.poh-logo,
.poh-center-nav a {
  color: #fff;
  text-decoration: none;
}

.poh-logo {
  font-weight: 700;
}

.poh-center-nav {
  display: flex;
  gap: 26px;
}

.poh-center-nav a.active,
.poh-center-nav a:hover {
  color: var(--gold);
}

.poh-menu-btn,
.poh-menu-close {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.poh-menu {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(12,9,6,.97);
  display: none;
  align-items: center;
  justify-content: center;
}

.poh-menu.active {
  display: flex;
}

.poh-menu-close {
  position: absolute;
  top: 26px;
  right: 34px;
  background: transparent;
  font-size: 30px;
}

.poh-menu-links {
  display: flex;
  flex-direction: column;
  gap: 22px;
  text-align: center;
}

.poh-menu-links a {
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(34px, 6vw, 76px);
  text-decoration: none;
}

.poh-menu-links a:hover {
  color: var(--gold);
}

/* Homes */

.homes-hero {
  padding: 140px 0 70px;
  background: linear-gradient(135deg, var(--charcoal), var(--brown));
}

.homes-hero h1 {
  font-family: Georgia, serif;
  font-size: clamp(42px, 7vw, 82px);
}

.home-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
  height: 100%;
  transition: .25s ease;
}

.home-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215,185,140,.35);
}

.home-card-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.home-card-body {
  padding: 24px;
}

.tag-pill {
  display: inline-block;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  margin: 3px;
  color: var(--gold);
  cursor: pointer;
}

/* Gallery */

.carousel-home-img {
  width: 100%;
  height: min(72vh, 720px);
  object-fit: contain;
  background: #050505;
  border-radius: 14px;
}

.gallery-home-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 15px;
}

/* Home Detail */

.home-detail-hero {
  min-height: 90vh;
  display: flex;
  align-items: flex-end;
  padding: 140px 0 80px;
}

.home-detail-hero h1 {
  font-family: Georgia, serif;
  font-size: clamp(46px, 8vw, 96px);
  line-height: .95;
}

.detail-section {
  padding: 80px 0;
}

.feature-card,
.builder-card,
.home-nav-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
}

.feature-card {
  padding: 18px;
  height: 100%;
}

.builder-card {
  padding: 28px;
}

.builder-logo {
  max-width: 180px;
  max-height: 100px;
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  object-fit: contain;
}

.home-nav-card {
  padding: 24px;
  color: #fff;
  text-decoration: none;
  display: block;
  height: 100%;
}

.home-nav-card:hover {
  color: #fff;
  background: rgba(255,255,255,.1);
}

/* Sponsors / Footer */

.poh-sponsors {
  padding: 80px 0;
  background: #0b0806;
}

.poh-sponsors h2 {
  font-family: Georgia, serif;
  font-size: clamp(36px, 5vw, 60px);
}

.poh-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.poh-sponsor-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  padding: 22px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: .25s ease;
}

.poh-sponsor-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,.1);
  color: #fff;
}

.poh-sponsor-card img {
  width: 100%;
  max-height: 90px;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 14px;
}

/* Landing */

.poh-route-card {
  background: #15100c;
  color: #fff;
  padding: 42px 32px;
  min-height: 220px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.08);
  display: block;
}

.poh-route-card:hover {
  color: #fff;
  border-color: rgba(215,185,140,.35);
}

.poh-route-card h3 {
  font-family: Georgia, serif;
  font-size: 32px;
}

.poh-featured-home {
  min-height: 90vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: end;
  padding: 80px 8vw;
}

.poh-featured-home::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.85), transparent);
}

.poh-home-info {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.poh-home-info h2 {
  font-family: Georgia, serif;
  font-size: clamp(40px, 6vw, 80px);
}

/* Responsive */

@media (max-width: 900px) {
  .poh-center-nav {
    display: none;
  }

  .poh-header {
    padding: 0 18px;
  }

  .poh-logo {
    font-size: 14px;
    max-width: 230px;
  }

  .gallery-home-nav {
    flex-direction: column;
  }
}


/* Cinematic Homes List */

.homes-feature-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
 

.home-feature-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 31%) 0%, rgb(0 0 0 / 33%) 30%, rgba(0, 0, 0, .22) 68%, rgba(0, 0, 0, .08) 100%), linear-gradient(to top, rgb(0 0 0 / 31%), rgb(0 0 0 / 0%));
    z-index: 1;
}

.home-feature-content {
  position: relative;
  z-index: 2;
  width: min(560px, 92%);
  margin-left: clamp(24px, 6vw, 88px);
  padding: 80px 0;
}

.home-feature-content h2 {
  font-family: Georgia, serif;
  font-size: clamp(42px, 6vw, 78px);
  line-height: .95;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.home-feature-builder {
  font-family: Georgia, serif;
  font-size: 21px;
  margin-bottom: 8px;
}

.home-feature-community {
  color: var(--gold);
  font-size: 18px;
  margin-bottom: 22px;
}

.home-feature-desc {
  color: rgba(255,255,255,.84);
  font-size: 16px;
  line-height: 1.65;
  max-width: 520px;
}

.home-feature-meta {
  margin: 22px 0 28px;
}

.home-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.home-feature-actions .btn {
  min-width: 130px;
  border-radius: 4px;
  padding: 13px 22px;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 13px;
}

@media (max-width: 900px) {
  .home-feature-panel {
    min-height: 82vh;
    align-items: flex-end;
    background-position: center;
  }

  .home-feature-overlay {
    background:
      linear-gradient(to top, rgba(0,0,0,.94) 0%, rgba(0,0,0,.76) 45%, rgba(0,0,0,.2) 100%);
  }

  .home-feature-content {
    margin-left: 0;
    width: 100%;
    padding: 260px 24px 44px;
  }

  .home-feature-content h2 {
    font-size: clamp(36px, 12vw, 58px);
  }

  .home-feature-actions .btn {
    flex: 1 1 auto;
  }
}

.container {
    max-width: 95%;
}

/* Entire sponsor section */
.poh-sponsor-grid {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  width: 100%;
}

/* Each sponsorship level is one full-width row */
.poh-sponsor-level {
  width: 100%;
}

.poh-sponsor-level-title {
  margin: 0 0 1.5rem;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
}

/* Sponsors within each level run horizontally */
.poh-sponsor-level-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
}

/* Individual sponsor */
.poh-sponsor-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.25rem;
  border-radius: 14px;
  background: #fff;
  color: #111;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.poh-sponsor-card:hover {
  color: #111;
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgb(0 0 0 / 20%);
}

.poh-sponsor-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.poh-sponsor-card img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}

/* keystone row — largest */
.poh-sponsor-level-keystone .poh-sponsor-card {
  width: min(100%, 420px);
  min-height: 260px;
  padding: 2rem;
}

.poh-sponsor-level-keystone .poh-sponsor-card img {
  height: 190px;
}

/* Gold row */
.poh-sponsor-level-gold .poh-sponsor-card {
  width: min(100%, 320px);
  min-height: 220px;
  padding: 1.75rem;
}

.poh-sponsor-level-gold .poh-sponsor-card img {
  height: 150px;
}

/* Silver row */
.poh-sponsor-level-silver .poh-sponsor-card {
  width: min(100%, 240px);
  min-height: 185px;
  padding: 1.35rem;
}

.poh-sponsor-level-silver .poh-sponsor-card img {
  height: 115px;
}

/* Bronze row — smallest */
.poh-sponsor-level-bronze .poh-sponsor-card {
  width: min(100%, 185px);
  min-height: 150px;
  padding: 1rem;
}

.poh-sponsor-level-bronze .poh-sponsor-card img {
  height: 80px;
}

/* Additional or unknown sponsorship level */
.poh-sponsor-level-other .poh-sponsor-card {
  width: min(100%, 170px);
  min-height: 140px;
  padding: 1rem;
}

.poh-sponsor-level-other .poh-sponsor-card img {
  height: 70px;
}

/* Sponsor names */
.poh-sponsor-card span {
  line-height: 1.3;
}

/* Mobile */
@media (max-width: 767px) {
  .poh-sponsor-grid {
    gap: 2.5rem;
  }

  .poh-sponsor-level-grid {
    gap: 1rem;
  }

  .poh-sponsor-level-keystone .poh-sponsor-card,
  .poh-sponsor-level-gold .poh-sponsor-card {
    width: 100%;
  }

  .poh-sponsor-level-silver .poh-sponsor-card {
    width: calc(50% - 0.5rem);
  }

  .poh-sponsor-level-bronze .poh-sponsor-card,
  .poh-sponsor-level-other .poh-sponsor-card {
    width: calc(50% - 0.5rem);
  }

  .poh-sponsor-level-keystone .poh-sponsor-card img {
    height: 145px;
  }

  .poh-sponsor-level-gold .poh-sponsor-card img {
    height: 120px;
  }

  .poh-sponsor-level-silver .poh-sponsor-card img {
    height: 90px;
  }

  .poh-sponsor-level-bronze .poh-sponsor-card img {
    height: 65px;
  }
}

@media (max-width: 480px) {
  .poh-sponsor-level-silver .poh-sponsor-card,
  .poh-sponsor-level-bronze .poh-sponsor-card,
  .poh-sponsor-level-other .poh-sponsor-card {
    width: 100%;
  }
}


/* =========================================================
   PARADE EVENTS + VIP EXPERIENCE
   ========================================================= */

.poh-events-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  color: #fff;
  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(215, 185, 140, 0.12),
      transparent 34%
    ),
    linear-gradient(180deg, #120e0b 0%, #080706 100%);
}

.poh-events-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(215, 185, 140, 0.65),
    transparent
  );
}

.poh-section-heading {
  max-width: 920px;
  margin: 0 auto 65px;
  text-align: center;
}

.poh-eyebrow {
  margin: 0 0 14px;
  color: #d7b98c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.poh-section-heading h2,
.poh-vip-heading h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  font-weight: 400;
  line-height: 1.04;
  text-wrap: balance;
}

.poh-section-intro {
  max-width: 760px;
  margin: 25px auto 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.75;
}


/* Event timeline */

.poh-event-timeline {
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
}

.poh-event-timeline::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 91px;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(215, 185, 140, 0.6) 12%,
    rgba(215, 185, 140, 0.6) 88%,
    transparent
  );
}

.poh-event-card {
  position: relative;
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 38px;
  margin-bottom: 22px;
  padding: 34px 38px 34px 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.035);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.poh-event-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215, 185, 140, 0.4);
  background: rgba(255, 255, 255, 0.055);
}

.poh-event-card-featured {
  border-color: rgba(215, 185, 140, 0.36);
  background:
    linear-gradient(
      120deg,
      rgba(215, 185, 140, 0.13),
      rgba(255, 255, 255, 0.03)
    );
}

.poh-event-date {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 126px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(215, 185, 140, 0.55);
  background: #100c09;
  text-align: center;
}

.poh-event-day {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.5rem;
  line-height: 0.9;
}

.poh-event-month {
  margin-top: 8px;
  color: #d7b98c;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.poh-event-weekday {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
}

.poh-event-details {
  align-self: center;
}

.poh-event-label {
  margin: 0 0 7px;
  color: #d7b98c;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.poh-event-details h3 {
  margin: 0 0 13px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  font-weight: 400;
}

.poh-event-details > p:not(.poh-event-label) {
  max-width: 710px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.75;
}

.poh-event-notice {
  display: inline-flex;
  margin-top: 18px;
  padding: 9px 13px;
  border-left: 2px solid #d7b98c;
  color: rgba(255, 255, 255, 0.66);
  background: rgba(215, 185, 140, 0.08);
  font-size: 0.83rem;
  line-height: 1.55;
}


/* VIP cards */

.poh-vip-heading {
  max-width: 900px;
  margin: 120px auto 48px;
  text-align: center;
}

.poh-vip-grid {
  align-items: stretch;
}

.poh-vip-grid > div {
  display: flex;
}

.poh-vip-card {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid rgba(215, 185, 140, 0.3);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.065),
      rgba(255, 255, 255, 0.018)
    );
}

.poh-vip-card-gold {
  color: #17100a;
  border-color: #d7b98c;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(255, 255, 255, 0.5),
      transparent 28%
    ),
    linear-gradient(145deg, #e4ccaa, #c9a875);
}

.poh-vip-card-top {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 27px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.poh-vip-card-gold .poh-vip-card-top {
  border-bottom-color: rgba(23, 16, 10, 0.18);
}

.poh-vip-label {
  margin: 0 0 8px;
  color: #d7b98c;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.poh-vip-card-gold .poh-vip-label {
  color: #594027;
}

.poh-vip-card h3 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  font-weight: 400;
  line-height: 1.05;
}

.poh-vip-card-gold h3 {
  color: #17100a;
}

.poh-ticket-price {
  flex: 0 0 auto;
  text-align: right;
}

.poh-ticket-price span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.poh-ticket-price strong {
  color: #d7b98c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: 400;
}

.poh-vip-card-gold .poh-ticket-price span {
  color: rgba(23, 16, 10, 0.58);
}

.poh-vip-card-gold .poh-ticket-price strong {
  color: #17100a;
}

.poh-vip-card > p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
}

.poh-vip-card-gold > p {
  color: rgba(23, 16, 10, 0.78);
}

.poh-vip-card .poh-vip-lead {
  margin: 29px 0 20px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
  line-height: 1.55;
}

.poh-vip-card-gold .poh-vip-lead {
  color: #17100a;
}

.poh-builder-list {
  display: grid;
  gap: 10px;
  margin: 5px 0 24px;
  padding: 0;
  list-style: none;
}

.poh-builder-list li {
  position: relative;
  padding-left: 24px;
  color: #fff;
  font-weight: 700;
}

.poh-builder-list li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 11px;
  height: 1px;
  background: #d7b98c;
}

.poh-vip-card-gold .poh-builder-list li {
  color: #17100a;
}

.poh-vip-card-gold .poh-builder-list li::before {
  background: #17100a;
}

.poh-vip-facts {
  display: grid;
  gap: 13px;
  margin: 15px 0 31px;
}

.poh-vip-facts > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.poh-fact-icon {
  color: #d7b98c;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.poh-vip-facts p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.88rem;
  line-height: 1.65;
}

.poh-cocktail-highlight {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 31px;
}

.poh-cocktail-highlight span {
  padding: 8px 12px;
  border: 1px solid rgba(23, 16, 10, 0.22);
  border-radius: 999px;
  color: #17100a;
  background: rgba(255, 255, 255, 0.17);
  font-size: 0.76rem;
  font-weight: 700;
}

.poh-vip-button {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 16px 19px;
  border: 1px solid rgba(215, 185, 140, 0.65);
  color: #17100a;
  background: #d7b98c;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.poh-vip-button:hover {
  transform: translateY(-2px);
  color: #17100a;
  background: #e7cda6;
}

.poh-vip-button span {
  flex: 0 0 auto;
  font-size: 1.25rem;
}

.poh-vip-button-dark {
  border-color: #17100a;
  color: #fff;
  background: #17100a;
}

.poh-vip-button-dark:hover {
  color: #fff;
  background: #2b1d12;
}


/* Bottom call to action */

.poh-event-cta {
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  padding: 38px 42px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.035);
}

.poh-event-cta h3 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 400;
  line-height: 1.2;
}


/* Responsive */

@media screen and (max-width: 767px) {
  .poh-events-section {
    padding: 80px 0;
  }

  .poh-section-heading {
    margin-bottom: 42px;
  }

  .poh-event-timeline::before {
    display: none;
  }

  .poh-event-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 25px;
  }

  .poh-event-date {
    width: 112px;
    min-height: 112px;
  }

  .poh-event-day {
    font-size: 3rem;
  }

  .poh-event-notice {
    display: block;
  }

  .poh-vip-heading {
    margin-top: 80px;
  }

  .poh-vip-card-top {
    flex-direction: column;
  }

  .poh-ticket-price {
    text-align: left;
  }

  .poh-event-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 25px;
  }

  .poh-event-cta .poh-btn-gold {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 420px) {
  .poh-vip-card {
    padding: 27px 22px;
  }

  .poh-vip-button {
    align-items: flex-start;
  }

  .poh-cocktail-highlight span {
    width: 100%;
    text-align: center;
  }
}

/* =========================================================
   SYMPHONIC SOUL SITE CREDIT
   ========================================================= */

.poh-site-credit {
  position: relative;
  max-width: 820px;
  margin: clamp(65px, 7vw, 95px) auto 0;
  padding: 34px 25px 0;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.poh-site-credit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(215, 185, 140, 0.5),
    transparent
  );
}

.poh-site-credit-label {
    display: block;
    margin-bottom: 11px;
    color: #d7b98c;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.19em;
    font-size: 1.25em;
    line-height: 1.4;
    text-transform: uppercase;
}

.poh-site-credit p {
    margin: 0;
    font-size: clamp(0.88rem, 1.3vw, 1.25rem);
    line-height: 1.75;
}
.poh-site-credit a {
  position: relative;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08em;
  font-weight: 700;
  text-decoration: none;
}

.poh-site-credit a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: #d7b98c;
  transform: scaleX(0.35);
  transform-origin: center;
  transition: transform 200ms ease;
}

.poh-site-credit a:hover {
  color: #d7b98c;
}

.poh-site-credit a:hover::after {
  transform: scaleX(1);
}

@media screen and (max-width: 767px) {
  .poh-site-credit {
    margin-top: 58px;
    padding: 30px 12px 0;
  }

  .poh-site-credit::before {
    left: 0;
    right: 0;
  }

  .poh-site-credit p {
    font-size: 0.9rem;
  }
}

/* =========================================================
   SPONSOR LOGO SIZE CORRECTIONS
   Place this after all existing sponsor styles
   ========================================================= */

.poh-sponsor-card {
  overflow: hidden;
}

/*
 * Remove the old 90px ceiling and the large padding
 * applied directly to every image.
 */
.poh-sponsor-card img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
}

/*
 * Give the wrapper the available logo area.
 * Padding belongs on the card/wrapper—not the image itself.
 */
.poh-sponsor-logo-wrap {
  display: flex;
  width: 100%;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Keystone — largest */
.poh-sponsor-level-keystone .poh-sponsor-card {
  width: min(100%, 520px);
  min-height: 300px;
  padding: 1.5rem;
}

.poh-sponsor-level-keystone .poh-sponsor-logo-wrap {
  height: 220px;
}

.poh-sponsor-level-keystone .poh-sponsor-card img {
  height: 100%;
}

/* Gold */
.poh-sponsor-level-gold .poh-sponsor-card {
  width: min(100%, 390px);
  min-height: 255px;
  padding: 1.35rem;
}

.poh-sponsor-level-gold .poh-sponsor-logo-wrap {
  height: 175px;
}

.poh-sponsor-level-gold .poh-sponsor-card img {
  height: 100%;
}

/* Silver */
.poh-sponsor-level-silver .poh-sponsor-card {
  width: min(100%, 290px);
  min-height: 215px;
  padding: 1.15rem;
}

.poh-sponsor-level-silver .poh-sponsor-logo-wrap {
  height: 135px;
}

.poh-sponsor-level-silver .poh-sponsor-card img {
  height: 100%;
}

/* Bronze */
.poh-sponsor-level-bronze .poh-sponsor-card {
  width: min(100%, 225px);
  min-height: 180px;
  padding: 1rem;
}

.poh-sponsor-level-bronze .poh-sponsor-logo-wrap {
  height: 105px;
}

.poh-sponsor-level-bronze .poh-sponsor-card img {
  height: 100%;
}

/* Additional sponsors */
.poh-sponsor-level-other .poh-sponsor-card {
  width: min(100%, 200px);
  min-height: 165px;
  padding: 0.9rem;
}

.poh-sponsor-level-other .poh-sponsor-logo-wrap {
  height: 90px;
}

.poh-sponsor-level-other .poh-sponsor-card img {
  height: 100%;
}

/* Keep the company name from consuming too much space */
.poh-sponsor-card-name {
  flex: 0 0 auto;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  line-height: 1.25;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .poh-sponsor-level-keystone .poh-sponsor-card,
  .poh-sponsor-level-gold .poh-sponsor-card {
    width: 100%;
  }

  .poh-sponsor-level-silver .poh-sponsor-card,
  .poh-sponsor-level-bronze .poh-sponsor-card,
  .poh-sponsor-level-other .poh-sponsor-card {
    width: calc(50% - 0.5rem);
  }

  .poh-sponsor-level-keystone .poh-sponsor-logo-wrap {
    height: 180px;
  }

  .poh-sponsor-level-gold .poh-sponsor-logo-wrap {
    height: 145px;
  }

  .poh-sponsor-level-silver .poh-sponsor-logo-wrap {
    height: 110px;
  }

  .poh-sponsor-level-bronze .poh-sponsor-logo-wrap {
    height: 85px;
  }

  .poh-sponsor-level-other .poh-sponsor-logo-wrap {
    height: 75px;
  }
}

@media (max-width: 600px) {
.home-feature-content h2 {
    font-size: clamp(36px, 10vw, 58px);
}
}

@media (max-width: 480px) {
  .poh-sponsor-level-silver .poh-sponsor-card,
  .poh-sponsor-level-bronze .poh-sponsor-card,
  .poh-sponsor-level-other .poh-sponsor-card {
    width: 100%;
  }
}
