:root {
    --ink-950:#101820;--ink-900:#17212b;--ink-800:#263442;--ink-700:#405063;--ink-600:#5f7082;--ink-500:#7e8c9b;
    --silver-50:#f8fafc;--silver-100:#f1f5f8;--silver-200:#e4eaf0;--silver-300:#d2dbe4;--silver-400:#aebbc8;
    --ice-500:#2f80c4;--ice-600:#176daf;--ice-700:#105889;--success:#16845b;--danger:#c33d4a;--surface:#fff;
    --radius-sm:12px;--radius-md:18px;--radius-lg:28px;--shadow-sm:0 8px 26px rgba(23,33,43,.06);
    --shadow-md:0 18px 55px rgba(23,33,43,.11);--container:1280px
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:'Vazirmatn',Tahoma,Arial,sans-serif;color:var(--ink-900);background:var(--silver-50);line-height:1.75;-webkit-font-smoothing:antialiased}
a{color:var(--ice-700);text-decoration:none}a:hover{color:var(--ice-600)}img{max-width:100%}
button,input,select,textarea{font:inherit}:focus-visible{outline:3px solid rgba(47,128,196,.25);outline-offset:3px}
.container{max-width:var(--container)}.site-main{min-height:58vh;padding:1.5rem 0 3rem}.site-main--flush{padding-top:0}
.text-gold{color:var(--ice-600)!important}.bg-gold{background:var(--ice-600)!important}
.announcement-bar{color:#dfe8ef;background:var(--ink-950);font-size:.78rem}.announcement-bar .container{display:flex;justify-content:space-between;gap:1rem;padding-block:.38rem}.announcement-bar strong{color:#fff;font-weight:650}
.site-header{position:sticky;top:0;z-index:1020;border-bottom:1px solid rgba(210,219,228,.8);background:rgba(255,255,255,.93);backdrop-filter:blur(18px)}
.site-navbar{min-height:72px;padding:.55rem 0}.site-brand{display:inline-flex;align-items:center;gap:.75rem;color:var(--ink-950);font-size:1.12rem;font-weight:850;letter-spacing:-.02em}.site-brand:hover{color:var(--ink-950)}
.brand-mark{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--silver-300);border-radius:13px;background:linear-gradient(145deg,#fff,#dfe7ee);box-shadow:inset 0 1px 0 #fff,0 8px 20px rgba(42,61,78,.11)}
.brand-mark svg{width:21px;height:21px;color:var(--ink-800)}.brand-copy{display:flex;flex-direction:column;line-height:1.15}.brand-copy small{margin-top:.2rem;color:var(--ink-500);font-size:.65rem;font-weight:500}
.site-navbar .nav-link{position:relative;padding:.65rem .85rem!important;color:var(--ink-700);font-size:.91rem;font-weight:550}.site-navbar .nav-link:hover{color:var(--ink-950)}
.site-navbar .nav-link::after{content:'';position:absolute;right:.85rem;bottom:.35rem;width:0;height:2px;border-radius:3px;background:var(--ice-500);transition:width .2s ease}.site-navbar .nav-link:hover::after{width:18px}
.nav-actions{align-items:center;gap:.35rem}.nav-icon-link{display:grid!important;place-items:center;min-width:42px;min-height:42px;border:1px solid var(--silver-200);border-radius:13px;background:var(--surface)}.nav-icon-link::after{display:none}
.cart-badge{position:absolute;top:-5px;left:-5px;min-width:20px;padding:.25rem .35rem;color:#fff;background:var(--ice-600)!important;font-size:.66rem;box-shadow:0 0 0 3px #fff}.navbar-toggler{width:44px;height:44px;padding:.55rem;border-color:var(--silver-300);border-radius:13px}
.breadcrumb-wrap{padding-top:1rem}.breadcrumb{gap:.15rem;margin:0;font-size:.8rem}.breadcrumb-item a{color:var(--ink-600)}.breadcrumb-item.active{color:var(--ink-900)}
.alert{border:1px solid transparent;border-radius:var(--radius-sm);box-shadow:var(--shadow-sm)}.alert-success{color:#0d6142;border-color:#bce5d4;background:#effaf5}.alert-danger{color:#8e2732;border-color:#f0c3c8;background:#fff3f4}
.btn{border-radius:12px;font-weight:650;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn:hover{transform:translateY(-1px)}
.btn-primary,.btn-dark,.btn-gold{color:#fff;border-color:var(--ink-900);background:var(--ink-900)}.btn-primary:hover,.btn-dark:hover,.btn-gold:hover{color:#fff;border-color:var(--ink-950);background:var(--ink-950);box-shadow:0 10px 25px rgba(16,24,32,.16)}
.btn-outline-primary{color:var(--ice-700);border-color:var(--silver-300);background:#fff}.btn-outline-primary:hover{color:#fff;border-color:var(--ice-600);background:var(--ice-600)}
.form-control,.form-select{min-height:46px;color:var(--ink-900);border-color:var(--silver-300);border-radius:12px;background-color:#fff}.form-control:focus,.form-select:focus{border-color:var(--ice-500);box-shadow:0 0 0 .22rem rgba(47,128,196,.12)}
.form-label{color:var(--ink-700);font-size:.84rem;font-weight:650}.card{border-color:var(--silver-200);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}
.table{--bs-table-bg:transparent;color:var(--ink-800)}.table>:not(caption)>*>*{padding:.9rem .75rem;border-bottom-color:var(--silver-200)}
.dropdown-menu{padding:.6rem;border:1px solid var(--silver-200);border-radius:14px;box-shadow:var(--shadow-md)}.dropdown-item{padding:.6rem .75rem;border-radius:9px}
.eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:var(--ice-700);font-size:.76rem;font-weight:750;letter-spacing:.04em}.eyebrow::before{content:'';width:24px;height:1px;background:currentColor}
.section-block{padding:4.6rem 0}.section-block--soft{background:var(--silver-100)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:1.8rem}
.section-heading h2{margin:.35rem 0 0;color:var(--ink-950);font-size:clamp(1.55rem,2.7vw,2.25rem);font-weight:850;letter-spacing:-.035em}.section-heading p{max-width:530px;margin:.45rem 0 0;color:var(--ink-600);font-size:.94rem}
.section-link{display:inline-flex;flex:0 0 auto;align-items:center;gap:.5rem;color:var(--ink-800);font-size:.85rem;font-weight:700}.section-link:hover{color:var(--ice-600)}
.hero-editorial{position:relative;min-height:600px;overflow:hidden;color:#fff;background:var(--ink-950)}.hero-editorial::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,17,24,.18) 0%,rgba(10,17,24,.28) 42%,rgba(10,17,24,.92) 100%);z-index:1}
.hero-editorial::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(10,17,24,.35));z-index:1}.hero-editorial__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-editorial__content{position:relative;z-index:2;display:flex;align-items:center;min-height:600px}.hero-editorial__copy{max-width:610px;padding-block:5rem}.hero-editorial .eyebrow{color:#bcdcf4}
.hero-editorial h1{max-width:590px;margin:1rem 0 1.2rem;font-size:clamp(2.7rem,6vw,5.6rem);font-weight:900;line-height:1.1;letter-spacing:-.055em;text-wrap:balance}.hero-editorial p{max-width:520px;margin-bottom:2rem;color:#d5e0e9;font-size:clamp(1rem,1.5vw,1.15rem)}
.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.hero-actions .btn{min-height:50px;padding:.72rem 1.35rem}.hero-actions .btn-light{color:var(--ink-950);background:#fff}.hero-actions .btn-outline-light{border-color:rgba(255,255,255,.5)}
.hero-proof{display:flex;flex-wrap:wrap;gap:.65rem 1.4rem;margin-top:2.2rem;color:#e8f0f5;font-size:.78rem}.hero-proof span{display:inline-flex;align-items:center;gap:.45rem}.hero-proof i{color:#98c9ea}
.trust-strip{position:relative;z-index:3;margin-top:-1px;border-bottom:1px solid var(--silver-200);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{display:flex;align-items:center;gap:.8rem;padding:1.25rem 1.2rem;border-left:1px solid var(--silver-200)}.trust-item:last-child{border-left:0}.trust-icon{display:grid;flex:0 0 38px;place-items:center;width:38px;height:38px;color:var(--ice-700);border-radius:12px;background:var(--silver-100)}
.trust-item strong{display:block;color:var(--ink-900);font-size:.86rem}.trust-item small{color:var(--ink-500);font-size:.72rem}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.product-card{position:relative;height:100%;overflow:hidden;border:1px solid var(--silver-200);border-radius:var(--radius-md);background:var(--surface);box-shadow:0 4px 18px rgba(23,33,43,.035);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.product-card:hover{transform:translateY(-5px);border-color:var(--silver-300);box-shadow:var(--shadow-md)}.product-card__media{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:linear-gradient(145deg,#f8fafc,#e9eef3)}
.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__badge{position:absolute;top:.75rem;right:.75rem;padding:.28rem .55rem;color:var(--ink-700);border:1px solid rgba(210,219,228,.85);border-radius:8px;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);font-size:.66rem;font-weight:700}
.product-card__body{display:flex;flex-direction:column;min-height:185px;padding:1rem}.product-card__meta{margin-bottom:.25rem;color:var(--ink-500);font-size:.7rem}.product-card__name{display:-webkit-box;min-height:49px;margin:0;overflow:hidden;color:var(--ink-900);font-size:.95rem;font-weight:750;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.product-card__footer{display:flex;justify-content:space-between;align-items:center;gap:.65rem;margin-top:auto;padding-top:.85rem;border-top:1px solid var(--silver-100)}.product-price{color:var(--ink-950);font-size:1rem;font-weight:850;white-space:nowrap}.product-price small{color:var(--ink-500);font-size:.66rem;font-weight:550}
.add-to-cart{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:0}.product-card__cart{width:39px;height:39px;padding:0;color:#fff;border-radius:12px;background:var(--ink-900)}.product-card__cart:hover{background:var(--ice-700)}.product-card__cart.is-success{background:var(--success)}.product-card__cart.is-error{background:var(--danger)}
.editorial-band{overflow:hidden;border-radius:var(--radius-lg);background:var(--ink-900)}.editorial-band__inner{display:grid;grid-template-columns:1.05fr .95fr;min-height:390px}.editorial-band__media img{width:100%;height:100%;min-height:390px;object-fit:cover}.editorial-band__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4rem);color:#fff}
.editorial-band__copy h2{margin:.8rem 0 1rem;font-size:clamp(1.9rem,3.6vw,3.2rem);font-weight:850;line-height:1.25}.editorial-band__copy p{color:#bdcad4}
.content-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.1rem}.content-card{height:100%;overflow:hidden;border:1px solid var(--silver-200);border-radius:var(--radius-md);background:#fff;transition:transform .2s ease,box-shadow .2s ease}.content-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}
.content-card__media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:var(--silver-100)}.content-card__media img{width:100%;height:100%;object-fit:cover}.content-card__play{position:absolute;inset:50% auto auto 50%;display:grid;place-items:center;width:44px;height:44px;color:#fff;border-radius:50%;background:rgba(16,24,32,.84);transform:translate(-50%,-50%)}
.content-card__body{padding:1rem}.content-card__title{display:-webkit-box;min-height:50px;margin:0 0 .65rem;overflow:hidden;color:var(--ink-900);font-size:.92rem;font-weight:750;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}.content-card time{color:var(--ink-500);font-size:.73rem}
.catalog-header{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin:.5rem 0 1.7rem}.catalog-header h1{margin:0;color:var(--ink-950);font-size:clamp(1.8rem,3.3vw,2.8rem);font-weight:850;letter-spacing:-.04em}.catalog-header p{margin:.4rem 0 0;color:var(--ink-600)}.result-count{padding:.45rem .7rem;color:var(--ink-600);border:1px solid var(--silver-200);border-radius:9px;background:#fff;font-size:.78rem}
.catalog-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:1.5rem;align-items:start}.filter-panel{position:sticky;top:96px;padding:1.2rem;border:1px solid var(--silver-200);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-sm)}.filter-panel__title{display:flex;align-items:center;gap:.55rem;margin-bottom:1.15rem;color:var(--ink-900);font-size:1rem;font-weight:800}
.filter-panel .form-group{margin-bottom:1rem}.filter-panel .form-control,.filter-panel .form-select{min-height:43px;font-size:.83rem}.filter-actions{display:grid;grid-template-columns:1fr auto;gap:.5rem;margin-top:1.1rem}.filter-actions .btn{min-height:43px;font-size:.82rem}.mobile-filter-toggle{display:none}.catalog-products .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.empty-state{padding:4rem 1.5rem;text-align:center;border:1px dashed var(--silver-300);border-radius:var(--radius-md);background:#fff}.empty-state__icon{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 1rem;color:var(--ice-700);border-radius:18px;background:var(--silver-100);font-size:1.25rem}
.pagination{gap:.4rem}.page-link{display:grid;min-width:40px;min-height:40px;place-items:center;color:var(--ink-700);border:1px solid var(--silver-200);border-radius:10px!important;background:#fff}.page-item.active .page-link{border-color:var(--ink-900);background:var(--ink-900)}
.product-detail{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);gap:clamp(2rem,5vw,5rem);align-items:start;margin:1rem 0 4rem}.product-gallery{position:sticky;top:100px}.gallery-main{position:relative;overflow:hidden;aspect-ratio:4/3;border:1px solid var(--silver-200);border-radius:var(--radius-lg);background:linear-gradient(145deg,#fff,#e8edf2)}
.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-main__label{position:absolute;top:1rem;right:1rem;padding:.35rem .65rem;color:var(--ink-700);border-radius:9px;background:rgba(255,255,255,.88);backdrop-filter:blur(8px);font-size:.7rem}.gallery-thumbs{display:flex;gap:.65rem;margin-top:.8rem;overflow-x:auto}.gallery-thumbs button{flex:0 0 75px;width:75px;height:75px;padding:0;overflow:hidden;border:1px solid var(--silver-200);border-radius:13px;background:#fff}.gallery-thumbs button.active{border:2px solid var(--ice-600)}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}
.product-info{padding-top:.5rem}.product-info__category{color:var(--ice-700);font-size:.77rem;font-weight:750}.product-title{margin:.8rem 0 1rem;color:var(--ink-950);font-size:clamp(2rem,4vw,3.6rem);font-weight:900;line-height:1.2;letter-spacing:-.045em}.product-info__summary{color:var(--ink-600);font-size:.96rem}
.product-info__price{margin:1.5rem 0;padding:1.2rem 0;border-block:1px solid var(--silver-200);color:var(--ink-950);font-size:1.8rem;font-weight:900}.product-info__price small{color:var(--ink-500);font-size:.8rem;font-weight:600}.spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:1.2rem 0}.spec-item{padding:.8rem .9rem;border:1px solid var(--silver-200);border-radius:12px;background:#fff}.spec-item small{display:block;color:var(--ink-500);font-size:.68rem}.spec-item strong{color:var(--ink-900);font-size:.87rem}
.purchase-panel{margin-top:1.4rem;padding:1rem;border:1px solid var(--silver-200);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-sm)}.purchase-row{display:grid;grid-template-columns:110px 1fr;gap:.7rem}.quantity-control{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;height:50px;overflow:hidden;border:1px solid var(--silver-300);border-radius:12px}.quantity-control button{height:100%;color:var(--ink-700);border:0;background:var(--silver-100)}.quantity-control input{width:100%;border:0;text-align:center;background:#fff;-moz-appearance:textfield}.quantity-control input::-webkit-inner-spin-button{appearance:none}
.purchase-panel .add-to-cart{min-height:50px;color:#fff;border-radius:12px;background:var(--ink-900);font-weight:750}.purchase-panel .add-to-cart:hover{background:var(--ice-700)}.purchase-notes{display:flex;flex-wrap:wrap;gap:.6rem 1rem;margin-top:.8rem;color:var(--ink-600);font-size:.72rem}.related-section{padding-top:1rem;border-top:1px solid var(--silver-200)}
.site-footer{color:#b7c4cf;background:var(--ink-950)}.footer-main{padding:4.4rem 0 3rem}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .7fr 1fr;gap:2rem}.site-footer .site-brand{color:#fff}.site-footer .brand-mark{border-color:#33414e;background:#1f2b35;box-shadow:none}.site-footer .brand-mark svg{color:#d8e4ec}.footer-about{max-width:390px;margin-top:1.2rem;color:#8fa0af;font-size:.84rem}.footer-title{margin-bottom:1rem;color:#fff;font-size:.88rem;font-weight:750}.footer-links{display:grid;gap:.5rem;padding:0;list-style:none}.footer-links a{color:#9eafbd;font-size:.82rem}.footer-links a:hover{color:#fff}.footer-contact{display:grid;gap:.65rem;color:#9eafbd;font-size:.8rem}.footer-bottom{padding:1.1rem 0;border-top:1px solid #25333f;color:#758897;font-size:.74rem}.footer-bottom .container{display:flex;justify-content:space-between;gap:1rem}
.toast-region{position:fixed;right:1rem;bottom:1rem;z-index:1100;display:grid;gap:.55rem;width:min(360px,calc(100vw - 2rem))}.shop-toast{display:flex;align-items:center;gap:.7rem;padding:.8rem 1rem;color:#fff;border-radius:12px;background:var(--ink-900);box-shadow:var(--shadow-md);animation:toast-in .22s ease}.shop-toast.is-error{background:#9f2f3a}@keyframes toast-in{from{opacity:0;transform:translateY(10px)}}
@media(max-width:991.98px){.announcement-bar span:last-child{display:none}.site-navbar{min-height:64px}.navbar-collapse{margin-top:.65rem;padding:.8rem;border:1px solid var(--silver-200);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-md)}.nav-actions{align-items:stretch}.nav-icon-link{display:flex!important;justify-content:start;padding-inline:.85rem!important}.hero-editorial,.hero-editorial__content{min-height:560px}.hero-editorial::before{background:linear-gradient(90deg,rgba(10,17,24,.12),rgba(10,17,24,.78) 78%)}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-left:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--silver-200)}.product-grid,.content-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-layout{grid-template-columns:1fr}.mobile-filter-toggle{display:inline-flex}.filter-panel{position:static;display:none}.filter-panel.is-open{display:block}.catalog-products .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail{grid-template-columns:1fr;gap:2rem}.product-gallery{position:static}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:575.98px){.site-main{padding-top:1rem}.brand-copy small{display:none}.hero-editorial,.hero-editorial__content{min-height:520px}.hero-editorial__image{object-position:39% center}.hero-editorial::before{background:linear-gradient(90deg,rgba(9,15,21,.25),rgba(9,15,21,.9) 85%)}.hero-editorial__copy{padding-block:3.2rem}.hero-editorial h1{font-size:clamp(2.35rem,13vw,3.6rem)}.hero-proof{gap:.5rem .9rem}.trust-item{padding:1rem .7rem}.trust-item small{display:none}.trust-icon{flex-basis:34px;width:34px;height:34px}.section-block{padding:3.2rem 0}.section-heading{align-items:start}.section-heading p{display:none}.product-grid,.catalog-products .product-grid,.content-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.product-card{border-radius:14px}.product-card__body{min-height:166px;padding:.75rem}.product-card__name{min-height:45px;font-size:.82rem}.product-card__meta{font-size:.63rem}.product-card__footer{gap:.35rem}.product-price{font-size:.84rem}.product-card__cart{width:35px;height:35px}.editorial-band__inner{grid-template-columns:1fr}.editorial-band__media img{min-height:260px}.catalog-header{align-items:start}.catalog-header p{display:none}.catalog-header h1{font-size:1.8rem}.result-count{font-size:.7rem}.gallery-main{border-radius:18px}.product-title{font-size:2.2rem}.purchase-row{grid-template-columns:96px 1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:1.7rem 1rem}.footer-grid>:first-child,.footer-grid>:last-child{grid-column:1/-1}.footer-bottom .container{display:block;text-align:center}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
