/* Home-page composition: keeps the luxury hero balanced from phones to desktop. */
.cirvee-hero .aura-bubbles {
  z-index: 1;
  opacity: 0.82;
}

.cirvee-hero .aura-bubbles .bubble {
  box-shadow: inset 0 0 16px rgba(255, 245, 222, 0.9), 0 0 20px rgba(212, 175, 55, 0.22), 0 0 42px rgba(212, 175, 55, 0.14);
}

@media (max-width: 991px) {
  .cirvee-hero {
    min-height: auto;
    padding: 112px 0 64px;
  }

  .cirvee-hero .hero-copy {
    padding: 20px 0 0;
  }

  .cirvee-hero .hero-image-panel {
    min-height: 390px;
  }
}

@media (max-width: 768px) {
  .cirvee-hero {
    padding: 100px 0 52px;
  }

  .cirvee-hero .row {
    row-gap: 24px !important;
  }

  .cirvee-hero .hero-copy {
    padding: 0;
    text-align: center;
  }

  .cirvee-hero .hero-kicker {
    max-width: 100%;
    margin-bottom: 18px;
    padding: 8px 14px;
    font-size: 9px;
    letter-spacing: 1.6px;
    line-height: 1.45;
  }

  .cirvee-hero h1 {
    font-size: clamp(3.2rem, 15vw, 4.5rem) !important;
    line-height: 0.9;
    letter-spacing: -0.04em;
    margin-bottom: 18px;
  }

  .cirvee-hero .hero-subtitle {
    max-width: 34rem;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.65;
  }

  .cirvee-hero .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 340px);
    margin: 26px auto 0;
  }

  .cirvee-hero .hero-actions a {
    width: 100%;
    min-height: 52px;
    padding: 0 20px;
    font-size: 10px;
  }

  .cirvee-hero .hero-image-panel {
    min-height: 320px;
  }

  .cirvee-hero .hero-image-card {
    width: min(310px, 90vw);
    min-height: 310px;
    border-radius: 24px;
  }

  .cirvee-hero .hero-image-card img {
    width: 170px;
    height: 170px;
  }

  .cirvee-hero .hero-image-card .name {
    margin-top: 13px;
    font-size: 21px;
    letter-spacing: 1px;
  }

  .cirvee-hero .hero-image-card .meta {
    font-size: 9px;
    letter-spacing: 1.5px;
  }

  .cirvee-hero .aura-bubbles .bubble:nth-child(n+6) {
    display: none;
  }
}

@media (max-width: 420px) {
  .cirvee-hero { padding-top: 92px; }
  .cirvee-hero h1 { font-size: clamp(3rem, 16vw, 3.8rem) !important; }
  .cirvee-hero .hero-image-panel { min-height: 285px; }
  .cirvee-hero .hero-image-card { width: min(280px, 92vw); min-height: 280px; }
  .cirvee-hero .hero-image-card img { width: 145px; height: 145px; }
}

@media (prefers-reduced-motion: reduce) {
  .cirvee-hero .aura-bubbles .bubble {
    animation: none;
    opacity: 0.55;
  }
}
