/* ============================================================
   FlowLens Wordmark + Entry Intro
   Decisions: every visit · custom SVG wordmark · fade to Hero
   ============================================================ */

/* --- Wordmark --- */

.fl-wordmark {
  display: inline-block;
  vertical-align: middle;
  color: var(--fl-text-primary);
  line-height: 0;
}

.fl-wordmark svg {
  display: block;
  width: auto;
  height: 1em;
  overflow: visible;
}

.fl-wordmark--nav {
  font-size: 1.35rem;
}

.fl-wordmark--hero {
  font-size: clamp(2.4rem, 5.5vw, 3.75rem);
}

.fl-wordmark--intro {
  font-size: clamp(2.75rem, 9vw, 5.5rem);
}

/* PC: larger brand presence */
@media (min-width: 1024px) {
  .fl-wordmark--intro {
    font-size: clamp(4rem, 8vw, 7rem);
  }

  .fl-wordmark--hero {
    font-size: clamp(2.75rem, 5.5vw, 4.5rem);
  }
}

.fl-wm-flow {
  fill: currentColor;
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.fl-wm-lens {
  fill: currentColor;
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.fl-wm-wave {
  fill: none;
  stroke: var(--fl-accent-primary);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fl-wm-wave-flow {
  fill: none;
  stroke: rgb(184 211 255 / 0.95);
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 24 156;
  stroke-dashoffset: 180;
  opacity: 0;
  filter: drop-shadow(0 0 2.5px rgb(var(--fl-accent-primary-rgb) / 0.45));
  pointer-events: none;
}

/* Optical "e" letterform */
.fl-wm-e-core {
  transform-box: fill-box;
  transform-origin: center;
}

.fl-wm-lens-ring {
  fill: none;
  stroke: var(--fl-accent-primary);
  stroke-width: 2.35;
  stroke-linecap: round;
  opacity: 1;
}

.fl-wm-lens-rim {
  fill: none;
  stroke: rgb(var(--fl-accent-primary-rgb) / 0.45);
  stroke-width: 1.05;
  stroke-linecap: round;
}

.fl-wm-lens-glass {
  fill: rgb(var(--fl-accent-primary-rgb) / 0.12);
  stroke: none;
}

.fl-wm-e-bar {
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
}

.fl-wm-lens-glint {
  fill: none;
  stroke: rgb(255 255 255 / 0.78);
  stroke-width: 1.35;
  stroke-linecap: round;
  opacity: 0.95;
}

.fl-wm-lens-mark {
  fill: var(--fl-accent-primary);
}

/* Nav: quieter e-lens */
.fl-wordmark--nav .fl-wm-wave {
  stroke-width: 2;
}

.fl-wordmark--nav .fl-wm-lens-ring {
  stroke-width: 1.85;
}

.fl-wordmark--nav .fl-wm-lens-rim {
  stroke-width: 0.85;
}

.fl-wordmark--nav .fl-wm-lens-glass {
  fill: rgb(var(--fl-accent-primary-rgb) / 0.08);
}

.fl-wordmark--nav .fl-wm-e-bar {
  stroke-width: 2.1;
}

.fl-wordmark--nav .fl-wm-lens-glint {
  stroke-width: 1.05;
}

/* Hero / Intro: clearer optical e */
.fl-wordmark--hero .fl-wm-lens-ring,
.fl-wordmark--intro .fl-wm-lens-ring {
  stroke-width: 2.6;
}

.fl-wordmark--hero .fl-wm-lens-rim,
.fl-wordmark--intro .fl-wm-lens-rim {
  stroke-width: 1.15;
}

.fl-wordmark--hero .fl-wm-lens-glass,
.fl-wordmark--intro .fl-wm-lens-glass {
  fill: rgb(var(--fl-accent-primary-rgb) / 0.16);
}

.fl-wordmark--hero .fl-wm-e-bar,
.fl-wordmark--intro .fl-wm-e-bar {
  stroke-width: 2.75;
}

.fl-wordmark--hero .fl-wm-lens-glint,
.fl-wordmark--intro .fl-wm-lens-glint {
  stroke-width: 1.5;
}

.site-nav-brand {
  display: inline-flex;
  align-items: center;
  color: var(--fl-text-primary);
}

.site-nav-brand:focus-visible .fl-wordmark {
  outline: none;
}

.hero-brand-mark {
  margin: 0 0 var(--fl-space-3);
}

/* --- Hero wordmark: short personality echo --- */

.hero-brand-mark.is-entering .fl-wm-flow {
  animation: fl-hero-flow-in 0.55s var(--fl-ease-enter, cubic-bezier(0.16, 1, 0.3, 1)) both;
}

.hero-brand-mark.is-entering .fl-wm-wave {
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
  animation: fl-hero-wave-draw 0.7s var(--fl-ease-cinematic, cubic-bezier(0.65, 0.05, 0.36, 1)) 0.12s both;
}

.hero-brand-mark.is-entering .fl-wm-lens {
  animation: fl-hero-lens-in 0.4s var(--fl-ease-enter, cubic-bezier(0.16, 1, 0.3, 1)) 0.28s both;
}

.hero-brand-mark.is-entering .fl-wm-e-core {
  animation: fl-hero-aperture-focus 0.55s var(--fl-ease-enter, cubic-bezier(0.16, 1, 0.3, 1)) 0.34s both;
}

.hero-brand-mark.is-entering .fl-wm-lens-glass {
  transform-box: fill-box;
  transform-origin: center;
  animation: fl-hero-glass-in 0.45s var(--fl-ease-enter, cubic-bezier(0.16, 1, 0.3, 1)) 0.36s both;
}

.hero-brand-mark.is-entering .fl-wm-lens-ring {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: fl-hero-ring-draw 0.55s var(--fl-ease-standard, cubic-bezier(0.22, 1, 0.36, 1)) 0.38s both;
}

.hero-brand-mark.is-entering .fl-wm-lens-rim {
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation: fl-hero-rim-draw 0.45s var(--fl-ease-standard, cubic-bezier(0.22, 1, 0.36, 1)) 0.42s both;
}

.hero-brand-mark.is-entering .fl-wm-e-bar {
  animation: fl-hero-ebar-in 0.35s var(--fl-ease-enter, cubic-bezier(0.16, 1, 0.3, 1)) 0.48s both;
}

.hero-brand-mark.is-entering .fl-wm-lens-glint {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  animation: fl-hero-glint-draw 0.35s ease-out 0.58s both;
}

.hero-brand-mark.is-entering .fl-wm-lens-mark {
  transform-box: fill-box;
  transform-origin: center;
  animation: fl-hero-mark-pop 0.4s var(--fl-ease-enter, cubic-bezier(0.16, 1, 0.3, 1)) 0.65s both;
}

/* Subtle idle (hero only, after entrance) */
.fl-wordmark--hero.is-idle .fl-wm-wave {
  animation: fl-hero-wave-breathe 5.5s ease-in-out infinite;
}

/* --- Intro overlay --- */

.fl-intro {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  background: #070708;
  color: #f5f5f6;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.55s var(--fl-ease-exit, cubic-bezier(0.4, 0, 1, 1)),
    visibility 0.55s linear;
}

.fl-intro::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 46%, rgb(var(--fl-accent-primary-rgb, 91 140 255) / 0.14), transparent 52%);
  opacity: 0;
}

.fl-wm-e-pulse {
  fill: none;
  stroke: rgb(var(--fl-accent-primary-rgb, 91 140 255) / 0.55);
  stroke-width: 1.2;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}

.fl-intro[hidden],
html.fl-intro-done .fl-intro,
.fl-intro.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

html.fl-intro-done #intro,
#intro.is-done,
#intro[hidden] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.fl-intro-done body,
body:not(.is-intro-active) {
  overflow: auto;
}

body.is-intro-active {
  overflow: hidden;
}

.fl-intro-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
}

.fl-intro-audio-gate {
  width: min(24rem, calc(100vw - 3rem));
  display: grid;
  justify-items: center;
  gap: 0.72rem;
  padding: 1.3rem 1.25rem 1.2rem;
  border: 1px solid rgb(255 255 255 / 0.11);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0.035), transparent 42%),
    rgb(10 11 14 / 0.92);
  box-shadow:
    0 28px 90px rgb(0 0 0 / 0.5),
    inset 0 1px 0 rgb(255 255 255 / 0.035);
  text-align: center;
  opacity: 0;
  transform: translateY(8px) scale(0.965);
  filter: blur(3px);
  transition:
    opacity 420ms ease,
    transform 520ms var(--fl-ease-enter, cubic-bezier(0.16, 1, 0.3, 1)),
    filter 420ms ease;
  will-change: opacity, transform, filter;
}

.fl-intro-audio-gate.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.fl-intro-audio-gate.is-leaving {
  opacity: 0;
  transform: translateY(-5px) scale(1.035);
  filter: blur(2px);
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 250ms cubic-bezier(0.4, 0, 1, 1),
    filter 180ms ease;
}

.fl-intro-audio-eyebrow {
  margin: 0 0 0.05rem;
  color: rgb(var(--fl-accent-primary-rgb, 91 140 255) / 0.78);
  font: 600 0.64rem/1 'Space Grotesk', system-ui, sans-serif;
  letter-spacing: 0.19em;
}

.fl-intro-audio-title {
  margin: 0;
  color: #f5f5f6;
  font: 600 1.06rem/1.35 'Space Grotesk', system-ui, sans-serif;
  letter-spacing: 0.015em;
}

.fl-intro-audio-copy,
.fl-intro-audio-status {
  margin: 0;
  color: rgb(245 245 246 / 0.54);
  font: 400 0.78rem/1.55 'Space Grotesk', system-ui, sans-serif;
}

.fl-intro-audio-status {
  min-height: 1.2em;
  color: rgb(245 245 246 / 0.7);
}

.fl-intro-audio-actions {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  margin-top: 0.22rem;
}

.fl-intro-audio-btn {
  min-height: 44px;
  padding: 0 0.9rem;
  border: 1px solid rgb(255 255 255 / 0.13);
  background: rgb(255 255 255 / 0.025);
  color: #f5f5f6;
  font: 600 0.8rem/1 'Space Grotesk', system-ui, sans-serif;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease;
}

.fl-intro-audio-btn--sound {
  border-color: rgb(var(--fl-accent-primary-rgb, 91 140 255) / 0.64);
  background: rgb(var(--fl-accent-primary-rgb, 91 140 255) / 0.11);
}

.fl-intro-audio-btn:hover:not(:disabled) {
  border-color: rgb(var(--fl-accent-primary-rgb, 91 140 255) / 0.86);
  background: rgb(var(--fl-accent-primary-rgb, 91 140 255) / 0.16);
  transform: translateY(-1px);
}

.fl-intro-audio-btn:focus-visible {
  outline: 2px solid var(--fl-accent-primary);
  outline-offset: 3px;
}

.fl-intro-audio-btn:disabled {
  cursor: wait;
  opacity: 0.58;
}

.fl-intro.is-awaiting-audio::before {
  opacity: 0;
  animation: none !important;
}

.fl-intro.is-awaiting-audio .fl-intro-wordmark,
.fl-intro.is-awaiting-audio .fl-intro-caption {
  opacity: 0;
  animation: none !important;
}

.fl-intro-wordmark {
  opacity: 0;
  transform: translateY(10px);
}

.fl-intro.is-ready .fl-intro-wordmark {
  animation: fl-intro-mark-in 0.55s var(--fl-ease-enter, cubic-bezier(0.16, 1, 0.3, 1)) 0.1s forwards;
}

/* Flow — fluid horizontal settle */
.fl-intro-wordmark .fl-wm-flow {
  opacity: 0;
}

.fl-intro.is-ready .fl-intro-wordmark .fl-wm-flow {
  animation: fl-intro-flow-in 0.7s var(--fl-ease-enter, cubic-bezier(0.16, 1, 0.3, 1)) 0.35s forwards;
}

/* Wave — draw, directional flow pass, then static settle. */
.fl-intro-wordmark .fl-wm-wave {
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
}

.fl-intro-wordmark .fl-wm-wave-flow {
  stroke-dasharray: 24 156;
  stroke-dashoffset: 180;
  opacity: 0;
}

.fl-intro.is-ready .fl-intro-wordmark .fl-wm-wave {
  animation: fl-intro-wave-draw 1.1s var(--fl-ease-cinematic, cubic-bezier(0.65, 0.05, 0.36, 1)) 0.45s forwards;
}

.fl-intro.is-ready .fl-intro-wordmark .fl-wm-wave-flow {
  animation: fl-intro-wave-flow-pass 0.82s cubic-bezier(0.22, 0.61, 0.36, 1) 1.42s both;
}

/* Lens letters — crisp reveal */
.fl-intro-wordmark .fl-wm-lens {
  opacity: 0;
}

.fl-intro.is-ready .fl-intro-wordmark .fl-wm-lens {
  animation: fl-intro-lens-type 0.45s var(--fl-ease-enter, cubic-bezier(0.16, 1, 0.3, 1)) 1.05s forwards;
}

/* Optical e — focus as letterform */
.fl-intro-wordmark .fl-wm-e-core {
  opacity: 0;
  transform: scale(0.86);
  transform-box: fill-box;
  transform-origin: center;
}

.fl-intro.is-ready .fl-intro-wordmark .fl-wm-e-core {
  animation: fl-intro-aperture-in 0.55s var(--fl-ease-enter, cubic-bezier(0.16, 1, 0.3, 1)) 1.15s forwards;
}

.fl-intro-wordmark .fl-wm-lens-glass {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0.88);
}

.fl-intro.is-ready .fl-intro-wordmark .fl-wm-lens-glass {
  animation: fl-intro-glass-in 0.5s var(--fl-ease-enter, cubic-bezier(0.16, 1, 0.3, 1)) 1.2s forwards;
}

.fl-intro-wordmark .fl-wm-lens-ring {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

.fl-intro.is-ready .fl-intro-wordmark .fl-wm-lens-ring {
  animation: fl-intro-ring-draw 0.7s var(--fl-ease-standard, cubic-bezier(0.22, 1, 0.36, 1)) 1.22s forwards;
}

.fl-intro-wordmark .fl-wm-lens-rim {
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  opacity: 0;
}

.fl-intro.is-ready .fl-intro-wordmark .fl-wm-lens-rim {
  animation:
    fl-intro-rim-draw 0.55s var(--fl-ease-standard, cubic-bezier(0.22, 1, 0.36, 1)) 1.32s forwards,
    fl-intro-caption-in 0.3s ease 1.32s forwards;
}

.fl-intro-wordmark .fl-wm-e-bar {
  opacity: 0;
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
}

.fl-intro.is-ready .fl-intro-wordmark .fl-wm-e-bar {
  animation: fl-intro-ebar-in 0.4s var(--fl-ease-enter, cubic-bezier(0.16, 1, 0.3, 1)) 1.45s forwards;
}

.fl-intro-wordmark .fl-wm-lens-glint {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  opacity: 0;
}

.fl-intro.is-ready .fl-intro-wordmark .fl-wm-lens-glint {
  animation: fl-intro-glint 0.4s ease-out 1.7s forwards;
}

.fl-intro-wordmark .fl-wm-lens-mark {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0);
}

.fl-intro.is-ready .fl-intro-wordmark .fl-wm-lens-mark {
  animation: fl-intro-mark-pop 0.4s var(--fl-ease-enter, cubic-bezier(0.16, 1, 0.3, 1)) 1.85s forwards;
}

.fl-intro-caption {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgb(245 245 246 / 0.42);
  opacity: 0;
}

.fl-intro.is-ready .fl-intro-caption {
  animation: fl-intro-caption-in 0.5s ease 2.15s forwards;
}

/* --- Keyframes: Intro --- */

@keyframes fl-intro-mark-in {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fl-intro-flow-in {
  from {
    opacity: 0;
    letter-spacing: 0.18em;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    letter-spacing: 0.04em;
    transform: translateX(0);
  }
}

@keyframes fl-intro-wave-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes fl-intro-wave-flow-pass {
  0% {
    stroke-dashoffset: 180;
    opacity: 0;
  }
  14% {
    opacity: 0.92;
  }
  72% {
    opacity: 0.78;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}

@keyframes fl-intro-stage-breath {
  0% { opacity: 0; }
  35% { opacity: 0.85; }
  100% { opacity: 0.28; }
}

@keyframes fl-intro-e-pulse {
  0% {
    opacity: 0.7;
    transform: scale(0.72);
  }
  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

@keyframes fl-intro-glass-flare {
  0%, 100% { fill: rgb(var(--fl-accent-primary-rgb, 91 140 255) / 0.12); }
  40% { fill: rgb(var(--fl-accent-primary-rgb, 91 140 255) / 0.28); }
}

@keyframes fl-intro-lens-type {
  from {
    opacity: 0;
    letter-spacing: 0.16em;
  }
  to {
    opacity: 1;
    letter-spacing: 0.04em;
  }
}

@keyframes fl-intro-aperture-in {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fl-intro-glass-in {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fl-intro-ring-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes fl-intro-rim-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes fl-intro-ebar-in {
  from {
    opacity: 0;
    stroke-dashoffset: 20;
  }
  to {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes fl-intro-glint {
  to {
    opacity: 0.95;
    stroke-dashoffset: 0;
  }
}

@keyframes fl-intro-mark-pop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  60% {
    opacity: 1;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fl-intro-caption-in {
  to { opacity: 1; }
}

/* --- Keyframes: Hero echo --- */

@keyframes fl-hero-flow-in {
  from {
    opacity: 0;
    letter-spacing: 0.12em;
    transform: translateX(-6px);
  }
  to {
    opacity: 1;
    letter-spacing: 0.04em;
    transform: translateX(0);
  }
}

@keyframes fl-hero-wave-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes fl-hero-lens-in {
  from {
    opacity: 0;
    letter-spacing: 0.12em;
  }
  to {
    opacity: 1;
    letter-spacing: 0.04em;
  }
}

@keyframes fl-hero-aperture-focus {
  from {
    opacity: 0;
    transform: scale(0.88);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fl-hero-glass-in {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fl-hero-ring-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes fl-hero-rim-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes fl-hero-ebar-in {
  from {
    opacity: 0;
    stroke-dasharray: 20;
    stroke-dashoffset: 20;
  }
  to {
    opacity: 1;
    stroke-dasharray: 20;
    stroke-dashoffset: 0;
  }
}

@keyframes fl-hero-glint-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes fl-hero-mark-pop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fl-hero-wave-breathe {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.72; }
}

/* Desktop FX — after base rules so cascade wins */
@media (min-width: 1024px) {
  .fl-intro.is-ready::before {
    animation: fl-intro-stage-breath 2.8s var(--fl-ease-standard, cubic-bezier(0.22, 1, 0.36, 1)) 0.2s both;
  }

  .fl-intro.is-ready .fl-intro-wordmark .fl-wm-wave {
    animation: fl-intro-wave-draw 1.15s var(--fl-ease-cinematic, cubic-bezier(0.65, 0.05, 0.36, 1)) 0.45s forwards;
  }

  .fl-intro.is-ready .fl-intro-wordmark .fl-wm-wave-flow {
    animation: fl-intro-wave-flow-pass 0.86s cubic-bezier(0.22, 0.61, 0.36, 1) 1.46s both;
  }

  .fl-intro.is-ready .fl-intro-wordmark .fl-wm-e-pulse {
    animation: fl-intro-e-pulse 0.85s var(--fl-ease-enter, cubic-bezier(0.16, 1, 0.3, 1)) 1.2s both;
  }

  .fl-intro.is-ready .fl-intro-wordmark .fl-wm-lens-glass {
    animation:
      fl-intro-glass-in 0.5s var(--fl-ease-enter, cubic-bezier(0.16, 1, 0.3, 1)) 1.2s forwards,
      fl-intro-glass-flare 0.7s ease-out 1.55s both;
  }

  .fl-intro.is-ready .fl-intro-wordmark .fl-wm-lens-glint {
    animation: fl-intro-glint 0.5s ease-out 1.65s forwards;
  }

  .fl-intro.is-ready .fl-intro-wordmark .fl-wm-lens-mark {
    animation: fl-intro-mark-pop 0.45s var(--fl-ease-enter, cubic-bezier(0.16, 1, 0.3, 1)) 1.9s forwards;
  }
}

/* Reduced motion: static final wordmark */
@media (prefers-reduced-motion: reduce) {
  .fl-intro-audio-gate,
  .fl-intro-audio-gate.is-visible,
  .fl-intro-audio-gate.is-leaving {
    transition: none !important;
    filter: none !important;
  }

  .fl-intro.is-ready::before,
  .fl-intro.is-ready .fl-intro-wordmark,
  .fl-intro.is-ready .fl-intro-wordmark .fl-wm-wave,
  .fl-intro.is-ready .fl-intro-wordmark .fl-wm-wave-flow,
  .fl-intro.is-ready .fl-intro-wordmark .fl-wm-flow,
  .fl-intro.is-ready .fl-intro-wordmark .fl-wm-lens,
  .fl-intro.is-ready .fl-intro-wordmark .fl-wm-e-core,
  .fl-intro.is-ready .fl-intro-wordmark .fl-wm-e-pulse,
  .fl-intro.is-ready .fl-intro-wordmark .fl-wm-lens-glass,
  .fl-intro.is-ready .fl-intro-wordmark .fl-wm-lens-rim,
  .fl-intro.is-ready .fl-intro-wordmark .fl-wm-lens-ring,
  .fl-intro.is-ready .fl-intro-wordmark .fl-wm-e-bar,
  .fl-intro.is-ready .fl-intro-wordmark .fl-wm-lens-glint,
  .fl-intro.is-ready .fl-intro-wordmark .fl-wm-lens-mark,
  .fl-intro.is-ready .fl-intro-caption,
  .hero-brand-mark.is-entering .fl-wm-flow,
  .hero-brand-mark.is-entering .fl-wm-wave,
  .hero-brand-mark.is-entering .fl-wm-lens,
  .hero-brand-mark.is-entering .fl-wm-e-core,
  .hero-brand-mark.is-entering .fl-wm-lens-glass,
  .hero-brand-mark.is-entering .fl-wm-lens-rim,
  .hero-brand-mark.is-entering .fl-wm-lens-ring,
  .hero-brand-mark.is-entering .fl-wm-e-bar,
  .hero-brand-mark.is-entering .fl-wm-lens-glint,
  .hero-brand-mark.is-entering .fl-wm-lens-mark,
  .fl-wordmark--hero.is-idle .fl-wm-wave {
    animation: none !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    stroke-dashoffset: 0 !important;
    letter-spacing: inherit;
  }

  .fl-intro.is-ready::before,
  .fl-intro.is-ready .fl-intro-wordmark .fl-wm-e-pulse,
  .fl-intro.is-ready .fl-intro-wordmark .fl-wm-wave-flow {
    opacity: 0 !important;
  }

  .fl-intro.is-ready .fl-intro-wordmark .fl-wm-wave-flow {
    stroke-dashoffset: 0 !important;
  }
}

@media (max-width: 768px) {
  .fl-wordmark--hero {
    font-size: clamp(2rem, 11vw, 2.75rem);
  }
}

@media (max-width: 420px) {
  .fl-intro-audio-actions {
    grid-template-columns: 1fr;
  }
}
