/* WMHA Gala landing page only */
@font-face {
  font-family: "Ninna WMHA";
  src: url("/themes/custom/primary_bootstrap/fonts/Ninna-Regular.woff2") format("woff2"),
       url("/themes/custom/primary_bootstrap/fonts/Ninna-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


.wmha-page {
  --wmha-mist: #B8CACC;
  --wmha-cherry: #B2123E;
  --wmha-blue: #2A24E4;
  --wmha-olive: #847A47;
  --wmha-green-olive: #6A733C;
  --wmha-pine: #283728;
  --wmha-rosy-taupe: #CE938A;
  --wmha-carbon: #191A20;
  --wmha-bordeaux: #461119;
  --wmha-cream: #F7F1EA;

  background: var(--wmha-carbon);
  color: #fff;
  min-height: 100vh;
  font-family: "Degular Text", Degular, degular, Arial, Helvetica, sans-serif !important;
}

/* Hide Drupal's default node title/subtitle output */
body.path-2026-women-making-history-awards .wmha-page h1:not(.wmha-title),
body.path-2026-women-making-history-awards .wmha-page .page-header,
body.path-2026-women-making-history-awards .wmha-page .node__title,
body.path-2026-women-making-history-awards .wmha-page .field--name-field-subtitle,
body.path-2026-women-making-history-awards .wmha-page .field--name-field-associated-date {
  display: none !important;
}

.wmha-page * {
  box-sizing: border-box;
}

.wmha-shell {
  background: var(--wmha-carbon);
  color: #fff;
}

.wmha-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.wmha-section {
  padding: 100px 0;
  scroll-margin-top: 90px;
}

.wmha-section-dark {
  background: var(--wmha-carbon);
  color: #fff;
}

.wmha-section-light {
  background: var(--wmha-cream);
  color: var(--wmha-carbon);
}

/* Event-only header */

.wmha-event-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 20px 40px;
  background: rgba(25, 26, 32, 0.97);
  border-bottom: 1px solid rgba(132, 122, 71, 0.55);
}
.wmha-brand-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
}

.wmha-brand-logo img {
  display: block;
  width: auto;
  max-width: 320px;
  max-height: 54px;
  height: auto;
}

@media (max-width: 900px) {
  .wmha-brand-logo img {
    max-width: 240px;
    max-height: 48px;
  }
}

.wmha-brand-small {
  display: block;
  color: var(--wmha-olive);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}

.wmha-brand-main {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-top: 4px;
}

.wmha-event-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.wmha-event-nav a {
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  font-weight: 700;
}

.wmha-event-nav a:hover,
.wmha-event-nav a:focus {
  color: var(--wmha-rosy-taupe) !important;
}

.wmha-nav-button {
  background: var(--wmha-cherry);
  color: #fff !important;
  padding: 12px 20px;
}

/* Hero */

.wmha-hero {
  min-height: 760px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 75% 45%, rgba(206, 147, 138, 0.22), transparent 36%),
    linear-gradient(135deg, #121318 0%, var(--wmha-carbon) 46%, var(--wmha-pine) 100%);
}

.wmha-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 70px;
  align-items: center;
}

.wmha-eyebrow {
  color: var(--wmha-olive) !important;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}
    
.wmha-title,
.wmha-page h2 {
  font-family: "Degular Display", Degular, degular, Arial, Helvetica, sans-serif !important;
  font-style: normal !important;
  font-weight: 650 !important;
  font-synthesis: none;
  line-height: 0.95;
  margin: 0 0 24px;
  letter-spacing: -0.02em;
}

.wmha-title {
  color: #fff !important;
  font-size: clamp(64px, 9vw, 118px);
  letter-spacing: -0.015em !important;
}

.wmha-ninna,
.wmha-title-ninna {
  font-family: "Ninna WMHA", "Degular Display", Degular, serif;
}

.wmha-page h2 {
  color: inherit !important;
  font-size: clamp(42px, 6vw, 74px);
  letter-spacing: -0.01em !important;
}

.wmha-section-dark h2 {
  color: #fff !important;
}

.wmha-section-light h2 {
  color: var(--wmha-carbon) !important;
}

.wmha-intro,
.wmha-lede {
  max-width: 720px;
  font-size: 20px;
  line-height: 1.55;
}

.wmha-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.wmha-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 28px;
  border: 1px solid transparent;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 13px;
}

.wmha-button-primary {
  background: var(--wmha-cherry);
  color: #fff !important;
}

.wmha-button-secondary {
  color: #fff !important;
  border-color: var(--wmha-olive);
  background: transparent;
}

.wmha-button-outline-dark {
  color: var(--wmha-carbon) !important;
  border-color: var(--wmha-olive);
  background: transparent;
}

/* Placeholders */

.wmha-image-placeholder,
.wmha-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  border: 1px dashed rgba(132, 122, 71, 0.85);
  color: var(--wmha-olive);
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  padding: 20px;
}

.wmha-section-light .wmha-image-placeholder,
.wmha-section-light .wmha-card-image {
  background: rgba(184, 202, 204, 0.18);
}

.wmha-wide-placeholder {
  min-height: 380px;
}

/* Grids and cards */

.wmha-details-grid,
.wmha-card-grid {
  display: grid;
  gap: 24px;
  margin-top: 44px;
}

.wmha-details-grid {
  grid-template-columns: repeat(3, 1fr);
}

.wmha-card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.wmha-package-grid {
  grid-template-columns: repeat(4, 1fr);
}

.wmha-detail,
.wmha-card {
  padding: 28px;
  border: 1px solid rgba(132, 122, 71, 0.55);
}

.wmha-section-dark .wmha-detail,
.wmha-section-dark .wmha-card {
  background: rgba(255, 255, 255, 0.04);
}

.wmha-section-light .wmha-detail,
.wmha-section-light .wmha-card {
  background: rgba(255, 255, 255, 0.78);
}

.wmha-detail h3,
.wmha-card h3,
.wmha-faq-item h3 {
  margin: 0 0 10px;
  color: inherit !important;
  font-size: 18px;
}

.wmha-detail p,
.wmha-card p,
.wmha-faq-item p {
  margin: 0;
}

.wmha-package {
  text-align: center;
}

.wmha-package .wmha-button {
  margin-top: 20px;
}

/* FAQ */

.wmha-faq-item {
  border-top: 1px solid rgba(132, 122, 71, 0.55);
  padding: 24px 0;
}

/* Responsive */

@media (max-width: 900px) {
  .wmha-event-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
  }

  .wmha-event-nav {
    gap: 14px;
  }

  .wmha-hero-grid,
  .wmha-details-grid,
  .wmha-card-grid,
  .wmha-package-grid {
    grid-template-columns: 1fr;
  }

  .wmha-section {
    padding: 64px 0;
  }

  .wmha-title {
    font-size: clamp(58px, 18vw, 92px);
  }
}

/* Hide Drupal title/subtitle blocks. This CSS file only loads on the WMHA page. */
.block-entity-fieldnodetitle,
.block-entity-fieldnodefield-subtitle,
section[data-block-plugin-id="entity_field:node:title"],
section[data-block-plugin-id="entity_field:node:field_subtitle"] {
  display: none !important;
}

/* Make the WMHA landing page break out of the Drupal content container */
.wmha-shell {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: clip;
}

/* Use a wider content width, closer to the main site/homepage */
.wmha-container {
  width: min(1400px, calc(100% - 80px));
  margin-left: auto;
  margin-right: auto;
}

/* Full-width hero background */
.wmha-hero {
  width: 100%;
  min-height: 760px;
  padding-top: 120px;
  padding-bottom: 120px;
}

/* Give the hero content more breathing room */
.wmha-hero-grid {
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
}

.wmha-hero-visual .wmha-image-placeholder {
  min-height: 420px;
  aspect-ratio: 12 / 7;
  background-image:
    linear-gradient(rgba(25, 26, 32, 0.22), rgba(25, 26, 32, 0.22)),
    url("../img/wmha-2026-hero.jpg");
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(132, 122, 71, 0.65);
}

/* Keep the event header content aligned to the same 1400px width */
.wmha-event-header {
  width: 100%;
  padding-left: max(40px, calc((100vw - 1400px) / 2));
  padding-right: max(40px, calc((100vw - 1400px) / 2));
}

/* Wider light panels */
.wmha-section-light .wmha-container {
  max-width: 1400px;
}

/* Hero title accent treatment */
.wmha-title {
  line-height: 0.92;
}

.wmha-title-line {
  display: block;
}

.wmha-title-accent,
.wmha-title-dot {
  color: var(--wmha-rosy-taupe) !important;
}

/* More refined CTA buttons */
.wmha-button,
.wmha-nav-button {
  border-radius: 0;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.wmha-button:hover,
.wmha-button:focus,
.wmha-nav-button:hover,
.wmha-nav-button:focus {
  transform: translateY(-1px);
}

/* Primary button with border + arrow */
.wmha-button-primary,
.wmha-nav-button {
  border: 1px solid rgba(206, 147, 138, 0.65) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.wmha-button-primary::after,
.wmha-nav-button::after {
  content: "→";
  display: inline-block;
  margin-left: 14px;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
}

/* Watch recap button with play icon */
.wmha-button-secondary {
  border: 1px solid var(--wmha-olive) !important;
  background: rgba(25, 26, 32, 0.35) !important;
  color: #fff !important;
}

.wmha-button-secondary::before {
  content: "▶";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 12px;
  border: 1px solid var(--wmha-olive);
  border-radius: 50%;
  color: var(--wmha-olive);
  font-size: 8px;
  line-height: 1;
  text-indent: 1px;
}

/* Slightly softer hover states */
.wmha-button-primary:hover,
.wmha-button-primary:focus,
.wmha-nav-button:hover,
.wmha-nav-button:focus {
  background: var(--wmha-bordeaux) !important;
  border-color: var(--wmha-rosy-taupe) !important;
  color: #fff !important;
}

.wmha-button-secondary:hover,
.wmha-button-secondary:focus {
  border-color: var(--wmha-rosy-taupe) !important;
  color: #fff !important;
}

/* Fix inherited NWHM h1 span positioning on custom WMHA title */
body.path-2026-women-making-history-awards .wmha-title span,
body.path-2026-women-making-history-awards .wmha-title-line,
body.path-2026-women-making-history-awards .wmha-title-accent,
body.path-2026-women-making-history-awards .wmha-title-dot {
  position: static !important;
  top: auto !important;
  transform: none !important;
}

/* Restore clean hero title rhythm */
body.path-2026-women-making-history-awards .wmha-title {
  line-height: 0.96 !important;
  margin-top: 0 !important;
  margin-bottom: 36px !important;
}

/* Add more space between date and title */
body.path-2026-women-making-history-awards .wmha-hero .wmha-eyebrow {
  display: block;
  margin-bottom: 34px !important;
}

/* Override inherited NWHM h1 span positioning inside the WMHA title */
.wmha-page .wmha-title > span,
.wmha-page .wmha-title span,
.wmha-shell .wmha-title > span,
.wmha-shell .wmha-title span,
h1.wmha-title > span,
h1.wmha-title span {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
}

/* Restore clean title spacing */
.wmha-page h1.wmha-title,
.wmha-shell h1.wmha-title,
h1.wmha-title {
  display: block !important;
  line-height: 0.98 !important;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  overflow: visible !important;
}

/* Keep each title word on its own line */
.wmha-page .wmha-title-line,
.wmha-shell .wmha-title-line,
.wmha-title-line {
  display: block !important;
}

/* Give the date enough room above the title */
.wmha-page .wmha-hero .wmha-eyebrow,
.wmha-shell .wmha-hero .wmha-eyebrow,
.wmha-hero .wmha-eyebrow {
  display: block !important;
  margin-bottom: 42px !important;
  position: relative !important;
  z-index: 2 !important;
}

/* Five-card package grid after adding Individual Tickets */
.wmha-package-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.wmha-package .wmha-button {
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  text-align: center;
}

/* FAQ hotel details */
.wmha-hotel-list {
  display: grid;
  gap: 24px;
  margin-top: 28px;
}

.wmha-hotel {
  padding: 24px;
  border: 1px solid rgba(132, 122, 71, 0.55);
  background: rgba(255, 255, 255, 0.04);
}

.wmha-hotel h4 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 20px;
}

.wmha-hotel p + p {
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .wmha-package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .wmha-package-grid {
    grid-template-columns: 1fr;
  }
}

/* WMHA inline text links: override global black hover */
.wmha-page a:not(.wmha-button):not(.wmha-nav-button),
.wmha-shell a:not(.wmha-button):not(.wmha-nav-button) {
  color: var(--wmha-rosy-taupe) !important;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

.wmha-page a:not(.wmha-button):not(.wmha-nav-button):hover,
.wmha-page a:not(.wmha-button):not(.wmha-nav-button):focus,
.wmha-shell a:not(.wmha-button):not(.wmha-nav-button):hover,
.wmha-shell a:not(.wmha-button):not(.wmha-nav-button):focus {
  color: var(--wmha-mist) !important;
  text-decoration: none !important;
}

/* Better contrast for links inside light cream sections */
.wmha-section-light a:not(.wmha-button):not(.wmha-nav-button) {
  color: var(--wmha-cherry) !important;
}

.wmha-section-light a:not(.wmha-button):not(.wmha-nav-button):hover,
.wmha-section-light a:not(.wmha-button):not(.wmha-nav-button):focus {
  color: var(--wmha-bordeaux) !important;
}


/* Recap video thumbnail card */
.wmha-video-card {
  display: block;
  position: relative;
  text-decoration: none !important;
  color: #fff !important;
}

.wmha-video-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(132, 122, 71, 0.65);
  background: rgba(255, 255, 255, 0.06);
}

.wmha-video-thumb img {
  display: block;
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  filter: brightness(0.72) saturate(0.95);
  transition: transform 220ms ease, filter 220ms ease;
}

.wmha-video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: radial-gradient(circle, rgba(25, 26, 32, 0.08), rgba(25, 26, 32, 0.35));
}

.wmha-video-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border: 1px solid var(--wmha-olive);
  border-radius: 50%;
  color: var(--wmha-olive);
  background: rgba(25, 26, 32, 0.72);
  font-size: 26px;
  line-height: 1;
  text-indent: 4px;
}

.wmha-video-label {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 14px;
  font-weight: 700;
}

.wmha-video-card:hover .wmha-video-thumb img,
.wmha-video-card:focus .wmha-video-thumb img {
  transform: scale(1.025);
  filter: brightness(0.82) saturate(1);
}

.wmha-video-card:hover .wmha-video-play,
.wmha-video-card:focus .wmha-video-play {
  border-color: var(--wmha-rosy-taupe);
  color: var(--wmha-rosy-taupe);
}

/* Phase 2 hero: use final hero image as full section background */
.wmha-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(
      90deg,
      rgba(25, 26, 32, 0.98) 0%,
      rgba(25, 26, 32, 0.92) 34%,
      rgba(25, 26, 32, 0.62) 62%,
      rgba(25, 26, 32, 0.82) 100%
    ),
    url("/themes/custom/primary_bootstrap/img/wmha-2026-hero.jpg") center right / cover no-repeat !important;
}

/* Keep hero text readable and intentional */
.wmha-hero-grid {
  display: block !important;
}

.wmha-hero-copy {
  max-width: 620px;
  position: relative;
  z-index: 2;
}

/* Remove old placeholder area if it is still in the HTML by mistake */
.wmha-hero-visual {
  display: none !important;
}

/* Phase 2: use Ninna for event display headlines */
.wmha-title,
.wmha-page h2 {
  font-family: "Ninna WMHA", "Degular Display", Degular, degular, Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: -0.015em !important;
}

.wmha-title {
  font-size: clamp(72px, 9vw, 132px);
  line-height: 0.9 !important;
}

.wmha-page h2 {
  font-size: clamp(46px, 6vw, 82px);
  line-height: 0.95 !important;
}

/* Phase 2: Honorees cards */
#honorees .wmha-card-grid {
  align-items: start;
}

#honorees .wmha-card {
  padding: 12px;
  background: rgba(255, 255, 255, 0.02);
}

#honorees .wmha-card-image {
  min-height: 0;
  padding: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid rgba(132, 122, 71, 0.55);
  background: #e7dfd4;
}

#honorees .wmha-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Make the honoree name optically dominant */
#honorees .wmha-card h3 {
  margin: 16px 0 6px;
  font-family: "Degular Text", "Degular Display", Degular, degular, Arial, Helvetica, sans-serif;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #fff;
}

/* Keep the recognition area secondary */
#honorees .wmha-card p {
  margin: 0;
  font-family: "Degular Text", Degular, degular, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wmha-olive);
}


/* Phase 2: Improved honorees layout */
.wmha-honorees-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.wmha-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(280px, 0.45fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 64px;
}

.wmha-section-intro .wmha-lede {
  margin: 0 0 12px;
  max-width: 420px;
  font-size: 18px;
}

.wmha-honoree-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.wmha-honoree-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(132, 122, 71, 0.58);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.015));
  padding: 18px;
  min-height: 100%;
}

.wmha-honoree-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #e7dfd4;
  border: 1px solid rgba(132, 122, 71, 0.45);
}

.wmha-honoree-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.95);
}

.wmha-honoree-copy {
  padding-top: 22px;
}

.wmha-honoree-status {
  margin: 0 0 10px;
  color: var(--wmha-olive) !important;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 700;
}

.wmha-honoree-card h3 {
  margin: 0 0 10px;
  color: #fff !important;
  font-family: "Degular Text", "Degular Display", Degular, degular, Arial, Helvetica, sans-serif !important;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  font-weight: 700;
}

.wmha-honoree-role {
  margin: 0;
  color: var(--wmha-rosy-taupe) !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 700;
}

/* Remove old honoree card styling conflicts */
#honorees .wmha-card-grid,
#honorees .wmha-card,
#honorees .wmha-card-image {
  all: unset;
}

@media (max-width: 1000px) {
  .wmha-section-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .wmha-honoree-grid {
    grid-template-columns: 1fr;
  }

  .wmha-honoree-card {
    grid-template-columns: 180px 1fr;
    grid-template-rows: auto;
    gap: 24px;
    align-items: center;
  }

  .wmha-honoree-copy {
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  .wmha-honoree-card {
    grid-template-columns: 1fr;
  }
}


/* Phase 2: Sponsor / package card alignment only
   This does not change HTML content or other sections. */

#sponsor .wmha-package-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: stretch !important;
}

#sponsor .wmha-package {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 300px !important;
}

#sponsor .wmha-package-copy {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

#sponsor .wmha-package h3 {
  margin: 0 !important;
  color: var(--wmha-carbon) !important;
  font-family: "Degular Text", Degular, degular, Arial, Helvetica, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
}

#sponsor .wmha-package-price {
  margin: 0 !important;
  color: var(--wmha-carbon) !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}

#sponsor .wmha-package-meta {
  margin: 0 !important;
  color: var(--wmha-bordeaux) !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

#sponsor .wmha-package-desc {
  margin: 0 !important;
  color: rgba(25, 26, 32, 0.78) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

/* This is the key alignment requested */
#sponsor .wmha-package .wmha-button {
  width: 100% !important;
  margin-top: auto !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  min-height: 46px !important;
  font-size: 11px !important;
}

@media (max-width: 1200px) {
  #sponsor .wmha-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  #sponsor .wmha-package-grid {
    grid-template-columns: 1fr !important;
  }

  #sponsor .wmha-package {
    min-height: 0 !important;
  }
}

/* Phase 2: FAQ accordions and hotel hierarchy */
.wmha-faq-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.wmha-faq-accordions {
  margin-top: 48px;
  border-top: 1px solid rgba(132, 122, 71, 0.42);
}

.wmha-faq-accordion {
  border-bottom: 1px solid rgba(132, 122, 71, 0.42);
}

.wmha-faq-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
  cursor: pointer;
  list-style: none;
  color: #fff;
  font-family: "Degular Text", Degular, degular, Arial, Helvetica, sans-serif;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.wmha-faq-accordion summary::-webkit-details-marker {
  display: none;
}

.wmha-faq-accordion summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--wmha-rosy-taupe);
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
}

.wmha-faq-accordion[open] summary::after {
  content: "–";
}

.wmha-faq-panel {
  max-width: 980px;
  padding: 0 0 34px;
}

.wmha-faq-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.65;
}

.wmha-faq-panel p + p {
  margin-top: 22px;
}

.wmha-faq-panel a {
  color: var(--wmha-rosy-taupe) !important;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.wmha-faq-panel a:hover,
.wmha-faq-panel a:focus {
  color: var(--wmha-mist) !important;
  text-decoration: none !important;
}

/* Hotel cards */
.wmha-hotel-list {
  display: grid;
  gap: 26px;
  margin-top: 34px;
}

.wmha-hotel {
  padding: 28px;
  border: 1px solid rgba(132, 122, 71, 0.55);
  background: rgba(255, 255, 255, 0.045);
}

.wmha-hotel-heading {
  margin-bottom: 22px;
}

.wmha-hotel-heading h4 {
  margin: 0 0 8px;
  color: #fff;
  font-family: "Degular Text", Degular, degular, Arial, Helvetica, sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.wmha-hotel-heading p {
  margin: 0;
  color: var(--wmha-olive);
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.wmha-hotel-details {
  display: grid;
  gap: 16px;
  margin: 0 0 22px;
}

.wmha-hotel-details div {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 24px;
}

.wmha-hotel-details dt {
  color: var(--wmha-rosy-taupe);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.wmha-hotel-details dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.5;
}

.wmha-hotel-booking {
  padding-top: 18px;
  border-top: 1px solid rgba(132, 122, 71, 0.32);
}

.wmha-hotel-booking a {
  font-weight: 700;
}

@media (max-width: 760px) {
  .wmha-faq-accordion summary {
    font-size: 22px;
    padding: 24px 0;
  }

  .wmha-hotel {
    padding: 22px;
  }

  .wmha-hotel-details div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* Host Committee */
.wmha-host-committee-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.wmha-host-list {
  columns: 3;
  column-gap: 56px;
  list-style: none;
  padding: 0;
  margin: 48px 0 0;
}

.wmha-host-list li {
  break-inside: avoid;
  margin: 0 0 14px;
  color: var(--wmha-carbon);
  font-family: "Degular Text", Degular, degular, Arial, Helvetica, sans-serif;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.02em;
}

@media (max-width: 900px) {
  .wmha-host-list {
    columns: 2;
  }
}

@media (max-width: 600px) {
  .wmha-host-list {
    columns: 1;
  }
}

/* Phase 3: Sponsorship package layout update — append-only override */
#sponsor .wmha-section-intro {
  margin-bottom: 34px;
}

#sponsor .wmha-package-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
  margin-top: 46px !important;
}

#sponsor .wmha-package {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  min-height: 360px !important;
  padding: 34px 30px !important;
  text-align: left !important;
  background: rgba(255, 255, 255, 0.68) !important;
  border: 1px solid rgba(132, 122, 71, 0.55) !important;
  box-shadow: 0 18px 38px rgba(25, 26, 32, 0.06) !important;
}

#sponsor .wmha-package h3 {
  margin: 0 0 10px !important;
  color: var(--wmha-carbon) !important;
  font-family: "Degular Text", Degular, degular, Arial, Helvetica, sans-serif !important;
  font-size: 23px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

#sponsor .wmha-package-price {
  margin: 0 0 8px !important;
  color: var(--wmha-bordeaux) !important;
  font-size: 24px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
}

#sponsor .wmha-package-meta {
  margin: 0 0 22px !important;
  color: var(--wmha-olive) !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

#sponsor .wmha-package-list,
#sponsor .wmha-package ul {
  margin: 0 !important;
  padding-left: 20px !important;
  color: var(--wmha-carbon) !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  text-align: left !important;
}

#sponsor .wmha-package-list li,
#sponsor .wmha-package li {
  margin: 0 0 10px !important;
  padding-left: 4px !important;
  text-align: left !important;
}

#sponsor .wmha-package-list li::marker,
#sponsor .wmha-package li::marker {
  color: var(--wmha-bordeaux);
}

#sponsor .wmha-package .wmha-button {
  display: none !important;
}

#sponsor .wmha-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  margin-top: 36px !important;
}

@media (max-width: 1100px) {
  #sponsor .wmha-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  #sponsor .wmha-package-grid {
    grid-template-columns: 1fr !important;
  }

  #sponsor .wmha-package {
    min-height: 0 !important;
    padding: 28px 24px !important;
  }

  #sponsor .wmha-actions {
    flex-direction: column !important;
  }

  #sponsor .wmha-actions .wmha-button {
    width: 100% !important;
  }
}

/* Add visual elevation to About the Evening detail boxes */
#about .wmha-details-grid {
  gap: 26px;
  margin-top: 48px;
}

#about .wmha-detail {
  position: relative;
  overflow: hidden;
  min-height: 136px;
  padding: 32px 34px;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(132, 122, 71, 0.48);
  box-shadow: 0 18px 38px rgba(25, 26, 32, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

#about .wmha-detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    90deg,
    var(--wmha-bordeaux),
    var(--wmha-rosy-taupe),
    var(--wmha-olive)
  );
}

#about .wmha-detail:hover {
  transform: translateY(-4px);
  border-color: rgba(132, 122, 71, 0.78);
  box-shadow: 0 24px 48px rgba(25, 26, 32, 0.12);
}

#about .wmha-detail h3 {
  margin-bottom: 16px;
  color: var(--wmha-olive) !important;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#about .wmha-detail p {
  color: var(--wmha-carbon);
  font-family: "Degular Text", Degular, degular, Arial, Helvetica, sans-serif;
  font-size: clamp(20px, 1.7vw, 27px);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.02em;
}

@media (max-width: 760px) {
  #about .wmha-detail {
    min-height: 0;
    padding: 28px 26px;
  }

  #about .wmha-detail p {
    font-size: 21px;
  }
}

/* Phase 3: Make WMHA header reliably persistent across browsers */
.wmha-shell {
  padding-top: 64px;
}

.wmha-event-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  background: var(--wmha-carbon) !important;
  box-shadow: 0 12px 30px rgba(25, 26, 32, 0.18);
}

/* Prevent anchor links from landing hidden under the fixed header */
#about,
#honorees,
#sponsor,
#archive,
#faq,
#host-committee {
  scroll-margin-top: 92px;
}

/* Logged-in Drupal admin toolbar offset */
body.toolbar-fixed .wmha-event-header {
  top: 39px !important;
}

body.toolbar-fixed .wmha-shell {
  padding-top: 103px;
}

body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .wmha-event-header {
  top: 79px !important;
}

body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .wmha-shell {
  padding-top: 143px;
}

@media (max-width: 760px) {
  .wmha-shell {
    padding-top: 72px;
  }

  #about,
  #honorees,
  #sponsor,
  #archive,
  #faq,
  #host-committee {
    scroll-margin-top: 104px;
  }
}
/*  Past Events video balanced inset + hover expansion */
#archive .wmha-video-card {
  display: block !important;
  box-sizing: border-box !important;
  padding: 18px !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.045) !important;
  border: 1px solid rgba(132, 122, 71, 0.48) !important;
  line-height: 0 !important;
}

#archive .wmha-video-thumb {
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  transform: scale(1) !important;
  transform-origin: center center !important;
  transition: transform 260ms ease !important;
}

#archive .wmha-video-thumb img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  transform: scale(1) !important;
  transform-origin: center center !important;
  transition: transform 260ms ease, opacity 260ms ease !important;
}

#archive .wmha-video-card:hover .wmha-video-thumb,
#archive .wmha-video-card:focus .wmha-video-thumb {
  transform: scale(1.045) !important;
}

#archive .wmha-video-card:hover .wmha-video-thumb img,
#archive .wmha-video-card:focus .wmha-video-thumb img {
  transform: scale(1.015) !important;
}

/* addon Past Events video visible inset frame */
#archive .wmha-video-card {
  display: block !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  padding: 24px !important;
  overflow: hidden !important;
  background: rgba(247, 241, 234, 0.075) !important;
  border: 1px solid rgba(132, 122, 71, 0.7) !important;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24) !important;
  line-height: 0 !important;
}

#archive .wmha-video-thumb {
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  border: 0 !important;
  background: transparent !important;
  transform: scale(1) !important;
  transform-origin: center center !important;
  transition: transform 300ms ease !important;
}

#archive .wmha-video-thumb img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  object-fit: cover !important;
  transform: scale(1) !important;
  transform-origin: center center !important;
  transition: transform 300ms ease, filter 300ms ease !important;
}

#archive .wmha-video-card:hover .wmha-video-thumb,
#archive .wmha-video-card:focus .wmha-video-thumb {
  transform: scale(1.055) !important;
}

#archive .wmha-video-card:hover .wmha-video-thumb img,
#archive .wmha-video-card:focus .wmha-video-thumb img {
  transform: scale(1.02) !important;
  filter: brightness(0.84) saturate(1.02) !important;
}

@media (max-width: 760px) {
  #archive .wmha-video-card {
    padding: 14px !important;
  }
}

/* WMHA sponsorship accordions */
#sponsor .wmha-sponsor-accordions {
  margin-top: 46px;
  border-top: 1px solid rgba(132, 122, 71, 0.55);
}

#sponsor .wmha-sponsor-accordion {
  margin: 0;
  border-bottom: 1px solid rgba(132, 122, 71, 0.55);
  background: rgba(255, 255, 255, 0.52);
}

#sponsor .wmha-sponsor-accordion summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 28px;
  align-items: center;
  gap: 20px;
  min-height: 96px;
  padding: 24px 30px;
  cursor: pointer;
  list-style: none;
  transition: background-color 180ms ease, color 180ms ease;
}

#sponsor .wmha-sponsor-accordion summary::-webkit-details-marker {
  display: none;
}

#sponsor .wmha-sponsor-accordion summary::after {
  content: "+";
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--wmha-bordeaux);
  border: 1px solid currentColor;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  transition: transform 180ms ease, color 180ms ease, background-color 180ms ease;
}

#sponsor .wmha-sponsor-accordion[open] summary::after {
  transform: rotate(45deg);
  color: #fff;
  background: var(--wmha-bordeaux);
}

#sponsor .wmha-sponsor-accordion summary:hover,
#sponsor .wmha-sponsor-accordion summary:focus-visible,
#sponsor .wmha-sponsor-accordion[open] summary {
  background: rgba(206, 147, 138, 0.12);
  outline: none;
}

#sponsor .wmha-sponsor-tier {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  color: var(--wmha-carbon);
  font-family: "Ninna WMHA", "Degular Display", Degular, serif;
  font-size: clamp(29px, 3.2vw, 48px);
  line-height: 0.95;
}

#sponsor .wmha-sponsor-limit {
  color: var(--wmha-olive);
  font-family: "Degular Text", Degular, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#sponsor .wmha-sponsor-price {
  color: var(--wmha-bordeaux);
  font-family: "Degular Text", Degular, Arial, Helvetica, sans-serif;
  font-size: clamp(21px, 2.3vw, 30px);
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

#sponsor .wmha-sponsor-panel {
  padding: 2px 30px 34px;
}

#sponsor .wmha-sponsor-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 42px;
  max-width: 1040px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#sponsor .wmha-sponsor-panel li {
  position: relative;
  margin: 0;
  padding: 15px 0 15px 20px;
  border-top: 1px solid rgba(132, 122, 71, 0.32);
  color: var(--wmha-carbon);
  font-family: "Degular Text", Degular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.35;
}

#sponsor .wmha-sponsor-panel li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--wmha-rosy-taupe);
  border-radius: 50%;
}

#sponsor .wmha-sponsor-panel strong {
  color: var(--wmha-cherry);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

#sponsor .wmha-sponsor-subnote {
  display: block;
  margin-top: 3px;
  color: rgba(70, 17, 25, 0.82);
  font-family: "Ninna WMHA", Georgia, serif;
  font-size: 0.92em;
  font-style: italic;
}

#sponsor .wmha-sponsor-corporate-note {
  max-width: 860px;
  margin: 40px 0 0;
  padding: 28px 30px;
  border-left: 5px solid var(--wmha-bordeaux);
  background: rgba(184, 202, 204, 0.24);
}

#sponsor .wmha-sponsor-corporate-note h3 {
  margin: 0 0 10px;
  color: var(--wmha-carbon);
  font-family: "Degular Text", Degular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#sponsor .wmha-sponsor-corporate-note p {
  margin: 0;
  color: var(--wmha-carbon);
  font-size: 18px;
  line-height: 1.45;
}

#sponsor .wmha-package-grid {
  display: none !important;
}

@media (max-width: 760px) {
  #sponsor .wmha-sponsor-accordion summary {
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 14px;
    min-height: 88px;
    padding: 22px 20px;
  }

  #sponsor .wmha-sponsor-price {
    grid-column: 1;
    grid-row: 2;
    font-size: 22px;
  }

  #sponsor .wmha-sponsor-accordion summary::after {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 24px;
    height: 24px;
    font-size: 21px;
  }

  #sponsor .wmha-sponsor-tier {
    font-size: 32px;
  }

  #sponsor .wmha-sponsor-panel {
    padding: 0 20px 28px;
  }

  #sponsor .wmha-sponsor-panel ul {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #sponsor .wmha-sponsor-panel li {
    font-size: 17px;
  }

  #sponsor .wmha-sponsor-corporate-note {
    margin-top: 28px;
    padding: 24px 22px;
  }

  #sponsor .wmha-sponsor-corporate-note p {
    font-size: 17px;
  }
}
/* Host Committee: co-chairs and alphabetical committee roster */
.wmha-host-chairs {
  display: grid;
  grid-template-columns: minmax(170px, 0.45fr) 1fr;
  align-items: start;
  gap: 24px 48px;
  margin: 46px 0 48px;
  padding: 28px 30px;
  background: rgba(255, 255, 255, 0.35);
  border-top: 1px solid rgba(132, 122, 71, 0.58);
  border-bottom: 1px solid rgba(132, 122, 71, 0.58);
}

.wmha-host-role,
.wmha-host-members h3 {
  margin: 0;
  color: var(--wmha-bordeaux);
  font-family: "Degular Text", Degular, degular, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.15;
  text-transform: uppercase;
}

.wmha-host-chair-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 34px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wmha-host-chair-list li {
  color: var(--wmha-carbon);
  font-family: "Degular Text", Degular, degular, Arial, Helvetica, sans-serif;
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.wmha-host-members h3 {
  margin-bottom: 28px;
}

.wmha-host-members .wmha-host-list {
  margin-top: 0;
}

@media (max-width: 720px) {
  .wmha-host-chairs {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }
}

@media (max-width: 520px) {
  .wmha-host-chair-list {
    grid-template-columns: 1fr;
  }
}

/* 2026 sponsorship accordion + Navy Pier activation callout */
#sponsor .wmha-sponsor-accordions {
  margin-top: 48px;
  border-top: 1px solid rgba(132, 122, 71, 0.48);
}

#sponsor .wmha-sponsor-accordion {
  border-bottom: 1px solid rgba(132, 122, 71, 0.48);
}

#sponsor .wmha-sponsor-accordion summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 24px;
  gap: 20px;
  align-items: center;
  padding: 27px 0;
  cursor: pointer;
  list-style: none;
}

#sponsor .wmha-sponsor-accordion summary::-webkit-details-marker {
  display: none;
}

#sponsor .wmha-sponsor-accordion summary::after {
  content: "+";
  color: var(--wmha-bordeaux);
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  text-align: right;
}

#sponsor .wmha-sponsor-accordion[open] summary::after {
  content: "−";
}

#sponsor .wmha-sponsor-tier,
#sponsor .wmha-sponsor-price {
  color: var(--wmha-carbon);
  font-family: "Degular Text", "Degular Display", Degular, Arial, Helvetica, sans-serif;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.025em;
}

#sponsor .wmha-sponsor-price {
  color: var(--wmha-bordeaux);
  white-space: nowrap;
}

#sponsor .wmha-sponsor-limit {
  display: inline-block;
  margin-left: 10px;
  color: var(--wmha-olive);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  vertical-align: middle;
}

#sponsor .wmha-sponsor-panel {
  padding: 0 0 30px;
}

#sponsor .wmha-sponsor-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 42px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#sponsor .wmha-sponsor-panel li {
  margin: 0;
  padding: 13px 0 12px;
  border-bottom: 1px solid rgba(132, 122, 71, 0.24);
  color: var(--wmha-carbon);
  font-family: "Degular Text", "Degular Display", Degular, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.32;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none !important;
}

#sponsor .wmha-sponsor-panel li strong {
  color: var(--wmha-bordeaux);
  font-size: 0.86em;
  font-weight: 800;
  letter-spacing: 0.06em;
}

#sponsor .wmha-sponsor-subnote {
  display: block;
  margin-top: 4px;
  color: rgba(25, 26, 32, 0.72);
  font-family: "Ninna WMHA", Georgia, serif;
  font-size: 0.92em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
  text-transform: none !important;
}

#sponsor .wmha-sponsor-new {
  display: inline-block;
  margin-left: 7px;
  color: var(--wmha-bordeaux);
  font-size: 0.82em;
  font-weight: 800;
  letter-spacing: 0.08em;
}

#sponsor .wmha-navy-pier-callout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.8fr);
  gap: 42px;
  margin: 64px 0 44px;
  padding: 42px;
  border: 1px solid rgba(132, 122, 71, 0.55);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 18px 38px rgba(25, 26, 32, 0.06);
}

#sponsor .wmha-callout-kicker {
  margin: 0 0 10px;
  color: var(--wmha-bordeaux);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#sponsor .wmha-navy-pier-callout h3,
#sponsor .wmha-navy-pier-terms h4,
#sponsor .wmha-sponsor-corporate-note h3 {
  margin: 0 0 18px;
  color: var(--wmha-carbon);
  font-family: "Ninna WMHA", "Degular Display", Georgia, serif;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.98;
}

#sponsor .wmha-navy-pier-callout p,
#sponsor .wmha-sponsor-corporate-note p {
  color: var(--wmha-carbon);
  font-size: 17px;
  line-height: 1.45;
}

#sponsor .wmha-navy-pier-list {
  list-style: none;
  margin: 25px 0;
  padding: 0;
}

#sponsor .wmha-navy-pier-list li {
  display: inline-block;
  margin: 0 18px 10px 0;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(181, 20, 79, 0.36);
  color: var(--wmha-carbon);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}

#sponsor .wmha-navy-pier-note {
  margin-bottom: 0;
  font-family: "Ninna WMHA", Georgia, serif;
  font-size: 19px;
  font-style: italic;
}

#sponsor .wmha-navy-pier-terms {
  align-self: start;
  padding: 30px;
  background: var(--wmha-bordeaux);
}

#sponsor .wmha-navy-pier-terms .wmha-callout-kicker,
#sponsor .wmha-navy-pier-terms h4,
#sponsor .wmha-navy-pier-terms p {
  color: #fff;
}

#sponsor .wmha-navy-pier-terms h4 {
  font-size: clamp(27px, 2.6vw, 38px);
}

#sponsor .wmha-navy-pier-terms p {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  font-size: 16px;
  line-height: 1.4;
}

#sponsor .wmha-navy-pier-terms p:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

#sponsor .wmha-sponsor-corporate-note {
  margin: 0 0 38px;
  padding: 34px 38px;
  border-left: 4px solid var(--wmha-olive);
  background: rgba(255, 255, 255, 0.52);
}

#sponsor .wmha-sponsor-corporate-note h3 {
  font-size: clamp(28px, 2.8vw, 40px);
}

#sponsor .wmha-sponsor-corporate-note p {
  max-width: 850px;
  margin: 0;
}

@media (max-width: 800px) {
  #sponsor .wmha-sponsor-accordion summary {
    grid-template-columns: minmax(0, 1fr) auto 18px;
    gap: 12px;
    padding: 22px 0;
  }

  #sponsor .wmha-sponsor-tier,
  #sponsor .wmha-sponsor-price {
    font-size: 23px;
  }

  #sponsor .wmha-sponsor-limit {
    display: block;
    margin: 6px 0 0;
  }

  #sponsor .wmha-sponsor-panel ul {
    grid-template-columns: 1fr;
  }

  #sponsor .wmha-navy-pier-callout {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 46px;
    padding: 30px 26px;
  }

  #sponsor .wmha-navy-pier-terms,
  #sponsor .wmha-sponsor-corporate-note {
    padding: 28px 24px;
  }
}
/* Sponsor accordions: fix inherited marker overlap and improve subnote legibility */
#sponsor .wmha-sponsor-panel li::before {
  content: none !important;
  display: none !important;
}

#sponsor .wmha-sponsor-panel li {
  padding-left: 0 !important;
}

#sponsor .wmha-sponsor-subnote,
#sponsor .wmha-navy-pier-note {
  font-family: "Degular Text", "Degular Display", Degular, Arial, Helvetica, sans-serif !important;
  font-size: 0.95em !important;
  font-style: italic;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  line-height: 1.35 !important;
}
