    .ssk-preview-shop{
      --bg:#fffaf7;
      --card:#ffffff;
      --ink:#2d2430;
      --muted:#76687c;
      --line:rgba(74,49,86,.16);
      --primary:#8f64d8;
      --primary-2:#c29cff;
      --primary-glow:#dbc8ff;
      --secondary:#48c7bd;
      --rose:#f6a9bc;
      --gold:#f2c96d;
      --soft:#fff1f7;
      --shadow:0 24px 60px rgba(93,62,118,.16);
      --shadow-soft:0 12px 30px rgba(93,62,118,.12);
      --radius:28px;
      --max:1180px;
      --font-body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      --font-display: Georgia, "Times New Roman", serif;
      --font-script: "Brush Script MT", "Segoe Script", cursive;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--ink);
      font-family:var(--font-body);
      background:
        radial-gradient(circle at 8% 12%, rgba(194,156,255,.35), transparent 28rem),
        radial-gradient(circle at 90% 0%, rgba(72,199,189,.24), transparent 30rem),
        radial-gradient(circle at 80% 85%, rgba(246,169,188,.32), transparent 26rem),
        var(--bg);
      line-height:1.55;
      overflow-x:hidden;
    }

    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,select{font:inherit}
    button{cursor:pointer}
    .container{max-width:var(--max);margin-inline:auto;padding-inline:clamp(18px,4vw,34px)}
    .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;
    }

    /* Header */
    .site-header{
      position:sticky;
      top:0;
      z-index:40;
      backdrop-filter:blur(18px);
      background:rgba(255,250,247,.78);
      border-bottom:1px solid var(--line);
    }
    .nav{
      min-height:76px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:900;
      letter-spacing:-.03em;
    }
    .brand-mark{
      width:40px;height:40px;border-radius:14px;
      display:grid;place-items:center;
      background:linear-gradient(135deg,var(--primary),var(--secondary));
      color:white;
      box-shadow:var(--shadow-soft);
    }
    .nav-links{
      display:none;
      align-items:center;
      gap:18px;
      font-size:.93rem;
      color:var(--muted);
      font-weight:700;
    }
    .nav-links a:hover{color:var(--ink)}
    .nav-actions{display:flex;align-items:center;gap:10px}
    .cart-pill{
      border:1px solid var(--line);
      background:rgba(255,255,255,.72);
      padding:10px 14px;
      border-radius:999px;
      display:inline-flex;
      gap:8px;
      align-items:center;
      font-weight:800;
      box-shadow:0 8px 18px rgba(93,62,118,.08);
    }
    .cart-count{
      min-width:22px;
      height:22px;
      display:grid;
      place-items:center;
      border-radius:99px;
      background:var(--primary);
      color:#fff;
      font-size:.75rem;
    }

    @media (min-width: 820px){
      .nav-links{display:flex}
    }

    /* Utilities */
    .chip{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:7px;
      border:1px solid rgba(143,100,216,.22);
      background:rgba(255,255,255,.70);
      color:var(--ink);
      border-radius:999px;
      padding:8px 13px;
      font-size:.83rem;
      font-weight:800;
      box-shadow:0 8px 20px rgba(93,62,118,.08);
      transition:.2s ease;
    }
    .chip:hover{transform:translateY(-1px)}
    .chip-active{
      background:linear-gradient(135deg,var(--primary),var(--secondary));
      color:#fff;
      border-color:transparent;
    }
    .btn-shop,.btn-soft{
      min-height:46px;
      border:0;
      border-radius:999px;
      padding:13px 18px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      font-weight:900;
      transition:.2s ease;
    }
    .btn-shop{
      color:white;
      background:linear-gradient(135deg,var(--primary),var(--secondary));
      box-shadow:0 18px 36px rgba(143,100,216,.22);
    }
    .btn-soft{
      color:var(--ink);
      background:rgba(255,255,255,.78);
      border:1px solid var(--line);
      box-shadow:0 10px 24px rgba(93,62,118,.08);
    }
    .btn-shop:hover,.btn-soft:hover{transform:translateY(-2px)}
    .glass-card{
      background:rgba(255,255,255,.72);
      border:1px solid rgba(255,255,255,.75);
      box-shadow:var(--shadow);
      backdrop-filter:blur(20px);
    }
    .icon{width:18px;height:18px;display:inline-block}
    .section-title{
      font-family:var(--font-display);
      font-size:clamp(1.75rem,3.4vw,2.45rem);
      line-height:1.05;
      margin:0 0 18px;
      letter-spacing:-.04em;
    }

    /* Hero */
    .hero{
      position:relative;
      overflow:hidden;
      padding:clamp(42px,7vw,76px) 0 clamp(38px,6vw,62px);
      min-height:460px;
      display:grid;
      align-items:center;
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(to bottom, rgba(255,250,247,.42), rgba(255,250,247,.82), var(--bg)),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1800' height='1000' viewBox='0 0 1800 1000'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' x2='1' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23dbc8ff'/%3E%3Cstop offset='.55' stop-color='%23ffe2ec'/%3E%3Cstop offset='1' stop-color='%23c9f4ed'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1800' height='1000' fill='url(%23g)'/%3E%3Cg opacity='.32'%3E%3Ccircle cx='225' cy='190' r='130' fill='%23ffffff'/%3E%3Ccircle cx='1500' cy='180' r='220' fill='%23ffffff'/%3E%3Ccircle cx='900' cy='760' r='260' fill='%23ffffff'/%3E%3C/g%3E%3Cg opacity='.24' fill='none' stroke='%238f64d8' stroke-width='6'%3E%3Cpath d='M128 730 C 360 570, 494 880, 740 674 S 1130 470, 1518 706'/%3E%3Cpath d='M250 250 C 470 130, 650 360, 850 260 S 1160 120, 1450 300'/%3E%3C/g%3E%3Cg opacity='.55' fill='%23ffffff'%3E%3Crect x='1160' y='370' width='250' height='330' rx='34'/%3E%3Crect x='420' y='430' width='240' height='300' rx='34'/%3E%3Crect x='720' y='330' width='290' height='360' rx='34'/%3E%3C/g%3E%3C/svg%3E") center/cover;
    }
    .floating-decor{
      position:absolute;
      inset:0;
      pointer-events:none;
      overflow:hidden;
    }
    .sparkle{
      position:absolute;
      width:12px;height:12px;
      border-radius:50%;
      background:rgba(255,255,255,.92);
      box-shadow:0 0 26px rgba(143,100,216,.45);
      animation:floaty 9s ease-in-out infinite;
    }
    .sparkle:nth-child(1){left:12%;top:18%}
    .sparkle:nth-child(2){left:82%;top:24%;animation-delay:1.2s}
    .sparkle:nth-child(3){left:68%;top:68%;animation-delay:2.4s}
    .sparkle:nth-child(4){left:18%;top:75%;animation-delay:3.2s}
    .petal{
      position:absolute;
      width:28px;height:18px;
      border-radius:80% 20% 80% 20%;
      background:rgba(246,169,188,.72);
      animation:drift 13s linear infinite;
    }
    .petal:nth-child(5){left:8%;top:32%;animation-delay:0s}
    .petal:nth-child(6){left:72%;top:16%;animation-delay:3s;background:rgba(72,199,189,.55)}
    .petal:nth-child(7){left:90%;top:48%;animation-delay:5s;background:rgba(194,156,255,.68)}
    @keyframes floaty{
      0%,100%{transform:translateY(0) scale(1);opacity:.75}
      50%{transform:translateY(-22px) scale(1.15);opacity:1}
    }
    @keyframes drift{
      from{transform:translate3d(-40px,0,0) rotate(0deg);opacity:.1}
      20%{opacity:.65}
      to{transform:translate3d(160px,80px,0) rotate(160deg);opacity:0}
    }

    .hero-inner{
      position:relative;
      text-align:center;
      max-width:860px;
      margin-inline:auto;
    }
    .hero h1{
      font-family:var(--font-display);
      font-size:clamp(2.45rem,7vw,5.6rem);
      line-height:.95;
      letter-spacing:-.075em;
      margin:12px 0 0;
    }
    .script{
      font-family:var(--font-script);
      color:var(--primary);
      font-weight:400;
      letter-spacing:0;
      text-shadow:0 16px 38px rgba(143,100,216,.2);
    }
    .hero p{
      color:var(--muted);
      font-size:clamp(.95rem,1.8vw,1.08rem);
      max-width:650px;
      margin:14px auto 0;
    }
    .search-wrap{
      max-width:620px;
      margin:22px auto 0;
      position:relative;
    }
    .search-wrap svg{
      position:absolute;
      left:21px;
      top:50%;
      transform:translateY(-50%);
      color:var(--muted);
      width:21px;
      height:21px;
      pointer-events:none;
    }
    .search-input{
      width:100%;
      min-height:50px;
      border-radius:999px;
      border:1px solid var(--line);
      padding:0 22px 0 56px;
      background:rgba(255,255,255,.84);
      box-shadow:var(--shadow-soft);
      outline:0;
    }
    .search-input:focus{
      border-color:rgba(143,100,216,.6);
      box-shadow:0 0 0 5px rgba(143,100,216,.15), var(--shadow-soft);
    }
    .goal-pills{
      display:flex;
      gap:8px;
      justify-content:center;
      flex-wrap:wrap;
      margin-top:14px;
    }

    /* Collections */
    .collections{padding:clamp(26px,5vw,48px) 0 clamp(20px,3.5vw,40px)}
    .bento{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:12px;
    }
    .collection-card{
      position:relative;
      min-height:88px;
      border-radius:18px;
      overflow:hidden;
      padding:14px;
      border:1px solid rgba(255,255,255,.76);
      background:linear-gradient(135deg, var(--c1), var(--c2));
      box-shadow:var(--shadow-soft);
      transition:.25s ease;
      isolation:isolate;
    }
    .collection-card:hover{transform:translateY(-4px) scale(1.01)}
    .collection-card::after{
      content:"";
      position:absolute;
      right:-52px;
      bottom:-62px;
      width:148px;
      height:148px;
      background:rgba(255,255,255,.32);
      border-radius:44% 56% 52% 48%;
      filter:blur(1px);
      z-index:-1;
    }
    .collection-card h3{
      font-family:var(--font-display);
      font-size:clamp(.98rem,4.2vw,1.22rem);
      line-height:1.04;
      letter-spacing:-.05em;
      margin:0;
    }
    .collection-card p{margin:4px 0 8px;color:rgba(45,36,48,.72);font-size:.8rem;line-height:1.25;font-weight:700}
    .browse{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:#6c41b8;
      font-weight:900;
      font-size:.84rem;
    }
    .butterfly{
      position:absolute;
      right:14px;
      bottom:10px;
      width:78px;
      opacity:.45;
      transition:.25s ease;
    }
    .collection-card:hover .butterfly{opacity:.9;transform:rotate(-8deg) scale(1.05)}
    @media (max-width:544px){
      .hero h1{
        font-size:clamp(2.25rem,10.6vw,2.95rem);
        line-height:.98;
        letter-spacing:-.065em;
      }
    }
    @media (max-width:359px){
      .bento{grid-template-columns:1fr}
    }
    @media (min-width:760px){
      .bento{grid-template-columns:repeat(3,1fr);grid-auto-rows:124px;gap:14px}
      .span-2{grid-column:span 2}
      .collection-card{min-height:unset;border-radius:24px;padding:20px}
      .collection-card h3{font-size:clamp(1.25rem,2vw,1.65rem)}
      .collection-card p{font-size:.9rem}
      .browse{font-size:.88rem}
      .collection-card::after{width:148px;height:148px}
    }

    /* Catalog */
    .catalog{padding:clamp(24px,4vw,40px) 0 clamp(40px,6vw,82px)}
    .catalog-grid{
      display:grid;
      gap:28px;
    }
    @media (min-width:1040px){
      .catalog-grid{grid-template-columns:280px 1fr;align-items:start}
    }
    .filters-panel{
      display:none;
      position:sticky;
      top:98px;
      border-radius:30px;
      padding:24px;
    }
    @media (min-width:1040px){.filters-panel{display:block}}
    .filters-title{
      display:flex;
      align-items:center;
      gap:9px;
      font-family:var(--font-display);
      font-size:1.75rem;
      line-height:1;
      letter-spacing:-.05em;
      margin:0 0 22px;
    }
    .filter-group{margin-bottom:24px}
    .filter-group h3{
      margin:0 0 12px;
      font-size:.77rem;
      text-transform:uppercase;
      letter-spacing:.12em;
      color:var(--muted);
    }
    .filter-list{display:grid;gap:10px}
    .check-row{
      display:flex;
      align-items:center;
      gap:9px;
      color:var(--ink);
      font-weight:700;
      font-size:.92rem;
      cursor:pointer;
    }
    .check-row input{width:18px;height:18px;accent-color:var(--primary)}
    .range{width:100%;accent-color:var(--primary)}
    .max-price{margin:8px 0 0;color:var(--primary);font-weight:900}
    .catalog-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      flex-wrap:wrap;
      gap:14px;
      margin-bottom:22px;
    }
    .product-count{margin:0;color:var(--muted)}
    .product-count strong{color:var(--ink)}
    .catalog-actions{display:flex;gap:10px;align-items:center}
    .filter-open{display:inline-flex}
    @media (min-width:1040px){.filter-open{display:none}}
    .sort-select{
      min-height:44px;
      border:1px solid var(--line);
      border-radius:999px;
      background:rgba(255,255,255,.82);
      padding:0 16px;
      outline:0;
      font-weight:800;
      color:var(--ink);
    }
    .products-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:14px;
      align-items:stretch;
    }
    @media (min-width:760px){.products-grid{gap:20px}}
    @media (min-width:920px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}

    .product-card{
      min-width:0;
      overflow:hidden;
      border-radius:28px;
      background:rgba(255,255,255,.8);
      border:1px solid rgba(255,255,255,.76);
      box-shadow:var(--shadow-soft);
      transition:.25s ease;
      display:flex;
      flex-direction:column;
    }
    .product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
    .product-art{
      min-height:170px;
      position:relative;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,var(--art1),var(--art2));
      overflow:hidden;
    }
    .product-art::before{
      content:"";
      position:absolute;
      width:76%;
      height:60%;
      border-radius:24px;
      background:rgba(255,255,255,.36);
      transform:rotate(-7deg);
      box-shadow:0 20px 40px rgba(93,62,118,.14);
    }
    .product-art::after{
      content:"";
      position:absolute;
      width:48%;
      height:34%;
      border-radius:19px;
      background:rgba(255,255,255,.58);
      transform:rotate(8deg) translate(18px,20px);
      border:1px solid rgba(255,255,255,.6);
    }
    .product-emoji{
      position:relative;
      z-index:2;
      font-size:2.4rem;
      filter:drop-shadow(0 14px 20px rgba(74,49,86,.18));
    }
    .badge-row{
      position:absolute;
      left:10px;
      top:10px;
      display:flex;
      gap:6px;
      flex-wrap:wrap;
      z-index:3;
    }
    .badge{
      background:rgba(255,255,255,.84);
      border:1px solid rgba(255,255,255,.7);
      border-radius:999px;
      padding:5px 8px;
      font-size:.68rem;
      font-weight:900;
    }
    .product-body{
      padding:16px;
      display:flex;
      flex-direction:column;
      gap:9px;
      flex:1;
    }
    .product-body h3{
      margin:0;
      font-size:1rem;
      line-height:1.18;
      letter-spacing:-.02em;
    }
    .benefit{
      margin:0;
      color:var(--muted);
      font-size:.86rem;
    }
    .tags{
      display:flex;
      flex-wrap:wrap;
      gap:6px;
      margin-top:auto;
    }
    .tag{
      font-size:.67rem;
      border-radius:999px;
      padding:4px 7px;
      background:var(--soft);
      color:#7d4662;
      font-weight:800;
    }
    .product-meta{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      margin-top:6px;
    }
    .price{font-weight:1000;color:var(--ink)}
    .rating{font-size:.8rem;color:#876419;font-weight:900}
    .add-btn{
      margin-top:4px;
      width:100%;
      min-height:42px;
      border:0;
      border-radius:999px;
      background:var(--ink);
      color:#fff;
      font-weight:900;
      transition:.2s ease;
    }
    .add-btn:hover{transform:translateY(-1px);background:#3c2f42}

    @media (max-width:430px){
      .product-art{min-height:144px}
      .product-body{padding:13px}
      .product-body h3{font-size:.91rem}
      .benefit{font-size:.8rem}
      .tag{display:none}
    }

    .promo-card{
      position:relative;
      overflow:hidden;
      border-radius:30px;
      padding:28px;
      min-height:260px;
      box-shadow:var(--shadow);
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      isolation:isolate;
    }
    .promo-card::after{
      content:"";
      position:absolute;
      right:-70px;
      top:-70px;
      width:210px;
      height:210px;
      border-radius:50%;
      background:rgba(255,255,255,.22);
      z-index:-1;
    }
    .promo-members{
      grid-column:1/-1;
      color:#fff;
      background:linear-gradient(135deg,var(--primary),var(--secondary));
    }
    .promo-members h3,.promo-freebie h3{
      font-family:var(--font-display);
      font-size:clamp(1.9rem,4vw,3rem);
      line-height:1.02;
      letter-spacing:-.06em;
      margin:14px 0 0;
    }
    .promo-freebie{
      color:var(--ink);
      background:linear-gradient(135deg,#ffe4ed,#fff4cc);
    }
    @media (min-width:760px){
      .promo-members{grid-column:span 2}
    }
    .empty-state{
      text-align:center;
      padding:70px 20px;
      border:1px dashed rgba(143,100,216,.35);
      border-radius:30px;
      background:rgba(255,255,255,.5);
      margin-top:20px;
    }

    /* Final CTA */
    .final-cta{padding:0 0 clamp(40px,6vw,90px)}
    .cta-box{
      position:relative;
      overflow:hidden;
      text-align:center;
      border-radius:36px;
      padding:clamp(38px,7vw,72px);
      border:1px solid var(--line);
      background:
        radial-gradient(circle at 15% 20%,rgba(194,156,255,.42),transparent 18rem),
        radial-gradient(circle at 88% 80%,rgba(72,199,189,.25),transparent 18rem),
        rgba(255,255,255,.66);
      box-shadow:var(--shadow);
    }
    .cta-box h2{
      position:relative;
      margin:0;
      font-family:var(--font-display);
      font-size:clamp(2.2rem,5vw,4rem);
      line-height:1;
      letter-spacing:-.06em;
    }
    .cta-box p{
      position:relative;
      color:var(--muted);
      margin:14px 0 0;
    }
    .cta-actions{
      position:relative;
      margin-top:26px;
      display:flex;
      gap:12px;
      justify-content:center;
      flex-wrap:wrap;
    }

    /* Footer */
    .site-footer{
      border-top:1px solid var(--line);
      background:rgba(255,255,255,.55);
      padding:34px 0;
    }
    .footer-grid{
      display:grid;
      gap:20px;
    }
    .footer-links{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
      color:var(--muted);
      font-weight:800;
      font-size:.9rem;
    }
    @media (min-width:760px){
      .footer-grid{grid-template-columns:1fr auto;align-items:center}
    }

    /* Mobile drawer */
    .drawer{
      position:fixed;
      inset:0;
      z-index:70;
      display:none;
    }
    .drawer.is-open{display:block}
    .drawer-backdrop{
      position:absolute;
      inset:0;
      background:rgba(45,36,48,.42);
      backdrop-filter:blur(5px);
    }
    .drawer-panel{
      position:absolute;
      right:0;
      top:0;
      height:100%;
      width:min(88vw,390px);
      overflow:auto;
      background:var(--bg);
      box-shadow:-18px 0 50px rgba(45,36,48,.22);
      padding:24px;
    }
    .drawer-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      margin-bottom:22px;
    }
    .drawer-head h2{
      font-family:var(--font-display);
      font-size:1.8rem;
      letter-spacing:-.05em;
      margin:0;
    }
    .close-btn{
      width:42px;height:42px;
      border:0;
      border-radius:999px;
      background:rgba(255,255,255,.72);
      display:grid;
      place-items:center;
      font-size:1.35rem;
      line-height:1;
    }

    /* Focus */
    :focus-visible{
      outline:4px solid rgba(72,199,189,.55);
      outline-offset:3px;
      border-radius:12px;
    }

    @media (prefers-reduced-motion: reduce){
      *,*::before,*::after{
        scroll-behavior:auto !important;
        animation-duration:.01ms !important;
        animation-iteration-count:1 !important;
        transition-duration:.01ms !important;
      }
    }
