.aguara-hero {
  position: relative;
  overflow: hidden;
  padding: 1.85rem 0 1.55rem;
  background:
    radial-gradient(circle at 82% 24%, rgba(126, 217, 87, 0.2) 0, rgba(126, 217, 87, 0) 28%),
    radial-gradient(circle at 85% 72%, rgba(255, 138, 61, 0.16) 0, rgba(255, 138, 61, 0) 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 251, 240, 0.94) 44%, rgba(255, 247, 241, 0.92));
}

.aguara-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(1.8rem, 3.5vw, 3.4rem);
}

.aguara-hero__content {
  max-width: 560px;
}

.aguara-hero__title {
  max-width: 14ch;
  font-size: clamp(2.55rem, 4.2vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.aguara-hero__description {
  max-width: 40ch;
  font-size: 1.03rem;
  line-height: 1.52;
}

.aguara-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.15rem;
}

.aguara-hero__mini-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}

.aguara-hero__mini-proof li {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.45rem 0.8rem;
  color: var(--aguara-text-soft);
  font-size: 0.84rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(231, 225, 214, 0.9);
  border-radius: 999px;
}

.aguara-hero__visual {
  position: relative;
  min-height: 390px;
}

.aguara-hero-stage {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(231, 225, 214, 0.88);
  border-radius: 38px;
  background:
    radial-gradient(circle at 68% 28%, rgba(126, 217, 87, 0.18), transparent 40%),
    radial-gradient(circle at 28% 80%, rgba(255, 138, 61, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.74));
  box-shadow: var(--aguara-shadow);
}

.aguara-hero-stage__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 52% 34%, rgba(255, 255, 255, 0.48), transparent 44%),
    radial-gradient(circle at 62% 70%, rgba(255, 255, 255, 0.26), transparent 38%);
}

.aguara-hero-figure {
  position: absolute;
  right: 0.2rem;
  bottom: 0;
  width: min(80%, 370px);
  margin: 0;
  transform-origin: 50% 80%;
  animation: aguaraFloatDesktop 7s ease-in-out infinite;
}

.aguara-hero-figure img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 26px 42px rgba(43, 43, 43, 0.18));
}

.aguara-hero-sticker {
  position: absolute;
  display: grid;
  gap: 0.45rem;
  max-width: 250px;
  padding: 0.9rem 0.95rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(231, 225, 214, 0.9);
  border-radius: 24px;
  box-shadow: var(--aguara-shadow-soft);
  backdrop-filter: blur(10px);
}

.aguara-hero-sticker strong {
  font-size: 0.98rem;
  line-height: 1.3;
}

.aguara-hero-sticker p {
  margin: 0;
  color: var(--aguara-text-soft);
}

.aguara-hero-sticker--note {
  top: 1.15rem;
  left: 1.15rem;
}

.aguara-section--tight-top {
  padding-top: 1.65rem;
}

.aguara-page-hero,
.aguara-shop-hero,
.aguara-product-hero {
  padding: 1.45rem 0 0.9rem;
}

.aguara-page-hero--soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 246, 241, 0.82));
}

.aguara-page-hero__inner,
.aguara-shop-hero__inner,
.aguara-product-hero__inner {
  display: grid;
  gap: 0.5rem;
}

.aguara-page-hero__breadcrumb {
  margin-bottom: 0.35rem;
}

.aguara-page-content {
  padding: 0 0 3rem;
}

.aguara-empty-state {
  display: grid;
  gap: 0.95rem;
  justify-items: start;
  padding: 1.55rem;
  background: var(--aguara-white);
  border: 1px solid rgba(231, 225, 214, 0.92);
  border-radius: var(--aguara-radius-lg);
  box-shadow: var(--aguara-shadow-soft);
}

.aguara-empty-state h1,
.aguara-empty-state h2 {
  margin: 0;
  font-family: Nunito, Inter, sans-serif;
  line-height: 1.08;
}

.aguara-empty-state__actions,
.aguara-empty-state__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.aguara-about-band {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 1.6rem;
  align-items: start;
}

.aguara-about-band__content {
  max-width: 50ch;
}

.aguara-story-grid,
.aguara-contact-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 1.5rem;
  align-items: center;
}

.aguara-story-card {
  display: grid;
  place-items: center;
  min-height: 420px;
  background:
    radial-gradient(circle at 68% 28%, rgba(126, 217, 87, 0.18), transparent 38%),
    radial-gradient(circle at 20% 80%, rgba(255, 138, 61, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 246, 241, 1));
}

.aguara-story-card__logo {
  width: min(56%, 220px);
  margin-bottom: 1rem;
}

.aguara-story-card__mascot {
  width: min(64%, 280px);
}

.aguara-contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.aguara-contact-card p {
  margin: 0.7rem 0 0;
  font-size: 1rem;
  font-weight: 800;
}

.aguara-contact-card p a {
  color: var(--aguara-text);
}

@keyframes aguaraFloatDesktop {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@media (max-width: 1100px) {
  .aguara-hero__inner,
  .aguara-about-band,
  .aguara-story-grid,
  .aguara-contact-grid {
    grid-template-columns: 1fr;
  }

  .aguara-hero__visual,
  .aguara-hero-stage {
    min-height: 360px;
  }
}

@media (min-width: 1025px) {
  .aguara-product-grid--home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .aguara-product-grid--home > *:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .aguara-hero {
    padding: 1.3rem 0 1rem;
  }

  .aguara-hero__inner {
    gap: 1.05rem;
  }

  .aguara-hero__title {
    max-width: none;
    font-size: clamp(2.35rem, 10.5vw, 3.7rem);
  }

  .aguara-hero__description {
    max-width: 36ch;
  }

  .aguara-hero__visual,
  .aguara-hero-stage {
    min-height: 330px;
  }

  .aguara-hero-stage {
    border-radius: 32px;
  }

  .aguara-hero-sticker--note {
    top: 1rem;
    left: 1rem;
    max-width: 220px;
  }

  .aguara-story-card {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .aguara-hero {
    padding: 1.1rem 0 0.95rem;
  }

  .aguara-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .aguara-hero__actions .aguara-button {
    width: 100%;
  }

  .aguara-hero__mini-proof {
    display: none;
  }

  .aguara-hero__visual {
    min-height: 0;
  }

  .aguara-hero-stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    min-height: 0;
    padding: 1rem;
    border-radius: 28px;
  }

  .aguara-hero-figure {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 290px);
    animation: none;
  }

  .aguara-hero-sticker--note {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: none;
    padding: 0.85rem 0.9rem;
    order: -1;
  }

  .aguara-hero-sticker--note p {
    display: none;
  }

  .aguara-page-hero,
  .aguara-shop-hero,
  .aguara-product-hero {
    padding-top: 1.1rem;
    padding-bottom: 0.8rem;
  }

  .aguara-page-content {
    padding-bottom: 2.4rem;
  }

  .aguara-empty-state {
    padding: 1.2rem;
  }

  .aguara-story-card {
    min-height: 260px;
  }
}
