:root {
  --home-ink: #241d20;
  --home-muted: #756c70;
  --home-rose: #8a415b;
  --home-rose-dark: #6e3047;
  --home-blush: #f7eff1;
  --home-cream: #faf7f3;
  --home-line: #e9e1e3;
  --home-radius: 18px;
}

.home-v2 {
  color: var(--home-ink);
  padding-bottom: 24px;
}

.home-v2__hero,
.home-v2__section,
.home-v2__campaigns,
.home-v2__wide-banner,
.store-benefits,
.newsletter-v2 {
  margin-inline: auto;
  max-width: 1320px;
  width: calc(100% - 48px);
}

.home-v2__hero {
  max-width: 1600px;
  padding-top: 24px;
}

.banner-placeholder {
  align-items: center;
  background-color: var(--home-blush);
  background-image: linear-gradient(135deg, rgba(138,65,91,.045) 25%, transparent 25%, transparent 50%, rgba(138,65,91,.045) 50%, rgba(138,65,91,.045) 75%, transparent 75%, transparent);
  background-size: 32px 32px;
  border: 1px dashed rgba(138,65,91,.38);
  color: var(--home-rose);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 24px;
  position: relative;
  text-align: center;
}

.banner-placeholder::after {
  border: 1px solid rgba(255,255,255,.7);
  content: "";
  inset: 12px;
  pointer-events: none;
  position: absolute;
}

.banner-placeholder__eyebrow {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.banner-placeholder strong {
  color: var(--home-ink);
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 750;
}

.banner-placeholder small {
  color: var(--home-muted);
  font-size: 12px;
  margin-top: 8px;
}

.banner-placeholder--hero {
  aspect-ratio: 1600 / 620;
  border-radius: 0 0 32px 32px;
  min-height: 300px;
}

.banner-placeholder--campaign {
  aspect-ratio: 760 / 360;
  border-radius: var(--home-radius);
  min-height: 250px;
}

.banner-placeholder--warm {
  background-color: #f3eee7;
  border-color: rgba(128,91,50,.34);
  color: #765637;
}

.banner-placeholder--wide {
  aspect-ratio: 1600 / 420;
  background-color: #ebe9e4;
  border-radius: 24px;
  min-height: 260px;
}

.store-benefits {
  background: #fff;
  border-bottom: 1px solid var(--home-line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
  padding: 22px 8px;
}

.store-benefits article {
  align-items: center;
  border-left: 1px solid var(--home-line);
  display: flex;
  gap: 13px;
  justify-content: center;
  padding: 4px 16px;
}

.store-benefits article:last-child {
  border-left: 0;
}

.store-benefits article > span {
  align-items: center;
  background: var(--home-blush);
  border-radius: 50%;
  color: var(--home-rose);
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 22px;
  height: 44px;
  justify-content: center;
}

.store-benefits article div {
  display: grid;
  gap: 3px;
}

.store-benefits strong {
  color: var(--home-ink);
  font-size: 13px;
  font-weight: 700;
}

.store-benefits small {
  color: var(--home-muted);
  font-size: 11px;
  line-height: 1.7;
}

.home-v2__section {
  padding-block: clamp(52px, 7vw, 90px) 0;
}

.home-v2__section-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.home-v2__section-heading > div > span,
.newsletter-v2 > div > span {
  color: var(--home-rose);
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 7px;
}

.home-v2__section-heading h2,
.newsletter-v2 h2 {
  color: var(--home-ink);
  font-size: clamp(23px, 3vw, 34px);
  font-weight: 750;
  line-height: 1.45;
  margin: 0;
}

.home-v2__section-heading > a {
  align-items: center;
  border-bottom: 1px solid var(--home-ink);
  color: var(--home-ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 650;
  gap: 8px;
  padding-bottom: 5px;
}

.home-v2__section-heading > a:hover {
  border-color: var(--home-rose);
  color: var(--home-rose);
}

.category-carousel {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.category-card-v2 {
  color: var(--home-ink);
  display: block;
  min-width: 0;
  text-align: center;
}

.category-card-v2__image {
  background: var(--home-cream);
  border-radius: 50% 50% 46% 46%;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

.category-card-v2__image::after {
  border: 1px solid rgba(255,255,255,.75);
  border-radius: inherit;
  content: "";
  inset: 8px;
  position: absolute;
}

.category-card-v2 img,
.category-card-v2__empty {
  aspect-ratio: 1 / 1.08;
  display: flex;
  object-fit: cover;
  transition: transform .45s ease;
  width: 100%;
}

.category-card-v2__empty {
  align-items: center;
  color: rgba(138,65,91,.34);
  font-size: 22px;
  justify-content: center;
}

.category-card-v2:hover img {
  transform: scale(1.045);
}

.category-card-v2 > strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.category-card-v2 > small {
  color: var(--home-muted);
  display: block;
  font-size: 11px;
  margin-top: 4px;
}

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

.home-v2 .product-card {
  text-align: right;
}

.home-v2 .product-card-image {
  background: var(--home-cream);
  border-radius: 14px;
}

.home-v2 .product-card-image img {
  aspect-ratio: 3 / 4;
}

.home-v2 .product-card-info {
  padding: 14px 2px 0;
}

.home-v2 .product-card-info h3 {
  font-size: 13px;
  margin-bottom: 6px;
}

.home-v2 .product-price {
  color: var(--home-rose-dark);
  font-size: 14px;
  justify-content: flex-start;
}

.home-v2 .product-badge {
  background: var(--home-rose);
  border-radius: 999px;
  font-size: 10px;
  height: 30px;
  left: auto;
  right: 10px;
  top: 10px;
  width: 48px;
}

.home-v2 .wishlist-btn {
  left: 10px;
  opacity: 1;
  top: 10px;
}

/* Featured section */
.home-v2__featured {
  background: linear-gradient(180deg, #faf7f3 0%, #fdf5f7 40%, #f7eff1 100%);
  margin-top: clamp(52px, 7vw, 90px);
  padding: clamp(52px, 7vw, 90px) 0;
  position: relative;
  overflow: hidden;
}

.home-v2__featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--home-rose), var(--home-rose-dark), var(--home-rose), transparent);
  z-index: 1;
}

.home-v2__featured::after {
  content: "";
  position: absolute;
  top: -160px;
  right: -120px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(138,65,91,.07) 0%, transparent 70%);
  pointer-events: none;
}

.home-v2__featured-inner {
  margin-inline: auto;
  max-width: 1320px;
  position: relative;
  width: calc(100% - 48px);
  z-index: 1;
}

.home-v2__featured-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 36px;
  text-align: center;
}

.home-v2__featured-badge {
  background: linear-gradient(135deg, var(--home-rose), var(--home-rose-dark));
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .3px;
  margin-bottom: 14px;
  padding: 6px 20px;
}

.home-v2__featured-heading h2 {
  color: var(--home-ink);
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 750;
  line-height: 1.4;
  margin: 0 0 8px;
}

.home-v2__featured-heading p {
  color: var(--home-muted);
  font-size: 13px;
  margin: 0 0 18px;
  line-height: 1.8;
}

.home-v2__featured-heading > a {
  align-items: center;
  border-bottom: 1px solid var(--home-rose);
  color: var(--home-rose);
  display: inline-flex;
  font-size: 12px;
  font-weight: 650;
  gap: 8px;
  padding-bottom: 5px;
}

.home-v2__featured-heading > a:hover {
  border-color: var(--home-rose-dark);
  color: var(--home-rose-dark);
}

.home-v2__featured .product-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(60,35,43,.06);
  overflow: hidden;
  transition: box-shadow .35s ease, transform .35s ease;
  text-align: right;
}

.home-v2__featured .product-card:hover {
  box-shadow: 0 16px 40px rgba(60,35,43,.1);
  transform: translateY(-5px);
}

.home-v2__featured .product-card-image {
  background: var(--home-cream);
  border-radius: 18px 18px 0 0;
}

.home-v2__featured .product-card-image img {
  aspect-ratio: 3 / 4;
}

.home-v2__featured .product-card-info {
  padding: 16px 14px 18px;
}

.home-v2__featured .product-card-info h3 {
  font-size: 13px;
  margin-bottom: 6px;
}

.home-v2__featured .product-price {
  color: var(--home-rose-dark);
  font-size: 14px;
  justify-content: flex-start;
}

.home-v2 .prod-attributes {
  display: none;
}

.home-v2__featured .product-badge {
  background: linear-gradient(135deg, #d64550, #b8343e);
  border-radius: 999px;
}

.home-v2__featured .wishlist-btn {
  left: 10px;
  top: 10px;
}

.home-v2__campaigns {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  padding-top: clamp(52px, 7vw, 90px);
}

.home-v2__wide-banner {
  max-width: 1600px;
  padding-top: clamp(52px, 7vw, 90px);
}

.article-grid-v2 {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-card-v2 {
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius);
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
}

.article-card-v2:hover {
  box-shadow: 0 18px 45px rgba(60,35,43,.08);
  transform: translateY(-3px);
}

.article-card-v2__image {
  align-items: center;
  background: var(--home-cream);
  color: var(--home-rose);
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.article-card-v2__image img,
.article-card-v2__image > span {
  aspect-ratio: 16 / 10;
  display: flex;
  object-fit: cover;
  width: 100%;
}

.article-card-v2__image > span {
  align-items: center;
  justify-content: center;
}

.article-card-v2__body {
  padding: 20px;
}

.article-card-v2__body > span {
  color: var(--home-rose);
  font-size: 10px;
  font-weight: 700;
}

.article-card-v2 h3 {
  color: var(--home-ink);
  font-size: 16px;
  line-height: 1.8;
  margin: 7px 0 8px;
}

.article-card-v2 p {
  color: var(--home-muted);
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.9;
  margin: 0 0 15px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.article-card-v2__more {
  color: var(--home-ink);
  font-size: 11px;
  font-weight: 700;
}

.newsletter-v2 {
  align-items: center;
  background: var(--home-blush);
  border-radius: 28px;
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr minmax(360px, .8fr);
  margin-top: clamp(52px, 7vw, 90px);
  padding: clamp(28px, 5vw, 54px);
}

.newsletter-v2 p {
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.9;
  margin: 7px 0 0;
}

.newsletter-v2__form {
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 5px;
}

.newsletter-v2__form input {
  background: transparent;
  border: 0;
  font-size: 12px;
  min-width: 0;
  outline: none;
  padding: 0 14px;
}

.newsletter-v2__form button {
  background: var(--home-rose);
  border: 0;
  border-radius: 9px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  min-height: 46px;
  padding: 0 24px;
}

.newsletter-v2__form button:hover {
  background: var(--home-rose-dark);
}

@media (max-width: 1024px) {
  .store-benefits {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
  }

  .store-benefits article:nth-child(2) {
    border-left: 0;
  }

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

  .home-v2__featured-heading h2 {
    font-size: clamp(22px, 3vw, 30px);
  }

  .newsletter-v2 {
    gap: 28px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .home-v2__hero,
  .home-v2__section,
  .home-v2__featured-inner,
  .home-v2__campaigns,
  .home-v2__wide-banner,
  .store-benefits,
  .newsletter-v2 {
    width: calc(100% - 28px);
  }

  .home-v2__hero {
    padding-top: 14px;
  }

  .banner-placeholder--hero {
    aspect-ratio: 5 / 6;
    border-radius: 0 0 22px 22px;
    min-height: 0;
  }

  .store-benefits {
    margin-top: 12px;
    padding: 18px 0;
  }

  .store-benefits article {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 4px 10px;
  }

  .store-benefits article > span {
    flex-basis: 36px;
    font-size: 17px;
    height: 36px;
  }

  .store-benefits small {
    display: none;
  }

  .home-v2__section-heading {
    align-items: center;
    margin-bottom: 20px;
  }

  .home-v2__section-heading > a {
    font-size: 10px;
  }

  .category-carousel {
    display: flex;
    gap: 14px;
    margin-inline: -14px;
    overflow-x: auto;
    padding: 0 14px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .category-carousel::-webkit-scrollbar {
    display: none;
  }

  .category-card-v2 {
    flex: 0 0 38vw;
    max-width: 180px;
    scroll-snap-align: start;
  }

  .home-v2 .product-grid {
    gap: 24px 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2 .product-card-info h3 {
    font-size: 11px;
    line-height: 1.7;
  }

  .home-v2 .product-price {
    align-items: flex-start;
    flex-direction: column;
    font-size: 11px;
    gap: 2px;
  }

  .home-v2 .product-price del {
    font-size: 10px;
  }

  .home-v2__campaigns {
    grid-template-columns: 1fr;
  }

  .home-v2__featured {
    padding: clamp(40px, 6vw, 60px) 0;
  }

  .home-v2__featured-heading {
    margin-bottom: 24px;
  }

  .home-v2__featured-heading h2 {
    font-size: 22px;
  }

  .home-v2__featured-heading p {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .home-v2__featured .product-card-info {
    padding: 12px 10px 14px;
  }

  .home-v2__featured .product-card-info h3 {
    font-size: 11px;
  }

  .home-v2__featured .product-price {
    font-size: 12px;
  }

  .banner-placeholder--campaign {
    aspect-ratio: 3 / 2;
    min-height: 0;
  }

  .banner-placeholder--wide {
    aspect-ratio: 5 / 4;
    min-height: 0;
  }

  .article-grid-v2 {
    grid-template-columns: 1fr;
  }

  .newsletter-v2 {
    border-radius: 20px;
    padding: 28px 20px;
  }
}

@media (max-width: 480px) {
  .store-benefits strong {
    font-size: 11px;
  }

  .home-v2__section-heading h2,
  .newsletter-v2 h2 {
    font-size: 21px;
  }

  .banner-placeholder strong {
    font-size: 20px;
  }

  .home-v2__featured-heading h2 {
    font-size: 20px;
  }

  .home-v2__featured .product-card {
    border-radius: 14px;
  }

  .newsletter-v2__form {
    background: transparent;
    border: 0;
    gap: 8px;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .newsletter-v2__form input {
    background: #fff;
    border: 1px solid var(--home-line);
    border-radius: 9px;
    min-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v2 *,
  .home-v2 *::before,
  .home-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
/* Mobile navigation */
.mobile-menu-overlay {
  background: rgba(28,22,24,.48);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity .25s ease;
  z-index: 9996;
}

.mobile-menu-drawer {
  background: #fff;
  bottom: 0;
  box-shadow: -12px 0 40px rgba(0,0,0,.12);
  max-width: min(88vw, 390px);
  overflow-y: auto;
  padding: 18px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(105%);
  transition: transform .28s ease;
  width: 100%;
  z-index: 9997;
}

.mobile-menu-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu-drawer.is-open {
  transform: translateX(0);
}

body.mobile-menu-open {
  overflow: hidden;
}

.mobile-menu-drawer__head {
  align-items: center;
  border-bottom: 1px solid var(--home-line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 14px;
}

.mobile-menu-drawer__head strong {
  color: var(--home-ink);
  font-size: 17px;
}

.mobile-menu-drawer__head button {
  align-items: center;
  background: var(--home-blush);
  border: 0;
  border-radius: 50%;
  color: var(--home-rose);
  cursor: pointer;
  display: flex;
  font-size: 24px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  width: 38px;
}

.mobile-menu-search {
  background: #f7f5f3;
  border: 1px solid var(--home-line);
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  margin-bottom: 18px;
  padding: 4px;
}

.mobile-menu-search input {
  background: transparent;
  border: 0;
  font-size: 12px;
  min-width: 0;
  outline: 0;
  padding: 0 10px;
}

.mobile-menu-search button {
  background: var(--home-rose);
  border: 0;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  min-height: 40px;
  padding: 0 15px;
}

.mobile-menu-links {
  display: grid;
}

.mobile-menu-links > a,
.mobile-menu-links summary {
  border-bottom: 1px solid var(--home-line);
  color: var(--home-ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  list-style: none;
  padding: 15px 4px;
}

.mobile-menu-links summary::-webkit-details-marker {
  display: none;
}

.mobile-menu-links summary::after {
  content: "+";
  float: left;
  font-size: 18px;
  font-weight: 400;
}

.mobile-menu-links details[open] summary::after {
  content: "−";
}

.mobile-menu-links details div {
  background: var(--home-cream);
  border-radius: 8px;
  display: grid;
  padding: 7px 13px;
}

.mobile-menu-links details div a {
  color: var(--home-muted);
  font-size: 12px;
  padding: 9px 0;
}

@media (min-width: 1025px) {
  .mobile-menu-overlay,
  .mobile-menu-drawer {
    display: none;
  }
}
/* Banner link wrapper */
.banner-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.banner-link:hover {
  opacity: 0.95;
}
/* Managed homepage banner images */
.banner-media {
  background: var(--home-cream);
  display: block;
  overflow: hidden;
  width: 100%;
}
.banner-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.banner-media--hero {
  aspect-ratio: 1600 / 620;
  border-radius: 0 0 32px 32px;
}
.banner-media--campaign {
  aspect-ratio: 760 / 360;
  border-radius: var(--home-radius);
}
.banner-media--wide {
  aspect-ratio: 1600 / 420;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .banner-media--hero {
    aspect-ratio: 5 / 6;
    border-radius: 0 0 22px 22px;
  }
  .banner-media--campaign { aspect-ratio: 3 / 2; }
  .banner-media--wide { aspect-ratio: 5 / 4; }
}