@font-face{font-family:Vazirmatn;src:url('../fonts/vazirmatn-arabic-400-normal.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap;unicode-range:U+0600-06FF,U+0750-077F,U+08A0-08FF,U+FB50-FDFF,U+FE70-FEFF}
@font-face{font-family:Vazirmatn;src:url('../fonts/vazirmatn-latin-400-normal.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap;unicode-range:U+0000-024F}
@font-face{font-family:Vazirmatn;src:url('../fonts/vazirmatn-arabic-500-normal.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap;unicode-range:U+0600-06FF,U+0750-077F,U+08A0-08FF,U+FB50-FDFF,U+FE70-FEFF}
@font-face{font-family:Vazirmatn;src:url('../fonts/vazirmatn-latin-500-normal.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap;unicode-range:U+0000-024F}
@font-face{font-family:Vazirmatn;src:url('../fonts/vazirmatn-arabic-600-normal.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap;unicode-range:U+0600-06FF,U+0750-077F,U+08A0-08FF,U+FB50-FDFF,U+FE70-FEFF}
@font-face{font-family:Vazirmatn;src:url('../fonts/vazirmatn-latin-600-normal.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap;unicode-range:U+0000-024F}
@font-face{font-family:Vazirmatn;src:url('../fonts/vazirmatn-arabic-700-normal.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap;unicode-range:U+0600-06FF,U+0750-077F,U+08A0-08FF,U+FB50-FDFF,U+FE70-FEFF}
@font-face{font-family:Vazirmatn;src:url('../fonts/vazirmatn-latin-700-normal.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap;unicode-range:U+0000-024F}

:root{
  --primary:#a92d13;--primary-dark:#8f1b0b;--primary-soft:#f7e8e3;--gold:#b9863f;
  --gold-soft:#ead7b8;--bg:#fff;--surface:#fff;--text:#2b211e;--muted:#77716d;
  --border:#eaded4;--danger:#a8251d;--success:#287653;--shadow:0 14px 38px rgb(78 43 24 / .07);
  --radius:10px;--container:1280px;--header-height:114px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:130px}
body{margin:0;background:var(--bg);color:var(--text);font-family:Vazirmatn,Tahoma,sans-serif;font-size:15px;line-height:1.9;-webkit-font-smoothing:antialiased}
body.nav-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit;color:inherit}
button{cursor:pointer}
h1,h2,h3,p{margin-top:0}
.container,.container-wide{width:min(var(--container),calc(100% - clamp(32px,10.6vw,144px)));margin-inline:auto}
.container-wide{--container:1420px}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;inset:8px auto auto 8px;z-index:9999;background:#fff;padding:10px 16px;border:1px solid var(--primary);transform:translateY(-150%)}
.skip-link:focus{transform:none}
.icon{width:22px;height:22px;display:inline-block;fill:none;vertical-align:middle}
.icon-button{position:relative;display:inline-grid;place-items:center;width:42px;height:42px;border:0;background:transparent;color:#5d4537;border-radius:50%;transition:background .16s,color .16s}
.icon-button:hover,.icon-button:focus-visible{background:var(--primary-soft);color:var(--primary);outline:none}

/* Header */
.site-header{height:var(--header-height);background:rgb(255 255 255 / .96);border-bottom:1px solid #f0e9e4;position:relative;z-index:100}
.header-inner{height:100%;display:grid;grid-template-columns:1fr 160px 1fr;align-items:center;gap:24px}
.main-nav{display:flex;align-items:center;gap:clamp(18px,2.1vw,34px);white-space:nowrap}
.main-nav a{height:42px;display:flex;align-items:center;position:relative;font-weight:500}
.main-nav a::after{content:"";position:absolute;right:50%;bottom:0;width:0;height:2px;background:var(--primary);transition:.18s;transform:translateX(50%)}
.main-nav a:hover,.main-nav a.active{color:var(--primary)}
.main-nav a:hover::after,.main-nav a.active::after{width:28px}
.brand{display:grid;place-items:center;height:106px;align-self:end}
.brand img{width:100px;height:85px;object-fit:cover}
.header-tools{display:flex;align-items:center;justify-content:flex-end;gap:5px;direction:ltr}
.header-search{position:relative;margin-right:8px;direction:rtl}
.header-search form,.mobile-search{width:210px;height:42px;border:1px solid var(--border);border-radius:7px;background:#fff;display:flex;align-items:center;padding:0 12px;gap:10px;transition:border-color .16s,box-shadow .16s}
.header-search form:focus-within,.mobile-search:focus-within{border-color:#d4aa75;box-shadow:0 0 0 3px rgb(185 134 63 / .1)}
.header-search .icon,.mobile-search .icon{width:19px;color:#715947;flex:none}
.header-search input,.mobile-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;font-size:13px}
.header-search input::placeholder,.mobile-search input::placeholder{color:#a69d96}
.search-results{position:absolute;top:48px;right:0;width:290px;background:#fff;border:1px solid var(--border);border-radius:9px;box-shadow:var(--shadow);padding:7px;z-index:120}
.search-results a{display:block;padding:9px 11px;border-radius:6px}
.search-results a:hover{background:#fbf4f1;color:var(--primary)}
.cart-badge{position:absolute;top:0;right:0;display:grid;place-items:center;min-width:17px;height:17px;padding-inline:4px;background:var(--primary);color:#fff;border:2px solid #fff;border-radius:20px;font-size:9px;line-height:1}
.menu-button{display:none}
.mobile-nav,.mobile-nav-backdrop{display:none}

/* Shared elements */
.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:10px 28px;border:1px solid transparent;border-radius:6px;background:linear-gradient(135deg,#b83618,#9e250e);color:#fff;font-weight:600;transition:transform .16s,filter .16s,box-shadow .16s}
.button:hover{filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 8px 18px rgb(155 43 18 / .15)}
.button:focus-visible{outline:3px solid rgb(185 134 63 / .28);outline-offset:2px}
.button--outline{background:#fff;color:var(--primary);border-color:#d98b79;box-shadow:none}
.button--ghost{background:transparent;color:var(--primary);border-color:transparent;box-shadow:none}
.button--small{min-height:38px;padding:7px 16px;font-size:13px}
.button--block{width:100%}
.section{padding-block:58px}
.section--tight{padding-block:36px}
.section-heading{text-align:center;margin:0 auto 30px;max-width:720px}
.section-heading--right{text-align:right;margin-right:0}
.section-heading h1,.section-heading h2,.section-heading h3{margin-bottom:8px;font-weight:500;color:#332724;line-height:1.5}
.section-heading h1{font-size:clamp(28px,3vw,38px)}
.section-heading h2{font-size:clamp(21px,2vw,27px)}
.section-heading p{color:var(--muted);margin:9px 0 0}
.ornament{display:flex;align-items:center;justify-content:center;gap:5px;color:var(--gold);height:19px}
.section-heading--right .ornament{justify-content:flex-start}
.ornament i{display:block;width:42px;height:1px;background:linear-gradient(90deg,transparent,var(--gold))}
.ornament i:last-child{background:linear-gradient(90deg,var(--gold),transparent)}
.ornament b{font-weight:400;font-size:16px;line-height:1}
.eyebrow{color:var(--primary);font-weight:600;font-size:13px}
.muted{color:var(--muted)}
.text-primary{color:var(--primary)}
.empty-state{text-align:center;padding:70px 20px;border:1px dashed var(--border);border-radius:12px;background:#fff}
.empty-state h2{font-weight:500}
.divider{height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent)}

/* Hero */
.page-hero{min-height:400px;background:#fff;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);overflow:hidden;position:relative}
.page-hero::after{content:"✦  ◇  ✦\A ◇  ✦  ◇\A ✦  ◇  ✦";white-space:pre;position:absolute;right:-25px;top:55px;color:rgb(185 134 63 / .09);font-size:54px;line-height:1.45;transform:rotate(20deg);pointer-events:none}
.hero-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:56px max(54px,8vw) 56px 28px;z-index:1}
.hero-content h1{font-size:clamp(30px,3.3vw,45px);font-weight:500;line-height:1.55;color:var(--primary);margin-bottom:12px;max-width:620px}
.hero-content p{font-size:16px;color:var(--muted);max-width:560px;line-height:2.1;margin:10px 0 24px}
.hero-photo{min-height:400px;overflow:hidden;background:#f7f2ec;display:flex;align-items:center;justify-content:flex-end}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center;max-width:none}
.hero-photo--native img{object-fit:cover}
.home-hero{min-height:clamp(400px,42.4vw,520px)}
.home-hero .hero-photo{min-height:clamp(400px,42.4vw,520px)}
.breadcrumb{display:flex;align-items:center;gap:8px;color:#8a827d;font-size:13px;padding-block:24px 14px}
.breadcrumb a:hover{color:var(--primary)}

/* Categories */
.categories-section{padding-block:26px 34px}
.categories-section .section-heading{margin-bottom:8px}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(14px,2.2vw,30px);align-items:start}
.category-card{text-align:center;display:block}
.category-frame{position:relative;width:min(215px,100%);aspect-ratio:215/240;margin:0 auto 8px;display:block;transition:transform .2s}
.category-ornament{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:fill!important;pointer-events:none}
.category-art{position:absolute;z-index:1;left:18%;right:18%;top:29%;bottom:22%;display:grid;place-items:center;overflow:hidden}
.category-art img{width:100%;height:100%;object-fit:contain}
.category-card:hover .category-frame{transform:translateY(-3px)}
.category-card h3{font-size:16px;font-weight:500;margin:0}

/* Product cards */
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.shop-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.product-card{position:relative;min-width:0;border:1px solid #e8a99b;border-radius:8px;background:#fff;padding:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform .18s,border-color .18s,box-shadow .18s}
.product-card::before,.product-card::after{content:"❖";position:absolute;color:#d46c56;font-size:11px;line-height:1}
.product-card::before{top:3px;right:4px}.product-card::after{bottom:3px;left:4px;transform:rotate(180deg)}
.product-card:hover{transform:translateY(-2px);border-color:#cf6a54;box-shadow:0 10px 26px rgb(84 41 22 / .06)}
.product-image{height:210px;display:grid;place-items:center;overflow:hidden;border-radius:6px;background:#fff}
.shop-grid .product-image{height:175px}
.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .2s}
.product-card:hover .product-image img{transform:scale(1.025)}
.product-card-body{padding:10px 4px 2px;display:flex;flex-direction:column;flex:1}
.product-card h3{font-size:16px;font-weight:500;margin:0 0 4px}
.product-card h3 a::after{content:"";position:absolute;inset:0;z-index:1}
.product-variant-label{color:#99908b;font-size:13px;margin-bottom:8px}
.product-card-footer{display:flex;align-items:end;justify-content:space-between;gap:8px;margin-top:auto}
.product-price{color:var(--primary);font-size:15px;font-weight:600;white-space:nowrap}
.product-price small{font-size:11px;font-weight:400}
.quick-add{position:relative;z-index:2;display:grid;place-items:center;width:38px;height:38px;border:1px solid #ebb7ab;border-radius:6px;color:var(--primary);background:#fff}
.quick-add:hover{background:var(--primary);color:#fff;border-color:var(--primary)}
.quick-add .icon{width:20px}
.product-card .out-of-stock{font-size:12px;color:#9c3429}

/* Story and blog */
.story-panel{display:grid;grid-template-columns:1fr 1.08fr;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:linear-gradient(110deg,#fff 20%,#faf5ef);min-height:260px}
.story-copy{display:flex;flex-direction:column;justify-content:center;padding:38px 52px;text-align:center}
.story-copy h2{font-size:24px;font-weight:500;margin-bottom:7px}
.story-copy p{color:var(--muted);line-height:2.15}
.story-image img{width:100%;height:100%;object-fit:cover}
.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.post-card{border:1px solid var(--border);border-radius:9px;background:#fff;padding:12px;transition:transform .18s,border-color .18s}
.post-card:hover{transform:translateY(-2px);border-color:#d9b28a}
.post-card-image{display:block;aspect-ratio:2/1;overflow:hidden;border-radius:7px;background:#f3ede7}
.post-card-image img{width:100%;height:100%;object-fit:cover}
.post-card-body{padding:12px 4px 4px}
.post-card h3{font-size:17px;font-weight:500;line-height:1.65;margin-bottom:7px}
.post-meta{display:flex;gap:12px;color:#928984;font-size:12px;margin-bottom:8px}
.post-card p{color:var(--muted);font-size:13px;line-height:1.9;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.read-more{color:var(--primary);font-size:13px;font-weight:500}

/* Shop */
.shop-hero{min-height:365px}
.shop-hero .hero-photo{min-height:365px}
.shop-toolbar{display:grid;grid-template-columns:1fr 1fr auto;gap:20px;align-items:end;padding:28px 0 32px}
.filter-field label{display:block;font-size:13px;margin-bottom:7px}
.filter-field select{width:100%;height:44px;border:1px solid var(--border);border-radius:7px;background:#fff;padding-inline:12px;outline:none}
.results-count{color:var(--muted);padding-bottom:11px;white-space:nowrap}
.pagination{display:flex;justify-content:center;gap:8px;margin-top:34px}
.pagination a,.pagination span{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--border);border-radius:5px;background:#fff}
.pagination .current{background:var(--primary);color:#fff;border-color:var(--primary)}

/* Product detail */
.product-main{display:grid;grid-template-columns:minmax(340px,.82fr) minmax(430px,1.08fr);gap:54px;align-items:start}
.product-gallery{order:-1}
.product-gallery-main{aspect-ratio:1.02;overflow:hidden;border-radius:14px;background:#f8f2ec}
.product-gallery-main img{width:100%;height:100%;object-fit:cover}
.gallery-thumbs{display:flex;gap:14px;margin-top:16px;overflow-x:auto;scrollbar-width:thin;padding-bottom:3px}
.gallery-thumb{height:104px;flex:0 0 calc((100% - 28px)/3);border:1px solid var(--border);border-radius:9px;background:#fff;padding:0;overflow:hidden}
.gallery-thumb.active{border-color:var(--primary)}
.gallery-thumb img{width:100%;height:100%;object-fit:contain}
.product-info{padding-top:18px}
.product-info h1{font-size:34px;font-weight:500;color:var(--primary);line-height:1.55;margin-bottom:10px}
.product-lead{color:var(--muted);line-height:2.1;margin-bottom:18px}
.detail-price{font-size:23px;color:var(--primary);font-weight:600;margin:18px 0 28px}
.variant-group{border:0;margin:0 0 24px;padding:0}
.variant-group legend{margin-bottom:10px;font-weight:500}
.variant-options{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.variant-choice{position:relative}
.variant-choice input{position:absolute;opacity:0;pointer-events:none}
.variant-choice label{height:45px;display:grid;place-items:center;border:1px solid var(--border);border-radius:6px;background:#fff;cursor:pointer;transition:.15s}
.variant-choice input:checked+label{color:var(--primary);border-color:var(--primary);box-shadow:0 0 0 1px rgb(169 45 19 / .06)}
.variant-choice input:disabled+label{opacity:.45;cursor:not-allowed;text-decoration:line-through}
.quantity-label{display:block;margin-bottom:8px;font-weight:500}
.quantity-stepper{display:inline-grid;grid-template-columns:44px 52px 44px;height:42px;border:1px solid var(--border);border-radius:6px;overflow:hidden;margin-bottom:20px;direction:ltr}
.quantity-stepper button,.quantity-stepper input{border:0;background:#fff;text-align:center;outline:0}
.quantity-stepper button:hover{background:#faf2ef;color:var(--primary)}
.quantity-stepper input{border-inline:1px solid var(--border);width:52px}
.purchase-box .button{min-width:240px}
.stock-hint{font-size:12px;color:var(--muted);margin:0 0 8px}
.benefit-strip{display:grid;grid-template-columns:1fr 1fr;margin-top:26px;border:1px solid var(--border);border-radius:8px;padding:16px;background:#fff}
.benefit{display:flex;align-items:center;gap:10px;font-size:12px;padding-inline:10px}
.benefit+.benefit{border-right:1px solid var(--border)}
.benefit .icon{color:var(--gold);width:28px;height:28px;flex:none}
.spec-grid{display:grid;grid-template-columns:repeat(6,1fr);padding:20px 0}
.spec{text-align:center;padding:7px 14px;border-left:1px solid var(--border)}
.spec:last-child{border-left:0}
.spec .icon{color:var(--gold);width:27px;height:27px;margin-bottom:6px}
.spec small{display:block;color:var(--muted)}
.product-story{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.product-story-copy{line-height:2.25;color:#6d6661}
.product-story-image{border-radius:10px;overflow:hidden}
.product-story-image img{width:100%;aspect-ratio:1.84;object-fit:cover}

/* Blog */
.page-intro{text-align:center;padding:36px 0 22px}
.page-intro h1{font-size:36px;color:var(--primary);font-weight:500;margin-bottom:3px}
.page-intro p{color:var(--muted)}
.featured-post{display:grid;grid-template-columns:1.08fr .92fr;border:1px solid #e4c8ab;border-radius:10px;overflow:hidden;background:#fff;min-height:335px}
.featured-post-image img{width:100%;height:100%;object-fit:cover}
.featured-post-image{order:2}
.featured-post-copy{padding:42px 55px;display:flex;flex-direction:column;justify-content:center}
.featured-post-copy h2{font-size:30px;line-height:1.55;font-weight:500;color:var(--primary);margin:8px 0}
.featured-post-copy p{color:var(--muted);line-height:2}
.blog-tabs{display:flex;justify-content:center;gap:30px;margin:24px 0;border-bottom:1px solid var(--border)}
.blog-tabs a{padding:13px 4px;position:relative;color:#59514d}
.blog-tabs a.active{color:var(--primary)}
.blog-tabs a.active::after{content:"";height:2px;background:var(--primary);position:absolute;bottom:-1px;right:0;left:0}
.newsletter{display:grid;grid-template-columns:1fr 1.2fr;min-height:155px;border:1px solid #e2c7a8;border-radius:9px;overflow:hidden;background:#faf4ed;margin-top:42px}
.newsletter-photo img{width:100%;height:100%;object-fit:cover}
.newsletter-copy{padding:26px 34px;display:flex;flex-direction:column;justify-content:center}
.newsletter-copy h2{font-size:21px;color:var(--primary);font-weight:500;margin-bottom:3px}
.newsletter-form{display:flex;margin-top:10px;max-width:480px}
.newsletter-form input{height:42px;flex:1;min-width:0;border:1px solid var(--border);border-radius:0 6px 6px 0;padding-inline:13px;outline:0}
.newsletter-form .button{border-radius:6px 0 0 6px;min-height:42px;padding-inline:18px}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:40px;align-items:start}
.article-body{background:#fff;border:1px solid var(--border);border-radius:10px;padding:34px;line-height:2.2}
.article-body h1{color:var(--primary);font-weight:500;line-height:1.6}
.article-hero{border-radius:9px;overflow:hidden;margin:20px 0}
.article-hero img{width:100%;max-height:470px;object-fit:cover}
.article-sidebar{position:sticky;top:24px}

/* About and contact */
.about-row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding:18px 0 38px}
.about-row:nth-child(even) .about-image{order:2}
.about-copy h2{font-size:25px;color:var(--primary);font-weight:500;margin-bottom:5px}
.about-copy p{color:#6e6762;line-height:2.35}
.about-image{border-radius:11px;overflow:hidden}
.about-image img{width:100%;aspect-ratio:1.6;object-fit:cover}
.values-banner{display:grid;grid-template-columns:1.4fr .6fr;align-items:center;border:1px solid #e4c9ad;border-radius:9px;padding:25px 42px;background:#fdfaf6}
.values-banner h2{font-size:20px;color:var(--primary);font-weight:500}
.contact-methods{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.contact-card{text-align:center;border:1px solid var(--border);border-radius:9px;background:#fff;padding:22px 14px;min-height:180px}
.contact-card .icon{width:36px;height:36px;color:var(--primary);margin-bottom:8px}
.contact-card h3{font-size:17px;font-weight:500;margin-bottom:4px}
.contact-card p,.contact-card a{color:var(--muted);font-size:13px}
.contact-form-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:stretch}
.form-card{background:#fff;border:1px solid var(--border);border-radius:9px;padding:22px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.field{margin-bottom:14px}
.field--full{grid-column:1/-1}
.field label{display:block;margin-bottom:6px;font-size:13px;font-weight:500}
.field input,.field textarea,.field select,.form-card input,.form-card textarea,.form-card select{width:100%;border:1px solid var(--border);border-radius:6px;background:#fff;padding:10px 12px;outline:0;transition:.15s}
.field input,.field select,.form-card input,.form-card select{height:44px}
.field input:focus,.field textarea:focus,.field select:focus,.form-card input:focus,.form-card textarea:focus,.form-card select:focus{border-color:#d1a36c;box-shadow:0 0 0 3px rgb(185 134 63 / .1)}
.field-errors,.errorlist{color:var(--danger);font-size:12px;margin:5px 0;padding:0;list-style:none}
.contact-side-image{border-radius:9px;overflow:hidden}
.contact-side-image img{width:100%;height:100%;object-fit:cover}
.location-panel{display:grid;grid-template-columns:1.65fr .65fr;gap:38px;align-items:center}
.location-map{border-radius:9px;overflow:hidden;border:1px solid var(--border)}
.location-map img{width:100%;aspect-ratio:3.4;object-fit:cover}
.faq-panel{display:grid;grid-template-columns:1.5fr .7fr;gap:22px;align-items:stretch}
.faq-list details{border:1px solid var(--border);border-radius:7px;background:#fff;margin-bottom:10px;padding:0 15px}
.faq-list summary{cursor:pointer;list-style:none;padding:14px 0;font-weight:500}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::before{content:"⌄";float:left;color:var(--primary)}
.faq-list details[open] summary::before{transform:rotate(180deg)}
.faq-list details p{color:var(--muted);padding-bottom:14px;margin:0}
.faq-image{border-radius:9px;overflow:hidden}
.faq-image img{width:100%;height:100%;object-fit:cover}

/* Cart, checkout, account */
.simple-page{padding:44px 0 70px;min-height:60vh}
.simple-title{font-size:31px;font-weight:500;color:var(--primary);margin-bottom:24px}
.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:30px;align-items:start}
.cart-lines{display:flex;flex-direction:column;gap:14px}
.cart-line{display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:18px;align-items:center;border:1px solid var(--border);border-radius:10px;background:#fff;padding:14px}
.cart-line-image{width:110px;height:96px;object-fit:contain;border-radius:7px;background:#faf7f3}
.cart-line h2{font-size:17px;font-weight:500;margin-bottom:3px}
.cart-line .line-meta{color:var(--muted);font-size:13px}
.line-actions{display:flex;align-items:center;gap:9px;margin-top:10px}
.line-actions input{width:65px;height:38px;border:1px solid var(--border);border-radius:6px;text-align:center}
.remove-button{border:0;background:transparent;color:var(--danger);display:inline-flex;align-items:center;gap:4px}
.cart-summary{position:sticky;top:22px;border:1px solid var(--border);border-radius:10px;background:#fff;padding:22px}
.cart-summary h2{font-size:20px;font-weight:500;margin-bottom:18px}
.summary-row{display:flex;justify-content:space-between;gap:15px;padding:9px 0;color:var(--muted)}
.summary-row.total{border-top:1px solid var(--border);margin-top:8px;padding-top:15px;color:var(--text);font-weight:600;font-size:17px}
.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:30px;align-items:start}
.checkout-items{margin-bottom:16px}
.checkout-item{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #f1ebe6}
.payment-card,.order-card,.auth-card{width:min(620px,100%);margin:0 auto;border:1px solid var(--border);border-radius:12px;background:#fff;padding:30px;box-shadow:var(--shadow)}
.payment-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}
.test-banner{background:#fff7d9;border:1px solid #e6cb71;border-radius:8px;padding:12px 15px;color:#6a5310;margin-bottom:18px}
.otp-code{font-size:30px;letter-spacing:8px;direction:ltr;text-align:center;color:var(--primary);font-weight:700;padding:12px;background:#fff;border-radius:7px;margin:10px 0}
.order-status{display:inline-flex;padding:5px 10px;border-radius:30px;background:#f7eee9;color:var(--primary);font-size:12px}
.order-items{border-top:1px solid var(--border);margin-top:20px;padding-top:12px}
.order-item{display:flex;justify-content:space-between;gap:15px;padding:8px 0}
.profile-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px}
.profile-side,.profile-orders{border:1px solid var(--border);border-radius:10px;background:#fff;padding:20px}
.order-row{display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--border)}

/* Toasts */
.toast-stack{position:fixed;left:22px;top:130px;z-index:500;display:flex;flex-direction:column;gap:9px;width:min(360px,calc(100vw - 32px))}
.toast{display:flex;justify-content:space-between;align-items:start;gap:10px;background:#fff;border:1px solid var(--border);border-right:4px solid #7d7068;border-radius:8px;box-shadow:var(--shadow);padding:12px 14px;animation:toast-in .25s ease both}
.toast--success{border-right-color:var(--success)}.toast--error{border-right-color:var(--danger)}.toast--warning{border-right-color:#c18b16}
.toast button{border:0;background:transparent;font-size:20px;color:#888}
@keyframes toast-in{from{opacity:0;transform:translateX(-12px)}}
.reveal{opacity:0;transform:translateY(12px);transition:opacity .35s,transform .35s}
.reveal.visible{opacity:1;transform:none}

/* Footer */
.site-footer{background:#f7f3ef;border-top:1px solid #eee4dd;padding-top:34px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr 1.15fr;gap:40px;padding-bottom:30px}
.footer-grid h2{font-size:14px;font-weight:600;margin-bottom:10px}
.footer-grid nav{display:flex;flex-direction:column;gap:6px}
.footer-grid nav a,.footer-contact a,.footer-contact p,.footer-brand p{font-size:12px;color:#746d68;margin:0}
.footer-grid nav a:hover{color:var(--primary)}
.footer-logo img{width:90px;height:76px;object-fit:cover;margin-bottom:7px}
.footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:5px}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #e8ded6;padding-block:15px;color:#8b827c;font-size:11px}

@media (max-width:1100px){
  .container,.container-wide{width:min(var(--container),calc(100% - 48px))}
  .header-inner{grid-template-columns:1fr 125px 1fr;gap:12px}.main-nav{gap:14px}.main-nav a{font-size:13px}.brand img{width:91px;height:77px}
  .header-search form{width:170px}
  .product-main{grid-template-columns:minmax(320px,.9fr) minmax(390px,1fr);gap:34px}
}

@media (max-width:900px){
  :root{--header-height:72px}.container,.container-wide{width:calc(100% - 32px)}
  .site-header{position:sticky;top:0}.header-inner{grid-template-columns:1fr 100px 1fr}.main-nav,.header-search,.header-tools>.icon-button:first-of-type{display:none}
  .menu-button{display:grid;justify-self:start}.brand{height:70px;align-self:center}.brand img{width:76px;height:65px}.header-tools{justify-content:flex-start}.cart-button{display:grid!important}
  .mobile-nav-backdrop{position:fixed;inset:0;background:rgb(30 18 10 / .4);z-index:190;backdrop-filter:blur(2px)}
  .mobile-nav-backdrop:not([hidden]){display:block}.mobile-nav{display:block;position:fixed;inset:0 auto 0 0;width:min(360px,88vw);background:#fff;z-index:200;padding:15px;transform:translateX(-105%);transition:transform .22s;box-shadow:18px 0 45px rgb(0 0 0 / .12)}
  .mobile-nav.open{transform:none}.mobile-nav-head{display:flex;justify-content:space-between;align-items:center}.mobile-nav-head img{width:80px;height:68px;object-fit:cover}.mobile-search{width:100%;margin:12px 0 14px}.mobile-nav nav{display:flex;flex-direction:column}.mobile-nav nav a{padding:11px;border-bottom:1px solid #f1ebe7}
  .page-hero{grid-template-columns:1fr;min-height:0}.hero-content{padding:40px 20px 32px;align-items:center;text-align:center;order:1}.hero-content h1{font-size:32px}.hero-photo,.shop-hero .hero-photo,.home-hero .hero-photo{min-height:0;order:2}.hero-photo img{width:100%;max-width:none;height:auto;object-fit:contain}.page-hero::after{font-size:35px}
  .category-grid{grid-template-columns:repeat(2,1fr);gap:28px 18px}.category-frame{max-width:190px}
  .product-grid,.shop-grid{grid-template-columns:repeat(2,1fr)}.product-image,.shop-grid .product-image{height:190px}
  .story-panel{grid-template-columns:1fr}.story-copy{padding:30px}.story-image{max-height:320px}.post-grid{grid-template-columns:repeat(2,1fr)}
  .shop-toolbar{grid-template-columns:1fr 1fr}.results-count{grid-column:1/-1;grid-row:1;text-align:center;padding:0}.product-main{grid-template-columns:1fr}.product-gallery{max-width:620px;margin:auto}.product-info{padding-top:0}.spec-grid{grid-template-columns:repeat(3,1fr);row-gap:18px}.spec:nth-child(3){border-left:0}.product-story{grid-template-columns:1fr}.featured-post{grid-template-columns:1fr}.featured-post-image{max-height:360px}.featured-post-copy{padding:30px}.featured-post-copy h2{font-size:25px}
  .article-layout{grid-template-columns:1fr}.article-sidebar{position:static}.featured-post-image{order:0}.about-row{gap:34px}.contact-methods{grid-template-columns:repeat(2,1fr)}.contact-form-panel{grid-template-columns:1fr}.contact-side-image{max-height:350px}.location-panel{grid-template-columns:1fr}.faq-panel{grid-template-columns:1fr}.faq-image{max-height:260px}
  .cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-summary{position:static}.profile-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:620px){
  body{font-size:14px}.section{padding-block:42px}.section-heading{margin-bottom:22px}.hero-content h1{font-size:27px}.hero-content p{font-size:14px}.page-intro h1{font-size:29px}
  .category-grid{gap:24px 12px}.category-frame{max-width:155px}.category-card h3{font-size:14px}
  .product-grid,.shop-grid{gap:12px}.product-card{padding:8px}.product-image,.shop-grid .product-image{height:145px}.product-card h3{font-size:14px}.product-price{font-size:13px}.quick-add{width:36px;height:36px}.shop-toolbar{grid-template-columns:1fr;gap:12px}.results-count{grid-column:auto;grid-row:auto}
  .post-grid{grid-template-columns:1fr}.story-copy{padding:25px 18px}.story-copy h2{font-size:21px}.blog-tabs{justify-content:flex-start;overflow:auto;gap:22px;white-space:nowrap}.newsletter{grid-template-columns:1fr}.newsletter-photo{max-height:180px}.newsletter-copy{padding:24px 18px}.newsletter-form{flex-direction:column;gap:8px}.newsletter-form input,.newsletter-form .button{border-radius:6px}
  .product-info h1{font-size:27px}.variant-options{grid-template-columns:repeat(2,1fr)}.purchase-box .button{width:100%}.benefit-strip{grid-template-columns:1fr}.benefit+.benefit{border-right:0;border-top:1px solid var(--border);padding-top:12px;margin-top:12px}.spec-grid{grid-template-columns:repeat(2,1fr)}.spec:nth-child(3){border-left:1px solid var(--border)}.spec:nth-child(even){border-left:0}
  .about-row{grid-template-columns:1fr;padding-bottom:26px}.about-row .about-image,.about-row:nth-child(even) .about-image{order:2}.values-banner{grid-template-columns:1fr;padding:24px}.contact-methods{grid-template-columns:1fr 1fr;gap:12px}.contact-card{min-height:160px;padding:16px 10px}.form-grid{grid-template-columns:1fr}.location-map img{aspect-ratio:2.2}.faq-panel{gap:14px}
  .cart-line{grid-template-columns:82px 1fr;gap:12px}.cart-line-image{width:82px;height:82px}.cart-line>div:last-child{grid-column:1/-1;display:flex;justify-content:flex-end}.payment-card,.order-card,.auth-card{padding:21px 16px}.payment-actions{grid-template-columns:1fr}.order-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:24px}.footer-bottom{flex-direction:column;text-align:center}.toast-stack{left:16px;top:88px}.article-body{padding:22px 16px}
}

@media (max-width:350px){.product-grid,.shop-grid,.category-grid,.contact-methods{grid-template-columns:1fr}.category-frame{max-width:190px}.product-image,.shop-grid .product-image{height:210px}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}

/* Brand refresh: dynamic wordmark + traditional saffron identity */
.brand{height:108px;align-self:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;line-height:1}
.brand .brand-mark{width:78px;height:47px;object-fit:contain;margin:0}
.brand-wordmark{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:108px;max-width:150px;padding:3px 9px 4px;margin-top:-1px;border:1px solid rgb(185 134 63 / .55);border-top-color:rgb(185 134 63 / .25);border-radius:4px 4px 18px 18px;background:linear-gradient(180deg,#fff 0%,#fffaf3 100%);color:#981f10;font-family:"Noto Naskh Arabic","Traditional Arabic","B Nazanin",serif;font-size:13px;font-weight:700;letter-spacing:-.5px;white-space:nowrap;text-shadow:0 0 .7px #c69a55;-webkit-text-stroke:.18px #b9863f;box-shadow:0 4px 12px rgb(126 65 28 / .05)}
.brand-wordmark::before,.brand-wordmark::after{content:"";position:absolute;top:-1px;width:10px;height:1px;background:var(--gold)}
.brand-wordmark::before{right:7px}.brand-wordmark::after{left:7px}
.mobile-brand{display:flex;align-items:center;gap:8px;min-width:0}
.mobile-brand img{width:63px!important;height:38px!important;object-fit:contain!important;flex:none}
.mobile-brand strong{font-family:"Noto Naskh Arabic","Traditional Arabic","B Nazanin",serif;color:var(--primary);font-size:15px;line-height:1.3;text-shadow:0 0 .6px #c69a55;-webkit-text-stroke:.15px #b9863f}
.footer-logo{display:inline-flex;flex-direction:column;align-items:flex-start;margin-bottom:7px}
.footer-logo img{width:76px!important;height:46px!important;object-fit:contain!important;margin-bottom:2px}
.footer-logo strong{color:var(--primary);font-family:"Noto Naskh Arabic","Traditional Arabic","B Nazanin",serif;font-size:15px;text-shadow:0 0 .6px #c69a55;-webkit-text-stroke:.15px #b9863f}

/* Home hero: admin slogan is the sole focal message and visually joins the hero photo. */
.home-hero{background:linear-gradient(90deg,#fff 0%,#fff 70%,#fffaf5 100%)}
.home-hero .hero-content--slogan{position:relative;justify-content:center;padding-bottom:42px;padding-left:clamp(18px,3vw,46px)}
.hero-slogan{max-width:650px;margin:0;font-family:"Noto Naskh Arabic","Traditional Arabic","B Nazanin",serif;font-size:clamp(37px,4.1vw,57px)!important;font-weight:700!important;line-height:1.55!important;letter-spacing:-1px;text-wrap:balance;background:linear-gradient(110deg,#8f1b0b 0%,#a92d13 44%,#c59a52 62%,#8f1b0b 100%);-webkit-background-clip:text;background-clip:text;color:transparent!important;text-shadow:0 8px 24px rgb(112 50 21 / .07)}
.hero-slogan-flourish{display:flex;align-items:center;gap:7px;width:min(330px,72%);margin-top:12px;color:var(--gold)}
.hero-slogan-flourish i{height:1px;flex:1;background:linear-gradient(90deg,transparent,var(--gold))}
.hero-slogan-flourish i:last-child{background:linear-gradient(90deg,var(--gold),transparent)}
.hero-slogan-flourish b{font-size:9px;font-weight:400;transform:rotate(45deg)}
.home-hero .hero-photo{position:relative}
.home-hero .hero-photo::before{content:"";position:absolute;inset:0 auto 0 0;width:34px;background:linear-gradient(90deg,rgb(255 255 255 / .72),transparent);z-index:1;pointer-events:none}

/* Online support */
.support-widget{position:fixed;left:max(18px,env(safe-area-inset-left));bottom:max(18px,env(safe-area-inset-bottom));z-index:175;direction:rtl}
body.nav-open .support-widget{visibility:hidden}
.support-launcher{position:relative;display:flex;align-items:center;gap:9px;min-height:52px;padding:7px 15px 7px 17px;border:1px solid rgb(213 169 92 / .72);border-radius:999px;background:linear-gradient(135deg,#8e1d0e,#b33318);color:#fff;box-shadow:0 12px 30px rgb(95 34 14 / .23);font-weight:600;transition:transform .18s,box-shadow .18s}
.support-launcher:hover,.support-launcher:focus-visible{transform:translateY(-2px);box-shadow:0 16px 36px rgb(95 34 14 / .29);outline:none}
.support-launcher-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:rgb(255 255 255 / .13);border:1px solid rgb(255 255 255 / .18)}
.support-launcher-icon .icon{width:22px;height:22px}
.support-launcher-label{white-space:nowrap;font-size:13px}
.support-pulse{position:absolute;top:4px;right:5px;width:9px;height:9px;border-radius:50%;background:#e0b15f;border:2px solid #fff;box-shadow:0 0 0 0 rgb(224 177 95 / .5);animation:supportPulse 2.2s infinite}
@keyframes supportPulse{0%{box-shadow:0 0 0 0 rgb(224 177 95 / .45)}70%{box-shadow:0 0 0 9px rgb(224 177 95 / 0)}100%{box-shadow:0 0 0 0 rgb(224 177 95 / 0)}}
.support-panel{position:absolute;left:0;bottom:66px;width:min(365px,calc(100vw - 30px));overflow:hidden;border:1px solid #e8d8c9;border-radius:17px;background:#fff;box-shadow:0 24px 70px rgb(62 31 18 / .22);transform-origin:bottom left}
.support-panel.open{animation:supportOpen .16s ease-out}
@keyframes supportOpen{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}
.support-panel-head{display:grid;grid-template-columns:44px 1fr 34px;align-items:center;gap:10px;padding:14px 15px;background:linear-gradient(135deg,#8f1b0b,#b43b20);color:#fff}
.support-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:rgb(255 255 255 / .13);border:1px solid rgb(255 255 255 / .2)}
.support-avatar .icon{width:23px;height:23px}
.support-panel-head>div:nth-child(2){display:flex;flex-direction:column;line-height:1.5}
.support-panel-head strong{font-size:14px}
.support-panel-head span{display:flex;align-items:center;gap:5px;font-size:10px;color:#f7e9df}
.support-panel-head span i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#d9ad56;box-shadow:0 0 0 3px rgb(255 255 255 / .1)}
.support-close{width:32px;height:32px;border:0;border-radius:50%;background:transparent;color:#fff;font-size:24px;line-height:1}
.support-close:hover,.support-close:focus-visible{background:rgb(255 255 255 / .12);outline:none}
.support-panel-body{padding:15px}
.support-panel-body>p{margin:0 0 12px;color:#6d625d;font-size:12px;line-height:1.9}
.support-panel form{display:grid;gap:9px}
.support-panel label{display:grid;gap:4px}
.support-panel label span{font-size:10px;font-weight:600;color:#665a54}
.support-panel input,.support-panel textarea{width:100%;border:1px solid #e7ddd5;border-radius:8px;background:#fff;padding:9px 10px;outline:0;font-size:12px;resize:vertical;transition:border-color .15s,box-shadow .15s}
.support-panel input:focus,.support-panel textarea:focus{border-color:#c99859;box-shadow:0 0 0 3px rgb(185 134 63 / .1)}
.support-submit{height:42px;border:0;border-radius:8px;background:linear-gradient(135deg,#a92d13,#8f1b0b);color:#fff;font-weight:600;font-size:12px}
.support-submit:disabled{opacity:.65;cursor:wait}
.support-form-status{min-height:0;font-size:11px;line-height:1.7;color:var(--danger)}
.support-form-status.success{color:var(--success);background:#eef8f2;border-radius:7px;padding:7px 9px}
.support-whatsapp{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:10px;padding:9px;border:1px solid #e2d6cc;border-radius:8px;color:#5a4940;font-size:11px;font-weight:600;background:#fffaf6}
.support-whatsapp:hover{border-color:#c99a5a;color:var(--primary)}
.support-whatsapp .icon{width:17px;height:17px}

@media(max-width:900px){
  .brand{height:78px}.brand .brand-mark{width:63px;height:38px}.brand-wordmark{min-width:92px;max-width:112px;padding:2px 7px 3px;font-size:11px;border-radius:3px 3px 14px 14px}
  .home-hero .hero-content--slogan{padding:28px 18px 10px;min-height:170px}
  .hero-slogan{font-size:clamp(30px,7.7vw,42px)!important;line-height:1.62!important;text-align:center;max-width:620px}
  .hero-slogan-flourish{width:min(280px,72%);margin-top:5px}
  .home-hero .hero-photo::before{display:none}
}
@media(max-width:620px){
  .home-hero .hero-content--slogan{padding:26px 18px 5px;min-height:155px}
  .hero-slogan{font-size:clamp(28px,8.3vw,37px)!important;line-height:1.7!important;letter-spacing:-.7px}
  .hero-slogan-flourish{margin-top:0;margin-bottom:-1px}
  .support-widget{left:max(13px,env(safe-area-inset-left));bottom:max(13px,env(safe-area-inset-bottom))}
  .support-launcher{width:55px;height:55px;min-height:55px;padding:0;justify-content:center}
  .support-launcher-icon{width:39px;height:39px}.support-launcher-label{display:none}
  .support-panel{left:0;bottom:65px;width:min(355px,calc(100vw - 26px));max-height:min(610px,calc(100vh - 120px));overflow:auto}
}
@media(prefers-reduced-motion:reduce){.support-pulse{animation:none}.support-panel.open{animation:none}}

/* Refined saffron hero slogan — restrained Persian luxury treatment */
.hero-content--slogan{padding-inline:clamp(36px,7vw,100px);align-items:center;text-align:center}
.hero-slogan{max-width:760px!important;margin:0!important;font-family:Vazirmatn,Tahoma,sans-serif!important;font-size:clamp(34px,3.65vw,54px)!important;font-weight:600!important;line-height:1.72!important;letter-spacing:-1.15px!important;text-align:center;text-wrap:balance;background:none!important;color:#8e2516!important;text-shadow:none!important;position:relative}
.hero-slogan>span{display:inline;background:linear-gradient(105deg,#8c2014 0%,#a92d13 38%,#c59a52 52%,#9d2a17 68%,#7f1d13 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-slogan::before,.hero-slogan::after{content:"";display:inline-block;width:32px;height:1px;margin:0 13px 10px;background:linear-gradient(90deg,transparent,#c39a57)}
.hero-slogan::after{background:linear-gradient(90deg,#c39a57,transparent)}
.hero-slogan-flourish{width:min(260px,58%)!important;margin-top:10px!important;opacity:.82}

/* Support conversation inside the same modal */
.support-thread{display:grid;gap:10px;max-height:220px;overflow:auto;margin:0 0 13px;padding:10px;border:1px solid #eee1d6;border-radius:11px;background:#fffaf6;scrollbar-width:thin}
.support-thread-empty{padding:8px;text-align:center;color:#91857d;font-size:11px;line-height:1.8}
.support-chat-pair{display:grid;gap:7px}
.support-bubble{max-width:88%;padding:8px 10px;border-radius:10px;font-size:11px;line-height:1.8}
.support-bubble span{display:block;margin-bottom:2px;font-size:9px;font-weight:700;opacity:.72}
.support-bubble p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}
.support-bubble--user{justify-self:start;background:#f3e7df;color:#5f3a2e;border-bottom-left-radius:3px}
.support-bubble--admin{justify-self:end;background:linear-gradient(135deg,#91210f,#ad351c);color:#fff;border-bottom-right-radius:3px}
.support-awaiting{justify-self:start;padding:2px 6px;color:#9c8e84;font-size:9px}

@media(max-width:760px){
  .hero-content--slogan{padding:25px 20px 18px!important}
  .hero-slogan{font-size:clamp(26px,7vw,36px)!important;line-height:1.75!important;letter-spacing:-.8px!important}
  .hero-slogan::before,.hero-slogan::after{width:18px;margin-inline:7px}
  .hero-slogan-flourish{margin-top:3px!important}
  .support-thread{max-height:180px}
}


/* Refined hero and live-support polish — August 2026 revision */
.home-hero{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);background:linear-gradient(90deg,#fff 0%,#fff 66%,#fffaf4 100%)}
.hero-content--slogan{position:relative;justify-content:center!important;align-items:flex-start!important;text-align:right!important;padding:20px clamp(26px,4vw,56px) 18px 24px!important}
.hero-content--slogan::before{content:"";position:absolute;inset:auto auto 14px 18px;width:min(380px,68%);height:1px;background:linear-gradient(90deg,rgba(195,154,87,0),rgba(195,154,87,.65),rgba(195,154,87,0));pointer-events:none}
.hero-slogan{max-width:560px!important;margin:0!important;transform:translateX(-10px);font-family:"Noto Nastaliq Urdu","Noto Naskh Arabic","Traditional Arabic","B Nazanin",serif!important;font-size:clamp(33px,3.55vw,52px)!important;font-weight:700!important;line-height:1.82!important;letter-spacing:-.45px!important;color:#7d2014!important;text-shadow:0 1px 0 rgba(246,225,175,.92),0 10px 22px rgba(113,53,25,.08)!important;background:none!important}
.hero-slogan>span{display:inline;background:linear-gradient(104deg,#7b1e14 0%,#a52c17 30%,#d2a75d 50%,#a12a16 69%,#6e1a11 100%);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-stroke:.18px rgba(212,171,98,.8)}
.hero-slogan::before{content:"طلای سرخ ایران";display:block;margin:0 0 7px;font-family:Vazirmatn,Tahoma,sans-serif;font-size:12px;font-weight:700;letter-spacing:.22em;color:#b98a44;text-transform:uppercase;opacity:.88}
.hero-slogan-flourish{width:min(245px,56%)!important;margin-top:8px!important;margin-right:2px!important;opacity:.92}
.hero-slogan-flourish i{background:linear-gradient(90deg,rgba(191,151,84,0),rgba(191,151,84,.95))!important}.hero-slogan-flourish i:last-child{background:linear-gradient(90deg,rgba(191,151,84,.95),rgba(191,151,84,0))!important}
.support-thread{display:grid;gap:10px;max-height:230px;overflow:auto;margin:0 0 13px;padding:10px;border:1px solid #eee1d6;border-radius:12px;background:linear-gradient(180deg,#fffaf6,#fff);scrollbar-width:thin}
.support-thread-empty{padding:8px;text-align:center;color:#91857d;font-size:11px;line-height:1.8}
.support-chat-pair{display:grid;gap:8px}
.support-bubble{max-width:88%;padding:9px 11px;border-radius:11px;font-size:11px;line-height:1.85;box-shadow:0 8px 18px rgba(88,54,32,.05)}
.support-bubble span{display:block;margin-bottom:3px;font-size:9px;font-weight:700;opacity:.72}
.support-bubble p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}
.support-bubble--user{justify-self:start;background:#f4e7de;color:#5f3a2e;border-bottom-left-radius:3px}
.support-bubble--admin{justify-self:end;background:linear-gradient(135deg,#91210f,#ad351c);color:#fff;border-bottom-right-radius:3px}
.support-awaiting{justify-self:start;padding:2px 6px;color:#9c8e84;font-size:9px}
@media(max-width:900px){.home-hero{grid-template-columns:1fr}.hero-content--slogan{align-items:center!important;text-align:center!important;padding:28px 20px 10px!important}.hero-content--slogan::before{display:none}.hero-slogan{max-width:620px!important;transform:none;font-size:clamp(29px,7.8vw,41px)!important;line-height:1.88!important;text-align:center!important}.hero-slogan::before{margin:0 auto 7px;letter-spacing:.18em}.hero-slogan-flourish{width:min(260px,68%)!important;margin-right:auto!important;margin-left:auto!important}}
@media(max-width:620px){.hero-content--slogan{padding:24px 18px 4px!important}.hero-slogan{font-size:clamp(27px,8.4vw,36px)!important;line-height:1.92!important}.hero-slogan::before{font-size:11px}}


/* Premium final polish — August 2026 final delivery */
.hero-content--slogan{padding:24px clamp(24px,4vw,60px) 24px 24px!important;align-items:flex-start!important;text-align:right!important}
.hero-slogan-shell{position:relative;max-width:610px;padding:30px 34px 24px;border-radius:28px 28px 28px 80px;background:linear-gradient(180deg,rgba(255,251,246,.98),rgba(255,248,241,.93));border:1px solid rgba(201,153,91,.18);box-shadow:0 24px 54px rgba(94,54,25,.10),inset 0 1px 0 rgba(255,255,255,.8)}
.hero-slogan-shell::after{content:"";position:absolute;inset:auto 28px 14px auto;width:110px;height:110px;border-radius:50%;background:radial-gradient(circle,rgba(212,167,93,.18),rgba(212,167,93,0) 72%);pointer-events:none}
.hero-slogan-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;padding:6px 12px 6px 10px;border-radius:999px;background:#fff;border:1px solid rgba(201,153,91,.24);color:#ab7c3f;font-size:12px;font-weight:700;box-shadow:0 8px 18px rgba(101,65,34,.06)}
.hero-slogan-kicker::before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#d0a35f,#8e2415);box-shadow:0 0 0 4px rgba(208,163,95,.14)}
.hero-slogan{max-width:none!important;transform:none!important;margin:0!important;font-size:clamp(34px,3.4vw,50px)!important;line-height:1.86!important;letter-spacing:-.35px!important;text-shadow:0 1px 0 rgba(246,225,175,.9),0 12px 24px rgba(113,53,25,.07)!important}
.hero-slogan::before,.hero-slogan::after{content:none!important}
.hero-slogan-flourish{width:min(220px,52%)!important;margin-top:12px!important;margin-right:2px!important;opacity:.9}
.support-launcher{overflow:hidden}
.support-launcher-badge{position:absolute;top:-3px;left:-2px;display:grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#fff;color:#9a2211;border:1px solid rgba(213,169,92,.85);font-size:10px;font-weight:800;box-shadow:0 8px 18px rgba(83,39,17,.18)}
.support-shortcuts{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 12px}
.support-shortcut{border:1px solid #eadbcd;background:#fffaf6;color:#7a5a47;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:700;transition:border-color .16s,transform .16s,color .16s,background .16s}
.support-shortcut:hover,.support-shortcut:focus-visible{border-color:#c99a5a;color:#8f1b0b;background:#fff;transform:translateY(-1px);outline:none}
.support-bubble small{display:block;margin-top:5px;font-size:9px;opacity:.68}
.support-bubble--admin small{opacity:.8}
.support-panel-body{padding:16px}
@media(max-width:900px){.hero-content--slogan{align-items:center!important;text-align:center!important;padding:26px 18px 10px!important}.hero-slogan-shell{max-width:660px;padding:24px 20px 20px;border-radius:24px;background:linear-gradient(180deg,rgba(255,251,246,.98),rgba(255,248,241,.96))}.hero-slogan-kicker{margin-inline:auto}.hero-slogan{font-size:clamp(28px,7.35vw,39px)!important;line-height:1.92!important;text-align:center!important}.hero-slogan-flourish{width:min(220px,62%)!important;margin-inline:auto!important}}
@media(max-width:620px){.hero-slogan-shell{padding:22px 16px 18px;border-radius:22px}.hero-slogan-kicker{font-size:11px}.hero-slogan{font-size:clamp(26px,8.2vw,34px)!important;line-height:1.96!important}.support-shortcuts{gap:6px}.support-shortcut{font-size:9px;padding:6px 9px}}


/* Final revision: restore cleaner hero slogan and clearer support badge */
.home-hero{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);background:linear-gradient(90deg,#fff 0%,#fff 66%,#fffaf4 100%)}
.hero-content--slogan{position:relative;justify-content:center!important;align-items:flex-start!important;text-align:right!important;padding:20px clamp(26px,4vw,56px) 18px 24px!important;background:none!important}
.hero-content--slogan::before{content:"";position:absolute;inset:auto auto 14px 18px;width:min(380px,68%);height:1px;background:linear-gradient(90deg,rgba(195,154,87,0),rgba(195,154,87,.65),rgba(195,154,87,0));pointer-events:none}
.hero-slogan-shell,.hero-slogan-kicker{display:none!important}
.hero-slogan{max-width:560px!important;margin:0!important;transform:translateX(-10px);font-family:"Noto Naskh Arabic","Traditional Arabic","B Nazanin",serif!important;font-size:clamp(33px,3.55vw,52px)!important;font-weight:700!important;line-height:1.82!important;letter-spacing:-.45px!important;color:#7d2014!important;text-shadow:0 1px 0 rgba(246,225,175,.92),0 10px 22px rgba(113,53,25,.08)!important;background:none!important;text-align:right!important}
.hero-slogan::before{content:"طلای سرخ ایران";display:block;margin:0 0 7px;font-family:Vazirmatn,Tahoma,sans-serif;font-size:12px;font-weight:700;letter-spacing:.22em;color:#b98a44;text-transform:uppercase;opacity:.88}
.hero-slogan::after{content:none!important}
.hero-slogan>span{display:inline;background:linear-gradient(104deg,#7b1e14 0%,#a52c17 30%,#d2a75d 50%,#a12a16 69%,#6e1a11 100%);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-stroke:.18px rgba(212,171,98,.8)}
.hero-slogan-flourish{display:flex!important;align-items:center;gap:7px;width:min(245px,56%)!important;margin-top:8px!important;margin-right:2px!important;opacity:.92}
.hero-slogan-flourish i{height:1px;flex:1;background:linear-gradient(90deg,rgba(191,151,84,0),rgba(191,151,84,.95))!important}.hero-slogan-flourish i:last-child{background:linear-gradient(90deg,rgba(191,151,84,.95),rgba(191,151,84,0))!important}
.support-launcher{overflow:visible}
.support-launcher-badge{position:absolute;top:-8px;left:-8px;display:grid;place-items:center;min-width:26px;height:26px;padding:0 7px;border-radius:999px;background:linear-gradient(135deg,#cf3c20,#8f1b0b);color:#fff;border:2px solid #fff;font-size:11px;font-weight:800;line-height:1;box-shadow:0 10px 22px rgba(107,34,16,.28),0 0 0 1px rgba(201,153,91,.35)}
.support-launcher-badge[hidden]{display:none!important}
@media(max-width:900px){.home-hero{grid-template-columns:1fr}.hero-content--slogan{align-items:center!important;text-align:center!important;padding:28px 20px 10px!important}.hero-content--slogan::before{display:none}.hero-slogan{max-width:620px!important;transform:none;font-size:clamp(29px,7.8vw,41px)!important;line-height:1.88!important;text-align:center!important}.hero-slogan::before{margin:0 auto 7px;letter-spacing:.18em}.hero-slogan-flourish{width:min(260px,68%)!important;margin-right:auto!important;margin-left:auto!important}}
@media(max-width:620px){.hero-content--slogan{padding:24px 18px 4px!important}.hero-slogan{font-size:clamp(27px,8.4vw,36px)!important;line-height:1.92!important}.hero-slogan::before{font-size:11px}.support-launcher-badge{top:-6px;left:-6px;min-width:24px;height:24px;font-size:10px}}


/* Final hero typography: match approved screenshot */
.hero-content--slogan{
  position:relative;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
  padding:34px clamp(30px,5vw,78px) 28px!important;
  background:none!important;
}
.hero-content--slogan::before{display:none!important}
.hero-slogan{
  max-width:660px!important;
  margin:0!important;
  transform:none!important;
  font-family:"Noto Naskh Arabic","Traditional Arabic","B Nazanin",serif!important;
  font-size:clamp(36px,3.8vw,54px)!important;
  font-weight:700!important;
  line-height:1.72!important;
  letter-spacing:-.65px!important;
  text-align:center!important;
  text-wrap:balance;
  background:none!important;
  color:#8f2818!important;
  text-shadow:0 1px 0 rgba(245,224,183,.45)!important;
}
.hero-slogan::before,.hero-slogan::after{content:none!important;display:none!important}
.hero-slogan>span{
  display:inline;
  background:linear-gradient(105deg,#8a2316 0%,#a8301c 34%,#c99a58 49%,#ad351e 65%,#842015 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent!important;
  -webkit-text-stroke:0!important;
}
.hero-slogan-flourish{
  display:flex!important;
  align-items:center;
  gap:8px;
  width:min(285px,62%)!important;
  margin:14px auto 0!important;
  color:#b9863f!important;
  opacity:.86!important;
}
.hero-slogan-flourish i{
  height:1px;
  flex:1;
  background:linear-gradient(90deg,transparent,#c79550)!important;
}
.hero-slogan-flourish i:last-child{
  background:linear-gradient(90deg,#c79550,transparent)!important;
}
.hero-slogan-flourish b{font-size:8px!important}
@media(max-width:900px){
  .hero-content--slogan{padding:27px 20px 10px!important;min-height:170px}
  .hero-slogan{font-size:clamp(30px,7.6vw,42px)!important;line-height:1.74!important;max-width:630px!important}
  .hero-slogan-flourish{width:min(265px,70%)!important;margin-top:8px!important}
}
@media(max-width:620px){
  .hero-content--slogan{padding:25px 18px 6px!important;min-height:155px}
  .hero-slogan{font-size:clamp(28px,8.2vw,37px)!important;line-height:1.78!important;letter-spacing:-.5px!important}
  .hero-slogan-flourish{margin-top:4px!important}
}
