
:root{
  --violet:#4a22a8;
  --violet-dark:#291064;
  --purple-soft:#efe8ff;
  --yellow:#ffc515;
  --yellow-soft:#fff0ad;
  --cream:#fffaf0;
  --paper:#fffefb;
  --ink:#211b27;
  --muted:#746e79;
  --line:#eae3ee;
  --white:#fff;
  --shadow:0 25px 70px rgba(51,25,104,.12);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.55;overflow-x:hidden}
body.menu-open,body.modal-open{overflow:hidden}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
button{color:inherit}
.container{width:min(1240px,calc(100% - 48px));margin:auto}
::selection{background:var(--yellow);color:var(--violet-dark)}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif}
h2{font-size:clamp(44px,5.6vw,76px);line-height:.98;letter-spacing:-.045em;margin:0}
h2 em,h1 em{color:var(--violet);font-weight:400}
.kicker{margin:0 0 16px;color:var(--violet);font-size:11px;line-height:1.3;font-weight:900;text-transform:uppercase;letter-spacing:.16em}
.kicker.light{color:var(--yellow)}
.section{padding:108px 0}
.section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;margin-bottom:52px}
.section-head>p{color:var(--muted);font-size:16px;line-height:1.7;margin:0;max-width:520px}
.section-head.compact{align-items:center}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}
.reveal.visible{opacity:1;transform:none}

/* HEADER */
.header{position:fixed;inset:0 0 auto;z-index:100;transition:.3s}
.header.scrolled{background:rgba(255,254,251,.91);backdrop-filter:blur(16px);box-shadow:0 1px 0 rgba(67,37,108,.08)}
.header-inner{height:88px;display:flex;align-items:center;gap:26px}
.brand{display:flex;align-items:center;gap:11px;flex:0 0 auto}
.brand-mark{width:48px;height:48px;border-radius:50%;padding:3px;background:#fff;display:grid;place-items:center;box-shadow:0 6px 20px rgba(59,27,119,.08)}
.brand-mark img{width:100%;height:100%;object-fit:contain;border-radius:50%}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand-text b{font:700 21px Georgia,serif;color:var(--violet)}
.brand-text small{margin-top:5px;font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:#817987}
.nav{margin-left:auto;display:flex;align-items:center;gap:23px}
.nav a{font-size:12px;font-weight:800;white-space:nowrap;position:relative;padding:10px 0}
.nav a:after{content:"";position:absolute;left:0;bottom:5px;width:0;height:1px;background:var(--violet);transition:.25s}
.nav a:hover:after{width:100%}
.header-phone{font-size:12px;font-weight:900;border-radius:999px;background:var(--violet);color:#fff;padding:14px 18px;white-space:nowrap}
.menu-button{display:none;width:45px;height:45px;border:1px solid var(--line);border-radius:50%;background:#fff;position:relative;margin-left:auto}
.menu-button i{position:absolute;left:13px;right:13px;height:2px;background:var(--violet);transition:.25s}.menu-button i:first-child{top:18px}.menu-button i:last-child{top:25px}
.menu-button[aria-expanded="true"] i:first-child{top:22px;transform:rotate(45deg)}.menu-button[aria-expanded="true"] i:last-child{top:22px;transform:rotate(-45deg)}

/* BUTTONS */
.btn{min-height:56px;border:0;border-radius:999px;padding:0 15px 0 24px;display:inline-flex;align-items:center;justify-content:center;gap:22px;font-size:12px;font-weight:900;cursor:pointer;transition:transform .25s,box-shadow .25s,background .25s}
.btn span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center}
.btn-primary{background:var(--violet);color:#fff}.btn-primary span{background:var(--yellow);color:var(--violet-dark)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(74,34,168,.22)}
.btn-light{background:#fff;color:var(--violet);border:1px solid rgba(74,34,168,.12)}.btn-light span{background:var(--purple-soft)}
.btn-yellow{background:var(--yellow);color:var(--violet-dark)}.btn-yellow span{background:#fff}

/* HERO */
.hero{min-height:100svh;padding:142px 0 0;position:relative;overflow:hidden;background:linear-gradient(135deg,#fffdf7 0%,#fff9e9 46%,#f5efff 100%)}
.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(74,34,168,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(74,34,168,.04) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to right,#000 0%,transparent 75%)}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:50px;align-items:center;position:relative;z-index:2;padding-bottom:80px}
.hero-copy{min-width:0}
.micro-label{font-size:10px;letter-spacing:.15em;text-transform:uppercase;font-weight:900;color:var(--violet);display:flex;align-items:center;gap:10px;margin-bottom:24px}
.micro-label span{width:30px;height:1px;background:var(--yellow)}
.hero h1{font-size:clamp(62px,7.8vw,112px);line-height:.82;letter-spacing:-.062em;margin:0 0 32px}
.hero-lead{max-width:670px;color:#5f5864;font-size:18px;line-height:1.7;margin-bottom:30px}
.hero-buttons{display:flex;gap:11px;flex-wrap:wrap}
.hero-facts{margin-top:42px;padding-top:22px;border-top:1px solid rgba(74,34,168,.13);display:flex;gap:38px;flex-wrap:wrap}
.hero-facts div{display:flex;flex-direction:column}.hero-facts strong{font:700 22px Georgia,serif;color:var(--violet)}.hero-facts span{font-size:9px;text-transform:uppercase;letter-spacing:.11em;color:#88808d;margin-top:4px}
.hero-visual{height:620px;position:relative;isolation:isolate}
.hero-center{position:absolute;width:310px;height:310px;border-radius:50%;background:#fff;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;z-index:2;box-shadow:0 30px 90px rgba(55,24,115,.13)}
.hero-center img{width:205px;height:205px;object-fit:contain;border-radius:50%}
.hero-ring{position:absolute;left:50%;top:50%;border:1px solid rgba(74,34,168,.15);border-radius:50%;transform:translate(-50%,-50%);z-index:1}.ring-a{width:420px;height:420px}.ring-b{width:520px;height:520px;border-style:dashed;animation:spin 38s linear infinite}
@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}
.hero-product{position:absolute;background:#fff;padding:9px;border-radius:20px;box-shadow:0 20px 55px rgba(53,27,103,.15);z-index:4;transition:transform .2s ease}
.hero-product img{width:100%;height:130px;object-fit:contain;border-radius:13px;background:#fffaf1}
.hero-product span{display:block;padding:8px 7px 4px;font-size:10px;font-weight:800;color:var(--violet)}
.hero-product-a{width:250px;left:0;bottom:66px;transform:rotate(-6deg)}
.hero-product-b{width:240px;right:-6px;top:57px;transform:rotate(6deg)}
.hero-product-c{width:220px;right:6px;bottom:38px;transform:rotate(3deg)}
.hero-badge{position:absolute;left:18px;top:48px;background:var(--yellow);width:135px;height:135px;border-radius:50%;display:grid;place-items:center;text-align:center;align-content:center;color:var(--violet-dark);font:italic 16px Georgia,serif;z-index:5;box-shadow:0 18px 40px rgba(137,99,0,.13);transform:rotate(-7deg)}
.hero-badge b{display:block;font-size:18px}
.hero-orb{position:absolute;border-radius:50%;filter:blur(2px)}.orb-one{width:400px;height:400px;background:radial-gradient(circle,rgba(255,197,21,.27),transparent 70%);right:-120px;top:-100px}.orb-two{width:320px;height:320px;background:radial-gradient(circle,rgba(95,58,192,.16),transparent 70%);left:-100px;bottom:30px}
.hero-ticker{background:var(--violet);color:#fff;overflow:hidden;position:relative;z-index:3}
.ticker-track{display:flex;width:max-content;gap:24px;align-items:center;padding:15px 0;animation:ticker 28s linear infinite;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.ticker-track b{color:var(--yellow)}
@keyframes ticker{to{transform:translateX(-50%)}}

/* CATEGORIES */
.categories{background:#fff}
.category-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:330px;gap:18px}
.category-card{grid-column:span 4;position:relative;border-radius:26px;overflow:hidden;background:var(--cream);box-shadow:0 10px 35px rgba(63,31,115,.08)}
.category-card.large{grid-column:span 8}.category-card.wide{grid-column:span 8}
.category-card img{width:100%;height:100%;object-fit:contain;background:#fff;padding:7px;transition:transform .65s cubic-bezier(.2,.7,.2,1)}
.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(30,10,66,.86),rgba(30,10,66,.06) 60%,transparent);pointer-events:none}
.category-overlay{position:absolute;z-index:2;inset:auto 26px 24px;color:#fff;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:end}
.category-overlay span{font-size:10px;color:var(--yellow);align-self:start;padding-top:6px}.category-overlay h3{font-size:31px;line-height:.95;margin:0}.category-overlay b{font-size:10px;text-transform:uppercase;letter-spacing:.12em;white-space:nowrap}
.category-card:hover img{transform:scale(1.035)}

/* HITS */
.hits{background:var(--cream);overflow:hidden}
.hits-controls{display:flex;gap:9px;justify-content:flex-end}.hits-controls button{width:48px;height:48px;border-radius:50%;border:1px solid rgba(74,34,168,.14);background:#fff;cursor:pointer;font-size:18px;color:var(--violet)}
.hits-viewport{overflow:auto;scrollbar-width:none;padding-bottom:8px}.hits-viewport::-webkit-scrollbar{display:none}
.hits-track{display:flex;gap:18px;width:max-content}
.hit-card{width:360px;min-height:520px;background:#fff;border-radius:26px;overflow:hidden;box-shadow:0 12px 35px rgba(58,28,107,.08);display:flex;flex-direction:column;cursor:pointer;transition:transform .3s,box-shadow .3s}
.hit-card:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(58,28,107,.13)}
.hit-media{height:300px;background:linear-gradient(145deg,#fff9e6,#f1eaff);position:relative;overflow:hidden}
.hit-media:before{content:"";position:absolute;width:250px;height:250px;border-radius:50%;border:1px solid rgba(74,34,168,.12);left:50%;top:50%;transform:translate(-50%,-50%)}
.hit-pack{position:absolute;left:15px;bottom:22px;width:47%;height:125px;object-fit:contain;z-index:2}
.hit-product{position:absolute;right:12px;top:60px;width:47%;height:165px;object-fit:contain;z-index:3;border-radius:14px}
.hit-index{position:absolute;left:18px;top:17px;font-size:10px;font-weight:900;color:var(--violet);z-index:4}
.hit-body{padding:23px 24px 25px;display:flex;flex-direction:column;flex:1}
.hit-body small{font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:#8d8496;font-weight:900}
.hit-body h3{font-size:29px;line-height:1.06;color:var(--violet);margin:9px 0 12px}
.hit-body p{color:var(--muted);font-size:13px;line-height:1.55;margin:0 0 20px}
.hit-body button{margin-top:auto;border:0;border-top:1px solid var(--line);background:transparent;padding:16px 0 0;display:flex;justify-content:space-between;font-size:11px;font-weight:900;color:var(--violet);cursor:pointer}
.hits-progress{height:2px;background:#e7dff0;margin-top:35px;position:relative}.hits-progress span{position:absolute;left:0;top:0;bottom:0;background:var(--violet);width:12%;transform-origin:left;transition:transform .15s linear}

/* BENEFITS */
.benefits{background:#fff}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.benefit-card{min-height:330px;border:1px solid var(--line);border-radius:26px;padding:25px;display:flex;flex-direction:column;position:relative;overflow:hidden;background:#fff;transition:.3s}
.benefit-card:hover{background:var(--violet);color:#fff;transform:translateY(-4px);border-color:var(--violet)}
.benefit-card>span{font-size:10px;color:#98909c}.benefit-icon{width:58px;height:58px;border-radius:18px;background:var(--yellow);display:grid;place-items:center;font-size:24px;color:var(--violet-dark);margin:42px 0 34px}
.benefit-card h3{font-size:27px;line-height:1.02;margin:0 0 13px}.benefit-card p{font-size:13px;line-height:1.6;color:var(--muted);margin:0}
.benefit-card:hover p,.benefit-card:hover>span{color:rgba(255,255,255,.72)}

/* STORY */
.story{background:var(--cream)}
.story-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:78px;align-items:center}
.story-photo{min-height:650px;position:relative}.story-photo>img{width:82%;height:610px;object-fit:cover;object-position:center top;border-radius:34px;box-shadow:var(--shadow);background:#fff}
.story-year{position:absolute;right:0;bottom:32px;width:180px;height:180px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;align-content:center;color:var(--violet-dark);text-align:center;box-shadow:0 20px 48px rgba(128,90,0,.14)}
.story-year strong{font:700 45px Georgia,serif;line-height:1}.story-year span{font-size:9px;text-transform:uppercase;letter-spacing:.14em;margin-top:7px}
.story-copy h2{margin-bottom:28px}.story-lead{font-size:18px;line-height:1.7;color:#5f5864;margin-bottom:31px}
.story-points{border-top:1px solid rgba(74,34,168,.13)}.story-points>div{display:grid;grid-template-columns:48px 1fr;gap:10px;padding:18px 0;border-bottom:1px solid rgba(74,34,168,.13)}.story-points b{font-size:10px;color:#9a91a1;padding-top:4px}.story-points span{font-size:13px;color:var(--muted);line-height:1.55}.story-points strong{display:block;color:var(--violet);font:700 19px Georgia,serif;margin-bottom:4px}
.text-link{display:inline-flex;align-items:center;gap:16px;margin-top:30px;color:var(--violet);font-size:12px;font-weight:900}.text-link span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff}

/* PROCESS */
.process{background:#fff}
.process-line{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.process-step{padding:30px 24px 34px;border-right:1px solid var(--line);min-height:270px}.process-step:last-child{border-right:0}
.process-step b{font-size:10px;color:var(--violet)}.process-step h3{font-size:27px;margin:60px 0 11px}.process-step p{font-size:13px;color:var(--muted);line-height:1.58;margin:0}

/* DELIVERY */
.delivery{padding-top:20px}
.delivery-card{min-height:520px;background:var(--violet);border-radius:36px;color:#fff;padding:60px;display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;overflow:hidden;position:relative}
.delivery-copy{position:relative;z-index:2}.delivery-copy h2{margin-bottom:24px}.delivery-copy h2 em{color:var(--yellow)}.delivery-copy>p:not(.kicker){color:rgba(255,255,255,.72);max-width:630px;line-height:1.7}
.delivery-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:28px}.delivery-contact{font-weight:900;font-size:13px}
.delivery-art{height:390px;position:relative;display:grid;place-items:center}.delivery-circle{position:absolute;width:340px;height:340px;border-radius:50%;background:var(--yellow);right:30px}.delivery-art img{width:430px;height:250px;object-fit:contain;position:relative;z-index:2;filter:drop-shadow(0 28px 24px rgba(25,9,59,.3));transform:rotate(5deg)}.delivery-art span{position:absolute;right:18px;bottom:10px;z-index:3;font-size:9px;text-transform:uppercase;letter-spacing:.16em}

/* PARTNERS */
.partners{background:#fff}
.partners-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}
.partner-info h2{margin-bottom:25px}.partner-info>p:not(.kicker){color:var(--muted);font-size:16px;line-height:1.7;max-width:570px}
.partner-mini{margin-top:38px;border-top:1px solid var(--line)}.partner-mini a{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.partner-mini span{font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:#918996}.partner-mini b{color:var(--violet);font-size:13px;overflow-wrap:anywhere}
.form{background:var(--cream);border-radius:30px;padding:34px;display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form label{display:flex;flex-direction:column;gap:8px}.form label span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#7d7485}.form input{width:100%;height:54px;border:1px solid #e4dce8;border-radius:15px;background:#fff;padding:0 15px;outline:none}.form input:focus{border-color:var(--violet);box-shadow:0 0 0 3px rgba(74,34,168,.07)}
.form .btn,.form small{grid-column:1/-1}.form small{font-size:10px;color:#948b9b;line-height:1.5}

/* CONTACTS */
.contacts{background:var(--violet-dark);color:#fff;padding:100px 0 40px}
.contacts .kicker{margin-bottom:17px}.contacts h2 em{color:var(--yellow)}
.contacts-top{display:flex;justify-content:space-between;align-items:end;gap:50px;padding-bottom:45px;border-bottom:1px solid rgba(255,255,255,.15)}
.contact-big{font:700 clamp(22px,3vw,43px) Georgia,serif;display:flex;align-items:center;gap:24px}.contact-big span{width:52px;height:52px;border-radius:50%;background:var(--yellow);color:var(--violet-dark);display:grid;place-items:center;font:700 18px Arial}
.contacts-grid{display:grid;grid-template-columns:1fr 1.4fr .8fr;gap:24px;padding:32px 0 65px}.contacts-grid>*{padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:22px}.contacts-grid span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:rgba(255,255,255,.48);margin-bottom:9px}.contacts-grid b{font-size:13px;line-height:1.5}
footer{background:var(--violet-dark);color:#fff;border-top:1px solid rgba(255,255,255,.12)}.footer-inner{min-height:110px;display:flex;align-items:center;gap:35px}.footer-brand .brand-text b{color:#fff}.footer-brand .brand-text small{color:rgba(255,255,255,.52)}.footer-inner p{margin:0 auto 0 0;font-size:10px;color:rgba(255,255,255,.5)}.footer-inner>a{font-size:11px;font-weight:900}

/* MODAL */
.modal{position:fixed;inset:0;z-index:300;display:grid;place-items:center;padding:24px;visibility:hidden;opacity:0;transition:.3s}.modal.open{visibility:visible;opacity:1}
.modal-backdrop{position:absolute;inset:0;background:rgba(24,8,58,.74);backdrop-filter:blur(12px)}
.modal-card{width:min(1040px,100%);max-height:calc(100svh - 48px);background:#fff;border-radius:32px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;position:relative;z-index:2;box-shadow:0 50px 120px rgba(10,2,30,.42)}
.modal-close{position:absolute;right:16px;top:16px;z-index:5;width:45px;height:45px;border-radius:50%;border:0;background:#fff;color:var(--violet);font-size:25px;cursor:pointer;box-shadow:0 8px 20px rgba(50,20,90,.12)}
.modal-media{min-height:610px;position:relative;background:linear-gradient(145deg,#fff8df,#eee5ff);overflow:hidden}.modal-media:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;border:1px solid rgba(74,34,168,.12);left:50%;top:50%;transform:translate(-50%,-50%)}
.modal-pack,.modal-product{position:absolute;object-fit:contain;z-index:2}.modal-pack{left:5%;bottom:8%;width:46%;height:180px}.modal-product{right:4%;top:18%;width:48%;height:280px;border-radius:16px}
.modal-copy{padding:66px 52px 45px;overflow:auto}.modal-copy h2{font-size:55px;color:var(--violet);margin-bottom:20px}.modal-copy>p:not(.kicker){font-size:16px;color:var(--muted);line-height:1.65}
.modal-specs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0}.modal-specs div{background:var(--cream);padding:17px;border-radius:17px}.modal-specs span{display:block;font-size:8px;text-transform:uppercase;letter-spacing:.12em;color:#918997}.modal-specs b{font:700 23px Georgia,serif;color:var(--violet)}
.modal-actions{display:flex;gap:10px;flex-wrap:wrap}

/* RESPONSIVE */
@media(max-width:1080px){
  .nav{display:none;position:fixed;left:12px;right:12px;top:78px;background:#fff;border-radius:24px;padding:22px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:3px}.nav.open{display:flex}.nav a{font-size:16px;padding:12px}.menu-button{display:block}.header-phone{display:none}
  .hero-grid{grid-template-columns:1fr}.hero-copy{max-width:800px}.hero-visual{width:min(720px,100%);margin:auto}
  .category-card{grid-column:span 6}.category-card.large,.category-card.wide{grid-column:span 6}
  .benefit-grid{grid-template-columns:1fr 1fr}.story-grid,.partners-grid{grid-template-columns:1fr}.story-photo{max-width:750px}.process-line{grid-template-columns:repeat(3,1fr)}.process-step:nth-child(3){border-right:0}.process-step:nth-child(n+4){border-top:1px solid var(--line)}
}
@media(max-width:760px){
  .container{width:min(100% - 28px,1240px)}.section{padding:76px 0}.section-head{grid-template-columns:1fr;gap:22px;margin-bottom:36px}
  h2{font-size:clamp(40px,13vw,59px)}
  .header-inner{height:72px}.brand-mark{width:42px;height:42px}.brand-text b{font-size:18px}.brand-text small{display:none}
  .hero{padding-top:105px}.hero-grid{padding-bottom:50px}.hero h1{font-size:clamp(60px,19vw,86px);line-height:.86}.hero-lead{font-size:16px}.hero-buttons{display:grid}.btn{width:100%}.hero-facts{gap:16px 23px}.hero-visual{height:455px}.hero-center{width:235px;height:235px}.hero-center img{width:150px;height:150px}.ring-a{width:310px;height:310px}.ring-b{width:380px;height:380px}.hero-product img{height:90px}.hero-product span{font-size:8px}.hero-product-a{width:175px;left:-3px;bottom:48px}.hero-product-b{width:170px;right:-4px;top:35px}.hero-product-c{width:155px;right:0;bottom:25px}.hero-badge{width:105px;height:105px;left:3px;top:35px;font-size:13px}
  .category-grid{grid-template-columns:1fr;grid-auto-rows:280px}.category-card,.category-card.large,.category-card.wide{grid-column:auto}.category-overlay{inset:auto 18px 18px;grid-template-columns:auto 1fr}.category-overlay b{display:none}.category-overlay h3{font-size:28px}
  .hit-card{width:82vw;max-width:350px;min-height:500px}.hit-media{height:285px}.hit-pack{width:43%;height:115px}.hit-product{width:47%;height:155px}.hit-body h3{font-size:27px}
  .benefit-grid{grid-template-columns:1fr}.benefit-card{min-height:290px}.benefit-icon{margin:30px 0 28px}
  .story-photo{min-height:510px}.story-photo>img{height:480px;width:84%}.story-year{width:135px;height:135px;bottom:15px}.story-year strong{font-size:35px}.story-copy h2{margin-bottom:22px}.story-lead{font-size:16px}
  .process-line{grid-template-columns:1fr}.process-step{border-right:0!important;border-top:1px solid var(--line);min-height:auto}.process-step:first-child{border-top:0}.process-step h3{margin:25px 0 9px}
  .delivery-card{grid-template-columns:1fr;padding:34px 22px;border-radius:28px}.delivery-art{height:300px}.delivery-circle{width:245px;height:245px;right:5px}.delivery-art img{width:330px;height:195px}
  .form{grid-template-columns:1fr;padding:24px 18px}.form .btn,.form small{grid-column:auto}
  .contacts-top{align-items:flex-start;flex-direction:column}.contacts-grid{grid-template-columns:1fr}.contact-big{font-size:26px}
  .footer-inner{align-items:flex-start;flex-direction:column;padding:28px 0}.footer-inner p{margin:0}
  .modal{padding:0}.modal-card{width:100%;height:100svh;max-height:none;border-radius:0;grid-template-columns:1fr;overflow:auto}.modal-media{min-height:330px}.modal-copy{padding:32px 20px}.modal-copy h2{font-size:42px}.modal-pack{height:115px}.modal-product{height:170px}.modal-specs{grid-template-columns:1fr 1fr}.modal-actions{display:grid}.modal-actions .btn{width:100%}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}


/* COMPANY NUMBERS */
.hero-facts{
  gap:22px;
}
.hero-facts div{
  min-width:150px;
  max-width:205px;
}
.hero-facts strong{
  font-size:21px;
  line-height:1.08;
}
.hero-facts span{
  line-height:1.45;
}

.stats-band{
  position:relative;
  z-index:4;
  background:var(--violet);
  color:#fff;
  overflow:hidden;
}
.stats-band:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 14% 20%,rgba(255,197,21,.18),transparent 25%),
    radial-gradient(circle at 88% 80%,rgba(255,255,255,.08),transparent 25%);
  pointer-events:none;
}
.stats-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,1fr);
}
.stat-item{
  min-height:185px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:22px;
  align-items:center;
  padding:34px 34px;
  border-right:1px solid rgba(255,255,255,.14);
}
.stat-item:last-child{
  border-right:0;
}
.stat-number{
  font:700 clamp(48px,5vw,72px)/.9 Georgia,"Times New Roman",serif;
  letter-spacing:-.05em;
  color:var(--yellow);
  white-space:nowrap;
}
.stat-item b{
  display:block;
  font:700 20px/1.1 Georgia,"Times New Roman",serif;
  margin-bottom:7px;
}
.stat-item p{
  margin:0;
  max-width:220px;
  color:rgba(255,255,255,.66);
  font-size:12px;
  line-height:1.5;
}

@media(max-width:760px){
  .hero-facts{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:17px 22px;
  }
  .hero-facts div{
    min-width:0;
    max-width:none;
  }
  .hero-facts div:last-child{
    grid-column:1/-1;
  }
  .hero-facts strong{
    font-size:18px;
  }
  .stats-grid{
    grid-template-columns:1fr;
  }
  .stat-item{
    min-height:auto;
    padding:27px 5px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.14);
  }
  .stat-item:last-child{
    border-bottom:0;
  }
  .stat-number{
    min-width:112px;
    font-size:48px;
  }
}

/* Distributor benefits wording */
.hero-facts strong{
  text-wrap:balance;
}
.stat-item:nth-child(3) .stat-number{
  font-size:clamp(32px,3.4vw,50px);
  letter-spacing:-.03em;
}
@media(max-width:760px){
  .stat-item:nth-child(3) .stat-number{
    font-size:34px;
  }
}


/* =====================================================
   PRODUCT CARD PHOTO REBUILD — 2026-08
   Product assets are intentionally padded to preserve the full pastry.
   No cover-cropping, no edge clipping, no package/product collision.
   ===================================================== */
.hit-media{
  height:320px;
  padding:0;
  overflow:hidden;
}
.hit-pack{
  left:18px;
  bottom:24px;
  width:39%;
  height:116px;
  object-fit:contain;
  object-position:center;
  z-index:3;
  filter:drop-shadow(0 14px 15px rgba(40,20,72,.14));
}
.hit-product{
  right:14px;
  top:48px;
  width:54%;
  height:202px;
  object-fit:contain;
  object-position:center;
  padding:5px;
  border-radius:20px;
  background:rgba(255,252,246,.88);
  box-shadow:0 14px 34px rgba(52,27,92,.08);
  z-index:2;
}
.hit-card:hover .hit-product{
  transform:translateY(-3px);
  transition:transform .3s ease;
}
.modal-media{
  padding:0;
}
.modal-pack{
  left:6%;
  bottom:8%;
  width:38%;
  height:155px;
  object-fit:contain;
  object-position:center;
  z-index:3;
}
.modal-product{
  right:5%;
  top:16%;
  width:50%;
  height:300px;
  object-fit:contain;
  object-position:center;
  padding:7px;
  border-radius:24px;
  background:rgba(255,252,246,.94);
  box-shadow:0 22px 48px rgba(52,27,92,.10);
  z-index:2;
}
@media(max-width:760px){
  .hit-media{height:300px}
  .hit-pack{left:12px;bottom:18px;width:38%;height:104px}
  .hit-product{right:9px;top:51px;width:55%;height:184px;border-radius:17px}
  .modal-pack{left:5%;bottom:7%;width:38%;height:100px}
  .modal-product{right:4%;top:17%;width:52%;height:180px;border-radius:18px}
}


/* =========================================================
   PREMIUM MOTION SYSTEM
   ========================================================= */
:root{
  --ease-premium:cubic-bezier(.22,.72,.18,1);
  --ease-soft:cubic-bezier(.25,.7,.2,1);
}

/* top scroll indicator */
.page-progress{
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:3px;
  z-index:1000;
  pointer-events:none;
  background:transparent;
}
.page-progress span{
  display:block;
  width:100%;
  height:100%;
  transform:scaleX(0);
  transform-origin:left center;
  background:linear-gradient(90deg,var(--yellow),#ffe98a,var(--violet));
  box-shadow:0 0 18px rgba(255,197,21,.45);
  will-change:transform;
}

/* faint premium grain */
.premium-grain{
  position:fixed;
  inset:0;
  z-index:999;
  pointer-events:none;
  opacity:.022;
  background-image:
    radial-gradient(circle at 20% 20%,#000 0 .55px,transparent .7px),
    radial-gradient(circle at 80% 40%,#000 0 .45px,transparent .7px),
    radial-gradient(circle at 40% 80%,#000 0 .5px,transparent .7px);
  background-size:11px 11px,13px 13px,17px 17px;
  mix-blend-mode:multiply;
}

/* soft cursor light on desktop */
.cursor-glow{
  position:fixed;
  width:280px;
  height:280px;
  left:0;
  top:0;
  z-index:0;
  pointer-events:none;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,197,21,.11),rgba(74,34,168,.035) 42%,transparent 72%);
  filter:blur(2px);
  transform:translate(-50%,-50%);
  opacity:0;
  transition:opacity .25s ease;
  will-change:transform;
}
body.cursor-active .cursor-glow{opacity:1}

/* smoother global transitions */
a,button,.category-card,.benefit-card,.hit-card,.process-step,.stat-item{
  -webkit-tap-highlight-color:transparent;
}
.header{
  transition:
    background .45s var(--ease-soft),
    box-shadow .45s var(--ease-soft),
    transform .45s var(--ease-soft),
    backdrop-filter .45s var(--ease-soft);
}
.header.scrolled .header-inner{
  transform:translateY(-1px);
}

/* Hero premium entrance */
.hero-copy .micro-label{
  opacity:0;
  transform:translateY(14px);
  animation:premiumFade .75s .08s var(--ease-premium) forwards;
}
.hero h1{
  opacity:0;
  transform:translateY(34px);
  animation:premiumTitle 1.05s .14s var(--ease-premium) forwards;
}
.hero-lead{
  opacity:0;
  transform:translateY(18px);
  animation:premiumFade .82s .35s var(--ease-premium) forwards;
}
.hero-buttons{
  opacity:0;
  transform:translateY(16px);
  animation:premiumFade .82s .48s var(--ease-premium) forwards;
}
.hero-facts{
  opacity:0;
  transform:translateY(16px);
  animation:premiumFade .82s .6s var(--ease-premium) forwards;
}
.premium-hero-visual{
  opacity:0;
  transform:translateY(28px) scale(.985);
  animation:premiumVisual 1.15s .22s var(--ease-premium) forwards;
}
@keyframes premiumFade{
  to{opacity:1;transform:none}
}
@keyframes premiumTitle{
  to{opacity:1;transform:none}
}
@keyframes premiumVisual{
  to{opacity:1;transform:none}
}

/* glowing hero rings */
.hero-ring{
  box-shadow:inset 0 0 30px rgba(74,34,168,.025);
}
.ring-a{
  animation:ringBreath 6s ease-in-out infinite;
}
@keyframes ringBreath{
  50%{transform:translate(-50%,-50%) scale(1.035);border-color:rgba(74,34,168,.24)}
}
.hero-center{
  transition:transform .65s var(--ease-premium),box-shadow .65s var(--ease-premium);
}
.hero-visual:hover .hero-center{
  transform:translate(-50%,-50%) scale(1.025);
  box-shadow:0 38px 110px rgba(55,24,115,.17);
}

/* premium section heading accent */
.premium-head{
  position:relative;
}
.premium-head:after{
  content:"";
  position:absolute;
  left:0;
  bottom:-22px;
  width:0;
  height:1px;
  background:linear-gradient(90deg,var(--violet),var(--yellow),transparent);
  transition:width 1.15s .15s var(--ease-premium);
}
.premium-head.visible:after{
  width:min(520px,72%);
}

/* richer reveal */
.reveal{
  opacity:0;
  transform:translateY(30px) scale(.992);
  filter:blur(3px);
  transition:
    opacity .85s var(--ease-premium),
    transform .85s var(--ease-premium),
    filter .85s var(--ease-premium);
}
.reveal.visible{
  opacity:1;
  transform:none;
  filter:blur(0);
}

/* cascading reveals */
.category-grid .reveal:nth-child(2),
.benefit-grid .reveal:nth-child(2),
.process-line .reveal:nth-child(2),
.stats-grid .reveal:nth-child(2){transition-delay:.06s}
.category-grid .reveal:nth-child(3),
.benefit-grid .reveal:nth-child(3),
.process-line .reveal:nth-child(3),
.stats-grid .reveal:nth-child(3){transition-delay:.12s}
.category-grid .reveal:nth-child(4),
.benefit-grid .reveal:nth-child(4),
.process-line .reveal:nth-child(4){transition-delay:.18s}
.category-grid .reveal:nth-child(5),
.process-line .reveal:nth-child(5){transition-delay:.24s}
.category-grid .reveal:nth-child(6){transition-delay:.30s}
.category-grid .reveal:nth-child(7){transition-delay:.36s}

/* card sheen */
.premium-card{
  position:relative;
}
.premium-card:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:6;
  pointer-events:none;
  border-radius:inherit;
  background:linear-gradient(115deg,transparent 28%,rgba(255,255,255,.18) 45%,transparent 62%);
  transform:translateX(-120%);
  transition:transform .9s var(--ease-premium);
}
.premium-card:hover:before{
  transform:translateX(120%);
}

/* category depth */
.category-card{
  transition:transform .55s var(--ease-premium),box-shadow .55s var(--ease-premium);
}
.category-card:hover{
  transform:translateY(-7px);
  box-shadow:0 28px 65px rgba(63,31,115,.15);
}
.category-card .category-overlay{
  transition:transform .5s var(--ease-premium);
}
.category-card:hover .category-overlay{
  transform:translateY(-4px);
}

/* hits premium motion */
.hit-card{
  transform:translateZ(0);
  transition:
    transform .5s var(--ease-premium),
    box-shadow .5s var(--ease-premium),
    border-color .5s var(--ease-premium);
  border:1px solid transparent;
}
.hit-card:hover{
  transform:translateY(-8px) scale(1.012);
  border-color:rgba(74,34,168,.08);
  box-shadow:0 30px 70px rgba(58,28,107,.16);
}
.hit-media:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 70% 25%,rgba(255,255,255,.55),transparent 22%),
    linear-gradient(to top,rgba(74,34,168,.03),transparent 48%);
  opacity:.65;
}
.hit-pack,.hit-product{
  transition:
    transform .6s var(--ease-premium),
    filter .6s var(--ease-premium),
    box-shadow .6s var(--ease-premium);
}
.hit-card:hover .hit-pack{
  transform:translate(-3px,4px) rotate(-2deg);
  filter:drop-shadow(0 20px 20px rgba(40,20,72,.18));
}
.hit-card:hover .hit-product{
  transform:translateY(-6px) scale(1.018);
}
.hit-body button span{
  transition:transform .35s var(--ease-premium);
}
.hit-card:hover .hit-body button span{
  transform:translate(3px,-3px);
}

/* stats premium hover */
.stat-item{
  transition:background .45s var(--ease-premium),transform .45s var(--ease-premium);
}
.stat-item:hover{
  background:rgba(255,255,255,.045);
}
.stat-number{
  transition:transform .45s var(--ease-premium),text-shadow .45s var(--ease-premium);
}
.stat-item:hover .stat-number{
  transform:translateY(-3px);
  text-shadow:0 10px 28px rgba(255,197,21,.18);
}

/* benefits refined hover */
.benefit-card{
  transition:
    background .5s var(--ease-premium),
    color .5s var(--ease-premium),
    transform .5s var(--ease-premium),
    box-shadow .5s var(--ease-premium),
    border-color .5s var(--ease-premium);
}
.benefit-card:hover{
  transform:translateY(-8px);
  box-shadow:0 25px 60px rgba(50,22,108,.15);
}
.benefit-icon{
  transition:transform .55s var(--ease-premium),border-radius .55s var(--ease-premium);
}
.benefit-card:hover .benefit-icon{
  transform:rotate(8deg) scale(1.06);
  border-radius:50%;
}

/* story premium image */
.story-photo>img{
  transition:transform .75s var(--ease-premium),box-shadow .75s var(--ease-premium);
}
.story-photo:hover>img{
  transform:translateY(-5px) rotate(-.5deg);
  box-shadow:0 40px 90px rgba(52,25,104,.18);
}
.story-year{
  animation:premiumFloat 5.5s ease-in-out infinite;
}
@keyframes premiumFloat{
  50%{transform:translateY(-8px)}
}

/* process steps */
.process-step{
  transition:background .45s var(--ease-premium),transform .45s var(--ease-premium);
}
.process-step:hover{
  background:linear-gradient(180deg,#fff,#fffaf0);
  transform:translateY(-4px);
}
.process-step b{
  display:inline-block;
  transition:transform .4s var(--ease-premium),color .4s var(--ease-premium);
}
.process-step:hover b{
  transform:translateX(5px);
  color:#7b4fe0;
}

/* delivery premium */
.delivery-card{
  transition:transform .65s var(--ease-premium),box-shadow .65s var(--ease-premium);
}
.delivery-card:hover{
  transform:translateY(-6px);
  box-shadow:0 35px 90px rgba(37,15,86,.24);
}
.delivery-circle{
  animation:deliveryPulse 6s ease-in-out infinite;
}
@keyframes deliveryPulse{
  50%{transform:scale(1.04);filter:brightness(1.04)}
}
.delivery-art img{
  animation:deliveryFloat 5.5s ease-in-out infinite;
}
@keyframes deliveryFloat{
  50%{transform:translateY(-10px) rotate(3deg)}
}

/* buttons — premium magnetic feel */
.btn{
  position:relative;
  overflow:hidden;
  transition:
    transform .35s var(--ease-premium),
    box-shadow .35s var(--ease-premium),
    background .35s var(--ease-premium);
}
.btn:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(115deg,transparent 25%,rgba(255,255,255,.22) 45%,transparent 62%);
  transform:translateX(-130%);
  transition:transform .8s var(--ease-premium);
}
.btn:hover:before{
  transform:translateX(130%);
}

/* modal entrance */
.modal{
  transition:opacity .4s var(--ease-premium),visibility .4s;
}
.modal-card{
  opacity:0;
  transform:translateY(24px) scale(.975);
  transition:opacity .5s var(--ease-premium),transform .5s var(--ease-premium);
}
.modal.open .modal-card{
  opacity:1;
  transform:none;
}
.modal-backdrop{
  opacity:0;
  transition:opacity .4s ease;
}
.modal.open .modal-backdrop{
  opacity:1;
}
.modal-media:after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 70% 25%,rgba(255,255,255,.38),transparent 26%);
  pointer-events:none;
}
.modal-pack,.modal-product{
  transition:transform .6s var(--ease-premium),filter .6s var(--ease-premium);
}
.modal-card:hover .modal-pack{
  transform:translate(-3px,4px) rotate(-2deg);
}
.modal-card:hover .modal-product{
  transform:translateY(-5px) scale(1.012);
}

/* links */
.text-link span,.contact-big span{
  transition:transform .35s var(--ease-premium),background .35s var(--ease-premium);
}
.text-link:hover span,.contact-big:hover span{
  transform:translate(3px,-3px) rotate(5deg);
}

/* no accidental horizontal jumps */
html,body{
  max-width:100%;
}

/* motion-safe mobile */
@media(max-width:760px){
  .cursor-glow,.premium-grain{display:none}
  .premium-head:after{bottom:-14px}
  .category-card:hover,
  .hit-card:hover,
  .benefit-card:hover,
  .delivery-card:hover,
  .process-step:hover{
    transform:none;
  }
  .premium-card:before{display:none}
}
@media(prefers-reduced-motion:reduce){
  .page-progress{display:none}
  .cursor-glow{display:none}
  .hero-copy .micro-label,
  .hero h1,
  .hero-lead,
  .hero-buttons,
  .hero-facts,
  .premium-hero-visual{
    animation:none!important;
    opacity:1!important;
    transform:none!important;
  }
  .ring-a,.story-year,.delivery-circle,.delivery-art img{animation:none!important}
}


/* Universal packing information for all products */
.hit-packing{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:2px 0 17px;
  padding:11px 13px;
  border-radius:14px;
  background:linear-gradient(135deg,#fff8dc,#f4efff);
  border:1px solid rgba(74,34,168,.08);
}
.hit-packing span{
  font-size:8px;
  line-height:1.3;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:900;
  color:#938a99;
}
.hit-packing b{
  font-size:11px;
  line-height:1.3;
  color:var(--violet);
  text-align:right;
  white-space:nowrap;
}
@media(max-width:760px){
  .hit-packing{
    padding:10px 12px;
    margin-bottom:15px;
  }
  .hit-packing b{
    font-size:10px;
  }
}


/* =========================================================
   PREMIUM MOTION V2 — more cinematic, still lightweight
   ========================================================= */

/* Page opening curtain */
.site-loader{
  position:fixed;
  inset:0;
  z-index:5000;
  display:grid;
  place-items:center;
  overflow:hidden;
  pointer-events:none;
}
.loader-panel{
  position:absolute;
  top:0;
  bottom:0;
  width:51%;
  background:var(--violet-dark);
  transition:transform 1.05s var(--ease-premium);
}
.loader-panel-left{left:0}
.loader-panel-right{right:0}
.loader-center{
  position:relative;
  z-index:2;
  display:grid;
  justify-items:center;
  color:#fff;
  transition:opacity .45s ease,transform .65s var(--ease-premium);
}
.loader-logo{
  width:92px;
  height:92px;
  padding:7px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 20px 60px rgba(0,0,0,.18);
  animation:loaderLogo 1.8s ease-in-out infinite;
}
.loader-logo img{width:100%;height:100%;object-fit:contain;border-radius:50%}
.loader-name{
  margin-top:18px;
  font:700 26px Georgia,"Times New Roman",serif;
  letter-spacing:.12em;
  color:var(--yellow);
}
.loader-caption{
  margin-top:10px;
  font-size:8px;
  text-transform:uppercase;
  letter-spacing:.22em;
  color:rgba(255,255,255,.56);
}
.loader-line{
  width:170px;
  height:2px;
  margin-top:17px;
  overflow:hidden;
  background:rgba(255,255,255,.12);
  border-radius:99px;
}
.loader-line span{
  display:block;
  width:45%;
  height:100%;
  background:linear-gradient(90deg,transparent,var(--yellow),#fff0a8,transparent);
  animation:loaderLine 1.1s ease-in-out infinite;
}
@keyframes loaderLogo{50%{transform:translateY(-5px) scale(1.025)}}
@keyframes loaderLine{from{transform:translateX(-120%)}to{transform:translateX(330%)}}
body.site-ready .loader-panel-left{transform:translateX(-102%)}
body.site-ready .loader-panel-right{transform:translateX(102%)}
body.site-ready .loader-center{opacity:0;transform:scale(.96)}
body.site-ready .site-loader{visibility:hidden;transition:visibility 0s 1.1s}

/* Animated hero sparkles */
.hero-spark,.hero-dot{
  position:absolute;
  z-index:6;
  pointer-events:none;
}
.hero-spark{
  color:var(--yellow);
  text-shadow:0 8px 26px rgba(255,197,21,.26);
  animation:sparkFloat 4.7s ease-in-out infinite;
}
.spark-a{left:11%;top:24%;font-size:20px}
.spark-b{right:15%;top:43%;font-size:13px;animation-delay:-1.5s}
.spark-c{left:28%;bottom:18%;font-size:10px;animation-delay:-2.8s}
.hero-dot{
  width:8px;height:8px;border-radius:50%;
  background:var(--violet);
  opacity:.22;
  animation:dotPulse 3.8s ease-in-out infinite;
}
.dot-a{right:6%;bottom:29%}
.dot-b{left:17%;top:54%;animation-delay:-1.9s}
@keyframes sparkFloat{
  0%,100%{transform:translateY(0) rotate(0deg);opacity:.55}
  50%{transform:translateY(-13px) rotate(22deg);opacity:1}
}
@keyframes dotPulse{
  50%{transform:scale(1.8);opacity:.08}
}

/* Hero logo halo */
.hero-center:before{
  content:"";
  position:absolute;
  inset:-14px;
  border-radius:50%;
  border:1px solid rgba(255,197,21,.0);
  box-shadow:0 0 0 0 rgba(255,197,21,.0);
  animation:logoHalo 4.8s ease-in-out infinite;
}
@keyframes logoHalo{
  50%{
    inset:-25px;
    border-color:rgba(255,197,21,.18);
    box-shadow:0 0 50px rgba(255,197,21,.08);
  }
}

/* Micro animation for kicker marker */
.kicker-pulse{
  display:inline-block;
  width:7px;height:7px;
  margin-left:6px;
  border-radius:50%;
  background:var(--yellow);
  box-shadow:0 0 0 0 rgba(255,197,21,.38);
  animation:kickerPulse 2s ease-out infinite;
  vertical-align:middle;
}
@keyframes kickerPulse{
  70%{box-shadow:0 0 0 9px rgba(255,197,21,0)}
  100%{box-shadow:0 0 0 0 rgba(255,197,21,0)}
}

/* Cinematic image reveal for category cards */
.category-card{
  clip-path:inset(0 0 0 0 round 26px);
}
.category-card.visible img{
  animation:categoryImageIn 1.15s .08s var(--ease-premium) both;
}
@keyframes categoryImageIn{
  from{transform:scale(1.085);filter:brightness(.92) saturate(.9)}
  to{transform:scale(1);filter:none}
}
.category-card:after{
  transition:background .55s var(--ease-premium),opacity .55s var(--ease-premium);
}
.category-card:hover:after{
  background:linear-gradient(to top,rgba(30,10,66,.9),rgba(30,10,66,.03) 65%,transparent);
}

/* Animated underline on category action */
.category-overlay b{
  position:relative;
}
.category-overlay b:after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:-4px;
  height:1px;
  background:var(--yellow);
  transition:right .45s var(--ease-premium);
}
.category-card:hover .category-overlay b:after{right:0}

/* Luxury moving border for the wholesale block */
.delivery-card:before{
  content:"";
  position:absolute;
  inset:0;
  padding:1px;
  border-radius:inherit;
  background:linear-gradient(115deg,transparent 12%,rgba(255,197,21,.55),transparent 32%,transparent 68%,rgba(255,255,255,.22),transparent 88%);
  background-size:250% 100%;
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  animation:luxuryBorder 8s linear infinite;
  pointer-events:none;
}
@keyframes luxuryBorder{to{background-position:250% 0}}

/* Soft moving light behind wholesale illustration */
.delivery-art:before{
  content:"";
  position:absolute;
  width:300px;height:180px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.16),transparent 67%);
  filter:blur(12px);
  animation:artGlow 5s ease-in-out infinite;
}
@keyframes artGlow{50%{transform:translate(18px,-10px) scale(1.08);opacity:.65}}

/* Premium moving sheen in product photo zone */
.hit-media{
  isolation:isolate;
}
.hit-media .hit-product{
  will-change:transform;
}
.hit-media:before{
  z-index:0;
}
.hit-media:after{
  z-index:4;
  background:
    linear-gradient(110deg,transparent 24%,rgba(255,255,255,.22) 43%,transparent 61%),
    radial-gradient(circle at 70% 25%,rgba(255,255,255,.42),transparent 24%);
  background-size:230% 100%,100% 100%;
  background-position:-150% 0,0 0;
  opacity:.6;
  transition:background-position .9s var(--ease-premium);
}
.hit-card:hover .hit-media:after{
  background-position:160% 0,0 0;
}

/* Subtle breathing on the carousel product cards */
.hits-track .hit-card:nth-child(3n+1) .hit-product{animation:productBreathe 6.8s ease-in-out infinite}
.hits-track .hit-card:nth-child(3n+2) .hit-product{animation:productBreathe 7.5s -2s ease-in-out infinite}
.hits-track .hit-card:nth-child(3n) .hit-product{animation:productBreathe 8.2s -4s ease-in-out infinite}
@keyframes productBreathe{
  0%,100%{translate:0 0}
  50%{translate:0 -4px}
}
.hit-card:hover .hit-product{animation-play-state:paused}

/* Elegant animated gradients on primary buttons */
.btn-primary{
  background:linear-gradient(110deg,var(--violet-dark),var(--violet),#6842cf,var(--violet));
  background-size:240% 100%;
  animation:buttonGradient 8s ease-in-out infinite;
}
@keyframes buttonGradient{
  0%,100%{background-position:0% 50%}
  50%{background-position:100% 50%}
}

/* Magnetic buttons get a gentle spring */
.magnetic{
  transform:translate3d(var(--mx,0px),var(--my,0px),0);
  transition:
    transform .42s var(--ease-premium),
    box-shadow .35s var(--ease-premium),
    background .35s var(--ease-premium);
}
.magnetic span{
  transform:translate3d(var(--ix,0px),var(--iy,0px),0);
  transition:transform .45s var(--ease-premium);
}

/* Better scrolling carousel feel */
.hits-viewport{
  scroll-snap-type:x proximity;
  scroll-behavior:smooth;
}
.hit-card{
  scroll-snap-align:start;
}

/* Story number pulse */
.story-year:after{
  content:"";
  position:absolute;
  inset:8px;
  border-radius:50%;
  border:1px dashed rgba(41,16,100,.24);
  animation:storyRing 15s linear infinite;
}
@keyframes storyRing{to{transform:rotate(360deg)}}

/* Process line animated top accent */
.process-step{
  overflow:hidden;
}
.process-step:after{
  content:"";
  position:absolute;
  top:0;left:0;
  width:0;height:2px;
  background:linear-gradient(90deg,var(--yellow),var(--violet));
  transition:width .55s var(--ease-premium);
}
.process-step:hover:after{width:100%}

/* Contact cards premium lift */
.contacts-grid>*{
  transition:transform .45s var(--ease-premium),background .45s var(--ease-premium),border-color .45s var(--ease-premium);
}
.contacts-grid>*:hover{
  transform:translateY(-5px);
  background:rgba(255,255,255,.035);
  border-color:rgba(255,197,21,.28);
}

/* Modal product spotlight */
.modal-media:before{
  animation:modalOrbitPulse 6s ease-in-out infinite;
}
@keyframes modalOrbitPulse{
  50%{transform:translate(-50%,-50%) scale(1.045);border-color:rgba(74,34,168,.2)}
}

/* Page section ambient glow */
.section{
  position:relative;
}
.section[data-ambient="on"]:after{
  content:"";
  position:absolute;
  width:360px;height:360px;
  border-radius:50%;
  right:-180px;top:12%;
  background:radial-gradient(circle,rgba(90,52,185,.055),transparent 70%);
  pointer-events:none;
}

/* Header hide/show */
.header.header-hidden{
  transform:translateY(-110%);
}

/* Respect mobile performance */
@media(max-width:760px){
  .site-loader .loader-logo{width:76px;height:76px}
  .loader-name{font-size:22px}
  .hero-spark,.hero-dot{opacity:.55}
  .delivery-card:before{animation-duration:12s}
  .hits-track .hit-product{animation:none!important}
  .category-card.visible img{animation-duration:.8s}
}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){
  .site-loader{display:none}
  .hero-spark,.hero-dot,.hero-center:before,.kicker-pulse,
  .delivery-card:before,.delivery-art:before,
  .hits-track .hit-product,.btn-primary,.story-year:after,
  .modal-media:before{
    animation:none!important;
  }
  .magnetic,.magnetic span{transform:none!important}
}


/* =========================================================
   EXCLUSIVE NEW ITEMS
   ========================================================= */
.exclusives{
  position:relative;
  overflow:hidden;
}
.exclusives:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 211, 78, .16), transparent 24%),
    radial-gradient(circle at 92% 72%, rgba(95, 55, 187, .08), transparent 24%);
  pointer-events:none;
}
.exclusive-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:28px;
}
.exclusive-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-rows:auto 1fr;
  min-height:100%;
  border:1px solid rgba(93, 56, 180, .12);
  border-radius:30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,250,240,.98));
  box-shadow:0 28px 80px rgba(55, 27, 110, .10);
}
.exclusive-card:after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  padding:1px;
  background:linear-gradient(135deg, rgba(255, 198, 63, .46), rgba(74,34,168,.12), rgba(255,198,63,.28));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}
.exclusive-mark{
  position:absolute;
  top:18px;
  left:18px;
  z-index:5;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(74,34,168,.90);
  color:#fff8e7;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:800;
  box-shadow:0 12px 28px rgba(45,20,96,.22);
}
.exclusive-media{
  position:relative;
  min-height:320px;
  display:grid;
  place-items:center;
  padding:56px 28px 10px;
  background:
    radial-gradient(circle at 50% 55%, rgba(255,255,255,.96), rgba(247,242,233,.94) 55%, transparent 70%);
}
.exclusive-media:before{
  content:"";
  position:absolute;
  width:72%;
  height:34px;
  bottom:34px;
  left:14%;
  border-radius:50%;
  background:radial-gradient(circle, rgba(40,20,85,.18), rgba(40,20,85,.04) 52%, transparent 72%);
  filter:blur(8px);
}
.exclusive-media img{
  position:relative;
  z-index:2;
  width:min(100%, 560px);
  max-height:340px;
  object-fit:contain;
  filter:drop-shadow(0 22px 34px rgba(31,15,68,.12));
  transition:transform .7s cubic-bezier(.22,.72,.18,1), filter .7s cubic-bezier(.22,.72,.18,1);
}
.exclusive-card:hover .exclusive-media img{
  transform:translateY(-7px) scale(1.015);
  filter:drop-shadow(0 30px 42px rgba(31,15,68,.16));
}
.exclusive-copy{
  padding:6px 28px 30px;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.exclusive-kicker{
  margin:0;
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#9f8a67;
}
.exclusive-copy h3{
  margin:0;
  color:var(--violet-dark);
  font:700 clamp(34px,3.3vw,52px)/1.02 Georgia, "Times New Roman", serif;
}
.exclusive-text{
  margin:0;
  color:#4d4660;
  font-size:18px;
  line-height:1.7;
}
.exclusive-specs{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
  margin-top:2px;
}
.exclusive-specs div{
  display:grid;
  gap:6px;
  padding:16px 18px;
  border-radius:18px;
  background:linear-gradient(180deg, #fffef9, #f7f2eb);
  border:1px solid rgba(74,34,168,.08);
}
.exclusive-specs span{
  font-size:11px;
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:#9387a5;
  font-weight:800;
}
.exclusive-specs b{
  font-size:24px;
  line-height:1.1;
  color:var(--violet-dark);
  font-family:Georgia, "Times New Roman", serif;
}
.exclusive-copy .btn{
  align-self:flex-start;
  margin-top:4px;
}
@media (max-width: 980px){
  .exclusive-grid{
    grid-template-columns:1fr;
  }
  .exclusive-media{
    min-height:290px;
  }
}
@media (max-width: 760px){
  .exclusive-card{
    border-radius:24px;
  }
  .exclusive-media{
    min-height:240px;
    padding:50px 18px 8px;
  }
  .exclusive-copy{
    padding:0 18px 22px;
  }
  .exclusive-copy h3{
    font-size:32px;
  }
  .exclusive-text{
    font-size:16px;
    line-height:1.6;
  }
  .exclusive-specs{
    grid-template-columns:1fr;
  }
}


/* New product badges inside the existing assortment */
.hit-new-badge{
  position:absolute;
  top:16px;
  right:16px;
  z-index:8;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:31px;
  padding:0 13px;
  border-radius:999px;
  background:linear-gradient(135deg,#ffc515,#ffe68a);
  color:#34205f;
  box-shadow:0 10px 26px rgba(145,103,0,.18);
  font-size:9px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.14em;
}
.hit-card[data-product="pahlava-shokolad"] .hit-pack,
.hit-card[data-product="pahlava-kuraga"] .hit-pack{
  display:none;
}
.hit-card[data-product="pahlava-shokolad"] .hit-product,
.hit-card[data-product="pahlava-kuraga"] .hit-product{
  left:7%;
  right:7%;
  top:49px;
  width:86%;
  height:218px;
  max-width:none;
  padding:0;
  background:transparent;
  box-shadow:none;
  border-radius:0;
  filter:drop-shadow(0 20px 24px rgba(42,21,82,.14));
}
.hit-card[data-product="pahlava-shokolad"] .hit-media:before,
.hit-card[data-product="pahlava-kuraga"] .hit-media:before{
  width:82%;
  height:82%;
  border-color:rgba(255,197,21,.18);
}
.hit-card[data-product="pahlava-shokolad"]:hover .hit-product,
.hit-card[data-product="pahlava-kuraga"]:hover .hit-product{
  transform:translateY(-5px) scale(1.012);
}
@media(max-width:760px){
  .hit-new-badge{
    top:13px;
    right:13px;
    min-height:28px;
    padding:0 11px;
    font-size:8px;
  }
  .hit-card[data-product="pahlava-shokolad"] .hit-product,
  .hit-card[data-product="pahlava-kuraga"] .hit-product{
    left:5%;
    right:5%;
    top:48px;
    width:90%;
    height:194px;
  }
}

.modal-card[data-exclusive-new="true"] .modal-pack{
  display:none;
}
.modal-card[data-exclusive-new="true"] .modal-product{
  left:7%;
  right:7%;
  top:12%;
  width:86%;
  height:76%;
  max-width:none;
  padding:0;
  background:transparent;
  box-shadow:none;
  border-radius:0;
  filter:drop-shadow(0 28px 32px rgba(42,21,82,.16));
}
@media(max-width:760px){
  .modal-card[data-exclusive-new="true"] .modal-product{
    left:5%;
    right:5%;
    top:10%;
    width:90%;
    height:80%;
  }
}


/* =========================================================
   TOPS SECTION — BOX PHOTOS ONLY
   ========================================================= */
.hit-product{
  display:none !important;
}

.hit-media{
  display:block;
}

.hit-pack{
  left:50% !important;
  top:50% !important;
  bottom:auto !important;
  width:84% !important;
  height:220px !important;
  max-width:none !important;
  object-fit:contain !important;
  transform:translate(-50%,-50%) !important;
  z-index:3 !important;
  padding:0 !important;
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
  filter:drop-shadow(0 20px 24px rgba(42,21,82,.14)) !important;
}

.hit-card:hover .hit-pack{
  transform:translate(-50%,-53%) scale(1.018) !important;
  filter:drop-shadow(0 28px 32px rgba(42,21,82,.18)) !important;
}

/* New baklava items should behave exactly like the other box-photo cards */
.hit-card[data-product="pahlava-shokolad"] .hit-pack,
.hit-card[data-product="pahlava-kuraga"] .hit-pack{
  display:block !important;
  left:50% !important;
  right:auto !important;
  top:50% !important;
  bottom:auto !important;
  width:84% !important;
  height:220px !important;
  transform:translate(-50%,-50%) !important;
  filter:drop-shadow(0 20px 24px rgba(42,21,82,.14)) !important;
}

.hit-card[data-product="pahlava-shokolad"]:hover .hit-pack,
.hit-card[data-product="pahlava-kuraga"]:hover .hit-pack{
  transform:translate(-50%,-53%) scale(1.018) !important;
}

/* Disable previous product-specific animation rules visually */
.hits-track .hit-card:nth-child(3n+1) .hit-pack,
.hits-track .hit-card:nth-child(3n+2) .hit-pack,
.hits-track .hit-card:nth-child(3n) .hit-pack{
  animation:productBreathe 7.4s ease-in-out infinite;
}
.hit-card:hover .hit-pack{
  animation-play-state:paused;
}

@media(max-width:760px){
  .hit-pack{
    width:90% !important;
    height:194px !important;
  }

  .hit-card[data-product="pahlava-shokolad"] .hit-pack,
  .hit-card[data-product="pahlava-kuraga"] .hit-pack{
    width:90% !important;
    height:194px !important;
  }
}


/* Exclusive badge for the "Тебе" product line */
.hit-card[data-product^="tebe"] .hit-new-badge{
  background:linear-gradient(135deg,#4a22a8,#7049d7);
  color:#fff7dc;
  border:1px solid rgba(255,197,21,.58);
  box-shadow:
    0 10px 26px rgba(54,26,118,.22),
    inset 0 0 0 1px rgba(255,255,255,.08);
}
.hit-card[data-product^="tebe"] .hit-new-badge:before{
  content:"✦";
  margin-right:6px;
  color:var(--yellow);
  font-size:9px;
}


/* =========================================================
   MARKETING + CONVERSION UPGRADE
   ========================================================= */

/* Quick B2B bar */
.b2b-quick{
  position:relative;
  z-index:8;
  background:var(--violet-dark);
  color:#fff;
  border-top:1px solid rgba(255,255,255,.08);
}
.b2b-quick-inner{
  min-height:112px;
  display:grid;
  grid-template-columns:1.1fr 1.2fr auto;
  gap:28px;
  align-items:center;
}
.b2b-quick-copy{display:flex;gap:13px;align-items:center}
.b2b-dot{width:10px;height:10px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 8px rgba(255,197,21,.09)}
.b2b-quick-copy div{display:grid;gap:3px}
.b2b-quick-copy b{font:700 19px Georgia,serif}
.b2b-quick-copy small{font-size:10px;color:rgba(255,255,255,.56)}
.b2b-quick-facts{display:flex;justify-content:center;gap:34px}
.b2b-quick-facts span{display:grid;gap:3px}
.b2b-quick-facts b{font:700 20px Georgia,serif;color:var(--yellow)}
.b2b-quick-facts small{font-size:8px;text-transform:uppercase;letter-spacing:.11em;color:rgba(255,255,255,.46)}

/* Assortment filters */
.assortment-toolbar{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:-10px 0 28px;
}
.assortment-filter{
  min-height:42px;
  padding:0 16px;
  border:1px solid rgba(74,34,168,.12);
  border-radius:999px;
  background:#fff;
  color:#6b6372;
  font-size:10px;
  font-weight:900;
  cursor:pointer;
  transition:.3s var(--ease-premium);
}
.assortment-filter:hover{border-color:rgba(74,34,168,.3);color:var(--violet)}
.assortment-filter.active{
  background:var(--violet);
  border-color:var(--violet);
  color:#fff;
  box-shadow:0 12px 25px rgba(74,34,168,.16);
}
.hit-card[hidden]{display:none!important}

/* Geography */
.geography{background:#fff}
.geo-shell{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  min-height:560px;
  border-radius:34px;
  overflow:hidden;
  background:var(--violet-dark);
  color:#fff;
  box-shadow:0 30px 90px rgba(38,15,83,.17);
}
.geo-visual{
  position:relative;
  overflow:hidden;
  min-height:560px;
  background:
    radial-gradient(circle at 24% 72%,rgba(255,197,21,.17),transparent 24%),
    radial-gradient(circle at 74% 28%,rgba(121,82,222,.23),transparent 28%),
    linear-gradient(135deg,#291064,#35127d);
}
.geo-visual:before{
  content:"";
  position:absolute;inset:0;
  background-image:radial-gradient(rgba(255,255,255,.16) 1px,transparent 1px);
  background-size:28px 28px;
  opacity:.28;
  mask-image:linear-gradient(90deg,#000,transparent 92%);
}
.geo-lines{position:absolute;inset:8% 3%;width:94%;height:84%;overflow:visible}
.geo-lines path{fill:none;stroke:rgba(255,255,255,.16);stroke-width:1.4;stroke-dasharray:6 9;animation:geoDash 18s linear infinite}
@keyframes geoDash{to{stroke-dashoffset:-180}}
.geo-origin{
  position:absolute;left:14%;bottom:19%;z-index:4;
  width:118px;height:118px;border-radius:50%;
  display:grid;place-items:center;align-content:center;text-align:center;
  background:var(--yellow);color:var(--violet-dark);
  box-shadow:0 24px 50px rgba(0,0,0,.18);
}
.geo-origin b{font:700 18px Georgia,serif}
.geo-origin small{font-size:7px;text-transform:uppercase;letter-spacing:.12em;margin-top:3px}
.geo-origin-pulse{position:absolute;inset:-12px;border:1px solid rgba(255,197,21,.5);border-radius:50%;animation:geoPulse 2.8s ease-out infinite}
@keyframes geoPulse{to{inset:-35px;opacity:0}}
.geo-big-number{
  position:absolute;right:8%;top:9%;z-index:3;
  display:flex;align-items:end;gap:10px;
}
.geo-big-number strong{font:700 92px/.78 Georgia,serif;color:var(--yellow);letter-spacing:-.07em}
.geo-big-number span{font-size:10px;line-height:1.25;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.58);padding-bottom:4px}
.geo-node{position:absolute;width:10px;height:10px;border-radius:50%;background:#fff;box-shadow:0 0 0 6px rgba(255,255,255,.06);animation:nodePulse 3.3s ease-in-out infinite}
.n1{left:47%;top:33%}.n2{left:68%;top:22%;animation-delay:-.8s}.n3{left:79%;top:50%;animation-delay:-1.3s}.n4{left:54%;top:64%;animation-delay:-2s}.n5{left:84%;top:73%;animation-delay:-2.6s}.n6{left:39%;top:48%;animation-delay:-1.7s}
@keyframes nodePulse{50%{transform:scale(1.6);background:var(--yellow)}}
.geo-list{
  background:#fff;
  color:var(--ink);
  padding:36px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-content:center;
  gap:9px;
}
.geo-city{
  min-height:43px;
  display:flex;align-items:center;gap:10px;
  padding:0 13px;
  border:1px solid var(--line);
  border-radius:14px;
  font-size:11px;font-weight:800;
  transition:.3s var(--ease-premium);
  opacity:0;transform:translateY(8px);
  animation:geoCityIn .5s calc(var(--i)*.035s) var(--ease-premium) forwards;
}
.geo-city i{width:6px;height:6px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 4px rgba(255,197,21,.12)}
.geo-city:hover{transform:translateY(-2px);border-color:rgba(74,34,168,.22);background:var(--cream);color:var(--violet)}
@keyframes geoCityIn{to{opacity:1;transform:none}}

/* Distributor */
.distributors{background:var(--cream)}
.distributor-shell{
  position:relative;
  min-height:620px;
  display:grid;
  grid-template-columns:1.04fr .96fr;
  border-radius:36px;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 80% 20%,rgba(255,197,21,.16),transparent 28%),
    linear-gradient(135deg,#30116f,#4a22a8);
  box-shadow:0 35px 100px rgba(48,19,104,.18);
}
.distributor-copy{padding:62px;position:relative;z-index:4}
.distributor-copy h2{margin-bottom:22px}.distributor-copy h2 em{color:var(--yellow)}
.distributor-copy>p:not(.kicker){max-width:680px;color:rgba(255,255,255,.72);font-size:16px;line-height:1.7}
.distributor-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:30px 0}
.distributor-points>div{padding:18px;border:1px solid rgba(255,255,255,.13);border-radius:19px;background:rgba(255,255,255,.045);backdrop-filter:blur(8px)}
.distributor-points span{display:block;font-size:8px;color:var(--yellow);margin-bottom:8px}
.distributor-points b{display:block;font:700 18px/1.1 Georgia,serif;margin-bottom:7px}
.distributor-points p{margin:0;font-size:11px;line-height:1.5;color:rgba(255,255,255,.57)}
.distributor-actions{display:flex;gap:19px;align-items:center;flex-wrap:wrap}
.distributor-link{font-size:11px;font-weight:900;color:#fff}
.distributor-art{position:relative;display:grid;place-items:center;min-height:620px}
.distributor-art:before{content:"";position:absolute;width:350px;height:350px;border-radius:50%;background:var(--yellow);box-shadow:0 0 100px rgba(255,197,21,.12)}
.distributor-art img{position:relative;z-index:3;width:86%;height:330px;object-fit:contain;filter:drop-shadow(0 30px 30px rgba(20,7,53,.28));animation:deliveryFloat 5.8s ease-in-out infinite}
.distributor-orbit{position:absolute;border:1px solid rgba(255,255,255,.14);border-radius:50%}.o1{width:430px;height:430px}.o2{width:520px;height:520px;border-style:dashed;animation:spin 40s linear infinite}
.dist-float{position:absolute;z-index:5;padding:10px 14px;border-radius:999px;background:#fff;color:var(--violet);font-size:9px;font-weight:900;box-shadow:0 15px 30px rgba(20,7,53,.18)}
.f1{left:7%;top:21%}.f2{right:8%;top:29%}.f3{right:4%;bottom:20%}

/* Quality documents */
.quality-docs{background:#fff}
.quality-doc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.quality-doc-card{min-height:330px;padding:27px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(180deg,#fff,#fffaf2);display:flex;flex-direction:column}
.quality-doc-card>span{font-size:9px;color:#9d95a2}
.quality-doc-icon{width:58px;height:58px;margin:36px 0 30px;border-radius:18px;background:var(--purple-soft);display:grid;place-items:center;color:var(--violet);font-size:23px}
.quality-doc-card h3{font-size:28px;line-height:1.02;margin:0 0 13px;color:var(--violet)}
.quality-doc-card p{font-size:13px;line-height:1.62;color:var(--muted);margin:0}
.quality-doc-card a{margin-top:auto;padding-top:24px;font-size:11px;font-weight:900;color:var(--violet)}

/* Repeat price CTA */
.price-cta{background:#fff;padding:30px 0 0}
.price-cta-inner{
  min-height:330px;border-radius:34px;padding:52px 58px;
  display:flex;align-items:center;justify-content:space-between;gap:50px;
  color:#fff;overflow:hidden;position:relative;
  background:
    radial-gradient(circle at 86% 15%,rgba(255,197,21,.21),transparent 24%),
    linear-gradient(125deg,#291064,#4a22a8);
}
.price-cta-inner:before{content:"";position:absolute;right:10%;top:-75px;width:260px;height:260px;border:1px solid rgba(255,255,255,.11);border-radius:50%}
.price-cta h2{font-size:clamp(42px,5vw,68px);margin-bottom:16px}.price-cta h2 em{color:var(--yellow)}
.price-cta p:not(.kicker){margin:0;color:rgba(255,255,255,.65)}

/* Form */
.hp-field{position:absolute!important;left:-9999px!important;opacity:0!important;pointer-events:none!important}
.form-status{grid-column:1/-1;min-height:18px;font-size:11px;line-height:1.4}
.form-status.sending{color:#8a8091}.form-status.success{color:#287b4c}.form-status.error{color:#a33c42}
.form-mail-fallback{border:0;background:transparent;color:var(--violet);font-weight:900;text-decoration:underline;cursor:pointer;padding:0}
#leadSubmit.is-loading{opacity:.7;pointer-events:none}

/* FAQ */
.faq{background:var(--cream)}
.faq-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:80px;align-items:start}
.faq-intro{position:sticky;top:120px}
.faq-intro>p:not(.kicker){margin-top:25px;color:var(--muted);line-height:1.65}
.faq-list{border-top:1px solid rgba(74,34,168,.13)}
.faq-list details{border-bottom:1px solid rgba(74,34,168,.13)}
.faq-list summary{list-style:none;cursor:pointer;padding:24px 3px;display:flex;align-items:center;justify-content:space-between;gap:20px;font:700 21px/1.2 Georgia,serif;color:var(--violet)}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary span{width:34px;height:34px;border-radius:50%;border:1px solid rgba(74,34,168,.16);display:grid;place-items:center;font:400 19px Arial;transition:.3s}
.faq-list details[open] summary span{transform:rotate(45deg);background:var(--yellow);border-color:var(--yellow)}
.faq-list details p{padding:0 50px 23px 3px;margin:0;color:var(--muted);font-size:14px;line-height:1.65}

/* Success dialog */
.lead-success{position:fixed;inset:0;z-index:4500;display:grid;place-items:center;padding:20px;background:rgba(25,8,58,.65);backdrop-filter:blur(12px);opacity:0;visibility:hidden;transition:.3s}
.lead-success.open{opacity:1;visibility:visible}
.lead-success-card{position:relative;width:min(460px,100%);padding:42px 34px;border-radius:30px;background:#fff;text-align:center;box-shadow:0 40px 110px rgba(20,6,50,.35);transform:translateY(18px) scale(.98);transition:.4s var(--ease-premium)}
.lead-success.open .lead-success-card{transform:none}
.lead-success-card>span{width:66px;height:66px;margin:0 auto 20px;border-radius:50%;display:grid;place-items:center;background:var(--yellow);color:var(--violet-dark);font-size:27px;font-weight:900}
.lead-success-card h3{font-size:33px;color:var(--violet);margin:0 0 12px}.lead-success-card p{margin:0;color:var(--muted);line-height:1.6}
.lead-success-card button{position:absolute;right:14px;top:14px;width:40px;height:40px;border:0;border-radius:50%;background:var(--cream);color:var(--violet);font-size:23px;cursor:pointer}

/* Mobile sticky lead */
.mobile-lead{display:none}

/* Responsive */
@media(max-width:1080px){
  .b2b-quick-inner{grid-template-columns:1fr auto}.b2b-quick-facts{display:none}
  .geo-shell{grid-template-columns:1fr}.geo-visual{min-height:430px}.geo-list{grid-template-columns:repeat(3,1fr)}
  .distributor-shell{grid-template-columns:1fr}.distributor-art{min-height:440px}
  .quality-doc-grid{grid-template-columns:1fr 1fr}.quality-doc-card:last-child{grid-column:1/-1}
  .faq-grid{grid-template-columns:1fr;gap:40px}.faq-intro{position:static}
}
@media(max-width:760px){
  .b2b-quick-inner{min-height:auto;padding:24px 0;grid-template-columns:1fr;gap:18px}.b2b-quick-inner .btn{width:100%}
  .assortment-toolbar{flex-wrap:nowrap;overflow:auto;padding-bottom:7px;scrollbar-width:none}.assortment-toolbar::-webkit-scrollbar{display:none}.assortment-filter{flex:0 0 auto}
  .geo-shell{border-radius:26px}.geo-visual{min-height:350px}.geo-big-number strong{font-size:70px}.geo-origin{width:96px;height:96px}.geo-list{grid-template-columns:1fr 1fr;padding:20px;gap:7px}.geo-city{min-height:40px;padding:0 10px;font-size:10px}
  .distributor-shell{border-radius:27px}.distributor-copy{padding:34px 21px}.distributor-points{grid-template-columns:1fr}.distributor-art{min-height:320px}.distributor-art:before{width:240px;height:240px}.distributor-art img{height:210px}.distributor-orbit.o1{width:270px;height:270px}.distributor-orbit.o2{width:320px;height:320px}.dist-float{font-size:8px}.f1{left:4%;top:16%}.f2{right:3%;top:27%}
  .quality-doc-grid{grid-template-columns:1fr}.quality-doc-card:last-child{grid-column:auto}.quality-doc-card{min-height:270px}
  .price-cta{padding-top:15px}.price-cta-inner{min-height:auto;padding:34px 21px;display:grid;border-radius:27px}.price-cta-inner .btn{width:100%}
  .faq-list summary{font-size:18px;padding:20px 2px}.faq-list details p{padding-right:15px}
  .mobile-lead{
    display:grid;grid-template-columns:56px 1fr;gap:8px;
    position:fixed;z-index:200;left:12px;right:12px;bottom:12px;
    padding:7px;border-radius:999px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);
    box-shadow:0 18px 45px rgba(42,17,88,.18);border:1px solid rgba(74,34,168,.09)
  }
  .mobile-lead a{height:48px;border-radius:999px;display:grid;place-items:center;font-size:12px;font-weight:900}
  .mobile-lead a:first-child{background:var(--cream);color:var(--violet);font-size:18px}
  .mobile-lead a:last-child{background:var(--violet);color:#fff}
  footer{padding-bottom:78px}
}


/* =========================================================
   GEOGRAPHY MAP UPGRADE — Russia & CIS
   ========================================================= */
.geo-shell{
  grid-template-columns:1.12fr .88fr;
  min-height:640px;
  align-items:stretch;
}
.geo-map-panel{
  position:relative;
  padding:32px 28px 26px;
  background:
    radial-gradient(circle at 18% 74%, rgba(255,197,21,.13), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(137,103,231,.18), transparent 24%),
    linear-gradient(135deg,#26105e,#38127f);
}
.geo-map-panel:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:34px 34px;
  opacity:.22;
  pointer-events:none;
}
.geo-panel-head{
  position:relative;
  z-index:5;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  margin-bottom:18px;
}
.geo-panel-badge{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#fff5d5;
  font-size:10px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:900;
}
.geo-map-wrap{
  position:relative;
  min-height:520px;
  overflow:hidden;
  border-radius:28px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,.06), transparent 52%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
}
.geo-map-shape{
  position:absolute;
  inset:5% 4% 5% 4%;
  width:92%;
  height:90%;
  overflow:visible;
}
.geo-landmass{
  filter:drop-shadow(0 28px 40px rgba(6,2,19,.28));
  stroke:rgba(255,255,255,.12);
  stroke-width:1.1;
}
.geo-landmass-secondary{
  filter:drop-shadow(0 16px 30px rgba(6,2,19,.22));
}
.geo-route{
  fill:none;
  stroke:#ffd56a;
  stroke-opacity:.42;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-dasharray:8 10;
  animation:geoRouteDash 15s linear infinite;
}
.geo-route:nth-of-type(2){animation-duration:19s}
.geo-route:nth-of-type(3){animation-duration:17s}
@keyframes geoRouteDash{to{stroke-dashoffset:-240}}

.geo-map-wrap .geo-origin{
  left:12%;
  bottom:16%;
  width:112px;
  height:112px;
  z-index:6;
}
.geo-map-wrap .geo-origin b{font-size:17px}
.geo-map-wrap .geo-origin small{font-size:7px}

.geo-pin{
  position:absolute;
  z-index:7;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:30px;
  padding:0 12px 0 8px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:var(--violet-dark);
  box-shadow:0 14px 26px rgba(0,0,0,.18);
  font-size:10px;
  font-weight:900;
  letter-spacing:.02em;
  white-space:nowrap;
  animation:pinFloat 4.4s ease-in-out infinite;
}
.geo-pin i{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--yellow);
  box-shadow:0 0 0 5px rgba(255,197,21,.12);
  position:relative;
}
.geo-pin i:after{
  content:"";
  position:absolute;
  inset:-3px;
  border-radius:50%;
  border:1px solid rgba(255,197,21,.42);
  animation:pinPulse 2.4s ease-out infinite;
}
@keyframes pinPulse{to{inset:-10px;opacity:0}}
@keyframes pinFloat{50%{transform:translateY(-5px)}}

.p-krasnodar{left:18%;top:56%}
.p-moscow{left:30%;top:41%;animation-delay:-.4s}
.p-minsk{left:24%;top:37%;animation-delay:-.8s}
.p-stavropol{left:23%;top:51%;animation-delay:-1.2s}
.p-mahachkala{left:29%;top:58%;animation-delay:-1.6s}
.p-donetsk{left:25%;top:48%;animation-delay:-2s}
.p-perm{left:45%;top:40%;animation-delay:-.6s}
.p-ekb{left:54%;top:42%;animation-delay:-1.1s}
.p-astana{left:59%;top:55%;animation-delay:-1.7s}
.p-yerevan{left:24%;top:66%;animation-delay:-2.2s}
.p-irkutsk{left:78%;top:43%;animation-delay:-1.4s}

.geo-list-groups{
  display:block;
  padding:28px 30px;
}
.geo-group + .geo-group{
  margin-top:24px;
  padding-top:24px;
  border-top:1px solid rgba(74,34,168,.08);
}
.geo-group h3{
  margin:0 0 14px;
  color:var(--violet-dark);
  font:700 24px/1.05 Georgia,serif;
}
.geo-group-chips{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:9px;
}
.geo-note{
  margin-top:24px;
  padding:18px 18px 20px;
  border-radius:20px;
  background:linear-gradient(180deg,#fffaf0,#f8f2ff);
  border:1px solid rgba(74,34,168,.08);
}
.geo-note b{
  display:block;
  margin-bottom:8px;
  color:var(--violet-dark);
  font:700 22px/1.08 Georgia,serif;
}
.geo-note p{
  margin:0 0 12px;
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
}
.geo-note a{
  color:var(--violet);
  font-size:11px;
  font-weight:900;
}

@media(max-width:1080px){
  .geo-shell{
    grid-template-columns:1fr;
    min-height:auto;
  }
  .geo-map-wrap{
    min-height:420px;
  }
  .geo-group-chips{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }
}
@media(max-width:760px){
  .geo-map-panel{
    padding:18px 14px 14px;
  }
  .geo-panel-head{
    display:grid;
    gap:10px;
  }
  .geo-map-wrap{
    min-height:360px;
    border-radius:22px;
  }
  .geo-big-number strong{
    font-size:62px;
  }
  .geo-pin{
    min-height:26px;
    padding:0 10px 0 7px;
    font-size:8px;
    gap:6px;
  }
  .geo-pin i{
    width:8px;
    height:8px;
  }
  .geo-map-wrap .geo-origin{
    width:86px;
    height:86px;
    left:10%;
    bottom:13%;
  }
  .geo-map-wrap .geo-origin b{
    font-size:14px;
  }
  .p-krasnodar{left:14%;top:58%}
  .p-moscow{left:26%;top:42%}
  .p-minsk{left:21%;top:37%}
  .p-stavropol{left:18%;top:52%}
  .p-mahachkala{left:24%;top:60%}
  .p-donetsk{left:20%;top:49%}
  .p-perm{left:40%;top:42%}
  .p-ekb{left:48%;top:44%}
  .p-astana{left:54%;top:57%}
  .p-yerevan{left:19%;top:68%}
  .p-irkutsk{left:68%;top:44%}
  .geo-list-groups{
    padding:18px;
  }
  .geo-group h3{
    font-size:20px;
  }
  .geo-group-chips{
    grid-template-columns:1fr 1fr;
    gap:7px;
  }
}


/* =========================================================
   PRODUCTION PHOTO UPGRADE
   ========================================================= */
.story-photo{
  min-height:680px;
}
.story-photo > img{
  width:84%;
  height:640px;
  object-fit:cover;
  object-position:center center;
}
.story-photo-badge{
  position:absolute;
  left:26px;
  top:26px;
  z-index:4;
  min-height:40px;
  display:inline-flex;
  align-items:center;
  padding:0 16px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(74,34,168,.08);
  box-shadow:0 14px 26px rgba(26,7,69,.12);
  color:var(--violet-dark);
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
@media(max-width:760px){
  .story-photo{
    min-height:530px;
  }
  .story-photo > img{
    width:86%;
    height:495px;
  }
  .story-photo-badge{
    left:16px;
    top:16px;
    min-height:34px;
    padding:0 12px;
    font-size:8px;
  }
}


/* =========================================================
   CLEAN GEOGRAPHY — CITIES ONLY
   ========================================================= */
.geography-cities-only{
  overflow:hidden;
}
.geography-cities-only .section-head{
  margin-bottom:30px;
}
.presence-overview{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);
  gap:20px;
  padding:22px;
  margin-bottom:20px;
  border-radius:34px;
  background:
    radial-gradient(circle at 88% 18%,rgba(255,197,21,.18),transparent 28%),
    linear-gradient(135deg,#2b1168,#4a22a8);
  box-shadow:0 32px 90px rgba(39,16,92,.14);
}
.presence-overview-main{
  display:flex;
  align-items:center;
  gap:24px;
  min-width:0;
}
.presence-overview-number{
  display:flex;
  align-items:flex-end;
  gap:10px;
  flex:0 0 auto;
}
.presence-overview-number strong{
  color:var(--yellow);
  font:700 86px/.78 Georgia,serif;
  letter-spacing:-.07em;
}
.presence-overview-number span{
  padding-bottom:7px;
  color:rgba(255,255,255,.66);
  font-size:10px;
  font-weight:800;
  line-height:1.25;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.presence-overview-copy{
  min-width:0;
}
.presence-pill{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 11px;
  margin-bottom:10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.08);
  color:#fff4c9;
  font-size:9px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.presence-overview-copy h3{
  margin:0 0 8px;
  color:#fff;
  font:700 30px/1.04 Georgia,serif;
}
.presence-overview-copy p{
  max-width:620px;
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:13px;
  line-height:1.65;
}
.presence-overview-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.presence-overview-stats article{
  display:flex;
  min-width:0;
  min-height:132px;
  flex-direction:column;
  justify-content:center;
  padding:14px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(8px);
}
.presence-overview-stats span{
  margin-bottom:8px;
  color:rgba(255,255,255,.54);
  font-size:8px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.presence-overview-stats b{
  color:#fff;
  font:700 22px/1 Georgia,serif;
  overflow-wrap:anywhere;
}
.presence-overview-stats small{
  margin-top:5px;
  color:rgba(255,255,255,.64);
  font-size:10px;
  line-height:1.3;
}

.presence-groups{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.presence-group-card{
  min-width:0;
  padding:24px;
  border-radius:30px;
  border:1px solid rgba(74,34,168,.08);
  background:#fff;
  box-shadow:0 22px 58px rgba(38,15,83,.07);
  transition:transform .35s var(--ease-premium),box-shadow .35s var(--ease-premium);
}
.presence-group-card:hover{
  transform:translateY(-4px);
  box-shadow:0 28px 70px rgba(38,15,83,.10);
}
.presence-group-card-wide{
  grid-column:1/-1;
}
.presence-group-head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:18px;
}
.presence-group-index{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  flex:0 0 48px;
  border-radius:16px;
  background:linear-gradient(135deg,#fff6d8,#f4edff);
  color:var(--violet);
  font-size:11px;
  font-weight:900;
  box-shadow:inset 0 0 0 1px rgba(74,34,168,.06);
}
.presence-group-head small{
  display:block;
  margin-bottom:3px;
  color:#9b92a6;
  font-size:8px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.presence-group-head h3{
  margin:0;
  color:var(--violet-dark);
  font:700 25px/1.06 Georgia,serif;
}
.presence-city-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
}
.presence-city-grid-wide{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.presence-city-grid span{
  position:relative;
  min-width:0;
  min-height:40px;
  display:flex;
  align-items:center;
  padding:8px 12px 8px 27px;
  border-radius:14px;
  background:#fffaf1;
  border:1px solid rgba(74,34,168,.06);
  color:#655c6e;
  font-size:11px;
  font-weight:800;
  line-height:1.25;
  overflow-wrap:anywhere;
}
.presence-city-grid span:before{
  content:"";
  position:absolute;
  left:12px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--yellow);
  box-shadow:0 0 0 4px rgba(255,197,21,.12);
}
.presence-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  margin-top:20px;
  padding:24px 26px;
  border-radius:30px;
  border:1px solid rgba(74,34,168,.08);
  background:
    radial-gradient(circle at 90% 10%,rgba(255,197,21,.13),transparent 26%),
    linear-gradient(180deg,#fff,#fbf8ff);
  box-shadow:0 22px 58px rgba(38,15,83,.06);
}
.presence-cta>div{
  min-width:0;
}
.presence-cta>div>span{
  display:block;
  margin-bottom:6px;
  color:var(--violet);
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.presence-cta h3{
  margin:0 0 7px;
  color:var(--violet-dark);
  font:700 27px/1.06 Georgia,serif;
}
.presence-cta p{
  max-width:720px;
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.6;
}
.presence-cta .btn{
  flex:0 0 auto;
  white-space:nowrap;
}

@media(max-width:1100px){
  .presence-overview{
    grid-template-columns:1fr;
  }
  .presence-overview-stats article{
    min-height:110px;
  }
}
@media(max-width:820px){
  .presence-groups{
    grid-template-columns:1fr;
  }
  .presence-group-card-wide{
    grid-column:auto;
  }
  .presence-city-grid,
  .presence-city-grid-wide{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .presence-cta{
    align-items:flex-start;
    flex-direction:column;
  }
}
@media(max-width:620px){
  .presence-overview{
    padding:18px;
    border-radius:28px;
  }
  .presence-overview-main{
    align-items:flex-start;
    flex-direction:column;
    gap:16px;
  }
  .presence-overview-number strong{
    font-size:68px;
  }
  .presence-overview-copy h3{
    font-size:25px;
  }
  .presence-overview-stats{
    grid-template-columns:1fr;
  }
  .presence-overview-stats article{
    min-height:auto;
  }
  .presence-group-card{
    padding:18px;
    border-radius:24px;
  }
  .presence-group-head h3{
    font-size:21px;
  }
  .presence-city-grid,
  .presence-city-grid-wide{
    grid-template-columns:1fr;
  }
  .presence-city-grid span{
    min-height:38px;
  }
  .presence-cta{
    padding:20px;
    border-radius:24px;
  }
  .presence-cta h3{
    font-size:23px;
  }
  .presence-cta .btn{
    width:100%;
    justify-content:center;
  }
}


/* =========================================================
   NEW PRODUCT PHOTOS — SINGLE BOX IMAGE IN MODAL
   ========================================================= */
.modal-card[data-single-image="true"] .modal-media{
  display:grid;
  place-items:center;
}
.modal-card[data-single-image="true"] .modal-pack{
  left:50%;
  top:50%;
  bottom:auto;
  width:86%;
  height:72%;
  transform:translate(-50%,-50%);
  object-fit:contain;
  filter:drop-shadow(0 28px 30px rgba(42,21,82,.16));
}
.modal-card[data-single-image="true"] .modal-product{
  display:none;
}
.modal-card[data-single-image="true"] .modal-media:before{
  width:460px;
  height:460px;
}
.hit-card[data-product^="triumf-"] .hit-pack,
.hit-card[data-product="sloenye-trubochki-tvorog"] .hit-pack,
.hit-card[data-product="rogalik-sgushenka"] .hit-pack,
.hit-card[data-product="trubochki-orehovye"] .hit-pack,
.hit-card[data-product$="-new"] .hit-pack,
.hit-card[data-product="desertnoe-vdohnovenie"] .hit-pack,
.hit-card[data-product="gata-grafinya"] .hit-pack,
.hit-card[data-product="zolotoy-uley-brusnika"] .hit-pack,
.hit-card[data-product="volshebnye-dary"] .hit-pack,
.hit-card[data-product="pryanichnoe-myata"] .hit-pack,
.hit-card[data-product="pryanichnoe"] .hit-pack,
.hit-card[data-product="k-kofe"] .hit-pack{
  width:88% !important;
  height:226px !important;
}
@media(max-width:760px){
  .modal-card[data-single-image="true"] .modal-pack{
    width:92%;
    height:78%;
  }
  .hit-card[data-product^="triumf-"] .hit-pack,
  .hit-card[data-product="sloenye-trubochki-tvorog"] .hit-pack,
  .hit-card[data-product="rogalik-sgushenka"] .hit-pack,
  .hit-card[data-product="trubochki-orehovye"] .hit-pack,
  .hit-card[data-product$="-new"] .hit-pack,
  .hit-card[data-product="desertnoe-vdohnovenie"] .hit-pack,
  .hit-card[data-product="gata-grafinya"] .hit-pack,
  .hit-card[data-product="zolotoy-uley-brusnika"] .hit-pack,
  .hit-card[data-product="volshebnye-dary"] .hit-pack,
  .hit-card[data-product="pryanichnoe-myata"] .hit-pack,
  .hit-card[data-product="pryanichnoe"] .hit-pack,
  .hit-card[data-product="k-kofe"] .hit-pack{
    width:92% !important;
    height:198px !important;
  }
}


/* =========================================================
   GENERIC SINGLE-IMAGE PRODUCT CARDS / MODALS
   ========================================================= */
.hit-card[data-single-image="true"] .hit-product{display:none!important;}
.hit-card[data-single-image="true"] .hit-pack{left:50%!important;bottom:24px!important;width:88%!important;height:226px!important;transform:translateX(-50%);}
.hit-card[data-single-image="true"] .hit-media:before{width:270px;height:270px;}
@media(max-width:760px){.hit-card[data-single-image="true"] .hit-pack{width:92%!important;height:198px!important;bottom:20px!important;}}
.modal-card[data-single-image="true"] .modal-media{display:grid;place-items:center;}
.modal-card[data-single-image="true"] .modal-pack{left:50%;top:50%;bottom:auto;width:86%;height:72%;transform:translate(-50%,-50%);object-fit:contain;filter:drop-shadow(0 28px 30px rgba(42,21,82,.16));}
.modal-card[data-single-image="true"] .modal-product{display:none;}
.modal-card[data-single-image="true"] .modal-media:before{width:460px;height:460px;}

/* =========================================================
   HERO 3D PREMIUM SHOWCASE
   ========================================================= */
.hero-showcase-3d{
  position:relative;
  height:690px;
  min-width:0;
  isolation:isolate;
  overflow:visible;
  perspective:1200px;
}
.hero-showcase-3d::before{
  content:"";
  position:absolute;
  left:50%;
  top:49%;
  width:520px;
  height:360px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(255,197,21,.12),rgba(74,34,168,.035) 46%,transparent 70%);
  filter:blur(8px);
  pointer-events:none;
  z-index:0;
}
.hero-showcase-halo{
  position:absolute;
  left:50%;
  top:48%;
  border-radius:50%;
  transform:translate(-50%,-50%);
  pointer-events:none;
}
.hero-showcase-halo.halo-one{
  width:580px;
  height:390px;
  border:1px solid rgba(74,34,168,.10);
}
.hero-showcase-halo.halo-two{
  width:410px;
  height:270px;
  border:1px dashed rgba(255,197,21,.24);
  animation:premiumHaloPulse 4.8s ease-in-out infinite;
}
@keyframes premiumHaloPulse{
  50%{opacity:.55;transform:translate(-50%,-50%) scale(1.035)}
}
.hero-showcase-track{
  position:absolute;
  left:50%;
  top:48%;
  width:560px;
  height:360px;
  transform:translate(-50%,-50%) rotateX(64deg);
  border-radius:50%;
  border:1px solid rgba(74,34,168,.09);
  box-shadow:
    0 0 0 18px rgba(74,34,168,.018),
    inset 0 0 40px rgba(74,34,168,.025);
  pointer-events:none;
  z-index:1;
}
.hero-active-glow{
  position:absolute;
  z-index:3;
  width:210px;
  height:90px;
  border-radius:50%;
  transform:translate(-50%,-50%);
  background:radial-gradient(ellipse,rgba(255,197,21,.30),rgba(255,197,21,.08) 45%,transparent 72%);
  filter:blur(10px);
  opacity:.85;
  pointer-events:none;
  transition:left .12s linear,top .12s linear;
}
.hero-showcase-center{
  position:absolute;
  left:50%;
  top:45%;
  z-index:12;
  width:206px;
  height:206px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:18px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 38%,#fff 0%,#fff 58%,#fbf8ff 100%);
  border:1px solid rgba(74,34,168,.06);
  box-shadow:
    0 32px 90px rgba(50,20,108,.15),
    0 0 0 12px rgba(255,255,255,.60);
}
.hero-showcase-center::after{
  content:"";
  position:absolute;
  inset:-17px;
  border-radius:50%;
  border:1px solid rgba(255,197,21,.24);
  box-shadow:0 0 36px rgba(255,197,21,.08);
}
.hero-showcase-center img{
  width:128px;
  height:128px;
  object-fit:contain;
  position:relative;
  z-index:1;
}
.hero-showcase-center span{
  position:relative;
  z-index:1;
  max-width:135px;
  color:#8b8292;
  font-size:7px;
  font-weight:900;
  line-height:1.35;
  letter-spacing:.11em;
  text-align:center;
  text-transform:uppercase;
}
.hero-stage-3d{
  position:absolute;
  inset:0;
  z-index:5;
  transform-style:preserve-3d;
}
.hero-product-3d{
  position:absolute;
  left:50%;
  top:48%;
  width:158px;
  padding:0;
  border:0;
  background:none;
  outline:none;
  cursor:pointer;
  transform-origin:center;
  transform-style:preserve-3d;
  will-change:transform,opacity,filter;
}
.hero-product-3d:focus-visible .hero-product-surface{
  outline:3px solid rgba(74,34,168,.35);
  outline-offset:4px;
}
.hero-product-surface{
  position:relative;
  display:block;
  width:158px;
  min-height:143px;
  padding:9px;
  border-radius:20px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(74,34,168,.07);
  box-shadow:0 18px 44px rgba(49,21,99,.13);
  backdrop-filter:blur(10px);
  transition:
    border-color .35s var(--ease-premium),
    box-shadow .35s var(--ease-premium),
    background .35s var(--ease-premium);
  animation:heroProductFloat 4.6s ease-in-out infinite;
}
.hero-product-3d:nth-child(2n) .hero-product-surface{animation-delay:-1.15s}
.hero-product-3d:nth-child(3n) .hero-product-surface{animation-delay:-2.3s}
.hero-product-3d:nth-child(4n) .hero-product-surface{animation-delay:-3.45s}
@keyframes heroProductFloat{
  50%{translate:0 -5px}
}
.hero-product-3d.is-active .hero-product-surface{
  background:#fff;
  border-color:rgba(255,197,21,.58);
  box-shadow:
    0 28px 70px rgba(43,16,95,.22),
    0 0 0 5px rgba(255,197,21,.10),
    0 0 42px rgba(255,197,21,.16);
}
.hero-product-surface img{
  display:block;
  width:100%;
  height:99px;
  object-fit:contain;
  border-radius:13px;
  background:
    radial-gradient(circle at 50% 35%,#fff 0%,#fffaf1 72%,#f8f2ff 100%);
}
.hero-product-name{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:27px;
  padding:7px 4px 1px;
  color:var(--violet);
  font-size:9px;
  font-weight:900;
  line-height:1.2;
  text-align:center;
}
.hero-product-badge{
  position:absolute;
  right:8px;
  top:8px;
  min-height:23px;
  display:inline-flex;
  align-items:center;
  padding:0 8px;
  border-radius:999px;
  background:linear-gradient(135deg,#4a22a8,#702ed1);
  color:#ffe496;
  font-size:7px;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
  box-shadow:0 8px 18px rgba(74,34,168,.18);
}
.hero-product-feature{
  position:absolute;
  left:50%;
  bottom:18px;
  z-index:30;
  width:min(355px,74%);
  padding:14px 16px 15px;
  transform:translateX(-50%);
  border-radius:22px;
  background:rgba(255,255,255,.93);
  backdrop-filter:blur(14px);
  border:1px solid rgba(74,34,168,.08);
  box-shadow:0 20px 52px rgba(43,16,95,.13);
  text-align:center;
}
.hero-product-feature.is-changing{
  animation:heroFeatureReveal .44s var(--ease-premium);
}
@keyframes heroFeatureReveal{
  from{opacity:.55;transform:translateX(-50%) translateY(6px) scale(.98)}
  to{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}
}
.hero-product-feature-top{
  min-height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-bottom:3px;
}
.hero-product-feature-kicker{
  color:#a095aa;
  font-size:7px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.hero-product-feature-badge{
  min-height:20px;
  display:inline-flex;
  align-items:center;
  padding:0 8px;
  border-radius:999px;
  background:linear-gradient(135deg,#4a22a8,#702ed1);
  color:#ffe496;
  font-size:7px;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.hero-product-feature>strong{
  display:block;
  color:var(--violet-dark);
  font:700 24px/1.05 Georgia,serif;
}
.hero-product-feature>span:not(.hero-product-feature-kicker):not(.hero-product-feature-badge){
  display:block;
  margin-top:4px;
  color:#82788c;
  font-size:10px;
  font-weight:700;
}
.hero-feature-more{
  min-height:31px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:9px;
  padding:0 12px;
  border:0;
  border-radius:999px;
  background:#f4edff;
  color:var(--violet);
  font-size:8px;
  font-weight:900;
  cursor:pointer;
  transition:.28s var(--ease-premium);
}
.hero-feature-more:hover{
  transform:translateY(-2px);
  background:var(--violet);
  color:#fff;
}
.hero-showcase-dots{
  position:absolute;
  right:18px;
  top:50%;
  z-index:35;
  display:grid;
  gap:7px;
  transform:translateY(-50%);
}
.hero-showcase-dots button{
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(74,34,168,.18);
  cursor:pointer;
  transition:.28s var(--ease-premium);
}
.hero-showcase-dots button.is-active{
  height:22px;
  border-radius:999px;
  background:var(--yellow);
  box-shadow:0 0 0 4px rgba(255,197,21,.12);
}
.hero-showcase-3d .hero-badge{
  left:4px;
  top:52px;
  z-index:40;
}
.hero-showcase-3d .spark-a{left:14%;top:18%}
.hero-showcase-3d .spark-b{right:12%;top:34%}
.hero-showcase-3d .spark-c{left:26%;bottom:15%}
.hero-showcase-3d .dot-a{right:5%;bottom:25%}
.hero-showcase-3d .dot-b{left:10%;top:57%}

@media(max-width:1180px){
  .hero-showcase-3d{
    width:min(760px,100%);
    height:680px;
  }
}
@media(max-width:760px){
  .hero-showcase-3d{
    height:530px;
    margin-top:14px;
  }
  .hero-showcase-track{
    width:360px;
    height:235px;
  }
  .hero-showcase-halo.halo-one{
    width:390px;
    height:270px;
  }
  .hero-showcase-halo.halo-two{
    width:275px;
    height:190px;
  }
  .hero-showcase-center{
    width:150px;
    height:150px;
    padding:12px;
  }
  .hero-showcase-center img{
    width:92px;
    height:92px;
  }
  .hero-showcase-center span{
    font-size:5.5px;
    max-width:105px;
  }
  .hero-product-3d,
  .hero-product-surface{
    width:108px;
  }
  .hero-product-surface{
    min-height:99px;
    padding:6px;
    border-radius:15px;
  }
  .hero-product-surface img{
    height:66px;
    border-radius:10px;
  }
  .hero-product-name{
    min-height:20px;
    padding-top:5px;
    font-size:6.5px;
  }
  .hero-product-badge{
    top:5px;
    right:5px;
    min-height:18px;
    padding:0 6px;
    font-size:5px;
  }
  .hero-product-feature{
    bottom:6px;
    width:min(330px,82%);
    padding:10px 12px 11px;
  }
  .hero-product-feature>strong{
    font-size:20px;
  }
  .hero-product-feature>span:not(.hero-product-feature-kicker):not(.hero-product-feature-badge){
    font-size:8px;
  }
  .hero-feature-more{
    min-height:28px;
    margin-top:7px;
  }
  .hero-showcase-dots{
    right:5px;
  }
  .hero-showcase-3d .hero-badge{
    width:88px;
    height:88px;
    left:0;
    top:24px;
    font-size:10px;
  }
  .hero-showcase-3d .hero-badge b{font-size:12px}
}
@media(max-width:480px){
  .hero-showcase-3d{
    height:480px;
  }
  .hero-showcase-track{
    width:310px;
    height:205px;
  }
  .hero-showcase-halo.halo-one{
    width:330px;
    height:225px;
  }
  .hero-showcase-halo.halo-two{
    width:235px;
    height:160px;
  }
  .hero-showcase-center{
    width:132px;
    height:132px;
  }
  .hero-showcase-center img{
    width:82px;
    height:82px;
  }
  .hero-product-3d,
  .hero-product-surface{
    width:92px;
  }
  .hero-product-surface{
    min-height:86px;
    padding:5px;
  }
  .hero-product-surface img{
    height:56px;
  }
  .hero-product-name{
    font-size:5.7px;
  }
  .hero-product-feature{
    width:84%;
  }
}
@media(prefers-reduced-motion:reduce){
  .hero-showcase-halo.halo-two,
  .hero-product-surface{
    animation:none!important;
  }
}


/* =========================================================
   FINAL CATALOG LAYOUT POLISH — 74 PRODUCTS
   ========================================================= */
.hits-track .hit-card{min-height:548px;}
.hits-track .hit-body h3{
  min-height:62px;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}
.hits-track .hit-body p{
  min-height:61px;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}
.hit-card[data-single-image="true"] .hit-media{display:grid;place-items:center;}
.hit-card[data-single-image="true"] .hit-pack{
  left:50%!important;
  top:50%!important;
  bottom:auto!important;
  width:90%!important;
  height:230px!important;
  transform:translate(-50%,-50%)!important;
  object-fit:contain!important;
}
.hit-card[data-single-image="true"]:hover .hit-pack{
  transform:translate(-50%,-50%) scale(1.035)!important;
}
@media(max-width:760px){
  .hits-track .hit-card{min-height:520px;}
  .hits-track .hit-body h3{min-height:58px;}
  .hits-track .hit-body p{min-height:58px;}
  .hit-card[data-single-image="true"] .hit-pack{width:92%!important;height:205px!important;}
}


/* =========================================================
   MARKETING COMPACT DEMO
   ========================================================= */
.assortment-sales-head{
  align-items:flex-end;
}
.assortment-head-side{
  width:min(440px,100%);
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:15px;
}
.assortment-head-side>p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.65;
  text-align:right;
}
.hit-card.catalog-compact-hidden{
  display:none!important;
}
.assortment-expand{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-top:24px;
  padding:22px 24px;
  border:1px solid rgba(74,34,168,.08);
  border-radius:28px;
  background:
    radial-gradient(circle at 88% 10%,rgba(255,197,21,.13),transparent 24%),
    linear-gradient(180deg,#fff,#fbf9ff);
  box-shadow:0 22px 60px rgba(42,18,90,.06);
}
.assortment-expand>div:first-child{
  min-width:0;
}
.assortment-expand>div:first-child>span{
  display:block;
  margin-bottom:5px;
  color:var(--violet);
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.assortment-expand strong{
  display:block;
  color:var(--violet-dark);
  font:700 26px/1.08 Georgia,serif;
}
.assortment-expand strong b{
  color:var(--violet);
}
.assortment-expand small{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:11px;
  line-height:1.5;
}
.assortment-expand-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
}

/* Distributor block directly after products gets more breathing room */
.hits + .distributors{
  padding-top:34px;
}

/* compact trust */
.compact-trust-shell{
  display:grid;
  grid-template-columns:minmax(340px,.85fr) minmax(0,1.15fr);
  gap:42px;
  align-items:center;
  padding:26px;
  border-radius:38px;
  background:#fff;
  border:1px solid rgba(74,34,168,.07);
  box-shadow:0 28px 80px rgba(42,18,90,.07);
}
.compact-trust-photo{
  position:relative;
  min-height:540px;
  overflow:hidden;
  border-radius:30px;
}
.compact-trust-photo:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 55%,rgba(35,12,78,.62));
  pointer-events:none;
}
.compact-trust-photo img{
  width:100%;
  height:540px;
  display:block;
  object-fit:cover;
}
.compact-trust-photo-label{
  position:absolute;
  left:22px;
  right:22px;
  bottom:20px;
  z-index:2;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:20px;
  background:rgba(35,12,78,.55);
  backdrop-filter:blur(10px);
}
.compact-trust-photo-label span{
  display:block;
  margin-bottom:4px;
  color:#ffe08a;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.compact-trust-photo-label b{
  color:#fff;
  font:700 22px/1.05 Georgia,serif;
}
.compact-trust-copy h2{
  margin-bottom:16px;
}
.compact-trust-lead{
  max-width:690px;
  margin:0 0 24px;
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
}
.compact-trust-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.compact-trust-grid article{
  display:flex;
  gap:12px;
  min-width:0;
  padding:16px;
  border-radius:20px;
  background:#fffaf2;
  border:1px solid rgba(74,34,168,.06);
}
.compact-trust-grid article>span{
  flex:0 0 auto;
  color:var(--violet);
  font-size:9px;
  font-weight:900;
}
.compact-trust-grid b{
  display:block;
  margin-bottom:4px;
  color:var(--violet-dark);
  font-size:13px;
}
.compact-trust-grid p{
  margin:0;
  color:var(--muted);
  font-size:10px;
  line-height:1.5;
}
.compact-trust-actions{
  display:flex;
  align-items:center;
  gap:20px;
  margin-top:24px;
}

/* 3-step process */
.compact-process-line{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
.compact-process .process-step{
  min-height:230px;
}

/* The final form becomes the primary conversion endpoint */
.partners{
  position:relative;
}
.partners:before{
  content:"";
  position:absolute;
  inset:10% 0 auto;
  height:70%;
  background:radial-gradient(circle at 50% 40%,rgba(74,34,168,.055),transparent 62%);
  pointer-events:none;
}

@media(max-width:980px){
  .compact-trust-shell{
    grid-template-columns:1fr;
  }
  .compact-trust-photo,
  .compact-trust-photo img{
    min-height:420px;
    height:420px;
  }
}
@media(max-width:820px){
  .assortment-sales-head{
    align-items:flex-start;
  }
  .assortment-head-side{
    align-items:flex-start;
  }
  .assortment-head-side>p{
    text-align:left;
  }
  .assortment-expand{
    align-items:flex-start;
    flex-direction:column;
  }
  .assortment-expand-actions{
    width:100%;
    flex-wrap:wrap;
  }
  .compact-process-line{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:620px){
  .assortment-expand-actions{
    flex-direction:column;
  }
  .assortment-expand-actions .btn{
    width:100%;
    justify-content:center;
  }
  .compact-trust-shell{
    padding:16px;
    border-radius:28px;
  }
  .compact-trust-photo,
  .compact-trust-photo img{
    min-height:330px;
    height:330px;
  }
  .compact-trust-grid{
    grid-template-columns:1fr;
  }
  .compact-trust-actions{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* =========================================================
   ASSORTMENT — TWO ROW PREMIUM LAYOUT
   ========================================================= */
#hits .hits-viewport{
  overflow-x:auto;
  overflow-y:hidden;
  padding:8px 3px 18px;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
}
#hits .hits-viewport::-webkit-scrollbar{
  display:none;
}
#hits .hits-track{
  display:grid !important;
  grid-template-rows:repeat(2, minmax(0,1fr));
  grid-auto-flow:column;
  grid-auto-columns:minmax(280px, 300px);
  gap:18px;
  width:max-content;
  align-items:stretch;
  transform:none !important;
}
#hits .hit-card{
  width:auto !important;
  min-width:0 !important;
  height:100%;
  scroll-snap-align:start;
}
#hits .hit-media{
  min-height:250px;
}
#hits .hit-card.catalog-compact-hidden{
  display:none !important;
}

/* Keep the two rows visually balanced when only the first 12 products are shown */
#hits .hits-track:not(.catalog-expanded) .hit-card{
  min-height:410px;
}
#hits .hits-controls{
  display:flex;
}
#hits .hits-progress{
  margin-top:2px;
}

/* Wider desktop presentation: 6 visible columns × 2 rows on large screens */
@media(min-width:1280px){
  #hits .hits-track{
    grid-auto-columns:minmax(285px, 305px);
  }
}

/* Tablet: still two rows, slightly narrower cards */
@media(max-width:980px){
  #hits .hits-track{
    grid-auto-columns:minmax(250px, 270px);
    gap:14px;
  }
  #hits .hit-media{
    min-height:225px;
  }
}

/* Mobile: one row is easier to swipe and read */
@media(max-width:620px){
  #hits .hits-track{
    display:flex !important;
    gap:14px;
    width:max-content;
  }
  #hits .hit-card{
    width:82vw !important;
    min-width:82vw !important;
  }
  #hits .hit-media{
    min-height:220px;
  }
}


/* =========================================================
   PARTNER ECONOMICS
   ========================================================= */
.partner-economics{
  position:relative;
  overflow:hidden;
}
.partner-economics:before{
  content:"";
  position:absolute;
  inset:8% -10% auto;
  height:78%;
  pointer-events:none;
  background:
    radial-gradient(circle at 23% 30%,rgba(255,197,21,.13),transparent 25%),
    radial-gradient(circle at 80% 55%,rgba(103,50,200,.16),transparent 32%);
}
.economics-shell{
  position:relative;
  display:grid;
  grid-template-columns:minmax(280px,.68fr) minmax(0,1.55fr);
  gap:34px;
  padding:34px;
  overflow:hidden;
  border-radius:40px;
  color:#fff;
  background:
    radial-gradient(circle at 95% 5%,rgba(255,211,80,.16),transparent 25%),
    linear-gradient(135deg,#351175,#4a22a8 54%,#32106e);
  box-shadow:0 34px 90px rgba(45,18,96,.19);
}
.economics-shell:after{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  right:-150px;
  bottom:-190px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:50%;
}
.economics-intro{
  position:relative;
  z-index:2;
  padding:12px 4px;
}
.economics-intro h2{
  margin:10px 0 18px;
  color:#fff;
}
.economics-intro h2 em{
  color:#ffd75a;
}
.economics-intro>p{
  max-width:410px;
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:13px;
  line-height:1.7;
}
.economics-note{
  display:flex;
  gap:12px;
  margin-top:28px;
  padding:15px 16px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:18px;
  background:rgba(255,255,255,.055);
}
.economics-note>span{
  display:grid;
  place-items:center;
  flex:0 0 25px;
  width:25px;
  height:25px;
  border-radius:50%;
  background:#ffd75a;
  color:#32106e;
  font-weight:900;
  font-family:Georgia,serif;
}
.economics-note p{
  margin:0;
  color:rgba(255,255,255,.64);
  font-size:9px;
  line-height:1.55;
}
.economics-calculator{
  position:relative;
  z-index:3;
  padding:15px;
  border-radius:30px;
  background:rgba(255,255,255,.96);
  box-shadow:0 26px 65px rgba(15,4,42,.22);
  color:var(--violet-dark);
}
.economics-products{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
}
.economics-product{
  position:relative;
  min-width:0;
  min-height:88px;
  padding:7px 6px 8px;
  border:1px solid rgba(74,34,168,.07);
  border-radius:16px;
  background:#fffaf2;
  cursor:pointer;
  transition:.28s var(--ease-premium);
}
.economics-product:hover{
  transform:translateY(-3px);
  border-color:rgba(74,34,168,.18);
}
.economics-product.active{
  background:#f3ebff;
  border-color:rgba(74,34,168,.25);
  box-shadow:0 10px 24px rgba(74,34,168,.10);
}
.economics-product.active:before{
  content:"";
  position:absolute;
  left:50%;
  bottom:-4px;
  width:24px;
  height:4px;
  transform:translateX(-50%);
  border-radius:999px;
  background:#ffc515;
}
.economics-product img{
  display:block;
  width:100%;
  height:52px;
  object-fit:contain;
}
.economics-product span{
  display:block;
  overflow:hidden;
  color:var(--violet);
  font-size:7.5px;
  font-weight:900;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.economics-main{
  padding:16px 5px 3px;
}
.economics-product-preview{
  display:flex;
  align-items:center;
  gap:16px;
  position:relative;
  min-height:108px;
  padding:13px 18px 13px 10px;
  overflow:hidden;
  border-radius:22px;
  background:linear-gradient(100deg,#fffaf1,#f5efff);
}
.economics-preview-glow{
  position:absolute;
  left:18px;
  top:50%;
  width:110px;
  height:75px;
  transform:translateY(-50%);
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(255,197,21,.28),transparent 70%);
  filter:blur(8px);
}
.economics-product-preview img{
  position:relative;
  z-index:2;
  width:145px;
  height:88px;
  object-fit:contain;
  transition:.35s var(--ease-premium);
}
.economics-product-preview>div:last-child{
  position:relative;
  z-index:2;
  min-width:0;
}
.economics-product-preview span{
  display:block;
  color:#9a90a5;
  font-size:7px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.economics-product-preview strong{
  display:block;
  margin-top:4px;
  color:var(--violet-dark);
  font:700 23px/1.05 Georgia,serif;
}
.economics-product-preview small{
  display:block;
  margin-top:7px;
  color:#7e7488;
  font-size:9px;
}
.economics-controls{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:20px;
  margin-top:14px;
}
.economics-control-group>span,
.economics-qty>span{
  display:block;
  margin-bottom:7px;
  color:#9a90a5;
  font-size:7px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.economics-markups{
  display:flex;
  gap:7px;
}
.economics-markups button{
  min-width:60px;
  height:36px;
  border:1px solid rgba(74,34,168,.09);
  border-radius:999px;
  background:#f7f3fb;
  color:var(--violet);
  font-size:9px;
  font-weight:900;
  cursor:pointer;
  transition:.25s var(--ease-premium);
}
.economics-markups button.active{
  border-color:var(--violet);
  background:var(--violet);
  color:#fff;
  box-shadow:0 8px 20px rgba(74,34,168,.17);
}
.economics-qty{
  display:block;
}
.economics-qty>div{
  display:flex;
  align-items:center;
  overflow:hidden;
  height:36px;
  border:1px solid rgba(74,34,168,.09);
  border-radius:999px;
  background:#f7f3fb;
}
.economics-qty button{
  width:34px;
  height:34px;
  border:0;
  background:none;
  color:var(--violet);
  cursor:pointer;
  font-size:16px;
}
.economics-qty input{
  width:56px;
  height:34px;
  padding:0;
  border:0;
  outline:0;
  background:transparent;
  color:var(--violet-dark);
  font-size:10px;
  font-weight:900;
  text-align:center;
  appearance:textfield;
}
.economics-qty input::-webkit-inner-spin-button{
  appearance:none;
}
.economics-kpis{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  margin-top:14px;
}
.economics-kpis article{
  min-width:0;
  padding:14px;
  border:1px solid rgba(74,34,168,.07);
  border-radius:18px;
  background:#fff;
}
.economics-kpis article>span{
  display:block;
  min-height:22px;
  color:#9a90a5;
  font-size:7px;
  font-weight:900;
  line-height:1.35;
  text-transform:uppercase;
}
.economics-kpis strong{
  display:block;
  margin-top:5px;
  color:var(--violet-dark);
  font:700 18px/1 Georgia,serif;
}
.economics-kpis small{
  display:block;
  margin-top:5px;
  color:#807688;
  font-size:7.5px;
}
.economics-kpi-accent{
  background:linear-gradient(145deg,#fff9e4,#fff)!important;
  border-color:rgba(255,197,21,.30)!important;
}
.economics-kpi-accent strong{
  color:#543000;
}
.economics-total{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:10px;
  padding:16px 18px;
  border-radius:20px;
  background:linear-gradient(125deg,#4a22a8,#351175);
  color:#fff;
}
.economics-total>div>span{
  display:block;
  color:rgba(255,255,255,.65);
  font-size:7px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.economics-total strong{
  display:block;
  margin-top:3px;
  color:#ffd75a;
  font:700 27px/1 Georgia,serif;
}
.economics-total small{
  display:block;
  margin-top:4px;
  color:rgba(255,255,255,.55);
  font-size:7.5px;
}
.economics-total .btn{
  flex:0 0 auto;
  white-space:nowrap;
}
.economics-source{
  margin:10px 4px 0;
  color:#9a90a5;
  font-size:7.5px;
  line-height:1.45;
  text-align:center;
}

@media(max-width:1050px){
  .economics-shell{
    grid-template-columns:1fr;
  }
  .economics-intro{
    max-width:760px;
  }
}
@media(max-width:720px){
  .economics-shell{
    padding:20px;
    border-radius:30px;
  }
  .economics-products{
    display:flex;
    overflow-x:auto;
    padding-bottom:4px;
    scrollbar-width:none;
  }
  .economics-products::-webkit-scrollbar{display:none}
  .economics-product{
    flex:0 0 100px;
  }
  .economics-controls{
    align-items:stretch;
    flex-direction:column;
  }
  .economics-kpis{
    grid-template-columns:1fr;
  }
  .economics-total{
    align-items:stretch;
    flex-direction:column;
  }
  .economics-total .btn{
    width:100%;
    justify-content:center;
  }
}
@media(max-width:480px){
  .economics-product-preview img{
    width:105px;
  }
  .economics-product-preview strong{
    font-size:19px;
  }
  .economics-markups{
    width:100%;
  }
  .economics-markups button{
    flex:1;
  }
}


/* =========================================================
   PARTNER ECONOMICS — 8 PRODUCTS / 2 ROWS
   ========================================================= */
.partner-economics .economics-products{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
}
.partner-economics .economics-product{
  min-height:92px;
}
.partner-economics .economics-product img{
  height:55px;
}
@media(max-width:720px){
  .partner-economics .economics-products{
    display:grid;
    grid-template-columns:repeat(2,minmax(120px,1fr));
    overflow:visible;
  }
  .partner-economics .economics-product{
    min-width:0;
    width:auto;
  }
}


/* =========================================================
   PRODUCTION FINISH — SERVER READY
   ========================================================= */
html{scroll-padding-top:92px}
body{overflow-x:hidden}
.header .nav{gap:18px}
.header .nav a{white-space:nowrap}

/* Product section: stable two-row shelf on desktop */
#hits .hits-viewport{
  overscroll-behavior-x:contain;
  -webkit-overflow-scrolling:touch;
}
#hits .hits-track{
  padding:2px 2px 6px;
}
#hits .hit-card{
  min-height:418px;
}
#hits .hit-body h3{
  text-wrap:balance;
}
#hits .hit-body p{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
#hits .hit-packing{
  margin-top:auto;
}
#hits .hit-body{
  display:flex;
  min-height:158px;
  flex-direction:column;
}
.assortment-expand{
  margin-top:28px;
}
.assortment-expand strong{
  text-wrap:balance;
}

/* Calculator: keep all 8 choices legible */
.partner-economics .economics-product span{
  font-size:8px;
  line-height:1.2;
}
.partner-economics .economics-product-preview strong{
  text-wrap:balance;
}

/* Form consent */
.form .form-consent{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:-2px 0 2px;
  padding:0;
}
.form .form-consent input{
  flex:0 0 auto;
  width:17px;
  height:17px;
  margin:2px 0 0;
  accent-color:var(--violet);
}
.form .form-consent span{
  color:var(--muted);
  font-size:9px;
  line-height:1.45;
}

/* Focus visibility */
a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{
  outline:3px solid rgba(255,197,21,.72);
  outline-offset:3px;
}

@media(max-width:1180px){
  .header .nav{gap:12px}
  .header .nav a{font-size:10px}
}
@media(max-width:980px){
  html{scroll-padding-top:78px}
  #hits .hit-card{min-height:395px}
}
@media(max-width:620px){
  #hits .hit-card{
    min-height:390px;
  }
  #hits .hit-body{
    min-height:164px;
  }
  .assortment-head-side>p{
    max-width:36ch;
  }
  .economics-shell{
    padding:18px;
  }
  .partner-economics .economics-products{
    gap:8px;
  }
}


/* Sales-hit badge requested for selected products */
.hit-sales-badge{
  background:linear-gradient(135deg,#ffc515,#ffe68a);
  color:#34205f;
  border:1px solid rgba(74,34,168,.12);
  box-shadow:0 10px 28px rgba(145,103,0,.22);
}
.hit-sales-badge:before{
  content:"★";
  margin-right:6px;
  color:#4a22a8;
  font-size:10px;
  line-height:1;
}

/* =========================================================
   COMPANY REQUISITES
   ========================================================= */
.company-legal{
  margin-top:18px;
  padding:19px 22px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:rgba(255,255,255,.04);
}
.company-legal>div{min-width:0}
.company-legal>div>span{
  display:block;
  margin-bottom:6px;
  color:rgba(255,255,255,.48);
  font-size:9px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.13em;
}
.company-legal b{display:block;font-size:15px;color:#fff}
.company-legal small{display:block;margin-top:4px;color:rgba(255,255,255,.63);font-size:10px;line-height:1.55}
.company-details-link,.footer-details{
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  cursor:pointer;
}
.company-details-link{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:11px;
  min-height:44px;
  padding:0 8px 0 16px;
  border-radius:999px;
  color:var(--violet-dark);
  background:var(--yellow);
  font-size:10px;
  font-weight:900;
}
.company-details-link span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#fff}
.footer-details{font-size:11px;font-weight:900;color:#fff;opacity:.78;padding:8px 0}
.footer-details:hover{opacity:1}
.company-modal{
  position:fixed;
  inset:0;
  z-index:4200;
  display:grid;
  place-items:center;
  padding:24px;
  visibility:hidden;
  opacity:0;
  transition:opacity .25s ease,visibility .25s ease;
}
.company-modal.open{visibility:visible;opacity:1}
.company-modal-backdrop{position:absolute;inset:0;background:rgba(20,7,48,.76);backdrop-filter:blur(12px)}
.company-modal-card{
  position:relative;
  z-index:2;
  width:min(860px,100%);
  max-height:calc(100svh - 48px);
  overflow:auto;
  border-radius:32px;
  padding:38px;
  background:#fff;
  box-shadow:0 50px 120px rgba(10,2,30,.42);
}
.company-modal-close{
  position:absolute;
  right:16px;
  top:16px;
  width:44px;
  height:44px;
  border:0;
  border-radius:50%;
  background:var(--cream);
  color:var(--violet);
  font-size:24px;
  cursor:pointer;
}
.company-modal-head{padding-right:54px;margin-bottom:24px}
.company-modal-head h2{font-size:clamp(38px,6vw,62px);color:var(--violet);margin-bottom:14px}
.company-modal-head>p:last-child{margin:0;color:var(--muted);font-size:14px}
.company-requisites{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.company-requisites>div{
  padding:17px 18px;
  border:1px solid var(--line);
  border-radius:17px;
  background:var(--cream);
}
.company-requisites span{display:block;margin-bottom:6px;color:#918997;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.company-requisites b{display:block;color:var(--violet-dark);font-size:13px;line-height:1.55;overflow-wrap:anywhere}
.company-requisites a{color:var(--violet)}
.company-requisite-wide{grid-column:1/-1}
.company-modal-note{margin-top:14px;padding:13px 16px;border-radius:14px;background:#f4efff;color:#776b84;font-size:10px;line-height:1.5}
.company-modal-actions{display:flex;justify-content:flex-end;margin-top:18px}
body.company-modal-open{overflow:hidden}
@media(max-width:760px){
  .company-legal{align-items:flex-start;flex-direction:column;padding:17px}
  .company-details-link{width:100%;justify-content:space-between}
  .company-modal{padding:0}
  .company-modal-card{width:100%;height:100svh;max-height:none;border-radius:0;padding:28px 18px 34px}
  .company-requisites{grid-template-columns:1fr}
  .company-requisite-wide{grid-column:auto}
  .company-modal-actions .btn{width:100%}
  .footer-details{order:3}
}


/* production photos section */
.production-gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.production-gallery-card{
  background:#fff;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(74,34,168,.08);
  box-shadow:0 24px 60px rgba(42,18,90,.08);
}
.production-gallery-card img{
  width:100%;
  height:320px;
  display:block;
  object-fit:cover;
}
.production-gallery-caption{
  padding:20px 22px 22px;
}
.production-gallery-caption b{
  display:block;
  margin-bottom:8px;
  color:var(--violet-dark);
  font-size:18px;
}
.production-gallery-caption p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}
@media(max-width:980px){
  .production-gallery-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:620px){
  .production-gallery-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .production-gallery-card{
    border-radius:22px;
  }
  .production-gallery-card img{
    height:260px;
  }
  .production-gallery-caption{
    padding:16px 18px 18px;
  }
}
