:root {
  --pink: #dd2e63;
  --pink-hover: #c42757;
  --announcement: #d25078;
  --navy: #1e316a;
  --text: #111;
  --border: rgba(0, 0, 0, 0.12);
  --footer-bg: #fafafa;
  --star: #dd2e63;
  --container: 1380px;
  --font: "DM Sans", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font);
  color: var(--text);
  background: #fff;
  line-height: 1.45;
}
body.noscroll { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
button, input { font-family: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.announcement {
  background: var(--pink);
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 16px;
  line-height: 1.4;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.site-header.is-stuck { box-shadow: 0 1px 0 var(--border); }
.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 64px;
  width: 100%;
  padding: 0 max(20px, calc(50% - var(--container) / 2));
}
.header-left, .header-actions {
  display: flex;
  align-items: center;
  gap: 2px;
}
.header-actions { justify-content: flex-end; }
.nav-main { display: flex; gap: 28px; }
.nav-main a { font-size: 15px; font-weight: 500; }
.search-left { display: none; }
.logo { width: 130px; display: flex; justify-content: center; }
.logo img { width: 130px; height: 26px; }
.icon-btn {
  background: none;
  border: 0;
  width: 40px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #111;
  padding: 0;
  position: relative;
}
.icon-btn svg { width: 22px; height: 22px; }
.icon-btn.menu-toggle,
.icon-btn.search-left { display: none; }
.cart-count {
  position: absolute;
  top: 4px;
  right: 2px;
  background: var(--pink);
  color: #fff;
  font-size: 10px;
  min-width: 16px;
  height: 16px;
  border-radius: 99px;
  display: none;
}

/* Hero — full-bleed 2800×1100 banner, copy overlay left */
.hero {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.hero-media {
  position: relative;
  width: 100%;
  aspect-ratio: 2800 / 1100;
}
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-copy {
  position: absolute;
  z-index: 1;
  left: max(20px, calc(50% - var(--container) / 2));
  top: 50%;
  transform: translateY(-50%);
  max-width: 580px;
  padding: 0;
}
.hero-rating {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 500;
}
.hero h1 {
  margin: 0 0 28px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (min-width: 1400px) {
  .hero h1 { font-size: 4.5rem; }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pink);
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-weight: 500;
  padding: 16px 28px;
  font-size: 15px;
}
.btn:hover { background: var(--pink-hover); }
.btn-xl { min-width: 230px; }
.btn-block { width: 100%; }

/* Products */
.section { padding: 28px 16px 36px; }
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 12px;
}
@media (min-width: 1000px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 18px;
  }
}
.product-card { color: #111; }
.thumb {
  position: relative;
  background: #f5f5f5;
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: 4px;
}
.thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--navy);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px 5px 8px;
  border-radius: 999px;
}
.badge::before { content: "✦ "; font-size: 9px; }
.card-reviews {
  font-size: 13px;
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.card-reviews .stars, .ugc-card .stars, .stars { color: var(--star); letter-spacing: 1px; font-size: 12px; }
.card-title {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 4px;
  line-height: 1.3;
}
.card-price {
  font-size: 15px;
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.card-price .sale { font-weight: 700; }
.card-price .compare {
  color: #888;
  text-decoration: line-through;
  font-size: 14px;
}
.swatches { display: flex; gap: 7px; align-items: center; margin-top: 8px; flex-wrap: wrap; }
.swatch {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.18);
  display: inline-block;
  padding: 0;
}
.swatch.is-white { box-shadow: inset 0 0 0 1px #ddd; background: #fff !important; }
.more-swatches { font-size: 13px; color: #444; }

.happy { padding: 48px 0 0; }
.happy-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  padding: 0 16px 8px;
}
.happy-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
}
.happy-stars { color: var(--pink); display: inline-flex; gap: 1px; }
.happy-stars svg { width: 16px; height: 16px; }
.happy h2 {
  font-size: clamp(28px, 4vw, 40px);
  margin: 0;
  font-weight: 700;
  line-height: 1.15;
}
.photo-grid {
  display: grid;
  gap: 6px;
  margin-top: 8px;
  overflow: hidden;
}
.photo-row { overflow: hidden; width: 100%; }
.photo-track {
  display: flex;
  gap: 6px;
  width: max-content;
  animation: photo-marquee 36s linear infinite;
  will-change: transform;
}
.photo-row.row-2 .photo-track { animation-direction: reverse; }
.photo-row.row-3 .photo-track { animation-duration: 42s; }
.photo {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  flex: 0 0 30vw;
  width: 30vw;
  flex-shrink: 0;
}
.photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
}
.photo-dup { display: block; }
@media (min-width: 700px) {
  .photo {
    flex-basis: 14vw;
    width: 14vw;
  }
  .photo-track { animation-duration: 40s; }
  .photo-row.row-3 .photo-track { animation-duration: 48s; }
}
@media (min-width: 1000px) {
  .photo-grid { padding-block: 16px; }
  .photo {
    flex-basis: 168px;
    width: 168px;
  }
  .photo:nth-child(even) { transform: translateY(14px); }
}
@keyframes photo-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .photo-track { animation: none !important; }
}
.quote-band { background: #f8f8f8; padding: 40px 20px 48px; margin-top: 28px; }
.quote-cards {
  display: flex;
  gap: 15px;
  max-width: 1395px;
  margin: 0 auto;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.quote-cards::-webkit-scrollbar { display: none; }
.qcard {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  flex: 0 0 calc((100% - 30px) / 3);
  scroll-snap-align: start;
}
.quote-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
.quote-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d0d0d0;
  border: 0;
  padding: 0;
}
.quote-dots button[aria-current="true"] {
  background: var(--pink);
  transform: scale(1.15);
}
@media (min-width: 1000px) {
  .quote-cards { overflow: hidden; }
}
.qcard-head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 15px;
}
.qcard-name { font-weight: 700; }
.qcard-stars { color: var(--pink); display: inline-flex; gap: 1px; }
.qcard-stars svg { width: 16px; height: 16px; }
.qcard-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 14px;
}
.qcard-verified svg { width: 16px; height: 16px; color: var(--pink); }
.qcard p { margin: 0; font-size: 15px; line-height: 1.55; color: #222; text-align: center; }

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 1380px;
  margin: 0 auto;
  padding: 32px 20px;
}
.trust-item img { width: 100%; height: auto; display: block; border-radius: 8px; }

.faq-wrap { background: #fafafa; padding: 48px 16px 56px; }
.faq-inner { max-width: 760px; margin: 0 auto; }
.faq-inner h2 {
  text-align: center;
  font-size: 36px;
  line-height: 1.15;
  margin: 0 0 28px;
  font-weight: 700;
}
.faq-box { background: #fff; border-radius: 10px; padding: 12px 28px; overflow: hidden; }
.faq-box details { border-top: 1px solid #eee; }
.faq-box details:first-child { border-top: 0; }
.faq-box summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 12px;
}
.faq-box summary::-webkit-details-marker { display: none; }
.faq-chev {
  width: 22px; height: 22px;
  border: 1px solid #ddd; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 auto; transition: transform .2s ease;
}
.faq-box details[open] .faq-chev { transform: rotate(180deg); }
.faq-a { padding: 0 12px 18px; line-height: 1.6; color: #333; }
.faq-a p { margin: 0 0 10px; }
.faq-avail { text-align: center; margin: 28px 0 0; font-size: 15px; line-height: 1.5; }
.faq-avail span { display: block; color: #777; font-size: 14px; }

.loox { background: #fff; padding: 40px 16px 72px; }
.loox-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.loox-head { margin: 0 0 28px; }
.loox-head h2 { margin: 0 0 8px; font-size: 28px; font-weight: 700; line-height: 1.2; }
.loox-summary {
  margin: 0;
  font-size: 15px;
  color: #444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.loox-gold, .loox-stars {
  display: inline-flex;
  gap: 2px;
  color: #ebbf20;
}
.loox-gold svg { width: 20px; height: 20px; }
.loox-stars svg { width: 16px; height: 16px; }
.loox-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  text-align: left;
}
.loox-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.loox-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #f4f4f4;
}
.loox-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
}
.loox-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.loox-meta {
  margin: 0;
  font-size: 13px;
  color: #555;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.loox-name { font-weight: 700; color: #111; }
.loox-verified { color: #1f7a46; font-weight: 700; font-size: 12px; }
.loox-product { color: #111; font-size: 13px; font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.loox-card[hidden] { display: none !important; }
.loox-more {
  display: block;
  margin: 28px auto 0;
  background: #fff;
  color: #111;
  border: 1px solid #111;
  border-radius: 6px;
  padding: 12px 28px;
  font-weight: 700;
  font-size: 14px;
}
.loox-more[hidden] { display: none !important; }

.site-footer {
  background: #fafafa;
  padding: 64px 0 48px;
  color: #111;
}
.footer-inner {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  gap: 48px;
}
.footer-blocks {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px 48px;
}
.footer-brand {
  flex: 1 1 30%;
  max-width: 420px;
  display: grid;
  gap: 24px;
}
.footer-logo { display: block; width: 150px; }
.footer-logo img { width: 150px; height: auto; }
.footer-tagline {
  margin: 0;
  max-width: 340px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(0,0,0,.7);
}
.footer-news {
  position: relative;
  max-width: 400px;
}
.footer-news input {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  background: #fff;
  padding: 18px 48px 8px 16px;
  font-size: 15px;
  outline: none;
}
.footer-news input:focus { border-color: #111; }
.footer-news label {
  position: absolute;
  left: 17px;
  top: 16px;
  font-size: 15px;
  color: rgba(0,0,0,.5);
  pointer-events: none;
  transform-origin: left center;
  transition: transform .18s ease, top .18s ease, font-size .18s ease;
}
.footer-news input:focus + label,
.footer-news input:not(:placeholder-shown) + label {
  top: 7px;
  font-size: 11px;
}
.news-go {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.1);
  display: grid;
  place-items: center;
  color: #111;
  padding: 0;
}
.news-go:hover { background: #111; color: #fff; }
.footer-col {
  flex: 0 1 auto;
  min-width: 140px;
}
.footer-col h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 16px;
  letter-spacing: 0;
  text-transform: none;
}
.footer-col a {
  display: block;
  font-size: 14px;
  margin: 0 0 12px;
  opacity: .7;
}
.footer-col a:hover { opacity: 1; color: inherit; }
.footer-help {
  flex: 1 1 22%;
  max-width: 280px;
}
.footer-help p {
  display: block;
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(0,0,0,.7);
}
.footer-help strong { color: #111; font-weight: 700; }
.footer-help a { display: inline; margin: 0; opacity: 1; }
.footer-social {
  display: flex;
  gap: 6px;
  align-items: center;
}
.footer-social a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #111;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px 24px;
  flex-wrap: wrap;
}
.footer-copy {
  margin: 0;
  font-size: 13px;
  color: rgba(0,0,0,.55);
  order: -1;
}
.footer-pay { display: flex; flex-wrap: wrap; gap: 8px; }
.pay-icon { display: block; border-radius: 4px; }

.overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.35);
  opacity: 0; pointer-events: none; z-index: 80; transition: opacity .2s;
}
.overlay.show { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed; top: 0; bottom: 0; right: 0; width: min(400px, 100%);
  background: #fff; z-index: 90; transform: translateX(100%);
  transition: transform .25s ease; display: flex; flex-direction: column;
}
.drawer.show { transform: none; }
.drawer.left { right: auto; left: 0; transform: translateX(-100%); }
.drawer.left.show { transform: none; }
.drawer-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 16px; border-bottom: 1px solid var(--border); font-weight: 500;
}
.drawer-body { padding: 16px; overflow: auto; flex: 1; }
.drawer-foot { padding: 16px; border-top: 1px solid var(--border); }
.drawer-nav a { display: block; padding: 12px 0; font-size: 17px; font-weight: 500; }
.search-modal {
  position: fixed; inset: 0; background: #fff; z-index: 100;
  display: none; flex-direction: column;
}
.search-modal.show { display: flex; }
.search-bar {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 16px; border-bottom: 1px solid var(--border);
}
.search-bar input { flex: 1; border: 0; outline: none; font-size: 16px; }
.search-results {
  overflow: auto; padding: 16px;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
}
.empty { text-align: center; color: #666; padding: 24px 0; }
.toast {
  position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%);
  background: #111; color: #fff; padding: 10px 14px; border-radius: 6px;
  font-size: 14px; z-index: 120; display: none;
}
.toast.show { display: block; }

@media (max-width: 999px) {
  .container { width: calc(100% - 24px); }
  .header-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    width: 100%;
    padding: 0 8px;
    min-height: 56px;
    align-items: center;
  }
  .header-left, .header-actions { gap: 0; min-width: 0; }
  .nav-main,
  .icon-btn.search-right,
  .icon-btn.account-btn { display: none !important; }
  .icon-btn.menu-toggle,
  .icon-btn.search-left { display: grid; }
  .announcement { font-size: 13px; padding: 8px 12px; }
  .logo {
    position: static;
    transform: none;
    width: 110px;
    min-width: 0;
    justify-self: center;
    overflow: hidden;
  }
  .logo img { width: 112px; height: 22px; }
  .icon-btn { width: 40px; height: 48px; }

  .hero { min-height: 0; }
  .hero-media {
    position: relative;
    inset: auto;
    aspect-ratio: auto;
    height: 62vw;
    min-height: 260px;
    max-height: 360px;
  }
  .hero-media img {
    object-fit: cover;
    object-position: 78% 28%;
  }
  .hero-copy {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    padding: 22px 20px 8px;
    max-width: none;
    text-align: center;
    align-items: center;
  }
  .hero-rating { font-size: 14px; margin-bottom: 10px; }
  .hero h1 {
    font-size: 32px;
    margin-bottom: 18px;
  }
  .hero .btn {
    min-width: 0;
    padding: 14px 26px;
  }

  .section { padding: 16px 0 32px; }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 12px;
  }
  .card-title { font-size: 14px; min-height: 36px; }
  .card-reviews { font-size: 12px; }

  .footer-blocks { flex-wrap: wrap; }
  .footer-brand { flex-basis: 100%; max-width: none; }
  .footer-col { flex: 1 1 42%; }
  .footer-help { flex-basis: 100%; max-width: none; }
  .faq-inner h2, .loox-head h2 { font-size: 28px; }
  .qcard { flex: 0 0 86vw; max-width: 420px; padding: 20px; gap: 12px; scroll-snap-align: center; }
  .quote-dots { gap: 8px; margin-top: 20px; }
  .quote-dots button { width: 8px; height: 8px; }
  .trust-row {
    grid-auto-flow: column;
    grid-auto-columns: 73vw;
    grid-template-columns: none;
    overflow-x: auto;
    padding: 8px 20px 32px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .trust-item { scroll-snap-align: start; }
  .loox-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .search-results { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 699px) {
  .site-footer { padding: 40px 0 32px; }
  .footer-blocks { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-help { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .photo-grid { margin-inline: calc(50% - 50vw); width: 100vw; padding-block: 0; }
  .faq-box { padding: 4px 8px; }
  .faq-inner h2 { font-size: 28px; }
}
