body {
  background: #f5f5f5;
  color: #111111;
}

.home {
  width: min(1240px, calc(100% - clamp(18px, 4vw, 56px)));
  margin-top: 0;
  gap: clamp(30px, 5vw, 68px);
}

.audience-section {
  display: none !important;
}

.surface-section,
.editorial-section,
.products-section,
.why-section,
.inspiration-section,
.newsletter-section {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.section-head {
  margin-bottom: clamp(18px, 2.6vw, 30px);
}

.section-head h2,
.sec-title {
  font-family: "Outfit", "Manrope", sans-serif;
  font-size: clamp(1.65rem, 3.8vw, 3.2rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #111111;
}

.section-eyebrow,
.sec-eyebrow {
  color: #f72585;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  font-weight: 900;
}

.section-subtitle {
  margin-top: 8px;
  color: #707070;
  font-weight: 700;
}

.section-link {
  color: #111111;
  border-bottom: 2px solid transparent;
  font-weight: 900;
}

.section-link:hover {
  color: #f72585;
  border-bottom-color: #f72585;
}

.quick-category-section {
  padding: 0;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(120px, 1fr));
  gap: clamp(10px, 1.4vw, 16px);
}

.category-item {
  min-width: 0;
  color: #111111;
}

.category-thumb {
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  box-shadow: none;
  padding: clamp(10px, 1.4vw, 16px);
}

.category-item:hover .category-thumb {
  border-color: rgba(247, 37, 133, 0.36);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08);
}

.category-item span {
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.benefit-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
}

.benefit-item {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 14px;
  background: #ffffff;
  color: #111111;
  font-weight: 900;
  text-align: center;
}

.benefit-item svg {
  width: 22px;
  height: 22px;
  color: #f72585;
  flex: 0 0 auto;
}

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 22px);
}

.editorial-card {
  position: relative;
  min-height: clamp(260px, 34vw, 440px);
  border-radius: 8px;
  overflow: hidden;
  background: #111111;
  color: #ffffff;
}

.editorial-card picture,
.editorial-card img {
  width: 100%;
  height: 100%;
}

.editorial-card img {
  object-fit: cover;
  object-position: center top;
  transition: transform 0.35s ease, opacity 0.25s ease;
}

.editorial-card:hover img {
  transform: scale(1.04);
  opacity: 0.92;
}

.editorial-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 28%, rgba(0, 0, 0, 0.76) 100%);
}

.editorial-card__copy {
  position: absolute;
  left: clamp(16px, 2vw, 24px);
  right: clamp(16px, 2vw, 24px);
  bottom: clamp(16px, 2vw, 24px);
  display: grid;
  gap: 8px;
  z-index: 1;
}

.editorial-card__copy strong {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.5rem, 2.8vw, 2.4rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.editorial-card__copy span {
  width: fit-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 0.84rem;
  font-weight: 900;
}

.products-section {
  position: relative;
}

.products-row {
  grid-auto-columns: calc((100% - 3 * 18px) / 4);
  gap: 18px;
  padding: 2px 2px 10px;
}

.product-card {
  position: relative;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  box-shadow: none;
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.08);
}

.product-thumb {
  background: #eeeeee;
}

.product-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.94);
  color: #111111;
  cursor: pointer;
  transition: color 0.18s ease, transform 0.18s ease;
}

.product-favorite:hover,
.product-favorite[aria-pressed="true"] {
  color: #f72585;
  transform: translateY(-1px);
}

.product-favorite svg {
  width: 18px;
  height: 18px;
}

.product-body {
  padding: 14px;
}

.product-name {
  font-size: 0.94rem;
  font-weight: 900;
}

.product-meta,
.stock-note {
  color: #777777;
}

.product-price {
  color: #111111;
}

.product-cta {
  min-height: 0;
  margin-top: 4px;
  justify-content: flex-start;
  border-radius: 0;
  background: transparent;
  color: #f72585;
  font-weight: 900;
}

.product-cta:hover {
  transform: none;
  filter: none;
  text-decoration: underline;
}

.products-arrow {
  display: inline-flex !important;
  width: 44px;
  height: 44px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  color: #111111;
  box-shadow: 0 10px 26px rgba(17, 17, 17, 0.1);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid #e5e5e5;
  background: #e5e5e5;
}

.why-item {
  min-height: 180px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(20px, 2.5vw, 30px);
  background: #ffffff;
}

.why-item span {
  color: #f72585;
  font-weight: 900;
}

.why-item strong {
  font-family: "Outfit", sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.why-item p {
  margin: 0;
  color: #6f6f6f;
  line-height: 1.55;
}

.inspiration-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 16px);
}

.inspiration-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #eeeeee;
}

.inspiration-card img,
.inspiration-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.inspiration-card video {
  background: #111111;
}

body.video-lightbox-open {
  overflow: hidden;
}

.video-gallery {
  align-items: stretch;
}

.video-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.07);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.video-card:hover {
  transform: translateY(-2px);
  border-color: rgba(247, 37, 133, 0.24);
  box-shadow: 0 20px 42px rgba(17, 17, 17, 0.1);
}

.video-card__button {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: #111111;
  color: #ffffff;
  cursor: pointer;
}

.video-card__button:focus-visible {
  outline: 3px solid rgba(247, 37, 133, 0.34);
  outline-offset: 4px;
}

.video-card__button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.video-card:hover .video-card__button img {
  transform: scale(1.035);
  opacity: 0.88;
}

.video-card__button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.02) 32%, rgba(17, 17, 17, 0.58) 100%);
  pointer-events: none;
}

.video-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 32px rgba(17, 17, 17, 0.22);
  transform: translate(-50%, -50%);
}

.video-card__play::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 20px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid #f72585;
}

.video-card__duration {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.72);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 900;
}

.video-card__copy {
  display: grid;
  gap: 3px;
  padding: 0 2px 2px;
}

.video-card__copy h3 {
  margin: 0;
  color: #141114;
  font-family: "Outfit", sans-serif;
  font-size: 0.98rem;
  line-height: 1.15;
  font-weight: 900;
}

.video-card__copy p {
  margin: 0;
  color: #6f6f6f;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
}

.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 36px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.video-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.video-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 10, 12, 0.72);
  backdrop-filter: blur(4px);
}

.video-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(92vh, 820px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  outline: none;
}

.video-lightbox__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(247, 37, 133, 0.14);
  background: linear-gradient(135deg, #ffffff 0%, #fff4f9 100%);
}

.video-lightbox__header span {
  display: block;
  margin-bottom: 4px;
  color: #f72585;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.video-lightbox__header h3 {
  margin: 0;
  color: #171317;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 900;
}

.video-lightbox__close {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #f72585;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(247, 37, 133, 0.14);
}

.video-lightbox__close:focus-visible,
.video-lightbox__close:hover {
  outline: 3px solid rgba(247, 37, 133, 0.22);
  outline-offset: 2px;
}

.video-lightbox__player {
  min-height: 0;
  padding: clamp(10px, 2vw, 16px);
  background: #0f0f0f;
}

.video-lightbox__player video {
  display: block;
  width: 100%;
  max-height: calc(92vh - 112px);
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  background: #000000;
  object-fit: contain;
}

.newsletter-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: clamp(20px, 4vw, 52px);
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
}

.newsletter-section h2 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.95;
  font-weight: 900;
}

.newsletter-section p {
  margin-top: 10px;
  color: #686868;
}

.newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50px;
  min-height: 52px;
  border-bottom: 2px solid #111111;
}

.newsletter-form input {
  min-width: 0;
  border: 0;
  background: transparent;
  color: #111111;
  outline: 0;
  font-weight: 800;
}

.newsletter-form button {
  border: 0;
  background: #111111;
  color: #ffffff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.newsletter-form button svg {
  width: 22px;
  height: 22px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#romix-support-fab {
  bottom: 24px !important;
}

@media (max-width: 1080px) {
  .categories-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .products-row {
    grid-auto-columns: calc((100% - 2 * 16px) / 3);
  }

}

@media (max-width: 760px) {
  .home {
    width: min(100% - 16px, 1240px);
    gap: 34px;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .categories-grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(112px, 38vw);
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 6px;
  }

  .categories-grid::-webkit-scrollbar {
    display: none;
  }

  .category-item {
    scroll-snap-align: start;
  }

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

  .benefit-item {
    justify-content: flex-start;
    min-height: 68px;
    text-align: left;
    font-size: 0.86rem;
  }

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

  .editorial-card {
    min-height: 250px;
  }

  .products-row {
    grid-auto-flow: column;
    grid-auto-columns: minmax(160px, 52vw);
  }

  .products-arrow {
    display: none !important;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-item {
    min-height: 0;
  }

  .inspiration-grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(190px, 68vw);
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .inspiration-grid::-webkit-scrollbar {
    display: none;
  }

  .inspiration-card {
    scroll-snap-align: start;
  }

  .newsletter-section {
    grid-template-columns: 1fr;
    padding: 26px 20px;
  }
}

@media (max-width: 460px) {
  .benefit-strip,
  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .editorial-card {
    min-height: 300px;
  }

  .products-row {
    grid-auto-columns: minmax(150px, 74vw);
  }
}

@media (max-width: 760px) {
  body {
    background:
      linear-gradient(180deg, #ffffff 0%, #f7f7f7 42%, #ffffff 100%);
  }

  .home {
    width: min(100% - 18px, 1240px);
    gap: 38px;
  }

  .section-head h2,
  .sec-title {
    font-size: clamp(1.65rem, 9vw, 2.35rem);
    line-height: 0.94;
  }

  .section-eyebrow,
  .sec-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
  }

  .quick-category-section {
    padding: 18px 0 2px;
  }

  .quick-category-section .section-head {
    margin-bottom: 14px;
  }

  .categories-grid {
    grid-auto-columns: minmax(104px, 30vw);
    gap: 10px;
    margin-left: -9px;
    margin-right: -9px;
    padding: 0 9px 8px;
  }

  .category-item {
    gap: 8px;
  }

  .category-thumb {
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background:
      linear-gradient(180deg, #ffffff 0%, #f1f1f1 100%);
    padding: 10px;
    box-shadow: 0 10px 22px rgba(17, 17, 17, 0.08);
  }

  .category-item span {
    font-size: 0.72rem;
    line-height: 1.1;
  }

  .benefit-strip {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(230px, 74vw);
    grid-template-columns: none;
    gap: 10px;
    margin-left: -9px;
    margin-right: -9px;
    padding: 0 9px 4px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    background: transparent;
    border: 0;
  }

  .benefit-strip::-webkit-scrollbar {
    display: none;
  }

  .benefit-item {
    min-height: 76px;
    justify-content: flex-start;
    border-radius: 8px;
    background: #111111;
    color: #ffffff;
    scroll-snap-align: start;
    box-shadow: 0 14px 26px rgba(17, 17, 17, 0.12);
  }

  .benefit-item svg {
    color: #f72585;
  }

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

  .editorial-card {
    min-height: 210px;
    border-radius: 8px;
  }

  .editorial-card__copy {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .editorial-card__copy strong {
    font-size: 1.35rem;
  }

  .editorial-card__copy span {
    min-height: 30px;
    padding: 0 11px;
    font-size: 0.74rem;
  }

  #promoCarouselWrap {
    margin-left: -9px;
    margin-right: -9px;
  }

  #promoCarouselWrap .sec-head {
    padding: 0 9px;
  }

  .promo-carousel,
  .promo-slide,
  .promo-slide__link {
    border-radius: 8px;
  }

  .promo-carousel {
    box-shadow: 0 18px 34px rgba(17, 17, 17, 0.14);
  }

  .products-section {
    padding: 20px 0 4px;
  }

  .products-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: unset;
    overflow: visible;
    gap: 10px;
    padding: 0;
  }

  .product-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(17, 17, 17, 0.08);
  }

  .product-thumb {
    aspect-ratio: 1 / 1.22;
  }

  .product-badge {
    left: 8px;
    top: 8px;
    min-height: 22px;
    padding: 0 8px;
    background: #f72585;
    font-size: 0.62rem;
  }

  .product-favorite {
    top: 7px;
    right: 7px;
    width: 30px;
    height: 30px;
  }

  .product-body {
    gap: 5px;
    padding: 10px;
  }

  .product-variants {
    gap: 4px;
  }

  .variant-chip {
    width: 20px;
    height: 20px;
    border-width: 1.5px;
  }

  .variant-more,
  .product-meta,
  .stock-note {
    font-size: 0.64rem;
  }

  .product-name {
    min-height: 2.4em;
    font-size: 0.78rem;
    line-height: 1.2;
  }

  .price-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .product-price {
    font-size: 0.94rem;
  }

  .product-cta {
    font-size: 0.76rem;
  }

  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    border: 0;
    background: transparent;
  }

  .why-item {
    min-height: 150px;
    border-radius: 8px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 10px 22px rgba(17, 17, 17, 0.06);
    padding: 16px 14px;
  }

  .why-item strong {
    font-size: 0.9rem;
    line-height: 1.1;
  }

  .why-item p {
    font-size: 0.78rem;
    line-height: 1.4;
  }

  .inspiration-grid {
    grid-auto-columns: minmax(190px, 70vw);
    gap: 10px;
    margin-left: -9px;
    margin-right: -9px;
    padding: 0 9px 4px;
  }

  .inspiration-card {
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(17, 17, 17, 0.08);
  }

  .video-card {
    scroll-snap-align: start;
    padding: 8px;
    border-radius: 12px;
  }

  .video-card__button {
    border-radius: 9px;
  }

  .video-card__play {
    width: 58px;
    height: 58px;
  }

  .video-card__play::after {
    left: 24px;
    top: 19px;
  }

  .video-lightbox {
    padding: 10px;
  }

  .video-lightbox__dialog {
    width: 100%;
    max-height: 94vh;
    border-radius: 14px;
  }

  .video-lightbox__header {
    padding: 13px 14px;
  }

  .video-lightbox__player {
    padding: 8px;
  }

  .video-lightbox__player video {
    max-height: calc(94vh - 92px);
  }

  .newsletter-section {
    border-radius: 8px;
    border: 0;
    background:
      linear-gradient(135deg, #111111 0%, #1f1f1f 64%, #f72585 100%);
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(17, 17, 17, 0.16);
  }

  .newsletter-section .section-eyebrow,
  .newsletter-section p {
    color: rgba(255, 255, 255, 0.76);
  }

  .newsletter-form {
    min-height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
  }

  .newsletter-form input {
    padding: 0 16px;
    color: #ffffff;
  }

  .newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.66);
  }

  .newsletter-form button {
    background: #ffffff;
    color: #f72585;
  }
}

@media (max-width: 460px) {
  .home {
    width: min(100% - 14px, 1240px);
  }

  .benefit-strip,
  #promoCarouselWrap,
  .inspiration-grid {
    margin-left: -7px;
    margin-right: -7px;
  }

  .categories-grid,
  .benefit-strip,
  .inspiration-grid {
    padding-left: 7px;
    padding-right: 7px;
  }

  .editorial-card {
    min-height: 184px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-item {
    min-height: 0;
  }

  .video-gallery {
    grid-auto-columns: minmax(230px, 82vw);
  }

  .video-card__copy h3 {
    font-size: 0.92rem;
  }

  .video-card__copy p {
    font-size: 0.78rem;
  }
}
