*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
}

.hv-lounge {
  --hv-lounge-crimson: #b42318;
  --hv-lounge-crimson-deep: #7a1210;
  --hv-lounge-gold: #c9a46a;
  --hv-lounge-ink: #07090c;
  --hv-lounge-mist: rgba(255, 255, 255, 0.72);
  --hv-lounge-line: rgba(255, 255, 255, 0.1);
  margin: 0;
  color: #fff;
  background: var(--hv-lounge-ink);
  font-family: Outfit, system-ui, sans-serif;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  position: relative;
}

.hv-lounge .container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hv-lounge img {
  max-width: 100%;
  height: auto;
}

.hv-lounge-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 0.75rem 0;
  background: rgba(7, 9, 12, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--hv-lounge-line);
  width: 100%;
  max-width: 100%;
}

.hv-lounge-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  min-width: 0;
}

.hv-lounge-brand {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.2rem, 4vw, 1.75rem);
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.02em;
  white-space: nowrap;
  flex-shrink: 0;
}

.hv-lounge-brand em {
  font-style: italic;
  color: var(--hv-lounge-gold);
}

.hv-lounge-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.4rem 0.55rem;
  min-width: 0;
}

.hv-lounge-nav-link {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.82rem;
  white-space: nowrap;
}

.hv-lounge-nav-link:hover {
  color: #fff;
}

.hv-lounge-nav-home {
  color: var(--hv-lounge-gold);
  font-weight: 600;
}

.hv-lounge-nav-actions .btn {
  white-space: nowrap;
  flex-shrink: 0;
}

.hv-lounge-hero {
  position: relative;
  min-height: min(88vh, 860px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.hv-lounge-hero-media {
  position: absolute;
  inset: 0;
  background-image: var(--hv-lounge-hero-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  animation: hvLoungeKenBurns 20s ease-in-out infinite alternate;
}

.hv-lounge-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(7, 9, 12, 0.9) 0%, rgba(7, 9, 12, 0.42) 52%, rgba(122, 18, 16, 0.28) 100%),
    linear-gradient(180deg, rgba(7, 9, 12, 0.15) 0%, rgba(7, 9, 12, 0.94) 100%);
}

.hv-lounge-hero-inner {
  position: relative;
  z-index: 2;
  padding: 5rem 0 3.25rem;
  max-width: 720px;
  width: 100%;
  margin-right: auto;
  margin-left: 0;
  animation: hvLoungeRise 0.9s ease both;
}

.hv-lounge-kicker {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hv-lounge-gold);
  font-weight: 600;
  max-width: 100%;
}

.hv-lounge-pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #35d07f;
  box-shadow: 0 0 0 0 rgba(53, 208, 127, 0.55);
  animation: hvLoungePulse 1.8s ease-out infinite;
  flex-shrink: 0;
}

.hv-lounge-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.4rem, 10vw, 5.8rem);
  font-weight: 600;
  line-height: 0.98;
  margin: 0 0 1rem;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.hv-lounge-lede,
.hv-lounge-copy {
  color: var(--hv-lounge-mist);
  font-size: clamp(0.95rem, 2.2vw, 1.12rem);
  line-height: 1.65;
  max-width: 36rem;
}

.hv-lounge-lede {
  margin-bottom: 1.5rem;
}

.hv-lounge-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  max-width: 100%;
}

.hv-lounge-btn,
.hv-lounge-btn-outline,
.hv-lounge-btn-ghost {
  border-radius: 999px;
  font-weight: 600;
  padding: 0.65rem 1.2rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.hv-lounge-btn {
  background: linear-gradient(135deg, var(--hv-lounge-crimson), var(--hv-lounge-crimson-deep));
  border: 0;
  color: #fff;
  box-shadow: 0 10px 30px rgba(180, 35, 24, 0.35);
}

.hv-lounge-btn:hover {
  color: #fff;
  filter: brightness(1.08);
}

.hv-lounge-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  background: transparent;
}

.hv-lounge-btn-outline:hover {
  color: #fff;
  border-color: #fff;
}

.hv-lounge-btn-ghost {
  border: 1px solid rgba(201, 164, 106, 0.55);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.hv-lounge-btn-ghost:hover {
  color: #fff;
  border-color: var(--hv-lounge-gold);
}

.hv-lounge-btn-lg {
  padding: 0.85rem 1.4rem;
  min-width: 0;
}

.hv-lounge-section-intro {
  padding: 3.5rem 0 2rem;
  max-width: 40rem;
}

.hv-lounge-section-intro--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 42rem;
}

.hv-lounge-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
  color: var(--hv-lounge-gold);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.hv-lounge-heading {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.7rem, 5vw, 3rem);
  font-weight: 600;
  margin-bottom: 0.85rem;
  line-height: 1.15;
  word-wrap: break-word;
}

/* Signature spaces */
.hv-lounge-spaces {
  background: #07090c;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.hv-lounge-space {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  min-height: min(72vh, 620px);
  border-top: 1px solid var(--hv-lounge-line);
  width: 100%;
  max-width: 100%;
}

.hv-lounge-space--reverse .hv-lounge-space-media {
  order: 2;
}

.hv-lounge-space--reverse .hv-lounge-space-copy {
  order: 1;
}

.hv-lounge-space-media {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  min-width: 0;
  background: #111;
}

.hv-lounge-space-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.hv-lounge-space:hover .hv-lounge-space-media img {
  transform: scale(1.06);
}

.hv-lounge-space-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(1.5rem, 4vw, 4rem);
  background:
    radial-gradient(ellipse at 0% 0%, rgba(180, 35, 24, 0.16), transparent 55%),
    #0b0e13;
}

.hv-lounge-space-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 0.9rem;
}

.hv-lounge-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.2rem;
  color: var(--hv-lounge-gold);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  width: fit-content;
  max-width: 100%;
}

.hv-lounge-text-link i {
  transition: transform 0.3s ease;
}

.hv-lounge-text-link:hover {
  color: #fff;
}

.hv-lounge-text-link:hover i {
  transform: translateX(4px);
}

/* Gallery */
.hv-lounge-gallery {
  padding: 3.5rem 0 4rem;
  background:
    radial-gradient(ellipse at 80% 0%, rgba(180, 35, 24, 0.14), transparent 45%),
    #080a0e;
  border-top: 1px solid var(--hv-lounge-line);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.hv-lounge-gallery-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1.25rem 2rem;
  align-items: end;
  margin-bottom: 1.75rem;
}

.hv-lounge-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(120px, 12vw);
  gap: 0.6rem;
  width: 100%;
  max-width: 100%;
}

.hv-lounge-mosaic-item {
  position: relative;
  grid-column: span 4;
  grid-row: span 2;
  overflow: hidden;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: zoom-in;
  background: #111;
  color: #fff;
  isolation: isolate;
  min-width: 0;
  width: 100%;
}

.hv-lounge-mosaic-item:nth-child(6n + 1) {
  grid-column: span 7;
  grid-row: span 3;
}

.hv-lounge-mosaic-item:nth-child(6n + 2) {
  grid-column: span 5;
  grid-row: span 3;
}

.hv-lounge-mosaic-item:nth-child(6n + 3),
.hv-lounge-mosaic-item:nth-child(6n + 4),
.hv-lounge-mosaic-item:nth-child(6n + 5) {
  grid-column: span 4;
  grid-row: span 2;
}

.hv-lounge-mosaic-item:nth-child(6n + 6) {
  grid-column: span 12;
  grid-row: span 2;
}

.hv-lounge-mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
  filter: saturate(0.96) contrast(1.02);
}

.hv-lounge-mosaic-veil {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem;
  background: linear-gradient(180deg, transparent 55%, rgba(7, 9, 12, 0.45) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}

.hv-lounge-mosaic-zoom {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(7, 9, 12, 0.45);
  color: var(--hv-lounge-gold);
  flex-shrink: 0;
}

.hv-lounge-mosaic-item:hover img,
.hv-lounge-mosaic-item:focus-visible img {
  transform: scale(1.06);
  filter: saturate(1.05) contrast(1.04);
}

.hv-lounge-mosaic-item:hover .hv-lounge-mosaic-veil,
.hv-lounge-mosaic-item:focus-visible .hv-lounge-mosaic-veil {
  opacity: 1;
}

.hv-lounge-mosaic-item:focus-visible {
  outline: 2px solid var(--hv-lounge-gold);
  outline-offset: 2px;
}

/* Lightbox */
body.hv-lounge-lightbox-open {
  overflow: hidden;
}

.hv-lounge-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 0.75rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.hv-lounge-lightbox[hidden] {
  display: none !important;
}

.hv-lounge-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 5, 8, 0.92);
  backdrop-filter: blur(10px);
}

.hv-lounge-lightbox-stage {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  max-width: 100%;
  max-height: calc(100vh - 1.5rem);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-rows: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.6rem;
  animation: hvLoungeRise 0.35s ease both;
}

.hv-lounge-lightbox-figure {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  min-width: 0;
  text-align: center;
}

.hv-lounge-lightbox-figure img {
  max-width: 100%;
  max-height: min(72vh, 780px);
  width: auto;
  height: auto;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  background: #0b0e13;
}

.hv-lounge-lightbox-figure figcaption {
  margin-top: 0.75rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.05rem, 3vw, 1.3rem);
  color: rgba(255, 255, 255, 0.88);
  padding: 0 0.5rem;
  word-break: break-word;
}

.hv-lounge-lightbox-close,
.hv-lounge-lightbox-nav {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease;
  flex-shrink: 0;
}

.hv-lounge-lightbox-close:hover,
.hv-lounge-lightbox-nav:hover {
  background: rgba(180, 35, 24, 0.35);
  border-color: rgba(201, 164, 106, 0.55);
  color: #fff;
}

.hv-lounge-lightbox-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.hv-lounge-lightbox-nav--prev {
  grid-column: 1;
  grid-row: 2;
}

.hv-lounge-lightbox-nav--next {
  grid-column: 3;
  grid-row: 2;
}

.hv-lounge-lightbox-meta {
  grid-column: 1 / -1;
  grid-row: 3;
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

/* Events */
.hv-lounge-events {
  padding: 1rem 0 4rem;
  background: linear-gradient(180deg, #0c1018 0%, #120a0c 100%);
  border-top: 1px solid rgba(201, 164, 106, 0.22);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.hv-lounge-events-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  width: 100%;
}

.hv-lounge-event {
  position: relative;
  padding: 1.5rem 1.2rem 1.35rem;
  min-height: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(201, 164, 106, 0.22);
  background:
    linear-gradient(165deg, rgba(180, 35, 24, 0.18), rgba(255, 255, 255, 0.02) 42%),
    rgba(10, 12, 16, 0.9);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.hv-lounge-event:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 164, 106, 0.55);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
}

.hv-lounge-event-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
  min-width: 0;
}

.hv-lounge-event-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--hv-lounge-gold);
  background: rgba(180, 35, 24, 0.22);
  border: 1px solid rgba(201, 164, 106, 0.35);
  flex-shrink: 0;
}

.hv-lounge-event h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 600;
  margin: 0;
  line-height: 1.15;
  min-width: 0;
}

.hv-lounge-event p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0 0 1.1rem;
  flex: 1;
}

.hv-lounge-event a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.hv-lounge-event a:hover {
  color: var(--hv-lounge-gold);
}

.hv-lounge-finale {
  padding: 3.75rem 0;
  background:
    linear-gradient(180deg, rgba(122, 18, 16, 0.28), rgba(7, 9, 12, 0.96)),
    #12090a;
  text-align: center;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.hv-lounge-finale .hv-lounge-copy {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.4rem;
}

.hv-lounge-finale .hv-lounge-cta-group {
  justify-content: center;
}

.hv-lounge-footer {
  border-top: 1px solid var(--hv-lounge-line);
  padding: 1.15rem 0 1.5rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  max-width: 100%;
}

.hv-lounge-footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  text-align: center;
}

.hv-lounge-footer-home,
.hv-lounge-footer a {
  color: var(--hv-lounge-gold);
  text-decoration: none;
  font-weight: 600;
}

@keyframes hvLoungeKenBurns {
  from { transform: scale(1.03); }
  to { transform: scale(1.08); }
}

@keyframes hvLoungePulse {
  0% { box-shadow: 0 0 0 0 rgba(53, 208, 127, 0.55); }
  70% { box-shadow: 0 0 0 12px rgba(53, 208, 127, 0); }
  100% { box-shadow: 0 0 0 0 rgba(53, 208, 127, 0); }
}

@keyframes hvLoungeRise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tablet */
@media (max-width: 991.98px) {
  .hv-lounge-hero {
    min-height: min(78vh, 680px);
  }

  .hv-lounge-hero-inner {
    padding-top: 4.25rem;
    padding-bottom: 2.5rem;
  }

  .hv-lounge-space {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hv-lounge-space--reverse .hv-lounge-space-media,
  .hv-lounge-space--reverse .hv-lounge-space-copy {
    order: initial;
  }

  .hv-lounge-space-media {
    min-height: 0;
    height: auto;
    aspect-ratio: auto;
    max-height: none;
    overflow: visible;
    background: #0b0e13;
  }

  .hv-lounge-space-media img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center top;
    transform: none;
  }

  .hv-lounge-space:hover .hv-lounge-space-media img {
    transform: none;
  }

  .hv-lounge-gallery-head {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .hv-lounge-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
  }

  .hv-lounge-mosaic-item,
  .hv-lounge-mosaic-item:nth-child(n) {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    height: auto;
    min-height: 0;
  }

  .hv-lounge-mosaic-item:nth-child(3n + 1) {
    grid-column: span 2 !important;
    grid-row: span 1 !important;
    min-height: 0;
  }

  .hv-lounge-mosaic-item img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    transform: none;
    display: block;
  }

  .hv-lounge-mosaic-item:hover img,
  .hv-lounge-mosaic-item:focus-visible img {
    transform: none;
  }

  .hv-lounge-mosaic-veil {
    opacity: 1;
    background: linear-gradient(180deg, transparent 60%, rgba(7, 9, 12, 0.55) 100%);
  }

  .hv-lounge-events-rail {
    grid-template-columns: 1fr;
  }

  .hv-lounge-section-intro {
    padding-top: 2.75rem;
    padding-bottom: 1.5rem;
  }
}

/* Phones */
@media (max-width: 767.98px) {
  .hv-lounge-nav-call {
    display: none !important;
  }

  .hv-lounge-nav-actions .hv-lounge-btn,
  .hv-lounge-nav-actions .hv-lounge-btn-outline {
    padding: 0.45rem 0.85rem;
    font-size: 0.8rem;
  }

  .hv-lounge-hero {
    min-height: min(72vh, 560px);
  }

  .hv-lounge-cta-group {
    width: 100%;
  }

  .hv-lounge-btn-lg {
    width: 100%;
  }

  .hv-lounge-space-copy {
    padding: 1.35rem 1rem 1.75rem;
  }

  .hv-lounge-space-copy .hv-lounge-copy {
    max-width: none;
  }

  .hv-lounge-gallery {
    padding: 2.5rem 0 3rem;
  }

  .hv-lounge-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 0.65rem;
  }

  .hv-lounge-mosaic-item,
  .hv-lounge-mosaic-item:nth-child(n),
  .hv-lounge-mosaic-item:nth-child(3n + 1) {
    grid-column: 1 / -1 !important;
    grid-row: span 1 !important;
    min-height: 0;
    height: auto;
  }

  .hv-lounge-mosaic-item img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .hv-lounge-lightbox {
    padding: 0.5rem;
    align-items: flex-start;
  }

  .hv-lounge-lightbox-stage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    width: 100%;
    gap: 0.5rem;
    padding-top: 2.5rem;
  }

  .hv-lounge-lightbox-close {
    top: 0.15rem;
    right: 0.15rem;
  }

  .hv-lounge-lightbox-figure {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .hv-lounge-lightbox-figure img {
    max-height: min(58vh, 460px);
  }

  .hv-lounge-lightbox-nav--prev {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
  }

  .hv-lounge-lightbox-nav--next {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
  }

  .hv-lounge-lightbox-meta {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .hv-lounge-finale {
    padding: 3rem 0;
  }

  .hv-lounge-footer-inner {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .hv-lounge .container {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .hv-lounge-brand {
    font-size: 1.15rem;
  }

  .hv-lounge-nav-home {
    font-size: 0.75rem;
  }

  .hv-lounge-title {
    font-size: clamp(2.15rem, 12vw, 2.8rem);
  }

  .hv-lounge-kicker {
    letter-spacing: 0.1em;
  }
}

@media (min-width: 768px) {
  .hv-lounge-footer-inner {
    flex-direction: row;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hv-lounge-hero-media,
  .hv-lounge-pulse,
  .hv-lounge-space-media img,
  .hv-lounge-mosaic-item img,
  .hv-lounge-event,
  .hv-lounge-hero-inner,
  .hv-lounge-lightbox-stage {
    animation: none !important;
    transition: none !important;
  }
}