.hero-stage,
.product-section,
.story-grid,
.image-feature,
.icon-ribbon,
.cart-shell,
.collection-shell,
.page-shell,
.product-shell {
  padding: 32px 0 44px;
}

.product-shell {
  padding-top: 18px;
}

.hero-banner {
  padding: 0;
}

.hero-banner__shell {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-banner__slide {
  position: relative;
}

.hero-banner__media-link {
  display: block;
}

.hero-banner__slide--mobile {
  display: none;
}

.hero-banner__image {
  width: 100%;
  aspect-ratio: 2.84 / 1;
  object-fit: cover;
}

.hero-banner__content {
  position: absolute;
  top: 50%;
  left: 94px;
  transform: translateY(-50%);
  width: min(540px, calc(100% - 188px));
}

.hero-banner__content--desktop {
  width: min(760px, calc(100% - 188px));
}

.hero-banner__content-inner {
  width: 100%;
}

.hero-banner__content h1 {
  margin: 0;
  max-width: 12ch;
  color: #1f191c;
  font-family: "TStarProMedium", sans-serif;
  font-size: clamp(22px, 3.1vw, 30px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.02;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero-banner__content--desktop h1 {
  max-width: none;
}

.hero-banner__content p {
  margin: 18px 0 0;
  max-width: 560px;
  color: #5b5458;
  font-family: "TStarProMedium", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.32;
}

.hero-banner__content--desktop p {
  max-width: 530px;
  margin-top: 20px;
}

.hero-banner__cta {
  margin-top: 28px;
  min-height: 56px;
  padding: 0 36px;
  border-color: #b98997;
  background: #b98997;
  color: #ffffff;
  box-shadow: none;
  font-family: "TStarProMedium", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: none;
}

.hero-banner__content--desktop .hero-banner__cta {
  margin-top: 26px;
  min-height: 58px;
  padding: 0 32px;
  font-size: 18px;
}

.hero-banner__content--mobile .hero-banner__cta {
  margin-top: 0;
  justify-self: center;
  border-color: #b3848f;
  background: #b3848f;
  color: #ffffff;
  box-shadow: none;
}

.hero-stage__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 28px;
  align-items: center;
}

.hero-stage__copy,
.image-feature__copy,
.story-card,
.product-panel,
.cart-summary,
.collection-filters,
.empty-state,
.site-footer__col {
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.hero-stage__copy {
  padding: 42px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent-dark);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "TStarProHeavy", sans-serif;
  line-height: 1.08;
}

.hero-stage h1 {
  font-size: clamp(42px, 6vw, 82px);
}

.hero-stage__copy p:not(.eyebrow) {
  max-width: 580px;
  margin: 16px 0 0;
  color: var(--muted);
}

.hero-stage__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.hero-stage__visuals {
  position: relative;
  min-height: 520px;
}

.hero-stage__primary,
.hero-stage__secondary {
  position: absolute;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.hero-stage__primary {
  inset: 0 0 48px 0;
  width: 84%;
  height: calc(100% - 48px);
  margin-left: auto;
}

.hero-stage__secondary {
  left: 0;
  bottom: 0;
  width: 42%;
  height: 48%;
  border: 8px solid #fff;
}

.benefit-strip__grid,
.icon-ribbon__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.benefit-pill,
.icon-ribbon__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 82px;
  padding: 18px;
  border: 1px solid rgba(127, 56, 93, 0.1);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  text-align: center;
}

.benefit-strip--home {
  padding: 24px 0 18px;
}

.benefit-strip__carousel {
  display: grid;
  gap: 18px;
}

.benefit-pill--detailed {
  min-height: 128px;
  flex-direction: column;
  gap: 10px;
  padding: 18px 28px 14px;
  border: 0;
  border-right: 1px solid rgba(127, 56, 93, 0.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.benefit-strip__grid .benefit-pill--detailed:last-child {
  border-right: 0;
}

.benefit-pill--detailed img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.benefit-pill--detailed h3 {
  font-size: 20px;
  line-height: 1.12;
}

.benefit-pill--detailed p {
  margin: 0;
  max-width: 250px;
  color: #6f666c;
  font-size: 15px;
  line-height: 1.35;
}

.benefit-strip__controls {
  display: none;
}

.benefit-strip__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.benefit-strip__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: var(--radius-pill);
  background: rgba(18, 18, 18, 0.28);
  transition: background 0.2s ease, transform 0.2s ease;
}

.benefit-strip__dots button.is-active {
  background: #121212;
  transform: scale(1.1);
}

.benefit-strip__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6f666c;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
}

.benefit-strip__arrow:disabled {
  opacity: 0.34;
  cursor: default;
}

.icon-ribbon__item img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.section-heading--centered {
  justify-content: center;
  text-align: center;
}

.section-heading h2,
.page-shell__header h1,
.collection-shell__header h1,
.product-panel h1 {
  font-family: var(--btl-section-heading-font);
  font-size: var(--btl-section-heading-size);
  font-weight: var(--btl-section-heading-weight);
  letter-spacing: var(--btl-section-heading-letter-spacing);
  line-height: 1.15;
}

.page-shell__header {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
  text-align: center;
}

.page-shell__header--policy {
  gap: 8px;
  margin-bottom: 10px;
  padding: 10px 22px 0;
}

.page-shell__header--policy .eyebrow {
  margin-bottom: 0;
  color: #8d7682;
  letter-spacing: 0.1em;
}

.page-shell__header--policy h1 {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.04;
}

.section-banner-row,
.story-grid__cards,
.image-feature__media,
.product-grid,
.article-grid {
  display: grid;
  gap: 18px;
}

.section-banner-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 24px;
}

.section-banner-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.section-banner-card img,
.story-card img,
.image-feature__media img,
.product-gallery__slide img,
.product-gallery__thumb img,
.product-card__img,
.mini-cart-item__img,
.cart-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(127, 56, 93, 0.08);
  border-radius: var(--radius-xl);
  background: #fff;
  box-shadow: 0 18px 36px rgba(82, 39, 60, 0.08);
}

.product-card__image {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  background: #fff7fb;
}

.product-card__badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 8px;
  background: #ead0dc;
  color: #2a2327;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.product-card__badge::before {
  content: "";
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='black' fill-rule='evenodd' clip-rule='evenodd' d='M7 0h3a2 2 0 0 1 2 2v3a1 1 0 0 1-.3.7l-6 6a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 0-1.4l6-6A1 1 0 0 1 7 0zm2 2a1 1 0 1 0 2 0 1 1 0 0 0-2 0z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='black' fill-rule='evenodd' clip-rule='evenodd' d='M7 0h3a2 2 0 0 1 2 2v3a1 1 0 0 1-.3.7l-6 6a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 0-1.4l6-6A1 1 0 0 1 7 0zm2 2a1 1 0 1 0 2 0 1 1 0 0 0-2 0z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.product-card__body {
  display: grid;
  gap: 10px;
  padding: 18px 18px 20px;
}

.product-card__categories,
.product-card__subline,
.search-meta,
.collection-shell__header p,
.page-shell__header p,
.product-panel__meta,
.product-panel__summary p,
.review-card p,
.site-footer__bottom {
  color: var(--muted);
}

.product-card__categories,
.product-card__subline {
  margin: 0;
  color: var(--btl-section-subtitle-color);
  font-size: var(--btl-section-subtitle-size);
  font-weight: var(--btl-section-subtitle-weight);
  line-height: var(--btl-section-subtitle-line-height);
}

.product-card h3 {
  font-family: var(--btl-section-heading-font);
  font-size: var(--btl-section-heading-size);
  font-weight: var(--btl-section-heading-weight);
  letter-spacing: var(--btl-section-heading-letter-spacing);
  line-height: 1.15;
}

.price-stack {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.price-stack__current {
  font-family: "TStarProHeavy", sans-serif;
  font-size: 22px;
}

.price-stack__compare {
  text-decoration: line-through;
  opacity: 0.6;
}

.story-grid__cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-card {
  padding: 16px;
}

.story-grid--home {
  padding-top: 16px;
  padding-bottom: 26px;
}

.story-grid__cards--gifted {
  gap: 18px;
}

.mobile-carousel {
  display: grid;
  gap: 18px;
}

.mobile-carousel__track {
  min-width: 0;
}

.mobile-carousel__controls {
  display: none;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 18px;
  width: min(100%, 580px);
  margin: 0 auto;
  padding: 0 14px;
}

.mobile-carousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mobile-carousel__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: var(--radius-pill);
  background: rgba(18, 18, 18, 0.28);
  transition: background 0.2s ease, transform 0.2s ease;
}

.mobile-carousel__dots button.is-active {
  background: #121212;
  transform: scale(1.1);
}

.mobile-carousel__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6f666c;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
}

.mobile-carousel__arrow:disabled {
  opacity: 0.34;
  cursor: default;
}

.story-card--gifted {
  padding: 0;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.story-card img {
  aspect-ratio: 1 / 1;
  margin-bottom: 12px;
  border-radius: var(--radius-xl);
}

.story-card h3 {
  font-size: 14px;
  text-align: center;
  color: #85586d;
}

.story-card__copy {
  margin: 0;
  color: #8b7d84;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.promo-split {
  padding: 4px 0 22px;
}

.promo-split__grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 26px;
  align-items: center;
}

.promo-split__media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-md);
  object-fit: cover;
}

.promo-split__copy h2 {
  color: #d89aae;
  font-family: var(--btl-section-heading-font);
  font-size: var(--btl-section-heading-size);
  font-weight: var(--btl-section-heading-weight);
  letter-spacing: var(--btl-section-heading-letter-spacing);
  line-height: 1.15;
}

.promo-split__copy p {
  max-width: 320px;
  margin: 10px 0 16px;
  color: var(--btl-section-subtitle-color);
  font-size: var(--btl-section-subtitle-size);
  font-weight: var(--btl-section-subtitle-weight);
  line-height: var(--btl-section-subtitle-line-height);
}

body.woocommerce-checkout {
  background: #ffffff;
}

body.woocommerce-checkout .site-main {
  background: #ffffff;
}

.product-section--featured {
  padding-top: 2px;
}

.product-section--best-sellers {
  padding-bottom: 20px;
}

.product-grid--home {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-grid--related {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.product-card--home {
  border-radius: var(--radius-md);
  border-color: rgba(127, 56, 93, 0.05);
  box-shadow: none;
}

.product-card--home .product-card__image {
  aspect-ratio: 1 / 1;
  background: #fff;
}

.product-card--home .product-card__body {
  gap: 6px;
  padding: 10px 10px 12px;
}

.product-card--home .product-card__categories,
.product-card--home .product-card__subline {
  display: none;
}

.product-card--home .product-card__badge {
  top: 10px;
  left: 10px;
  padding: 5px 8px;
  font-size: 9px;
}

.product-card--home h3 {
  display: -webkit-box;
  overflow: hidden;
  min-height: 32px;
  font-size: 12px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card--home .price-stack__current {
  font-size: 13px;
}

.product-card--home .price-stack__compare {
  font-size: 10px;
}

.product-card--home .product-card__cta {
  min-height: 30px;
  font-size: 9px;
}

.product-section--related {
  padding-top: 36px;
  padding-bottom: 24px;
}

.related-products__heading {
  margin: 0 0 26px;
  text-align: center;
  font-family: var(--btl-section-heading-font);
  font-size: var(--btl-section-heading-size);
  font-weight: var(--btl-section-heading-weight);
  letter-spacing: var(--btl-section-heading-letter-spacing);
  line-height: 1.15;
}

.product-grid--related > .animate-item {
  min-width: 0;
}

.product-card--related {
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-xl);
  background: transparent;
  box-shadow: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.product-card--related:hover {
  transform: translateY(-3px);
}

.product-card--related .product-card__image {
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  background: #fff;
}

.product-card--related .product-card__body {
  gap: 8px;
  padding: 16px 14px 12px;
  background: #efd6e0;
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
  text-align: center;
}

.product-card--related .product-card__badge {
  left: 10px;
  bottom: 10px;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 9px;
}

.product-card--related h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  min-height: 44px;
  font-size: 18px;
  line-height: 1.18;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card--related .price-stack {
  justify-content: center;
  gap: 8px;
}

.product-card--related .price-stack__current {
  font-size: 16px;
}

.product-card--related .price-stack__compare {
  font-size: 11px;
}

.home-feature-grid,
.results-video-grid {
  display: grid;
  gap: 28px;
}

.home-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 40px;
}

.home-feature-card__link {
  display: grid;
  gap: 14px;
}

.home-feature-card {
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.home-feature-card:hover {
  transform: translateY(-4px);
}

.home-feature-card__media {
  overflow: hidden;
  background: #fff;
}

.home-feature-card__media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-feature-card:hover .home-feature-card__media img {
  transform: scale(1.04);
}

.home-feature-card h3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 14px;
  text-align: center;
}

.home-feature-card h3::after {
  content: "";
  width: 14px;
  height: 10px;
  background: currentColor;
  clip-path: polygon(0 42%, 72% 42%, 72% 0, 100% 50%, 72% 100%, 72% 58%, 0 58%);
  transition: transform 0.22s ease;
  line-height: 1;
}

.home-feature-card:hover h3::after {
  transform: translateX(3px);
}

.results-video-carousel {
  display: grid;
  gap: 20px;
}

.results-video-grid {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.results-video-grid::-webkit-scrollbar {
  display: none;
}

.results-video-card {
  flex: 0 0 calc((100% - 56px) / 3);
  scroll-snap-align: start;
}

.results-video-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: #f3edf1;
}

.results-video-card__video {
  display: block;
  width: 100%;
  aspect-ratio: 0.56;
  object-fit: cover;
}

.results-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(18, 18, 18, 0.05);
  pointer-events: none;
}

.results-video-card__play {
  position: absolute;
  inset: auto auto 18px 18px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(46, 42, 57, 0.16);
}

.results-video-card__play span {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #121212;
}

.results-video-card.is-playing .results-video-card__play {
  opacity: 0;
  pointer-events: none;
}

.results-video-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.results-video-dots button {
  width: 26px;
  height: 2px;
  padding: 0;
  border: 0;
  background: rgba(18, 18, 18, 0.18);
  transition: background 0.22s ease, transform 0.22s ease;
}

.results-video-dots button.is-active {
  background: #121212;
  transform: scaleX(1.08);
}

.mobile-carousel--mobile-only .mobile-carousel__controls {
  display: none;
}

.mobile-carousel--results .mobile-carousel__dots {
  gap: 8px;
}

.mobile-carousel--results .mobile-carousel__dots button {
  width: 8px;
  height: 8px;
}

.icon-ribbon--statement {
  padding: 8px 0 6px;
}

.icon-ribbon__carousel {
  display: grid;
  gap: 0;
}

.icon-ribbon__grid--triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.icon-ribbon__item--stacked {
  min-height: 110px;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.icon-ribbon__copy {
  display: grid;
  gap: 6px;
}

.icon-ribbon__item--stacked span {
  color: #3f3942;
  font-family: var(--btl-section-heading-font);
  font-size: var(--btl-section-heading-size);
  font-weight: var(--btl-section-heading-weight);
  letter-spacing: var(--btl-section-heading-letter-spacing);
  line-height: 1.15;
  text-transform: uppercase;
}

.icon-ribbon__item--stacked p {
  margin: 0;
  color: var(--btl-section-subtitle-color);
  font-size: var(--btl-section-subtitle-size);
  font-weight: var(--btl-section-subtitle-weight);
  line-height: var(--btl-section-subtitle-line-height);
}

.icon-ribbon__grid .icon-ribbon__item--stacked + .icon-ribbon__item--stacked {
  border-left: 1px solid rgba(127, 56, 93, 0.1);
}

.icon-ribbon--statement .icon-ribbon__item img {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  margin-top: 4px;
}

.icon-ribbon__controls {
  display: none;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 18px;
  width: min(100%, 580px);
  margin: 0 auto;
  padding: 0 14px;
}

.icon-ribbon__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.icon-ribbon__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: var(--radius-pill);
  background: rgba(18, 18, 18, 0.28);
  transition: background 0.2s ease, transform 0.2s ease;
}

.icon-ribbon__dots button.is-active {
  background: #121212;
  transform: scale(1.1);
}

.icon-ribbon__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6f666c;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
}

.icon-ribbon__arrow:disabled {
  opacity: 0.34;
  cursor: default;
}

.image-feature__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: center;
}

.image-feature__grid--multi .image-feature__media {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.image-feature__copy {
  padding: 34px;
}

.image-feature__list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.image-feature__list li::before {
  content: "•";
  margin-right: 8px;
  color: var(--accent-strong);
}

.image-feature__media img {
  aspect-ratio: 1 / 1.15;
  border-radius: 26px;
}
