:root{--bg:#050505;--panel:#101010;--panel2:#151515;--gold:#d5a95d;--gold2:#f0d28d;--gold3:#976325;--cream:#f1eee6;--muted:#bbb5aa;--line:rgba(213,169,93,.46);--soft:rgba(255,255,255,.11);--green:#00a983;--shadow:0 22px 65px rgba(0,0,0,.52)}
*{box-sizing:border-box}html,body{margin:0;max-width:100%;overflow-x:hidden;background:#000;color:var(--cream)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}p,h1,h2,h3,strong,span,a{overflow-wrap:anywhere}.shell{width:min(720px,calc(100% - 24px));margin-inline:auto}.luxury-noise{position:fixed;inset:0;pointer-events:none;z-index:-2;opacity:.18;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.10'/%3E%3C/svg%3E")}.luxury-glow{position:fixed;z-index:-3;left:50%;top:5vh;width:min(900px,120vw);height:min(900px,120vw);transform:translateX(-50%);background:radial-gradient(circle,rgba(213,169,93,.09),transparent 66%)}
.site-header{padding:14px 0 6px;position:relative;z-index:30}.photo-header-inner{display:flex;align-items:center;justify-content:space-between;gap:14px}.photo-brand{display:flex;align-items:center;gap:12px}.logo-mark{width:58px;height:58px;display:grid;place-items:center;color:var(--gold2)}.logo-mark svg{width:58px;height:58px}.logo-orbit{opacity:.12}.brand-word{font-family:Georgia,"Times New Roman",serif;color:var(--gold2);font-size:31px;letter-spacing:.18em}.main-nav{display:flex;align-items:center;gap:7px}.main-nav a,.main-nav button{border:1px solid transparent;padding:11px 12px;border-radius:14px;background:rgba(255,255,255,.02);color:#d5cec2;font-size:13px}.main-nav a:hover,.main-nav button:hover,.main-nav a.active{border-color:rgba(213,169,93,.2);background:rgba(213,169,93,.06);color:#fff}.menu-button{display:none;width:54px;height:54px;padding:0;border:0;background:none;align-items:center;justify-content:center;flex-direction:column;gap:6px}.menu-button span{display:block;width:30px;height:2px;border-radius:3px;background:var(--gold2);transition:.2s}.menu-button.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-button.is-open span:nth-child(2){opacity:0}.menu-button.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.luxury-main{padding:4px 0 26px}.luxury-shell{display:grid;gap:12px}.brand-card{position:relative;overflow:hidden;padding:22px 24px 20px;border:1px solid rgba(226,181,100,.66);border-radius:29px;background:radial-gradient(circle at 50% -12%,rgba(213,169,93,.08),transparent 44%),linear-gradient(180deg,#121212,#080808);box-shadow:inset 0 1px rgba(255,255,255,.06),0 20px 55px rgba(0,0,0,.5)}.brand-card::after{content:"";position:absolute;inset:1px;border-radius:28px;pointer-events:none;box-shadow:inset 0 0 26px rgba(213,169,93,.035)}.brand-card-shine{position:absolute;inset:-50% 35% 35% -50%;background:radial-gradient(circle,rgba(255,255,255,.04),transparent 63%)}.brand-card-copy{position:relative;text-align:center}.brand-legal{margin:0 0 7px;color:#dcd7ce;font-size:17px;letter-spacing:.07em}.brand-card h1{margin:0;display:grid;text-align:center}.brand-card h1 span{font-family:Georgia,"Times New Roman",serif;font-size:30px;font-weight:400;letter-spacing:.27em;color:#e6e5e2}.brand-card h1 strong{font-family:Georgia,"Times New Roman",serif;font-size:clamp(72px,16vw,118px);font-weight:700;line-height:.92;letter-spacing:.015em;background:linear-gradient(180deg,#fff1c4 0%,#d2a151 35%,#f7dda5 68%,#9a632b 100%);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 11px 20px rgba(213,169,93,.12))}.gold-flare{width:130px;height:2px;margin:9px auto 17px;border-radius:99px;background:linear-gradient(90deg,transparent,#c98d30,#ffe7a0,#c98d30,transparent);box-shadow:0 0 16px rgba(236,183,86,.65)}.brand-card-meta{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px}.location-line{display:flex;align-items:center;gap:10px;color:#d8d2c7;font-size:16px}.location-line svg{width:26px;height:26px;flex:0 0 auto;color:var(--gold2);stroke-width:2}.rf-pill{padding:13px 19px;white-space:nowrap;border-radius:999px;border:1px solid rgba(0,202,154,.62);background:linear-gradient(180deg,rgba(3,82,64,.95),rgba(4,53,43,.95));box-shadow:inset 0 1px rgba(255,255,255,.08),0 10px 26px rgba(0,170,130,.13);color:#89f2d5;font-size:16px;font-weight:750;letter-spacing:.04em}.intro-copy{padding:6px 18px 0}.intro-copy p{max-width:640px;margin:0 auto;text-align:center;color:#e7e3dc;font-size:17px;line-height:1.48}.primary-actions{display:grid;gap:11px}.primary-action{min-height:78px;padding:0 22px;border-radius:23px;display:grid;grid-template-columns:60px 1fr 60px;align-items:center;box-shadow:var(--shadow)}.primary-action strong{grid-column:2;text-align:center;font-size:25px;letter-spacing:-.02em}.action-symbol{grid-column:1;width:56px;height:56px;padding:13px;display:grid;place-items:center;border-radius:50%}.call-action{color:#161109;border:1px solid #f3d48d;background:linear-gradient(180deg,#efc771,#bd8232)}.call-action .action-symbol{background:linear-gradient(180deg,#fae8bd,#d6aa5d);box-shadow:inset 0 1px rgba(255,255,255,.5)}.call-action svg{stroke-width:2.1}.whatsapp-action{color:#f5f5f5;border:1px solid rgba(255,255,255,.18);background:linear-gradient(180deg,#1c1c1d,#101010)}.whatsapp-symbol{background:#20ad5f;padding:9px;color:#fff}.whatsapp-symbol svg{fill:#20ad5f;stroke:#fff;stroke-width:1.8}.whatsapp-symbol .wa-inner{fill:#fff;stroke:none}.benefits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.benefit-card{min-height:165px;padding:16px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid rgba(213,169,93,.48);border-radius:22px;background:linear-gradient(180deg,#161616,#0b0b0b);box-shadow:inset 0 1px rgba(255,255,255,.05),0 16px 35px rgba(0,0,0,.32)}.benefit-icon{width:48px;height:48px;margin-bottom:8px;color:var(--gold2)}.benefit-icon svg{stroke-width:1.8}.benefit-card strong{font-family:Georgia,"Times New Roman",serif;color:var(--gold2);font-size:42px;line-height:1}.benefit-card span:last-child{margin-top:7px;color:#e5e0d8;font-size:14px;line-height:1.2}.benefit-card .benefit-rf{font-size:31px}.link-list{display:grid;gap:9px}.link-card{min-height:74px;padding:0 18px;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:14px;text-align:left;color:#efebe4;border:1px solid rgba(213,169,93,.30);border-radius:20px;background:linear-gradient(180deg,#151515,#0d0d0d);box-shadow:inset 0 1px rgba(255,255,255,.04)}.link-card:hover{border-color:rgba(213,169,93,.58);background:linear-gradient(180deg,#191713,#0f0e0c)}.link-icon{width:45px;height:45px;padding:10px;border:1px solid rgba(213,169,93,.55);border-radius:50%;color:var(--gold2)}.link-card>span:nth-child(2){font-size:18px}.link-card b{font-size:41px;line-height:1;color:var(--gold2);font-weight:300}.contact-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;border:1px solid rgba(213,169,93,.25);border-radius:22px;overflow:hidden;background:linear-gradient(180deg,#111,#090909)}.footer-address,.footer-phone{min-height:75px;padding:14px 17px;display:flex;align-items:center;gap:12px}.footer-phone{border-left:1px solid rgba(213,169,93,.18)}.footer-icon{width:38px;height:38px;flex:0 0 auto;padding:7px;color:var(--gold2)}.footer-address strong{color:#dcd7ce;font-size:13px;line-height:1.45;font-weight:500}.footer-phone strong{white-space:nowrap;color:var(--gold2);font-size:17px}.reveal{opacity:0;transform:translateY(14px);transition:opacity .45s ease,transform .45s ease}.reveal.is-visible{opacity:1;transform:none}
.micro-label{color:#b99e70;font-size:10px;font-weight:800;letter-spacing:.17em}.panel-backdrop{position:fixed;inset:0;z-index:89;background:rgba(0,0,0,.62);opacity:0;transition:.25s;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.panel-backdrop.is-visible{opacity:1}.info-panel{position:fixed;z-index:90;top:12px;right:12px;bottom:12px;width:min(700px,calc(100% - 24px));display:grid;grid-template-rows:auto minmax(0,1fr);border:1px solid rgba(213,169,93,.35);border-radius:28px;background:linear-gradient(180deg,rgba(17,17,17,.985),rgba(7,7,7,.985));box-shadow:-22px 0 75px rgba(0,0,0,.58);transform:translateX(calc(100% + 25px));visibility:hidden;transition:transform .34s cubic-bezier(.2,.78,.2,1),visibility .34s}.info-panel.is-open{transform:translateX(0);visibility:visible}.info-panel-head{padding:22px 24px 17px;display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(255,255,255,.08)}.info-panel-head h2{margin:6px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:42px;font-weight:500}.panel-close{width:45px;height:45px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.04);color:#fff;font-size:26px}.info-panel-body{padding:20px 24px 26px;overflow-y:auto}.panel-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px}.panel-summary-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.panel-summary,.animal-card,.about-panel-lead,.panel-process>div,.contact-panel-card{padding:15px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:rgba(255,255,255,.03)}.panel-summary small,.contact-panel-card small{display:block;margin-bottom:7px;color:#aaa397;font-size:9px;letter-spacing:.11em}.panel-summary strong,.contact-panel-card strong{display:block;color:var(--gold2);font-size:20px}.panel-summary span,.contact-panel-card span{display:block;margin-top:5px;color:#d6d0c6;font-size:12px;line-height:1.45}.panel-price-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.animal-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.animal-head h3{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:28px}.animal-head b{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:rgba(213,169,93,.08);color:var(--gold2)}.panel-note{color:#ccc4b8;font-size:13px;line-height:1.55}.about-panel-lead p{margin:0;color:#e7e1d7;font-size:14px;line-height:1.65}.panel-process{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.panel-process span{display:block;margin-bottom:10px;color:#b39869;font-size:9px}.panel-process strong{font-size:17px}.panel-process p{margin:5px 0 0;color:#d2cbc0;font-size:13px;line-height:1.5}.contact-panel-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.contact-panel-card{min-height:165px;display:flex;flex-direction:column;justify-content:flex-end;position:relative}.contact-panel-card b{position:absolute;right:15px;top:15px;color:var(--gold2)}.contact-panel-card.featured{background:radial-gradient(circle at 85% 15%,rgba(213,169,93,.11),transparent 40%),rgba(255,255,255,.03)}.panel-open{overflow:hidden!important}
@media(max-width:760px){.site-header{padding-top:8px}.menu-button{display:flex}.main-nav{display:none;position:absolute;left:12px;right:12px;top:70px;padding:9px;flex-direction:column;border:1px solid rgba(213,169,93,.28);border-radius:18px;background:rgba(8,8,8,.98);box-shadow:var(--shadow)}.main-nav.is-open{display:flex}.main-nav a,.main-nav button{width:100%;text-align:left;font-size:14px}.logo-mark,.logo-mark svg{width:48px;height:48px}.brand-word{font-size:25px}.luxury-main{padding-top:0}.brand-card{padding:17px 17px 15px;border-radius:25px}.brand-legal{font-size:14px}.brand-card h1 span{font-size:21px;letter-spacing:.20em}.brand-card h1 strong{font-size:clamp(48px,17vw,82px)}.gold-flare{margin-top:7px;margin-bottom:13px}.location-line{font-size:13px}.location-line svg{width:22px;height:22px}.rf-pill{padding:9px 12px;font-size:12px}.intro-copy{padding:3px 8px 0}.intro-copy p{font-size:13px}.primary-action{min-height:65px;padding:0 14px;grid-template-columns:46px 1fr 46px;border-radius:19px}.action-symbol{width:44px;height:44px;padding:10px}.primary-action strong{font-size:18px}.benefits-grid{gap:7px}.benefit-card{min-height:123px;padding:12px 8px;border-radius:18px}.benefit-icon{width:35px;height:35px;margin-bottom:6px}.benefit-card strong{font-size:30px}.benefit-card .benefit-rf{font-size:22px}.benefit-card span:last-child{font-size:10px}.link-list{gap:7px}.link-card{min-height:62px;padding:0 12px;grid-template-columns:39px 1fr auto;gap:10px;border-radius:17px}.link-icon{width:38px;height:38px;padding:8px}.link-card>span:nth-child(2){font-size:15px}.link-card b{font-size:31px}.contact-footer{grid-template-columns:1fr;border-radius:18px}.footer-address,.footer-phone{min-height:59px;padding:10px 12px}.footer-phone{border-left:0;border-top:1px solid rgba(213,169,93,.16)}.footer-icon{width:32px;height:32px}.footer-address strong{font-size:11px}.footer-phone strong{font-size:15px}.info-panel{top:68px;right:7px;bottom:7px;width:calc(100% - 14px);border-radius:23px}.info-panel-head{padding:17px 17px 14px}.info-panel-head h2{font-size:32px}.info-panel-body{padding:15px 17px 19px}.panel-summary-grid,.panel-summary-grid.four,.panel-price-grid,.panel-process,.contact-panel-grid{grid-template-columns:1fr}}
@media(max-width:390px){.shell{width:calc(100% - 14px)}.brand-card{padding:15px}.brand-card h1 strong{font-size:45px}.brand-card h1 span{font-size:18px}.brand-legal{font-size:13px}.rf-pill{font-size:11px}.location-line{font-size:12px}.intro-copy p{font-size:12px}.primary-action{min-height:60px}.primary-action strong{font-size:16px}.benefit-card{min-height:110px}.benefit-card strong{font-size:26px}.benefit-card .benefit-rf{font-size:19px}.benefit-card span:last-child{font-size:9px}.link-card>span:nth-child(2){font-size:14px}}
@media(max-height:720px) and (max-width:760px){.luxury-shell{gap:7px}.site-header{padding-top:4px}.logo-mark,.logo-mark svg{width:42px;height:42px}.brand-word{font-size:21px}.brand-card{padding:12px 14px 11px}.brand-legal{margin-bottom:4px;font-size:12px}.brand-card h1 span{font-size:17px}.brand-card h1 strong{font-size:42px}.gold-flare{margin:4px auto 8px}.intro-copy p{font-size:11px}.primary-action{min-height:52px}.action-symbol{width:38px;height:38px}.primary-action strong{font-size:15px}.benefit-card{min-height:94px}.benefit-icon{width:29px;height:29px}.benefit-card strong{font-size:23px}.benefit-card .benefit-rf{font-size:18px}.link-card{min-height:52px}.contact-footer{font-size:10px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}

/* v6.2 — real SVG icon assets + repaired price typography */
.action-symbol img,.benefit-icon img,.link-icon img,.footer-icon img,.animal-picture{display:block;width:100%;height:100%;object-fit:contain}
.whatsapp-symbol{padding:4px!important;background:transparent!important}.whatsapp-symbol img{filter:drop-shadow(0 4px 10px rgba(37,211,102,.24))}
.benefit-icon{display:block}.benefit-icon img{filter:drop-shadow(0 3px 10px rgba(232,189,112,.12))}.benefit-map{width:64px;height:48px}
.link-icon{display:grid;place-items:center;padding:9px!important}.link-icon img{width:100%;height:100%}
.footer-icon{display:grid;place-items:center}.footer-icon img{width:100%;height:100%;object-fit:contain}
.footer-phone .footer-icon img{filter:sepia(1) saturate(.8) brightness(1.45)}
.animal-picture{width:58px;height:58px;flex:0 0 58px;padding:6px;border:1px solid rgba(213,169,93,.28);border-radius:16px;background:rgba(213,169,93,.045)}
.price-stack{display:grid;gap:10px}.price-line{min-width:0;padding:14px 15px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;border:1px solid rgba(255,255,255,.085);border-radius:16px;background:rgba(255,255,255,.025)}.price-line.featured-price{border-color:rgba(213,169,93,.30);background:linear-gradient(135deg,rgba(213,169,93,.085),rgba(255,255,255,.018))}.price-copy{display:grid;gap:5px;min-width:0}.price-copy small{display:block;color:#a8977b;font-size:9px;font-weight:800;letter-spacing:.15em;line-height:1.2}.price-copy span{display:block;color:#eee8de;font-size:14px;font-weight:650;line-height:1.35;word-break:normal;overflow-wrap:break-word}.price-value{display:flex;align-items:baseline;justify-content:flex-end;gap:6px;min-width:max-content;color:var(--gold2);font-family:Georgia,"Times New Roman",serif;font-size:27px;line-height:1;white-space:nowrap}.price-value em{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:#c7b28b;font-size:11px;font-style:normal;font-weight:700;letter-spacing:.02em}.animal-head{align-items:center}.animal-head>span{flex:0 0 auto}.animal-head>div{min-width:0;flex:1}
@media(max-width:430px){.animal-picture{width:50px;height:50px;flex-basis:50px}.price-line{padding:12px;gap:10px}.price-copy span{font-size:13px}.price-value{font-size:23px}.price-value em{font-size:10px}.benefit-map{width:48px;height:36px}}


/* v6.3 — второй номер Арзу + продукция на главной */
.brand-meta-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}
.arzu-call-pill{min-height:45px;padding:7px 13px 7px 9px;display:flex;align-items:center;gap:9px;border:1px solid rgba(213,169,93,.48);border-radius:16px;background:linear-gradient(180deg,rgba(34,29,20,.98),rgba(17,14,10,.98));box-shadow:inset 0 1px rgba(255,255,255,.06),0 10px 25px rgba(0,0,0,.22);transition:border-color .2s ease,transform .2s ease,background .2s ease}
.arzu-call-pill:hover{transform:translateY(-1px);border-color:rgba(240,210,141,.75);background:linear-gradient(180deg,rgba(45,37,24,.98),rgba(19,15,10,.98))}
.arzu-call-pill>img{width:28px;height:28px;padding:6px;flex:0 0 auto;border:1px solid rgba(213,169,93,.34);border-radius:50%;filter:sepia(1) saturate(.7) brightness(1.5)}
.arzu-call-pill>span{display:grid;gap:1px;min-width:0}
.arzu-call-pill small{color:#ac9774;font-size:8px;font-weight:800;letter-spacing:.13em;line-height:1.1}
.arzu-call-pill strong{white-space:nowrap;color:var(--gold2);font-size:13px;line-height:1.15;letter-spacing:.01em}

.products-card{padding:17px 18px 15px;border:1px solid rgba(213,169,93,.38);border-radius:22px;background:radial-gradient(circle at 88% 0,rgba(213,169,93,.08),transparent 34%),linear-gradient(180deg,#15130f,#0b0a08);box-shadow:inset 0 1px rgba(255,255,255,.05),0 16px 36px rgba(0,0,0,.28)}
.products-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:12px}
.products-kicker{display:block;margin-bottom:4px;color:#b79b6d;font-size:9px;font-weight:850;letter-spacing:.18em}
.products-head h2{margin:0;font-family:Georgia,"Times New Roman",serif;color:#f0eadf;font-size:24px;font-weight:500;line-height:1.1}
.products-badge{padding:7px 9px;border:1px solid rgba(213,169,93,.30);border-radius:999px;color:#bba57e;background:rgba(213,169,93,.05);font-size:9px;font-weight:850;letter-spacing:.12em;white-space:nowrap}
.products-list{display:grid;gap:7px}
.product-row{min-height:52px;padding:9px 11px;display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.075);border-radius:15px;background:rgba(255,255,255,.024)}
.product-index{width:26px;height:26px;display:grid;place-items:center;border:1px solid rgba(213,169,93,.26);border-radius:50%;color:#ad9872;font-size:8px;font-weight:800}
.product-row>strong{color:#eae4da;font-size:14px;font-weight:650;line-height:1.25;word-break:normal;overflow-wrap:break-word}
.product-price{display:flex;align-items:baseline;gap:5px;color:var(--gold2);font-family:Georgia,"Times New Roman",serif;font-size:23px;font-weight:700;white-space:nowrap}
.product-price small{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:#bba783;font-size:10px;font-weight:750}
.arzu-contact-card{border-color:rgba(213,169,93,.24);background:radial-gradient(circle at 85% 15%,rgba(213,169,93,.08),transparent 42%),rgba(255,255,255,.025)}
.panel-products{margin-top:12px;padding:15px;border:1px solid rgba(213,169,93,.20);border-radius:18px;background:linear-gradient(135deg,rgba(213,169,93,.055),rgba(255,255,255,.018))}
.panel-products-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:10px}
.panel-products-head small{color:#aa9470;font-size:9px;font-weight:800;letter-spacing:.12em}
.panel-products-head strong{color:#eee5d7;font-size:14px}
.panel-products-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.panel-products-list span{padding:10px;border:1px solid rgba(255,255,255,.07);border-radius:13px;color:#d9d2c7;background:rgba(255,255,255,.02);font-size:11px;line-height:1.35}
.panel-products-list b{display:block;margin-top:4px;color:var(--gold2);font-size:15px}
@media(max-width:760px){
  .brand-card-meta{align-items:flex-start;gap:9px;flex-wrap:wrap}
  .location-line{flex:1 1 190px}
  .brand-meta-actions{flex:1 1 100%;justify-content:space-between;flex-wrap:nowrap}
  .rf-pill{flex:0 0 auto;padding:8px 11px;font-size:11px}
  .arzu-call-pill{min-height:40px;padding:5px 10px 5px 7px;border-radius:14px;gap:7px}
  .arzu-call-pill>img{width:26px;height:26px}
  .arzu-call-pill small{font-size:7px}
  .arzu-call-pill strong{font-size:12px}
  .products-card{padding:14px 12px 12px;border-radius:18px}
  .products-head{margin-bottom:9px}
  .products-head h2{font-size:19px}
  .product-row{min-height:46px;padding:8px 9px;grid-template-columns:26px minmax(0,1fr) auto;gap:8px;border-radius:13px}
  .product-index{width:23px;height:23px;font-size:7px}
  .product-row>strong{font-size:12px}
  .product-price{font-size:19px}
  .product-price small{font-size:9px}
  .panel-products-head{align-items:flex-start;flex-direction:column;gap:3px}
  .panel-products-list{grid-template-columns:1fr}
}
@media(max-width:390px){
  .brand-meta-actions{gap:6px}
  .rf-pill{padding:7px 9px;font-size:10px}
  .arzu-call-pill{padding-right:8px}
  .arzu-call-pill>img{width:23px;height:23px;padding:5px}
  .arzu-call-pill strong{font-size:11px}
  .products-head h2{font-size:18px}
  .products-badge{font-size:8px}
  .product-row>strong{font-size:11px}
  .product-price{font-size:18px}
}
