
  :root{
    --bg:#FFF9F6;
    --surface:#FFFFFF;
    --surface-alt:#FBEDE7;
    --ink:#2B1416;
    --ink-muted:#7A5F5A;
    --berry:#C21E4A;
    --berry-dark:#8E1436;
    --berry-soft:#FBE2E8;
    --choco:#4A2E22;
    --choco-light:#7A4B34;
    --gold:#C98A2C;
    --gold-soft:#FBEBD2;
    --border:#EEDFD8;
    --shadow:0 2px 10px rgba(74,32,34,.08);
    --shadow-lg:0 12px 30px rgba(74,32,34,.14);
    --header-h:64px;
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{margin:0; background:var(--bg); color:var(--ink); font-family:"PT Sans",Arial,sans-serif; font-size:16px; line-height:1.55; padding-top:var(--header-h);}
  h1,h2,h3,h4{font-family:"Manrope",Arial,sans-serif; margin:0; text-wrap:balance;}
  p{margin:0;}
  a{color:inherit;}
  img,svg{max-width:100%; display:block;}
  button{font-family:inherit; cursor:pointer;}
  .wrap{max-width:1080px; margin:0 auto; padding:0 20px;}
  .eyebrow{font-family:"Manrope",sans-serif; font-weight:700; font-size:12.5px; letter-spacing:.09em; text-transform:uppercase; color:var(--berry);}
  .section{padding:52px 0;}
  .section-alt{background:var(--surface-alt);}
  .section-head{max-width:640px; margin:0 auto 28px; text-align:center;}
  .section-head h2{font-size:clamp(22px,4vw,30px); font-weight:800;}
  .section-head p{margin-top:8px; color:var(--ink-muted); font-size:15.5px;}
  .btn{display:inline-flex; align-items:center; justify-content:center; gap:6px; border:none; border-radius:12px; padding:14px 22px; font-family:"Manrope",sans-serif; font-weight:700; font-size:15px; text-decoration:none; transition:transform .15s ease, box-shadow .15s ease; -webkit-tap-highlight-color:transparent;}
  .btn:active{transform:scale(.97);}
  .btn-primary{background:var(--berry); color:#fff; box-shadow:var(--shadow);}
  .btn-primary:hover{background:var(--berry-dark);}
  .btn-secondary{background:var(--surface); color:var(--berry); border:2px solid var(--berry-soft);}
  .btn-secondary:hover{border-color:var(--berry);}
  .btn-ghost{background:transparent; color:var(--ink); border:2px solid var(--border);}
  .btn-block{width:100%;}
  .btn-sm{padding:9px 16px; font-size:13.5px; border-radius:10px;}

  /* ---------------- header ---------------- */
  header.site-header{position:fixed; top:0; left:0; right:0; height:var(--header-h); background:rgba(255,249,246,.92); backdrop-filter:saturate(160%) blur(10px); border-bottom:1px solid var(--border); z-index:100;}
  header.site-header .row{max-width:1080px; margin:0 auto; height:100%; padding:0 16px; display:flex; align-items:center; gap:10px;}
  .logo{font-family:"Manrope",sans-serif; font-weight:800; font-size:19px; letter-spacing:.01em; color:var(--berry); flex:none; display:flex; align-items:center; gap:6px;}
  .logo svg{width:22px; height:22px;}
  .city-picker{position:relative; flex:1; min-width:0;}
  .city-picker select{appearance:none; -webkit-appearance:none; width:100%; background:transparent; border:none; font-family:"Manrope",sans-serif; font-weight:700; font-size:14px; color:var(--ink); padding:8px 20px 8px 22px; cursor:pointer;}
  .city-picker::before{content:"📍"; position:absolute; left:0; top:50%; transform:translateY(-50%); font-size:13px; pointer-events:none;}
  .city-picker::after{content:"▾"; position:absolute; right:2px; top:50%; transform:translateY(-50%); color:var(--ink-muted); font-size:12px; pointer-events:none;}
  .header-actions{display:flex; align-items:center; gap:8px; flex:none;}
  .icon-btn{display:flex; align-items:center; justify-content:center; width:40px; height:40px; border-radius:50%; background:var(--surface); border:1px solid var(--border); font-size:17px; text-decoration:none; position:relative;}
  .icon-btn:hover{border-color:var(--berry);}
  .messenger-menu{position:absolute; top:calc(100% + 8px); right:0; background:var(--surface); border:1px solid var(--border); border-radius:12px; box-shadow:var(--shadow-lg); padding:6px; min-width:180px; display:none; flex-direction:column; gap:2px;}
  .messenger-menu.open{display:flex;}
  .messenger-menu a{display:flex; align-items:center; gap:10px; padding:9px 12px; border-radius:8px; font-size:14px; font-weight:700; font-family:"Manrope",sans-serif; text-decoration:none; color:var(--ink);}
  .messenger-menu a:hover{background:var(--surface-alt);}

  /* ---------------- hero ---------------- */
  .hero{padding:36px 0 44px;}
  .hero .grid{display:grid; grid-template-columns:1fr; gap:28px; align-items:center;}
  @media(min-width:860px){ .hero .grid{grid-template-columns:1.05fr .95fr; gap:40px;} }
  .hero h1{font-size:clamp(28px,5.4vw,42px); font-weight:800; line-height:1.12;}
  .hero .sub{margin-top:14px; color:var(--ink-muted); font-size:17px; max-width:46ch;}
  .price-line{margin-top:20px; display:flex; align-items:baseline; gap:8px;}
  .price-line .lbl{font-size:14px; color:var(--ink-muted);}
  .price-line .val{font-family:"Manrope",sans-serif; font-weight:800; font-size:28px; color:var(--berry-dark);}
  .perks{display:flex; flex-wrap:wrap; gap:8px; margin-top:18px;}
  .perk-chip{background:var(--surface); border:1px solid var(--border); border-radius:999px; padding:8px 14px; font-size:13.5px; font-weight:700; font-family:"Manrope",sans-serif; box-shadow:var(--shadow);}
  .promo{margin-top:20px; background:linear-gradient(135deg,var(--berry),var(--berry-dark)); color:#fff; border-radius:16px; padding:16px 20px; display:inline-block;}
  .promo .big{font-family:"Manrope",sans-serif; font-weight:800; font-size:20px;}
  .promo .small{margin-top:2px; font-size:13px; opacity:.9;}
  .hero-ctas{display:flex; flex-wrap:wrap; gap:12px; margin-top:26px;}

  .hero-visual{position:relative; aspect-ratio:4/3.4; border-radius:24px; background:radial-gradient(circle at 30% 20%, #FFD9E2, transparent 60%), linear-gradient(160deg,#7A2036,#3D0F1E); overflow:hidden; box-shadow:var(--shadow-lg);}
  .hero-visual .berry-big{position:absolute; inset:0; display:flex; align-items:center; justify-content:center;}
  .hero-visual .berry-big svg{width:62%; filter:drop-shadow(0 18px 24px rgba(0,0,0,.35));}
  .hero-visual .tag{position:absolute; left:16px; bottom:16px; background:rgba(255,255,255,.94); color:var(--choco); font-family:"Manrope",sans-serif; font-weight:700; font-size:12.5px; padding:8px 12px; border-radius:10px;}

  /* ---------------- trust strip ---------------- */
  .trust{display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:10px 22px; background:var(--surface); border-top:1px solid var(--border); border-bottom:1px solid var(--border); padding:16px 20px; text-align:center;}
  .trust .stars{color:var(--gold); font-size:16px; letter-spacing:1px;}
  .trust b{font-family:"Manrope",sans-serif;}
  .trust .dim{color:var(--ink-muted); font-size:14px;}

  /* ---------------- product cards (shared: popular + catalog) ---------------- */
  .grid-cards{display:grid; grid-template-columns:repeat(auto-fill,minmax(250px,1fr)); gap:18px;}
  .card{background:var(--surface); border:1px solid var(--border); border-radius:18px; overflow:hidden; box-shadow:var(--shadow); display:flex; flex-direction:column;}
  .card-photo{position:relative; aspect-ratio:1/1;}
  .card-photo .swatch{position:absolute; inset:0; display:flex; align-items:center; justify-content:center; transition:background .25s ease;}
  .card-photo .swatch svg{width:52%;}
  .card-badge{position:absolute; top:10px; left:10px; background:var(--gold); color:#3A2506; font-family:"Manrope",sans-serif; font-weight:800; font-size:11px; letter-spacing:.03em; text-transform:uppercase; padding:5px 10px; border-radius:999px;}
  .card-badge.alt{background:var(--berry); color:#fff;}
  .card-body{padding:14px 16px 16px; display:flex; flex-direction:column; gap:8px; flex:1;}
  .card-body h3{font-size:16.5px; font-weight:800;}
  .card-desc{color:var(--ink-muted); font-size:13.5px;}
  .card-price-row{display:flex; align-items:baseline; gap:8px; margin-top:2px;}
  .card-price{font-family:"Manrope",sans-serif; font-weight:800; font-size:21px; color:var(--berry-dark);}
  .card-old-price{font-size:13.5px; color:var(--ink-muted); text-decoration:line-through;}
  .card-meta{display:flex; flex-wrap:wrap; gap:6px; font-size:12.5px; color:var(--ink-muted);}
  .card-meta span{background:var(--surface-alt); border-radius:7px; padding:3px 8px;}
  .card-benefit{font-size:13px; font-weight:700; color:var(--choco-light); font-family:"Manrope",sans-serif;}
  .variant-lbl{font-size:12px; color:var(--ink-muted); margin-top:2px;}
  .thumbs{display:flex; gap:7px;}
  .thumb{width:36px; height:36px; border-radius:9px; border:2px solid transparent; padding:0; overflow:hidden; position:relative;}
  .thumb .fill{position:absolute; inset:0;}
  .thumb.active{border-color:var(--berry);}
  .card-order{margin-top:auto;}

  /* ---------------- filters ---------------- */
  .filter-block{margin-bottom:8px;}
  .filter-block .lbl{font-family:"Manrope",sans-serif; font-weight:700; font-size:14px; margin-bottom:10px;}
  .chip-row{display:flex; flex-wrap:wrap; gap:8px;}
  .filter-chip{background:var(--surface); border:1.5px solid var(--border); border-radius:999px; padding:9px 15px; font-size:13.5px; font-weight:700; font-family:"Manrope",sans-serif; color:var(--ink);}
  .filter-chip.active{background:var(--berry); border-color:var(--berry); color:#fff;}

  .catalog-toolbar{display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:12px; margin-bottom:20px;}
  .catalog-toolbar select{font-family:"Manrope",sans-serif; font-weight:700; font-size:14px; border:1.5px solid var(--border); border-radius:10px; padding:9px 12px; background:var(--surface); color:var(--ink);}

  /* ---------------- help section ---------------- */
  .help-grid{display:grid; grid-template-columns:1fr; gap:16px;}
  @media(min-width:700px){ .help-grid{grid-template-columns:1fr 1fr;} }
  .help-card{background:var(--surface); border:1px solid var(--border); border-radius:18px; padding:24px; text-align:center; box-shadow:var(--shadow);}
  .help-card .ico{font-size:30px; margin-bottom:10px;}
  .help-card h3{font-size:18px; font-weight:800; margin-bottom:8px;}
  .help-card p{color:var(--ink-muted); font-size:14.5px; margin-bottom:16px;}

  /* ---------------- why-us ---------------- */
  .why-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:16px;}
  .why-item{background:var(--surface); border:1px solid var(--border); border-radius:16px; padding:20px; box-shadow:var(--shadow);}
  .why-item .ico{font-size:26px; margin-bottom:8px;}
  .why-item h3{font-size:15.5px; font-weight:800; margin-bottom:4px;}
  .why-item p{font-size:13.5px; color:var(--ink-muted);}

  /* ---------------- steps ---------------- */
  .steps{display:grid; grid-template-columns:repeat(auto-fit,minmax(160px,1fr)); gap:18px; counter-reset:step;}
  .step{text-align:center;}
  .step .num{counter-increment:step; content:counter(step); width:44px; height:44px; border-radius:50%; background:var(--berry); color:#fff; font-family:"Manrope",sans-serif; font-weight:800; display:flex; align-items:center; justify-content:center; margin:0 auto 10px; font-size:17px;}
  .step .num::before{content:counter(step);}
  .step h3{font-size:15px; font-weight:800; margin-bottom:4px;}
  .step p{font-size:13.5px; color:var(--ink-muted);}

  /* ---------------- process / proof ---------------- */
  .process-row{display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin-bottom:36px;}
  .process-tile{background:var(--surface); border:1px solid var(--border); border-radius:14px; padding:16px 8px; text-align:center; font-size:12.5px; font-weight:700; font-family:"Manrope",sans-serif; color:var(--choco-light);}
  .process-tile .e{font-size:24px; display:block; margin-bottom:6px;}
  .proof-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); gap:12px; margin-bottom:36px;}
  .proof-tile{aspect-ratio:1/1; border-radius:14px; background:linear-gradient(160deg,var(--surface-alt),var(--border)); display:flex; align-items:center; justify-content:center; text-align:center; padding:10px; font-size:12px; color:var(--ink-muted); font-weight:700; font-family:"Manrope",sans-serif;}

  .reviews-head{display:flex; flex-wrap:wrap; align-items:center; gap:14px; justify-content:center; margin-bottom:22px;}
  .review-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:16px;}
  .review-card{background:var(--surface); border:1px solid var(--border); border-radius:16px; padding:18px; box-shadow:var(--shadow);}
  .review-card .stars{color:var(--gold); font-size:14px; margin-bottom:6px;}
  .review-card p{font-size:14px; color:var(--ink); margin-bottom:10px;}
  .review-card .src{font-size:12px; color:var(--ink-muted); font-weight:700; font-family:"Manrope",sans-serif; display:flex; align-items:center; gap:6px;}
  .review-card .src::before{content:"✓"; color:#3E9A5B;}

  /* ---------------- delivery ---------------- */
  .delivery-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(170px,1fr)); gap:12px; margin:22px 0;}
  .delivery-tile{background:var(--surface); border:1px solid var(--border); border-radius:14px; padding:16px; box-shadow:var(--shadow);}
  .delivery-tile .lbl{font-size:12.5px; color:var(--ink-muted); margin-bottom:4px;}
  .delivery-tile .val{font-family:"Manrope",sans-serif; font-weight:800; font-size:16px;}
  .delivery-addr{margin-top:8px; color:var(--ink-muted); font-size:14.5px;}

  /* ---------------- final cta ---------------- */
  .final-cta{background:linear-gradient(135deg,var(--choco),#2A1912); color:#fff; border-radius:24px; padding:40px 28px; text-align:center;}
  .final-cta h2{color:#fff; font-size:clamp(22px,4vw,28px);}
  .final-cta p{color:#E8D4CC; margin-top:8px;}
  .final-cta .btn-primary{margin-top:20px;}

  /* ---------------- footer ---------------- */
  footer{padding:32px 0 100px; font-size:13.5px; color:var(--ink-muted); border-top:1px solid var(--border);}
  footer .legal{margin-top:10px; line-height:1.7;}
  @media(min-width:700px){ footer{padding-bottom:36px;} }

  /* ---------------- sticky mobile order button ---------------- */
  .sticky-order{position:fixed; left:0; right:0; bottom:0; z-index:90; padding:10px 16px calc(10px + env(safe-area-inset-bottom)); background:linear-gradient(0deg,var(--bg) 60%,transparent); display:none;}
  .sticky-order button{width:100%;}
  @media(max-width:699px){ .sticky-order{display:block;} }

  /* ---------------- modal ---------------- */
  .modal-overlay{position:fixed; inset:0; background:rgba(43,20,22,.55); display:none; align-items:flex-end; justify-content:center; z-index:200; padding:0;}
  .modal-overlay.open{display:flex;}
  @media(min-width:640px){ .modal-overlay{align-items:center; padding:20px;} }
  .modal{background:var(--surface); width:100%; max-width:440px; border-radius:22px 22px 0 0; padding:26px 22px 28px; max-height:92vh; overflow-y:auto; position:relative;}
  @media(min-width:640px){ .modal{border-radius:22px;} }
  .modal-close{position:absolute; top:14px; right:14px; width:34px; height:34px; border-radius:50%; border:none; background:var(--surface-alt); font-size:16px; color:var(--ink-muted);}
  .modal h3{font-size:20px; font-weight:800; margin-bottom:4px;}
  .modal-product{background:var(--surface-alt); border-radius:12px; padding:10px 14px; margin:14px 0; font-size:14px; font-weight:700; font-family:"Manrope",sans-serif; display:none;}
  .modal-product.show{display:block;}
  .field{margin-bottom:14px;}
  .field label{display:block; font-size:13px; font-weight:700; font-family:"Manrope",sans-serif; margin-bottom:6px; color:var(--ink-muted);}
  .field input[type=text], .field input[type=tel], .field input[type=date]{width:100%; border:1.5px solid var(--border); border-radius:10px; padding:12px 13px; font-size:15px; font-family:inherit; background:var(--surface);}
  .field input:focus{outline:2px solid var(--berry-soft); border-color:var(--berry);}
  .seg{display:flex; gap:8px; flex-wrap:wrap;}
  .seg label{flex:1; min-width:86px; text-align:center; border:1.5px solid var(--border); border-radius:10px; padding:10px 8px; font-size:13.5px; font-weight:700; cursor:pointer;}
  .seg input{position:absolute; opacity:0; pointer-events:none;}
  .seg input:checked + span{color:var(--berry);}
  .seg label:has(input:checked){border-color:var(--berry); background:var(--berry-soft);}
  .date-wrap{display:none; margin-top:10px;}
  .date-wrap.show{display:block;}
  .consent{font-size:12px; color:var(--ink-muted); margin:12px 0 16px;}
  .success-step{display:none; text-align:center; padding:20px 6px;}
  .success-step.show{display:block;}
  .success-step .mark{width:60px; height:60px; border-radius:50%; background:#E4F5EA; color:#2F9E58; font-size:30px; display:flex; align-items:center; justify-content:center; margin:0 auto 14px;}
  .success-step h3{margin-bottom:6px;}
  .success-step p{color:var(--ink-muted); font-size:14px;}
  .form-step.hide{display:none;}

  [hidden]{display:none!important;}

  html{scroll-padding-top:90px} body{font-family:Arial,sans-serif} h1,h2,h3,h4,.btn,.logo{font-family:Arial,sans-serif}
  .section.wrap,.hero.wrap{padding-left:20px;padding-right:20px} .demo-banner{margin-top:18px;background:var(--berry-soft);border-radius:12px;padding:12px 18px;display:flex;gap:8px 20px;flex-wrap:wrap;font-size:14px}
  .demo-banner b{color:var(--berry-dark)} .hero-visual .tag{max-width:calc(100% - 32px);font-size:13px}
  .card-desc,.card-benefit,.card-meta,.variant-lbl,.btn-sm,.filter-chip,.field label{font-size:14px}
  .card-photo{aspect-ratio:1.2} .thumb{width:44px;height:44px;background:var(--surface-alt)} .thumb .fill{inset:5px;border-radius:5px} .thumb.active{box-shadow:0 0 0 1px var(--berry)}
  .photo-caption{position:absolute;bottom:8px;left:12px;color:var(--ink);background:#fffdf5e8;border-radius:6px;padding:2px 6px;font-size:12px}
  .skip-link{position:fixed;left:12px;top:-100px;z-index:300;background:white;padding:12px}.skip-link:focus{top:8px}
  :focus-visible{outline:3px solid var(--berry-dark);outline-offset:3px} button,a,select{touch-action:manipulation}
  .modal{border:0;margin:auto;padding:30px 24px;width:calc(100% - 32px);max-width:520px;border-radius:22px;max-height:calc(100dvh - 32px);color:var(--ink);box-shadow:var(--shadow-lg)}
  .modal::backdrop{background:rgba(43,20,22,.58)} .modal h3{padding-right:40px}.modal-close{width:44px;height:44px;top:12px;right:12px}
  .modal-product{display:block}.field input[type=text],.field input[type=tel],.field select,.field textarea{font:inherit;width:100%;padding:12px;border:1.5px solid var(--border);border-radius:10px;background:white;color:var(--ink)}
  .field textarea{resize:vertical;min-height:80px}.form-note{font-size:14px;color:var(--ink-muted);margin:12px 0 18px}.error{color:#a11133;font-size:14px;margin:10px 0}.error:empty{display:none}
  .demo-note{background:var(--gold-soft);padding:12px;border-radius:10px;font-size:14px;margin:16px 0}
  button:disabled{opacity:.6;cursor:wait} .preview-list{display:grid;grid-template-columns:100px 1fr;gap:10px;margin:20px 0;font-size:15px}.preview-list dt{color:var(--ink-muted)}.preview-list dd{margin:0;overflow-wrap:anywhere}
  pre{white-space:pre-wrap;overflow-wrap:anywhere;background:var(--surface-alt);border-radius:10px;padding:12px;font-size:13px} summary{cursor:pointer;font-size:14px} .preview-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}
  .why-item p,.step p,.help-card p{font-size:14px} .grid-cards{grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr))}
  @media(min-width:1000px){#popularGrid{grid-template-columns:repeat(4,1fr)}#catalogGrid{grid-template-columns:repeat(3,1fr)}}
  @media(max-width:600px){:root{--header-h:108px}.site-header .row{flex-wrap:wrap;justify-content:space-between;padding:10px 16px!important;gap:2px!important}.logo{font-size:18px}.city-picker{order:3;flex-basis:100%}.city-picker select{font-size:14px;min-height:36px}.header-actions{margin-left:auto}.hero{padding-top:26px}.hero-visual{aspect-ratio:1.5}.hero .grid{gap:24px}.hero h1{font-size:32px}.section{padding-top:36px;padding-bottom:36px}.hero-ctas .btn{width:100%}.process-row{grid-template-columns:repeat(2,1fr)}.modal{width:100%;max-height:94dvh;margin:auto 0 0;border-radius:22px 22px 0 0;padding-bottom:calc(24px + env(safe-area-inset-bottom))}html{scroll-padding-top:120px}.demo-banner{margin-left:16px;margin-right:16px}.preview-list{grid-template-columns:86px 1fr}}
  @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
:root{--bg:#fffdfb;--surface:#fff;--surface-alt:#fcecef;--berry:#ad3b54;--berry-dark:#87273e;--berry-soft:#f9e3e8;--ink:#25262b;--ink-muted:#6b686b;--border:#ebe5e5;--shadow:none;--shadow-lg:0 10px 35px #45202b15;--header-h:66px}
body,h1,h2,h3,h4,button,select,.btn,.logo{font-family:Arial,sans-serif}body{font-size:16px}.wrap,header.site-header .row{max-width:1120px}.site-header{background:#fffdfbf5!important}.logo{font-size:20px;color:var(--ink);letter-spacing:.04em}.header-nav{display:flex;gap:28px;margin-left:auto;font-size:14px}.header-nav a{text-decoration:none}.header-city{font-size:13px;color:var(--ink-muted);margin-left:18px}.demo-banner{border-radius:0;background:transparent;margin-top:0;font-size:13px;padding:8px 20px;color:var(--ink-muted)}.hero{padding:28px 20px!important}.hero h1{font-size:clamp(30px,3.7vw,44px);line-height:1.1}.hero .sub{font-size:20px}.hero .grid{gap:32px}.hero-visual{aspect-ratio:1.65;border-radius:12px;background:linear-gradient(120deg,#f9e5e7,#d6a0ad);box-shadow:none}.hero-visual .berry-big svg{width:35%;filter:none}.hero-visual .tag{font-size:12px}.hero-ctas{margin-top:20px}.eyebrow{font-size:12px;letter-spacing:.1em;margin-bottom:10px}.hero-perks{display:flex;gap:22px;margin-top:20px;font-size:13px;color:var(--ink-muted)}.btn{border-radius:8px;padding:12px 20px;min-height:44px;font-size:14px;box-shadow:none}.btn-primary{background:linear-gradient(120deg,#b7435b,#a5354d)}.btn-secondary{border:1px solid var(--berry)}.section{padding:24px 0}.section-head{max-width:none;text-align:left;margin:0 0 16px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.section-head h2{font-size:25px;letter-spacing:-.02em}.section-head p{font-size:14px;margin:0}.section-head a{font-size:14px;color:var(--berry)}.trust-bar{background:var(--surface-alt);border-radius:9px;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:15px}.trust-bar p{font-size:13px;color:var(--ink-muted)}.trust-bar b{font-size:16px}.grid-cards{gap:18px}.card{border-radius:8px;box-shadow:none}.card-photo{aspect-ratio:2.1}.card-photo .swatch svg{width:25%}.card-photo .swatch{background:#f2cbd5}.card-body{padding:12px 14px;gap:5px}.card-body h3{font-size:17px}.card-desc,.card-meta,.variant-lbl{font-size:13px}.card-meta span{background:transparent;padding:0}.card-meta span+span:before{content:'· ';}.card-price{font-size:20px;color:var(--berry)}.card-benefit,.card-old-price{display:none}.thumb{width:36px;height:36px;border-radius:50%}.thumb .fill{border-radius:50%;inset:3px}.photo-caption{font-size:11px}.card-badge{background:var(--berry)!important;color:white;font-size:11px}.details-link{border:0;background:transparent;color:var(--berry);font-size:13px;text-decoration:underline;text-align:left;padding:6px 0;min-height:32px}.card-order{margin-top:4px}.card-order .btn{padding:10px 16px}.catalog-controls{display:flex;align-items:end;gap:10px;flex-wrap:wrap;margin-bottom:16px}.catalog-controls label{font-size:13px;display:flex;flex-direction:column;gap:4px}.catalog-controls select{font:14px Arial;padding:10px;border:1px solid var(--border);border-radius:8px;background:white;max-width:100%;min-height:44px}.catalog-controls .sort{margin-left:auto}.filter-chip{border-radius:8px;min-height:44px;font-size:14px}.catalog-count{font-size:13px;color:var(--ink-muted);margin-bottom:12px}.help-card{background:var(--surface-alt);border:0;border-radius:10px;text-align:left;box-shadow:none;padding:24px}.help-card h3{color:var(--berry);font-size:20px}.help-card p{font-size:14px;margin:8px 0 14px}.why-grid{grid-template-columns:repeat(3,1fr)}.why-item{border:0;border-radius:0;padding:12px 20px;box-shadow:none;border-left:1px solid var(--border)}.why-item h3{font-size:17px}.steps{grid-template-columns:repeat(4,1fr)}.step{text-align:left;display:grid;grid-template-columns:38px 1fr;gap:12px}.step .num{width:36px;height:36px;font-size:15px;margin:0;background:linear-gradient(120deg,#edacb7,var(--berry))}.step h3{font-size:15px}.step p{font-size:13px}.live-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.live-tile{min-height:150px;border-radius:8px;background:linear-gradient(130deg,#f7e2e7,#efd7d9);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;text-align:center;padding:20px;color:var(--ink-muted);font-size:14px}.live-tile span{font-size:28px}.review-placeholder{border:1px solid var(--border);padding:22px;border-radius:8px;color:var(--ink-muted);font-size:14px}.review-placeholder:before{content:'“';font-size:34px;color:#e9bdc6;line-height:1;display:block}.delivery-grid{grid-template-columns:1fr 1fr;margin:0}.delivery-tile{box-shadow:none;border-radius:8px}.delivery-tile .val{font-size:17px}.delivery-tile p{font-size:14px;color:var(--ink-muted);margin-top:5px}.final-cta{background:var(--surface-alt);color:var(--ink);border-radius:10px;padding:28px;display:flex;justify-content:space-between;align-items:center;gap:20px;text-align:left}.final-cta h2{color:var(--berry);font-size:26px}.final-cta p{color:var(--ink-muted);font-size:14px}.final-cta .btn{margin:0;flex:none}footer{padding-top:20px;font-size:13px}.modal h3{font-size:23px}.demo-note{background:var(--surface-alt);font-size:13px}.form-note{font-size:13px}.detail-art{background:var(--surface-alt);border-radius:8px;height:150px;display:flex;justify-content:center;padding:20px;margin:16px 0}.detail-art svg{width:85px}.detail-dialog p{margin:12px 0}.empty-result{grid-column:1/-1;padding:24px;background:var(--surface-alt);border-radius:8px}.empty-result button{margin-top:12px}
@media(min-width:900px){#popularGrid,#catalogGrid{grid-template-columns:repeat(3,1fr)}#popularGrid .card-desc,#popularGrid .variant-lbl,#popularGrid .thumbs{display:none}#popularGrid .card-body{display:grid;grid-template-columns:1fr auto;align-items:center}#popularGrid .card-body h3{grid-column:1/-1}#popularGrid .card-meta{display:none}#popularGrid .details-link{grid-row:3}#popularGrid .card-order{grid-column:2;grid-row:2/4}#popularGrid .card-order .btn{font-size:13px;padding:10px}}
@media(max-width:700px){.header-city{display:none}.header-nav{gap:14px}.header-nav a{font-size:13px}.hero-perks{gap:12px}.trust-bar{align-items:flex-start;flex-direction:column}.steps{grid-template-columns:1fr 1fr;gap:20px}.why-grid{grid-template-columns:1fr}.why-item{padding:14px}.final-cta{align-items:flex-start;flex-direction:column}.live-grid{grid-template-columns:1fr 1fr}.live-tile:last-child{grid-column:1/-1;min-height:110px}.catalog-controls .sort{margin-left:0}.catalog-controls label{flex:1 1 130px}.delivery-grid{grid-template-columns:1fr}.hero h1{font-size:32px}.hero-visual{aspect-ratio:1.9}.logo{font-size:17px}.section{padding-top:22px;padding-bottom:22px}}
dialog.modal{position:fixed;inset:0;margin:auto;height:fit-content}
/* The source contained remote font CSS, no font binaries. Use installed faces
   when present and an offline system fallback otherwise. */
body{font-family:'PT Sans','Segoe UI',Arial,sans-serif}
h1,h2,h3,h4,.hero h1,.logo,.btn,.filter-chip,.card-price,.field label,.city-picker select,.catalog-controls select{font-family:'Manrope','Segoe UI',Arial,sans-serif}
h1,h2,h3,h4,.hero h1,.section-head h2{font-weight:800;letter-spacing:-.025em}.hero h1{line-height:1.13}.logo{font-weight:800;color:var(--berry)}.btn{font-weight:700}.city-picker{flex:0 1 235px;margin-left:16px}.city-picker select{min-height:44px}.messenger-wrap{position:relative;margin-left:18px;flex:none}.messenger-menu{width:250px;max-width:calc(100vw - 32px)}.messenger-menu a{min-height:44px;font:700 15px 'Manrope','Segoe UI',Arial,sans-serif}.messenger-unavailable{padding:12px;font-size:14px;line-height:1.4;color:var(--ink-muted);border-top:1px solid var(--border)}
@media(max-width:800px){.header-nav{display:none}.city-picker{flex:1}.messenger-wrap{margin-left:4px}}
@media(max-width:600px){:root{--header-h:108px}.site-header .row{flex-wrap:wrap!important;justify-content:space-between}.city-picker{order:3;flex:1 0 100%;margin-left:0}.messenger-wrap{margin-left:auto}.hero h1{font-size:32px}html{scroll-padding-top:122px}}
@media(max-width:600px){:root{--header-h:62px}.site-header .row{flex-wrap:nowrap!important;padding:8px 16px!important}.hero{padding:22px 20px!important}.hero .sub{font-size:18px}.hero-ctas{gap:10px}.demo-banner{margin:0;padding:8px 20px;font-size:12px}.section-head h2{font-size:23px}.header-nav a:last-child{display:none}.live-tile{min-height:125px}html{scroll-padding-top:76px}.steps{grid-template-columns:1fr}.step{grid-template-columns:38px minmax(0,1fr)}dialog.modal{inset:auto 0 0;margin:0}}
.messenger-menu button{min-height:44px;border:0;border-radius:8px;background:transparent;text-align:left;padding:9px 12px;color:var(--ink);font:700 15px 'Manrope','Segoe UI',Arial,sans-serif}.messenger-menu button:hover{background:var(--surface-alt)}
@media(max-width:600px){:root{--header-h:108px}.site-header .row{flex-wrap:wrap!important;justify-content:space-between}.city-picker{order:3;flex:1 0 100%;margin-left:0}.messenger-wrap{margin-left:auto}html{scroll-padding-top:122px}}
/* Compact city chooser and lighter sans hierarchy. */
body,p,.card-desc,.hero .sub,.form-note,.why-item p,.step p{font-weight:400}
h1,h2,h3,h4,.hero h1,.section-head h2,.card-body h3,.help-card h3,.why-item h3,.step h3,.modal h3{font-weight:600;letter-spacing:-.015em}.hero h1{font-weight:600;line-height:1.18}.section-head h2{line-height:1.3}.hero .sub{line-height:1.5}.logo{font-weight:800}.btn{font-weight:600}
.city-control{position:relative;flex:none;margin-left:16px}#cityTrigger{display:flex;align-items:center;gap:7px;min-height:44px;padding:8px 10px;background:transparent;border:0;border-radius:9px;font:500 14px 'Manrope','Segoe UI',Arial,sans-serif;color:var(--ink)}#cityTrigger:hover,#cityTrigger[aria-expanded=true]{background:#f8edf0}.city-pin{font-size:22px;color:var(--berry)}.city-chevron{font-size:14px;color:var(--ink-muted)}.city-popover{position:absolute;top:calc(100% + 6px);left:0;z-index:130;width:215px;padding:6px;background:white;border:1px solid var(--border);box-shadow:0 8px 25px #35172518;border-radius:12px}.city-popover button{width:100%;min-height:44px;padding:10px 12px;display:flex;justify-content:space-between;gap:12px;font:400 14px 'Manrope','Segoe UI',Arial,sans-serif;background:transparent;border:0;border-radius:8px;text-align:left;color:var(--ink)}.city-popover button:hover,.city-popover button[aria-pressed=true]{background:var(--berry-soft)}.city-check{color:var(--berry)}
@media(max-width:600px){.city-control{order:3;margin:0;flex:0 0 auto}.site-header .row:after{content:'';order:4;flex:1}.messenger-wrap{margin-left:auto}#cityTrigger{padding-left:3px}.city-popover{width:215px}#cityControl{max-width:100%}}
@media(max-width:600px){.city-control{flex:1 0 100%;order:3}.site-header .row:after{display:none}.messenger-wrap{order:1;margin-left:auto}}

#orderDialog{max-width:520px}#orderDialog .form-note{margin:8px 0 12px}#orderDialog .demo-note{margin:10px 0;padding:10px}#orderDialog .modal-product{font-weight:700;margin:12px 0 16px}#orderDialog fieldset{border:0;padding:0;margin:0 0 16px;min-width:0}#orderDialog legend{font-size:14px;font-weight:700;color:var(--ink-muted);margin-bottom:8px}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.choice-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.choice-grid label{position:relative;cursor:pointer}.choice-grid input{position:absolute;opacity:0}.choice-grid span{display:flex;justify-content:center;align-items:center;min-height:44px;padding:9px 5px;border:1px solid var(--border);border-radius:9px;font-size:14px;font-weight:600}.choice-grid input:checked+span{background:var(--berry-soft);border-color:var(--berry);color:var(--berry)}.choice-grid input:focus-visible+span{outline:2px solid var(--berry);outline-offset:2px}.addon-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--border);font-size:14px;cursor:pointer}.addon-row input{width:19px;height:19px;accent-color:var(--berry);flex:none}.addon-row span{flex:1}.addon-row b{white-space:nowrap;font-size:13px;font-weight:600}.addons-box{background:#fff9fa;border:1px solid var(--border);border-radius:10px;padding:12px;margin:12px 0}.addons-box summary{font-weight:700}.addons-box p{font-size:12px;color:var(--ink-muted);margin-top:5px}.total-box{display:flex;justify-content:space-between;gap:12px;padding-top:10px;font-size:15px}.total-box strong{text-align:right;color:var(--berry)}.composition-edit{margin:10px 0}.composition-edit>summary{color:var(--berry);font-size:13px}.composition-edit .field{margin-top:10px}#otherDateField{margin-top:10px}#otherDateField input{min-width:0;max-width:100%;font-size:16px}#orderDialog #submitButton{margin-top:5px}#orderDialog .field input{font-size:16px}#orderDialog .field{margin-bottom:14px}
.product-sprite{background-image:url('../assets/product-sheet-v1.png')!important;background-repeat:no-repeat!important;background-size:200% 200%!important;background-color:#f5ece2!important}
.product-sprite.photo-0{background-position:0% 0%!important}.product-sprite.photo-1{background-position:100% 0%!important}.product-sprite.photo-2{background-position:0% 100%!important}.product-sprite.photo-3{background-position:100% 100%!important}
.hero-visual{aspect-ratio:1;box-shadow:none}.hero-visual .product-sprite{width:100%;height:100%;position:absolute;inset:0}.card-photo{aspect-ratio:1}.card-photo .product-sprite{opacity:1}.detail-art.product-sprite{width:min(100%,340px);aspect-ratio:1;height:auto;padding:0;margin:14px auto}.live-photo{aspect-ratio:1;border-radius:9px}.live-photo figure{margin:0}.live-grid{align-items:start}
.card-badge,.card-badge.alt{background:rgba(255,252,251,.9)!important;border:1px solid #e1c4cc;color:#934257!important;font-size:11px;font-weight:500;text-transform:none;letter-spacing:0;padding:4px 9px;border-radius:7px}
.card-price{font-size:19px;font-weight:550;line-height:1.35}.card-price-row{gap:6px}.total-box strong{font-weight:600}
@media(max-width:600px){.hero-visual{aspect-ratio:1}.card-price{font-size:20px}.live-grid .live-photo:last-child{grid-column:1/-1;width:65%;justify-self:center}}


  .quick-filter{background:#fff0eb;padding:34px 0 30px;margin:12px 0 0}.quick-filter .wrap{max-width:1120px}.quick-filter .filter-block+.filter-block{margin-top:22px}.quick-filter-title{margin:0 0 11px;font:600 16px 'Manrope','Segoe UI',Arial,sans-serif;color:var(--ink)}.quick-chip-row{display:flex;flex-wrap:wrap;gap:10px}.quick-chip-row button{min-height:42px;padding:8px 17px;border:1px solid #e7d8d7;border-radius:999px;background:#fff;color:var(--ink);font:500 14px 'Manrope','Segoe UI',Arial,sans-serif;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.quick-chip-row button:hover{border-color:#c9919f}.quick-chip-row button.active{background:var(--berry);border-color:var(--berry);color:#fff;font-weight:600}#catalog .catalog-controls>label:not(.sort),#catalog #hitsToggle{display:none}#catalog .catalog-controls{justify-content:flex-end;margin-top:0}@media(max-width:600px){.quick-filter{padding:26px 0 24px}.quick-filter-title{font-size:15px}.quick-chip-row{gap:8px}.quick-chip-row button{min-height:40px;padding:7px 13px;font-size:13px}#catalog .catalog-controls{justify-content:space-between}.catalog-controls .sort{flex:1}.catalog-controls .sort select{width:100%}}

.holiday-banner{max-width:1080px;margin:20px auto 0;padding:15px 20px;border:1px solid #ebd2d7;border-radius:12px;background:#fff8f8;color:var(--berry);display:flex;align-items:center;gap:12px;font:500 14px 'Manrope','Segoe UI',Arial,sans-serif}.holiday-banner strong{color:var(--ink);font-weight:600}.holiday-banner small{margin-left:auto;color:var(--ink-muted)}@media(max-width:600px){.holiday-banner{margin:16px 16px 0;align-items:flex-start;flex-wrap:wrap}.holiday-banner small{margin-left:0;flex-basis:100%}}

  #catalog .catalog-controls{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 18px}#catalog .catalog-count{margin:0;color:var(--ink-muted);font-size:13px}#catalog .catalog-controls .sort{display:block!important;flex:0 0 auto!important;margin-left:auto!important;font-size:0!important}#catalog .catalog-controls .sort select{font-size:14px!important;min-height:42px}#catalog #clearFilters{display:none!important}@media(max-width:380px){#catalog .catalog-count{font-size:12px}#catalog .catalog-controls .sort select{font-size:13px!important;padding:8px!important;min-height:40px}}

.card-benefit:has(.product-features){display:block!important}.product-features{display:flex;flex-wrap:wrap;gap:4px 10px;color:#6d514b;font-size:12px;line-height:1.35}.product-features span{white-space:nowrap}@media(max-width:600px){.product-features{font-size:11px}}
.product-features{flex-direction:column;align-items:flex-start;gap:3px}.package-control{display:flex!important;flex-direction:column;gap:5px;margin:18px 0 12px;color:var(--ink-muted);font:500 12px 'Manrope','Segoe UI',Arial,sans-serif}.package-control select{width:100%;min-height:39px;padding:7px 9px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--ink);font:500 13px 'Manrope','Segoe UI',Arial,sans-serif}.card .variant-lbl,.card .thumbs,.card .details-link{display:none!important}#catalogGrid .card{height:100%;display:flex;flex-direction:column}#catalogGrid .card-body{display:flex;flex:1;flex-direction:column}#catalogGrid .card-order{margin-top:auto}

  .section[data-section="popular"] .section-head a{display:none}.popular-catalog-cta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:22px 0 0;padding:18px 20px;border:1px solid #eddcdf;border-radius:12px;background:#fff8f8}.popular-catalog-cta strong{display:block;font:600 16px 'Manrope','Segoe UI',Arial,sans-serif;color:var(--ink)}.popular-catalog-cta span{display:block;margin-top:3px;color:var(--ink-muted);font-size:13px}@media(min-width:900px){#popularGrid{grid-template-columns:repeat(4,1fr)!important}#popularGrid .card{height:100%;display:flex;flex-direction:column}#popularGrid .card-body{display:flex!important;flex:1;flex-direction:column}#popularGrid .card-desc,#popularGrid .card-meta{display:block!important}#popularGrid .card-order{margin-top:auto;grid-column:auto!important;grid-row:auto!important}}@media(max-width:600px){.popular-catalog-cta{align-items:flex-start;flex-direction:column}.popular-catalog-cta .btn{width:100%}}

@media(min-width:900px){#popularGrid .card-body{align-items:stretch!important;text-align:left!important}#popularGrid .card-order{width:100%!important}#popularGrid .card-order .btn{width:100%!important;min-height:44px!important;padding:10px 16px!important;font-size:14px!important}#popularGrid .package-control{align-self:stretch!important}}
.telegram-phone-option{display:flex!important;align-items:center;gap:8px;margin-top:10px;font-size:13px;font-weight:400;color:var(--ink-muted)}.telegram-phone-option input{width:18px;height:18px;accent-color:var(--berry)}

  .trust-strip{display:flex;align-items:center;gap:22px;padding:15px 20px;background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);border-radius:0}.trust-rating{display:flex;align-items:center;gap:10px;flex:none;color:var(--ink);text-decoration:none}.trust-rating:hover strong{text-decoration:underline}.trust-stars{color:#cf861a;letter-spacing:1px;font-size:17px;white-space:nowrap}.trust-rating strong{font:600 18px 'Manrope','Segoe UI',Arial,sans-serif}.trust-rating span:last-child{font-size:13px;color:var(--ink-muted)}.trust-perks{display:flex;flex-wrap:wrap;gap:7px 15px;color:var(--ink-muted);font-size:13px}.trust-perks span+span:before{content:'·';margin-right:15px;color:#c2abb0}.reviews-widget{display:flex;align-items:center;gap:24px;padding:22px;background:#fff8f8;border:1px solid #eddcdf;border-radius:12px}.reviews-widget strong{margin-left:9px;font:600 22px 'Manrope','Segoe UI',Arial,sans-serif}.reviews-widget p{margin:5px 0 0;color:var(--ink-muted);font-size:13px}.reviews-widget-actions{display:flex;gap:9px;margin-left:auto}.reviews-widget-actions button{border:1px solid #d9b7c0;border-radius:8px;padding:10px 13px;background:#fff;color:var(--berry);font:600 13px 'Manrope','Segoe UI',Arial,sans-serif;cursor:pointer}.reviews-widget-note{margin-left:auto!important;max-width:250px}@media(max-width:800px){.trust-strip{align-items:flex-start;flex-direction:column;gap:10px}.trust-perks{gap:7px 11px}.trust-perks span+span:before{margin-right:11px}.reviews-widget{align-items:flex-start;flex-direction:column;gap:14px}.reviews-widget-actions{margin-left:0;flex-wrap:wrap}.reviews-widget-note{margin-left:0!important}}
.hero-perks{gap:10px 18px!important}.hero-perks span{white-space:nowrap}.trust-strip{display:grid!important;grid-template-columns:max-content 1fr;gap:28px!important;padding:14px 20px!important}.trust-perks{display:grid!important;grid-template-columns:repeat(4,max-content);justify-content:end;gap:8px 18px!important}.trust-perks span{white-space:nowrap}.trust-perks span+span:before{display:none}@media(max-width:1100px){.trust-perks{grid-template-columns:repeat(2,max-content);justify-content:start}}@media(max-width:700px){.hero-perks{display:grid;grid-template-columns:1fr;gap:7px!important}.trust-strip{display:flex!important;gap:10px!important}.trust-perks{display:flex!important;gap:8px 14px!important}.trust-rating{flex-wrap:wrap}.trust-rating span:last-child{flex-basis:100%}}
.header-call{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 12px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--berry);font:600 13px 'Manrope','Segoe UI',Arial,sans-serif;text-decoration:none;white-space:nowrap}.header-call:hover{border-color:var(--berry);background:var(--berry-soft)}.header-call span:first-child{font-size:19px;line-height:1}
@media(max-width:600px){:root{--header-h:64px}header.site-header .row{flex-wrap:nowrap!important;gap:6px!important;padding:0 12px!important}.site-header .row:after{display:none}.logo{font-size:16px;white-space:nowrap}.city-control{order:0;flex:0 1 auto;min-width:0;margin:0}.city-popover{left:auto;right:0}#cityTrigger{gap:3px;min-height:42px;padding:4px;font-size:13px;white-space:nowrap}#cityCurrent{overflow:hidden;text-overflow:ellipsis}.city-pin{font-size:17px}.header-call{order:0;flex:none;width:40px;height:40px;min-height:40px;padding:0;margin-left:auto}.header-call-label{display:none}.messenger-wrap{order:0;margin-left:0}.messenger-wrap .icon-btn{width:40px;height:40px}.hero .grid{gap:16px}.hero-visual{order:-1;aspect-ratio:1.8;border-radius:14px}.hero h1{font-size:clamp(24px,6vw,29px);line-height:1.16}.hero .sub{font-size:15px;line-height:1.45}.hero .eyebrow{font-size:10px}.hero-ctas{margin-top:16px}.hero-ctas .btn{min-height:42px}.hero-perks{display:flex!important;flex-wrap:nowrap;gap:6px!important;margin-top:16px;overflow-x:auto;scrollbar-width:none}.hero-perks::-webkit-scrollbar{display:none}.hero-perks span{display:inline-flex;align-items:center;flex:none;min-height:34px;padding:6px 9px;border:1px solid #ecd9df;border-radius:999px;background:#fff6f8;color:#8f3650;font-size:11px;font-weight:600;white-space:nowrap}html{scroll-padding-top:78px}}
@media(max-width:420px){:root{--header-h:98px}header.site-header .row{flex-wrap:wrap!important;align-content:center;column-gap:6px;row-gap:0}.logo{flex:1}.city-control{order:3;flex:1 0 100%}#cityTrigger{padding-left:0}.header-call{margin-left:0}}
@media(max-width:600px){[data-section="trust"]{padding-top:4px!important;padding-bottom:10px!important}.trust-strip{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;padding:14px!important;border:1px solid #eedce1!important;border-radius:14px!important;background:#fff9fa!important}.trust-rating{display:grid!important;grid-template-columns:max-content max-content;justify-content:start;align-items:center;gap:2px 9px;width:100%}.trust-rating .trust-stars{font-size:16px}.trust-rating strong{font-size:18px}.trust-rating span:last-child{grid-column:1/-1;flex-basis:auto;font-size:11px}.trust-perks{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:100%;gap:6px!important}.trust-perks span{display:flex;align-items:center;justify-content:center;min-height:42px;padding:6px;border:1px solid #f0dfe4;border-radius:9px;background:#fff;font-size:10px;line-height:1.2;text-align:center;white-space:normal}.trust-perks span+span:before{display:none}#popularGrid,#catalogGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.grid-cards .card-photo{aspect-ratio:1.1}.grid-cards .card-body{min-width:0;padding:10px;gap:5px}.grid-cards .card-body h3{font-size:13px;line-height:1.25}.grid-cards .card-desc{display:none}.grid-cards .card-price{font-size:16px}.grid-cards .card-old-price{font-size:10px}.grid-cards .card-price-row{flex-wrap:wrap;gap:3px 6px}.grid-cards .card-meta{font-size:10px}.grid-cards .card-benefit,.grid-cards .product-features{font-size:10px;line-height:1.25}.grid-cards .product-features span{white-space:normal}.grid-cards .managed-size-control,.grid-cards .package-control{margin:6px 0;font-size:10px}.grid-cards .managed-size-control select,.grid-cards .package-control select{min-height:36px;font-size:11px}.grid-cards .card-order .btn{width:100%;min-height:38px;padding:6px 8px;font-size:12px}.grid-cards .card-badge{top:6px;left:6px;padding:4px 6px;font-size:9px}}
.trust-perks{grid-template-columns:repeat(3,max-content)!important}
.section[data-section="popular"] .section-head{display:block!important;text-align:center!important;margin-bottom:24px!important}.popular-eyebrow{margin:0 0 8px!important;color:var(--berry)!important;font:600 12px 'Manrope','Segoe UI',Arial,sans-serif!important;letter-spacing:.1em;text-transform:uppercase}.section[data-section="popular"] .section-head h2{margin:0!important;font-size:30px!important}.popular-subtitle{margin:8px 0 0!important;color:var(--ink-muted)!important;font-size:15px!important}@media(max-width:600px){.section[data-section="popular"] .section-head h2{font-size:25px!important}.popular-subtitle{font-size:14px!important}}
.benefits-head{display:block!important;text-align:center!important;margin-bottom:28px!important}.benefits-head h2{margin:0!important;font-size:30px!important}.why-cards{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:20px!important}.why-cards .why-item{min-height:252px;padding:28px!important;background:#fff;border:1px solid #f0e6e5!important;border-radius:18px!important;box-shadow:0 8px 20px #3d18200d!important}.why-icon{display:block;margin-bottom:19px;font-size:29px}.why-cards .why-item h3{margin:0 0 10px;font-size:18px;line-height:1.35}.why-cards .why-item p{margin:0;font-size:14px;line-height:1.55;color:var(--ink-muted)}@media(max-width:1000px){.why-cards{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:650px){.benefits-head h2{font-size:25px!important}.why-cards{grid-template-columns:1fr!important;gap:12px!important}.why-cards .why-item{min-height:0;padding:20px!important}.why-icon{margin-bottom:10px}}
.delivery-head{text-align:center;margin-bottom:28px}.delivery-head h2{margin:0;font-size:30px}.delivery-rules{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.delivery-rules article{min-height:138px;padding:21px;background:#fff;border:1px solid #f0e6e5;border-radius:16px;box-shadow:0 8px 20px #3d18200d}.delivery-rules span{display:block;color:var(--ink-muted);font-size:13px}.delivery-rules strong{display:block;margin-top:12px;font:600 18px/1.4 'Manrope','Segoe UI',Arial,sans-serif;color:var(--ink)}.workshop-address{margin:22px 0 14px;color:var(--ink-muted);font-size:14px}#deliveryEstimate{min-width:235px}@media(max-width:1000px){.delivery-rules{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:650px){.delivery-head{text-align:left;margin-bottom:20px}.delivery-head h2{font-size:25px}.delivery-rules{grid-template-columns:1fr;gap:10px}.delivery-rules article{min-height:0;padding:17px}.delivery-rules strong{margin-top:6px;font-size:16px}#deliveryEstimate{width:100%}}
#orderDialog .modal-product{margin-bottom:18px}#orderDialog .composition-edit{display:none!important}#orderDialog fieldset[hidden]{display:none!important}#orderDialog .field{margin-bottom:16px}.delivery-rules{gap:12px!important}.delivery-rules article{padding:18px!important}.delivery-rules strong{font-size:16px!important;line-height:1.35!important}.delivery-rules article:nth-child(1) strong,.delivery-rules article:nth-child(2) strong{white-space:nowrap}@media(max-width:650px){.delivery-rules article:nth-child(1) strong,.delivery-rules article:nth-child(2) strong{white-space:normal}}
.pickup-checkout{margin:4px 0 16px}.pickup-checkout fieldset{margin-bottom:14px!important}.pickup-address{margin:0 0 16px;padding:14px;border-radius:10px;background:var(--berry-soft);color:var(--berry);font-weight:700}.pickup-time{padding:14px;border:1px solid #efbdc8;border-radius:12px;background:#fff4f6}.pickup-time>label{display:block;margin-bottom:8px;font-weight:700}.pickup-time select{width:100%;min-height:50px;padding:10px 12px;border:1px solid var(--border);border-radius:9px;background:#fff;font-size:16px}.pickup-time .form-note{margin-bottom:0!important}#pickupDateField{margin-top:10px}#pickupDate{width:100%}
.pickup-benefit-site{margin:-8px 0 16px;padding:12px 14px;border:1px solid #e7a7b8;border-radius:10px;background:#fff0f4;color:var(--berry);font-weight:800}
.personal-data-notice{margin:13px 0 10px;color:var(--ink-muted);font-size:12px;line-height:1.45}.personal-data-notice a,.site-legal-links a{color:var(--berry);text-underline-offset:3px}.site-legal-links{display:flex;gap:8px 22px;flex-wrap:wrap;margin-top:14px;font-size:13px}
.managed-photo{padding:0!important;background:#f5ecec!important}.managed-photo img{width:100%;height:100%;display:block;object-fit:cover}.detail-art.managed-photo{aspect-ratio:1;height:auto;max-width:340px}.managed-gift-notice{margin:0 0 12px;padding:10px 12px;border-radius:10px;background:#fff1f3;color:#8f2643;font-weight:700;font-size:13px}.card-old-price{display:inline!important}.card:has(.card-old-price) .card-badge{background:linear-gradient(135deg,#bd204c,#8e1436)!important;border:0;color:#fff!important;font-weight:700;box-shadow:0 5px 14px #65152f35}.managed-size-control{display:grid;gap:5px;margin:8px 0 10px;color:var(--ink-muted);font-size:12px}.managed-size-control select{width:100%;min-height:40px;padding:7px 9px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--ink);font:500 13px "Manrope",sans-serif}#orderDialog .modal-product.managed-confirm{display:grid;grid-template-columns:96px minmax(0,1fr);gap:14px;align-items:center;padding:12px}#orderDialog .modal-product.managed-confirm>img,#orderDialog .managed-order-placeholder{width:96px;height:96px;border-radius:14px;object-fit:cover;background:#fff;display:grid;place-items:center;font-size:34px}#orderDialog .modal-product.managed-confirm>span:last-child{display:grid;gap:4px;min-width:0}#orderDialog .modal-product.managed-confirm strong{font-size:16px;line-height:1.25;font-weight:750}#orderDialog .modal-product.managed-confirm small{font-size:13px;line-height:1.35;color:#6e5961}#orderDialog .modal-product.managed-confirm b{font-size:14px;line-height:1.3;color:#7d223d}@media(max-width:560px){#orderDialog .modal-product.managed-confirm{grid-template-columns:82px minmax(0,1fr)}#orderDialog .modal-product.managed-confirm>img,#orderDialog .managed-order-placeholder{width:82px;height:82px}}
.category-filter{padding:20px 0 24px;border-bottom:1px solid var(--border);background:#fff}.category-filter .wrap{max-width:1120px}.category-filter .quick-filter-title{margin-bottom:10px}@media(max-width:600px){.category-filter{padding:18px 0 20px}}
.card-message-box{margin:16px 0;padding:14px;border:1px solid #ead6db;border-radius:12px;background:#fff8f9}.card-toggle{display:flex!important;align-items:flex-start;gap:10px;margin:0!important;cursor:pointer}.card-toggle input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--berry)}.card-toggle b{display:block;font:700 14px "Manrope",sans-serif}.card-toggle small,#cardMessageField small{display:block;margin-top:3px;color:var(--ink-muted);font-size:12.5px;line-height:1.4}#cardMessageField{margin-top:13px}#cardMessageField label{display:block;margin-bottom:6px;font:700 13px "Manrope",sans-serif}#cardMessageField textarea{width:100%;min-height:86px;resize:vertical;border:1px solid var(--border);border-radius:9px;padding:10px;color:var(--ink);background:#fff}.addons-empty{margin:4px 0;color:var(--ink-muted);font-size:13px}
.turnstile-box { min-height: 65px; margin: 12px 0; }
#deliveryEstimate{margin-top:22px}
@media(max-width:600px){#deliveryEstimate{margin-top:18px}}
@media(min-width:601px){.header-call{display:none}}
@media(max-width:699px){.sticky-order{visibility:hidden;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease,visibility .2s}.sticky-order.is-visible{visibility:visible;opacity:1;pointer-events:auto;transform:none}}
.delivery-pickup strong{overflow-wrap:anywhere}.delivery-pickup small{display:block;margin-top:8px;color:var(--berry);font-size:13px;font-weight:700}
@media(max-width:600px){.delivery-rules article:nth-child(3){grid-column:auto}.delivery-rules article:nth-child(4)::before{content:'🏬'}.delivery-rules article:nth-child(5){grid-column:1/-1}.delivery-rules article:nth-child(5)::before{content:'⏱️'}.delivery-pickup strong{font-size:11px!important}.delivery-pickup small{margin-top:5px;font-size:11px}}
@media(max-width:600px){.trust-rating{display:flex!important;flex-wrap:nowrap!important;gap:6px;white-space:nowrap}.trust-rating .trust-stars{font-size:14px}.trust-rating strong{font-size:16px}.trust-rating span:last-child{grid-column:auto;font-size:10px;white-space:nowrap}.trust-perks{display:flex!important;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:6px!important}.trust-perks span{flex:1 1 100px;max-width:150px;text-align:center;justify-content:center}}
@media(max-width:600px){.hero-visual{aspect-ratio:1.5}.hero-visual .product-sprite.photo-0{background-size:200% auto!important;background-position:0 12%!important}.hero .eyebrow{font-size:13px;line-height:1.3;letter-spacing:.045em;font-weight:800;margin-bottom:8px}.hero h1{font-size:24px;line-height:1.2;font-weight:650}}
@media(max-width:600px){.hero .grid>div:first-child{display:flex;flex-direction:column}.hero-perks{order:1;align-self:stretch;gap:12px!important;margin:16px 0 0;padding:10px 12px;border-left:3px solid var(--berry);border-radius:0 10px 10px 0;background:#fff6f8}.hero-perks span{min-height:0;padding:0;border:0;border-radius:0;background:transparent;color:#874054;font-size:11px}.hero-ctas{order:2;margin-top:16px}}
@media(max-width:600px){[data-section="benefits"]{padding-top:14px!important;padding-bottom:14px!important}.benefits-head{margin-bottom:14px!important}.benefits-head h2{font-size:22px!important}.why-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.why-cards .why-item{min-height:0;padding:12px!important;border-radius:12px!important;box-shadow:none!important}.why-cards .why-item:last-child{grid-column:1/-1}.why-icon{font-size:20px;margin-bottom:5px}.why-cards .why-item h3{font-size:13px;line-height:1.25;margin-bottom:4px}.why-cards .why-item p{font-size:11px;line-height:1.35}.delivery-head{margin-bottom:14px}.delivery-head h2{font-size:22px}.delivery-rules{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important}.delivery-rules article{min-height:0;padding:12px!important;border-radius:12px;box-shadow:none}.delivery-rules article:nth-child(3){grid-column:1/-1}.delivery-rules article::before{display:block;margin-bottom:5px;font-size:18px;line-height:1}.delivery-rules article:nth-child(1)::before{content:'🚚'}.delivery-rules article:nth-child(2)::before{content:'📍'}.delivery-rules article:nth-child(3)::before{content:'🗺️'}.delivery-rules article:nth-child(4)::before{content:'⏱️'}.delivery-rules article:nth-child(5)::before{content:'🎁'}.delivery-rules span{font-size:11px}.delivery-rules strong{margin-top:4px;font-size:13px!important;line-height:1.25!important}.workshop-address{margin:14px 0 10px;font-size:12px}}
@media(max-width:600px){.hero-perks{justify-content:space-around;align-items:center;align-self:stretch;width:100%;margin:16px 0 0;padding:0 14px;border:0;border-radius:0;background:transparent}.hero-perks span{color:var(--ink-muted);font-size:12px;text-align:center}}
@media(min-width:601px) and (max-width:859px){.hero .grid>div:first-child{display:flex;flex-direction:column}.hero-visual{order:-1}.hero-perks{display:flex;order:1;align-self:stretch;justify-content:space-around;gap:16px;margin:18px 0 0;padding:0 18px;border:0;background:transparent;font-size:14px}.hero-perks span{color:var(--ink-muted)}.hero-ctas{order:2;margin-top:18px}}
@media(max-width:600px){.delivery-rules{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-flow:row}.delivery-rules article{display:flex;flex-direction:column;align-items:flex-start;min-height:108px}.delivery-rules article:nth-child(1){grid-column:1}.delivery-rules article:nth-child(2){grid-column:2}.delivery-rules article:nth-child(3){grid-column:1!important}.delivery-rules article:nth-child(4){grid-column:2!important}.delivery-rules article:nth-child(5){grid-column:1/-1!important;min-height:0}.delivery-rules article:nth-child(4)::before{content:'🏬'}.delivery-rules article:nth-child(5)::before{content:'⏱️'}}
/* Compact checkout; keep pickup details and its benefit in one calm panel. */
#orderDialog{padding:22px 24px;font-size:14px}#orderDialog h3{font-size:20px}#orderDialog .modal-product{margin:8px 0 12px}#orderDialog .modal-product.managed-confirm{grid-template-columns:68px minmax(0,1fr);gap:10px;padding:9px}#orderDialog .modal-product.managed-confirm>img,#orderDialog .managed-order-placeholder{width:68px;height:68px;border-radius:10px}#orderDialog .field{margin-bottom:11px}#orderDialog .field label,#orderDialog legend{font-size:12px;margin-bottom:5px}#orderDialog fieldset{margin-bottom:12px}#orderDialog .choice-grid{gap:6px}#orderDialog .choice-grid span{min-height:38px;padding:6px;font-size:13px;border-radius:8px}#orderDialog .field input,#orderDialog .field select,#orderDialog .field textarea{padding:9px 11px;border-width:1px;border-radius:8px;font-size:14px}#orderDialog .form-note{font-size:12px;line-height:1.4;margin:5px 0 9px}#orderDialog .demo-note{margin:7px 0;padding:8px 10px;font-size:12px}#orderDialog .pickup-checkout{margin:2px 0 12px}#orderDialog .pickup-checkout fieldset{margin-bottom:10px!important}#orderDialog .pickup-summary{margin:0 0 12px;padding:10px 12px;border:1px solid #eed5dd;border-radius:11px;background:#fff8fa}#orderDialog .pickup-address{margin:0;padding:0;border:0;background:transparent;color:#723247;font-size:12px;font-weight:650}#orderDialog .pickup-benefit-site{display:flex;align-items:center;gap:9px;margin:8px 0 0;padding:8px 0 0;border:0;border-top:1px solid #f0dce2;border-radius:0;background:transparent}#orderDialog .pickup-benefit-site strong{flex:none;color:var(--berry);font-size:19px;line-height:1}#orderDialog .pickup-benefit-site span{display:grid;gap:2px;color:var(--ink);font-size:12px;line-height:1.25}#orderDialog .pickup-benefit-site small{color:var(--ink-muted);font-size:11px;font-weight:400}#orderDialog #pickupBenefit[hidden],#orderDialog #pickupSummary[hidden]{display:none}#orderDialog .pickup-time{padding:10px 12px;border-color:#efd9df;border-radius:10px;background:#fff8fa}#orderDialog .pickup-time>label{margin-bottom:6px;font-size:12px}#orderDialog .pickup-time select{min-height:39px;padding:7px 10px;font-size:13px}#orderDialog .pickup-time .form-note{margin:6px 0 0!important;font-size:11px}#orderDialog .card-message-box{margin:12px 0;padding:11px 12px}#orderDialog .addons-box{margin:10px 0;padding:10px 12px}#orderDialog .personal-data-consent{margin-top:13px;padding:11px;font-size:12px}#orderDialog .personal-data-consent input{width:18px;height:18px}#orderDialog .total-box{font-size:14px}@media(max-width:600px){#orderDialog{padding:20px 18px calc(20px + env(safe-area-inset-bottom))}#orderDialog .field input,#orderDialog .field select,#orderDialog .field textarea{font-size:16px}#orderDialog .choice-grid span{min-height:40px}}
.first-order-promo{display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.58fr);grid-template-areas:"eyebrow eyebrow" "copy accent";column-gap:28px;row-gap:14px;align-items:center;padding:22px 34px;border-radius:18px;background:#fff3f7;color:var(--ink)}
.first-order-promo-eyebrow{grid-area:eyebrow;margin:0;color:var(--berry);font-size:15px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.first-order-promo-copy{grid-area:copy}
.first-order-promo h2{margin:0;color:var(--berry);font-size:clamp(30px,3.2vw,38px);font-weight:750;line-height:1.08;letter-spacing:-.035em}
.first-order-promo-description{margin:10px 0 0;color:#706b70;font-size:14px;line-height:1.4}
.first-order-promo-accent{grid-area:accent;align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding-left:28px;border-left:1px solid #efd2dc;color:var(--berry);white-space:nowrap}
@media(min-width:700px){.first-order-promo-accent{transform:translateY(-18px)}}
.first-order-promo-accent strong{display:block;font-size:clamp(56px,5.8vw,68px);line-height:.95;letter-spacing:-.075em}
.first-order-promo-accent span{display:block;margin-top:8px;font-size:14px;line-height:1.35}
.first-order-promo #promoLeadButton{align-self:flex-start;width:min(100%,300px);min-height:42px;margin-top:12px;font-size:13px}
@media(max-width:699px){.first-order-promo{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);grid-template-areas:"eyebrow eyebrow" "copy offer" "button button";column-gap:12px;row-gap:16px;padding:20px;border-radius:16px}.first-order-promo-eyebrow{font-size:13px;letter-spacing:.1em}.first-order-promo-accent{display:contents}.first-order-promo-offer{grid-area:offer;align-self:stretch;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:8px;border-left:1px solid #efd2dc;text-align:center;white-space:normal}.first-order-promo-accent strong{font-size:clamp(38px,11vw,54px);white-space:nowrap}.first-order-promo-accent span{margin-top:6px;font-size:12px;line-height:1.35}.first-order-promo h2{font-size:clamp(21px,5.8vw,27px)}.first-order-promo-description{margin-top:10px;font-size:12px;line-height:1.35}.first-order-promo #promoLeadButton{grid-area:button;width:100%;margin-top:0}}
@media(max-width:699px){.first-order-promo-offer{transform:translateY(-18px)}}
@media(max-width:370px){.first-order-promo{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);column-gap:8px;padding:16px}.first-order-promo-eyebrow{font-size:11px}.first-order-promo-offer{padding-left:8px}.first-order-promo-accent strong{font-size:34px}.first-order-promo-accent span,.first-order-promo-description{font-size:11px}.first-order-promo h2{font-size:20px}}
@media(max-width:370px){.first-order-promo-offer{transform:translateY(-12px)}}
#orderDialog.simple-lead-active .demo-note,#orderDialog.simple-lead-active #formStep>.form-note:first-child,#orderDialog.simple-lead-active #modalProduct,#orderDialog.simple-lead-active #pickupBox,#orderDialog.simple-lead-active .card-message-box,#orderDialog.simple-lead-active .addons-box,#orderDialog.simple-lead-active .total-box,#orderDialog.simple-lead-active #totalHint,#orderDialog.simple-lead-active #managedGiftNotice{display:none!important}
#orderDialog.simple-lead-active #requestContext{padding:11px 13px;border-radius:10px;background:#fff1f5;color:#743044;line-height:1.45}
.hero-visual .product-sprite.managed-hero-photo{background-image:var(--hero-desktop-image)!important;background-size:cover!important;background-position:var(--hero-desktop-position)!important;transform:translateY(var(--hero-desktop-shift-y,0%)) scale(var(--hero-desktop-zoom,1))}
@media(max-width:600px){.hero-visual .product-sprite.managed-hero-photo{background-image:var(--hero-mobile-image)!important;background-position:var(--hero-mobile-position)!important;transform:translateY(var(--hero-mobile-shift-y,0%)) scale(var(--hero-mobile-zoom,1))}}
