/** Shopify CDN: Minification failed

Line 356:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:v1-featured-favorites-alt (INDEX:45) */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@500&display=swap');

.v1-feat-alt,
.v1-feat-alt *,
.v1-feat-alt *::before,
.v1-feat-alt *::after {
  box-sizing: border-box;
}

.v1-feat-alt {
  position: relative;
  width: 100%;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.v1-feat-alt__split-bg {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: 0;
  pointer-events: none;
}

.v1-feat-alt__split-half {
  flex: 1 1 0;
  min-width: 0;
}

.v1-feat-alt__heading-wrap,
.v1-feat-alt__groups {
  position: relative;
  z-index: 1;
}

.v1-feat-alt__heading-wrap {
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 60px;
}

.v1-feat-alt__heading {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.v1-feat-alt__split-text {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.v1-feat-alt__title {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 38px;
  line-height: 1.15;
  text-align: center;
  margin: 0 0 6px;
}

.v1-feat-alt__subtitle {
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 12px auto 16px;
  max-width: 560px;
  opacity: 0.85;
}

.v1-feat-alt__rule {
  display: block;
  width: 50px;
  height: 1px;
  margin: 20px auto 0;
  opacity: 0.3;
}

.v1-feat-alt__groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0;
  position: relative;
}

.v1-feat-alt__groups::after {
  content: '';
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 50%;
  width: 1px;
  background: rgba(128, 128, 128, 0.15);
  z-index: 1;
  pointer-events: none;
}

.v1-feat-alt__group {
  padding: 24px 32px 40px;
  margin: 0;
  border: 0;
  width: 100%;
  min-width: 0;
}

.v1-feat-alt__group-title {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 28px;
  padding: 0;
  color: inherit;
}

.v1-feat-alt__products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 720px;
  margin: 0 auto;
  align-items: stretch;
}

.v1-feat-alt__product {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  height: 100%;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
}

.v1-feat-alt__product-media {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin-bottom: 32px;
  padding: 8px;
  flex-shrink: 0;
}

.v1-feat-alt__product-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.v1-feat-alt__product:hover,
.v1-feat-alt__product:focus,
.v1-feat-alt__product:active {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

.v1-feat-alt__product:hover .v1-feat-alt__product-image {
  transform: scale(1.04);
}

.v1-feat-alt__product-image--placeholder {
  opacity: 0.4;
  object-fit: contain;
}

.v1-feat-alt__product-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex-grow: 1;
}

.v1-feat-alt__product-name {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-size: 19px;
  line-height: 1.15;
  min-height: 2.3em;
  max-width: 220px;
  margin: 18px auto auto;
  color: inherit;
}

.v1-feat-alt__product-price {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  padding: 0;
  margin: 10px 0 0;
  opacity: 0.85;
}

.v1-feat-alt__shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  height: 42px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: uppercase;
  color: inherit;
  background-color: transparent;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.v1-feat-alt__group[style*="e9dfd9"] .v1-feat-alt__shop,
.v1-feat-alt__group[style*="E9DFD9"] .v1-feat-alt__shop,
.v1-feat-alt__group[style*="F5EEEA"] .v1-feat-alt__shop,
.v1-feat-alt__group[style*="f5eeea"] .v1-feat-alt__shop {
  border-color: rgba(4, 0, 0, 0.4);
  color: #040000;
}

@media (min-width: 769px) {
  .v1-feat-alt__heading-wrap {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  /* stack groups vertically */
  .v1-feat-alt__groups {
    grid-template-columns: 1fr;
  }

  /* kill the split background on mobile; section bg matches the first group (dark)
     so any bleed between heading area and group 1 blends seamlessly */
  .v1-feat-alt {
    background-color: #0d0d0d;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    gap: 0 !important;
  }
  .v1-feat-alt__split-bg {
    display: none;
  }
  .v1-feat-alt__groups {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0;
  }

  /* heading band sits on the now-solid dark section */
  .v1-feat-alt__heading-wrap {
    background-color: #1A1A1A;
    padding-bottom: 12px;
    margin-bottom: 0 !important;
  }

  /* disable split-text trick — use solid white text instead */
  .v1-feat-alt__split-text {
    background-image: none !important;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
    color: #FFFFFF;
  }
  .v1-feat-alt__rule {
    background-image: none !important;
    background-color: #FFFFFF;
  }

  /* font-size reductions */
  .v1-feat-alt__title {
    font-size: 22px;
  }
  .v1-feat-alt__subtitle {
    font-size: 13px;
    margin: 12px auto;
  }
  .v1-feat-alt__group-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .v1-feat-alt__product-name {
    font-size: 12px;
  }
  .v1-feat-alt__product-price {
    font-size: 11px;
    padding: 16px 0;
  }

  /* tighter card spacing + 2-column grid */
  .v1-feat-alt__group {
    padding: 20px;
  }
  .v1-feat-alt__products {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  /* show only 2 products per group on mobile */
  .v1-feat-alt__products .v1-feat-alt__product:nth-child(3) {
    display: none;
  }
  .v1-feat-alt__product-media {
    margin-bottom: 16px;
  }

  /* keep SHOP NOW button at 11px on mobile */
  .v1-feat-alt__shop {
    padding: 8px 14px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }
}
/* END_SECTION:v1-featured-favorites-alt */

/* START_SECTION:v1-featured-favorites (INDEX:46) */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@500&display=swap');

.v1-feat,
.v1-feat *,
.v1-feat *::before,
.v1-feat *::after {
  box-sizing: border-box;
}

.v1-feat {
  position: relative;
  width: 100%;
}

.v1-feat__split-bg {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: 0;
  pointer-events: none;
}

.v1-feat__split-half {
  flex: 1 1 0;
  min-width: 0;
}

.v1-feat__heading-wrap,
.v1-feat__groups {
  position: relative;
  z-index: 1;
}

.v1-feat__heading-wrap {
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
}

.v1-feat__heading {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.v1-feat__split-text {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.v1-feat__title {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 19px;
  line-height: 1;
  text-align: center;
  margin: 0 0 6px;
}

.v1-feat__subtitle {
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-size: 16px;
  line-height: 1.4;
  margin: 16px auto;
  max-width: 560px;
}

.v1-feat__rule {
  display: block;
  width: 56px;
  height: 1px;
  margin: 0 auto;
  opacity: 0.5;
}

.v1-feat__groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0;
}

.v1-feat__group {
  padding: 24px 32px 40px;
  margin: 0;
  border: 0;
  width: 100%;
  min-width: 0;
}

.v1-feat__group-title {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 17px;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
  color: inherit;
}

.v1-feat__products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 720px;
  margin: 0 auto;
  align-items: stretch;
}

.v1-feat__product {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  height: 100%;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
}

.v1-feat__product-media {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin-bottom: 32px;
  flex-shrink: 0;
}

.v1-feat__product-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.v1-feat__product:hover,
.v1-feat__product:focus,
.v1-feat__product:active {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

.v1-feat__product:hover .v1-feat__product-image {
  transform: scale(1.04);
}

.v1-feat__product-image--placeholder {
  opacity: 0.4;
  object-fit: contain;
}

.v1-feat__product-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex-grow: 1;
}

.v1-feat__product-name {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 14px;
  line-height: 1.4;
  min-height: 2.8em;
  max-width: 180px;
  margin: 0 auto auto;
  color: inherit;
}

.v1-feat__product-price {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  padding: 24px 0;
  margin: 0;
  opacity: 0.9;
}

.v1-feat__shop {
  display: inline-block;
  margin-top: auto;
  border: 1px solid currentColor;
  padding: 12px 28px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  color: inherit;
  background-color: transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
}

@media (max-width: 768px) {
  /* stack groups vertically */
  .v1-feat__groups {
    grid-template-columns: 1fr;
  }

  /* kill the split background on mobile; section bg matches the bottom (light) group
     so any bottom overflow blends with NKD POTION rather than showing a dark bar */
  .v1-feat {
    background-color: #F5EEEA;
    padding-bottom: 0 !important;
  }
  .v1-feat__split-bg {
    display: none;
  }
  .v1-feat__groups {
    margin-bottom: 0;
  }

  /* heading band sits on the now-solid dark section */
  .v1-feat__heading-wrap {
    background-color: #1A1A1A;
    padding-bottom: 12px;
  }

  /* disable split-text trick — use solid white text instead */
  .v1-feat__split-text {
    background-image: none !important;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
    color: #FFFFFF;
  }
  .v1-feat__rule {
    background-image: none !important;
    background-color: #FFFFFF;
  }

  /* font-size reductions */
  .v1-feat__title {
    font-size: 22px;
  }
  .v1-feat__subtitle {
    font-size: 13px;
    margin: 12px auto;
  }
  .v1-feat__group-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .v1-feat__product-name {
    font-size: 12px;
  }
  .v1-feat__product-price {
    font-size: 11px;
    padding: 16px 0;
  }

  /* tighter card spacing + 2-column grid */
  .v1-feat__group {
    padding: 20px;
  }
  .v1-feat__products {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  /* show only 2 products per group on mobile */
  .v1-feat__products .v1-feat__product:nth-child(3) {
    display: none;
  }
  .v1-feat__product-media {
    margin-bottom: 16px;
  }

  /* keep SHOP NOW button at 11px on mobile */
  .v1-feat__shop {
    padding: 8px 14px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }
}
/* END_SECTION:v1-featured-favorites */

/* START_SECTION:v1-newsletter (INDEX:47) */
.v1-news,
.v1-news *,
.v1-news *::before,
.v1-news *::after {
  box-sizing: border-box;
}

.v1-news {
  width: 100%;
  background-color: #E4D6CE;
  background-image: radial-gradient(ellipse 80% 70% at 60% 50%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 70%);
  color: #171717;
}

.v1-news__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 36px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  min-height: 170px;
}

.v1-news__copy {
  flex: 0 1 360px;
  min-width: 0;
}

.v1-news__heading {
  font-family: "Libre Baskerville", "Cormorant Garamond", "Bodoni Moda", Didot, serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #171717;
  margin: 0 0 14px;
}

.v1-news__description {
  font-family: "Libre Baskerville", "Cormorant Garamond", "Bodoni Moda", Didot, serif;
  font-size: 14px;
  line-height: 1.45;
  color: #171717;
  margin: 0;
  max-width: 320px;
}

.v1-news__form-wrap {
  flex: 0 1 705px;
  min-width: 0;
}

.v1-news__form {
  display: block;
  margin: 0;
}

.v1-news__field {
  display: flex;
  align-items: stretch;
  height: 66px;
  width: 100%;
}

.v1-news__input {
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  padding: 0 16px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  background-color: #F8F5F2;
  font-family: "Libre Baskerville", "Cormorant Garamond", "Bodoni Moda", Didot, serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #161616;
  outline: none;
  transition: border-color 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
}

.v1-news__input::placeholder {
  color: #161616;
  opacity: 1;
}

.v1-news__input:focus {
  border-color: rgba(20, 20, 20, 0.25);
}

.v1-news__submit {
  flex: 0 0 245px;
  height: 100%;
  padding: 0 20px;
  background-color: #0D0D0D;
  color: #FFFFFF;
  border: 1px solid #0D0D0D;
  font-family: "Libre Baskerville", "Cormorant Garamond", "Bodoni Moda", Didot, serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-radius: 0;
}

.v1-news__submit:hover {
  background-color: #1A1A1A;
}

.v1-news__message {
  margin: 16px 0 0;
  padding: 0;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}

.v1-news__message--success {
  color: #1c7a3e;
}

.v1-news__message--error {
  color: #c12121;
}

.v1-news__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 768px) {
  .v1-news {
    padding: 28px 28px 30px;
  }
  .v1-news__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    max-width: none;
    min-height: 0;
  }
  .v1-news__copy,
  .v1-news__form-wrap {
    flex: 0 1 auto;
    width: 100%;
  }
  .v1-news__heading {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: 1.4px;
    text-align: center;
    margin: 0 0 12px;
  }
  .v1-news__description {
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
    margin: 0 auto 22px;
    max-width: 260px;
  }
  .v1-news__form {
    width: 100%;
    max-width: none;
  }
  .v1-news__field {
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 0;
  }
  .v1-news__input {
    flex: 0 0 50px;
    width: 100%;
    height: 50px;
    padding: 0 18px;
    font-size: 13px;
    background-color: #F8F5F2;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
    box-shadow: none;
  }
  .v1-news__input::placeholder {
    color: #161616;
    opacity: 0.75;
    font-size: 12px;
  }
  .v1-news__submit {
    flex: 0 0 48px;
    width: 100%;
    height: 48px;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    border-radius: 0;
  }
}
/* END_SECTION:v1-newsletter */

/* START_SECTION:v1-split-hero (INDEX:48) */
/* Global header height override — kept here (not in vendor theme.css) so it ships with our custom sections */
@media (min-width: 769px) {
  .site-header {
    padding: 8px 0 !important;
  }
  .site-header__logo {
    margin: 5px 0 !important;
  }
  .site-header__logo img {
    max-height: none !important;
  }
}

.announcement-bar {
  padding: 12px 0 !important;
}

.announcement-text {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback) !important;
  font-weight: 400 !important;
  letter-spacing: 0.15em !important;
}

.site-nav__dropdown,
.site-nav__dropdown a,
.site-nav__deep-dropdown,
.megamenu {
  background-color: #F5EEEA !important;
}

.index-section {
  margin: 0 !important;
  padding: 70px 0 !important;
}

.v1-hero,
.v1-hero *,
.v1-hero *::before,
.v1-hero *::after {
  box-sizing: border-box;
}

.v1-hero {
  width: 100%;
}

.v1-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.v1-hero__column {
  position: relative !important;
  overflow: hidden !important;
  min-height: 95vh !important;
}

.v1-hero__column--light {
  color: #FFFFFF;
}

.v1-hero__column--dark {
  color: #040000;
}

.v1-hero__image {
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  top: auto !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: bottom center !important;
  z-index: 1;
  pointer-events: none;
}

.v1-hero__image--placeholder {
  opacity: 0.35;
  height: 70%;
}

.v1-hero__content {
  position: absolute !important;
  bottom: 32px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 2 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center !important;
  width: 80%;
  max-width: 420px;
}

.v1-hero__heading {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback) !important;
  font-weight: 400;
  font-size: 52px !important;
  line-height: 1.1;
  letter-spacing: 0.02em;
  white-space: nowrap !important;
  margin: 0 0 16px;
  color: inherit;
}

.v1-hero__tagline {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback) !important;
  font-size: 14px !important;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: normal !important;
  max-width: 280px !important;
  margin: 0 auto 12px !important;
  color: inherit;
}

.v1-hero__description {
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 auto 24px;
  color: inherit;
  max-width: 380px !important;
}

.v1-hero__cta {
  display: inline-block;
  padding: 16px 40px !important;
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  border: 1px solid currentColor;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-size: 14px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.v1-hero__cta:hover,
.v1-hero__cta:focus,
.v1-hero__cta:active {
  text-decoration: none;
}

.v1-hero__column--light .v1-hero__cta {
  background-color: #FFFFFF;
  color: #000000;
  border: none;
}

.v1-hero__column--dark .v1-hero__cta {
  background-color: #000000;
  color: #FFFFFF;
  border: none;
}

.v1-hero__cta:hover {
  opacity: 0.85;
}

/* Mobile carousel dots — hidden by default on desktop */
.v1-hero__dots { display: none; }

/* Desktop: hero column fits viewport below announcement + header */
@media (min-width: 769px) {
  .v1-hero__column {
    min-height: calc(100vh - 160px) !important;
    height: calc(100vh - 160px) !important;
  }
}

@media (max-width: 768px) {
  /* Global mobile header height override */
  .site-header {
    padding: 4px 0 !important;
  }
  .site-header__logo {
    margin: 3px 0 !important;
  }

  /* ============================================================
     SHARED MOBILE RULES — apply to both carousel and stacked
     ============================================================ */
  .v1-hero {
    overflow: visible !important;
    padding: 0 !important;
  }

  /* Image fills the entire card */
  .v1-hero__image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center !important;
    transform: none !important;
    max-height: none !important;
  }

  /* Gradient overlay for text readability */
  .v1-hero__column--light::before {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 50% !important;
    z-index: 1 !important;
    pointer-events: none !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) !important;
  }
  .v1-hero__column--dark::before {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 50% !important;
    z-index: 1 !important;
    pointer-events: none !important;
    background: linear-gradient(to bottom, rgba(245, 238, 234, 0) 0%, rgba(245, 238, 234, 1) 100%) !important;
  }

  /* Text overlay - bottom-left in both modes */
  .v1-hero__content {
    text-align: left !important;
    align-items: flex-start !important;
    left: 24px !important;
    right: auto !important;
    bottom: 32px !important;
    transform: none !important;
    width: auto !important;
    max-width: 80% !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }
  .v1-hero__cta {
    pointer-events: auto !important;
    align-self: flex-start !important;
  }
  .v1-hero__heading {
    font-size: 30px !important;
    margin-bottom: 12px;
  }
  .v1-hero__tagline {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    white-space: nowrap !important;
    font-size: 11px !important;
    letter-spacing: 0.08em !important;
  }
  .v1-hero__description {
    display: none !important;
  }

  /* ============================================================
     CAROUSEL MODE — horizontal scroll with peek
     ============================================================ */
  .v1-hero--mobile-carousel .v1-hero__grid {
    display: flex !important;
    overflow-x: scroll !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: manipulation !important;
    gap: 8px !important;
    padding: 0 12px !important;
    grid-template-columns: none !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .v1-hero--mobile-carousel .v1-hero__grid::-webkit-scrollbar {
    display: none;
  }
  .v1-hero--mobile-carousel .v1-hero__column {
    flex: 0 0 82% !important;
    scroll-snap-align: start !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    min-height: calc(100vh - 150px) !important;
    height: calc(100vh - 150px) !important;
    touch-action: manipulation !important;
  }
  .v1-hero--mobile-carousel .v1-hero__cta {
    padding: 12px 24px !important;
    font-size: 12px !important;
    margin-top: 16px !important;
    margin-bottom: 0 !important;
  }
  .v1-hero--mobile-carousel .v1-hero__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 16px 0;
  }
  .v1-hero--mobile-carousel .v1-hero__dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
  }
  .v1-hero--mobile-carousel .v1-hero__dot--active {
    background: #040000;
  }

  /* ============================================================
     STACKED MODE — both columns visible, vertical layout
     ============================================================ */
  .v1-hero--mobile-stacked .v1-hero__grid {
    display: flex !important;
    flex-direction: column !important;
    overflow-x: hidden !important;
    scroll-snap-type: none !important;
    padding: 0 !important;
    gap: 0 !important;
    grid-template-columns: none !important;
  }
  .v1-hero--mobile-stacked .v1-hero__column {
    flex: none !important;
    width: 100% !important;
    min-height: calc(50vh - 95px) !important;
    height: calc(50vh - 95px) !important;
    border-radius: 0 !important;
    scroll-snap-align: none !important;
    overflow: hidden !important;
  }
  .v1-hero--mobile-stacked .v1-hero__dots {
    display: none !important;
  }
  .v1-hero--mobile-stacked .v1-hero__heading {
    font-size: 26px !important;
  }
  .v1-hero--mobile-stacked .v1-hero__tagline {
    font-size: 10px !important;
  }
  .v1-hero--mobile-stacked .v1-hero__cta {
    padding: 10px 20px !important;
    font-size: 11px !important;
    margin-top: 12px !important;
    margin-bottom: 0 !important;
  }
}
/* END_SECTION:v1-split-hero */

/* START_SECTION:v1-testimonials (INDEX:49) */
.v1-test,
.v1-test *,
.v1-test *::before,
.v1-test *::after {
  box-sizing: border-box;
}

.v1-test {
  width: 100%;
  padding: 64px 0;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

@media (min-width: 769px) {
  .v1-test {
    padding-top: 140px !important;
    padding-bottom: 0 !important;
  }
}

.v1-test__inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px;
}

.v1-test .v1-test__title {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 48px;
  color: inherit;
  text-transform: none;
}

.v1-test__carousel {
  position: relative;
}

.v1-test__viewport {
  overflow: hidden;
}

.v1-test__track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.v1-test__slide {
  flex: 0 0 calc(100% / 3);
  padding: 0 16px;
  min-width: 0;
}

.v1-test__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.v1-test__media {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin-bottom: 24px;
}

.v1-test__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v1-test .v1-test__name {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 16px;
  color: inherit;
  text-transform: none;
}

.v1-test__review {
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 16px;
  color: inherit;
  max-width: 340px;
}

.v1-test__review::before {
  content: '\201C';
}

.v1-test__review::after {
  content: '\201D';
}

.v1-test__stars {
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #040000;
}

.v1-test__arrow {
  position: absolute;
  top: 180px;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #FFFFFF;
  z-index: 2;
  padding: 0;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}

.v1-test__arrow:hover {
  background-color: rgba(0, 0, 0, 0.55);
}

.v1-test__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.v1-test__arrow--prev {
  left: 12px;
}

.v1-test__arrow--next {
  right: 12px;
}

.v1-test__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.v1-test__dots:empty {
  display: none;
}

.v1-test__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background-color: rgba(4, 0, 0, 0.25);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.v1-test__dot.is-active {
  background-color: #040000;
  transform: scale(1.2);
}

.v1-test--single .v1-test__arrow,
.v1-test--single .v1-test__dots {
  display: none;
}

@media (max-width: 768px) {
  .v1-test {
    padding: 48px 0;
  }
  .v1-test__inner {
    padding: 0 16px;
  }
  .v1-test__title {
    font-size: 18px;
    margin-bottom: 28px;
  }
  .v1-test__slide {
    flex: 0 0 100%;
    padding: 0 8px;
  }
  .v1-test__media {
    max-width: 60%;
    margin-bottom: 20px;
  }
  .v1-test__name {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .v1-test__review {
    font-size: 15px;
    max-width: 480px;
  }
  .v1-test__arrow {
    display: none;
  }
  .v1-test__dots {
    margin-top: 24px;
  }
}
/* END_SECTION:v1-testimonials */

/* START_SECTION:v1-trust-bar (INDEX:50) */
.v1-trust {
  width: 100%;
  background-color: #F5EEEA;
  color: #040000;
}

.v1-trust__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.v1-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.v1-trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 8px 24px;
}

.v1-trust__item + .v1-trust__item {
  border-left: 1px solid rgba(4, 0, 0, 0.15);
}

.v1-trust__icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 16px;
  display: block;
}

.v1-trust__icon--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
}

.v1-trust__title {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  margin: 12px 0 16px;
  max-width: 220px;
  color: #040000;
}

.v1-trust__description {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0;
  max-width: 220px;
  color: #040000;
}

@media (max-width: 768px) {
  .v1-trust__grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
  }
  .v1-trust__item {
    max-width: none !important;
    width: 100% !important;
    padding: 12px 8px !important;
  }
  .v1-trust__item + .v1-trust__item {
    border-left: 0;
  }
  .v1-trust__icon {
    width: 32px !important;
    height: 32px !important;
  }
  .v1-trust__title {
    font-size: 11px !important;
    letter-spacing: 0.05em !important;
  }
  .v1-trust__description {
    font-size: 11px !important;
    line-height: 1.4 !important;
  }
}
/* END_SECTION:v1-trust-bar */