/* See how it stacks up — head-to-head comparison (CSS-only toggle) */
.vs-section {
  --vs-ink: #0b2b4d;
  --vs-muted: #61748a;
  --vs-faint: #66788e;
  --vs-hair: rgba(11, 43, 77, 0.1);
  --vs-hi: rgba(255, 255, 255, 0.95);
  --vs-up: inset 0 1px 0 var(--vs-hi), inset 0 -1px 0 rgba(11, 43, 77, 0.05),
    0 2px 3px rgba(11, 43, 77, 0.05), 0 14px 30px -8px rgba(11, 43, 77, 0.16);
  --vs-down: inset 0 2px 4px rgba(11, 43, 77, 0.16),
    inset 0 -1px 0 rgba(255, 255, 255, 0.85);
  --vs-press: 0 1px 0 rgba(255, 255, 255, 0.9);
  --vs-accent: #f25a00;
  --vs-accent-ink: #a84000;
  --vs-wt: #2b9ae6;
  --vs-wt-ink: #0c5f9c;
  --vs-sky: #2b9ae6;
  --vs-line: #e6eef7;
  --vs-tint-wt: #e6f1fb;
  --vs-tint-op: #ffe9da;
  --vs-ease: cubic-bezier(0.22, 0.85, 0.26, 1);

  position: relative;
  padding: clamp(58px, 6.5vw, 100px) 24px;
  color: var(--vs-ink);
  background: radial-gradient(120% 80% at 50% -10%, #f4faff 0%, rgba(244, 250, 255, 0) 60%),
    linear-gradient(172deg, #dfecfa 0%, #eef6fd 48%, #e2eefb 100%);
}

.vs-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.05;
  pointer-events: none;
}

.vs-section .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.vs-shell {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.vs-head {
  margin: 0 auto clamp(28px, 3.4vw, 42px);
  text-align: center;
}

.vs-eyebrow {
  margin: 0 0 14px;
  color: var(--vs-sky);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vs-head h2 {
  margin: 0;
  text-shadow: var(--vs-press);
  font-size: clamp(32px, 4.1vw, 52px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.vs-head p {
  max-width: 60ch;
  margin: 18px auto 0;
  color: var(--vs-muted);
  font-size: 17px;
  line-height: 1.62;
}

.vs-seg {
  position: relative;
  display: inline-flex;
  margin: 0 auto clamp(22px, 2.6vw, 32px);
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: linear-gradient(180deg, #dfe9f5, #eef4fb);
  box-shadow: var(--vs-down), 0 1px 0 var(--vs-hi);
}

.vs-seg::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 5px;
  bottom: 5px;
  left: 5px;
  width: calc(50% - 5px);
  border-radius: 999px;
  background: linear-gradient(180deg, #17436e 0%, #0b2b4d 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -2px 4px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(11, 43, 77, 0.32);
  transition: transform 340ms var(--vs-ease);
}

.vs-seg label {
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  min-width: 172px;
  padding: 11px 22px;
  color: var(--vs-muted);
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-align: center;
  text-shadow: var(--vs-press);
  white-space: nowrap;
  cursor: pointer;
  transition: color 240ms var(--vs-ease);
}

.vs-seg-wrap {
  text-align: center;
}

#vs-hw:checked ~ .vs-seg-wrap .vs-seg::before {
  transform: translateX(100%);
}

#vs-dm:checked ~ .vs-seg-wrap .vs-seg label[for="vs-dm"],
#vs-hw:checked ~ .vs-seg-wrap .vs-seg label[for="vs-hw"] {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

#vs-dm:focus-visible ~ .vs-seg-wrap .vs-seg label[for="vs-dm"],
#vs-hw:focus-visible ~ .vs-seg-wrap .vs-seg label[for="vs-hw"] {
  outline: 3px solid rgba(43, 154, 230, 0.5);
  outline-offset: 3px;
  border-radius: 999px;
}

.vs-bezel {
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 32px;
  background: linear-gradient(180deg, #e6eef8 0%, #d8e5f3 100%);
  box-shadow: inset 0 2px 5px rgba(11, 43, 77, 0.16),
    inset 0 -1px 0 rgba(255, 255, 255, 0.9),
    0 30px 60px -22px rgba(11, 43, 77, 0.4);
}

.vs {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 34%, #eef5fc 100%);
  box-shadow: var(--vs-up);
  overflow: hidden;
}

.vs__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px minmax(0, 1fr);
  align-items: center;
}

.vs__row + .vs__row {
  border-top: 1px solid var(--vs-hair);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.vs__side {
  display: flex;
  min-height: 96px;
  padding: 20px 30px;
  flex-direction: column;
  gap: 12px;
}

.vs__side--wt {
  align-items: flex-end;
  background: linear-gradient(165deg, #f5fbff 0%, #dceaf7 100%);
  box-shadow: inset -1px 0 0 rgba(43, 154, 230, 0.24),
    inset 1px 0 0 rgba(255, 255, 255, 0.9);
  text-align: right;
}

.vs__side--op {
  align-items: flex-start;
  background: linear-gradient(165deg, #fffaf5 0%, #ffe6d4 100%);
  box-shadow: inset 1px 0 0 rgba(242, 90, 0, 0.22),
    inset -1px 0 0 rgba(255, 255, 255, 0.9);
}

.vs__label {
  padding: 14px 16px;
  text-shadow: var(--vs-press);
  color: var(--vs-faint);
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.vs__v {
  display: block;
  text-shadow: var(--vs-press);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  font-variant-numeric: tabular-nums;
}

.vs__side--wt .vs__v {
  font-weight: 400;
}

.vs__v--win {
  color: var(--vs-wt-ink);
  font-weight: 400;
  letter-spacing: -0.025em;
}

.vs__v--win.vs__v--fig {
  font-size: 21px;
}

.vs__side--op .vs__v {
  color: var(--vs-accent-ink);
  font-weight: 400;
}

.vs__v--na,
.vs__side--op .vs__v--na {
  color: var(--vs-faint);
  font-weight: 400;
}

.vs__top {
  border-bottom: 2px solid #eef4fa;
}

.vs__top .vs__side {
  min-height: 116px;
  justify-content: center;
}

.vs__logo {
  display: block;
  width: 132px;
  height: auto;
}

.vs__name {
  display: block;
  color: var(--vs-ink);
  text-shadow: var(--vs-press);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.024em;
}

.vs__sub {
  display: block;
  margin-top: -4px;
  color: var(--vs-faint);
  font-size: 13px;
}

.vs__chip {
  display: grid;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--vs-faint);
  background: linear-gradient(180deg, #ffffff 0%, #dfe9f4 100%);
  box-shadow: inset 0 1px 0 #fff, inset 0 -2px 4px rgba(11, 43, 77, 0.14),
    0 3px 8px rgba(11, 43, 77, 0.18);
  text-shadow: var(--vs-press);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vs__bar {
  display: block;
  width: min(100%, 210px);
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d9e4f0, #eaf1f8);
  box-shadow: var(--vs-down);
  overflow: hidden;
}

.vs__bar i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff9a52 0%, #e64f00 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 1px 3px rgba(190, 62, 0, 0.45);
  animation: vs-grow 900ms var(--vs-ease) both;
}

.vs__bar--l i {
  margin-left: auto;
  background: linear-gradient(180deg, #64bdf3 0%, #1f86d0 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 1px 3px rgba(12, 95, 156, 0.45);
}

@keyframes vs-grow {
  from { width: 0; }
  to { width: var(--w); }
}

.vs__opt {
  display: none;
  width: 100%;
}

.vs__opt > * + * {
  margin-top: 12px;
}

#vs-dm:checked ~ .vs-shell-in .vs__opt--dm,
#vs-hw:checked ~ .vs-shell-in .vs__opt--hw {
  display: block;
  animation: vs-in 320ms var(--vs-ease) both;
}

@keyframes vs-in {
  from { opacity: 0; transform: translateX(10px); }
  to { opacity: 1; transform: none; }
}

.vs-note {
  width: 100%;
  max-width: none;
  margin: 22px auto 0;
  color: var(--vs-faint);
  font-size: 13px;
  text-align: center;
}

@media (max-width: 860px) {
  .vs__row {
    grid-template-columns: 1fr;
    padding: 6px 0;
  }

  .vs__row + .vs__row {
    border-top: 1px solid var(--vs-line);
  }

  .vs__label {
    order: -1;
    padding: 16px 18px 4px;
    text-align: left;
  }

  .vs__side {
    min-height: 0;
    padding: 12px 18px;
    gap: 10px;
    align-items: stretch;
    text-align: left;
  }

  .vs__side--wt {
    margin: 0 10px;
    border-radius: 12px;
    background: linear-gradient(165deg, #f5fbff 0%, #dceaf7 100%);
  }

  .vs__side--op {
    margin: 0 10px;
    border-radius: 12px;
    background: linear-gradient(165deg, #fffaf5 0%, #ffe6d4 100%);
    box-shadow: none;
  }

  .vs__side--wt .vs__v::before,
  .vs__side--op .vs__v::before {
    display: block;
    margin-bottom: 3px;
    color: var(--vs-faint);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
  }

  .vs__side--wt .vs__v::before {
    content: "WashTym";
    color: var(--vs-wt-ink);
  }

  .vs__side--op .vs__v::before {
    color: var(--vs-accent-ink);
  }

  #vs-dm:checked ~ .vs-shell-in .vs__row:not(.vs__top) .vs__side--op .vs__v::before {
    content: "Domestic machine";
  }

  #vs-hw:checked ~ .vs-shell-in .vs__row:not(.vs__top) .vs__side--op .vs__v::before {
    content: "Hand wash";
  }

  .vs__bar--l i {
    margin-left: 0;
  }

  .vs__top .vs__side {
    min-height: 0;
    padding: 18px;
  }

  .vs__top .vs__side--wt {
    margin: 6px 10px;
  }

  .vs__top .vs__label {
    display: none;
  }

  .vs__chip {
    display: none;
  }

  .vs__top .vs__v::before,
  .vs__top .vs__side--wt .vs__v::before {
    content: none;
  }
}

@media (max-width: 480px) {
  .vs-section {
    padding-inline: 14px;
  }

  .vs-bezel {
    padding: 7px;
    border-radius: 24px;
  }

  .vs-seg label {
    padding: 10px 16px;
    font-size: 13.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vs__bar i,
  .vs__opt,
  .vs-seg::before {
    animation: none;
    transition: none;
  }

  .vs__bar i {
    width: var(--w);
  }
}
