/** Shopify CDN: Minification failed

Line 113:15 Expected "}" to go with "{"

**/
.gavag-hero {
  background: var(--gavag-bg);
  color: var(--gavag-text);
  padding: 60px 0;
  overflow: hidden;
}

.gavag-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.gavag-hero__content {
  text-align: center;
  max-width: 560px;
}

.gavag-hero__eyebrow {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gavag-accent);
  margin: 0 0 12px;
  font-weight: 600;
}

.gavag-hero__heading {
  font-size: 32px;
  line-height: 1.15;
  margin: 0 0 16px;
  font-weight: 700;
}

.gavag-hero__subheading {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.85;
  margin: 0 0 28px;
}

.gavag-hero__ctas {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.gavag-hero__button {
  display: inline-block;
  background: var(--gavag-accent);
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.gavag-hero__button:hover {
  opacity: 0.88;
}

.gavag-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gavag-hero__stat-number {
  font-size: 22px;
  font-weight: 700;
  color: var(--gavag-accent);
}

.gavag-hero__stat-label {
  font-size: 13px;
  opacity: 0.7;
}

.gavag-hero__media {
  position: relative;
  width: 100%;
  max-width: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gavag-hero__shape {
  position: absolute;
  width: 280px;
  height: 280px;
  background: var(--gavag-accent);
  border-radius: 24px;
  transform: rotate(12deg);
  opacity: 0.9;
  z-index: 0;
}

.gavag-hero__image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 380px;
  height: auto;