    :root{
      --bg:#fff8fb; /* нежный розовый фон */
      --card:#ffffff;
      --primary:#e85d75; /* клубничный */
      --primary-600:#d54c66;
      --accent:#ffd3dd; /* пастель */
      --text:#222222;
      --muted:#6b7280;
      --ring: rgba(232,93,117,.35);
      --green:#17a34a;
    }
    *{box-sizing:border-box}
    html,body{margin:0; font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif; color:var(--text); background:linear-gradient(180deg,var(--bg),#fff)}
    a{color:inherit}
    .container{max-width:1100px; margin:0 auto; padding:0 16px}
    .btn{appearance:none; border:none; background:var(--primary); color:#fff; padding:10px 14px; border-radius:12px; font-weight:600; cursor:pointer; box-shadow:0 8px 20px -8px var(--ring); transition:.2s transform,.2s box-shadow,.2s background}
    .btn:hover{transform:translateY(-1px); box-shadow:0 12px 24px -10px var(--ring); background:var(--primary-600)}
    .btn.secondary{background:#111;}
    .btn.ghost{background:#fff; color:var(--primary); border:1px solid var(--accent)}
    .badge{display:inline-flex; gap:6px; align-items:center; font-size:12px; padding:4px 8px; border-radius:999px; background:var(--accent); color:#a0304a; font-weight:600}
    header{position:sticky; top:0; z-index:20; backdrop-filter:saturate(1.3) blur(8px); background:rgba(255,248,251,.75); border-bottom:1px solid #f3e7eb}
    header .row{display:flex; align-items:center; justify-content:space-between; height:64px}
    .logo{display:flex; align-items:center; gap:10px; font-weight:800; letter-spacing:.2px}
    .logo .mark{width:28px;height:28px;border-radius:8px;background:conic-gradient(from 180deg at 50% 50%,#ffe5ec, #ffd3dd, #f6a6b7, #e85d75); box-shadow:0 8px 20px -10px var(--ring)}
    nav a{margin:0 10px; text-decoration:none; color:#333; font-weight:600}
    nav a:hover{color:var(--primary)}
    .cart-btn{display:flex; align-items:center; gap:8px}
    .cart-count{min-width:22px;height:22px;border-radius:999px; display:inline-grid; place-items:center; background:var(--primary); color:#fff; font-size:12px; font-weight:700}

    /* Hero */
    .hero{position:relative; overflow:hidden}
    .hero .wrap{display:grid; grid-template-columns:1.2fr .8fr; gap:24px; padding:36px 0}
    .hero h1{font-size:40px; line-height:1.1; margin:0 0 10px}
    .hero p{color:var(--muted); margin:0 0 18px}
    .hero .cta{display:flex; gap:10px; flex-wrap:wrap}
    .hero .card{border-radius:20px; overflow:hidden; background:radial-gradient(120% 120% at 0% 0%, #ffeef3 0%, #ffd3dd 40%, #fff 100%); box-shadow:0 30px 70px -30px var(--ring)}
    .hero .photo{aspect-ratio:4/3; width:100%; background:#eee url('https://images.unsplash.com/photo-1519869325930-281384150729?q=80&w=1400&auto=format&fit=crop') center/cover no-repeat}
    .hero .note{display:flex; gap:10px; align-items:center; padding:10px 12px; background:#fff; border:1px solid #ffe1ea; border-radius:14px; width:max-content; margin-top:8px}

    /* Controls */
    .controls{display:grid; grid-template-columns:1fr 1fr 1fr; gap:10px; margin:22px 0}
    .input,select{width:100%; padding:10px 12px; border-radius:12px; border:1px solid #f0d7df; background:#fff; outline:none}
    .input:focus,select:focus{border-color:#ffb9c7; box-shadow:0 0 0 4px #ffe6ec}

    /* Grid */
    .grid{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px}
    @media (max-width:980px){.hero .wrap{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
    @media (max-width:560px){.grid{grid-template-columns:1fr}.hero h1{font-size:32px}}

    .card{background:var(--card); border:1px solid #f1e4e8; border-radius:16px; overflow:hidden; position:relative}
    .card .img{width:100%; aspect-ratio:1/1; background:#f8f5f7 center/cover no-repeat}
    .card .content{padding:12px}
    .card h3{margin:0 0 6px; font-size:16px}
    .price{display:flex; gap:8px; align-items:center; font-weight:800; font-size:16px}
    .price s{color:#9aa0a6; font-weight:600}
    .meta{display:flex; gap:8px; align-items:center; color:#6b7280; font-size:12px}
    .card .actions{display:flex; gap:8px; margin-top:10px}
    .soldout{position:absolute; top:10px; right:-28px; transform:rotate(20deg); background:#222; color:#fff; font-size:12px; font-weight:800; letter-spacing:1px; padding:6px 30px; border-radius:999px}

    /* Drawer */
    .backdrop{position:fixed; inset:0; background:rgba(0,0,0,.2); backdrop-filter:blur(2px); opacity:0; pointer-events:none; transition:.2s}
    .drawer{position:fixed; top:0; right:-420px; width:380px; max-width:96vw; height:100dvh; background:#fff; box-shadow:-20px 0 60px -30px rgba(0,0,0,.2); transition:.25s; z-index:50; display:flex; flex-direction:column}
    .drawer.open{right:0}
    .backdrop.show{opacity:1; pointer-events:auto}
    .drawer header{position:sticky; top:0; background:#fff; border-bottom:1px solid #f1e4e8}
    .drawer header .row{height:58px}
    .cart-items{padding:12px; overflow:auto; flex:1}
    .cart-item{display:grid; grid-template-columns:64px 1fr auto; gap:10px; padding:10px 0; border-bottom:1px dashed #f1e4e8}
    .cart-item .thumb{width:64px;height:64px;border-radius:10px;background:#f6f6f6 center/cover no-repeat}
    .qty{display:inline-flex; align-items:center; border:1px solid #eee; border-radius:10px; overflow:hidden}
    .qty button{width:28px; height:28px; border:none; background:#f9f9f9; cursor:pointer; font-weight:800}
    .qty input{width:36px; text-align:center; border:none; outline:none}
    .cart-footer{padding:12px; border-top:1px solid #f1e4e8}
    .totals{display:grid; grid-template-columns:1fr auto; gap:6px; margin-bottom:10px}

    /* Checkout modal */
    .modal{position:fixed; inset:0; display:grid; place-items:center; background:rgba(0,0,0,.35); opacity:0; pointer-events:none; transition:.2s; z-index:60}
    .modal.show{opacity:1; pointer-events:auto}
    .modal .panel{background:#fff; width:min(680px,96vw); border-radius:18px; padding:16px; box-shadow:0 30px 80px -30px rgba(0,0,0,.35)}
    .panel h3{margin:4px 0 12px}
    .form{display:grid; grid-template-columns:1fr 1fr; gap:10px}
    .form .full{grid-column:1/ -1}
    .note-ok{display:flex; gap:8px; align-items:center; background:#ecfdf5; color:#065f46; border:1px solid #a7f3d0; padding:8px 10px; border-radius:12px}

    /* Footer */
    footer{margin:32px 0 60px; color:#6b7280}
    .socials{display:flex; gap:12px}
    .chip{border:1px dashed #ffd3dd; padding:10px 12px; border-radius:12px; background:#fff}

    /* Tiny toast */
    .toast{position:fixed; bottom:18px; left:50%; transform:translateX(-50%) translateY(20px); background:#111; color:#fff; padding:10px 14px; border-radius:12px; opacity:0; transition:.25s; z-index:70}
    .toast.show{opacity:1; transform:translateX(-50%) translateY(0)}
