/** Shopify CDN: Minification failed

Line 438:0 Unexpected "}"
Line 474:0 Unexpected "}"

**/
.discover-story {
  background-color: rgba(224, 170, 146, 0.14);
}


.discover-story__content {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 4rem;
}

@media screen and (min-width: 1300px) {
  .discover-story__content {
    align-items: stretch;
  }
}

.discover-story__image {
  position: relative;
  display: flex;
  justify-content: center;
}

.discover-story__image-wrapper {
  position: relative;
  overflow: hidden;
}

.discover-story__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s ease;
  z-index: 3;
}

.discover-story__play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.discover-story__play-icon {
  width: 17.3rem;
  height: 17.3rem;
  display: block;
}

.discover-story__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.discover-story__modal-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.discover-story__modal-content {
  position: relative;
  width: auto;
  max-width: 40rem; /* Narrower width for portrait videos */
  max-height: 90vh;
  background: transparent;
  border-radius: 0.8rem;
  overflow: hidden;
}

.discover-story__modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: white;
  font-size: 2.4rem;
  cursor: pointer;
  z-index: 10001;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.discover-story__modal-close:hover {
  background: rgba(0, 0, 0, 0.9);
}

.discover-story__video-container {
  position: relative;
  width: 100%;
  max-width: 40rem;
  max-height: 80vh;
  margin: 0 auto;
}

.discover-story__video-container video {
  width: 100%;
  height: auto;
  max-height: 80vh;
  background: #000;
  border-radius: 0.8rem;
}

.discover-story__main-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.discover-story__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.discover-story__image-placeholder {
  background-color: rgb(var(--color-foreground));
  opacity: 0.04;
  display: flex;
  align-items: center;
  justify-content: center;
}

.discover-story__placeholder-svg {
  width: 6rem;
  height: 6rem;
}

.discover-story__text {
  padding-left: 2rem;
}

@media screen and (min-width: 1300px) {
  .discover-story__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}

.discover-story__image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}

.discover-story__grid-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 11rem;
}

.discover-story__grid-image {
  border-radius: 0.4rem;
}

.discover-story__grid-placeholder {
  width: 100%;
  height: 11rem;
  background-color: rgb(var(--color-foreground));
  opacity: 0.04;
  border-radius: 0.4rem;
}


.discover-story__title {
  font-family: 'Pinyon Script', cursive;
  color: rgb(var(--color-foreground));
  margin: 0 0 0 0;
  font-weight: 400;
  line-height: 1.3;
}

@media screen and (min-width: 750px) {
  .discover-story__title {
    white-space: nowrap;
    max-width: 100%;
  }
}

.discover-story__subtitle {
  color: rgb(var(--color-foreground));
  margin: 0 0 1rem 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .discover-story__subtitle {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .discover-story__subtitle {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .discover-story__subtitle {
    font-size: 1.6rem;
  }
}

.discover-story__text-content {
  color: rgb(var(--color-foreground));
  margin-bottom: 3rem;
  line-height: 139%; /* 2.78rem */
}

.discover-story__text-content p {
  margin: 0 0 1.5rem 0;
}

.discover-story__text-content p:last-child {
  margin-bottom: 0;
}

.discover-story__button {
  margin-top: auto;
}

.discover-story__button .button {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 1.2rem 2.4rem;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.discover-story__button .button:hover {
  border-color: currentColor;
}

.discover-story__border {
  margin-top: 4rem;
}

.discover-story__border-pattern {
  height: 9.673rem;
  background-image: repeating-linear-gradient(
    90deg,
    #E9DDCF 0px,
    #E9DDCF 1.507rem,
    transparent 1.507rem,
    transparent 3.032rem
  );
  width: 100%;
  margin: 0 auto;
}

/* Tablet styles */
@media screen and (max-width: 1024px) {
  .discover-story__content {
    gap: 4rem;
    margin-bottom: 3rem;
  }

  .discover-story__image-grid {
    gap: 1.5rem;
  }

  .discover-story__grid-image {
    transform: scale(0.9);
    transform-origin: center;
  }

  .discover-story__grid-placeholder {
    width: 100%;
  }
}

/* Desktop left alignment when columns are side-by-side */
@media screen and (min-width: 990px) {
  .discover-story__title {
    text-align: left !important;
  }

  .discover-story__subtitle {
    text-align: left !important;
  }

  .discover-story__text-content {
    text-align: left !important;
  }

  .discover-story__button {
    text-align: left !important;
  }
}

/* Vertical layout for screens below 990px */
@media screen and (max-width: 989px) {
  .discover-story__content {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 2rem;
  }

  .discover-story__play-icon {
    width: 12rem;
    height: 12rem;
  }

  .discover-story__text {
    padding-left: 0;
    order: 2;
  }

  .discover-story__image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
    max-width: 100vw;
    overflow: hidden;
  }

  .discover-story__grid-svg {
    width: 100%;
    height: 100%;
  }

  .discover-story__grid-image {
    transform: scale(0.8);
    transform-origin: center;
  }

  .discover-story__grid-placeholder {
    width: 100%;
  }

  .discover-story__image {
    order: 1;
  }

  .discover-story__image-placeholder {
    min-height: 40rem;
  }

  .discover-story__title {
    text-align: center;
    margin-bottom: 1rem;
  }

  .discover-story__subtitle {
    text-align: center;
    margin-bottom: 1rem;
  }

  .discover-story__text-content {
    text-align: center;
  }

  .discover-story__button {
    text-align: center;
    margin-top: 2rem;
  }
}

/* Small screens - 2 column layout */
@media screen and (max-width: 600px) {
  .discover-story__image-grid {
    display: flex !important;
    justify-content: center;
    gap: 1rem !important;
    flex-wrap: wrap;
  }
  
  .discover-story__grid-item {
    flex: 0 0 calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }
  
  .discover-story__grid-item:nth-child(3) {
    display: none !important;
  }
}

  .discover-story__button .button {
    padding: 1rem 2rem;
  }

  .discover-story__border {
    margin-top: 3rem;
  }

  .discover-story__border-pattern {
    height: 7rem;
    background-image: repeating-linear-gradient(
      90deg,
      #E9DDCF 0px,
      #E9DDCF 1rem,
      transparent 1rem,
      transparent 2.2rem
    );
  }
}


  .discover-story__grid-image,
  .discover-story__grid-placeholder {
    height: 6rem;
  }

  .discover-story__gallery-image {
    width: 5rem;
    height: 5rem;
  }
  
  .discover-story__play-icon {
    width: 10rem;
    height: 10rem;
  }
  
  .discover-story__modal-overlay {
    padding: 1rem;
  }
  
  .discover-story__modal-close {
    top: 0.5rem;
    right: 0.5rem;
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
  }
  
  .discover-story__modal-content {
    max-width: 95vw;
    max-height: 95vh;
  }


}