/** Shopify CDN: Minification failed

Line 534:0 Unexpected "}"

**/
.rayve-home {
  background: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
}

.rayve-home__hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #111111;
}

.rayve-home__hero-media,
.rayve-home__hero-overlay,
.rayve-home__hero-shell {
  position: absolute;
  inset: 0;
}

.rayve-home__hero-image,
.rayve-home__story-image,
.rayve-home__editorial-image,
.rayve-home__style-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rayve-home__hero-overlay {
  background:
    linear-gradient(90deg, rgba(12, 12, 12, 0.75) 0%, rgba(12, 12, 12, 0.42) 45%, rgba(12, 12, 12, 0.08) 100%),
    linear-gradient(180deg, rgba(12, 12, 12, 0.08) 0%, rgba(12, 12, 12, 0.4) 100%);
  z-index: 1;
}

.rayve-home__hero-shell {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
}

.rayve-home__hero-content {
  max-width: 64rem;
  padding: 10rem 0 7rem;
  color: #f5efe7;
}

.rayve-home__eyebrow {
  margin: 0 0 1.2rem;
  font-size: 1.1rem;
  letter-spacing: 0.28rem;
  text-transform: uppercase;
  opacity: 0.8;
}

.rayve-home__hero-heading,
.rayve-home__section-heading,
.rayve-home__style-card-content h3,
.rayve-home__trust-item h3,
.rayve-home__quote blockquote {
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  letter-spacing: 0.01em;
}

.rayve-home__hero-heading {
  margin: 0;
  font-size: clamp(4.8rem, 8vw, 9.6rem);
  line-height: 0.94;
  max-width: 9ch;
}

.rayve-home__hero-text {
  max-width: 56rem;
  margin-top: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.7;
  opacity: 0.92;
}

.rayve-home__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 3.2rem;
}

.rayve-home__button.button,
.rayve-home__button.button--secondary {
  min-height: 5.2rem;
  padding: 0 2.4rem;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.16rem;
  font-size: 1.2rem;
}

.rayve-home__button.button--secondary {
  background: transparent;
  color: #f5efe7;
  border-color: rgba(245, 239, 231, 0.6);
}

.rayve-home__section {
  padding: 7rem 0;
}

.rayve-home__intro {
  text-align: center;
  max-width: 72rem;
  margin: 0 auto;
}

.rayve-home__section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}

.rayve-home__section-header--stacked {
  align-items: start;
}

.rayve-home__section-heading {
  margin: 0;
  font-size: clamp(3rem, 4.5vw, 5.2rem);
  line-height: 1;
}

.rayve-home__section-text {
  margin-top: 1.6rem;
  max-width: 68rem;
  font-size: 1.7rem;
  line-height: 1.7;
}

.rayve-home__text-link {
  color: currentColor;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14rem;
  font-size: 1.2rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.4rem;
}

.rayve-home__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

.rayve-home__product-link {
  color: inherit;
  text-decoration: none;
  display: block;
  min-width: 0;
}

.rayve-home__product-image-wrap {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #efe8df;
  padding: 1.8rem;
}

.rayve-home__product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.rayve-home__product-info {
  padding-top: 1.4rem;
}

.rayve-home__product-label {
  margin: 0 0 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16rem;
  font-size: 1.05rem;
  opacity: 0.6;
}

.rayve-home__product-info h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.15;
}

.rayve-home__product-info p:last-child {
  margin: 0.8rem 0 0;
  font-size: 1.45rem;
  line-height: 1.4;
  opacity: 0.8;
}

.rayve-home__style-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

.rayve-home__style-card {
  color: inherit;
  text-decoration: none;
  display: block;
}

.rayve-home__style-card-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #e9e1d6;
}

.rayve-home__style-card-image {
  transition: transform 0.6s ease;
}

.rayve-home__style-card:hover .rayve-home__style-card-image {
  transform: scale(1.04);
}

.rayve-home__style-card-content {
  padding-top: 1.4rem;
}

.rayve-home__style-card-content h3 {
  margin: 0;
  font-size: 2.2rem;
}

.rayve-home__style-card-content p {
  margin: 0.8rem 0 0;
  font-size: 1.5rem;
  line-height: 1.6;
  opacity: 0.8;
}

.rayve-home__story {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 3rem;
  align-items: stretch;
}

.rayve-home__story-media {
  min-height: 62rem;
  background: #e9e1d6;
}

.rayve-home__story-copy {
  background: #f5efe7;
  color: #191715;
  padding: clamp(3rem, 5vw, 6rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rayve-home__editorial {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  position: relative;
}

.rayve-home__editorial-panel {
  min-height: 62rem;
  background: #f0ebe4;
}

.rayve-home__editorial-copy {
  position: absolute;
  left: 50%;
  bottom: 4rem;
  transform: translateX(-50%);
  width: min(54rem, calc(100% - 4rem));
  background: rgba(245, 239, 231, 0.95);
  color: #191715;
  padding: 3rem;
  border: 1px solid rgba(25, 23, 21, 0.08);
  text-align: center;
}

.rayve-home__trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  border-top: 1px solid rgba(var(--color-foreground), 0.12);
  border-bottom: 1px solid rgba(var(--color-foreground), 0.12);
}

.rayve-home__trust-item {
  padding: 2.6rem 1rem;
}

.rayve-home__trust-item h3 {
  margin: 0;
  font-size: 2rem;
}

.rayve-home__trust-item p {
  margin: 0.8rem 0 0;
  font-size: 1.45rem;
  line-height: 1.6;
  opacity: 0.78;
}

.rayve-home__quote {
  text-align: center;
  max-width: 90rem;
  margin: 0 auto;
  padding-bottom: 10rem;
}

.rayve-home__quote blockquote {
  margin: 0;
  font-size: clamp(3.2rem, 5vw, 5.8rem);
  line-height: 1.08;
}

.rayve-home__quote p {
  margin: 1.8rem 0 0;
  letter-spacing: 0.24rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  opacity: 0.72;
}

.rayve-home__private {
  padding-top: 0;
  padding-bottom: 10rem;
}

.rayve-home__private-panel {
  background: linear-gradient(135deg, #1c1814 0%, #2b241f 50%, #59432e 100%);
  color: #f5efe7;
  padding: clamp(3rem, 5vw, 6rem);
}

.rayve-home__private-panel .rayve-home__section-heading {
  max-width: 11ch;
}

.rayve-home__private-panel .rayve-home__section-text {
  color: rgba(245, 239, 231, 0.84);
}

.rayve-home__private-panel .rayve-home__section-heading,
.rayve-home__private-panel h2,
.rayve-home__private-panel .rayve-home__eyebrow,
.rayve-home__private-panel p,
.rayve-home__private-panel .rayve-home__signup-message {
  color: #f5efe7 !important;
}

.rayve-home__signup-form {
  margin-top: 2.4rem;
}

.rayve-home__signup-fields {
  display: flex;
  gap: 1.2rem;
  align-items: stretch;
  flex-wrap: wrap;
}

.rayve-home__signup-input {
  flex: 1 1 28rem;
  min-height: 5.2rem;
  border: 1px solid rgba(245, 239, 231, 0.34);
  background: rgba(245, 239, 231, 0.06);
  color: #f5efe7;
  padding: 0 1.6rem;
  font: inherit;
}

.rayve-home__signup-input::placeholder {
  color: rgba(245, 239, 231, 0.68);
}

.rayve-home__signup-button {
  min-width: 22rem;
}

.rayve-home__signup-message {
  margin: 1.4rem 0 0;
  color: #f5efe7;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 989px) {
  .rayve-home__hero {
    min-height: 72rem;
  }

  .rayve-home__hero-content {
    padding: 12rem 0 5rem;
  }

  .rayve-home__products,
  .rayve-home__style-grid,
  .rayve-home__trust-grid,
  .rayve-home__story {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rayve-home__editorial {
    grid-template-columns: 1fr;
  }

  .rayve-home__editorial-panel {
    min-height: 44rem;
  }

  .rayve-home__editorial-copy {
    position: static;
    transform: none;
    width: 100%;
    background: #f5efe7;
    border: none;
  }
}

@media screen and (max-width: 749px) {
  .rayve-home__hero {
    min-height: 68rem;
  }

  .rayve-home__hero-heading {
    max-width: 7ch;
    font-size: clamp(4rem, 13vw, 6rem);
  }

  .rayve-home__hero-text {
    font-size: 1.6rem;
  }

  .rayve-home__section {
    padding: 4.8rem 0;
  }

  .rayve-home__section-header,
  .rayve-home__style-grid,
  .rayve-home__trust-grid,
  .rayve-home__story {
    grid-template-columns: 1fr;
  }

   .rayve-home__product-image-wrap {
    aspect-ratio: 1 / 0.88;
    padding: 1rem;
    aspect-ratio: 1 / 1;
    padding: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: inset 0 0 0 1.2rem #efe8df;
  }

  .rayve-home__product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }

  }

  .rayve-home__product-info {
    padding-top: 1rem;
  }

  .rayve-home__product-info h3 {
    font-size: 1.5rem;
    line-height: 1.15;
  }

  .rayve-home__product-info p:last-child,
  .rayve-home__product-label {
    font-size: 1.2rem;
  }

  .rayve-home__product-label {
    font-size: 1rem;
    letter-spacing: 0.12rem;
    margin-bottom: 0.5rem;
  }

  .rayve-home__product-info p:last-child {
    margin-top: 0.4rem;
  }

  .rayve-home__story-media,
  .rayve-home__editorial-panel {
    min-height: 32rem;
  }

  .rayve-home__story-copy,
  .rayve-home__editorial-copy {
    padding: 2.4rem;
  }

  .rayve-home__signup-fields {
    display: block;
  }

  .rayve-home__signup-input,
  .rayve-home__signup-button {
    width: 100%;
  }

  .rayve-home__signup-button {
    margin-top: 1rem;
  }
}

.rayve-home__hero .rayve-home__hero-heading {
  color: #f5efe7 !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28) !important;
}

.rayve-home__hero .rayve-home__hero-text,
.rayve-home__hero .rayve-home__eyebrow {
  color: #f5efe7 !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28) !important;
}
 /* HERO TEXT WHITE FIX */
.rayve-home__hero .rayve-home__hero-heading,
.rayve-home__hero h1,
.rayve-home__hero .rayve-home__eyebrow,
.rayve-home__hero .rayve-home__hero-text,
.rayve-home__hero .rayve-home__hero-text p {
  color: #f5efe7 !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28) !important;
}
/* MOBILE QUOTE CENTER FIX */
@media screen and (max-width: 749px) {
  .rayve-home__quote {
    width: 100%;
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    text-align: center;
    box-sizing: border-box;
  }

  .rayve-home__quote blockquote {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.12;
  }

  .rayve-home__quote p {
    text-align: center;
  }
}
