/* StoryCrystal editable editorial homepage v3. All rules are scoped. */
.sc-home-v4 {
  --sc-home-ink: #191816;
  --sc-home-text: #5d5751;
  --sc-home-muted: #8a837b;
  --sc-home-paper: #faf8f4;
  --sc-home-cream: #f2ede6;
  --sc-home-white: #fff;
  --sc-home-line: #e7e0d7;
  --sc-home-plum: #67586d;
  --sc-home-plum-dark: #4e4055;
  --sc-home-gold: #a58356;
  color: var(--sc-home-ink);
  background: var(--sc-home-white);
}

.storycrystal-v2.sc-home-v4 > *,
.sc-home-v4 :where(.wp-block-group, .wp-block-image, .wp-block-cover, .wp-block-buttons, .wp-block-details) {
  margin-block: 0;
}

.sc-home-v4 :where(h1, h2, h3, p, figure) {
  margin-top: 0;
}

.sc-home-v4 .wp-block-group.is-layout-flow > * {
  margin-block-start: 0;
}

.sc-home-v4 :where(h1, h2, h3) {
  font-family: var(--sc-serif);
  font-weight: 600;
}

.sc-home-v4 :where(img) {
  display: block;
  width: 100%;
}

.sc-home-v4__inner {
  width: min(calc(100% - 96px), 1320px);
  margin-inline: auto;
}

.sc-home-v4 .sc-home-v4__eyebrow {
  margin-bottom: 16px;
  color: var(--sc-home-plum);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.sc-home-v4 .sc-home-v4__lead,
.sc-home-v4 .sc-home-v4__section-copy {
  max-width: 570px;
  margin-bottom: 0;
  color: var(--sc-home-text);
  font-size: 15px;
  line-height: 1.72;
}

.sc-home-v4 .sc-home-v4__hero {
  position: relative;
  isolation: isolate;
  display: block;
  height: clamp(650px, calc(100svh - 112px), 780px);
  min-height: 650px;
  overflow: hidden;
  background: linear-gradient(110deg, #85855d 0%, #76774f 52%, #686b47 100%);
}

.sc-home-v4 .sc-home-v4__hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(25, 24, 22, .52) 0%, rgba(25, 24, 22, .38) 34%, rgba(25, 24, 22, .08) 58%, transparent 72%);
  content: "";
  pointer-events: none;
}

.sc-home-v4 .sc-home-v4__hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: min(52%, 760px);
  height: 100%;
  padding: 52px clamp(56px, 6vw, 120px) 58px;
  color: var(--sc-home-white);
}

.sc-home-v4 .sc-home-v4__hero h1 {
  margin-top: 0 !important;
  margin-bottom: 24px;
  color: var(--sc-home-white);
  font-size: clamp(58px, 5.2vw, 82px);
  letter-spacing: -.045em;
  line-height: .86;
}

.sc-home-v4 .sc-home-v4__hero .sc-home-v4__eyebrow,
.sc-home-v4 .sc-home-v4__hero .sc-home-v4__lead {
  color: rgba(255, 255, 255, .9);
}

.sc-home-v4 .sc-home-v4__hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.sc-home-v4 .sc-home-v4__hero-media img {
  width: auto;
  min-width: 0;
  max-width: none;
  height: 100%;
  flex: none;
  object-fit: contain;
  object-position: right top;
}

.sc-home-v4 .sc-home-v4__hero .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: rgba(255, 255, 255, .88);
  color: var(--sc-home-white);
  background: rgba(255, 255, 255, .08);
}

.sc-home-v4__actions {
  display: grid;
  max-width: 470px;
  gap: 10px;
  margin-top: 30px;
}

.sc-home-v4__actions .wp-block-button,
.sc-home-v4__actions .wp-block-button__link {
  width: 100%;
}

.sc-home-v4__actions .wp-block-button__link,
.sc-home-v4__closing .wp-block-button__link {
  min-height: 50px;
  border-color: var(--sc-home-plum-dark);
  border-radius: 0;
  padding-inline: 24px;
  font-size: 10px;
  letter-spacing: .12em;
}

.sc-home-v4__actions .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.sc-home-v4__closing .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background: var(--sc-home-plum-dark);
}

.sc-home-v4 .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--sc-home-plum-dark);
  color: var(--sc-home-plum-dark);
  background: transparent;
}

.sc-home-v4__trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--sc-home-line);
  border-bottom: 1px solid var(--sc-home-line);
  background: var(--sc-home-white);
}

.sc-home-v4__trust-item {
  display: grid;
  min-height: 92px;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 12px;
  padding: 24px 22px;
  border-right: 1px solid var(--sc-home-line);
}

.sc-home-v4__trust-item:last-child {
  border-right: 0;
}

.sc-home-v4__number {
  margin: 3px 0 0;
  color: var(--sc-home-gold);
  font-family: var(--sc-serif);
  font-size: 12px;
  font-weight: 600;
}

.sc-home-v4__trust-item h3,
.sc-home-v4__care-item h3 {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.05;
}

.sc-home-v4__trust-item p:not(.sc-home-v4__number),
.sc-home-v4__care-item p:not(.sc-home-v4__number) {
  margin-bottom: 0;
  color: var(--sc-home-muted);
  font-size: 10px;
  line-height: 1.5;
}

.sc-home-v4__section {
  padding-block: 110px;
}

.sc-home-v4 .sc-home-v4__promise {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 8%;
  padding-block: 80px;
  padding-inline: max(48px, calc((100vw - 1320px) / 2));
  background: var(--sc-home-paper);
}

.sc-home-v4__promise h2,
.sc-home-v4__selector h2 {
  margin-bottom: 24px;
  font-size: clamp(54px, 5.3vw, 78px);
  letter-spacing: -.045em;
  line-height: .88;
}

.sc-home-v4__promise-list {
  counter-reset: promise;
  border-top: 1px solid var(--sc-home-line);
}

.sc-home-v4__promise-list details {
  position: relative;
  counter-increment: promise;
  border-bottom: 1px solid var(--sc-home-line);
}

.sc-home-v4__promise-list summary {
  display: grid;
  min-height: 108px;
  grid-template-columns: 48px 1fr 24px;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  font-family: var(--sc-serif);
  font-size: 28px;
  line-height: 1.15;
}

.sc-home-v4__promise-list summary::-webkit-details-marker {
  display: none;
}

.sc-home-v4__promise-list summary::before {
  color: var(--sc-home-gold);
  content: counter(promise, decimal-leading-zero);
  font-family: var(--sc-serif);
  font-size: 11px;
}

.sc-home-v4__promise-list summary::after {
  color: var(--sc-home-plum);
  content: "+";
  font: 600 24px/1 var(--sc-sans);
  text-align: right;
}

.sc-home-v4__promise-list details[open] summary::after {
  content: "−";
}

.sc-home-v4__promise-list details > p {
  margin: -12px 40px 24px 64px;
  color: var(--sc-home-text);
  font-size: 12px;
  line-height: 1.7;
}

.sc-home-v4__section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 44px;
}

.sc-home-v4__section-head h2,
.sc-home-v4__story-copy h2,
.sc-home-v4__wholesale h2 {
  margin-bottom: 0;
  font-size: clamp(48px, 5vw, 72px);
  letter-spacing: -.035em;
  line-height: .9;
}

.sc-home-v4__section-head > p {
  max-width: 450px;
  margin-bottom: 0;
  color: var(--sc-home-text);
  font-size: 13px;
  line-height: 1.7;
}

.sc-home-v4__text-link a {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--sc-home-ink);
  color: var(--sc-home-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
}

.sc-home-v4__intentions {
  background: var(--sc-home-white);
}

.sc-home-v4__intention-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sc-home-v4__intention-card {
  position: relative;
  min-height: 0 !important;
  aspect-ratio: 1;
  overflow: hidden;
  padding: 30px;
}

.sc-home-v4__intention-card .wp-block-cover__image-background {
  transition: transform .55s ease;
}

.sc-home-v4__intention-card:hover .wp-block-cover__image-background {
  transform: scale(1.025);
}

.sc-home-v4__intention-card .wp-block-cover__background {
  background: linear-gradient(180deg, transparent 28%, rgba(25, 24, 22, .76)) !important;
  opacity: 1 !important;
}

.sc-home-v4__intention-card .wp-block-cover__inner-container {
  align-self: flex-end;
}

.sc-home-v4__intention-card p {
  margin-bottom: 8px;
  color: var(--sc-home-white);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.sc-home-v4__intention-card h3 {
  margin-bottom: 0;
  color: var(--sc-home-white);
  font-size: 38px;
  line-height: 1;
}

.sc-home-v4__intention-card h3 a {
  color: inherit;
  text-decoration: none;
}

.sc-home-v4__products {
  background: var(--sc-home-cream);
}

.storycrystal-home-no-products .sc-home-v4__products {
  display: none;
}

.sc-home-v4__products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 46px 24px;
}

.sc-home-v4__products ul.products::before,
.sc-home-v4__products ul.products::after {
  display: none !important;
}

.sc-home-v4__products ul.products li.product {
  width: auto !important;
  margin: 0 !important;
}

.sc-home-v4__products ul.products li.product :where(.woocommerce-loop-product__link, img) {
  display: block;
  width: 100%;
}

.sc-home-v4__products ul.products li.product img {
  aspect-ratio: 1;
  margin: 0 !important;
  object-fit: cover;
}

.sc-home-v4__products ul.products li.product .woocommerce-loop-product__title {
  margin: 15px 0 5px;
  font-family: var(--sc-serif);
  font-size: 21px;
  line-height: 1.12;
}

.sc-home-v4__wholesale {
  min-height: 720px;
  padding: 0;
}

.sc-home-v4__wholesale .wp-block-cover__image-background {
  object-position: center 56%;
}

.sc-home-v4__wholesale .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(25, 20, 28, .9), rgba(25, 20, 28, .36) 70%, rgba(25, 20, 28, .1)) !important;
  opacity: 1 !important;
}

.sc-home-v4__wholesale .wp-block-cover__inner-container {
  width: min(calc(100% - 96px), 1320px);
  margin-inline: auto;
}

.sc-home-v4__wholesale-copy {
  max-width: 690px;
  padding-block: 100px;
}

.sc-home-v4__wholesale :where(h2, p) {
  color: var(--sc-home-white);
}

.sc-home-v4__wholesale .sc-home-v4__eyebrow {
  color: #d6b988;
}

.sc-home-v4__wholesale-copy > p:not(.sc-home-v4__eyebrow) {
  max-width: 520px;
  margin-top: 24px;
  color: #eee7f0;
  font-size: 14px;
  line-height: 1.75;
}

.sc-home-v4__wholesale .wp-block-buttons {
  margin-top: 26px;
}

.sc-home-v4__wholesale .wp-block-button__link {
  border-color: var(--sc-home-white) !important;
  color: var(--sc-home-plum-dark) !important;
  background: var(--sc-home-white) !important;
}

.sc-home-v4__selector {
  background: var(--sc-home-paper);
}

.sc-home-v4__selector-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 8%;
  align-items: center;
}

.sc-home-v4__selector-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--sc-home-line);
  border-left: 1px solid var(--sc-home-line);
}

.sc-home-v4__selector-items p {
  margin: 0;
  border-right: 1px solid var(--sc-home-line);
  border-bottom: 1px solid var(--sc-home-line);
}

.sc-home-v4__selector-items a {
  display: flex;
  min-height: 154px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  color: var(--sc-home-gold);
  font-family: var(--sc-serif);
  font-size: 13px;
  text-decoration: none;
}

.sc-home-v4__selector-items a span {
  color: var(--sc-home-ink);
  font-size: 22px;
}

.sc-home-v4__story {
  display: grid;
  height: 720px;
  min-height: 720px;
  grid-template-columns: 1fr 1fr;
  background: var(--sc-home-cream);
}

.sc-home-v4__story-media,
.sc-home-v4__story-media img {
  width: 100%;
  height: 720px;
  min-height: 0;
  margin: 0;
}

.sc-home-v4__story-media img {
  object-fit: cover;
}

.sc-home-v4__story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10% 13%;
}

.sc-home-v4__story-copy > p:not(.sc-home-v4__eyebrow, .sc-home-v4__text-link) {
  margin-top: 24px;
  color: var(--sc-home-text);
  line-height: 1.75;
}

.sc-home-v4__story-copy .sc-home-v4__text-link {
  margin-top: 28px;
}

.sc-home-v4__care {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  color: var(--sc-home-white);
  background: var(--sc-home-plum-dark);
}

.sc-home-v4__care-item {
  min-height: 176px;
  padding: 30px 28px;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.sc-home-v4__care-item:last-child {
  border-right: 0;
}

.sc-home-v4__care-item h3 {
  color: var(--sc-home-white);
  font-size: 21px;
}

.sc-home-v4__care-item p:not(.sc-home-v4__number) {
  color: #ded7e0;
  font-size: 11px;
}

.storycrystal-home-editorial-v3 .sc-home-v4__stories.is-pending {
  display: none;
}

.sc-home-v4__story-placeholder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--sc-home-line);
}

.sc-home-v4__story-placeholder > .wp-block-group {
  padding: 42px;
}

.sc-home-v4__story-placeholder > .wp-block-group:first-child {
  border-right: 1px solid var(--sc-home-line);
}

.sc-home-v4__closing {
  padding-block: 56px;
  border-top: 1px solid var(--sc-home-line);
  background: var(--sc-home-cream);
}

.sc-home-v4__closing-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.sc-home-v4__closing h2 {
  max-width: 650px;
  margin-bottom: 0;
  font-size: clamp(38px, 4vw, 54px);
  line-height: .95;
}

@media (max-width: 1024px) {
  .sc-home-v4__inner,
  .sc-home-v4__wholesale .wp-block-cover__inner-container {
    width: min(calc(100% - 64px), 1320px);
  }

  .sc-home-v4 .sc-home-v4__hero {
    min-height: 620px;
  }

  .sc-home-v4 .sc-home-v4__hero-copy {
    width: 56%;
    padding-inline: 42px;
  }

  .sc-home-v4__trust,
  .sc-home-v4__care {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sc-home-v4__trust-item:nth-child(2),
  .sc-home-v4__care-item:nth-child(2) {
    border-right: 0;
  }

  .sc-home-v4__trust-item:nth-child(-n + 2),
  .sc-home-v4__care-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--sc-home-line);
  }

  .sc-home-v4 .sc-home-v4__promise,
  .sc-home-v4__selector-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .sc-home-v4 .sc-home-v4__promise {
    padding-inline: 32px;
  }

  .sc-home-v4__intention-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .sc-home-v4__inner,
  .sc-home-v4__wholesale .wp-block-cover__inner-container {
    width: min(calc(100% - 40px), 1320px);
  }

  .sc-home-v4 .sc-home-v4__hero {
    display: flex;
    height: auto;
    min-height: 0;
    flex-direction: column-reverse;
    background: var(--sc-home-paper);
  }

  .sc-home-v4 .sc-home-v4__hero::after {
    display: none;
  }

  .sc-home-v4 .sc-home-v4__hero-media {
    position: relative;
    z-index: auto;
    inset: auto;
    display: block;
    height: 410px;
    min-height: 410px;
  }

  .sc-home-v4 .sc-home-v4__hero-media img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: 68% center;
  }

  .sc-home-v4 .sc-home-v4__hero-copy {
    width: 100%;
    height: auto;
    padding: 46px 22px 52px;
    color: var(--sc-home-ink);
  }

  .sc-home-v4 .sc-home-v4__hero .sc-home-v4__eyebrow {
    color: var(--sc-home-plum);
  }

  .sc-home-v4 .sc-home-v4__hero .sc-home-v4__lead {
    color: var(--sc-home-text);
  }

  .sc-home-v4 .sc-home-v4__hero .wp-block-button.is-style-outline .wp-block-button__link {
    border-color: var(--sc-home-plum-dark);
    color: var(--sc-home-plum-dark);
    background: transparent;
  }

  .sc-home-v4 .sc-home-v4__hero h1 {
    margin-bottom: 18px;
    color: var(--sc-home-ink);
    font-size: 56px;
  }

  .sc-home-v4 .sc-home-v4__lead {
    font-size: 13px;
    line-height: 1.68;
  }

  .sc-home-v4__actions {
    margin-top: 26px;
  }

  .sc-home-v4__trust-item {
    min-height: 100px;
    grid-template-columns: 18px 1fr;
    padding: 18px 13px;
  }

  .sc-home-v4__trust-item h3 {
    font-size: 16px;
  }

  .sc-home-v4__trust-item p:not(.sc-home-v4__number) {
    font-size: 8px;
  }

  .sc-home-v4__section {
    padding-block: 78px;
  }

  .sc-home-v4 .sc-home-v4__promise {
    padding-block: 64px 40px;
    padding-inline: 20px;
  }

  .sc-home-v4__promise h2,
  .sc-home-v4__selector h2 {
    font-size: 48px;
  }

  .sc-home-v4__promise-list summary {
    min-height: 92px;
    grid-template-columns: 32px 1fr 20px;
    gap: 12px;
    font-size: 24px;
  }

  .sc-home-v4__promise-list details > p {
    margin: -6px 20px 22px 44px;
  }

  .sc-home-v4__section-head {
    display: block;
    margin-bottom: 32px;
  }

  .sc-home-v4__section-head h2,
  .sc-home-v4__story-copy h2,
  .sc-home-v4__wholesale h2 {
    font-size: 47px;
  }

  .sc-home-v4__section-head > p {
    margin-top: 18px;
    font-size: 12px;
  }

  .sc-home-v4__intention-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .sc-home-v4__intention-card {
    width: 78vw;
    min-width: 78vw;
    height: 78vw !important;
    min-height: 78vw !important;
    max-height: 78vw;
    flex: 0 0 78vw;
    aspect-ratio: 1;
    scroll-snap-align: start;
    padding: 22px;
  }

  .sc-home-v4__products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 12px;
  }

  .sc-home-v4__products ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
  }

  .sc-home-v4__wholesale {
    min-height: 620px;
  }

  .sc-home-v4__wholesale-copy {
    padding-block: 80px;
  }

  .sc-home-v4__selector-grid {
    width: min(calc(100% - 40px), 1320px);
  }

  .sc-home-v4__selector-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sc-home-v4__selector-items a {
    min-height: 132px;
    padding: 20px;
  }

  .sc-home-v4__story {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .sc-home-v4__story-media,
  .sc-home-v4__story-media img {
    height: 430px;
    min-height: 430px;
  }

  .sc-home-v4__story-copy {
    padding: 72px 22px;
  }

  .sc-home-v4__care-item {
    min-height: 150px;
    padding: 24px 18px;
  }

  .sc-home-v4__care-item h3 {
    font-size: 17px;
  }

  .sc-home-v4__story-placeholder {
    grid-template-columns: 1fr;
  }

  .sc-home-v4__story-placeholder > .wp-block-group:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--sc-home-line);
  }

  .sc-home-v4__closing {
    padding-block: 56px;
  }

  .sc-home-v4__closing-grid {
    display: block;
  }

  .sc-home-v4__closing h2 {
    margin-bottom: 28px;
    font-size: 46px;
  }

  .sc-home-v4__closing .wp-block-buttons,
  .sc-home-v4__closing .wp-block-button,
  .sc-home-v4__closing .wp-block-button__link {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sc-home-v4__intention-card .wp-block-cover__image-background {
    transition: none;
  }
}
