@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

:root {
  --brand-plum: #b83dba;
  --brand-plum-rgb: 184, 61, 186;
  --brand-plum-deep: #7a2f7c;
  --brand-plum-deep-rgb: 122, 47, 124;
  --brand-plum-soft: #e5b8e5;
  --brand-green: #21c46b;
  --brand-green-rgb: 33, 196, 107;
  --brand-green-deep: #149756;
  --brand-green-deep-rgb: 20, 151, 86;
  --brand-connect-orange: #e45700;
  --brand-connect-orange-rgb: 228, 87, 0;
  --brand-ink: #2a1a2a;

  --primary-color: var(--brand-plum);
  --primary-color-rgb: var(--brand-plum-rgb);
  --secondary-color: var(--brand-plum-deep);
  --secondary-color-rgb: var(--brand-plum-deep-rgb);
  --bg-gradient-1: 135deg, rgba(var(--brand-plum-rgb), 0.12) 0%, rgba(var(--brand-plum-deep-rgb), 0.42) 100%;
  --logo-width: 78px;
}

a.btn-main.btn-cta-green,
.btn-main.btn-cta-green {
  background: linear-gradient(135deg, rgba(var(--brand-green-rgb), 0.98) 0%, rgba(var(--brand-green-deep-rgb), 0.98) 100%);
  box-shadow: 0 18px 34px rgba(var(--brand-green-rgb), 0.24);
}

a.btn-main.btn-cta-green:hover,
.btn-main.btn-cta-green:hover,
a.btn-main.btn-cta-green:focus-visible,
.btn-main.btn-cta-green:focus-visible {
  color: #ffffff;
  background: var(--brand-green-deep);
}

a.btn-main.btn-cta-plum,
.btn-main.btn-cta-plum {
  background: linear-gradient(135deg, rgba(var(--brand-plum-rgb), 0.98) 0%, rgba(var(--brand-plum-deep-rgb), 0.98) 100%);
  box-shadow: 0 18px 34px rgba(var(--brand-plum-rgb), 0.28);
}

a.btn-main.btn-cta-plum:hover,
.btn-main.btn-cta-plum:hover,
a.btn-main.btn-cta-plum:focus-visible,
.btn-main.btn-cta-plum:focus-visible {
  color: #ffffff;
  background: var(--brand-plum-deep);
}

.news-date-badge {
  background: linear-gradient(135deg, rgba(var(--brand-green-rgb), 0.98) 0%, rgba(var(--brand-green-deep-rgb), 0.96) 100%);
  box-shadow: 0 18px 34px rgba(var(--brand-green-rgb), 0.24);
}

.pagination .page-item.active .page-link {
  background: var(--brand-green);
  border-color: var(--brand-green);
  color: #ffffff;
}

.pagination .page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--brand-green-rgb), 0.22);
}

#mainmenu li a:before {
  background: var(--brand-green) !important;
}

.subtitle:before,
.subtitle:after {
  color: var(--primary-color);
}

.subtitle:not(.id-color),
.dark-scheme .subtitle:not(.id-color),
.text-light .subtitle:not(.id-color) {
  color: var(--brand-green);
}

.subtitle {
  display: table;
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}

section > .container > .row:first-child h1,
section > .container > .row:first-child h2 {
  font-family: Impact, Haettenschweiler, "Anton", "Arial Narrow Bold", sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.float-text a,
.float-text.dark a,
.dark-scheme .float-text a,
.float-text span,
.dark-scheme .float-text span {
  color: var(--brand-green);
}

.bg-gradient-1,
.overlay-gradient,
.de-overlay-gradient {
  background: linear-gradient(135deg, rgba(var(--brand-plum-rgb), 0.86), rgba(var(--brand-plum-deep-rgb), 0.94)) !important;
}

.de-overlay-gradient-2 {
  background: linear-gradient(135deg, rgba(var(--brand-plum-rgb), 0.88) 0%, rgba(var(--brand-plum-deep-rgb), 0) 100%) !important;
}

.gradient-edge-top.color {
  background: linear-gradient(180deg, rgba(var(--brand-plum-rgb), 1) 0%, rgba(var(--brand-plum-rgb), 0.34) 36%, rgba(var(--brand-plum-rgb), 0) 100%) !important;
}

#section-hero .gradient-edge-top.color {
  background: linear-gradient(180deg, rgba(var(--brand-plum-rgb), 0.72) 0%, rgba(var(--brand-plum-rgb), 0.18) 42%, rgba(var(--brand-plum-rgb), 0) 100%) !important;
}

#section-hero .gradient-edge-top.op-6 {
  opacity: 0.34 !important;
}

#section-hero .gradient-edge-top.h-50 {
  height: 24% !important;
}

.gradient-edge-bottom.color {
  background: linear-gradient(0deg, rgba(var(--brand-plum-rgb), 0.92) 0%, rgba(var(--brand-plum-rgb), 0) 100%) !important;
}

.gradient-edge-end {
  background: linear-gradient(90deg, rgba(var(--brand-plum-rgb), 0) 0%, rgba(var(--brand-plum-rgb), 1) 100%) !important;
}

.radial-gradient-color {
  background: radial-gradient(circle, rgba(var(--brand-plum-rgb), 0) 42%, rgba(var(--brand-plum-rgb), 0.92) 100%) !important;
}

.live-map {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 22px;
  border: solid 1px rgba(var(--brand-plum-rgb), 0.18);
  border-radius: var(--rounded-1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.015) 100%);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
}

.live-map-stage {
  position: relative;
  overflow: hidden;
  border-radius: var(--rounded-1);
  background: radial-gradient(circle at 50% 45%, rgba(var(--brand-plum-rgb), 0.3) 0%, rgba(27, 18, 38, 0.98) 100%);
}

.live-map-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 5;
  object-fit: cover;
}

.live-map-marker {
  position: absolute;
  top: 35%;
  left: 58%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
}

.live-map-ping {
  position: absolute;
  inset: -10px;
  border: solid 1px rgba(var(--brand-plum-rgb), 0.32);
  border-radius: 999px;
  background: rgba(var(--brand-plum-rgb), 0.16);
}

.live-map-dot {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: var(--brand-plum);
  box-shadow: 0 0 0 6px rgba(var(--brand-plum-rgb), 0.18);
}

.live-map-tooltip {
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 240px;
  padding: 14px 16px;
  border: solid 1px rgba(var(--brand-plum-rgb), 0.24);
  border-radius: 16px;
  background: rgba(16, 12, 30, 0.88);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.live-map-tooltip strong,
.live-map-tooltip p,
.live-map-eyebrow {
  display: block;
}

.live-map-eyebrow {
  margin-bottom: 6px;
  color: var(--brand-plum-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.live-map-tooltip strong {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}

.live-map-tooltip p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.55;
}

.live-map-queue {
  margin-top: 14px;
  padding-top: 14px;
  border-top: solid 1px rgba(var(--brand-plum-rgb), 0.14);
}

.live-map-queue-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.live-map-queue-status {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(var(--brand-plum-rgb), 0.14);
  color: var(--brand-plum-soft);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.live-map-queue-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.live-map-queue-list:empty::before {
  content: "Live nightlife updates stream here.";
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.6;
}

.hero-wordmark {
  display: block;
  width: min(50.4vw, 532px);
  max-width: 100%;
  aspect-ratio: 2.7 / 1;
  margin: 0 auto;
  background: url("/static/assets/nitelive/typo.svg") center 48% / cover no-repeat;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(100%, 920px);
  margin: 0 auto;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.hero-actions .btn-main.fx-slide {
  margin: 0 !important;
  min-width: clamp(180px, 18vw, 230px);
}

.hero-metric {
  padding: 16px 18px;
  border: solid 1px rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.04) 100%),
    rgba(10, 12, 28, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 32px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(10px);
}

.hero-metric-value,
.hero-metric-label {
  display: block;
}

.hero-metric-value {
  color: #ffffff;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.hero-metric-label {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-transform: uppercase;
}

.event-card-label {
  display: inline-block;
  color: var(--brand-plum-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.venue-contact-card {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  width: min(100%, 360px);
  margin: 0 auto;
  text-align: left;
}

.venue-contact-card > i {
  flex: 0 0 60px;
  width: 60px;
  line-height: 1;
  text-align: center;
}

.venue-contact-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.venue-contact-copy p {
  margin: 6px 0 0;
}

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

.platform-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 28px;
  border: solid 1px rgba(var(--brand-plum-rgb), 0.18);
  border-radius: var(--rounded-1);
  background: transparent;
  color: #ffffff;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.platform-link:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 32px 68px rgba(0, 0, 0, 0.28);
}

.platform-link-business {
  background: transparent;
}

.platform-link-business:hover {
  border-color: rgba(255, 255, 255, 0.16);
}

.platform-link-icon {
  width: 104px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
  border: solid 1px rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 38px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.platform-link-icon--brand {
  width: auto;
  height: auto;
  align-self: center;
  justify-content: center;
  margin: 12px auto 34px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.platform-link-icon img {
  display: block;
  width: 72%;
  height: 72%;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

.platform-link-icon--brand img {
  width: clamp(168px, 16.8vw, 224px);
  height: auto;
}

.platform-link-icon--connect img {
  width: clamp(179px, 17.5vw, 238px);
}

.platform-link-kicker,
.platform-link-name {
  display: block;
}

.platform-link-kicker {
  color: var(--brand-plum-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.platform-link-name {
  margin-top: 8px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.platform-link-copy {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.75;
}

.platform-link-list {
  width: 100%;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.platform-link-list li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.6;
}

.platform-link-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--brand-plum);
  box-shadow: 0 0 0 6px rgba(var(--brand-plum-rgb), 0.12);
}

.platform-link-business .platform-link-list li::before {
  background: var(--brand-connect-orange);
  box-shadow: 0 0 0 6px rgba(var(--brand-connect-orange-rgb), 0.16);
}

.platform-link-actions {
  width: 100%;
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.diagram-spotlight {
  width: min(100%, 760px);
  margin: 18px auto 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.diagram-spotlight-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.platform-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border: solid 1px rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.platform-chip:hover,
.platform-chip:focus {
  transform: translateY(-2px);
  border-color: rgba(var(--brand-plum-rgb), 0.42);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.legal-policy-shell {
  max-width: 1120px;
}

.legal-policy-panel {
  padding: 28px;
  border: solid 1px rgba(var(--brand-plum-rgb), 0.16);
  border-radius: var(--rounded-1);
  background:
    radial-gradient(circle at top right, rgba(var(--brand-plum-rgb), 0.12) 0%, rgba(var(--brand-plum-rgb), 0) 34%),
    linear-gradient(180deg, rgba(24, 18, 42, 0.98) 0%, rgba(13, 12, 28, 0.96) 100%);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.2);
}

.legal-policy-panel + .legal-policy-panel {
  margin-top: 18px;
}

.legal-policy-panel h2,
.legal-policy-panel h3,
.legal-policy-panel h4 {
  color: #ffffff;
}

.legal-policy-panel p:last-child,
.legal-policy-panel ul:last-child,
.legal-policy-panel ol:last-child {
  margin-bottom: 0;
}

.legal-meta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.legal-meta li {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(var(--brand-plum-rgb), 0.12);
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-list,
.legal-numbered {
  margin: 16px 0 0;
  padding-left: 20px;
}

.legal-list li,
.legal-numbered li {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
}

.legal-list li + li,
.legal-numbered li + li {
  margin-top: 8px;
}

.legal-highlight {
  padding: 18px 20px;
  border-left: solid 3px rgba(var(--brand-plum-rgb), 0.9);
  border-radius: 0 18px 18px 0;
  background: rgba(var(--brand-plum-rgb), 0.08);
}

.legal-highlight p {
  margin-bottom: 0;
}

.legal-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.legal-inline-links a {
  color: var(--brand-plum-soft);
  text-decoration: none;
}

.legal-inline-links a:hover,
.legal-inline-links a:focus {
  color: #ffffff;
}

.legal-footer-links {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
}

.legal-footer-links a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.legal-footer-links a:hover,
.legal-footer-links a:focus {
  color: #ffffff;
}

.events-section-title {
  color: var(--brand-green);
  font-family: Impact, Haettenschweiler, "Anton", "Arial Narrow Bold", sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.venue-gallery-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.22);
}

.venue-gallery-image-contact {
  aspect-ratio: auto;
  max-height: 560px;
  object-position: center;
}

.event-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  border: solid 1px rgba(255, 255, 255, 0.06);
  border-radius: var(--rounded-1);
  background:
    radial-gradient(circle at top right, rgba(var(--brand-plum-rgb), 0.12) 0%, rgba(var(--brand-plum-rgb), 0) 36%),
    linear-gradient(180deg, rgba(24, 18, 42, 0.98) 0%, rgba(13, 12, 28, 0.96) 100%);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
}

.event-card[data-event-overlay-open] {
  cursor: pointer;
}

.event-card[data-event-overlay-open]:focus-visible {
  outline: 2px solid rgba(var(--brand-plum-rgb), 0.92);
  outline-offset: 4px;
}

.event-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  line-height: 0;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.04);
}

.event-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 12, 24, 0) 25%, rgba(9, 12, 24, 0.24) 68%, rgba(9, 12, 24, 0.54) 100%),
    radial-gradient(circle at top right, rgba(var(--brand-plum-rgb), 0.22) 0%, rgba(var(--brand-plum-rgb), 0) 34%);
}

.event-card-media img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  min-width: 0;
  min-height: 0;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

.event-distance {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(12, 12, 28, 0.7);
  border: solid 1px rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-card-title {
  position: absolute;
  inset: 50% 14px auto;
  z-index: 2;
  margin: 0;
  color: var(--brand-green);
  font-family: Impact, Haettenschweiler, "Anton", "Arial Narrow Bold", sans-serif !important;
  font-size: clamp(22px, 1.9vw, 30px);
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
  text-transform: uppercase;
  transform: translateY(-50%);
}

.event-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px 14px 16px;
}

.event-card-detail + .event-card-detail {
  margin-top: 10px;
}

.event-card-detail strong,
.event-card-meta-item strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.35;
}

.event-card-detail p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.45;
}

.event-card-address {
  min-height: 72px;
}

.event-card-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.event-card-meta-item {
  min-width: 0;
}

.event-ticketline {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
}

.event-ticketline-link {
  width: 100%;
  text-align: center;
  background: var(--primary-color);
  border: none;
  color: var(--btn-color);
}

.event-ticketline-link:hover,
.event-ticketline-link:focus {
  background: var(--primary-color);
  border: none;
  color: var(--btn-color);
}

.events-scroll {
  --event-card-width: 256px;
  --event-gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
  overscroll-behavior-x: contain;
  user-select: none;
}

.events-scroll:active {
  cursor: grabbing;
}

.events-scroll.is-dragging {
  cursor: grabbing;
}

.events-scroll.is-dragging * {
  pointer-events: none;
}

.events-scroll::-webkit-scrollbar {
  display: none;
}

.events-scroll-track {
  display: flex;
  align-items: stretch;
  gap: var(--event-gap);
  width: max-content;
  padding-right: var(--event-gap);
}

.events-scroll-track > .event-card {
  flex: 0 0 var(--event-card-width);
  width: var(--event-card-width);
  min-width: var(--event-card-width);
  max-width: var(--event-card-width);
}

.event-overlay {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  background: rgba(8, 10, 24, 0.76);
  backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.event-overlay[hidden] {
  display: none;
}

.event-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.event-overlay-dialog {
  position: relative;
  width: min(1080px, 100%);
  max-height: min(840px, calc(100vh - 32px));
  overflow: auto;
  border: solid 1px rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(var(--brand-plum-rgb), 0.18) 0%, rgba(var(--brand-plum-rgb), 0) 32%),
    linear-gradient(180deg, rgba(19, 18, 40, 0.98) 0%, rgba(12, 12, 26, 0.98) 100%);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
  overscroll-behavior: contain;
}

.event-overlay-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  padding: 10px 14px;
  border: solid 1px rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(8, 10, 24, 0.64);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-overlay-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  min-height: 100%;
}

.event-overlay-media {
  position: relative;
  min-height: 420px;
  background: rgba(255, 255, 255, 0.03);
}

.event-overlay-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 12, 24, 0.06) 0%, rgba(9, 12, 24, 0.18) 38%, rgba(9, 12, 24, 0.72) 100%),
    radial-gradient(circle at top right, rgba(var(--brand-plum-rgb), 0.28) 0%, rgba(var(--brand-plum-rgb), 0) 36%);
}

.event-overlay-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.event-overlay-distance {
  top: 24px;
  left: 24px;
  right: auto;
}

.event-overlay-copy {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 2;
}

.event-overlay-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--brand-plum-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.event-overlay-title {
  margin: 0;
  color: var(--brand-green);
  font-family: Impact, Haettenschweiler, "Anton", "Arial Narrow Bold", sans-serif !important;
  font-size: clamp(30px, 3vw, 42px);
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.event-overlay-body {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 30px;
}

.event-overlay-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.event-overlay-description {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.8;
}

.event-overlay-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.event-overlay-fact {
  min-width: 0;
  padding: 15px 16px;
  border: solid 1px rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.event-overlay-fact strong,
.event-overlay-fact p {
  display: block;
  margin: 6px 0 0;
  color: #ffffff;
  line-height: 1.55;
}

.event-overlay-fact p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.event-overlay-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  padding-top: 4px;
}

.event-overlay-actions > * {
  flex: 1 1 220px;
}

.event-overlay-ticketline {
  text-align: center;
}

.event-overlay-dismiss {
  border-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.showcase-card[data-showcase-open] {
  cursor: pointer;
}

.showcase-card-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
}

.showcase-card .showcase-card-copy h4,
.showcase-card-copy .relative h4 {
  margin-bottom: 0;
  color: var(--brand-green);
  font-family: Impact, Haettenschweiler, "Anton", "Arial Narrow Bold", sans-serif !important;
  font-size: clamp(28px, 2.4vw, 40px);
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.55);
}

.showcase-card[data-showcase-open]:focus-visible {
  outline: 2px solid rgba(var(--brand-plum-rgb), 0.92);
  outline-offset: 4px;
}

.showcase-overlay {
  position: fixed;
  inset: 0;
  z-index: 3050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  background: rgba(8, 10, 24, 0.78);
  backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.showcase-overlay[hidden] {
  display: none;
}

.showcase-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.showcase-overlay-dialog {
  position: relative;
  width: min(1120px, 100%);
  max-height: min(860px, calc(100vh - 32px));
  overflow: auto;
  border: solid 1px rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(var(--brand-plum-rgb), 0.16) 0%, rgba(var(--brand-plum-rgb), 0) 34%),
    linear-gradient(180deg, rgba(18, 18, 36, 0.98) 0%, rgba(10, 10, 24, 0.98) 100%);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
  overscroll-behavior: contain;
}

.showcase-overlay-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  padding: 10px 14px;
  border: solid 1px rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(8, 10, 24, 0.64);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.showcase-overlay-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.96fr);
  min-height: 100%;
}

.showcase-overlay-media {
  position: relative;
  min-height: 460px;
  background: rgba(255, 255, 255, 0.03);
}

.showcase-overlay-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 12, 24, 0.06) 0%, rgba(9, 12, 24, 0.22) 42%, rgba(9, 12, 24, 0.78) 100%),
    radial-gradient(circle at top right, rgba(var(--brand-plum-rgb), 0.24) 0%, rgba(var(--brand-plum-rgb), 0) 36%);
}

.showcase-overlay-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.showcase-overlay-copy {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 2;
}

.showcase-overlay-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--brand-plum-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.showcase-overlay-title {
  margin: 0;
  color: var(--brand-green);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.showcase-overlay-summary {
  max-width: 34rem;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.8;
}

.showcase-overlay-summary:empty {
  display: none;
}

.showcase-overlay-body {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 30px;
}

.showcase-overlay-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.showcase-overlay-steps {
  display: grid;
  gap: 14px;
}

.showcase-step {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border: solid 1px rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
}

.showcase-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(var(--brand-plum-rgb), 0.14);
  border: solid 1px rgba(var(--brand-plum-rgb), 0.18);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.showcase-step-copy {
  min-width: 0;
}

.showcase-step-title {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.showcase-step-text {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.7;
}

.showcase-overlay-footer {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: auto;
  padding-top: 2px;
}

.showcase-overlay-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.7;
}

.showcase-overlay-dismiss {
  align-self: flex-start;
  min-width: 220px;
  border-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

body.event-overlay-open,
body.showcase-overlay-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .legal-policy-panel {
    padding: 22px;
  }

  .venue-contact-card {
    justify-content: flex-start;
    width: min(100%, 320px);
  }

  .platform-links {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .platform-link {
    padding: 22px;
  }

  .diagram-spotlight {
    padding: 0;
    border-radius: 0;
  }

  .platform-link-name {
    font-size: 20px;
  }

  .event-card-title {
    font-size: 18px;
    inset-inline: 12px;
  }

  .event-distance {
    top: 14px;
    right: 14px;
  }

  .event-card-body {
    padding: 16px;
  }

  .event-overlay {
    padding: 16px 12px;
  }

  .event-overlay-dialog {
    max-height: calc(100vh - 24px);
    border-radius: 24px;
  }

  .event-overlay-layout {
    grid-template-columns: 1fr;
  }

  .event-overlay-media {
    min-height: 320px;
  }

  .event-overlay-body {
    padding: 24px 20px 22px;
  }

  .event-overlay-facts {
    grid-template-columns: 1fr;
  }

  .event-overlay-actions > * {
    flex-basis: 100%;
  }

  .showcase-overlay {
    padding: 16px 12px;
  }

  .showcase-overlay-dialog {
    max-height: calc(100vh - 24px);
    border-radius: 24px;
  }

  .showcase-overlay-layout {
    grid-template-columns: 1fr;
  }

  .showcase-overlay-media {
    min-height: 320px;
  }

  .showcase-overlay-body {
    padding: 24px 20px 22px;
  }

  .showcase-step {
    grid-template-columns: 1fr;
  }

  .showcase-step-number {
    width: 46px;
    height: 46px;
  }

  .showcase-overlay-dismiss {
    width: 100%;
    align-self: stretch;
  }

  .events-scroll {
    --event-card-width: 82vw;
    --event-gap: 14px;
  }

  .events-scroll-track {
    padding-right: var(--event-gap);
  }

  .event-card-address {
    min-height: 0;
  }

  .event-card-meta {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}


#section-hero video {
  opacity: 0.5;
  filter: brightness(0.5) contrast(1.08) saturate(2.8) sepia(1) hue-rotate(56deg);
}

#section-hero .sw-overlay {
  background: linear-gradient(180deg, rgba(10, 12, 28, 0.18) 0%, rgba(10, 12, 28, 0.34) 100%) !important;
}

#section-hero .sw-overlay.op-8 {
  opacity: 0.48 !important;
}

#section-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 38%, rgba(var(--brand-green-rgb), 0.2) 0%, rgba(var(--brand-green-rgb), 0.06) 24%, rgba(var(--brand-green-rgb), 0) 58%),
    linear-gradient(135deg, rgba(var(--brand-green-rgb), 0.12) 0%, rgba(var(--brand-green-rgb), 0.02) 100%);
  mix-blend-mode: screen;
}

header.transparent.smaller {
  background: linear-gradient(180deg, rgba(13, 15, 46, 0.42) 0%, rgba(41, 18, 67, 0.32) 100%) !important;
  border-bottom: solid 1px rgba(var(--brand-plum-rgb), 0.12);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.dark-scheme header.transparent.header-mobile,
header.transparent.header-mobile {
  background: linear-gradient(180deg, rgba(14, 16, 49, 0.44) 0%, rgba(42, 18, 69, 0.34) 100%) !important;
  border-bottom: solid 1px rgba(var(--brand-plum-rgb), 0.12);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.hero-logo-wash {
  overflow: hidden;
  isolation: isolate;
}

.hero-logo-wash::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 6%, rgba(229, 184, 229, 0.96) 0%, rgba(184, 61, 186, 0.72) 8%, rgba(184, 61, 186, 0.36) 18%, rgba(122, 47, 124, 0.18) 30%, rgba(122, 47, 124, 0) 48%),
    radial-gradient(circle at 0% 0%, rgba(184, 61, 186, 0.54) 0%, rgba(184, 61, 186, 0.18) 22%, rgba(184, 61, 186, 0) 42%),
    linear-gradient(180deg, rgba(122, 47, 124, 0.28) 0%, rgba(122, 47, 124, 0) 24%);
}

.hero-logo-wash > .sw-overlay,
.hero-logo-wash > .gradient-edge-bottom {
  z-index: 1;
}

.hero-logo-wash > .abs {
  z-index: 3 !important;
}

.donation-panel {
  border: solid 1px rgba(var(--brand-plum-rgb), 0.22);
  background: linear-gradient(180deg, rgba(23, 21, 40, 0.96) 0%, rgba(15, 13, 28, 0.94) 100%);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.donation-story-card,
.donation-impact-card {
  height: 100%;
  border: solid 1px rgba(var(--brand-plum-rgb), 0.18);
  border-radius: var(--rounded-1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.015) 100%);
}

.donation-story-card {
  padding: 32px;
}

.donation-impact-card {
  padding: 24px;
}

.donation-impact-card h4,
.donation-story-card h4 {
  margin-bottom: 10px;
}

.donation-impact-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--brand-plum-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.donation-choice-grid,
.payment-choice-grid {
  display: grid;
  gap: 14px;
}

.donation-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.payment-choice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.donation-choice-input,
.payment-choice-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.donation-choice-card,
.payment-choice-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  min-height: 112px;
  padding: 20px;
  border: solid 1px rgba(var(--brand-plum-rgb), 0.2);
  border-radius: var(--rounded-1);
  background: rgba(255, 255, 255, 0.02);
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.payment-choice-card {
  align-items: center;
  min-height: 72px;
  padding: 16px;
  text-align: center;
}

.donation-choice-card:hover,
.payment-choice-card:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--brand-plum-rgb), 0.5);
}

.donation-choice-input:checked + .donation-choice-card,
.payment-choice-input:checked + .payment-choice-card {
  border-color: rgba(var(--brand-plum-rgb), 0.8);
  background: linear-gradient(180deg, rgba(var(--brand-plum-rgb), 0.22) 0%, rgba(var(--brand-plum-deep-rgb), 0.12) 100%);
  box-shadow: 0 18px 36px rgba(184, 61, 186, 0.16);
}

.donation-choice-card-wide {
  min-height: 88px;
  grid-column: 1 / -1;
}

.donation-choice-price {
  color: var(--brand-plum-soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.donation-choice-card strong,
.payment-choice-card strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.donation-choice-card small,
.payment-choice-card small {
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.5;
}

.payment-choice-card strong {
  font-size: 16px;
}

.donation-custom-row {
  position: relative;
}

.donation-currency {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  color: var(--brand-plum-soft);
  font-size: 18px;
  font-weight: 700;
}

.donation-custom-row input[type="number"] {
  width: 100%;
  padding: 14px 18px 14px 42px;
  border: solid 1px rgba(var(--brand-plum-rgb), 0.28);
  border-radius: var(--rounded-1);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
}

.donation-custom-row input[type="number"]::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.donation-helper {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.7;
}

.donation-submit {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  letter-spacing: 0.12em;
}

.donation-hero-copy {
  max-width: 34rem;
}

header a.btn-main.fx-slide {
  min-width: 230px;
}

.globe-art {
  display: block;
  width: 88%;
  max-width: 560px;
  margin: 0 auto;
  filter: drop-shadow(0 24px 40px rgba(184, 61, 186, 0.16));
  transform-origin: center center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
}

img.rotate-animation {
  animation: rotate-horizontal-animation 12s infinite linear !important;
}

@keyframes rotate-horizontal-animation {
  0% {
    transform: perspective(1400px) rotateY(0deg);
  }
  50% {
    transform: perspective(1400px) rotateY(180deg);
  }
  100% {
    transform: perspective(1400px) rotateY(360deg);
  }
}

header #logo img[src$="logo.svg"] {
  max-width: 51px;
}

footer img.w-150px[src$="logo.svg"] {
  width: 98px !important;
}

img.w-80px[src$="logo.svg"] {
  width: 52px !important;
}

@media (max-width: 991.98px) {
  header a.btn-main.fx-slide {
    min-width: 0;
  }

  header.header-mobile .de-flex {
    position: relative;
    justify-content: center;
  }

  header.header-mobile .de-flex > .de-flex-col:first-child {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-start;
  }

  header.header-mobile #logo {
    width: auto;
    display: flex;
    justify-content: flex-start;
  }

  header #logo a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  header.header-mobile #logo a {
    justify-content: flex-start;
    max-width: none;
  }

  header.header-mobile #logo img.logo-mobile {
    max-width: 44px;
  }

  header.header-mobile .de-flex > .de-flex-col:last-child {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  header.header-mobile .de-flex > .de-flex-col:last-child > a.btn-main.fx-slide {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 112px !important;
    min-width: 112px;
    margin: 0;
    line-height: 1;
    white-space: nowrap;
  }

  header.header-mobile .de-flex > .de-flex-col:last-child > a.btn-main.fx-slide span[data-mobile-label] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 1;
    text-align: center;
  }

  header.header-mobile .de-flex > .de-flex-col:last-child > a.btn-main.fx-slide span[data-mobile-label]::after {
    content: attr(data-mobile-label);
    display: inline-block;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-align: center;
  }

  header.header-mobile:not(.menu-open) #mainmenu {
    display: none;
  }

  header.header-mobile.menu-open {
    overflow: visible;
  }

  header.header-mobile.menu-open #mainmenu {
    display: block !important;
    position: fixed !important;
    top: 88px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 32px 140px !important;
    overflow-y: auto !important;
    background: var(--bg-dark-1);
    z-index: 1200;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  header.header-mobile.menu-open #mainmenu > li {
    float: none !important;
    display: block !important;
    width: 100% !important;
    clear: both;
    margin: 0 !important;
  }

  header.header-mobile.menu-open #mainmenu > li > a.menu-item {
    display: block !important;
    width: 100% !important;
    padding: 14px 0 !important;
    text-align: left;
  }

  header.header-mobile .de-flex > .de-flex-col:last-child {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }

  header.header-mobile .menu_side_area {
    width: auto;
    margin-left: 0;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 620px);
  }

  .hero-actions {
    width: min(100%, 620px);
    margin: 0 auto;
  }

  .hero-actions .btn-main.fx-slide {
    flex: 1 1 220px;
    min-width: 0;
  }

  .live-map {
    padding: 18px;
  }

  .hero-wordmark {
    width: min(58.8vw, 434px);
  }

  .globe-art {
    width: 100%;
    max-width: 500px;
  }

  .payment-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  #section-hero {
    min-height: auto;
    padding-top: 150px !important;
    padding-bottom: 64px;
  }

  #section-hero .abs.abs-centered {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100%;
    margin: 0 auto;
  }

  #section-hero .container {
    padding-top: 0;
  }

  #section-hero .col-lg-12.text-center {
    padding-top: 0;
  }

  #section-hero .subtitle {
    display: table;
    margin: 0 auto 14px;
    position: relative;
    z-index: 4;
  }

  #section-hero h1 {
    margin-top: 0;
    margin-bottom: 20px !important;
  }

  .hero-metrics {
    gap: 10px;
  }

  .hero-metric {
    padding: 14px 12px;
  }

  .live-map {
    padding: 16px;
  }

  .live-map-tooltip {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
  }

  .hero-wordmark {
    aspect-ratio: 2.16 / 1;
    width: min(70vw, 320px);
    background-position: center 32%;
  }

  .donation-choice-grid,
  .payment-choice-grid {
    grid-template-columns: 1fr;
  }

  .donation-story-card,
  .donation-impact-card {
    padding: 24px;
  }
}

@media (max-width: 479.98px) {
  .hero-metrics {
    grid-template-columns: 1fr;
    width: min(100%, 280px);
  }
}

header .de-flex-col:last-child {
  gap: 8px;
}

header .de-flex-col:last-child a.btn-main.fx-slide {
  min-width: 0;
  flex-shrink: 0;
  padding: 8px 16px;
  white-space: nowrap;
}

body.home-page header .de-flex-col:last-child a.btn-main.fx-slide {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity .3s ease, transform .3s ease, visibility 0s linear .3s;
}

body.home-page header.show-header-cta .de-flex-col:last-child a.btn-main.fx-slide {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity .3s ease, transform .3s ease, visibility 0s;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  header .de-flex-col:last-child a.btn-main.fx-slide {
    padding: 7px 12px;
  }
}
