/* [project]/components/v2/heroV2.module.css [app-client] (css) */
.heroV2-module__zbQK_a__hero {
  height: 100vh;
  min-height: 500px;
  max-height: 900px;
  position: relative;
  overflow: hidden;
}

.heroV2-module__zbQK_a__heroImageWrap {
  position: absolute;
  inset: 0;
}

.heroV2-module__zbQK_a__heroOverlay {
  background: linear-gradient(to right, #000000b3, #00000080, #0003);
  position: absolute;
  inset: 0;
}

.heroV2-module__zbQK_a__heroContent {
  align-items: center;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  position: relative;
}

.heroV2-module__zbQK_a__heroText {
  max-width: 640px;
}

.heroV2-module__zbQK_a__heroTitle {
  letter-spacing: -.02em;
  color: var(--gs-white, #fff);
  margin: 0 0 24px;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.heroV2-module__zbQK_a__heroSubtitle {
  color: #ffffffe6;
  margin: 0 0 40px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
}

.heroV2-module__zbQK_a__heroCta {
  padding: 16px 48px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

@media (max-width: 991px) {
  .heroV2-module__zbQK_a__heroTitle {
    font-size: 3rem;
  }

  .heroV2-module__zbQK_a__heroSubtitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 575px) {
  .heroV2-module__zbQK_a__hero {
    min-height: 400px;
    max-height: 600px;
  }

  .heroV2-module__zbQK_a__heroTitle {
    font-size: 2.25rem;
  }

  .heroV2-module__zbQK_a__heroCta {
    padding: 14px 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .heroV2-module__zbQK_a__heroCta {
    transition: none;
  }
}

/* [project]/components/v2/homeV2.module.css [app-client] (css) */
.homeV2-module__Xg9_hW__v2Wrapper {
  background: var(--gs-white);
  min-height: 100vh;
}

.homeV2-module__Xg9_hW__fixedHeaderWrap {
  z-index: 1100;
  background: var(--gs-white);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 4px #0000000f;
}

.homeV2-module__Xg9_hW__headerSpacer {
  height: 120px;
}

.homeV2-module__Xg9_hW__heroCta {
  background: var(--gs-red, #ea1c2d);
  color: var(--gs-white, #fff);
  letter-spacing: .15em;
  cursor: pointer;
  border: none;
  padding: 16px 48px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background .3s;
  display: inline-block;
}

.homeV2-module__Xg9_hW__heroCta:hover {
  background: var(--gs-red-hover, #d01828);
  color: var(--gs-white, #fff);
}

.homeV2-module__Xg9_hW__sectionInner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 32px;
}

.homeV2-module__Xg9_hW__sectionHeader {
  text-align: center;
  margin-bottom: 64px;
}

.homeV2-module__Xg9_hW__sectionEyebrow {
  letter-spacing: .3em;
  color: var(--gs-charcoal, #54585a);
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 400;
  display: block;
}

.homeV2-module__Xg9_hW__sectionTitle {
  letter-spacing: -.02em;
  color: var(--gs-ink, #1f2122);
  margin: 0;
  font-size: 3rem;
  font-weight: 300;
}

.homeV2-module__Xg9_hW__sectionSub {
  color: var(--gs-charcoal, #54585a);
  margin: 16px 0 0;
  font-size: 1.25rem;
  font-weight: 300;
}

.homeV2-module__Xg9_hW__brandShowcase {
  background: #f6f6f6;
  padding: 100px 0;
}

.homeV2-module__Xg9_hW__brandGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  display: grid;
}

.homeV2-module__Xg9_hW__brandCard {
  background: var(--gs-white, #fff);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 56px;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.homeV2-module__Xg9_hW__brandCard:hover {
  box-shadow: 0 10px 40px #00000014;
}

.homeV2-module__Xg9_hW__brandName {
  letter-spacing: .1em;
  color: var(--gs-ink, #1f2122);
  font-size: 2.25rem;
  font-weight: 300;
}

.homeV2-module__Xg9_hW__collections {
  background: var(--gs-white, #fff);
  padding: 100px 0;
}

.homeV2-module__Xg9_hW__collectionsGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  display: grid;
}

.homeV2-module__Xg9_hW__collectionCard {
  cursor: pointer;
  text-decoration: none;
}

.homeV2-module__Xg9_hW__collectionImageWrap {
  aspect-ratio: 3 / 4;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.homeV2-module__Xg9_hW__collectionCard:hover .homeV2-module__Xg9_hW__collectionImageWrap img {
  transform: scale(1.05);
}

.homeV2-module__Xg9_hW__collectionImageWrap img {
  transition: transform .7s;
}

.homeV2-module__Xg9_hW__collectionName {
  letter-spacing: .02em;
  color: var(--gs-ink, #1f2122);
  margin: 0 0 8px;
  font-size: 1.5rem;
  font-weight: 400;
}

.homeV2-module__Xg9_hW__collectionCta {
  color: var(--gs-charcoal, #54585a);
  font-size: 14px;
  font-weight: 300;
}

.homeV2-module__Xg9_hW__bestSellers {
  background: var(--gs-white, #fff);
  padding: 100px 0;
}

.homeV2-module__Xg9_hW__bestSellersTrack {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  display: grid;
}

.homeV2-module__Xg9_hW__bestSellerCard {
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.homeV2-module__Xg9_hW__bestSellerCard:hover .homeV2-module__Xg9_hW__bestSellerImageWrap img {
  transform: scale(1.05);
}

.homeV2-module__Xg9_hW__bestSellerImageWrap {
  aspect-ratio: 1;
  background: #f6f6f6;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.homeV2-module__Xg9_hW__bestSellerImageWrap img {
  transition: transform .5s;
}

.homeV2-module__Xg9_hW__bestSellerPlaceholder {
  color: #ccc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.homeV2-module__Xg9_hW__bestSellerInfo {
  text-align: center;
}

.homeV2-module__Xg9_hW__bestSellerBrand {
  letter-spacing: .15em;
  color: var(--gs-charcoal, #54585a);
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.homeV2-module__Xg9_hW__bestSellerName {
  letter-spacing: .01em;
  color: var(--gs-ink, #1f2122);
  margin: 0 0 6px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.homeV2-module__Xg9_hW__bestSellerFinish {
  color: var(--gs-charcoal, #54585a);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.homeV2-module__Xg9_hW__bestSellerPrice {
  color: var(--gs-ink, #1f2122);
  font-size: 1.25rem;
  font-weight: 400;
  display: block;
}

.homeV2-module__Xg9_hW__bestSellersFooter {
  text-align: center;
  margin-top: 64px;
}

.homeV2-module__Xg9_hW__bestSellersViewAll {
  border: 2px solid var(--gs-charcoal, #54585a);
  color: var(--gs-charcoal, #54585a);
  letter-spacing: .15em;
  cursor: pointer;
  padding: 16px 48px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.homeV2-module__Xg9_hW__bestSellersViewAll:hover {
  background: var(--gs-charcoal, #54585a);
  color: var(--gs-white, #fff);
}

.homeV2-module__Xg9_hW__roomPlanner {
  background: #eee;
  padding: 100px 0;
}

.homeV2-module__Xg9_hW__roomPlannerGrid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
  display: grid;
}

.homeV2-module__Xg9_hW__roomPlannerContent {
  flex-direction: column;
  display: flex;
}

.homeV2-module__Xg9_hW__roomPlannerIcon {
  color: var(--gs-red, #ea1c2d);
  margin-bottom: 16px;
}

.homeV2-module__Xg9_hW__roomPlannerTitle {
  letter-spacing: -.02em;
  color: var(--gs-ink, #1f2122);
  margin: 0 0 20px;
  font-size: 3rem;
  font-weight: 300;
}

.homeV2-module__Xg9_hW__roomPlannerLead {
  color: var(--gs-charcoal, #54585a);
  margin: 0 0 20px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.6;
}

.homeV2-module__Xg9_hW__roomPlannerDesc {
  color: var(--gs-charcoal, #54585a);
  margin: 0 0 40px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.8;
}

.homeV2-module__Xg9_hW__roomPlannerVisual {
  position: relative;
}

.homeV2-module__Xg9_hW__roomPlannerImageWrap {
  aspect-ratio: 4 / 3;
  background: var(--gs-white, #fff);
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px #0000001f;
}

.homeV2-module__Xg9_hW__roomPlannerOverlay {
  background: linear-gradient(to top, #0006, #0000);
  position: absolute;
  inset: 0;
}

.homeV2-module__Xg9_hW__roomPlannerBadge {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #fffffff2;
  padding: 20px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.homeV2-module__Xg9_hW__roomPlannerBadgeTitle {
  letter-spacing: .05em;
  color: var(--gs-ink, #1f2122);
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 400;
  display: block;
}

.homeV2-module__Xg9_hW__roomPlannerBadgeSub {
  color: var(--gs-charcoal, #54585a);
  font-size: 12px;
  font-weight: 300;
  display: block;
}

.homeV2-module__Xg9_hW__editorialBanner {
  height: 80vh;
  min-height: 400px;
  max-height: 800px;
  position: relative;
  overflow: hidden;
}

.homeV2-module__Xg9_hW__editorialImageWrap {
  position: absolute;
  inset: 0;
}

.homeV2-module__Xg9_hW__editorialOverlay {
  background: #0000004d;
  position: absolute;
  inset: 0;
}

.homeV2-module__Xg9_hW__editorialContent {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 32px;
  display: flex;
  position: relative;
}

.homeV2-module__Xg9_hW__editorialTitle {
  letter-spacing: -.03em;
  color: var(--gs-white, #fff);
  margin: 0 0 32px;
  font-size: 5rem;
  font-weight: 200;
  line-height: 1.1;
}

.homeV2-module__Xg9_hW__editorialSub {
  letter-spacing: .05em;
  color: var(--gs-white, #fff);
  margin: 0;
  font-size: 1.5rem;
  font-weight: 200;
}

.homeV2-module__Xg9_hW__experience {
  background: #eee;
  padding: 100px 0;
}

.homeV2-module__Xg9_hW__experienceGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  display: grid;
}

.homeV2-module__Xg9_hW__experienceCard {
  text-align: center;
}

.homeV2-module__Xg9_hW__experienceNum {
  color: var(--gs-red, #ea1c2d);
  margin-bottom: 20px;
  font-size: 3.75rem;
  font-weight: 200;
  display: block;
}

.homeV2-module__Xg9_hW__experienceCardTitle {
  color: var(--gs-ink, #1f2122);
  margin: 0 0 16px;
  font-size: 1.5rem;
  font-weight: 400;
}

.homeV2-module__Xg9_hW__experienceCardDesc {
  color: var(--gs-charcoal, #54585a);
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.homeV2-module__Xg9_hW__newsletter {
  background: var(--gs-white, #fff);
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  padding: 80px 0;
}

.homeV2-module__Xg9_hW__newsletterInner {
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
}

.homeV2-module__Xg9_hW__newsletterTitle {
  letter-spacing: -.01em;
  color: var(--gs-ink, #1f2122);
  margin: 0 0 16px;
  font-size: 1.875rem;
  font-weight: 400;
}

.homeV2-module__Xg9_hW__newsletterSub {
  color: var(--gs-charcoal, #54585a);
  margin: 0 0 32px;
  font-size: 1rem;
  font-weight: 300;
}

.homeV2-module__Xg9_hW__newsletterForm {
  gap: 16px;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
}

.homeV2-module__Xg9_hW__newsletterInput {
  color: var(--gs-ink, #1f2122);
  background: #f6f6f6;
  border: 1px solid #0003;
  outline: none;
  flex: 1;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 300;
  transition: border-color .3s;
}

.homeV2-module__Xg9_hW__newsletterInput::placeholder {
  color: #9ca3af;
}

.homeV2-module__Xg9_hW__newsletterInput:focus {
  border-color: var(--gs-red, #ea1c2d);
}

.homeV2-module__Xg9_hW__newsletterBtn {
  background: var(--gs-red, #ea1c2d);
  color: var(--gs-white, #fff);
  letter-spacing: .1em;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  padding: 16px 40px;
  font-size: 14px;
  font-weight: 500;
  transition: background .3s;
}

.homeV2-module__Xg9_hW__newsletterBtn:hover {
  background: var(--gs-red-hover, #d01828);
}

@media (max-width: 991px) {
  .homeV2-module__Xg9_hW__headerSpacer {
    height: 110px;
  }

  .homeV2-module__Xg9_hW__sectionTitle {
    font-size: 2.25rem;
  }

  .homeV2-module__Xg9_hW__brandGrid, .homeV2-module__Xg9_hW__collectionsGrid, .homeV2-module__Xg9_hW__experienceGrid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .homeV2-module__Xg9_hW__bestSellersTrack {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .homeV2-module__Xg9_hW__roomPlannerGrid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .homeV2-module__Xg9_hW__roomPlannerTitle {
    font-size: 2.25rem;
  }

  .homeV2-module__Xg9_hW__brandCard {
    padding: 32px;
  }

  .homeV2-module__Xg9_hW__brandName {
    font-size: 1.75rem;
  }

  .homeV2-module__Xg9_hW__editorialTitle {
    font-size: 3rem;
  }

  .homeV2-module__Xg9_hW__editorialSub {
    font-size: 1.125rem;
  }

  .homeV2-module__Xg9_hW__newsletterForm {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .homeV2-module__Xg9_hW__bestSellersTrack {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .homeV2-module__Xg9_hW__bestSellerName {
    font-size: .95rem;
  }

  .homeV2-module__Xg9_hW__heroCta {
    padding: 14px 32px;
  }

  .homeV2-module__Xg9_hW__sectionHeader {
    margin-bottom: 40px;
  }

  .homeV2-module__Xg9_hW__brandShowcase, .homeV2-module__Xg9_hW__collections, .homeV2-module__Xg9_hW__bestSellers, .homeV2-module__Xg9_hW__roomPlanner, .homeV2-module__Xg9_hW__experience {
    padding: 60px 0;
  }

  .homeV2-module__Xg9_hW__editorialBanner {
    min-height: 300px;
    max-height: 500px;
  }

  .homeV2-module__Xg9_hW__editorialTitle {
    font-size: 2.25rem;
  }

  .homeV2-module__Xg9_hW__editorialSub {
    font-size: 1rem;
  }

  .homeV2-module__Xg9_hW__newsletter {
    padding: 48px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .homeV2-module__Xg9_hW__collectionImageWrap img, .homeV2-module__Xg9_hW__bestSellerImageWrap img, .homeV2-module__Xg9_hW__heroCta, .homeV2-module__Xg9_hW__bestSellersViewAll, .homeV2-module__Xg9_hW__newsletterBtn, .homeV2-module__Xg9_hW__newsletterInput {
    transition: none;
  }
}

/*# sourceMappingURL=components_v2_0fumha8._.css.map*/