/* ============================================================
   TEMPLATE: HERO SLIDER — v24.0 "Aurum Frame"
   TCV Travels Sri Lanka · Sapphire Navy / Antique Gold / Highland Emerald
   ⚠  ALL values reference main.css variables — zero hardcoding
   ⚠  Class/ID prefix unchanged — markup remains JS-compatible
   ⚠  Image slides load first (fast), video swaps in once ready
   ============================================================ */

/* ── 1. SECTION SHELL ──────────────────────────────────────── */
.ac-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 660px;
  overflow: hidden;
  background: var(--color-navy-abyss);
  display: flex;
  align-items: flex-end;
}

/* ── 2. IMAGE SLIDES ───────────────────────────────────────── */
.ac-hero__slides {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.ac-hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.045);
  transition: opacity 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}

.ac-hero__slide.ac-slide--active {
  opacity: 1;
  transform: scale(1);
}

.ac-hero__slides.ac-slides--retired {
  transition: opacity 1.4s ease;
  opacity: 0;
  pointer-events: none;
}

/* ── 3. VIDEO LAYER ────────────────────────────────────────── */
.ac-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
  opacity: 0;
  transition: opacity 1.8s ease;
  pointer-events: none;
}

.ac-hero__video.ac-video--ready {
  opacity: 1;
}

/* ── 4. OVERLAYS — asymmetric, weighted toward bottom-left
   where the new stage lives, instead of the old left-to-right
   sweep, so the darkest area sits directly under the text ── */
.ac-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ac-hero__overlay--cinematic {
  z-index: 3;
  background:
    linear-gradient(
      0deg,
      rgba(4, 6, 15, 0.94) 0%,
      rgba(4, 6, 15, 0.72) 22%,
      rgba(4, 6, 15, 0.30) 48%,
      rgba(4, 6, 15, 0.06) 68%,
      transparent 84%
    ),
    linear-gradient(
      100deg,
      rgba(4, 6, 15, 0.62) 0%,
      rgba(4, 6, 15, 0.28) 32%,
      transparent 58%
    );
}

.ac-hero__overlay--vignette {
  z-index: 4;
  background: radial-gradient(
    ellipse at 30% 100%,
    rgba(4, 6, 15, 0.5) 0%,
    transparent 55%
  ),
  radial-gradient(
    ellipse at center,
    transparent 45%,
    rgba(4, 6, 15, 0.4) 100%
  );
}

.ac-hero__overlay--sheen {
  z-index: 4;
  background: linear-gradient(
    100deg,
    rgba(212, 175, 55, 0.05) 0%,
    transparent 22%
  );
  mix-blend-mode: overlay;
}

/* ── 5. NOISE TEXTURE ──────────────────────────────────────── */
.ac-hero__noise {
  position: absolute;
  inset: 0;
  z-index: 5;
  opacity: 0.025;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}

/* ── 6. GALLERY FRAME — boutique corner brackets ─────────────
   A slim inset frame around the whole hero, evoking a museum
   label / gallery passe-partout rather than a plain full-bleed
   banner. Purely decorative, zero impact on JS behaviour. ── */
.ac-hero__frame {
  position: absolute;
  inset: 18px;
  z-index: 6;
  pointer-events: none;
  border: 1px solid rgba(var(--color-gold-rgb), 0.16);
  border-radius: var(--radius-lg);
}

.ac-hero__frame-corner {
  position: absolute;
  width: 26px;
  height: 26px;
  border: 1.5px solid var(--color-gold);
  opacity: 0.75;
}

.ac-hero__frame-corner--tl { top: -1.5px; left: -1.5px; border-right: none; border-bottom: none; border-top-left-radius: 4px; }
.ac-hero__frame-corner--tr { top: -1.5px; right: -1.5px; border-left: none; border-bottom: none; border-top-right-radius: 4px; }
.ac-hero__frame-corner--bl { bottom: -1.5px; left: -1.5px; border-right: none; border-top: none; border-bottom-left-radius: 4px; }
.ac-hero__frame-corner--br { bottom: -1.5px; right: -1.5px; border-left: none; border-top: none; border-bottom-right-radius: 4px; }

/* ── 7. CONTENT STAGE — bottom-anchored, asymmetric ─────────── */
.ac-hero__stage {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 0 6.5vw var(--spacing-14);
}

.ac-hero__stage-inner {
  max-width: 660px;
}

/* ── 8. EYEBROW — slim uppercase kicker, no pill background ── */
.ac-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.1rem;
  opacity: 0;
  transform: translateY(16px);
}

.ac-hero__eyebrow.ac-anim--in {
  animation: acFadeUp 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both;
}

.ac-hero__eyebrow-gem {
  color: var(--color-gold);
  font-size: 7px;
  line-height: 1;
  animation: acGemPulse 3s ease-in-out infinite;
}

@keyframes acGemPulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.4; }
}

.ac-hero__eyebrow-text {
  font-family: var(--font-primary);
  font-size: 0.68rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-gold-light);
}

/* ── 9. HEADLINE ROW — vertical gold spine beside the headline ── */
.ac-hero__headline-row {
  display: flex;
  align-items: stretch;
  gap: 1.1rem;
  margin-bottom: 1.15rem;
}

.ac-hero__spine {
  flex-shrink: 0;
  width: 3px;
  border-radius: var(--radius-full);
  background: linear-gradient(180deg, var(--color-gold) 0%, var(--color-gold-dark) 60%, transparent 100%);
  opacity: 0;
  transform: scaleY(0.2);
  transform-origin: bottom;
}

/* The spine animates in step with the headline (JS toggles
   ac-anim--in on .ac-hero__headline only, so the spine watches
   its sibling via :has() rather than needing its own JS hook) */
.ac-hero__headline.ac-anim--in {
  animation: acFadeUp 0.80s cubic-bezier(0.22, 1, 0.36, 1) 0.16s both;
}

.ac-hero__headline-row:has(.ac-hero__headline.ac-anim--in) .ac-hero__spine {
  animation: acSpineIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.10s both;
}

/* Fallback for browsers without :has() support — spine simply
   fades in on load rather than staying invisible forever */
@supports not selector(:has(a)) {
  .ac-hero__spine {
    animation: acSpineIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
  }
}

@keyframes acSpineIn {
  from { opacity: 0; transform: scaleY(0.15); }
  to   { opacity: 1; transform: scaleY(1); }
}

.ac-hero__headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.7vw, 3.35rem);
  font-weight: var(--font-weight-light);
  line-height: 1.12;
  color: var(--color-white);
  margin: 0;
  letter-spacing: -0.008em;
  opacity: 0;
  transform: translateY(20px);
}

.ac-hero__headline .ac-hl-italic {
  font-style: italic;
  color: var(--color-gold-light);
  font-weight: var(--font-weight-light);
}

.ac-hero__headline .ac-hl-bold {
  font-weight: var(--font-weight-medium);
  font-style: normal;
  color: var(--color-white);
}

/* ── 10. GOLD RULE ─────────────────────────────────────────── */
.ac-hero__rule {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.2rem;
  opacity: 0;
  transform-origin: left center;
}

.ac-hero__rule.ac-anim--in {
  animation: acRuleIn 0.70s cubic-bezier(0.22, 1, 0.36, 1) 0.30s both;
}

@keyframes acRuleIn {
  from { opacity: 0; transform: scaleX(0.35); }
  to   { opacity: 1; transform: scaleX(1); }
}

.ac-hero__rule-line {
  display: block;
  height: 1px;
  width: 46px;
  background: linear-gradient(90deg, var(--color-gold), transparent);
}

.ac-hero__rule-line--short {
  width: 18px;
  background: linear-gradient(90deg, var(--color-gold), transparent);
}

.ac-hero__rule-diamond {
  color: var(--color-gold);
  font-size: 6px;
  flex-shrink: 0;
}

/* ── 11. DESCRIPTION ───────────────────────────────────────── */
.ac-hero__desc {
  font-family: var(--font-primary);
  font-size: clamp(0.86rem, 1.05vw, 0.96rem);
  font-weight: var(--font-weight-light);
  line-height: 1.75;
  color: var(--color-white-75);
  margin: 0 0 1.6rem;
  max-width: 500px;
  opacity: 0;
  transform: translateY(14px);
}

.ac-hero__desc.ac-anim--in {
  animation: acFadeUp 0.70s cubic-bezier(0.22, 1, 0.36, 1) 0.42s both;
}

/* ── 12. STATS STRIP — icon medallions ───────────────────────
   Replaces the old plain-text-with-dividers strip: each stat now
   sits in its own glass chip with a circular gold-ring icon
   medallion above the label, closer to a boutique-hotel amenity
   row than a data table. ── */
.ac-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.9rem;
  opacity: 0;
  transform: translateY(12px);
}

.ac-hero__stats.ac-anim--in {
  animation: acFadeUp 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.54s both;
}

.ac-hero__stat {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 0.9rem 0.5rem 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--color-white-12);
  border-radius: var(--radius-full);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: border-color 0.3s ease, background 0.3s ease;
}

.ac-hero__stat:hover {
  border-color: var(--border-gold);
  background: rgba(var(--color-gold-rgb), 0.08);
}

.ac-hero__stat-value {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: var(--font-weight-semibold);
  color: var(--color-gold-light);
  line-height: 1;
  letter-spacing: -0.008em;
}

/* Icon medallion — the FA icon sits inside a small gold-ring circle */
.ac-hero__stat-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-gold-light);
  line-height: 1;
}

.ac-hero__stat-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--color-gold-bg);
  border: 1px solid var(--border-gold);
  color: var(--color-gold);
  font-size: 0.68rem;
  flex-shrink: 0;
}

.ac-hero__stat-icon .ac-hero__stat-value {
  font-size: 0.82rem;
}

.ac-hero__stat-label {
  font-family: var(--font-primary);
  font-size: 0.6rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-white-55);
  line-height: 1.3;
  max-width: 130px;
}

/* ── 13. CTA BUTTONS ───────────────────────────────────────── */
.ac-hero__actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.7rem;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(16px);
}

.ac-hero__actions.ac-anim--in {
  animation: acFadeUp 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.64s both;
}

.ac-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.5rem;
  border-radius: var(--radius-full);
  font-family: var(--font-primary);
  font-size: 0.82rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.03em;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: var(--transition-premium, all 0.3s cubic-bezier(.16,1,.3,1));
  white-space: nowrap;
}

.ac-btn i { font-size: 0.85em; }

.ac-btn__arrow {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(.16,1,.3,1);
}

.ac-btn:hover .ac-btn__arrow {
  transform: translateX(4px);
}

.ac-btn--gold {
  background: var(--gradient-gold);
  color: var(--color-navy-deep);
  box-shadow: 0 4px 22px rgba(var(--color-gold-rgb), 0.32);
}

.ac-btn--gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(var(--color-gold-rgb), 0.48);
  color: var(--color-navy-deep);
}

.ac-btn--ghost {
  background: var(--color-white-08);
  color: var(--color-white);
  border-color: var(--color-white-25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ac-btn--ghost:hover {
  background: var(--color-white-15);
  border-color: var(--color-white-40);
  transform: translateY(-2px);
  color: var(--color-white);
}

/* ── 14. MEDIA CONTROL ROW ─────────────────────────────────── */
.ac-hero__media-row {
  display: flex;
  align-items: center;
  gap: 14px;
  opacity: 0;
  transform: translateY(10px);
}

.ac-hero__media-row.ac-anim--in {
  animation: acFadeUp 0.60s cubic-bezier(0.22, 1, 0.36, 1) 0.78s both;
}

.ac-hero__media-pill {
  display: flex;
  align-items: center;
  background: var(--color-white-08);
  border: 1px solid var(--color-white-15);
  border-radius: var(--radius-full);
  overflow: hidden;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.ac-hero__media-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 32px;
  background: none;
  border: none;
  color: var(--color-white-70);
  cursor: pointer;
  transition: var(--transition-base);
  font-size: 0.7rem;
}

.ac-hero__media-btn:hover {
  color: var(--color-gold-light);
  background: var(--color-white-08);
}

.ac-hero__media-divider {
  width: 1px;
  height: 16px;
  background: var(--color-white-15);
  flex-shrink: 0;
}

.ac-hero__slide-progress {
  width: 72px;
  height: 2px;
  background: var(--color-white-18);
  border-radius: var(--radius-full);
  overflow: hidden;
  flex-shrink: 0;
}

.ac-hero__slide-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--color-gold), var(--color-gold-light));
  border-radius: inherit;
  transition: none;
}

.ac-hero__slide-counter {
  font-family: var(--font-primary);
  font-size: 0.66rem;
  font-weight: var(--font-weight-medium);
  color: var(--color-white-45);
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 4px;
}

.ac-hero__slide-cur { color: var(--color-gold); font-weight: var(--font-weight-semibold); }
.ac-hero__slide-sep { color: var(--color-white-25); }

/* ── 15. RIGHT RAIL — trust medallion + vertical slide index ──
   Combines what used to be two separate floating elements (the
   trust badge and the bottom dot row) into a single vertical
   column anchored to the right edge, mid-height. ── */
.ac-hero__rail {
  position: absolute;
  right: 3.2vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  animation: acTrustIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) 1.1s both;
}

@keyframes acTrustIn {
  from { opacity: 0; transform: translateY(-50%) translateX(16px); }
  to   { opacity: 1; transform: translateY(-50%) translateX(0); }
}

.ac-hero__trust-ring {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold);
  font-size: 1.02rem;
  background: linear-gradient(165deg, rgba(13, 21, 48, 0.6) 0%, rgba(4, 6, 15, 0.6) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  flex-shrink: 0;
  box-shadow: var(--shadow-premium, 0 8px 30px rgba(0,0,0,0.35));
}

.ac-hero__trust-l1 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: var(--font-weight-semibold);
  color: var(--color-gold-light);
  line-height: 1;
  letter-spacing: -0.008em;
}

.ac-hero__trust-l2 {
  font-family: var(--font-primary);
  font-size: 0.54rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-white-55);
  white-space: pre-line;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 4px;
}

.ac-hero__rail-line {
  width: 1px;
  height: 26px;
  background: linear-gradient(180deg, var(--border-gold), transparent);
}

/* ── 16. DOT INDICATORS — vertical column inside the rail ──── */
.ac-hero__dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

.ac-hero__dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: var(--radius-full);
  background: var(--color-white-30);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: var(--transition-premium, all 0.3s ease);
  flex-shrink: 0;
}

.ac-hero__dot.ac-dot--active {
  background: var(--color-gold);
  height: 22px;
  width: 6px;
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.50);
}

.ac-hero__dot:hover:not(.ac-dot--active) {
  background: var(--color-white-60);
}

/* ── 17. SCROLL CUE ────────────────────────────────────────── */
.ac-hero__scroll {
  position: absolute;
  bottom: 2.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  animation: acFadeUp 0.6s ease 1.4s both;
  pointer-events: none;
}

.ac-hero__scroll-track {
  width: 1px;
  height: 30px;
  background: var(--color-white-20);
  border-radius: var(--radius-full);
  position: relative;
  overflow: hidden;
}

.ac-hero__scroll-pip {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 11px;
  background: var(--color-gold);
  animation: acScrollPip 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes acScrollPip {
  0%   { top: -100%; opacity: 0; }
  20%  { opacity: 1; }
  80%  { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

.ac-hero__scroll-lbl {
  font-family: var(--font-primary);
  font-size: 0.56rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-white-40);
}

/* ── 18. BOTTOM MARQUEE ────────────────────────────────────── */
.ac-hero__marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 16;
  height: 34px;
  background: rgba(4, 6, 15, 0.72);
  border-top: 1px solid var(--border-gold);
  overflow: hidden;
  display: flex;
  align-items: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ac-hero__marquee-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: acMarquee 42s linear infinite;
}

@keyframes acMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.ac-hero__marquee-track span {
  font-family: var(--font-primary);
  font-size: 0.58rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-white-42);
  padding: 0 2rem;
}

.ac-hero__marquee-track span i {
  color: var(--color-gold);
  font-size: 5px;
  margin-right: 0.5rem;
  vertical-align: middle;
}

/* ── 19. KEYFRAMES ─────────────────────────────────────────── */
@keyframes acFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── 20. RESPONSIVE ────────────────────────────────────────── */
@media (max-width: 1200px) {
  .ac-hero__rail { right: 2vw; }
}

@media (max-width: 900px) {
  /* The rail collapses from a vertical right-edge column into a
     compact horizontal pill at bottom-center — trust ring/text
     hide, only the slide dots remain, so navigation is never lost. */
  .ac-hero__rail {
    top: auto;
    bottom: 4.6rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    flex-direction: row;
    gap: 8px;
    background: rgba(4, 6, 15, 0.55);
    border: 1px solid var(--color-white-15);
    border-radius: var(--radius-full);
    padding: 0.5rem 0.9rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    animation: acFadeUp 0.6s ease 1s both;
  }

  .ac-hero__trust-ring,
  .ac-hero__trust-l1,
  .ac-hero__trust-l2,
  .ac-hero__rail-line {
    display: none;
  }

  .ac-hero__dots {
    flex-direction: row;
    gap: 8px;
  }

  .ac-hero__dot.ac-dot--active {
    width: 22px;
    height: 6px;
  }

  .ac-hero__headline { font-size: clamp(1.8rem, 5.2vw, 2.6rem); }
  .ac-hero__stage { padding-bottom: var(--spacing-12); }
}

@media (max-width: 600px) {
  .ac-hero__stage { padding: 0 6vw var(--spacing-10); }
  .ac-hero__headline { font-size: clamp(1.65rem, 6.8vw, 2.1rem); }
  .ac-hero__headline-row { gap: 0.75rem; }
  .ac-hero__stat { padding: 0.4rem 0.75rem 0.4rem 0.4rem; }
  .ac-hero__stat-icon i { width: 22px; height: 22px; font-size: 0.6rem; }
  .ac-hero__stat-label { max-width: 92px; font-size: 0.55rem; }
  .ac-hero__actions { flex-direction: column; align-items: stretch; gap: 10px; }
  .ac-btn { justify-content: center; width: 100%; max-width: 280px; }
  .ac-hero__slide-progress { width: 50px; }
  .ac-hero__rail { bottom: 4rem; }
  .ac-hero__scroll { bottom: 2.3rem; }
  .ac-hero__frame { inset: 10px; }
  .ac-hero__frame-corner { width: 18px; height: 18px; }
}

/* ── 21. REDUCED MOTION ────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .ac-hero__slide, .ac-hero__video, .ac-hero__eyebrow, .ac-hero__headline,
  .ac-hero__spine, .ac-hero__rule, .ac-hero__desc, .ac-hero__stats,
  .ac-hero__actions, .ac-hero__media-row, .ac-hero__rail, .ac-hero__scroll {
    animation: none !important;
    transition: opacity 0.3s ease !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .ac-hero__marquee-track, .ac-hero__scroll-pip, .ac-hero__eyebrow-gem {
    animation: none !important;
  }
}
