/* HERO SECTION
   First impression: full logo as the doorway, then full-screen video. */

html,
body {
  scroll-behavior: auto !important;
  overscroll-behavior-y: auto !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: auto !important;
  min-height: 100% !important;
}

body.av-hero-intro-active {
  overflow-y: auto !important;
}

[data-loc="src/web/pages/Home.tsx:188"] {
  overflow: visible !important;
  overflow-y: visible !important;
  overscroll-behavior: auto !important;
}

[data-loc="src/web/pages/Home.tsx:191"],
.hero-section {
  height: 100vh !important;
  height: 100svh !important;
  min-height: 100vh !important;
  min-height: 100svh !important;
}

[data-loc="src/web/pages/Home.tsx:191"] {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.035) 20%, transparent 40%),
    linear-gradient(242deg, rgba(218, 190, 118, 0.11) 0%, transparent 36%),
    linear-gradient(180deg, #030303 0%, #0b0b0d 48%, #000 100%) !important;
}

[data-loc="src/web/pages/Home.tsx:191"]::before,
[data-loc="src/web/pages/Home.tsx:191"]::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

[data-loc="src/web/pages/Home.tsx:191"]::before {
  z-index: 0;
  background:
    linear-gradient(112deg, transparent 0%, rgba(255, 255, 255, 0.16) 16%, rgba(255, 255, 255, 0.03) 24%, transparent 34%, transparent 58%, rgba(255, 255, 255, 0.08) 74%, transparent 88%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 82px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.014) 0 1px, transparent 1px 92px);
  opacity: 0.96;
  mix-blend-mode: screen;
}

[data-loc="src/web/pages/Home.tsx:191"]::after {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 34%),
    linear-gradient(132deg, transparent 6%, rgba(255, 255, 255, 0.11) 22%, rgba(255, 255, 255, 0.018) 32%, transparent 48%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 24%, transparent 76%, rgba(0, 0, 0, 0.28));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    inset 0 -1px 0 rgba(255, 255, 255, 0.045);
  opacity: 0.9;
}

body.av-hero-intro-done [data-loc="src/web/pages/Home.tsx:191"]::before,
body.av-hero-intro-done [data-loc="src/web/pages/Home.tsx:191"]::after {
  opacity: 0;
  visibility: hidden;
}

[data-loc="src/web/pages/Home.tsx:203"] {
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  z-index: 4 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100svh !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

[data-loc="src/web/pages/Home.tsx:220"] {
  background: transparent !important;
  opacity: 1 !important;
  filter: none !important;
  backdrop-filter: none !important;
  pointer-events: none !important;
}

[data-loc="src/web/pages/Home.tsx:223"],
[data-loc="src/web/pages/Home.tsx:224"],
[data-loc="src/web/pages/Home.tsx:235"],
[data-loc="src/web/pages/Home.tsx:243"] {
  display: revert !important;
}

[data-loc="src/web/pages/Home.tsx:223"] {
  z-index: 5 !important;
  max-width: min(1120px, calc(100vw - 48px)) !important;
  opacity: 0 !important;
  transform: translate3d(0, 18px, 0) !important;
  transition:
    opacity 900ms cubic-bezier(.16, 1, .3, 1),
    transform 900ms cubic-bezier(.16, 1, .3, 1) !important;
}

body.av-hero-intro-done [data-loc="src/web/pages/Home.tsx:223"] {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
  transition-delay: 180ms !important;
}

body.av-hero-intro-active [data-loc="src/web/pages/Home.tsx:223"] {
  pointer-events: none !important;
}

body.av-hero-intro-active nav[data-loc="src/web/components/Navbar.tsx:123"] {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate3d(0, -34px, 0) !important;
}

nav[data-loc="src/web/components/Navbar.tsx:123"] {
  transition:
    opacity 760ms cubic-bezier(.16, 1, .3, 1),
    transform 760ms cubic-bezier(.16, 1, .3, 1),
    background-color 360ms ease,
    border-color 360ms ease !important;
}

body.av-hero-nav-reveal nav[data-loc="src/web/components/Navbar.tsx:123"],
body.av-hero-intro-done nav[data-loc="src/web/components/Navbar.tsx:123"] {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate3d(0, 0, 0) !important;
}

.av-hero-video-window {
  position: absolute !important;
  inset: 0 !important;
  z-index: 5 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  overflow: hidden !important;
  pointer-events: none !important;
  transform: translate3d(0, 0, 0) !important;
  clip-path: polygon(
    var(--portal-p1x, 49%) var(--portal-p1y, 43%),
    var(--portal-p2x, 52%) var(--portal-p2y, 45%),
    var(--portal-p3x, 52%) var(--portal-p3y, 58%),
    var(--portal-p4x, 49%) var(--portal-p4y, 58%)
  );
  contain: paint !important;
  transition: none !important;
  will-change: clip-path, opacity !important;
}

.av-hero-intro-bg-video {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate3d(0, 0, 0) scale(1.025) !important;
  filter: brightness(0.62) saturate(0.76) contrast(1.06) blur(1.4px) !important;
  backface-visibility: hidden !important;
  transition: opacity 920ms ease !important;
  will-change: opacity !important;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-portal-ready .av-hero-intro-bg-video {
  opacity: 0.50 !important;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-video-live .av-hero-intro-bg-video {
  opacity: 0.28 !important;
  transition-duration: 1900ms !important;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-portal-complete .av-hero-intro-bg-video {
  opacity: 0 !important;
  visibility: hidden !important;
  will-change: auto !important;
}

.av-hero-local-video {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 1 !important;
  pointer-events: none !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
  transform-origin: var(--portal-origin-x, 51.7%) var(--portal-origin-y, 47.5%) !important;
  backface-visibility: hidden !important;
  filter: none !important;
  transition: none !important;
  will-change: transform !important;
}

.av-hero-noise-video {
  position: absolute !important;
  inset: 0 !important;
  z-index: 6 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  opacity: 0;
  pointer-events: none !important;
  transform: translate3d(0, 0, 0);
  clip-path: polygon(
    var(--portal-p1x, 49%) var(--portal-p1y, 43%),
    var(--portal-p2x, 52%) var(--portal-p2y, 45%),
    var(--portal-p3x, 52%) var(--portal-p3y, 58%),
    var(--portal-p4x, 49%) var(--portal-p4y, 58%)
  );
  filter: grayscale(1) contrast(1.42) brightness(1.14);
  mix-blend-mode: normal;
  backface-visibility: hidden;
  will-change: opacity, transform;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-video-live .av-hero-video-window {
  animation: avHeroPortalDive 3700ms cubic-bezier(.58, .02, .16, 1) both !important;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-video-live .av-hero-local-video {
  animation: none !important;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-video-live .av-hero-noise-video {
  animation: avHeroNoiseVideoResolve 2400ms cubic-bezier(.22, .61, .36, 1) both;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-portal-complete .av-hero-video-window {
  opacity: 1 !important;
  animation: none !important;
  clip-path: polygon(-8% -10%, 108% -10%, 108% 110%, -8% 110%) !important;
  will-change: auto !important;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-portal-complete .av-hero-noise-video {
  display: none;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-portal-complete .av-hero-local-video {
  animation: none !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
  will-change: auto !important;
}

.av-hero-portal-scene {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(2, 8, 10, 0.34)),
    rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px) saturate(0.82) contrast(0.94);
  -webkit-backdrop-filter: blur(12px) saturate(0.82) contrast(0.94);
  pointer-events: none;
  contain: paint;
  will-change: opacity;
}

.av-hero-portal-scene::before,
.av-hero-portal-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.av-hero-portal-scene::before {
  background:
    linear-gradient(123deg, transparent 0 14%, rgba(255, 255, 255, 0.10) 20%, rgba(255, 255, 255, 0.025) 27%, transparent 39%),
    linear-gradient(304deg, transparent 0 48%, rgba(218, 190, 118, 0.055) 63%, transparent 78%);
  opacity: 0.72;
  mix-blend-mode: screen;
}

.av-hero-portal-scene::after {
  inset: 0;
  border: 0;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.085), transparent 38%),
    linear-gradient(310deg, transparent 52%, rgba(255, 255, 255, 0.055));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(255, 255, 255, 0.045),
    inset 0 0 120px rgba(255, 255, 255, 0.018);
}

.av-hero-brand-stage {
  position: relative;
  z-index: 2;
  width: clamp(380px, 38vw, 570px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: var(--portal-origin-x, 51.7%) var(--portal-origin-y, 47.5%);
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.av-hero-portal-logo {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(1);
  filter:
    drop-shadow(0 18px 54px rgba(255, 255, 255, 0.10))
    drop-shadow(0 2px 12px rgba(0, 0, 0, 0.65));
  backface-visibility: hidden;
  animation: avHeroLogoSettle 560ms cubic-bezier(.2, .86, .18, 1) 80ms both;
  will-change: transform, opacity;
}

.av-hero-portal-caption {
  position: absolute;
  left: 50%;
  top: calc(50% + min(19vw, 260px));
  width: max-content;
  max-width: min(520px, 86vw);
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-system), -apple-system, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif;
  font-size: 12px;
  font-weight: 520;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  animation: avHeroCaptionSettle 720ms cubic-bezier(.2, .86, .18, 1) 220ms both;
}

.av-hero-door-focus {
  display: none !important;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-portal-diving .av-hero-brand-stage {
  animation: none !important;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-portal-diving .av-hero-portal-scene {
  animation: avHeroSceneRelease 3700ms linear both;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-portal-diving .av-hero-portal-logo {
  animation: avHeroLogoGhost 1480ms cubic-bezier(.4, 0, .2, 1) both;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-portal-diving .av-hero-portal-caption {
  animation: avHeroCaptionGhost 820ms cubic-bezier(.32, .02, .18, 1) both;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-portal-diving .av-hero-door-focus {
  animation: avHeroDoorDive 2200ms cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes avHeroLogoSettle {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes avHeroLogoGhost {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter:
      drop-shadow(0 18px 54px rgba(255, 255, 255, 0.10))
      drop-shadow(0 2px 12px rgba(0, 0, 0, 0.65))
      blur(0);
  }

  24% {
    opacity: 0.92;
    transform: translate3d(0, 0, 0) scale(1.004);
  }

  50% {
    opacity: 0.64;
    transform: translate3d(0, 0, 0) scale(1.01);
    filter:
      drop-shadow(0 14px 42px rgba(255, 255, 255, 0.08))
      drop-shadow(0 2px 12px rgba(0, 0, 0, 0.55))
      blur(0.45px);
  }

  76% {
    opacity: 0.30;
    transform: translate3d(0, 0, 0) scale(1.018);
    filter:
      drop-shadow(0 8px 30px rgba(255, 255, 255, 0.04))
      blur(1.1px);
  }

  90% {
    opacity: 0.10;
    transform: translate3d(0, 0, 0) scale(1.026);
    filter: blur(1.8px);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.032);
    filter: blur(2.4px);
  }
}

@keyframes avHeroNoiseVideoResolve {
  0% {
    opacity: 0;
  }

  12% {
    opacity: 0.12;
  }

  28% {
    opacity: 0.58;
  }

  48% {
    opacity: 0.47;
  }

  68% {
    opacity: 0.29;
  }

  84% {
    opacity: 0.12;
  }

  100% {
    opacity: 0;
  }
}

@keyframes avHeroCaptionSettle {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 8px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes avHeroCaptionGhost {
  0%, 12% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes avHeroPortalDive {
  0% {
    opacity: 0;
    clip-path: polygon(
      var(--portal-p1x, 49%) var(--portal-p1y, 43%),
      var(--portal-p2x, 52%) var(--portal-p2y, 45%),
      var(--portal-p3x, 52%) var(--portal-p3y, 58%),
      var(--portal-p4x, 49%) var(--portal-p4y, 58%)
    );
  }

  10% {
    opacity: 0.14;
    clip-path: polygon(
      var(--portal-p1x, 49%) var(--portal-p1y, 43%),
      var(--portal-p2x, 52%) var(--portal-p2y, 45%),
      var(--portal-p3x, 52%) var(--portal-p3y, 58%),
      var(--portal-p4x, 49%) var(--portal-p4y, 58%)
    );
  }

  22% {
    opacity: 0.48;
    clip-path: polygon(
      var(--portal-p1x, 49%) var(--portal-p1y, 43%),
      var(--portal-p2x, 52%) var(--portal-p2y, 45%),
      var(--portal-p3x, 52%) var(--portal-p3y, 58%),
      var(--portal-p4x, 49%) var(--portal-p4y, 58%)
    );
  }

  40% {
    opacity: 1;
    clip-path: polygon(
      var(--portal-p1x, 49%) var(--portal-p1y, 43%),
      var(--portal-p2x, 52%) var(--portal-p2y, 45%),
      var(--portal-p3x, 52%) var(--portal-p3y, 58%),
      var(--portal-p4x, 49%) var(--portal-p4y, 58%)
    );
  }

  64% {
    opacity: 1;
    clip-path: polygon(24% 12%, 79% 12%, 84% 88%, 18% 88%);
  }

  100% {
    opacity: 1;
    clip-path: polygon(-8% -10%, 108% -10%, 108% 110%, -8% 110%);
  }
}

@keyframes avHeroSceneRelease {
  0%,
  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes avHeroDoorDive {
  0% {
    opacity: 0.64;
    transform: translate3d(0, 0, 0) scale(1);
  }

  38% {
    opacity: 0.82;
    transform: translate3d(0, 0, 0) scale(1.02);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.14);
  }
}

@media (max-width: 820px) {
  .av-hero-brand-stage {
    width: clamp(280px, 78vw, 390px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .av-hero-portal-logo,
  .av-hero-door-focus,
  [data-loc="src/web/pages/Home.tsx:191"].av-hero-video-live .av-hero-local-video,
  [data-loc="src/web/pages/Home.tsx:191"].av-hero-portal-diving .av-hero-brand-stage,
  [data-loc="src/web/pages/Home.tsx:191"].av-hero-portal-diving .av-hero-portal-scene {
    animation-duration: 1ms !important;
    animation-delay: 0ms !important;
  }
}

.av-hero-stage-copy {
  display: none !important;
}

/* Post-intro editorial layer. It enters only after the portal is fully open. */
.av-hero-editorial {
  position: absolute;
  inset: 0;
  z-index: 7;
  overflow: hidden;
  color: #fff;
  pointer-events: none;
  isolation: isolate;
}

.av-hero-editorial::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.18) 42%, transparent 68%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, transparent 54%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 36%);
  opacity: 0;
}

.av-hero-editorial__brand {
  position: absolute;
  top: calc(clamp(74px, 9vh, 104px) + 15px);
  left: clamp(20px, 2.2vw, 40px);
  right: clamp(74px, 7vw, 118px);
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transform: translate3d(-22px, 0, 0);
}

.av-hero-editorial__brand span {
  display: block;
  width: max-content;
  color: #fff;
  font-family: var(--font-system), -apple-system, BlinkMacSystemFont, "SF Pro Display", Arial, sans-serif;
  font-size: clamp(60px, 9.5vw, 140px);
  font-weight: 650;
  letter-spacing: -0.072em;
  line-height: 0.82;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.32);
  white-space: nowrap;
}

.av-hero-editorial__lead {
  position: absolute;
  left: clamp(22px, 2.2vw, 40px);
  bottom: clamp(28px, 4.2vh, 48px);
  width: min(450px, 42vw);
  direction: ltr;
  text-align: left;
  opacity: 0;
  transform: translate3d(0, 24px, 0);
}

.av-hero-editorial__kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.60);
  font-family: var(--font-system), -apple-system, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.19em;
  line-height: 1;
  text-transform: uppercase;
}

.av-hero-editorial__kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: #62a89f;
}

.av-hero-editorial__lead > strong {
  display: block;
  color: #fff;
  font-family: var(--font-display), Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 3.55vw, 54px);
  font-weight: 420;
  letter-spacing: -0.04em;
  line-height: 0.94;
  text-shadow: 0 14px 38px rgba(0, 0, 0, 0.42);
}

.av-hero-editorial__lead > p {
  width: min(330px, 100%);
  margin: 17px 0 22px;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-system), -apple-system, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif;
  font-size: clamp(12px, 0.95vw, 14px);
  font-weight: 430;
  letter-spacing: 0;
  line-height: 1.55;
}

.av-hero-editorial__lead > a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 30px;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 0;
  background: transparent;
  color: #fff !important;
  font-family: var(--font-system), -apple-system, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  pointer-events: auto;
  box-shadow: none;
  transition:
    border-color 280ms ease,
    color 280ms ease;
}

.av-hero-editorial__lead > a i {
  display: block;
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, #62a89f, rgba(98, 168, 159, 0.18));
  transition: width 360ms cubic-bezier(.16, 1, .3, 1);
}

.av-hero-editorial__lead > a b {
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: transform 300ms cubic-bezier(.16, 1, .3, 1);
}

.av-hero-editorial__lead > a:hover {
  background: transparent;
  border-color: rgba(98, 168, 159, 0.9);
}

.av-hero-editorial__lead > a:hover i {
  width: 60px;
}

.av-hero-editorial__lead > a:hover b {
  transform: translate3d(3px, -3px, 0);
}

.av-hero-editorial__pillars {
  position: absolute;
  right: clamp(72px, 7vw, 118px);
  bottom: clamp(28px, 4.2vh, 48px);
  display: grid;
  grid-template-columns: repeat(2, minmax(170px, 230px));
  gap: clamp(28px, 3vw, 54px);
}

.av-hero-editorial__pillars article {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.av-hero-editorial__pillars article > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.av-hero-editorial__pillars article strong {
  color: #fff;
  font-family: var(--font-system), -apple-system, BlinkMacSystemFont, "SF Pro Display", Arial, sans-serif;
  font-size: clamp(18px, 1.65vw, 25px);
  font-weight: 610;
  letter-spacing: -0.035em;
  line-height: 1;
}

.av-hero-editorial__pillars article i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(67, 146, 136, 0.95), rgba(255, 255, 255, 0.22));
  transform: scaleX(0);
  transform-origin: left center;
}

.av-hero-editorial__pillars article p {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--font-system), -apple-system, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif;
  font-size: 12px;
  font-weight: 420;
  line-height: 1.45;
}

.av-hero-editorial__rail {
  position: absolute;
  top: clamp(88px, 11vh, 126px);
  right: clamp(20px, 2.1vw, 38px);
  bottom: clamp(42px, 6vh, 72px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  opacity: 0;
}

.av-hero-editorial__rail i {
  flex: 1;
  width: 1px;
  background: rgba(255, 255, 255, 0.48);
  transform: scaleY(0);
  transform-origin: top center;
}

.av-hero-editorial__rail span {
  color: rgba(255, 255, 255, 0.56);
  font-family: var(--font-system), -apple-system, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-stage-live .av-hero-editorial::before {
  animation: avHeroEditorialShade 900ms ease-out both;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-stage-live .av-hero-editorial__brand {
  animation: avHeroEditorialBrand 1250ms cubic-bezier(.16, 1, .3, 1) 120ms both;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-stage-live .av-hero-editorial__lead {
  animation: avHeroEditorialRise 820ms cubic-bezier(.16, 1, .3, 1) 560ms both;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-stage-live .av-hero-editorial__pillars article:first-child {
  animation: avHeroEditorialRise 760ms cubic-bezier(.16, 1, .3, 1) 980ms both;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-stage-live .av-hero-editorial__pillars article:last-child {
  animation: avHeroEditorialRise 760ms cubic-bezier(.16, 1, .3, 1) 1160ms both;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-stage-live .av-hero-editorial__pillars article:first-child i {
  animation: avHeroEditorialLine 820ms cubic-bezier(.16, 1, .3, 1) 1260ms both;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-stage-live .av-hero-editorial__pillars article:last-child i {
  animation: avHeroEditorialLine 820ms cubic-bezier(.16, 1, .3, 1) 1440ms both;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-stage-live .av-hero-editorial__rail {
  animation: avHeroEditorialFade 700ms ease 1380ms both;
}

[data-loc="src/web/pages/Home.tsx:191"].av-hero-stage-live .av-hero-editorial__rail i {
  animation: avHeroEditorialRail 1050ms cubic-bezier(.16, 1, .3, 1) 1520ms both;
}

@keyframes avHeroEditorialShade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes avHeroEditorialBrand {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translate3d(-22px, 0, 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes avHeroEditorialRise {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes avHeroEditorialLine {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes avHeroEditorialFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes avHeroEditorialRail {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

@media (max-width: 980px) {
  .av-hero-editorial__brand {
    right: 54px;
  }

  .av-hero-editorial__brand span {
    font-size: clamp(53px, 10vw, 98px);
  }

  .av-hero-editorial__lead {
    width: min(360px, 46vw);
  }

  .av-hero-editorial__pillars {
    grid-template-columns: minmax(170px, 220px);
  }

  .av-hero-editorial__pillars article:last-child {
    display: none;
  }
}

@media (max-width: 700px) {
  .av-hero-editorial__brand {
    top: 105px;
    left: 20px;
    right: 20px;
  }

  .av-hero-editorial__brand span {
    font-size: clamp(44px, 12.2vw, 69px);
    letter-spacing: -0.065em;
  }

  .av-hero-editorial__lead {
    left: 22px;
    right: 22px;
    bottom: 28px;
    width: auto;
  }

  .av-hero-editorial__lead > strong {
    font-size: clamp(35px, 9vw, 48px);
  }

  .av-hero-editorial__pillars,
  .av-hero-editorial__rail {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-loc="src/web/pages/Home.tsx:191"].av-hero-stage-live .av-hero-editorial *,
  [data-loc="src/web/pages/Home.tsx:191"].av-hero-stage-live .av-hero-editorial::before {
    animation-duration: 1ms !important;
    animation-delay: 0ms !important;
  }
}
