.flowra-intro {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  min-height: 100dvh;
  padding: clamp(18px, 4vw, 56px);
  color: white;
  background:
    radial-gradient(circle at 16% 20%, rgba(245, 26, 163, 0.32), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(6, 174, 221, 0.22), transparent 30%),
    radial-gradient(circle at 50% 112%, rgba(135, 54, 245, 0.34), transparent 40%),
    linear-gradient(135deg, #07020c 0%, #170721 40%, #2a1239 100%);
  overflow: hidden;
  isolation: isolate;
}

.flowra-intro::before {
  content: "";
  position: absolute;
  inset: -34%;
  z-index: -2;
  background:
    conic-gradient(from 214deg at 50% 50%, rgba(245, 26, 163, 0), rgba(245, 26, 163, 0.24), rgba(6, 174, 221, 0.18), rgba(247, 214, 170, 0.18), rgba(135, 54, 245, 0.22), rgba(245, 26, 163, 0)),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.10), transparent 42%);
  filter: blur(10px);
  opacity: 0;
  animation: flowraIntroAurora 4300ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.flowra-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: radial-gradient(circle at 50% 46%, black, transparent 72%);
  opacity: 0.55;
}

.flowra-intro-atmosphere,
.flowra-intro-stage {
  position: relative;
  z-index: 1;
}

.flowra-intro-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.flowra-intro-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(32px);
  opacity: 0.66;
  transform: translate3d(0, 0, 0);
  animation: flowraIntroV2Float 5200ms ease-in-out infinite alternate;
}

.flowra-intro-orb.orb-one {
  width: min(42vw, 460px);
  height: min(42vw, 460px);
  left: -9%;
  top: 8%;
  background: rgba(245, 26, 163, 0.28);
}

.flowra-intro-orb.orb-two {
  width: min(34vw, 360px);
  height: min(34vw, 360px);
  right: -8%;
  top: 2%;
  background: rgba(6, 174, 221, 0.22);
  animation-delay: 360ms;
}

.flowra-intro-orb.orb-three {
  width: min(36vw, 390px);
  height: min(36vw, 390px);
  left: 44%;
  bottom: -15%;
  background: rgba(135, 54, 245, 0.26);
  animation-delay: 760ms;
}

.flowra-intro-ribbon {
  position: absolute;
  width: min(68vw, 780px);
  height: 1px;
  left: 50%;
  top: 50%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), rgba(247, 214, 170, 0.46), transparent);
  transform-origin: center;
  opacity: 0;
  filter: drop-shadow(0 0 18px rgba(247, 214, 170, 0.22));
  animation: flowraIntroRibbon 3600ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.flowra-intro-ribbon.ribbon-one {
  transform: translate(-50%, -50%) rotate(-18deg);
}

.flowra-intro-ribbon.ribbon-two {
  transform: translate(-50%, -50%) rotate(22deg);
  animation-delay: 360ms;
}

.flowra-intro-signal {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 7px;
  height: 7px;
  border-radius: 999px;
  opacity: 0;
  transform: scale(var(--s));
  animation: flowraIntroSignal 3300ms cubic-bezier(0.16, 1, 0.3, 1) var(--d) infinite;
}

.flowra-intro-signal.tone-petal {
  background: rgba(245, 26, 163, 0.92);
  box-shadow: 0 0 24px rgba(245, 26, 163, 0.68);
}

.flowra-intro-signal.tone-cream {
  background: rgba(247, 214, 170, 0.92);
  box-shadow: 0 0 24px rgba(247, 214, 170, 0.62);
}

.flowra-intro-signal.tone-aurora {
  background: rgba(6, 174, 221, 0.88);
  box-shadow: 0 0 24px rgba(6, 174, 221, 0.58);
}

.flowra-intro-signal.tone-moon {
  background: rgba(180, 126, 255, 0.9);
  box-shadow: 0 0 24px rgba(135, 54, 245, 0.62);
}

.flowra-intro-stage {
  width: min(1120px, 100%);
  padding: clamp(26px, 5.4vw, 66px);
  border: 1px solid rgba(247, 214, 170, 0.24);
  border-radius: clamp(32px, 5vw, 64px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 82% 18%, rgba(6, 174, 221, 0.13), transparent 36%),
    linear-gradient(145deg, rgba(26, 7, 38, 0.76), rgba(8, 3, 14, 0.58));
  box-shadow:
    0 46px 130px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(34px);
  -webkit-backdrop-filter: blur(34px);
  overflow: hidden;
  animation: flowraIntroV2StageIn 980ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.flowra-intro-skip {
  position: absolute;
  top: clamp(18px, 2.8vw, 28px);
  right: clamp(18px, 2.8vw, 28px);
  z-index: 3;
  min-height: 38px;
  padding: 9px 15px;
  border: 1px solid rgba(247, 214, 170, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.075);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.flowra-intro-skip:hover,
.flowra-intro-skip:focus-visible {
  color: white;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(247, 214, 170, 0.42);
  transform: translateY(-1px);
}

.flowra-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.78fr);
  align-items: center;
  gap: clamp(30px, 6vw, 82px);
}

.flowra-intro-copy {
  max-width: 680px;
}

.flowra-intro-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 15px;
  border: 1px solid rgba(247, 214, 170, 0.26);
  border-radius: 999px;
  background: rgba(247, 214, 170, 0.085);
  color: rgba(247, 214, 170, 0.94);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: flowraIntroV2Lift 760ms cubic-bezier(0.16, 1, 0.3, 1) 160ms both;
}

.flowra-intro h2 {
  max-width: 760px;
  margin: 18px 0 16px;
  background: linear-gradient(115deg, #fff 0%, #fff4e5 38%, #f7d6aa 64%, #ffd3f0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(46px, 8.8vw, 104px);
  line-height: 0.9;
  letter-spacing: -0.085em;
  animation: flowraIntroV2Title 940ms cubic-bezier(0.16, 1, 0.3, 1) 260ms both;
}

.flowra-intro p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(17px, 2vw, 23px);
  line-height: 1.5;
  animation: flowraIntroV2Lift 820ms cubic-bezier(0.16, 1, 0.3, 1) 460ms both;
}

.flowra-intro-beats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.flowra-intro-beats span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 15px;
  border-radius: 999px;
  border: 1px solid rgba(247, 214, 170, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 900;
  animation: flowraIntroV2Beat 1500ms cubic-bezier(0.16, 1, 0.3, 1) 620ms both;
}

.flowra-intro-beats span:nth-child(2) {
  animation-delay: 760ms;
}

.flowra-intro-beats span:nth-child(3) {
  animation-delay: 900ms;
}

.flowra-intro-orbit {
  position: relative;
  justify-self: center;
  align-self: center;
  display: grid;
  place-items: center;
  width: min(390px, 74vw);
  aspect-ratio: 1;
  border-radius: 999px;
  transform: translateZ(0);
  animation: flowraIntroV2OrbitIn 1050ms cubic-bezier(0.16, 1, 0.3, 1) 360ms both;
}

.flowra-intro-ring {
  position: absolute;
  inset: var(--ring-inset, 0);
  border-radius: inherit;
  border: 1px solid rgba(247, 214, 170, 0.22);
  background: conic-gradient(from 0deg, transparent, rgba(245, 26, 163, 0.28), transparent 34%, rgba(6, 174, 221, 0.22), transparent 70%, rgba(247, 214, 170, 0.22), transparent);
  -webkit-mask-image: radial-gradient(circle, transparent 61%, black 62%, black 65%, transparent 66%);
  mask-image: radial-gradient(circle, transparent 61%, black 62%, black 65%, transparent 66%);
  animation: flowraIntroV2Breathe 3400ms ease-in-out infinite;
}

.flowra-intro-ring.ring-two {
  --ring-inset: 34px;
  opacity: 0.78;
  animation-duration: 4300ms;
}

.flowra-intro-ring.ring-three {
  --ring-inset: 72px;
  opacity: 0.62;
  animation-duration: 5200ms;
}

.flowra-intro-brand {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: clamp(86px, 12vw, 112px);
  height: clamp(86px, 12vw, 112px);
  margin: 0;
  border: 1px solid rgba(247, 214, 170, 0.30);
  border-radius: 36px;
  color: white;
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.30), transparent 30%),
    linear-gradient(135deg, var(--petal), var(--moon));
  box-shadow:
    0 28px 70px rgba(245, 26, 163, 0.30),
    0 0 0 12px rgba(255, 255, 255, 0.045);
  animation: flowraIntroV2Core 1900ms cubic-bezier(0.16, 1, 0.3, 1) 600ms both;
}

.flowra-intro-brand-glow {
  position: absolute;
  inset: -20px;
  border-radius: 44px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.28), transparent 66%);
  opacity: 0.82;
  animation: flowraIntroV2Glow 1800ms ease-in-out infinite alternate;
}

.flowra-intro-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.flowra-intro-node,
.flowra-intro-insight {
  position: absolute;
  border: 1px solid rgba(247, 214, 170, 0.20);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.flowra-intro-node {
  min-width: 128px;
  padding: 13px 15px;
  border-radius: 22px;
  animation: flowraIntroV2Node 920ms cubic-bezier(0.16, 1, 0.3, 1) both;
  transform-origin: center;
}

.flowra-intro-node strong,
.flowra-intro-node small,
.flowra-intro-insight span,
.flowra-intro-insight strong,
.flowra-intro-insight small {
  display: block;
}

.flowra-intro-node strong {
  color: white;
  font-size: 15px;
  line-height: 1.1;
}

.flowra-intro-node small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 800;
}

.flowra-intro-node.node-cycle {
  top: 7%;
  left: 50%;
  translate: -50% 0;
  animation-delay: 760ms;
}

.flowra-intro-node.node-fertility {
  top: 42%;
  right: -3%;
  animation-delay: 940ms;
}

.flowra-intro-node.node-privacy {
  left: -3%;
  bottom: 24%;
  animation-delay: 1120ms;
}

.flowra-intro-insight {
  right: 2%;
  bottom: 4%;
  width: min(210px, 54vw);
  padding: 16px;
  border-radius: 26px;
  animation: flowraIntroV2Insight 980ms cubic-bezier(0.16, 1, 0.3, 1) 1260ms both;
}

.flowra-intro-insight span {
  color: rgba(247, 214, 170, 0.84);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flowra-intro-insight strong {
  margin-top: 8px;
  color: white;
  font-size: 17px;
  line-height: 1.16;
}

.flowra-intro-insight small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.flowra-intro-progress {
  position: absolute;
  left: clamp(24px, 5vw, 66px);
  right: clamp(24px, 5vw, 66px);
  bottom: clamp(18px, 3vw, 32px);
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.flowra-intro-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--petal), #f7d6aa, var(--aurora));
  transform-origin: left;
  animation: flowraIntroV2Progress 4300ms linear both;
}

.flowra-intro-exiting {
  pointer-events: none;
  animation: flowraIntroV2Exit 760ms cubic-bezier(0.7, 0, 0.84, 0) both;
}

@keyframes flowraIntroAurora {
  0% {
    opacity: 0;
    transform: rotate(-18deg) scale(0.92);
  }
  34% {
    opacity: 0.92;
  }
  100% {
    opacity: 0.66;
    transform: rotate(26deg) scale(1.06);
  }
}

@keyframes flowraIntroV2Float {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(24px, -18px, 0) scale(1.08);
  }
}

@keyframes flowraIntroRibbon {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  38% {
    opacity: 1;
  }
  100% {
    opacity: 0.34;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes flowraIntroSignal {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(var(--s));
  }
  18% {
    opacity: 1;
  }
  72% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: translate3d(34px, -72px, 0) scale(var(--s));
  }
}

@keyframes flowraIntroV2StageIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.965);
    filter: blur(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes flowraIntroV2Lift {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes flowraIntroV2Title {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.955);
    filter: blur(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes flowraIntroV2Beat {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes flowraIntroV2OrbitIn {
  from {
    opacity: 0;
    transform: translateX(34px) scale(0.9) rotate(8deg);
    filter: blur(16px);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1) rotate(0);
    filter: blur(0);
  }
}

@keyframes flowraIntroV2Breathe {
  0%, 100% {
    transform: scale(1);
    opacity: 0.64;
  }
  50% {
    transform: scale(1.025);
    opacity: 0.94;
  }
}

@keyframes flowraIntroV2Core {
  0% {
    opacity: 0;
    transform: scale(0.78) rotate(-8deg);
  }
  62% {
    opacity: 1;
    transform: scale(1.08) rotate(2deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@keyframes flowraIntroV2Glow {
  from {
    transform: scale(0.92);
    opacity: 0.5;
  }
  to {
    transform: scale(1.12);
    opacity: 0.94;
  }
}

@keyframes flowraIntroV2Node {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.92);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes flowraIntroV2Insight {
  from {
    opacity: 0;
    transform: translate(18px, 18px) scale(0.92);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    filter: blur(0);
  }
}

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

@keyframes flowraIntroV2Exit {
  to {
    opacity: 0;
    transform: scale(1.035);
    filter: blur(18px);
  }
}

@media (max-width: 820px) {
  .flowra-intro {
    padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
  }

  .flowra-intro-stage {
    width: min(100%, 680px);
    max-height: calc(100dvh - 24px);
  }

  .flowra-intro-grid {
    grid-template-columns: 1fr;
    gap: clamp(18px, 3.2dvh, 30px);
  }

  .flowra-intro-copy {
    max-width: 620px;
  }

  .flowra-intro-orbit {
    width: min(350px, 76vw);
  }

  .flowra-intro-node.node-cycle {
    left: 50%;
  }

  .flowra-intro-node.node-fertility {
    right: 0;
  }

  .flowra-intro-node.node-privacy {
    left: 0;
  }
}

@media (max-width: 560px) {
  .flowra-intro {
    align-items: center;
    justify-items: center;
    width: 100vw;
    height: 100dvh;
    min-height: 100dvh;
    padding: 8px;
    overflow: hidden;
  }

  .flowra-intro-stage {
    display: grid;
    align-content: center;
    justify-self: stretch;
    width: 100%;
    max-width: none;
    height: calc(100dvh - 16px);
    min-height: 0;
    max-height: calc(100dvh - 16px);
    padding: clamp(12px, 3.8vw, 18px);
    border-radius: clamp(22px, 7vw, 30px);
  }

  .flowra-intro-skip {
    top: 12px;
    right: auto;
    left: 12px;
    max-width: calc(100% - 24px);
    min-height: 32px;
    padding: 7px 11px;
    font-size: 10px;
    white-space: nowrap;
  }

  .flowra-intro-grid {
    align-items: center;
    gap: clamp(10px, 2.4dvh, 16px);
  }

  .flowra-intro-copy {
    max-width: min(100%, 360px);
    padding-top: 28px;
  }

  .flowra-intro-kicker {
    min-height: 28px;
    padding: 6px 10px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .flowra-intro h2 {
    max-width: 330px;
    margin: clamp(8px, 1.7dvh, 12px) 0 clamp(6px, 1.3dvh, 8px);
    font-size: clamp(30px, 10.5vw, 43px);
    line-height: 0.95;
    letter-spacing: -0.07em;
  }

  .flowra-intro p {
    max-width: 330px;
    font-size: clamp(12px, 3.45vw, 14px);
    line-height: 1.36;
  }

  .flowra-intro-beats {
    gap: 6px;
    margin-top: clamp(10px, 2dvh, 14px);
  }

  .flowra-intro-beats span {
    min-height: 28px;
    padding: 6px 9px;
    font-size: 10px;
  }

  .flowra-intro-orbit {
    width: min(236px, 70vw, 34dvh);
  }

  .flowra-intro-brand {
    width: clamp(60px, 20vw, 74px);
    height: clamp(60px, 20vw, 74px);
    border-radius: clamp(20px, 6.5vw, 26px);
  }

  .flowra-intro-ring.ring-two {
    --ring-inset: clamp(22px, 7vw, 28px);
  }

  .flowra-intro-ring.ring-three {
    --ring-inset: clamp(46px, 15vw, 58px);
  }

  .flowra-intro-node {
    min-width: clamp(92px, 29vw, 104px);
    padding: 8px 10px;
    border-radius: 16px;
  }

  .flowra-intro-node strong {
    font-size: clamp(10px, 3.15vw, 12px);
  }

  .flowra-intro-node small {
    margin-top: 4px;
    font-size: clamp(8px, 2.4vw, 9px);
  }

  .flowra-intro-node.node-cycle {
    top: 1%;
    left: 50%;
  }

  .flowra-intro-node.node-fertility {
    top: 27%;
    right: -1%;
  }

  .flowra-intro-node.node-privacy {
    left: -1%;
    bottom: 25%;
  }

  .flowra-intro-insight {
    right: 0;
    bottom: 0;
    width: min(156px, 48vw);
    padding: 9px 10px;
    border-radius: 18px;
  }

  .flowra-intro-insight span {
    font-size: clamp(7px, 2.2vw, 8px);
  }

  .flowra-intro-insight strong {
    margin-top: 5px;
    font-size: clamp(10px, 3vw, 12px);
  }

  .flowra-intro-insight small {
    margin-top: 4px;
    font-size: clamp(8px, 2.35vw, 9px);
  }

  .flowra-intro-progress {
    left: 14px;
    right: 14px;
    bottom: 12px;
  }
}

@media (max-width: 380px) {
  .flowra-intro-stage {
    width: calc(100vw - 12px);
    max-width: calc(100vw - 12px);
    height: calc(100dvh - 12px);
    max-height: calc(100dvh - 12px);
    padding: 12px;
  }

  .flowra-intro-copy {
    padding-top: 26px;
  }

  .flowra-intro h2 {
    max-width: 300px;
    font-size: clamp(28px, 10vw, 36px);
  }

  .flowra-intro p {
    max-width: 300px;
  }

  .flowra-intro-beats {
    display: none;
  }

  .flowra-intro-orbit {
    width: min(224px, 70vw, 34dvh);
  }
}

@media (max-width: 560px) and (max-height: 700px) {
  .flowra-intro-copy {
    padding-top: 24px;
  }

  .flowra-intro h2 {
    margin-top: 7px;
    font-size: clamp(28px, 9.2vw, 38px);
  }

  .flowra-intro p {
    font-size: 12px;
    line-height: 1.3;
  }

  .flowra-intro-beats {
    display: none;
  }

  .flowra-intro-orbit {
    width: min(210px, 64vw, 31dvh);
  }
}

@media (max-height: 520px) and (orientation: landscape) {
  .flowra-intro {
    padding: 8px;
  }

  .flowra-intro-stage {
    width: calc(100vw - 16px);
    max-width: 860px;
    height: calc(100dvh - 16px);
    max-height: calc(100dvh - 16px);
    padding: 14px 18px;
    border-radius: 24px;
  }

  .flowra-intro-grid {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.62fr);
    gap: 18px;
  }

  .flowra-intro-copy {
    padding-top: 24px;
  }

  .flowra-intro-kicker {
    min-height: 26px;
    padding: 5px 10px;
    font-size: 9px;
  }

  .flowra-intro h2 {
    margin: 7px 0 6px;
    font-size: clamp(28px, 5.2vw, 42px);
    line-height: 0.94;
  }

  .flowra-intro p {
    font-size: 12px;
    line-height: 1.3;
  }

  .flowra-intro-beats {
    display: none;
  }

  .flowra-intro-orbit {
    width: min(228px, 34vw, 68dvh);
  }

  .flowra-intro-node {
    min-width: 88px;
    padding: 7px 9px;
  }

  .flowra-intro-node strong {
    font-size: 10px;
  }

  .flowra-intro-node small {
    font-size: 8px;
  }

  .flowra-intro-insight {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flowra-intro,
  .flowra-intro *,
  .flowra-intro::before,
  .flowra-intro::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
