/* Why Choose Avery block */
.why-avery {
  position: relative;
  overflow: hidden;
  background-color: #fff5eb;
  padding-top: 0;
  padding-bottom: 4.75rem;
}

.why-avery *,
.why-avery *::before,
.why-avery *::after {
  box-sizing: border-box;
}

/* Decorative birds & butterfly illustration, bleeding off the bottom-left. */
.why-avery__decoration {
  position: absolute;
  left: -90px;
  bottom: -40px;
  width: clamp(180px, 22vw, 300px);
  z-index: 0;
  pointer-events: none;
}

.why-avery__decoration img {
  display: block;
  width: 100%;
  height: auto;
}

.why-avery__inner {
  position: relative;
  z-index: 1;
}

.why-avery__heading {
  color: #006d8f;
  font-weight: 200;
  font-family: 'pp-hatton';
  font-size: clamp(2rem, 4vw, 2.8125rem);
  line-height: 1.1;
  text-align: center;
  margin: 0 auto 3.0625rem;
  max-width: 1099px;
}

.why-avery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  align-items: stretch;
}

.why-avery__card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.why-avery__media {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.why-avery__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-avery__body {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  background-color: #966655;
  color: #fff5eb;
  text-align: center;
  padding: 1.875rem;
}

.why-avery__title {
  color: #fff5eb;
  font-weight: 200;
  font-family: 'pp-hatton';
  font-size: clamp(1.625rem, 3vw, 2.25rem);
  line-height: 1.1;
  margin: 0;
}

.why-avery__text {
  font-size: 0.9375rem;
  line-height: 1.33;
  margin: 0;
}

/* Mobile: single column */
@media (max-width: 767.98px) {
  .why-avery__grid {
    grid-template-columns: 1fr;
  }
  .why-avery__decoration {
    display: none;
  }
}
