/* Argo homepage hero — scoped to .argo-home-hero; safe to delete to revert */

.argo-home-hero {
  width: 100%;
  padding-top: 55px;
}

.argo-home-hero__inner {
  background-color: #fffaf8;
  border-radius: 20px;
  margin: 20px 0;
  overflow-x: clip;
  overflow-y: visible;
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 3vw, 2.5rem);
  min-height: min(78vh, 720px);
  display: flex;
  align-items: center;
}

.argo-home-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  width: 100%;
}

.argo-home-hero__content {
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 28rem;
}

.argo-home-hero__content h1 {
  font-size: clamp(2.25rem, 4.2vw, 3.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.06;
  margin-bottom: 1.2rem;
  color: #29121c;
}

.argo-home-hero__content p {
  font-size: clamp(1.125rem, 2vw, 1.75rem);
  font-weight: 300;
  line-height: 1.45;
  margin-bottom: 0;
  color: rgba(41, 18, 28, 0.78);
}

.argo-home-hero .hero_button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-start;
  margin-top: 1.75rem;
}

/* Primary CTA look for whichever ACF button(s) render */
.argo-home-hero .hero_button-group .btnPrime.btnbg,
.argo-home-hero .hero_button-group .btnPrime.btnoutline {
  background: #29121c;
  color: #ffffff;
  border-color: #29121c;
  margin: 0;
  min-width: 150px;
  height: 51px;
  padding: 0 2.15rem;
  border-radius: 999px;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    background-color 200ms ease,
    border-color 200ms ease,
    color 200ms ease,
    transform 200ms ease,
    box-shadow 200ms ease;
}

.argo-home-hero .hero_button-group .btnPrime.btnbg:hover,
.argo-home-hero .hero_button-group .btnPrime.btnoutline:hover {
  background: #3d1c2a;
  color: #ffffff;
  border-color: #3d1c2a;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(61, 28, 42, 0.16);
}

.argo-home-hero .hero_button-group .btnPrime:focus-visible {
  outline: 3px solid rgba(236, 175, 146, 0.75);
  outline-offset: 3px;
}

.argo-home-hero__stage {
  position: relative;
  z-index: 1;
  min-height: clamp(280px, 52vh, 560px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: clamp(0.25rem, 1.5vw, 1rem);
}

.argo-home-hero__glow {
  position: absolute;
  z-index: 0;
  left: 54%;
  top: 56%;
  width: min(88%, 520px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(
      ellipse 55% 50% at 48% 46%,
      rgba(255, 236, 224, 0.75) 0%,
      rgba(255, 220, 205, 0.32) 40%,
      rgba(255, 250, 248, 0) 72%
    );
  pointer-events: none;
  filter: blur(2px);
}

/* Decorative ring — desktop only (see min-width: 992px) */
.argo-home-hero__halo {
  display: none;
}

.argo-home-hero__layer {
  will-change: transform;
}

.argo-home-hero__bob {
  will-change: transform;
  transform-origin: center center;
}

.argo-home-hero__pegasus {
  display: block;
  width: min(100%, 580px);
  height: auto;
  margin-left: auto;
  margin-right: clamp(0rem, 1vw, 0.5rem);
  margin-top: clamp(1.75rem, 4.5vh, 3.25rem);
  position: relative;
  z-index: 2;
  user-select: none;
  pointer-events: none;
  filter: drop-shadow(0 18px 28px rgba(41, 18, 28, 0.1))
    drop-shadow(0 4px 10px rgba(41, 18, 28, 0.05));
}

.argo-home-hero__roll {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 12px 20px rgba(41, 18, 28, 0.12))
    drop-shadow(0 3px 8px rgba(41, 18, 28, 0.06));
}

.argo-home-hero__roll img {
  display: block;
  width: 100%;
  height: auto;
}

/* Position/size only on outer layers — rotation lives on inner bob (avoids fighting parallax transform) */
.argo-home-hero__roll--whole {
  width: clamp(86px, 13vw, 156px);
  top: -2%;
  left: 2%;
  z-index: 3;
}

.argo-home-hero__roll--top {
  width: clamp(58px, 9vw, 108px);
  bottom: 4%;
  right: 2%;
  z-index: 3;
}

/* Idle motion — outer layer = parallax; inner bob = CSS float */
@keyframes argo-hero-bob-y {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -8px, 0); }
}

@keyframes argo-hero-bob-roll-a {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-10deg); }
  50% { transform: translate3d(0, -8px, 0) rotate(-6deg); }
}

@keyframes argo-hero-bob-roll-b {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(14deg); }
  50% { transform: translate3d(0, -6px, 0) rotate(18deg); }
}

.argo-home-hero__bob--pegasus {
  animation: argo-hero-bob-y 6.5s ease-in-out infinite;
}

.argo-home-hero__bob--roll-a {
  animation: argo-hero-bob-roll-a 7.5s ease-in-out infinite;
}

.argo-home-hero__bob--roll-b {
  animation: argo-hero-bob-roll-b 8.5s ease-in-out infinite 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .argo-home-hero__bob--pegasus,
  .argo-home-hero__bob--roll-a,
  .argo-home-hero__bob--roll-b {
    animation: none !important;
  }

  .argo-home-hero__bob--roll-a {
    transform: rotate(-10deg);
  }

  .argo-home-hero__bob--roll-b {
    transform: rotate(14deg);
  }

  .argo-home-hero__layer {
    transform: none !important;
    will-change: auto;
  }
}

@media (min-width: 992px) {
  .argo-home-hero__inner {
    min-height: min(78vh, 615px);
  }

  .argo-home-hero__content {
    margin-top: -3.75rem; /* ~60px up — intentional top air */
  }

  /* Thin editorial ring behind Pegasus — blush outline only, no glow */
  .argo-home-hero__halo {
    display: block;
    position: absolute;
    z-index: 1; /* glow 0 < halo 1 < pegasus 2 < rolls 3 */
    left: 54%;
    top: 48%;
    width: min(96%, 560px);
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1.5px solid rgba(232, 168, 158, 0.18); /* soft peach-blush ~18% */
    background: transparent;
    pointer-events: none;
    box-shadow: none;
  }

  .argo-home-hero__roll--whole {
    width: clamp(80px, 12vw, 144px); /* ~8% smaller (max 156→144) */
    top: 15%;
    left: 20%;
  }

  .argo-home-hero__roll--top {
    bottom: calc(2% + 60px); /* slightly lower, still inside hero */
    right: 10%;              /* further left — clear of Pegasus tail */
  }
}

@media (max-width: 991px) {
  .argo-home-hero {
    padding-top: 40px;
  }

  .argo-home-hero__inner {
    min-height: 0;
    padding: 1.75rem 1.15rem 2rem;
  }

  .argo-home-hero__layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .argo-home-hero__content {
    max-width: none;
    text-align: left;
  }

  .argo-home-hero__content h1 {
    font-size: clamp(2rem, 8vw, 2.75rem);
    letter-spacing: -0.03em;
    line-height: 1.06;
    margin-bottom: 1rem;
  }

  .argo-home-hero__content p {
    font-size: clamp(1.05rem, 4.2vw, 1.25rem);
    line-height: 1.45;
    color: rgba(41, 18, 28, 0.78);
  }

  .argo-home-hero .hero_button-group {
    display: flex;
    margin-top: 1.5rem;
  }

  .argo-home-hero .hero_button-group .btnPrime.btnbg,
  .argo-home-hero .hero_button-group .btnPrime.btnoutline {
    min-width: 138px;
    height: 48px;
    padding: 0 1.85rem;
    font-size: 15px;
  }

  .argo-home-hero__stage {
    min-height: 280px;
    max-width: 100%;
    justify-content: center;
    padding-right: 0;
  }

  .argo-home-hero__glow {
    left: 50%;
    width: min(88%, 340px);
    top: 54%;
  }

  .argo-home-hero__pegasus {
    width: min(78vw, 360px);
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .argo-home-hero__roll--whole {
    width: clamp(56px, 17vw, 88px);
    top: 2%;
    left: 4%;
  }

  /* Keep mobile clean: one accent only, clear of copy/CTA above */
  .argo-home-hero__roll--top {
    display: none;
  }
}
