/* === HOME SECTION === */
.home-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-video {
  position: relative !important;
  aspect-ratio: 16/9;
  width: 100%;
}

#home iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  outline: 0;
}

#home .brand-tagline {
  margin-top: -25px !important;
  margin-bottom: 20px !important;
  padding: 0 !important;
  text-align: left !important;
}

#home .brand-tagline h2.section-title {
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  color: #000 !important;
}

@media (max-width: 768px) {
  #home .brand-tagline h2.section-title {
    white-space: normal !important;
    word-wrap: break-word !important;
  }
}

/* === VIDEO OVERLAYS === */
#videoClickOverlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 50 !important;
  cursor: pointer !important;
  background: transparent !important;
}

#aaLogoOverlay {
  position: absolute !important;
  bottom: 12px !important;
  left: 12px !important;
  width: 52px !important;
  height: auto !important;
  z-index: 55 !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

#speakerToggle {
  position: absolute !important;
  bottom: 12px !important;
  right: 12px !important;
  width: 36.8px !important;
  height: 36.8px !important;
  background: transparent !important;
  border-radius: 9999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 60 !important;
  user-select: none !important;
}

#speakerToggle svg {
  width: 21px !important;
  height: 21px !important;
  display: block !important;
}

#speakerToggle path { opacity: 1 !important; }

@media (max-width: 640px) {
  #speakerToggle { width: 32px !important; height: 32px !important; }
  #speakerToggle svg { width: 18px !important; height: 18px !important; }
}
