:root {
  --rt-ink: #2a211a;
  --rt-muted: #786958;
  --rt-gold: #b57b35;
  --rt-gold-dark: #89551d;
  --rt-cream: #faf4ea;
  --rt-cream-deep: #f1e4d2;
  --rt-line: #e4d7c7;
  --rt-white: #ffffff;
  --rt-shadow: 0 14px 38px rgb(69 45 24 / 12%);
}

body[data-page-type="index"] {
  color: var(--rt-ink);
  background: var(--rt-white);
}

body[data-page-type="index"] .page-width,
.rt-page-width {
  width: min(100% - 48px, 1560px);
  max-width: 1560px;
  margin-inline: auto;
}

#shopline-section-sections--header-group__announcement-bar {
  color: var(--rt-gold-dark);
  background: linear-gradient(90deg, #f8efe2, #f4e5cf 50%, #f8efe2);
  border-bottom: 1px solid rgb(181 123 53 / 16%);
}

#shopline-section-sections--header-group__announcement-bar strong {
  letter-spacing: 0.04em;
}

#shopline-section-sections--header-group__header .header__container-top {
  background: rgb(255 255 255 / 98%);
}

#shopline-section-sections--header-group__header .header__container-top-wrap {
  min-height: 82px;
}

#shopline-section-sections--header-group__header .header__container-bottom {
  display: none;
}

.rt-shop-nav {
  display: block;
  background: var(--rt-white);
  border-top: 1px solid #eee7de;
  border-bottom: 1px solid #eee7de;
}

.rt-shop-nav__inner {
  display: flex;
  min-height: 54px;
  padding: 0 24px;
  gap: clamp(24px, 2.35vw, 46px);
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.rt-shop-nav__inner::-webkit-scrollbar {
  display: none;
}

.rt-shop-nav a {
  color: var(--rt-ink);
  font-size: 13px;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.rt-shop-nav a:hover,
.rt-shop-nav a:focus-visible {
  color: var(--rt-gold-dark);
}

.rt-nav-drawer-secondary {
  display: none;
}

#shopline-section-sections--header-group__header .header-nav__menu-item > a {
  letter-spacing: 0.015em;
}

#shopline-section-sections--header-group__header .header-nav__menu-item:hover > a,
#shopline-section-sections--header-group__header .header-nav__menu-item:focus-within > a {
  color: var(--rt-gold-dark);
}

#shopline-section-template--index__slideshow .slideshow__image--desktop {
  height: clamp(560px, 42vw, 690px) !important;
}

#shopline-section-template--index__slideshow .slideshow__image--desktop img {
  object-position: center center;
}

#shopline-section-template--index__slideshow .rt-desktop-hero-wrap {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #d7c8b5;
}

#shopline-section-template--index__slideshow .rt-desktop-hero-wrap::before {
  position: absolute;
  inset: -24px;
  z-index: 0;
  content: "";
  background-image: var(--rt-hero-backdrop);
  background-position: center;
  background-size: cover;
  filter: blur(16px) saturate(0.86);
  transform: scale(1.04);
}

#shopline-section-template--index__slideshow .rt-desktop-hero-owned {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.rt-mobile-hero-owned {
  display: none;
}

#shopline-section-template--index__rich-text {
  position: relative;
  z-index: 5;
  width: min(100% - 48px, 1180px);
  margin: -46px auto 0;
}

#shopline-section-template--index__rich-text .rich-text {
  overflow: hidden;
  background: var(--rt-white);
  border: 1px solid rgb(181 123 53 / 18%);
  border-radius: 4px;
  box-shadow: var(--rt-shadow);
}

#shopline-section-template--index__rich-text .rich-text__content {
  padding: 24px 30px !important;
}

#shopline-section-template--index__rich-text .rte {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  margin: 0;
}

#shopline-section-template--index__rich-text .rte br {
  display: none;
}

#shopline-section-template--index__rich-text .rte strong {
  display: flex;
  min-height: 42px;
  padding: 0 26px;
  align-items: center;
  justify-content: center;
  color: var(--rt-ink);
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  border-inline-end: 1px solid var(--rt-line);
}

#shopline-section-template--index__rich-text .rte strong:last-of-type {
  border-inline-end: 0;
}

.rt-home-section {
  background: var(--rt-white);
}

.rt-discovery,
.rt-editorial {
  overflow: hidden;
}

.rt-discovery {
  padding: 92px 0 84px;
}

.rt-editorial {
  padding: 54px 0 96px;
}

.rt-section-heading {
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}

.rt-kicker {
  margin: 0 0 9px;
  color: var(--rt-gold-dark);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.rt-section-heading h2,
.rt-palette h2,
.rt-brand-story h2,
.rt-directory h2 {
  margin: 0;
  color: var(--rt-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.2vw, 56px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.rt-section-heading > p:last-child {
  max-width: 650px;
  margin: 16px auto 0;
  color: var(--rt-muted);
  font-size: 15px;
  line-height: 1.7;
}

.rt-category-rail {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 24px;
}

.rt-category-card {
  min-width: 0;
  color: var(--rt-ink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
}

.rt-category-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 14px;
  overflow: hidden;
  background: var(--rt-cream);
  border: 1px solid rgb(181 123 53 / 16%);
  border-radius: 50%;
}

.rt-category-image::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 5px solid rgb(255 255 255 / 48%);
  border-radius: inherit;
  pointer-events: none;
}

.rt-category-image img,
.rt-feature-card img,
.rt-explore-card img,
.rt-style-wall-grid img,
.rt-brand-story-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.rt-category-card:hover img,
.rt-category-card:focus-visible img,
.rt-feature-card:hover img,
.rt-feature-card:focus-visible img,
.rt-explore-card:hover img,
.rt-explore-card:focus-visible img,
.rt-style-wall-grid a:hover img,
.rt-style-wall-grid a:focus-visible img {
  transform: scale(1.045);
}

.rt-feature-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 92px;
}

.rt-feature-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: var(--rt-white);
  background: #8c7057;
  text-decoration: none;
}

.rt-feature-card img {
  position: absolute;
  inset: 0;
}

.rt-feature-card--light img {
  object-position: center center;
}

.rt-feature-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(25 17 10 / 6%) 35%, rgb(25 17 10 / 62%));
}

.rt-feature-copy {
  position: absolute;
  inset: auto 42px 40px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff !important;
  text-shadow: 0 2px 14px rgb(0 0 0 / 58%);
}

.rt-feature-copy .rt-kicker {
  color: #fff4e3 !important;
}

.rt-feature-copy strong {
  max-width: 510px;
  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.rt-feature-copy .rt-text-link {
  color: #ffffff !important;
}

.rt-text-link {
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid currentcolor;
}

.rt-palette {
  display: flex;
  gap: 42px;
  align-items: center;
  justify-content: space-between;
  margin-top: 78px;
  padding: 34px 42px;
  background: var(--rt-cream);
  border: 1px solid var(--rt-line);
}

.rt-palette h2 {
  font-size: clamp(29px, 2.4vw, 42px);
}

.rt-palette-links {
  display: flex;
  gap: 26px;
  align-items: center;
}

.rt-palette-links a {
  display: grid;
  gap: 8px;
  justify-items: center;
  color: var(--rt-ink);
  font-size: 12px;
  text-decoration: none;
}

.rt-palette-links i {
  display: block;
  width: 46px;
  height: 46px;
  background: var(--chip);
  border: 5px solid var(--rt-white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--rt-line);
}

#shopline-section-template--index__featured-collection .section-featured-collection {
  padding: 82px 0 64px;
  background: #fffdf9;
}

#shopline-section-template--index__featured-collection .block-heading {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}

#shopline-section-template--index__featured-collection .product-card-border-shadow,
#shopline-section-template--index__featured-collection .product-card__image-wrapper {
  border-radius: 2px;
}

.rt-explore,
.rt-style-wall,
.rt-brand-story,
.rt-brand-features,
.rt-directory {
  margin-top: 96px;
}

.rt-explore:first-child {
  margin-top: 0;
}

.rt-explore-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 560px;
  gap: 18px;
}

.rt-explore-card {
  position: relative;
  overflow: hidden;
  color: var(--rt-white);
  background: #8c7057;
}

.rt-explore-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgb(25 17 10 / 4%) 32%, rgb(25 17 10 / 88%));
}

.rt-explore-card > span {
  position: absolute;
  inset: auto 26px 28px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  color: #ffffff !important;
  text-shadow: 0 2px 14px rgb(0 0 0 / 58%);
}

.rt-explore-card strong {
  color: #ffffff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}

.rt-explore-card small {
  margin-top: 6px;
  color: #ffffff !important;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff7eb;
}

.rt-style-wall {
  padding: 78px 0;
  background: var(--rt-cream);
}

.rt-style-wall::before {
  position: absolute;
  inset-inline: 50%;
  width: 100vw;
  height: 100%;
  background: var(--rt-cream);
  transform: translateX(-50%);
  content: "";
  z-index: -1;
}

.rt-style-wall {
  position: relative;
  z-index: 0;
}

.rt-style-wall-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.rt-style-wall-grid a {
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #eee4d7;
}

.rt-brand-story {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  min-height: 590px;
  background: var(--rt-cream-deep);
}

.rt-brand-story-media {
  min-height: 590px;
}

.rt-brand-story-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 70px clamp(42px, 6vw, 96px);
}

.rt-brand-story-copy > p:not(.rt-kicker) {
  margin: 22px 0 0;
  color: #655442;
  font-size: 16px;
  line-height: 1.8;
}

.rt-button {
  display: inline-flex;
  min-height: 46px;
  margin-top: 30px;
  padding: 0 26px;
  align-items: center;
  justify-content: center;
  color: var(--rt-white);
  background: var(--rt-gold-dark);
  border: 1px solid var(--rt-gold-dark);
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.rt-button:hover,
.rt-button:focus-visible {
  color: var(--rt-gold-dark);
  background: transparent;
}

.rt-brand-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--rt-line);
}

.rt-brand-features > div {
  padding: 44px 38px;
  text-align: center;
  border-inline-end: 1px solid var(--rt-line);
}

.rt-brand-features > div:last-child {
  border-inline-end: 0;
}

.rt-brand-features span {
  display: block;
  margin-bottom: 12px;
  color: var(--rt-gold);
  font-size: 28px;
}

.rt-brand-features strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.rt-brand-features p {
  margin: 10px 0 0;
  color: var(--rt-muted);
  font-size: 13px;
  line-height: 1.65;
}

.rt-customer-review {
  max-width: 980px;
  margin: 72px auto 0;
  padding: 58px clamp(28px, 6vw, 84px);
  color: var(--rt-ink);
  text-align: center;
  background: #fffdf9;
  border: 1px solid var(--rt-line);
  box-shadow: var(--rt-shadow);
}

.rt-customer-review .rt-kicker {
  margin-bottom: 12px;
}

.rt-review-stars {
  color: var(--rt-gold-dark);
  font-size: 20px;
  letter-spacing: 0.18em;
}

.rt-customer-review blockquote {
  max-width: 760px;
  margin: 22px auto 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.25vw, 38px);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.35;
}

.rt-review-source {
  margin: 20px 0 0;
  color: var(--rt-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rt-directory {
  padding: 72px 62px;
  background: #fffdf9;
  border-top: 1px solid var(--rt-line);
  border-bottom: 1px solid var(--rt-line);
}

.rt-directory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px;
}

.rt-directory-grid h3 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}

.rt-directory-grid a {
  display: block;
  width: fit-content;
  margin-top: 11px;
  color: var(--rt-muted);
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none;
}

.rt-directory-grid a:hover,
.rt-directory-grid a:focus-visible {
  color: var(--rt-gold-dark);
  text-decoration: underline;
}

#shopline-section-template--index__sign-up-and-save .sign-up-and-save-section {
  padding: 70px 0;
  background: var(--rt-cream-deep);
  border-top: 1px solid var(--rt-line);
}

#shopline-section-template--index__sign-up-and-save .block-heading {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

#shopline-section-sections--footer-group__footer .footer {
  border-top: 1px solid rgb(181 123 53 / 20%);
}

@media (max-width: 1180px) {
  .rt-category-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 34px;
  }

  .rt-palette {
    align-items: flex-start;
    flex-direction: column;
  }

  .rt-explore-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 520px;
  }

  .rt-style-wall-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 959px) {
  body[data-page-type="index"] .page-width,
  .rt-page-width {
    width: min(100% - 32px, 1560px);
  }

  #shopline-section-sections--header-group__header .header__container-top-wrap {
    min-height: 62px;
  }

  .rt-shop-nav {
    display: none;
  }

  #shopline-section-template--index__slideshow .slideshow__image--mobile {
    display: none !important;
  }

  .rt-mobile-hero-owned {
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
    overflow: hidden;
    color: var(--rt-white);
    background: #8c7057;
  }

  .rt-mobile-hero-owned::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(180deg, rgb(20 13 8 / 4%) 32%, rgb(20 13 8 / 64%));
  }

  .rt-mobile-hero-owned img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .rt-mobile-hero-copy {
    position: absolute;
    inset: auto 28px 104px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .rt-mobile-hero-copy span {
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .rt-mobile-hero-copy strong {
    margin-top: 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .rt-mobile-hero-copy em {
    margin-top: 18px;
    padding-bottom: 5px;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-bottom: 1px solid currentcolor;
  }

  #shopline-section-template--index__rich-text {
    width: min(100% - 40px, 560px);
    margin-top: 0;
  }

  #shopline-section-template--index__rich-text .rich-text__content {
    padding: 16px 20px !important;
  }

  #shopline-section-template--index__rich-text .rte {
    grid-template-columns: 1fr;
  }

  #shopline-section-template--index__rich-text .rte strong {
    min-height: 44px;
    padding: 0 10px;
    border-inline-end: 0;
    border-bottom: 1px solid var(--rt-line);
  }

  #shopline-section-template--index__rich-text .rte strong:last-of-type {
    border-bottom: 0;
  }

  .rt-discovery {
    padding-top: 78px;
  }

  .rt-category-rail {
    display: flex;
    gap: 18px;
    width: calc(100% + 16px);
    padding: 2px 16px 14px 0;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .rt-category-rail::-webkit-scrollbar {
    display: none;
  }

  .rt-category-card {
    flex: 0 0 124px;
    scroll-snap-align: start;
  }

  .rt-feature-pair {
    grid-template-columns: 1fr;
    margin-top: 64px;
  }

  .rt-feature-card {
    min-height: 490px;
  }

  .rt-feature-copy {
    inset: auto 28px 30px;
  }

  .rt-palette-links {
    width: 100%;
    padding-bottom: 8px;
    overflow-x: auto;
  }

  .rt-brand-story {
    grid-template-columns: 1fr;
  }

  .rt-brand-story-media {
    min-height: 420px;
  }

  .rt-brand-story-copy {
    padding: 52px 36px 58px;
  }

  .rt-directory {
    padding: 58px 34px;
  }

  .rt-customer-review {
    margin-top: 54px;
    padding: 44px 24px;
  }

  .rt-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .rt-section-heading {
    margin-bottom: 28px;
  }

  .rt-section-heading h2,
  .rt-palette h2,
  .rt-brand-story h2,
  .rt-directory h2 {
    font-size: 34px;
  }

  .rt-discovery {
    padding: 70px 0 62px;
  }

  .rt-editorial {
    padding: 26px 0 64px;
  }

  .rt-category-card {
    flex-basis: 108px;
  }

  .rt-feature-card {
    min-height: 450px;
  }

  .rt-feature-copy strong {
    font-size: 36px;
  }

  .rt-palette {
    gap: 26px;
    margin-top: 58px;
    padding: 28px 24px;
  }

  .rt-palette-links {
    gap: 20px;
  }

  .rt-palette-links i {
    width: 40px;
    height: 40px;
  }

  .rt-explore,
  .rt-style-wall,
  .rt-brand-story,
  .rt-brand-features,
  .rt-directory {
    margin-top: 68px;
  }

  .rt-explore-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 330px;
    gap: 8px;
  }

  .rt-explore-card > span {
    inset: auto 16px 18px;
  }

  .rt-explore-card strong {
    font-size: 21px;
  }

  .rt-style-wall {
    padding: 58px 0;
  }

  .rt-style-wall-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .rt-brand-story-media {
    min-height: 300px;
  }

  .rt-brand-story-copy {
    padding: 42px 26px 48px;
  }

  .rt-brand-features {
    grid-template-columns: 1fr;
  }

  .rt-brand-features > div {
    padding: 34px 26px;
    border-inline-end: 0;
    border-bottom: 1px solid var(--rt-line);
  }

  .rt-brand-features > div:last-child {
    border-bottom: 0;
  }

  .rt-directory {
    padding: 48px 24px;
  }

  .rt-directory-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rt-category-image img,
  .rt-feature-card img,
  .rt-explore-card img,
  .rt-style-wall-grid img,
  .rt-brand-story-media img {
    transition: none;
  }
}
