.wave-home {
  --wave-home-blue: #173d5c;
  --wave-home-sky: #b7e6ff;
  --wave-home-pink: #ed2b85;
  --wave-home-soft: #f7f7f7;
  --wave-home-muted: #52555c;
  color: var(--wave-home-blue);
}

.wave-home .container-fluid.px-xxl-8 {
  max-width: 1640px;
  margin-right: auto;
  margin-left: auto;
}

.wave-home-section {
  padding: 5rem 0;
}

.wave-shop-hero {
  position: relative;
  height: clamp(230px, 21vw, 260px);
  overflow: hidden;
}

.wave-shop-hero > .container-fluid {
  position: relative;
  z-index: 2;
}

.wave-shop-hero > .container-fluid,
.wave-shop-hero .row,
.wave-shop-hero .row > [class*="col-"] {
  height: 100%;
}

.wave-shop-hero__media {
  position: relative;
  background: rgba(255, 255, 255, 0.18);
}

.wave-shop-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.wave-shop-hero__media-cta {
  position: absolute;
  right: clamp(1rem, 2vw, 1.5rem);
  bottom: clamp(2rem, 3vw, 2.45rem);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.68rem 1.35rem;
  border: 1px solid var(--wave-home-blue);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--wave-home-blue);
  box-shadow: 0 12px 28px rgba(23, 61, 92, 0.18);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wave-shop-hero__media-cta:hover,
.wave-shop-hero__media-cta:focus-visible {
  background: #fff;
  color: var(--wave-home-blue);
  box-shadow: 0 16px 34px rgba(23, 61, 92, 0.24);
  transform: translateY(-1px);
}

.wave-shop-hero__content-wrap {
  display: flex;
  align-items: center;
}

.wave-shop-hero__content {
  width: min(100%, 720px);
  padding: clamp(1.25rem, 2.5vw, 2.25rem) clamp(1.25rem, 4vw, 4.75rem) clamp(2.4rem, 4vw, 3.35rem);
}

.wave-shop-hero__content h1 {
  margin-bottom: clamp(0.45rem, 0.9vw, 0.8rem);
  color: var(--wave-home-blue);
  font-family: "Avigea", serif;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1;
}

.wave-shop-hero__content p:not(.wave-home-eyebrow) {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--wave-home-blue);
  font-size: clamp(0.9rem, 0.95vw, 1.05rem);
  line-height: 1.35;
}

.wave-shop-hero .custom-wave-wrapper {
  position: absolute;
  z-index: 3;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 50px;
  pointer-events: none;
}

.wave-shop-landing > .wave-home-section:first-child {
  padding-top: clamp(2rem, 4vw, 3rem);
}

.wave-home-section__head {
  max-width: 760px;
  margin: 0 auto 2.75rem;
}

.wave-home-section__head:not(.text-center) {
  margin-left: 0;
}

.wave-home-section__head h2,
.wave-home-mission h2 {
  margin-bottom: 1rem;
}

.wave-home-section__head p,
.wave-home-mission__intro {
  color: var(--wave-home-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.wave-home-eyebrow {
  margin-bottom: 0.65rem;
  color: var(--wave-home-pink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.wave-home-hero {
  position: relative;
  --wave-home-hero-height: clamp(330px, 40vh, 378px);
}

.wave-home-hero .wave-home-hero__swiper,
.wave-home-hero .wave-home-hero__swiper .swiper-wrapper,
.wave-home-hero .home-swiper .swiper-slide.wave-home-hero__slide {
  height: var(--wave-home-hero-height);
  min-height: 360px;
}

.wave-home-hero__slide {
  height: var(--wave-home-hero-height);
  min-height: 360px;
}

.wave-home-hero .wave-home-eyebrow {
  margin-bottom: 0.45rem;
  font-size: clamp(0.68rem, 0.72vw, 0.78rem);
}

.wave-home-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 0;
  max-width: 760px;
  padding: clamp(1rem, 2vw, 1.7rem) clamp(2rem, 4vw, 4.5rem) clamp(2.9rem, 5vw, 4.2rem);
}

.wave-home-hero__title {
  margin-bottom: clamp(0.6rem, 1vw, 0.9rem);
  font-family: "Avigea", serif;
  font-size: clamp(2rem, 2.7vw, 3rem);
  line-height: 1;
}

.wave-home-hero__text {
  max-width: 560px;
  margin-bottom: clamp(0.75rem, 1.25vw, 1.1rem);
  color: var(--wave-home-blue);
  font-size: clamp(0.94rem, 0.95vw, 1rem);
  line-height: 1.36;
}

.wave-home-hero__text p:last-child {
  margin-bottom: 0;
}

.wave-home-hero__cta {
  align-self: flex-start;
}

.wave-home-hero__cta.btn-lg {
  --bs-btn-padding-y: 0.58rem;
  --bs-btn-padding-x: 2rem;
  min-width: 0;
  font-size: 0.98rem;
}

.wave-home-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  background: #f7f2ef;
  object-fit: cover;
  object-position: center center;
}

.wave-home-hero .swiper-pagination {
  display: none;
}

.wave-home-hero .custom-wave-wrapper {
  height: 54px;
  pointer-events: none;
}

@media (min-width: 992px) {
  .wave-home-hero .container-fluid,
  .wave-home-hero .row,
  .wave-home-hero .row > [class*="col-"] {
    height: 100%;
    min-height: 0;
  }

  .wave-home-hero__image {
    height: 100%;
    padding: 0.15rem;
  }
}

.wave-home-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
}

.wave-home-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--wave-home-blue);
  text-align: center;
  text-decoration: none;
}

.wave-home-category__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(116px, 13vw, 176px);
  aspect-ratio: 1;
  padding: 0;
  background: var(--wave-home-soft);
  border: 1px solid rgba(23, 61, 92, 0.16);
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.wave-home-category:hover .wave-home-category__media,
.wave-home-category:focus-visible .wave-home-category__media {
  background: #fff;
  border-color: var(--wave-home-blue);
  transform: translateY(-4px);
}

.wave-home-category__media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.wave-home-category__title {
  font-weight: 700;
  line-height: 1.2;
}

.wave-home-category__meta {
  color: var(--wave-home-muted);
  font-size: 0.82rem;
}

.wave-home-showcase {
  background: var(--wave-home-soft);
}

.wave-home-products__catalog {
  position: relative;
  margin-right: 0;
  margin-left: 0;
  overflow: visible;
}

.wave-home-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1rem, 1.5vw, 1.4rem);
}

.wave-home-products .wave-home-product-grid {
  display: grid;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
}

.wave-home-product-grid--showcase {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.wave-home-product-grid__item {
  min-width: 0;
}

.wave-home-product-card {
  height: 100%;
}

.wave-home-product-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: var(--wave-home-blue);
  text-decoration: none;
}

.wave-home-product-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  background: #fff;
  overflow: hidden;
}

.wave-home-showcase .wave-home-product-card__media {
  background: var(--wave-home-soft);
}

.wave-home-product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.wave-home-product-card__image--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.wave-home-product-card__link:hover .wave-home-product-card__image:first-of-type,
.wave-home-product-card__link:focus-visible .wave-home-product-card__image:first-of-type {
  transform: scale(1.03);
}

.wave-home-product-card__link:hover .wave-home-product-card__image--hover,
.wave-home-product-card__link:focus-visible .wave-home-product-card__image--hover {
  opacity: 1;
}

.wave-home-product-card__badge {
  position: absolute;
  z-index: 2;
  top: 0.85rem;
  left: 0.85rem;
  padding: 0.32rem 0.7rem;
  background: var(--wave-home-pink);
  border-radius: 999px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
}

.wave-home-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1rem;
}

.wave-home-product-card__category {
  margin-bottom: 0.35rem;
  color: var(--wave-home-muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wave-home-product-card__title {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
}

.wave-home-product-card__price {
  margin-top: auto;
  margin-bottom: 0.75rem;
  font-size: 0.96rem;
}

.wave-home-product-card__price del {
  color: var(--wave-home-muted);
}

.wave-home-product-card__price ins {
  color: var(--wave-home-pink);
  font-weight: 700;
  text-decoration: none;
}

.wave-home-product-card__cta {
  border-bottom: 2px solid var(--wave-home-sky);
  font-weight: 700;
}

.wave-home-filters {
  position: sticky;
  top: 140px;
  z-index: 12;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
  padding: 0.75rem 0 1rem;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
}

.wave-home-filter {
  min-height: 42px;
  padding: 0.6rem 1rem;
  border: 1px solid var(--wave-home-blue);
  border-radius: 999px;
  background: #fff;
  color: var(--wave-home-blue);
  font-weight: 600;
}

.wave-home-filter.is-active,
.wave-home-filter:hover,
.wave-home-filter:focus-visible {
  background: var(--wave-home-sky);
}

.wave-home-product-grid__item[hidden] {
  display: none;
}

.wave-home-benefits {
  background: linear-gradient(180deg, #fff 0%, var(--wave-home-soft) 100%);
}

.wave-home-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.wave-home-benefit {
  padding: 2rem;
  background: #fff;
  border-top: 1px solid var(--wave-home-blue);
}

.wave-home-benefit img {
  width: 54px;
  height: 54px;
  margin-bottom: 1.25rem;
}

.wave-home-benefit h3,
.wave-home-mission__list h3 {
  margin-bottom: 0.65rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.wave-home-benefit p,
.wave-home-mission__list p {
  margin-bottom: 0;
  color: var(--wave-home-muted);
  line-height: 1.55;
}

.wave-home-mission__media {
  background: var(--wave-home-soft);
  overflow: hidden;
}

.wave-home-mission__media img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.wave-home-mission__list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.wave-home-mission__list article {
  padding-top: 1rem;
  border-top: 1px solid var(--wave-home-blue);
}

.wave-home-reviews {
  background: linear-gradient(180deg, #fff 0%, var(--wave-home-soft) 100%);
  color: var(--wave-home-blue);
}

.wave-home-reviews__inner {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.wave-home-reviews .wave-home-section__head {
  margin-bottom: 2rem;
}

.wave-home-reviews .wave-home-section__head p {
  color: var(--wave-home-muted);
}

.wave-home-reviews__trustbox {
  min-height: 140px;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid rgba(23, 61, 92, 0.12);
  border-radius: 8px;
}

.wave-home-reviews__link-wrap {
  margin: 1.25rem 0 0;
  text-align: center;
}

.wave-home-reviews__link {
  color: var(--wave-home-blue);
  font-weight: 700;
  text-decoration-color: var(--wave-home-sky);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
}

@media (max-width: 1199.98px) {
  .wave-home-product-grid--showcase {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .wave-home-section {
    padding: 4rem 0;
  }

  .wave-shop-hero {
    height: auto;
  }

  .wave-shop-hero__media,
  .wave-shop-hero__media img {
    height: 150px;
    min-height: 0;
  }

  .wave-shop-hero__media {
    aspect-ratio: auto;
  }

  .wave-shop-hero__content {
    padding: 1.55rem 1.25rem 3rem;
  }

  .wave-shop-hero__content h1 {
    font-size: clamp(1.95rem, 7vw, 2.55rem);
  }

  .wave-shop-hero__content p:not(.wave-home-eyebrow) {
    font-size: 0.94rem;
  }

  .wave-shop-hero .custom-wave-wrapper {
    height: 44px;
  }

  .wave-home-hero {
    --wave-home-hero-height: auto;
  }

  .wave-home-hero .container-fluid,
  .wave-home-hero .row,
  .wave-home-hero .row > [class*="col-"],
  .wave-home-hero__slide,
  .wave-home-hero .wave-home-hero__swiper,
  .wave-home-hero .wave-home-hero__swiper .swiper-wrapper,
  .wave-home-hero .home-swiper .swiper-slide.wave-home-hero__slide,
  .wave-home-hero__content,
  .wave-home-hero__image {
    height: auto;
    min-height: 0;
  }

  .wave-home-hero .custom-wave-wrapper {
    height: 42px;
  }

  .wave-home-hero__content {
    padding: 2rem 1.5rem 3.25rem;
  }

  .wave-home-hero__title {
    font-size: clamp(1.95rem, 8.5vw, 2.55rem);
  }

  .wave-home-hero__cta.btn-lg {
    --bs-btn-padding-x: 1rem;
  }

  .wave-home-hero__image {
    aspect-ratio: 16 / 9;
    padding: 0.25rem;
  }

  .wave-home-benefit-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .wave-home-section {
    padding: 3rem 0;
  }

  .wave-home-product-grid--showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wave-home-product-grid {
    gap: 1rem;
  }

  .wave-home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wave-home-product-card__title {
    font-size: 0.98rem;
  }
}

@media (max-width: 991.98px) {
  .wave-home-products .wave-home-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wave-home-filters {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .wave-home-filters::-webkit-scrollbar {
    display: none;
  }

  .wave-home-filter {
    flex: 0 0 auto;
  }
}

@media (max-width: 575.98px) {
  .wave-home-products .wave-home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .wave-home-filters {
    top: 152px;
  }
}

@media (max-width: 575.98px) {
  .wave-shop-hero__media,
  .wave-shop-hero__media img {
    height: 110px;
  }

  .wave-shop-hero__media-cta {
    right: 0.85rem;
    bottom: 1.45rem;
    min-height: 38px;
    padding: 0.56rem 1rem;
    font-size: 0.84rem;
  }

  .wave-shop-hero__content {
    padding: 0.95rem 1rem 2.25rem;
  }

  .wave-shop-hero .wave-home-eyebrow {
    margin-bottom: 0.25rem;
    font-size: 0.64rem;
  }

  .wave-shop-hero__content h1 {
    margin-bottom: 0.35rem;
    font-size: clamp(1.55rem, 7vw, 1.8rem);
    line-height: 0.98;
  }

  .wave-shop-hero__content p:not(.wave-home-eyebrow) {
    font-size: 0.8rem;
    line-height: 1.24;
  }

  .wave-shop-hero .custom-wave-wrapper {
    height: 36px;
  }
}

@media (max-width: 420px) {
  .wave-home-showcase .wave-home-product-grid--showcase {
    grid-template-columns: 1fr;
  }
}
