﻿/* Routine banner */
.laguna-home .routine-banner {
    display: grid;
    direction: ltr;
    grid-template-columns: 46% 54%;
    grid-template-rows: auto;
    min-height: 0;
    aspect-ratio: 3/1;
    background: #eef3ef url('../img/559.webp') center/cover no-repeat;
    align-content: center;
    overflow: hidden
}

.laguna-home .routine-portrait {
    display: none
}

.laguna-home .routine-copy {
    grid-column: 2;
    grid-row: 1;
    direction: rtl;
    padding: 26px 8%;
    background: none
}

@media(max-width:800px) {
    .laguna-home .routine-banner {
        aspect-ratio: auto;
        grid-template-columns: 1fr;
        background-size: 100% auto;
        background-position: center top;
        padding-top: 33.333%;
        background-color: #edf3f1
    }

    .laguna-home .routine-copy {
        grid-column: 1;
        grid-row: 1;
        padding: 35px 24px 26px
    }
}

/* Home gallery */
.laguna-home>.gallery-section {
    width: min(1480px, calc(100% - 64px));
    max-width: none;
    padding: 38px 0 22px;
    position: relative;
    isolation: isolate;
    color: #14344a
}

.gallery-section::before {
    content: "";
    position: absolute;
    inset: 0 -32px;
    z-index: -1;
    background: radial-gradient(ellipse at 8% 12%, #e9e5e3 0, transparent 34%), radial-gradient(ellipse at 77% 76%, #f0e9e4 0, transparent 32%), #fdfbfa
}

.laguna-home .gallery-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 24px
}

.gallery-intro {
    text-align: right
}

.gallery-eyebrow,
.gallery-sidebar-eyebrow {
    display: block;
    font: 12px Lato, Arial, sans-serif;
    letter-spacing: .35em;
    color: #4e687b
}

.gallery-header h2 {
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 700;
    line-height: 1.3;
    margin: 7px 0
}

.gallery-header p {
    font-size: 15px;
    color: #526d7d;
    margin: 0
}

.gallery-layout {
    display: grid;
    grid-template-columns: minmax(250px, 22%) minmax(0, 1fr);
    gap: 32px;
    align-items: stretch
}

.gallery-sidebar {
    min-height: 700px;
    border: 1px solid #d9e2e9;
    border-radius: 20px;
    padding: 38px 32px 28px;
    display: flex;
    flex-direction: column;
    background: #fdfcf9 url('../img/back.png') right center/cover no-repeat;
    box-shadow: inset 0 0 40px #fff8;
    overflow: hidden;
    position: relative
}

.gallery-sidebar-eyebrow {
    line-height: 1.9;
    margin-bottom: 22px
}

.gallery-filters {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%
}

.gallery-filters button {
    width: 100%;
    min-width: 0;
    border: 0;
    border-bottom: 1px solid #c9d7e0;
    background: transparent;
    border-radius: 0;
    padding: 23px 10px;
    display: flex;
    align-items: center;
    gap: 18px;
    text-align: right;
    color: #173a50;
    cursor: pointer;
    font: inherit;
    transition: background .2s, box-shadow .2s
}

.gallery-filters button:last-child {
    border-bottom: 0
}

.gallery-filters button[aria-pressed=true] {
    border-radius: 10px;
    background: #ffffff8c;
    box-shadow: none;
    color: #173a50
}

.gallery-filters button:hover {
    background: #ffffff6b
}

.gallery-filter-icon {
    display:grid;
    place-items:center;
    width: 44px;
    flex: none;
    text-align: center
}
.gallery-filter-icon svg{display:block;width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}

.gallery-filters button strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    white-space: nowrap
}

.gallery-filters button small {
    display: block;
    font-size: 12px;
    color: #000;
    line-height: 1.8
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px
}

.gallery-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 4px 4px 17px;
    text-align: center;
    border: 1px solid #e5e8ea;
    border-radius: 17px;
    background: #ffffffcf;
    box-shadow: 0 10px 28px #3a48580b;
    overflow: hidden
}

.gallery-card[hidden] {
    display: none
}

.gallery-product {
    display: block;
    color: inherit
}

.gallery-image {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: radial-gradient(ellipse at 65% 20%, #fff 0, transparent 55%), linear-gradient(145deg, #f6f0ed, #eae5e3 60%, #f9f4f0);
    overflow: hidden
}

.gallery-card:nth-child(4n+2) .gallery-image {
    background: linear-gradient(145deg, #fcf3ef, #ece4df 65%, #f9f5f1)
}

.gallery-card:nth-child(4n+3) .gallery-image {
    background: linear-gradient(145deg, #f9f1ef, #e6dedb 65%, #f8f5f3)
}

.gallery-product img {
    width: 88%;
    height: 88%;
    object-fit: contain;
    transition: transform .25s
}

.gallery-product:hover img {
    transform: scale(1.055)
}

.gallery-product h3 {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 700;
    min-height: 0;
    margin: 14px 5px 2px;
    color: #183a50
}

.gallery-product-type {
    display: block;
    color: #758a98;
    font-size: 13px;
    line-height: 1.8
}

.gallery-buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    align-self: center;
    margin-top: auto;
    padding: 18px 6px 0;
    background: transparent;
    color: #294c61;
    min-width: 0;
    font-size: 13px
}

.gallery-buy:hover {
    background: transparent;
    color: #a06159
}

.gallery-buy svg {
    width: 17px;
    height: 17px
}

.gallery-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 31px;
    color: #24485e
}

.gallery-footer>span {
    font: 11px Lato, Arial, sans-serif;
    letter-spacing: .38em;
    color: #657d8e
}

.gallery-footer>span::after {
    content: "";
    display: inline-block;
    width: 44px;
    border-top: 1px solid currentColor;
    vertical-align: middle;
    margin-left: 18px
}

.gallery-footer a {
    font-size: 14px;
    font-weight: 700;
    color: inherit;
    white-space: nowrap
}

.gallery-footer a span {
    padding-right: 10px;
    font-size: 20px;
    vertical-align: middle
}

@media(max-width:1100px) {
    .gallery-layout {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 18px
    }

    .gallery-sidebar {
        padding: 28px 18px
    }

    .gallery-grid {
        gap: 10px
    }

    .gallery-image {
        height: 190px
    }

    .gallery-filters button strong {
        font-size: 13px
    }

    .gallery-filter-icon {
        width: 32px;
        font-size: 28px
    }
}

@media(max-width:850px) {
    .gallery-layout {
        grid-template-columns: 1fr
    }

    .gallery-sidebar {
        min-height: 0;
        padding: 20px
    }

    .gallery-sidebar-eyebrow {display:none}

    .gallery-filters {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 7px
    }

    .gallery-filters button,
    .gallery-filters button[aria-pressed=true] {
        border: 1px solid #d9e2e9;
        border-radius: 12px;
        padding: 10px;
        margin: 0;
        box-shadow: none;
        gap: 5px
    }

    .gallery-filter-icon {
        display: none
    }

    .gallery-filters button strong {
        white-space: normal;
        font-size: 12px
    }

    .gallery-filters button small {
        font-size: 10px
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .gallery-image {
        height: 230px
    }
}

@media(max-width:600px) {
    .laguna-home>.gallery-section {
        width: calc(100% - 32px);
        padding-top: 24px
    }

    .gallery-section::before {
        inset: 0 -16px
    }

    .gallery-header h2 {
        font-size: 30px
    }

    .gallery-header p {
        font-size: 13px
    }

    .gallery-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .gallery-sidebar {
        padding: 12px
    }

    .gallery-grid {
        gap: 9px
    }

    .gallery-image {
        height: 170px
    }

    .gallery-product h3 {
        font-size: 12px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 8px
    }

    .gallery-product-type {
        font-size: 11px
    }

    .gallery-buy {
        font-size: 11px;
        padding-top: 10px
    }

    .gallery-footer>span {
        display: none
    }

    .gallery-footer {
        justify-content: center;
        margin-top: 25px
    }
}


/* Hero slider */
.laguna-slide__mobile-image{display:none}
@media(max-width:800px){
 .laguna-slide__desktop-video{display:none}
 .laguna-slide__mobile-image{display:block}
}
.laguna-slider {
  position: relative;
  background: #fff;
  color: #123d43;
  isolation: isolate;
  overflow: hidden;
}
.laguna-slider__track {
  display: grid;
}
.laguna-slide {
  grid-area: 1/1;
  position: relative;
  min-height: 0;
  aspect-ratio: 12 / 5;
  overflow: hidden;
}
.laguna-slide[hidden] {
  display: none;
}
.laguna-slide__media,
.laguna-slide__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
/* .laguna-slide__shade {
  background: linear-gradient(
    270deg,
    rgba(241, 247, 244, 0.97) 0%,
    rgba(240, 246, 243, 0.88) 25%,
    rgba(231, 241, 238, 0.18) 65%,
    rgba(13, 57, 61, 0.12) 100%
  );
} */
.laguna-slide__inner {
  position: relative;
  min-height: 0;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 75px;
}
.laguna-slide__copy {
  width: min(520px, 49%);
}
.laguna-slide__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
}
.laguna-slide__eyebrow span {
  width: 30px;
  height: 1px;
  background: currentColor;
}
.laguna-slide__copy h1,
.laguna-slide__copy h2 {
  font-size: clamp(34px, 3.4vw, 57px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: -1.5px;
  margin: 0 0 20px;
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.laguna-slide__text {
  font-size: 16px;
  line-height: 2.2;
  white-space: pre-line;
  margin: 0 0 30px;
  max-width: 430px;
  overflow-wrap: anywhere;
}
.laguna-slide__cta {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  padding: 13px 22px;
  background: #123d43;
  color: white;
  border-radius: 999px;
  font-size: 15px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.laguna-slide__cta:hover {
  background: #25616a;
  transform: translateY(-2px);
}
.laguna-slide__cta span {
  font-size: 25px;
}
.laguna-slider__controls {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.laguna-slider__controls[hidden] {
  display: none;
}
.laguna-slider button {
  font: inherit;
  cursor: pointer;
  color: inherit;
}
.laguna-slider__arrows {
  display: flex;
  gap: 9px;
}
.laguna-slider__arrows button,
.laguna-slider__counter button {
  display: grid;
  place-items: center;
  border: 1px solid #123d4333;
  background: #ffffff70;
  backdrop-filter: blur(12px);
  width: 43px;
  height: 43px;
  border-radius: 50%;
  font-size: 18px;
}
.laguna-slider__dots {
  display: flex;
  gap: 5px;
}
.laguna-slider__dots button {
  border: 0;
  background: none;
  width: 40px;
  height: 40px;
  padding: 17px 4px;
}
.laguna-slider__dots span {
  display: block;
  height: 3px;
  border-radius: 3px;
  background: #123d4338;
  transition: background 0.3s;
}
.laguna-slider__dots [aria-current="true"] span {
  background: #123d43;
}
.laguna-slider__counter {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 15px;
}
.laguna-slider__counter > span + span {
  opacity: 0.5;
}
.laguna-slider :focus-visible {
  outline: 3px solid #167681;
  outline-offset: 5px;
}
.laguna-slider__status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.laguna-slider.is-enhanced .is-active .laguna-slide__copy {
  animation: laguna-copy-in 0.65s ease both;
}
.laguna-slider.is-enhanced .is-active .laguna-slide__media {
  animation: none;
}
@keyframes laguna-copy-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes laguna-media-in {
  from {
    opacity: 0.55;
    transform: scale(1.025);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 800px) {
  .laguna-slide__copy {
    width: 65%;
  }
  /* .laguna-slide__shade {
    background: linear-gradient(270deg, #f1f7f4f2, #f1f7f4b0 55%, #f1f7f420);
  } */
}
@media (max-width: 520px) {
  .laguna-slide {
    min-height: 650px;
  }
  .laguna-slide__media {
    height: 340px;
    object-position: 60% center;
  }
  /* .laguna-slide__shade {
    background: linear-gradient(0deg, #e7eeeb 38%, #e7eeeb00 82%);
  } */
  .laguna-slide__inner {
    min-height: 650px;
    align-items: flex-end;
    padding-top: 250px;
    padding-bottom: 100px;
  }
  .laguna-slide__copy {
    width: 100%;
  }
  .laguna-slide__copy h1,
  .laguna-slide__copy h2 {
    font-size: 32px;
    line-height: 1.55;
    margin-bottom: 12px;
    letter-spacing: -0.7px;
  }
  .laguna-slide__eyebrow {
    margin-bottom: 12px;
    font-size: 13px;
  }
  .laguna-slide__text {
    font-size: 14px;
    margin-bottom: 19px;
  }
  .laguna-slide__cta {
    font-size: 14px;
    padding: 10px 19px;
  }
  .laguna-slider__controls {
    bottom: 20px;
    gap: 8px;
  }
  .laguna-slider__dots {
    max-width: 40%;
    overflow-x: auto;
  }
  .laguna-slider__dots button {
    min-width: 25px;
    width: 25px;
  }
  .laguna-slider__arrows button,
  .laguna-slider__counter button {
    width: 35px;
    height: 35px;
  }
  .laguna-slider__counter {
    gap: 6px;
    font-size: 13px;
  }
}
/* Mobile banners are supplied as 1000 Ã— 1000 images. */
@media (max-width: 800px) {
  .laguna-slider { background: #fff; }
  .laguna-slide { min-height: 0; aspect-ratio: 1 / 1; }
  .laguna-slide__media { height: 100%; object-fit: contain; object-position: center; }
  .laguna-slide__inner { position: absolute; inset: 0; min-height: 0; height: 100%; padding-top: 20px; padding-bottom: 64px; box-sizing: border-box; }
  .laguna-slider__controls { bottom: 12px; }
  .laguna-slider.is-enhanced .is-active .laguna-slide__media { animation: none; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .laguna-slider *,
  .laguna-slider *::before {
    animation: none !important;
    transition: none !important;
  }
}

