:root {
  --sv-paper: #0b0d0c;
  --sv-white: #151713;
  --sv-ink: #f4ead8;
  --sv-line: #3e372d;
  --sv-muted: #c5b8a3;
  --sv-gold: #e6a958;
}

body.sv-redesign {
  background: var(--sv-paper);
  color: var(--sv-ink);
}

.drop-banner {
  position: fixed;
  z-index: 980;
  top: 0;
  left: 0;
  right: 0;
  min-height: 32px;
  display: grid;
  place-items: center;
  padding: 6px 20px;
  color: #f8f5ee;
  background: #0b0b0a;
  font: 800 .64rem/1.25 Inter, Arial, sans-serif;
  letter-spacing: .17em;
  text-align: center;
  text-transform: uppercase;
}

.sv-redesign .shop-header {
  top: 32px;
  min-height: 66px;
  border-bottom: 1px solid var(--sv-line);
  color: var(--sv-ink);
  background: rgba(11,13,12,.96);
  box-shadow: 0 8px 28px rgba(0,0,0,.32);
}

.sv-redesign .shop-logo,
.sv-redesign .shop-header nav a,
.sv-redesign .shopping-preferences-trigger,
.sv-redesign .cart-button {
  color: var(--sv-ink);
}

.sv-redesign .shop-header nav a:hover,
.sv-redesign .shopping-preferences-trigger:hover {
  color: var(--sv-gold);
}

.sv-redesign .cart-button {
  border-color: #665947;
  background: transparent;
}

.sv-redesign .hero {
  min-height: min(820px, 94svh);
  margin-top: 32px;
  border-bottom: 0;
}

.sv-redesign .hero::before {
  filter: grayscale(.22) saturate(.7) contrast(1.05)!important;
}

.sv-redesign .hero::after {
  background:
    linear-gradient(90deg, rgba(4,4,4,.92) 0%, rgba(4,4,4,.68) 38%, rgba(4,4,4,.08) 72%),
    linear-gradient(0deg, rgba(0,0,0,.72), transparent 65%)!important;
}

.sv-redesign .hero h1 {
  max-width: 860px!important;
  font-size: clamp(3.2rem, 6.4vw, 7rem)!important;
  letter-spacing: -.045em;
}

.sv-redesign .hero-copy {
  max-width: 560px!important;
  font-size: clamp(.95rem, 1.3vw, 1.12rem)!important;
  line-height: 1.7!important;
}

.sv-redesign .hero-cta {
  border-radius: 0;
  padding: 17px 24px;
  color: #11120f;
  background: var(--sv-gold);
  box-shadow: none;
}

.sv-redesign main {
  background: var(--sv-paper);
}

.sv-redesign .intro,
.sv-redesign .process,
.sv-redesign .featured,
.sv-redesign .worlds,
.sv-redesign .principles,
.sv-redesign .gallery,
.sv-redesign .qr-section,
.sv-redesign .personalization-lab,
.sv-redesign .trust-section,
.sv-redesign .faq-section {
  color: var(--sv-ink);
  background: var(--sv-paper)!important;
}

.sv-redesign .intro,
.sv-redesign .process,
.sv-redesign .featured,
.sv-redesign .worlds,
.sv-redesign .gallery {
  padding-top: clamp(70px, 9vw, 130px);
  padding-bottom: clamp(70px, 9vw, 130px);
}

.sv-redesign .intro h2,
.sv-redesign .process h2,
.sv-redesign .featured h2,
.sv-redesign .worlds h2,
.sv-redesign .gallery h2,
.sv-redesign .qr-section h2,
.sv-redesign .personalization-lab h2,
.sv-redesign .faq-section h2 {
  color: var(--sv-ink)!important;
  letter-spacing: -.035em;
}

.sv-redesign .intro p,
.sv-redesign .process p,
.sv-redesign .featured p,
.sv-redesign .worlds p,
.sv-redesign .gallery p,
.sv-redesign .principles,
.sv-redesign .qr-section p {
  color: var(--sv-muted)!important;
}

.sv-redesign .eyebrow,
.sv-redesign .number,
.sv-redesign .club {
  color: var(--sv-gold)!important;
}

.sv-redesign .steps,
.sv-redesign .world-grid {
  gap: 1px;
  padding: 1px;
  background: var(--sv-line);
}

.sv-redesign .step,
.sv-redesign .world-card {
  border: 0;
  border-radius: 0;
  color: var(--sv-ink);
  background: var(--sv-white);
  box-shadow: none;
}

.sv-redesign .step h3,
.sv-redesign .world-card h3 {
  color: var(--sv-ink)!important;
}

.sv-redesign .featured-grid {
  gap: 4px;
}

.sv-redesign .featured-card {
  border: 0;
  border-radius: 0;
  filter: saturate(.78);
}

.sv-redesign .principles {
  border-top: 1px solid var(--sv-line);
  border-bottom: 1px solid var(--sv-line);
}

.sv-redesign .principle + .principle {
  border-color: var(--sv-line)!important;
}

.sv-redesign .product-switcher {
  border-color: #665947;
  border-radius: 0;
  background: var(--sv-white);
}

.sv-redesign .product-switcher button {
  color: var(--sv-muted);
}

.sv-redesign .product-switcher button.active {
  color: #11120f;
  background: var(--sv-gold);
}

.sv-redesign .collection-head {
  margin-bottom: 42px;
}

.sv-redesign .filters {
  gap: 6px;
}

.sv-redesign .filter {
  border-color: #665947!important;
  border-radius: 0!important;
  color: var(--sv-ink)!important;
  background: transparent!important;
}

.sv-redesign .filter.active {
  color: #11120f!important;
  background: var(--sv-gold)!important;
}

.sv-redesign .grid {
  gap: 3px;
  background: var(--sv-line);
}

.sv-redesign .card {
  border: 0;
  border-radius: 0;
  color: var(--sv-ink);
  background: var(--sv-white);
  box-shadow: none;
}

.sv-redesign .card .image-wrap {
  background: #0d0f0d;
}

.sv-redesign .card .content {
  padding: 22px 22px 28px;
}

.sv-redesign .card h3,
.sv-redesign .card .quote,
.sv-redesign .card strong {
  color: var(--sv-ink)!important;
}

.sv-redesign .card-cta,
.sv-redesign .sticker-buy {
  border-radius: 0!important;
  color: #11120f!important;
  background: var(--sv-gold)!important;
}

.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.hero-actions .hero-cta{margin:0}.hero-actions .hero-cta-secondary{border:1px solid rgba(244,234,216,.55);color:var(--sv-ink);background:rgba(9,10,9,.58);backdrop-filter:blur(10px)}
.product-lineup{display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid var(--sv-line);background:#10120f}.product-lineup a{display:grid;gap:6px;place-items:center;min-height:92px;padding:16px;border-right:1px solid var(--sv-line);color:var(--sv-ink);text-decoration:none;text-align:center}.product-lineup a:last-child{border-right:0}.product-lineup strong{font:800 clamp(.82rem,1.2vw,1.05rem)/1 Inter,Arial,sans-serif;text-transform:uppercase}.product-lineup span{color:var(--sv-muted);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.product-lineup a:hover{background:#191b16}.product-lineup a:last-child{color:#11120f;background:var(--sv-gold)}.product-lineup a:last-child span{color:#4b3720}
.product-lineup a.active{box-shadow:inset 0 -4px var(--sv-gold);background:#1d1f19}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--sv-line);background:#10120f}.trust-strip span{display:grid;place-items:center;min-height:64px;padding:14px;border-right:1px solid var(--sv-line);color:var(--sv-muted);font:800 .68rem/1.2 Inter,Arial,sans-serif;letter-spacing:.08em;text-align:center;text-transform:uppercase}.trust-strip span:last-child{border-right:0}.trust-strip span::before{content:"✓";margin-bottom:5px;color:var(--sv-gold)}
.garment-filter{display:grid;grid-template-columns:repeat(4,max-content);gap:6px}.garment-filter button{min-height:44px;padding:0 18px;border:1px solid #665947;color:var(--sv-muted);background:transparent;font:900 .68rem/1 Inter,Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.garment-filter button:hover,.garment-filter button.active{border-color:var(--sv-gold);color:#11120f;background:var(--sv-gold)}
.hero-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-self:center}.hero-products a{position:relative;display:grid;place-items:center;min-height:240px;overflow:hidden;border:1px solid rgba(230,169,88,.35);color:var(--sv-ink);background:rgba(8,9,8,.58);text-decoration:none;backdrop-filter:blur(8px)}.hero-products img{width:100%;height:210px;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(0,0,0,.65));transition:transform .25s ease}.hero-products strong{position:absolute;right:10px;bottom:10px;left:10px;padding:9px;color:#11120f;background:var(--sv-gold);font:900 .68rem/1 Inter,Arial,sans-serif;letter-spacing:.1em;text-align:center;text-transform:uppercase}.hero-products a:hover img{transform:scale(1.04)}
.sv-redesign .featured-card::before{content:"BEST SELLER";position:absolute;z-index:4;top:16px;left:16px;padding:8px 10px;color:#11120f;background:var(--sv-gold);font:900 .62rem/1 Inter,Arial,sans-serif;letter-spacing:.13em}
.bundle-strip{display:grid;grid-template-columns:1.25fr .75fr;gap:clamp(24px,5vw,72px);align-items:center;margin:0 0 clamp(70px,9vw,120px);padding:clamp(32px,5vw,64px);border:1px solid var(--sv-line);background:linear-gradient(90deg,rgba(13,15,13,.97),rgba(13,15,13,.78)),url("halloween-21-zombie-picture-club.webp") center 36%/cover}.bundle-strip h2{margin:8px 0 14px;color:var(--sv-ink)}.bundle-strip p{max-width:700px;color:var(--sv-muted);line-height:1.65}.bundle-strip .bundle-actions{display:grid;gap:10px}.bundle-strip a{display:grid;place-items:center;min-height:52px;padding:0 18px;color:#11120f;background:var(--sv-gold);font:900 .72rem/1 Inter,Arial,sans-serif;letter-spacing:.1em;text-align:center;text-decoration:none;text-transform:uppercase}.bundle-strip a:last-child{border:1px solid #756650;color:var(--sv-ink);background:rgba(10,11,10,.74)}
.mobile-shop-bar{display:none}.sv-redesign .discovery-tools{border-color:var(--sv-line);background:#11130f}.sv-redesign .discovery-tools input,.sv-redesign .discovery-tools select,.sv-redesign .discovery-tools button{border-color:#665947;color:var(--sv-ink);background:#090b09}.sv-redesign .sticker-card .image-wrap{background:radial-gradient(circle at 50% 42%,rgba(230,169,88,.15),transparent 45%),#0d0f0d}

.sv-redesign footer {
  color: #e9e5dc;
  background: #10100f;
}

.sv-redesign .intro,
.sv-redesign .process,
.sv-redesign .worlds,
.sv-redesign .principles,
.sv-redesign .qr-section,
.sv-redesign .style-quiz,
.sv-redesign .hero-promise,
.sv-redesign .card .description {
  display: none!important;
}

.sv-redesign .featured { padding-top: clamp(56px,7vw,96px); }
.sv-redesign .bundle-strip { margin-top: 0; }
.sv-redesign .bundle-strip p { display: none; }
.sv-redesign .card .content { min-height: 190px; }
.sv-redesign .card .quote { margin-bottom: 0; }
.sv-redesign .gallery { padding-top: clamp(56px,7vw,96px); }
.sv-redesign .faq-section { max-width: 900px; margin-inline: auto; }

@media (max-width: 760px) {
  .drop-banner { font-size: .56rem; letter-spacing: .1em; }
  .sv-redesign .shop-header { top: 32px; }
  .sv-redesign .hero { margin-top: 32px; }
  .sv-redesign .hero>.wrap { padding-top: 88px; }
  .sv-redesign .grid { gap: 1px; }
  .sv-redesign .card .content { padding: 18px; }
  .sv-redesign .card .content { min-height: 170px; }
  .hero-actions{display:grid}.hero-actions .hero-cta{width:100%;justify-content:center}.bundle-strip{grid-template-columns:1fr}.mobile-shop-bar{position:fixed;z-index:1900;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));left:12px;display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:7px;border:1px solid #615440;background:rgba(9,10,9,.94);box-shadow:0 16px 42px rgba(0,0,0,.58);backdrop-filter:blur(14px)}.mobile-shop-bar a{display:grid;place-items:center;min-height:46px;color:#11120f;background:var(--sv-gold);font:900 .65rem/1 Inter,Arial,sans-serif;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.mobile-shop-bar a:last-child{border:1px solid #665947;color:var(--sv-ink);background:#151713}
  .product-lineup{grid-template-columns:repeat(2,1fr)}.product-lineup a{min-height:76px;border-bottom:1px solid var(--sv-line)}.product-lineup a:nth-child(even){border-right:0}.product-lineup a:last-child{grid-column:1/-1}
  .hero-products{order:-1;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;width:100%;margin-top:-14px}.hero-products a{min-height:112px}.hero-products img{height:94px}.hero-products strong{right:4px;bottom:4px;left:4px;padding:6px 2px;font-size:.48rem}
  .trust-strip{grid-template-columns:repeat(2,1fr)}.trust-strip span{min-height:58px}.trust-strip span:nth-child(2){border-right:0}
  .garment-filter{grid-template-columns:repeat(2,1fr);width:100%}.garment-filter button{padding:0 8px}
}
