.vvss-section {
  box-sizing:border-box;
  width:100vw;
  max-width:100vw;
  margin:0;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:clamp(54px,5.5vw,86px) clamp(12px,2.4vw,34px) clamp(58px,5.8vw,92px);
  background:#faf7f2;
  color:#111;
  overflow:hidden;
}

.vvss-section *,
.vvss-section *::before,
.vvss-section *::after { box-sizing:border-box; }

.vvss-header {
  width:min(980px,100%);
  margin:0 auto clamp(44px,4.6vw,70px);
  text-align:center;
}

.vvss-header p {
  margin:0 0 18px;
  color:#777;
  font-family:"Inter","Helvetica Neue",Arial,sans-serif;
  font-size:clamp(13px,1vw,16px);
  line-height:1;
  font-weight:500;
  letter-spacing:.02em;
  text-transform:uppercase;
}

.vvss-header h2 {
  margin:0;
  color:#111;
  font-family:"Playfair Display","Cormorant Garamond",Georgia,serif;
  font-size:clamp(40px,4.35vw,68px);
  line-height:1.03;
  font-weight:400;
  letter-spacing:-.045em;
}

.vvss-header h2 span,
.vvss-header h2 em {
  font:inherit;
}

.vvss-title-rule,
.vvss-subtitle,
.vvss-highlights,
.vvss-explore,
.vvss-dots,
.vvss-benefits {
  display:none;
}

.vvss-shell {
  position:relative;
  width:min(1780px,100%);
  margin:0 auto;
}

.vvss-viewport {
  overflow:hidden;
  padding:0 2px;
}

.vvss-track {
  --vvss-shift:0px;
  display:flex;
  gap:clamp(12px,1.1vw,16px);
  transform:translate3d(var(--vvss-shift),0,0);
  transition:transform .58s cubic-bezier(.22,.75,.2,1);
  will-change:transform;
}

.vvss-card {
  position:relative;
  flex:0 0 calc((100% - 3 * clamp(12px,1.1vw,16px)) / 4);
  min-width:0;
  aspect-ratio:405 / 548;
  border-radius:30px;
  background:#ddd2c4;
  box-shadow:0 22px 60px rgba(38,30,22,.12);
  overflow:hidden;
  isolation:isolate;
  transition:transform .35s ease,box-shadow .35s ease;
}

.vvss-card:hover {
  transform:translateY(-6px);
  box-shadow:0 28px 78px rgba(38,30,22,.18);
}

.vvss-media {
  position:absolute;
  inset:0;
  display:block;
  color:inherit;
  text-decoration:none;
  overflow:hidden;
}

.vvss-media > video,
.vvss-media > img {
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center top;
  transform:scale(1.01);
  transition:transform .75s ease,filter .75s ease;
}

.vvss-card:hover .vvss-media > video,
.vvss-card:hover .vvss-media > img {
  transform:scale(1.06);
  filter:saturate(1.04) contrast(1.03);
}

.vvss-fade {
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 104%, rgba(255,255,255,.95) 0, rgba(255,255,255,.65) 28%, rgba(255,255,255,0) 54%),
    linear-gradient(90deg, rgba(255,255,255,.72) 0, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 80%, rgba(255,255,255,.72) 100%),
    linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.15));
}

.vvss-watermark {
  position:absolute;
  left:50%;
  top:48%;
  z-index:2;
  width:min(58%,280px);
  max-width:70%;
  display:grid;
  place-items:center;
  pointer-events:none;
  opacity:.2;
  transform:translate(-50%,-50%);
  mix-blend-mode:screen;
  filter:drop-shadow(0 12px 32px rgba(0,0,0,.22));
}

.vvss-watermark img {
  width:100%;
  height:auto;
  max-height:120px;
  display:block;
  object-fit:contain;
  opacity:.78;
  filter:brightness(0) invert(1) sepia(.2) saturate(.6);
}

.vvss-sound {
  position:absolute;
  top:22px;
  right:22px;
  z-index:3;
  width:38px;
  height:38px;
  padding:0;
  display:grid;
  place-items:center;
  border:0;
  border-radius:12px;
  color:#fff;
  background:rgba(255,255,255,.2);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  cursor:pointer;
  transition:transform .25s ease,background .25s ease;
}

.vvss-sound:hover {
  transform:scale(1.05);
  background:rgba(255,255,255,.32);
}

.vvss-sound .vvss-icon {
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.vvss-sound .vvss-icon path:first-child { fill:currentColor; stroke:none; }

.vvss-sound .vvss-icon--unmuted { display:none; }
.vvss-sound.is-unmuted .vvss-icon--muted { display:none; }
.vvss-sound.is-unmuted .vvss-icon--unmuted { display:block; }

.vvss-product {
  position:absolute;
  left:clamp(16px,1.4vw,22px);
  right:clamp(16px,1.4vw,22px);
  bottom:clamp(18px,1.6vw,24px);
  z-index:4;
  min-height:118px;
  padding:16px 15px;
  display:grid;
  grid-template-columns:88px minmax(0,1fr) 42px;
  gap:14px;
  align-items:center;
  border:1px solid rgba(255,255,255,.86);
  border-radius:20px;
  background:#fff;
  box-shadow:0 18px 45px rgba(25,20,15,.15);
}

.vvss-thumb {
  width:88px;
  height:88px;
  display:block;
  border-radius:12px;
  overflow:hidden;
  background:#f3efe8;
}

.vvss-thumb img {
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center top;
}

.vvss-copy {
  min-width:0;
  color:#111;
  text-decoration:none;
}

.vvss-copy:hover { color:#111; }

.vvss-copy small {
  display:block;
  margin:0 0 7px;
  color:#878787;
  font-family:"Inter","Helvetica Neue",Arial,sans-serif;
  font-size:13px;
  line-height:1;
  font-weight:500;
  letter-spacing:.035em;
  text-transform:uppercase;
}

.vvss-copy strong {
  display:block;
  margin:0 0 14px;
  color:#121212;
  font-family:"Playfair Display","Cormorant Garamond",Georgia,serif;
  font-size:clamp(20px,1.45vw,27px);
  line-height:1.04;
  font-weight:400;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.vvss-copy b {
  display:block;
  color:#050505;
  font-family:"Inter","Helvetica Neue",Arial,sans-serif;
  font-size:18px;
  line-height:1;
  font-weight:800;
}

.vvss-add {
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  justify-self:end;
  border-radius:50%;
  color:#fff !important;
  background:#054340;
  text-decoration:none;
  box-shadow:0 12px 24px rgba(5,67,64,.18);
  transition:transform .25s ease,background .25s ease,box-shadow .25s ease;
}

.vvss-add:hover,
.vvss-add:focus-visible {
  color:#fff !important;
  background:#000;
  transform:scale(1.08);
  box-shadow:0 14px 30px rgba(0,0,0,.18);
  outline:none;
}

.vvss-add span {
  display:block;
  font-family:"Inter",Arial,sans-serif;
  font-size:26px;
  line-height:1;
  font-weight:300;
  transform:translateY(-1px);
}

.vvss-nav {
  position:absolute;
  top:50%;
  z-index:8;
  width:48px;
  height:48px;
  padding:0;
  display:grid;
  place-items:center;
  border:1px solid rgba(5,67,64,.18);
  border-radius:50%;
  color:#054340;
  background:rgba(255,255,255,.88);
  box-shadow:0 14px 38px rgba(28,22,14,.13);
  transform:translateY(-50%);
  cursor:pointer;
  transition:transform .25s ease,background .25s ease,color .25s ease;
}

.vvss-nav:hover {
  color:#fff;
  background:#054340;
  transform:translateY(-50%) scale(1.05);
}

.vvss-nav--prev { left:-24px; }
.vvss-nav--next { right:-24px; }

.vvss-nav svg {
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

@media (min-width:1025px) {
  .vvss-track { --vvss-visible:4; }

  .vvss-section {
    min-height:clamp(760px,52vw,930px);
    padding:clamp(56px,4.2vw,86px) clamp(24px,3.4vw,64px) clamp(38px,3vw,58px);
    display:grid;
    grid-template-columns:minmax(290px,390px) minmax(700px,1120px);
    grid-template-rows:auto auto auto;
    justify-content:center;
    align-items:center;
    column-gap:clamp(42px,4.4vw,92px);
    row-gap:clamp(14px,1.2vw,24px);
    background:
      radial-gradient(circle at 42% 46%, rgba(214,183,132,.22) 0 18%, rgba(214,183,132,0) 42%),
      radial-gradient(circle at 82% 60%, rgba(5,67,64,.08) 0 16%, rgba(5,67,64,0) 38%),
      linear-gradient(180deg,#fffaf4 0%,#faf6ee 54%,#f8f1e7 100%);
  }

  .vvss-header {
    grid-column:1;
    grid-row:1 / 3;
    width:min(360px,100%);
    margin:0;
    text-align:left;
    align-self:center;
  }

  .vvss-kicker {
    width:max-content;
    min-height:30px;
    margin:0 0 clamp(16px,1.1vw,22px) !important;
    padding:0 15px;
    display:inline-flex !important;
    align-items:center;
    gap:8px;
    border-radius:999px;
    color:#7c5c27 !important;
    background:rgba(224,205,174,.45);
    font-family:"Inter","Helvetica Neue",Arial,sans-serif !important;
    font-size:clamp(12px,.85vw,15px) !important;
    line-height:1 !important;
    font-weight:800 !important;
    letter-spacing:.16em !important;
    text-transform:uppercase;
  }

  .vvss-kicker span {
    width:17px;
    height:17px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:#fffaf4;
    background:#b8914f;
    font-size:8px;
    letter-spacing:0;
    padding-left:1px;
  }

  .vvss-header h2 {
    max-width:360px;
    color:#090909;
    font-size:clamp(56px,4.7vw,86px);
    line-height:.91;
    font-weight:500;
    letter-spacing:-.055em;
  }

  .vvss-header h2 span,
  .vvss-header h2 em {
    display:block;
  }

  .vvss-header h2 em {
    color:#a78a59;
    font-style:normal;
  }

  .vvss-title-rule {
    width:210px;
    height:18px;
    margin:clamp(22px,1.6vw,30px) 0 clamp(22px,1.7vw,32px);
    display:block;
    background:
      radial-gradient(circle at 50% 50%, #b8914f 0 3px, transparent 4px),
      radial-gradient(circle at 44% 50%, #b8914f 0 2px, transparent 3px),
      radial-gradient(circle at 56% 50%, #b8914f 0 2px, transparent 3px),
      linear-gradient(90deg, rgba(184,145,79,.24), rgba(184,145,79,.62), rgba(184,145,79,.24));
    background-size:100% 100%,100% 100%,100% 100%,100% 1px;
    background-repeat:no-repeat;
    background-position:center;
  }

  .vvss-subtitle {
    display:block;
    width:min(290px,100%);
    margin:0 0 clamp(28px,2.1vw,42px) !important;
    color:#202426 !important;
    font-family:"Inter","Helvetica Neue",Arial,sans-serif !important;
    font-size:clamp(17px,1.18vw,23px) !important;
    line-height:1.42 !important;
    font-weight:500 !important;
    letter-spacing:0 !important;
    text-transform:none !important;
  }

  .vvss-highlights {
    display:grid;
    gap:18px;
    margin:0 0 clamp(32px,2.5vw,48px);
    padding:0;
    list-style:none;
  }

  .vvss-highlights li {
    min-height:40px;
    display:grid;
    grid-template-columns:34px 1fr;
    align-items:center;
    gap:14px;
    color:#1b2425;
    font-family:"Inter","Helvetica Neue",Arial,sans-serif;
    font-size:clamp(15px,.98vw,18px);
    line-height:1.2;
    font-weight:500;
  }

  .vvss-highlights li:first-child {
    padding:0 18px;
    margin-left:-18px;
    width:max-content;
    border-radius:16px;
    background:rgba(235,225,211,.58);
  }

  .vvss-highlights span {
    color:#054340;
    font-size:24px;
    line-height:1;
  }

  .vvss-explore {
    width:max-content;
    min-height:54px;
    padding:0 30px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    border-radius:999px;
    color:#fff !important;
    text-decoration:none;
    background:linear-gradient(135deg,#064942,#00605a);
    box-shadow:0 16px 30px rgba(5,67,64,.22);
    font-family:"Inter","Helvetica Neue",Arial,sans-serif;
    font-size:clamp(15px,.95vw,18px);
    line-height:1;
    font-weight:700;
  }

  .vvss-explore span {
    font-size:16px;
    line-height:1;
  }

  .vvss-shell {
    grid-column:2;
    grid-row:1 / 3;
    --vvss-active-w:clamp(430px,31vw,560px);
    --vvss-active-h:clamp(610px,43vw,760px);
    width:min(1120px,calc(100vw - 500px));
    min-width:700px;
    height:var(--vvss-active-h);
    margin:0;
    align-self:center;
    overflow:visible;
  }

  .vvss-viewport {
    position:relative;
    width:100%;
    height:100%;
    overflow:visible;
    padding:0;
  }

  .vvss-track {
    position:relative;
    width:100%;
    height:100%;
    display:block;
    gap:0;
    transform:none !important;
    transition:none;
  }

  .vvss-card {
    position:absolute;
    top:0;
    left:0;
    flex:none;
    width:var(--vvss-active-w);
    height:var(--vvss-active-h);
    aspect-ratio:auto;
    border-radius:28px;
    opacity:0;
    pointer-events:none;
    box-shadow:0 28px 72px rgba(48,37,24,.16);
    transform:translate3d(105%,9%,0) scale(.74);
    transition:transform .52s cubic-bezier(.2,.72,.2,1), opacity .32s ease, filter .32s ease, box-shadow .32s ease;
  }

  .vvss-card.is-active,
  .vvss-card.is-next-1,
  .vvss-card.is-next-2,
  .vvss-card.is-next-3 {
    opacity:1;
    pointer-events:auto;
  }

  .vvss-card.is-active {
    z-index:7;
    transform:translate3d(0,0,0) scale(1);
    border:2px solid rgba(184,145,79,.38);
    box-shadow:0 30px 78px rgba(48,37,24,.2), 0 0 0 1px rgba(255,255,255,.58) inset;
  }

  .vvss-card.is-next-1 {
    z-index:5;
    width:calc(var(--vvss-active-w) * .68);
    height:calc(var(--vvss-active-h) * .88);
    transform:translate3d(calc(var(--vvss-active-w) * .82), calc(var(--vvss-active-h) * .07), 0) scale(1);
    filter:saturate(.92) brightness(.88);
  }

  .vvss-card.is-next-2 {
    z-index:4;
    width:calc(var(--vvss-active-w) * .56);
    height:calc(var(--vvss-active-h) * .77);
    transform:translate3d(calc(var(--vvss-active-w) * 1.23), calc(var(--vvss-active-h) * .13), 0) scale(1);
    filter:saturate(.82) brightness(.72);
  }

  .vvss-card.is-next-3 {
    z-index:3;
    width:calc(var(--vvss-active-w) * .48);
    height:calc(var(--vvss-active-h) * .68);
    transform:translate3d(calc(var(--vvss-active-w) * 1.55), calc(var(--vvss-active-h) * .19), 0) scale(1);
    filter:saturate(.74) brightness(.64);
  }

  .vvss-card:not(.is-active):not(.is-next-1):not(.is-next-2):not(.is-next-3) {
    opacity:0;
    visibility:hidden;
  }

  .vvss-card.is-active::before {
    content:"★  BEST SELLER";
    position:absolute;
    top:34px;
    left:30px;
    z-index:6;
    min-height:40px;
    padding:0 18px;
    display:inline-flex;
    align-items:center;
    border-radius:14px;
    color:#674816;
    background:linear-gradient(180deg,#f6deb0,#e9c878);
    box-shadow:0 9px 20px rgba(44,31,17,.14);
    font-family:"Inter","Helvetica Neue",Arial,sans-serif;
    font-size:clamp(13px,.9vw,16px);
    font-weight:800;
    letter-spacing:.08em;
  }

  .vvss-fade {
    background:
      linear-gradient(180deg, rgba(0,0,0,.16) 0%, rgba(0,0,0,.04) 38%, rgba(0,0,0,.5) 100%),
      radial-gradient(circle at 50% 106%, rgba(255,255,255,.92) 0, rgba(255,255,255,.42) 33%, rgba(255,255,255,0) 58%);
  }

  .vvss-card.is-active .vvss-fade {
    background:
      linear-gradient(180deg, rgba(0,0,0,.14) 0%, rgba(0,0,0,.02) 38%, rgba(0,0,0,.34) 100%),
      radial-gradient(circle at 50% 106%, rgba(255,255,255,.78) 0, rgba(255,255,255,.34) 36%, rgba(255,255,255,0) 62%);
  }

  .vvss-watermark {
    width:min(56%,320px);
    opacity:.23;
  }

  .vvss-card:not(.is-active) .vvss-watermark {
    width:min(60%,220px);
    opacity:.18;
  }

  .vvss-sound {
    top:30px;
    right:30px;
    width:46px;
    height:46px;
    border-radius:16px;
    background:rgba(43,39,34,.58);
  }

  .vvss-card:not(.is-active) .vvss-sound {
    top:22px;
    right:20px;
    width:40px;
    height:40px;
    border-radius:14px;
  }

  .vvss-product {
    left:22px;
    right:22px;
    bottom:22px;
    min-height:120px;
    padding:16px 18px;
    grid-template-columns:94px minmax(0,1fr) 48px;
    gap:16px;
    border-radius:22px;
    background:rgba(255,255,255,.91);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
    box-shadow:0 20px 48px rgba(28,21,14,.2);
  }

  .vvss-thumb {
    width:94px;
    height:94px;
  }

  .vvss-copy strong {
    font-size:clamp(24px,1.55vw,30px);
  }

  .vvss-copy b {
    font-size:clamp(17px,1.08vw,22px);
  }

  .vvss-add {
    width:48px;
    height:48px;
    box-shadow:0 14px 28px rgba(5,67,64,.28);
  }

  .vvss-card:not(.is-active) .vvss-product {
    left:16px;
    right:16px;
    bottom:16px;
    min-height:82px;
    padding:14px 16px;
    grid-template-columns:minmax(0,1fr) 42px;
    gap:10px;
    border-radius:18px;
    background:rgba(255,255,255,.72);
  }

  .vvss-card:not(.is-active) .vvss-thumb,
  .vvss-card:not(.is-active) .vvss-copy small {
    display:none;
  }

  .vvss-card:not(.is-active) .vvss-copy strong {
    margin:0 0 9px;
    font-size:clamp(15px,1vw,20px);
  }

  .vvss-card:not(.is-active) .vvss-copy b {
    font-size:clamp(13px,.86vw,16px);
  }

  .vvss-card:not(.is-active) .vvss-add {
    width:42px;
    height:42px;
  }

  .vvss-nav--prev {
    display:none;
  }

  .vvss-nav--next {
    right:clamp(-18px,-1.1vw,-8px);
    top:52%;
    width:58px;
    height:58px;
    color:#064942;
    background:rgba(255,255,255,.92);
  }

  .vvss-dots {
    grid-column:2;
    grid-row:2;
    z-index:10;
    align-self:end;
    justify-self:start;
    margin:0 0 clamp(-42px,-2.4vw,-20px) calc(var(--vvss-active-w, 500px) * .6);
    display:flex;
    align-items:center;
    gap:16px;
  }

  .vvss-dots button {
    width:12px;
    height:12px;
    padding:0;
    border:0;
    border-radius:999px;
    background:rgba(24,25,22,.13);
    cursor:pointer;
    transition:width .24s ease, background .24s ease;
  }

  .vvss-dots button.is-active {
    width:28px;
    background:#064942;
  }

  .vvss-benefits { display:none !important; }
}

@media (min-width:1025px) and (max-width:1180px) {
  .vvss-section {
    grid-template-columns:minmax(250px,310px) minmax(620px,1fr);
    column-gap:28px;
    padding-left:24px;
    padding-right:24px;
  }

  .vvss-header h2 {
    font-size:56px;
  }

  .vvss-subtitle {
    font-size:17px !important;
  }

  .vvss-shell {
    --vvss-active-w:380px;
    --vvss-active-h:560px;
    width:100%;
    min-width:620px;
  }

  .vvss-product {
    grid-template-columns:82px minmax(0,1fr) 44px;
    min-height:104px;
    padding:13px;
  }

  .vvss-thumb {
    width:82px;
    height:82px;
  }

  .vvss-copy strong {
    font-size:22px;
  }
}

@media (max-width:1024px) {
  .vvss-track { --vvss-visible:2; }
  .vvss-card { flex-basis:calc((100% - clamp(12px,1.1vw,16px)) / 2); }
  .vvss-nav { display:grid; }
}

@media (max-width:640px) {
  .vvss-section {
    padding:46px 14px 58px;
  }

  .vvss-header {
    margin-bottom:34px;
  }

  .vvss-header h2 {
    font-size:38px;
  }

  .vvss-track { --vvss-visible:1.2; }
  .vvss-card {
    flex-basis:calc((100% - .2 * 14px) / 1.2);
    aspect-ratio:345 / 530;
    border-radius:18px;
  }

  .vvss-product {
    grid-template-columns:76px minmax(0,1fr) 38px;
    min-height:104px;
    padding:12px;
    gap:11px;
  }

  .vvss-thumb {
    width:76px;
    height:76px;
  }

  .vvss-copy strong {
    font-size:20px;
    margin-bottom:10px;
  }

  .vvss-copy b {
    font-size:16px;
  }

  .vvss-nav {
    width:42px;
    height:42px;
  }

  .vvss-nav--prev { left:4px; }
  .vvss-nav--next { right:4px; }
}

@media (prefers-reduced-motion:reduce) {
  .vvss-section *, .vvss-section *::before, .vvss-section *::after {
    animation:none!important;
    transition:none!important;
  }
}
