/*
 * Pars Aray V10 — isolated redesign for shop, blog archives and single posts.
 * Scope intentionally limited to .psv10-* surfaces to protect existing Elementor pages.
 */
:root{
  --ps10-bg:#0d0e0d;
  --ps10-bg-soft:#131513;
  --ps10-card:#171917;
  --ps10-card-2:#1d201d;
  --ps10-line:rgba(255,255,255,.10);
  --ps10-line-strong:rgba(255,255,255,.18);
  --ps10-text:#f3f0e9;
  --ps10-muted:#aaa99f;
  --ps10-gold:#c8a66a;
  --ps10-gold-2:#ead0a0;
  --ps10-green:#8fb68f;
  --ps10-red:#d88b7e;
  --ps10-radius:24px;
  --ps10-shadow:0 24px 70px rgba(0,0,0,.28);
}

body.woocommerce,
body.blog,
body.archive,
body.single-post,
body.page-template-template-blog{
  background:var(--ps10-bg)!important;
  color:var(--ps10-text)!important;
  font-family:IRANSansX,Tahoma,Arial,sans-serif!important;
}
body.woocommerce *,body.blog *,body.archive *,body.single-post *,body.page-template-template-blog *{
  font-family:inherit;
}
body.single-post>.scroll-line{display:none!important}
.psv10-shell{width:min(1420px,calc(100% - 64px));margin-inline:auto}
.psv10-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.14em;color:var(--ps10-gold);font-weight:700;text-transform:uppercase}
.psv10-eyebrow:before{content:"";width:28px;height:1px;background:currentColor;opacity:.8}

/* SHOP */
.psv10-shop{background:var(--ps10-bg);min-height:100vh;padding:42px 0 110px;color:var(--ps10-text);overflow:clip}
.psv10-shop a{color:inherit;text-decoration:none}
.psv10-shop-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:64px;align-items:end;padding:56px 60px;margin:0 0 26px;border:1px solid var(--ps10-line);border-radius:30px;overflow:hidden;background:
  radial-gradient(circle at 82% 10%,rgba(200,166,106,.19),transparent 24%),
  linear-gradient(135deg,#171917 0%,#0f100f 62%,#17140f 100%);box-shadow:var(--ps10-shadow)}
.psv10-shop-hero:after{content:"";position:absolute;inset:auto -5% -52% auto;width:420px;height:420px;border:1px solid rgba(200,166,106,.12);border-radius:50%;box-shadow:0 0 0 70px rgba(200,166,106,.025),0 0 0 140px rgba(200,166,106,.018)}
.psv10-shop-hero__copy{position:relative;z-index:1;max-width:780px}
.psv10-shop-hero h1{margin:18px 0 16px!important;color:var(--ps10-text)!important;font-size:clamp(38px,5vw,72px)!important;line-height:1.18!important;font-weight:800!important;letter-spacing:-.045em!important}
.psv10-shop-hero p{margin:0;max-width:720px;color:#c1c0b8;font-size:clamp(15px,1.5vw,18px);line-height:2}
.psv10-shop-hero__stats{position:relative;z-index:1;display:flex;gap:9px;direction:rtl}
.psv10-shop-hero__stats div{min-width:112px;padding:18px 20px;border:1px solid var(--ps10-line);border-radius:18px;background:rgba(255,255,255,.035);backdrop-filter:blur(10px)}
.psv10-shop-hero__stats strong{display:block;color:var(--ps10-gold-2);font-size:24px;line-height:1.2;font-weight:800}
.psv10-shop-hero__stats span{display:block;margin-top:6px;color:var(--ps10-muted);font-size:11px}
.psv10-shop-description{margin:0 0 22px;padding:20px 24px;border:1px solid var(--ps10-line);border-radius:18px;color:#c5c4bc;background:rgba(255,255,255,.025);line-height:2}
.psv10-shop-description p:last-child{margin-bottom:0}

.psv10-category-rail{display:flex;gap:10px;padding:4px 0 24px;overflow:auto;scrollbar-width:none;overscroll-behavior-inline:contain}
.psv10-category-rail::-webkit-scrollbar{display:none}
.psv10-category-chip{flex:0 0 auto;display:flex;align-items:center;gap:12px;min-height:48px;padding:0 18px;border:1px solid var(--ps10-line);border-radius:999px;background:var(--ps10-bg-soft);transition:.22s ease}
.psv10-category-chip span{font-size:13px;font-weight:600}
.psv10-category-chip small{display:grid;place-items:center;min-width:26px;height:26px;padding:0 6px;border-radius:999px;background:rgba(255,255,255,.06);color:var(--ps10-muted);font-size:10px}
.psv10-category-chip:hover,.psv10-category-chip.is-active{border-color:rgba(200,166,106,.55);background:rgba(200,166,106,.12);color:var(--ps10-gold-2);transform:translateY(-1px)}

.psv10-shop-layout{display:grid;grid-template-columns:minmax(0,1fr) 326px;gap:26px;align-items:start}
.psv10-filter{grid-column:2;grid-row:1;position:sticky;top:94px;border:1px solid var(--ps10-line);border-radius:26px;background:#121412;box-shadow:0 18px 50px rgba(0,0,0,.2);overflow:hidden}
.psv10-products{grid-column:1;grid-row:1;min-width:0}
.psv10-filter__head{display:flex;justify-content:space-between;align-items:flex-start;padding:24px 24px 18px;border-bottom:1px solid var(--ps10-line)}
.psv10-filter__head span{display:block;color:var(--ps10-muted);font-size:10px;margin-bottom:6px}
.psv10-filter__head h2{margin:0!important;color:var(--ps10-text)!important;font-size:20px!important;font-weight:800!important}
.psv10-filter-close{display:none;width:38px;height:38px;border:1px solid var(--ps10-line);border-radius:50%;background:transparent;color:var(--ps10-text);font-size:22px;cursor:pointer}
.psv10-filter-form{padding:20px 22px 24px}
.psv10-field{display:block;margin:0 0 20px}
.psv10-field>span,.psv10-filter-group legend{display:block;width:100%;margin:0 0 10px;color:#d7d5cd;font-size:12px;font-weight:700}
.psv10-filter input[type="search"],.psv10-filter input[type="number"],.psv10-filter select{width:100%!important;height:48px!important;margin:0!important;padding:0 14px!important;border:1px solid var(--ps10-line)!important;border-radius:14px!important;outline:none!important;background:#0d0f0d!important;color:var(--ps10-text)!important;font-size:13px!important;box-shadow:none!important;transition:border-color .2s ease,background .2s ease}
.psv10-filter input::placeholder{color:#6f726e}
.psv10-filter input:focus,.psv10-filter select:focus{border-color:rgba(200,166,106,.65)!important;background:#111411!important}
.psv10-input-wrap{position:relative}
.psv10-input-wrap input{padding-left:42px!important}
.psv10-input-wrap i{position:absolute;left:16px;top:50%;width:15px;height:15px;border:1.7px solid #8c8e89;border-radius:50%;transform:translateY(-55%)}
.psv10-input-wrap i:after{content:"";position:absolute;width:7px;height:1.7px;background:#8c8e89;left:-5px;bottom:-3px;transform:rotate(-45deg);border-radius:2px}
.psv10-filter-group{margin:0 0 22px;padding:0;border:0}
.psv10-radio-list{display:grid;gap:7px;max-height:224px;overflow:auto;padding-left:3px;scrollbar-width:thin;scrollbar-color:#363a36 transparent}
.psv10-radio-list label{display:block;cursor:pointer}
.psv10-radio-list input{position:absolute;opacity:0;pointer-events:none}
.psv10-radio-list label>span{display:flex;align-items:center;justify-content:space-between;min-height:42px;padding:0 13px;border:1px solid transparent;border-radius:12px;color:#bfc0b9;font-size:12px;transition:.18s ease}
.psv10-radio-list label>span:before{content:"";width:16px;height:16px;margin-left:10px;border:1px solid #555a55;border-radius:50%;box-shadow:inset 0 0 0 4px #121412;transition:.18s ease}
.psv10-radio-list label>span em{margin-right:auto;color:#757972;font-style:normal;font-size:10px}
.psv10-radio-list label:hover>span{background:rgba(255,255,255,.025)}
.psv10-radio-list input:checked+span{background:rgba(200,166,106,.10);border-color:rgba(200,166,106,.28);color:var(--ps10-gold-2)}
.psv10-radio-list input:checked+span:before{background:var(--ps10-gold);border-color:var(--ps10-gold)}
.psv10-segmented{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:5px;border:1px solid var(--ps10-line);border-radius:14px;background:#0c0e0c}
.psv10-segmented label{margin:0;cursor:pointer}
.psv10-segmented input{position:absolute;opacity:0}
.psv10-segmented span{display:grid;place-items:center;height:36px;border-radius:10px;color:#8f938d;font-size:11px;transition:.18s ease}
.psv10-segmented input:checked+span{background:#242720;color:#f2dfbd;box-shadow:0 2px 12px rgba(0,0,0,.24)}
.psv10-price-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.psv10-price-grid label{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:6px;margin:0;padding:0 11px;border:1px solid var(--ps10-line);border-radius:14px;background:#0d0f0d}
.psv10-price-grid label span{font-size:10px;color:#747872}
.psv10-price-grid input{border:0!important;padding:0!important;text-align:center!important;background:transparent!important;height:46px!important;min-width:0}
.psv10-filter-actions{display:grid;gap:8px;margin-top:24px}
.psv10-btn{display:flex!important;align-items:center;justify-content:center;min-height:48px!important;padding:0 18px!important;border-radius:14px!important;border:1px solid transparent!important;font-size:12px!important;font-weight:800!important;text-decoration:none!important;cursor:pointer;transition:.2s ease}
.psv10-btn--gold{background:var(--ps10-gold)!important;color:#15120d!important;box-shadow:0 10px 28px rgba(200,166,106,.15)}
.psv10-btn--gold:hover{background:#ddbd82!important;transform:translateY(-1px)}
.psv10-btn--ghost{border-color:var(--ps10-line)!important;background:transparent!important;color:#b9bbb5!important}
.psv10-btn--ghost:hover{border-color:var(--ps10-line-strong)!important;background:rgba(255,255,255,.03)!important}

.psv10-products-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:70px;margin-bottom:16px;padding:13px 18px;border:1px solid var(--ps10-line);border-radius:18px;background:#111311}
.psv10-products-toolbar__label{display:block;color:#777c76;font-size:10px;margin-bottom:3px}
.psv10-products-toolbar strong{color:var(--ps10-text);font-size:14px}
.psv10-active-filters{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.psv10-active-filters span{padding:7px 10px;border:1px solid rgba(200,166,106,.22);border-radius:999px;background:rgba(200,166,106,.08);color:#d9c59e;font-size:10px}
.psv10-product-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;margin:0!important;padding:0!important;list-style:none!important}
.psv10-product-card{position:relative!important;width:auto!important;margin:0!important;padding:0!important;float:none!important;border:1px solid var(--ps10-line)!important;border-radius:22px!important;background:var(--ps10-card)!important;overflow:hidden!important;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease!important}
.psv10-product-card:hover{transform:translateY(-5px);border-color:rgba(200,166,106,.32)!important;box-shadow:0 24px 48px rgba(0,0,0,.24)}
.psv10-product-card__media{position:relative;display:block;aspect-ratio:1/1.04;overflow:hidden;background:#20221f}
.psv10-product-card__image{display:block!important;width:100%!important;height:100%!important;margin:0!important;object-fit:cover!important;transform:scale(1.001);transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .25s ease}
.psv10-product-card:hover .psv10-product-card__image{transform:scale(1.045);filter:saturate(1.04) contrast(1.02)}
.psv10-product-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(8,9,8,.58) 0%,transparent 35%);pointer-events:none}
.psv10-product-card__badges{position:absolute;z-index:2;top:12px;right:12px;left:12px;display:flex;gap:6px;flex-wrap:wrap}
.psv10-product-card__badges span{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(12,13,12,.66);backdrop-filter:blur(10px);color:#d8d9d4;font-size:9px;font-weight:700}
.psv10-product-card__badges .is-sale{background:rgba(200,166,106,.9);color:#18140e;border-color:transparent}
.psv10-product-card__badges .is-stock{margin-right:auto;color:#c8e0c5}
.psv10-product-card__badges .is-out{margin-right:auto;color:#efb2a9}
.psv10-product-card__view{position:absolute;z-index:2;right:16px;bottom:14px;display:flex;align-items:center;gap:7px;color:#f0eee8;font-size:10px;opacity:0;transform:translateY(6px);transition:.22s ease}
.psv10-product-card:hover .psv10-product-card__view{opacity:1;transform:translateY(0)}
.psv10-product-card__view i{font-style:normal;color:var(--ps10-gold)}
.psv10-product-card__body{padding:17px 17px 16px}
.psv10-product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;color:#8c9089;font-size:9px}
.psv10-product-card__meta>span{color:var(--ps10-gold);font-weight:700}
.psv10-product-card__meta small{font-size:9px;direction:ltr;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:45%}
.psv10-product-card h2{min-height:49px;margin:0!important;color:var(--ps10-text)!important;font-size:14px!important;line-height:1.75!important;font-weight:700!important;letter-spacing:0!important;text-align:right!important}
.psv10-product-card h2 a{color:inherit!important}
.psv10-product-card__footer{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:16px;padding-top:13px;border-top:1px solid var(--ps10-line)}
.psv10-product-card__price>span{display:block;margin-bottom:2px;color:#70746e;font-size:8px}
.psv10-product-card__price strong{display:block!important;margin:0!important;color:#d9d5cb!important;font-size:11px!important;font-weight:700!important;line-height:1.5!important;letter-spacing:0!important}
.psv10-product-card__price del{opacity:.45;font-size:9px}.psv10-product-card__price ins{text-decoration:none;color:var(--ps10-gold-2)}
.psv10-cart-action.button{display:grid!important;place-items:center!important;flex:0 0 40px!important;width:40px!important;height:40px!important;min-height:40px!important;margin:0!important;padding:0!important;border:1px solid rgba(200,166,106,.38)!important;border-radius:12px!important;background:rgba(200,166,106,.10)!important;color:var(--ps10-gold-2)!important;font-size:19px!important;line-height:1!important;box-shadow:none!important;position:static!important;transform:none!important}
.psv10-cart-action.button:hover{background:var(--ps10-gold)!important;color:#16130e!important}
.psv10-cart-action.loading:after{top:auto!important;left:auto!important;right:auto!important}
.psv10-cart-action.added:after{display:none!important}
.psv10-product-card a.added_to_cart{position:absolute;left:12px;bottom:12px;z-index:3;padding:7px 10px;border-radius:10px;background:#ede9df;color:#171817;font-size:9px;font-weight:700}

.psv10-pagination{margin-top:34px}
.psv10-pagination ul{display:flex!important;justify-content:center;gap:7px;margin:0!important;padding:0!important;border:0!important;list-style:none!important}
.psv10-pagination li{margin:0!important;border:0!important}
.psv10-pagination a,.psv10-pagination span{display:grid!important;place-items:center;min-width:42px;height:42px;padding:0 12px!important;border:1px solid var(--ps10-line)!important;border-radius:12px!important;background:#121412!important;color:#b9bbb5!important;font-size:11px!important;line-height:1!important;text-decoration:none!important}
.psv10-pagination .current,.psv10-pagination a:hover{border-color:rgba(200,166,106,.45)!important;background:rgba(200,166,106,.12)!important;color:var(--ps10-gold-2)!important}
.psv10-empty{display:grid;place-items:center;text-align:center;min-height:420px;padding:50px;border:1px dashed var(--ps10-line-strong);border-radius:24px;background:#111311}
.psv10-empty__icon{display:grid;place-items:center;width:64px;height:64px;margin-bottom:14px;border:1px solid var(--ps10-line);border-radius:50%;color:var(--ps10-gold);font-size:28px}
.psv10-empty h2{margin:0 0 8px!important;color:var(--ps10-text)!important;font-size:22px!important}.psv10-empty p{color:var(--ps10-muted);margin:0 0 20px}
.psv10-shop-mobilebar{display:none}
.psv10-filter-backdrop{display:none}

/* BLOG LISTING */
.psv10-blog{min-height:100vh;padding:42px 0 110px;background:var(--ps10-bg);color:var(--ps10-text)}
.psv10-blog a{color:inherit;text-decoration:none}
.psv10-blog-hero{padding:54px 0 30px;border-bottom:1px solid var(--ps10-line);margin-bottom:26px}
.psv10-blog-hero__grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.7fr);gap:70px;align-items:end;margin-top:18px}
.psv10-blog-hero h1{margin:0!important;max-width:850px;color:var(--ps10-text)!important;font-size:clamp(42px,6.5vw,88px)!important;line-height:1.09!important;font-weight:800!important;letter-spacing:-.055em!important}
.psv10-blog-hero p{margin:0;color:#b9bab3;font-size:15px;line-height:2.1}
.psv10-blog-cats{display:flex;gap:8px;margin-top:34px;overflow:auto;scrollbar-width:none}.psv10-blog-cats::-webkit-scrollbar{display:none}
.psv10-blog-cats a{flex:0 0 auto;padding:10px 14px;border:1px solid var(--ps10-line);border-radius:999px;color:#999d96;font-size:11px;transition:.18s ease}
.psv10-blog-cats a:hover,.psv10-blog-cats a.is-active{border-color:rgba(200,166,106,.42);background:rgba(200,166,106,.10);color:var(--ps10-gold-2)}
.psv10-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.psv10-post-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--ps10-line);border-radius:22px;background:var(--ps10-card);overflow:hidden;transition:.25s ease}
.psv10-post-card:hover{transform:translateY(-4px);border-color:rgba(200,166,106,.28);box-shadow:0 24px 50px rgba(0,0,0,.22)}
.psv10-post-card--featured{grid-column:span 2;grid-row:span 2}
.psv10-post-card__media{position:relative;display:block;aspect-ratio:1.42/1;overflow:hidden;background:#1e211d}
.psv10-post-card--featured .psv10-post-card__media{aspect-ratio:1.78/1}
.psv10-post-card__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}
.psv10-post-card:hover .psv10-post-card__image{transform:scale(1.035)}
.psv10-post-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(8,9,8,.38),transparent 45%);pointer-events:none}
.psv10-post-card__placeholder{display:grid;place-items:center;width:100%;height:100%;color:#666a64;letter-spacing:.2em;font-size:11px}
.psv10-post-card__arrow{position:absolute;z-index:2;left:14px;bottom:14px;display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(12,13,12,.48);backdrop-filter:blur(8px);color:#fff;transform:rotate(-4deg);transition:.22s ease}
.psv10-post-card:hover .psv10-post-card__arrow{background:var(--ps10-gold);color:#15120d;border-color:transparent;transform:rotate(0deg)}
.psv10-post-card__body{display:flex;flex:1;flex-direction:column;padding:18px 18px 16px}
.psv10-post-card--featured .psv10-post-card__body{padding:24px 25px 22px}
.psv10-post-card__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:11px;color:#7e827b;font-size:9px}
.psv10-post-card__meta span:first-child{color:var(--ps10-gold);font-weight:700}
.psv10-post-card h2{margin:0!important;color:var(--ps10-text)!important;font-size:17px!important;line-height:1.75!important;font-weight:800!important;letter-spacing:0!important}
.psv10-post-card--featured h2{font-size:clamp(24px,3vw,40px)!important;line-height:1.55!important}
.psv10-post-card h2 a{color:inherit!important}
.psv10-post-card p{margin:11px 0 20px;color:#9da09a;font-size:12px;line-height:2;text-align:right!important}
.psv10-post-card--featured p{max-width:760px;font-size:13px}
.psv10-post-card__date{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:13px;border-top:1px solid var(--ps10-line);color:#6e726c;font-size:9px}
.psv10-post-card__date span{color:#b5b7b1}
.psv10-pagination--blog{margin-top:34px}

/* SINGLE BLOG */
.psv10-article{position:relative;min-height:100vh;padding:0 0 100px;background:var(--ps10-bg);color:var(--ps10-text)}
.psv10-reading-progress{position:fixed;z-index:9999;top:0;right:0;left:0;height:2px;background:transparent;pointer-events:none}.psv10-reading-progress span{display:block;width:100%;height:100%;transform:scaleX(0);transform-origin:right center;background:linear-gradient(90deg,var(--ps10-gold),#f0d7a8);will-change:transform}
.psv10-article-hero{padding:76px 0 48px;background:
  radial-gradient(circle at 85% 10%,rgba(200,166,106,.12),transparent 23%),
  linear-gradient(180deg,#121412 0%,var(--ps10-bg) 100%)}
.psv10-article-hero__meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:18px;color:#848982;font-size:10px}
.psv10-article-hero__meta a{color:var(--ps10-gold);text-decoration:none;font-weight:700}
.psv10-article-hero__meta span+span:before,.psv10-article-hero__meta a+span:before{content:"•";margin-left:12px;color:#4f534e}
.psv10-article-hero h1{max-width:1080px;margin:0!important;color:var(--ps10-text)!important;font-size:clamp(38px,5.7vw,78px)!important;line-height:1.33!important;font-weight:850!important;letter-spacing:-.045em!important;text-align:right!important}
.psv10-article-hero__lead{max-width:850px;margin:24px 0 0;color:#b4b6af;font-size:clamp(15px,1.6vw,19px);line-height:2.05;text-align:right!important}
.psv10-article-cover{width:min(1540px,calc(100% - 40px));margin:0 auto 54px;overflow:hidden;border-radius:28px;background:#171917;box-shadow:0 30px 70px rgba(0,0,0,.25)}
.psv10-article-cover__image{display:block;width:100%;height:auto;max-height:760px;object-fit:cover}
.psv10-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 282px;gap:58px;align-items:start}
.psv10-article-content{grid-column:1;grid-row:1;max-width:900px;color:#d0d1cb;font-size:16px;line-height:2.25;text-align:right}
.psv10-article-aside{grid-column:2;grid-row:1;position:sticky;top:100px;display:grid;gap:12px}
.psv10-article-aside__box,.psv10-share-copy{padding:18px;border:1px solid var(--ps10-line);border-radius:18px;background:#111311}
.psv10-article-aside__box>span,.psv10-share-copy>span{display:block;margin-bottom:10px;color:#747871;font-size:9px}
.psv10-article-aside nav ol{display:grid;gap:3px;margin:0;padding:0;list-style:none}
.psv10-article-aside nav li{margin:0;padding:0}.psv10-article-aside nav li.is-sub{padding-right:12px}
.psv10-article-aside nav a{display:block;padding:8px 9px;border-radius:10px;color:#aeb1aa;font-size:10px;line-height:1.7;text-decoration:none;transition:.18s ease}
.psv10-article-aside nav a:hover{background:rgba(200,166,106,.08);color:var(--ps10-gold-2)}
.psv10-article-aside nav p{margin:0;color:#7d817a;font-size:10px;line-height:1.8}
.psv10-share-copy{width:100%;text-align:right;cursor:pointer;color:var(--ps10-text);transition:.18s ease}.psv10-share-copy:hover{border-color:rgba(200,166,106,.32);background:#151815}.psv10-share-copy strong{font-size:11px;color:#d8d9d4}
.psv10-article-content>p:first-child{font-size:18px;line-height:2.15;color:#e2e1da}
.psv10-article-content p{margin:0 0 24px!important;text-align:right!important}
.psv10-article-content h2,.psv10-article-content h3,.psv10-article-content h4{scroll-margin-top:110px;color:var(--ps10-text)!important;font-weight:800!important;letter-spacing:0!important;text-align:right!important}
.psv10-article-content h2{margin:58px 0 18px!important;padding-top:8px;font-size:30px!important;line-height:1.65!important}
.psv10-article-content h3{margin:40px 0 14px!important;font-size:22px!important;line-height:1.7!important}
.psv10-article-content h4{font-size:18px!important}
.psv10-article-content a{color:var(--ps10-gold-2)!important;text-decoration:underline;text-decoration-color:rgba(200,166,106,.4);text-underline-offset:4px}
.psv10-article-content img{max-width:100%;height:auto;border-radius:20px;margin:22px 0}
.psv10-article-content figure{margin:30px 0}.psv10-article-content figcaption{margin-top:8px;color:#777b75;font-size:10px;text-align:center}
.psv10-article-content blockquote{position:relative;margin:36px 0!important;padding:26px 28px!important;border:1px solid rgba(200,166,106,.22)!important;border-right:3px solid var(--ps10-gold)!important;border-radius:16px;background:rgba(200,166,106,.055);color:#e5dfd3;font-size:18px;line-height:2}
.psv10-article-content ul,.psv10-article-content ol{margin:18px 0 28px;padding-right:24px}.psv10-article-content li{margin-bottom:8px}
.psv10-article-content table{display:block;width:100%;overflow:auto;margin:28px 0;border-collapse:collapse;border:1px solid var(--ps10-line);border-radius:14px}.psv10-article-content th,.psv10-article-content td{padding:12px 14px;border-bottom:1px solid var(--ps10-line);white-space:nowrap}.psv10-article-content th{background:#171a17;color:var(--ps10-gold-2)}
.psv10-related{margin-top:88px;padding-top:46px;border-top:1px solid var(--ps10-line)}
.psv10-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.psv10-section-head h2{margin:9px 0 0!important;color:var(--ps10-text)!important;font-size:32px!important;font-weight:800!important}.psv10-section-head>a{padding-bottom:4px;border-bottom:1px solid var(--ps10-line-strong);color:#b4b6af;text-decoration:none;font-size:11px}
.psv10-blog-grid--related .psv10-post-card--featured{grid-column:auto;grid-row:auto}
.psv10-comments{margin-top:56px;padding-top:38px;border-top:1px solid var(--ps10-line)}

/* Woo notices only inside V10 shop */
.psv10-shop .woocommerce-error,.psv10-shop .woocommerce-info,.psv10-shop .woocommerce-message{margin:0 0 16px!important;padding:14px 46px 14px 16px!important;border:1px solid var(--ps10-line)!important;border-radius:14px!important;background:#151815!important;color:#d9dad5!important;font-size:11px!important;line-height:1.8!important}
.psv10-shop .woocommerce-message:before,.psv10-shop .woocommerce-info:before,.psv10-shop .woocommerce-error:before{top:14px!important;right:16px!important;left:auto!important;color:var(--ps10-gold)!important}

@media (max-width:1180px){
  .psv10-shell{width:min(100% - 40px,1180px)}
  .psv10-shop-hero{grid-template-columns:1fr;gap:28px;padding:46px}
  .psv10-shop-hero__stats{justify-content:flex-start}
  .psv10-shop-layout{grid-template-columns:minmax(0,1fr) 288px;gap:18px}
  .psv10-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .psv10-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .psv10-post-card--featured{grid-column:span 2;grid-row:auto}
  .psv10-article-layout{grid-template-columns:minmax(0,1fr) 240px;gap:36px}
}

@media (max-width:820px){
  .psv10-shell{width:calc(100% - 28px)}
  .psv10-shop{padding-top:20px;padding-bottom:80px}
  .psv10-shop-hero{padding:34px 24px;border-radius:24px;margin-bottom:18px}
  .psv10-shop-hero h1{font-size:clamp(34px,11vw,54px)!important}
  .psv10-shop-hero__stats{display:grid;grid-template-columns:repeat(3,1fr);width:100%;gap:6px}
  .psv10-shop-hero__stats div{min-width:0;padding:14px 10px;text-align:center}.psv10-shop-hero__stats strong{font-size:19px}
  .psv10-category-rail{margin-left:-14px;margin-right:-14px;padding-inline:14px}
  .psv10-shop-layout{display:block}
  .psv10-shop-mobilebar{display:flex;align-items:center;justify-content:space-between;gap:12px;position:sticky;z-index:120;top:8px;margin:0 0 12px;padding:8px 9px 8px 14px;border:1px solid var(--ps10-line);border-radius:15px;background:rgba(15,17,15,.92);backdrop-filter:blur(14px);box-shadow:0 10px 28px rgba(0,0,0,.22);color:#8c9089;font-size:10px}
  .psv10-filter-open{display:flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border:0;border-radius:11px;background:rgba(200,166,106,.12);color:var(--ps10-gold-2);font-size:11px;font-weight:700;cursor:pointer}.psv10-filter-open b{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--ps10-gold);color:#17130d;font-size:9px}.psv10-filter-icon{position:relative;width:15px;height:12px;border-top:1.5px solid currentColor;border-bottom:1.5px solid currentColor}.psv10-filter-icon:after{content:"";position:absolute;right:3px;left:3px;top:4px;border-top:1.5px solid currentColor}
  .psv10-filter{position:fixed;z-index:2001;top:auto;right:0;bottom:0;left:0;max-height:min(88vh,760px);border-radius:24px 24px 0 0;border-bottom:0;transform:translateY(105%);opacity:0;visibility:hidden;transition:transform .28s cubic-bezier(.2,.75,.2,1),opacity .2s ease,visibility .2s;overflow:auto;overscroll-behavior:contain}.psv10-filter.is-open{transform:translateY(0);opacity:1;visibility:visible}.psv10-filter__head{position:sticky;z-index:3;top:0;background:rgba(18,20,18,.95);backdrop-filter:blur(12px)}.psv10-filter-close{display:grid;place-items:center}.psv10-filter-backdrop{position:fixed;z-index:2000;inset:0;display:block;background:rgba(0,0,0,.62);opacity:0;visibility:hidden;pointer-events:none;transition:.2s ease}body.psv10-filter-lock .psv10-filter-backdrop{opacity:1;visibility:visible;pointer-events:auto}body.psv10-filter-lock{overflow:hidden}
  .psv10-products-toolbar{min-height:auto;padding:12px 14px}.psv10-active-filters{display:none}
  .psv10-blog{padding-top:24px}.psv10-blog-hero{padding-top:32px}.psv10-blog-hero__grid{grid-template-columns:1fr;gap:18px}.psv10-blog-hero h1{font-size:clamp(38px,12vw,64px)!important}.psv10-blog-grid{grid-template-columns:1fr}.psv10-post-card--featured{grid-column:auto}.psv10-post-card--featured .psv10-post-card__media{aspect-ratio:1.45/1}.psv10-post-card--featured h2{font-size:24px!important}
  .psv10-article-hero{padding:48px 0 34px}.psv10-article-cover{width:calc(100% - 20px);margin-bottom:34px;border-radius:20px}.psv10-article-layout{display:block}.psv10-article-aside{position:static;margin-bottom:28px}.psv10-article-aside__box{display:none}.psv10-article-content{font-size:15px;line-height:2.2}.psv10-article-content h2{font-size:25px!important;margin-top:44px!important}.psv10-related{margin-top:60px}
}

@media (max-width:560px){
  .psv10-shell{width:calc(100% - 20px)}
  .psv10-shop-hero{padding:28px 19px}.psv10-shop-hero p{font-size:13px}.psv10-shop-hero__stats div{padding:12px 6px}.psv10-shop-hero__stats span{font-size:9px}
  .psv10-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.psv10-product-card{border-radius:16px!important}.psv10-product-card__body{padding:12px 11px 11px}.psv10-product-card__badges{top:8px;right:8px;left:8px;gap:4px}.psv10-product-card__badges span{min-height:23px;padding:0 6px;font-size:7px}.psv10-product-card__badges span:not(.is-stock):not(.is-out):nth-child(n+2){display:none}.psv10-product-card__view{display:none}.psv10-product-card__meta{font-size:7px}.psv10-product-card__meta small{display:none}.psv10-product-card h2{min-height:43px;font-size:11px!important;line-height:1.8!important}.psv10-product-card__footer{margin-top:10px;padding-top:10px}.psv10-product-card__price>span{font-size:7px}.psv10-product-card__price strong{font-size:9px!important}.psv10-cart-action.button{flex-basis:34px!important;width:34px!important;height:34px!important;min-height:34px!important;border-radius:10px!important;font-size:17px!important}.psv10-products-toolbar__label{font-size:8px}.psv10-products-toolbar strong{font-size:12px}
  .psv10-blog-hero__grid{margin-top:14px}.psv10-post-card{border-radius:17px}.psv10-post-card__body,.psv10-post-card--featured .psv10-post-card__body{padding:15px}.psv10-post-card h2,.psv10-post-card--featured h2{font-size:18px!important}.psv10-post-card p,.psv10-post-card--featured p{font-size:11px}.psv10-post-card__meta{font-size:8px}
  .psv10-article-hero h1{font-size:34px!important;line-height:1.45!important}.psv10-article-hero__lead{font-size:14px}.psv10-article-content>p:first-child{font-size:16px}.psv10-article-content blockquote{padding:20px!important;font-size:16px}.psv10-section-head h2{font-size:25px!important}
}

@media (prefers-reduced-motion:reduce){
  .psv10-product-card,.psv10-product-card__image,.psv10-post-card,.psv10-post-card__image,.psv10-post-card__arrow,.psv10-filter{transition:none!important;scroll-behavior:auto!important}
}

/* ==========================================================================\n   PARS ARAY V10.1 — layout repair + premium product/blog system\n   ========================================================================== */

/* The Elementor template 9696 owns navigation. Legacy Arcdeco drawers must never
   consume desktop width or sit on top of the content. */
.nav-overlay,.sideNav,.overlay-sideNav{display:none!important;visibility:hidden!important;pointer-events:none!important}
body.body-horizontal-menu .main-container,.main-container{margin-right:0!important;margin-left:0!important;width:100%!important;max-width:none!important}
body.parsaray-v10-shop .node,body.parsaray-v10-shop .cursor,
body.parsaray-v10-product .node,body.parsaray-v10-product .cursor,
body.parsaray-v10-blog .node,body.parsaray-v10-blog .cursor,
body.single-post .node,body.single-post .cursor{display:none!important}

/* Reliable local typography on every redesigned surface. */
body.parsaray-v10-shop,body.parsaray-v10-product,body.parsaray-v10-blog,body.single-post,
body.parsaray-v10-shop input,body.parsaray-v10-shop button,body.parsaray-v10-shop select,
body.parsaray-v10-product input,body.parsaray-v10-product button,body.parsaray-v10-product select,
body.parsaray-v10-blog input,body.parsaray-v10-blog button,
body.single-post input,body.single-post button{
  font-family:IRANSansX,IRANSansX1,IRANYekanPars,Tahoma,Arial,sans-serif!important;
  font-feature-settings:"ss02";
}
.psv10-shop *,.psv101-product *,.psv101-blog *,.psv101-article *{box-sizing:border-box}
.psv10-shell{width:min(1500px,calc(100% - 72px));margin-inline:auto}

/* --- Shop alignment repair --- */
.psv10-shop{padding-top:38px!important}
.psv10-shop-layout{
  direction:ltr!important;
  grid-template-columns:minmax(0,1fr) 330px!important;
  grid-template-areas:"products filter"!important;
  gap:28px!important;
}
.psv10-products{grid-area:products!important;grid-column:auto!important;grid-row:auto!important;direction:rtl!important}
.psv10-filter{grid-area:filter!important;grid-column:auto!important;grid-row:auto!important;direction:rtl!important;top:112px!important}
.psv10-shop-hero{min-height:340px;align-items:center;padding:58px 64px!important}
.psv10-shop-hero__copy{margin-right:0;margin-left:auto}
.psv10-shop-hero h1{max-width:900px;margin-top:16px!important}
.psv10-shop-hero__stats{align-self:end}
.psv10-category-rail{padding-bottom:28px}
.psv10-products-toolbar{margin-bottom:18px!important}

/* Product cards: less "dashboard", more material catalogue. */
.psv10-product-grid{gap:20px!important}
.psv10-product-card{
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.105)!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#171a17 0%,#121412 100%)!important;
  box-shadow:0 18px 52px rgba(0,0,0,.16)!important;
  isolation:isolate;
  transition:transform .28s cubic-bezier(.2,.7,.2,1),border-color .28s ease,box-shadow .28s ease!important;
}
.psv10-product-card:hover{transform:translateY(-5px)!important;border-color:rgba(207,169,103,.36)!important;box-shadow:0 28px 70px rgba(0,0,0,.28)!important}
.psv10-product-card__media{position:relative!important;display:block!important;aspect-ratio:1.18/1!important;overflow:hidden!important;background:
  radial-gradient(circle at 70% 20%,rgba(203,168,104,.11),transparent 32%),#e7e2d7!important}
.psv10-product-card__image{display:block!important;width:100%!important;height:100%!important;margin:0!important;object-fit:cover!important;object-position:center!important;transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .3s ease!important}
.psv10-product-card:hover .psv10-product-card__image{transform:scale(1.035)!important}
.psv10-product-card.has-image-error .psv10-product-card__image{display:none!important}
.psv10-product-card.has-image-error .psv10-product-card__media:before{content:"PARS ARAY";position:absolute;inset:0;display:grid;place-items:center;color:rgba(20,21,20,.34);font-size:12px;letter-spacing:.16em;font-weight:800}
.psv10-product-card__badges{z-index:2!important;top:12px!important;right:12px!important;left:12px!important}
.psv10-product-card__view{position:absolute!important;z-index:2!important;right:14px!important;bottom:14px!important;display:flex!important;align-items:center!important;gap:8px!important;min-height:36px!important;padding:0 12px!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:999px!important;background:rgba(13,14,13,.72)!important;color:#f6f2e9!important;font-size:10px!important;backdrop-filter:blur(12px)!important;transform:translateY(8px)!important;opacity:0!important;transition:.24s ease!important}
.psv10-product-card:hover .psv10-product-card__view{transform:none!important;opacity:1!important}
.psv10-product-card__body{padding:18px 18px 17px!important}
.psv10-product-card__meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:8px!important;color:#9da099!important;font-size:10px!important}
.psv10-product-card__meta>span{color:var(--ps10-gold-2)!important}
.psv10-product-card h2{min-height:54px!important;margin:0!important;font-size:15px!important;line-height:1.75!important;font-weight:700!important;letter-spacing:0!important}
.psv10-product-card h2 a{color:#f1eee7!important;text-decoration:none!important}
.psv10-product-card__footer{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:14px!important;margin-top:15px!important;padding-top:14px!important;border-top:1px solid rgba(255,255,255,.075)!important}
.psv10-product-card__price>span{display:block!important;margin-bottom:3px!important;color:#777b75!important;font-size:9px!important}
.psv10-product-card__price strong{display:block!important;margin:0!important;color:#e4ceb0!important;font-size:12px!important;line-height:1.65!important;font-weight:800!important}
.psv10-cart-action.button,.psv10-cart-action{display:grid!important;place-items:center!important;flex:0 0 40px!important;width:40px!important;height:40px!important;min-height:40px!important;margin:0!important;padding:0!important;border:1px solid rgba(200,166,106,.36)!important;border-radius:12px!important;background:rgba(200,166,106,.11)!important;color:#dfc18b!important;font-size:20px!important;line-height:1!important;box-shadow:none!important}
.psv10-cart-action:hover{background:var(--ps10-gold)!important;color:#15120d!important}

/* ==========================================================================\n   PRODUCT DETAIL V10.1\n   ========================================================================== */
body.parsaray-v10-product{background:#0b0d0c!important;color:#f4f1e9!important}
.psv101-product{min-height:100vh;padding:30px 0 110px;background:
  radial-gradient(circle at 92% 9%,rgba(197,157,91,.08),transparent 21%),#0b0d0c;color:#f4f1e9;overflow:clip}
.psv101-product a{text-decoration:none}
.psv101-breadcrumb{display:flex;align-items:center;gap:9px;min-height:46px;margin-bottom:18px;color:#81867f;font-size:10px;white-space:nowrap;overflow:auto;scrollbar-width:none}
.psv101-breadcrumb::-webkit-scrollbar{display:none}.psv101-breadcrumb a{color:#a9aca5}.psv101-breadcrumb a:hover{color:#dfc18b}.psv101-breadcrumb i{font-style:normal;color:#4f544e}
.psv101-product-hero{display:grid;direction:ltr;grid-template-columns:minmax(0,1.35fr) minmax(400px,.78fr);gap:22px;align-items:start}
.psv101-gallery,.psv101-product-summary{direction:rtl}
.psv101-gallery__stage{position:relative;aspect-ratio:1.36/1;overflow:hidden;border:1px solid rgba(255,255,255,.10);border-radius:28px;background:#ece7dc;box-shadow:0 34px 100px rgba(0,0,0,.28)}
.psv101-gallery__main{display:block;width:100%!important;height:100%!important;margin:0!important;object-fit:cover!important;object-position:center!important;cursor:zoom-in;transition:opacity .18s ease,transform .5s cubic-bezier(.2,.7,.2,1)}
.psv101-gallery__stage:hover .psv101-gallery__main{transform:scale(1.015)}
.psv101-gallery__zoom{position:absolute;top:18px;left:18px;display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(12,14,12,.14);border-radius:50%;background:rgba(251,249,244,.88);color:#151714;font-size:23px;cursor:pointer;backdrop-filter:blur(10px);transition:.2s ease}.psv101-gallery__zoom:hover{transform:scale(1.05);background:#fff}
.psv101-gallery__index{position:absolute;right:18px;bottom:18px;display:flex;align-items:center;gap:6px;min-height:38px;padding:0 14px;border-radius:999px;background:rgba(13,14,13,.74);color:#e5dfd2;font-size:10px;backdrop-filter:blur(12px)}.psv101-gallery__index b{color:#e7c98f}.psv101-gallery__index em{font-style:normal;color:#8c918a}
.psv101-gallery__thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:10px}
.psv101-gallery__thumb{position:relative;aspect-ratio:1.35/1;overflow:hidden;padding:0;border:1px solid rgba(255,255,255,.10);border-radius:14px;background:#1a1d1a;cursor:pointer;opacity:.62;transition:.2s ease}.psv101-gallery__thumb:hover,.psv101-gallery__thumb.is-active{opacity:1;border-color:rgba(204,166,98,.72);transform:translateY(-1px)}.psv101-gallery__thumb img{display:block;width:100%!important;height:100%!important;margin:0!important;object-fit:cover!important}

.psv101-product-summary{position:sticky;top:104px;padding:34px 34px 30px;border:1px solid rgba(255,255,255,.105);border-radius:28px;background:linear-gradient(180deg,#141714 0%,#101210 100%);box-shadow:0 28px 80px rgba(0,0,0,.22)}
.psv101-product-summary__topline{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:15px;color:#cfab6f;font-size:10px;font-weight:700}.psv101-product-summary__topline span:last-child{display:inline-flex;align-items:center;gap:6px;color:#98b69a}.psv101-product-summary__topline span:last-child:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 0 5px rgba(143,182,143,.08)}.psv101-product-summary__topline .is-out{color:#d89184!important}
.psv101-product-summary h1{margin:0 0 18px!important;color:#f4f1e9!important;font-size:clamp(28px,2.6vw,44px)!important;line-height:1.5!important;font-weight:800!important;letter-spacing:-.035em!important}
.psv101-rating{display:flex;align-items:center;gap:10px;margin:-4px 0 16px}.psv101-rating .star-rating{margin:0!important;color:#d7ad65!important;font-size:12px!important}.psv101-rating small{color:#858a83;font-size:9px}
.psv101-product-lead{margin:0 0 22px!important;color:#b7bab3!important;font-size:13px!important;line-height:2.05!important}.psv101-product-lead p{margin:0!important;color:inherit!important;line-height:inherit!important}
.psv101-spec-pills{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:22px}.psv101-spec-pills>div{min-height:68px;padding:12px 13px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.023)}.psv101-spec-pills span{display:block;margin-bottom:5px;color:#747a73;font-size:8px}.psv101-spec-pills strong{display:block;color:#e0ddd5;font-size:10px;line-height:1.7;font-weight:700}
.psv101-purchase-card{padding:20px;border:1px solid rgba(205,166,99,.2);border-radius:18px;background:rgba(205,166,99,.055)}
.psv101-price{margin-bottom:16px}.psv101-price>span{display:block;margin-bottom:4px;color:#858981;font-size:9px}.psv101-price>strong{display:block;color:#e6c88f!important;font-size:21px!important;line-height:1.5!important;font-weight:800!important}.psv101-price .amount{color:inherit!important;font-size:inherit!important}.psv101-price del{opacity:.45}.psv101-price ins{text-decoration:none}.psv101-price small{display:block;margin-top:4px;color:#777b75;font-size:8px;line-height:1.8}
.psv101-add-to-cart form.cart{display:flex!important;align-items:center!important;gap:9px!important;margin:0!important;padding:0!important}.psv101-add-to-cart .quantity{margin:0!important;flex:0 0 84px!important}.psv101-add-to-cart .quantity input.qty{width:84px!important;height:48px!important;margin:0!important;padding:0 8px!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:13px!important;background:#0d0f0d!important;color:#f0ece4!important;text-align:center!important;box-shadow:none!important}.psv101-add-to-cart .single_add_to_cart_button{flex:1!important;min-height:48px!important;margin:0!important;padding:0 18px!important;border:0!important;border-radius:13px!important;background:#caa567!important;color:#15120d!important;font-size:11px!important;font-weight:800!important;box-shadow:none!important;transition:.2s ease!important}.psv101-add-to-cart .single_add_to_cart_button:hover{background:#e0bd7d!important;transform:translateY(-1px)}
.psv101-add-to-cart table.variations{width:100%!important;margin:0 0 12px!important}.psv101-add-to-cart table.variations tr{display:grid;grid-template-columns:1fr;gap:6px;margin-bottom:8px}.psv101-add-to-cart table.variations th,.psv101-add-to-cart table.variations td{padding:0!important;border:0!important}.psv101-add-to-cart table.variations label{color:#aeb0aa;font-size:9px}.psv101-add-to-cart table.variations select{width:100%!important;height:44px!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:12px!important;background:#0d0f0d!important;color:#eee9e0!important}.psv101-add-to-cart .reset_variations{display:inline-block;margin-top:6px;color:#b8955d!important;font-size:8px!important}
.psv101-primary-cta{display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:13px;background:#caa567;color:#15120d!important;font-size:11px;font-weight:800}.psv101-primary-cta:hover{background:#e1bd7d}
.psv101-purchase-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:13px;padding-top:13px;border-top:1px solid rgba(255,255,255,.07);font-size:8px}.psv101-purchase-actions a{color:#d3b57c!important}.psv101-purchase-actions span{color:#777c75}
.psv101-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:15px}.psv101-trust-grid div{padding:11px 9px;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:rgba(255,255,255,.018)}.psv101-trust-grid i{display:block;margin-bottom:5px;color:#b88f54;font-size:8px;font-style:normal}.psv101-trust-grid span{display:block;color:#9da09a;font-size:8px;line-height:1.65}

.psv101-product-details{margin-top:86px;padding-top:10px}.psv101-section-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.55fr);gap:30px;align-items:end;margin-bottom:28px}.psv101-section-intro .psv10-eyebrow{grid-column:1/-1}.psv101-section-intro h2{margin:0!important;color:#f2eee6!important;font-size:clamp(32px,4vw,56px)!important;line-height:1.35!important;font-weight:800!important;letter-spacing:-.04em!important}.psv101-section-intro p{margin:0;color:#858b83;font-size:12px;line-height:2}
.psv101-details-grid{display:grid;direction:ltr;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:20px;align-items:start}.psv101-description,.psv101-tech-card{direction:rtl;border:1px solid rgba(255,255,255,.09);border-radius:24px;background:#111311}.psv101-description{padding:34px 36px}.psv101-description h3{margin:0 0 20px!important;color:#e9e5dd!important;font-size:20px!important;font-weight:800!important}.psv101-richtext,.psv101-description>p{color:#adb1aa;font-size:13px;line-height:2.2}.psv101-richtext p{margin:0 0 18px!important;color:inherit!important;text-align:right!important}.psv101-richtext h2,.psv101-richtext h3{margin:30px 0 14px!important;color:#f0ece3!important;font-weight:800!important}.psv101-richtext img{max-width:100%;height:auto;margin:18px 0;border-radius:16px}.psv101-tech-card{overflow:hidden}.psv101-tech-card__head{display:flex;align-items:center;justify-content:space-between;padding:21px 24px;border-bottom:1px solid rgba(255,255,255,.08)}.psv101-tech-card__head span{color:#e7e3da;font-size:14px;font-weight:800}.psv101-tech-card__head small{color:#967c52;font-size:8px;letter-spacing:.14em}.psv101-tech-card dl{margin:0}.psv101-tech-card dl>div{display:grid;grid-template-columns:minmax(110px,.55fr) 1fr;gap:18px;padding:14px 24px;border-bottom:1px solid rgba(255,255,255,.06)}.psv101-tech-card dl>div:last-child{border-bottom:0}.psv101-tech-card dt{color:#777d76;font-size:9px;font-weight:500}.psv101-tech-card dd{margin:0;color:#d4d5cf;font-size:10px;line-height:1.8;font-weight:700}
.psv101-project-cta{position:relative;display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:24px;padding:32px 36px;overflow:hidden;border:1px solid rgba(205,166,99,.18);border-radius:24px;background:linear-gradient(120deg,rgba(205,166,99,.12),rgba(255,255,255,.025) 55%,#121412)}.psv101-project-cta:after{content:"";position:absolute;width:260px;height:260px;left:-70px;top:-110px;border:1px solid rgba(205,166,99,.10);border-radius:50%;box-shadow:0 0 0 50px rgba(205,166,99,.025)}.psv101-project-cta>div,.psv101-project-cta>a{position:relative;z-index:1}.psv101-project-cta span{display:block;margin-bottom:6px;color:#9f8358;font-size:9px}.psv101-project-cta h2{margin:0!important;color:#f0ece4!important;font-size:24px!important;line-height:1.6!important;font-weight:800!important}.psv101-project-cta>a{display:flex;align-items:center;gap:18px;flex:0 0 auto;min-height:50px;padding:0 19px;border-radius:14px;background:#caa567;color:#15120d!important;font-size:10px;font-weight:800}.psv101-project-cta>a i{font-style:normal;font-size:17px}
.psv101-related-products{margin-top:86px;padding-top:44px;border-top:1px solid rgba(255,255,255,.08)}
.psv101-lightbox{position:fixed;z-index:99999;inset:0;display:grid;place-items:center;padding:38px;background:rgba(5,6,5,.92);opacity:0;visibility:hidden;pointer-events:none;transition:.22s ease}.psv101-lightbox.is-open{opacity:1;visibility:visible;pointer-events:auto}.psv101-lightbox img{display:block;max-width:min(1400px,94vw);max-height:88vh;width:auto;height:auto;border-radius:18px;box-shadow:0 40px 120px rgba(0,0,0,.45)}.psv101-lightbox button{position:fixed;top:22px;left:22px;display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:#171917;color:#fff;font-size:24px;cursor:pointer}

/* ==========================================================================\n   BLOG INDEX V10.1\n   ========================================================================== */
body.parsaray-v10-blog{background:#0b0d0c!important;color:#f2efe8!important}
.psv101-blog{min-height:100vh;padding:48px 0 110px;background:radial-gradient(circle at 82% 1%,rgba(193,151,83,.08),transparent 22%),#0b0d0c;color:#f2efe8}
.psv101-blog a{color:inherit;text-decoration:none}
.psv101-blog-head{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:70px;align-items:end;padding:42px 0 36px;border-bottom:1px solid rgba(255,255,255,.08)}
.psv101-blog-head__copy h1{max-width:900px;margin:16px 0 14px!important;color:#f4f0e7!important;font-size:clamp(42px,5.2vw,76px)!important;line-height:1.25!important;font-weight:850!important;letter-spacing:-.045em!important}.psv101-blog-head__copy p{max-width:800px;margin:0;color:#9da19a;font-size:14px;line-height:2.1}
.psv101-blog-search{padding:18px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:#111311}.psv101-blog-search>label{display:block;margin-bottom:8px;color:#858a83;font-size:9px}.psv101-blog-search>div{display:flex;align-items:center;gap:8px}.psv101-blog-search input{flex:1;min-width:0;height:44px;padding:0 13px;border:1px solid rgba(255,255,255,.09);border-radius:12px;outline:none;background:#0c0e0c;color:#eeeae2;font-size:10px}.psv101-blog-search input:focus{border-color:rgba(202,165,103,.55)}.psv101-blog-search button{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;padding:0;border:0;border-radius:12px;background:#caa567;color:#17130d;font-size:19px;cursor:pointer}
.psv101-blog-categories{display:flex;gap:8px;padding:22px 0 28px;overflow:auto;scrollbar-width:none}.psv101-blog-categories::-webkit-scrollbar{display:none}.psv101-blog-categories a{display:flex;align-items:center;gap:9px;flex:0 0 auto;min-height:42px;padding:0 15px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:#111311;color:#b8bbb4;font-size:10px;transition:.2s ease}.psv101-blog-categories a:hover,.psv101-blog-categories a.is-active{border-color:rgba(202,165,103,.42);background:rgba(202,165,103,.10);color:#e1c592}.psv101-blog-categories small{display:grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border-radius:999px;background:rgba(255,255,255,.055);color:#777d76;font-size:8px}
.psv101-featured-story{display:grid;direction:ltr;grid-template-columns:minmax(0,1.38fr) minmax(360px,.62fr);overflow:hidden;margin-bottom:56px;border:1px solid rgba(255,255,255,.095);border-radius:28px;background:#111311;box-shadow:0 30px 90px rgba(0,0,0,.22)}.psv101-featured-story__media,.psv101-featured-story__body{direction:rtl}.psv101-featured-story__media{position:relative;display:block;min-height:500px;overflow:hidden;background:#181b18}.psv101-featured-story__media img{display:block;width:100%!important;height:100%!important;min-height:500px;object-fit:cover!important;margin:0!important;transition:transform .65s cubic-bezier(.2,.7,.2,1)}.psv101-featured-story:hover .psv101-featured-story__media img{transform:scale(1.025)}.psv101-featured-story__label{position:absolute;right:18px;top:18px;padding:9px 12px;border-radius:999px;background:rgba(12,14,12,.76);color:#e2c58e;font-size:8px;backdrop-filter:blur(12px)}.psv101-featured-story__body{display:flex;flex-direction:column;justify-content:center;padding:42px 40px}.psv101-story-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#828780;font-size:9px}.psv101-story-meta span:first-child{color:#c9a467}.psv101-story-meta span+span:before{content:"•";margin-left:8px;color:#4e534e}.psv101-featured-story h2{margin:16px 0 15px!important;font-size:clamp(28px,3vw,42px)!important;line-height:1.55!important;font-weight:800!important;letter-spacing:-.03em!important}.psv101-featured-story h2 a{color:#f1eee6!important}.psv101-featured-story p{margin:0 0 24px;color:#a5a8a1;font-size:12px;line-height:2.1}.psv101-story-link{display:inline-flex;align-items:center;gap:18px;align-self:flex-start;padding-bottom:7px;border-bottom:1px solid rgba(202,165,103,.35);color:#d8b97f!important;font-size:10px;font-weight:700}.psv101-story-link i{font-style:normal;font-size:16px;transition:transform .2s ease}.psv101-story-link:hover i{transform:translateX(-4px)}
.psv101-media-placeholder{display:grid;place-items:center;width:100%;height:100%;min-height:300px;background:linear-gradient(135deg,#1d211d,#121412);color:#5d635d;font-size:11px;letter-spacing:.16em;font-weight:800}
.psv101-blog-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.psv101-blog-section-head>div>span{display:block;margin-bottom:6px;color:#8e7650;font-size:9px}.psv101-blog-section-head h2{margin:0!important;color:#efebe3!important;font-size:30px!important;line-height:1.4!important;font-weight:800!important}.psv101-blog-section-head>small{color:#747a73;font-size:9px}
.psv101-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.psv101-story-card{overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:#111311;transition:transform .27s ease,border-color .27s ease,box-shadow .27s ease}.psv101-story-card:hover{transform:translateY(-4px);border-color:rgba(202,165,103,.30);box-shadow:0 24px 64px rgba(0,0,0,.22)}.psv101-story-card__media{position:relative;display:block;aspect-ratio:1.45/1;overflow:hidden;background:#181a18}.psv101-story-card__media img{display:block;width:100%!important;height:100%!important;margin:0!important;object-fit:cover!important;transition:transform .55s cubic-bezier(.2,.7,.2,1)}.psv101-story-card:hover .psv101-story-card__media img{transform:scale(1.035)}.psv101-story-card__arrow{position:absolute;left:12px;bottom:12px;display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:rgba(10,12,10,.66);color:#e9e4da;font-size:14px;backdrop-filter:blur(9px);transition:.22s ease}.psv101-story-card:hover .psv101-story-card__arrow{background:#caa567;color:#16130e;transform:rotate(-45deg)}.psv101-story-card__body{padding:19px 20px 18px}.psv101-story-card h3{min-height:58px;margin:11px 0 9px!important;font-size:16px!important;line-height:1.8!important;font-weight:800!important}.psv101-story-card h3 a{color:#ebe7df!important}.psv101-story-card p{min-height:68px;margin:0;color:#929790;font-size:10px;line-height:2}.psv101-story-card__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding-top:13px;border-top:1px solid rgba(255,255,255,.065);font-size:8px}.psv101-story-card__foot time{color:#6f756e}.psv101-story-card__foot a{color:#c8a669!important;font-weight:700}
.psv101-journal-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:64px;padding:34px 38px;border:1px solid rgba(202,165,103,.18);border-radius:24px;background:linear-gradient(120deg,rgba(202,165,103,.11),#111311 60%)}.psv101-journal-cta span{display:block;margin-bottom:5px;color:#a18456;font-size:9px}.psv101-journal-cta h2{max-width:820px;margin:0!important;color:#efebe3!important;font-size:25px!important;line-height:1.55!important;font-weight:800!important}.psv101-journal-cta>a{display:flex;align-items:center;gap:18px;flex:0 0 auto;min-height:50px;padding:0 18px;border-radius:14px;background:#caa567;color:#15120d!important;font-size:10px;font-weight:800}.psv101-journal-cta i{font-style:normal;font-size:17px}

/* ==========================================================================\n   SINGLE ARTICLE V10.1\n   ========================================================================== */
body.single-post{background:#0b0d0c!important;color:#f1eee7!important}
.psv101-article{min-height:100vh;padding-bottom:110px;background:radial-gradient(circle at 88% 0,rgba(196,155,87,.065),transparent 22%),#0b0d0c;color:#f1eee7}
.psv101-article a{text-decoration:none}
.psv101-article-hero{padding:34px 0 54px;border-bottom:1px solid rgba(255,255,255,.075)}
.psv101-article-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:30px;color:#727871;font-size:9px}.psv101-article-breadcrumb a{color:#969b94}.psv101-article-breadcrumb a:hover{color:#d4b274}.psv101-article-breadcrumb i{font-style:normal;color:#4c514b}
.psv101-article-hero__grid{display:grid;direction:ltr;grid-template-columns:minmax(380px,.85fr) minmax(0,1.15fr);gap:54px;align-items:center}.psv101-article-hero__copy,.psv101-article-hero__media{direction:rtl}.psv101-article-hero__copy h1{margin:17px 0 15px!important;color:#f3efe7!important;font-size:clamp(38px,4.4vw,68px)!important;line-height:1.38!important;font-weight:850!important;letter-spacing:-.045em!important}.psv101-article-hero__copy>p{max-width:680px;margin:0;color:#a5aaa3;font-size:13px;line-height:2.05}.psv101-article-author{display:flex;align-items:center;gap:10px;margin-top:23px}.psv101-article-author img{width:42px!important;height:42px!important;margin:0!important;border-radius:50%!important}.psv101-article-author strong{display:block;color:#d9d8d2;font-size:10px}.psv101-article-author span{display:block;margin-top:3px;color:#747a73;font-size:8px}.psv101-article-hero__media{aspect-ratio:1.38/1;overflow:hidden;margin:0;border:1px solid rgba(255,255,255,.09);border-radius:26px;background:#171a17;box-shadow:0 28px 90px rgba(0,0,0,.25)}.psv101-article-cover__image{display:block;width:100%!important;height:100%!important;margin:0!important;object-fit:cover!important}
.psv101-article-layout{display:grid;direction:ltr;grid-template-columns:minmax(0,1fr) 290px;gap:62px;align-items:start;padding-top:58px}.psv101-article-content,.psv101-article-aside{direction:rtl}.psv101-article-content{width:100%;max-width:880px;margin-left:auto;color:#c4c6c0;font-size:15px;line-height:2.25}.psv101-article-content>p:first-child{font-size:17px;line-height:2.25;color:#e0ddd5}.psv101-article-content p{margin:0 0 24px!important;text-align:right!important}.psv101-article-content h2,.psv101-article-content h3,.psv101-article-content h4{scroll-margin-top:120px;color:#f0ece4!important;text-align:right!important;font-weight:850!important;letter-spacing:-.02em!important}.psv101-article-content h2{margin:58px 0 18px!important;font-size:30px!important;line-height:1.65!important}.psv101-article-content h3{margin:40px 0 14px!important;font-size:22px!important;line-height:1.7!important}.psv101-article-content h4{margin:30px 0 12px!important;font-size:18px!important}.psv101-article-content a{color:#d7b575!important;text-decoration:underline!important;text-decoration-color:rgba(215,181,117,.34)!important;text-underline-offset:4px!important}.psv101-article-content img{display:block;max-width:100%!important;height:auto!important;margin:30px 0!important;border-radius:20px!important}.psv101-article-content figure{margin:34px 0!important}.psv101-article-content figure img{margin:0!important}.psv101-article-content figcaption{margin-top:9px;color:#747a73;font-size:9px;text-align:center}.psv101-article-content blockquote{margin:34px 0!important;padding:24px 26px!important;border:1px solid rgba(202,165,103,.20)!important;border-right:3px solid #caa567!important;border-radius:16px!important;background:rgba(202,165,103,.055)!important;color:#e5ded2!important;font-size:17px!important;line-height:2!important}.psv101-article-content ul,.psv101-article-content ol{margin:18px 0 28px!important;padding-right:24px!important}.psv101-article-content li{margin-bottom:9px!important}.psv101-article-content table{display:block;max-width:100%;overflow:auto;margin:30px 0;border-collapse:collapse;border:1px solid rgba(255,255,255,.09);border-radius:15px}.psv101-article-content th,.psv101-article-content td{padding:13px 15px;border-bottom:1px solid rgba(255,255,255,.07);white-space:nowrap}.psv101-article-content th{background:#171a17;color:#dec28f}
.psv101-article-aside{position:sticky;top:108px}.psv101-article-aside__box,.psv101-share-copy{width:100%;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:#111311}.psv101-article-aside__box{padding:18px}.psv101-article-aside__title{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.07)}.psv101-article-aside__title span{color:#dedbd4;font-size:11px;font-weight:800}.psv101-article-aside__title small{color:#8a714c;font-size:7px;letter-spacing:.12em}.psv101-article-aside nav{margin-top:10px}.psv101-article-aside nav ol{margin:0;padding:0;list-style:none}.psv101-article-aside nav li{margin:0;padding:0}.psv101-article-aside nav li.is-sub{padding-right:11px}.psv101-article-aside nav a{display:block;padding:8px 9px;border-radius:9px;color:#969b94;font-size:9px;line-height:1.75}.psv101-article-aside nav a:hover{background:rgba(202,165,103,.07);color:#d7b575}.psv101-article-aside nav p{margin:0;color:#6f756e;font-size:9px;line-height:1.8}.psv101-share-copy{margin-top:10px;padding:14px 16px;text-align:right;cursor:pointer;color:#eeeae2}.psv101-share-copy span{display:block;color:#747a73;font-size:8px}.psv101-share-copy strong{display:block;margin-top:3px;color:#c9aa72;font-size:9px}
.psv101-article-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:54px;padding:24px;border:1px solid rgba(202,165,103,.17);border-radius:18px;background:rgba(202,165,103,.045)}.psv101-article-footer span{display:block;margin-bottom:4px;color:#8e7751;font-size:8px}.psv101-article-footer strong{display:block;color:#dedbd4;font-size:11px;line-height:1.8}.psv101-article-footer>a{flex:0 0 auto;display:flex;align-items:center;min-height:42px;padding:0 14px;border-radius:11px;background:#caa567;color:#16130e!important;font-size:9px!important;font-weight:800!important;text-decoration:none!important}
.psv101-related-stories{margin-top:82px;padding-top:45px;border-top:1px solid rgba(255,255,255,.075)}.psv101-blog-grid--related{grid-template-columns:repeat(3,minmax(0,1fr))}

/* Pagination polish */
.psv10-pagination{margin-top:34px}.psv10-pagination ul{display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;margin:0!important;padding:0!important;list-style:none!important}.psv10-pagination li{margin:0!important}.psv10-pagination a,.psv10-pagination span{display:grid!important;place-items:center!important;min-width:40px!important;height:40px!important;padding:0 11px!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:11px!important;background:#111311!important;color:#a7aaa4!important;font-size:9px!important;text-decoration:none!important}.psv10-pagination .current,.psv10-pagination a:hover{border-color:rgba(202,165,103,.4)!important;background:rgba(202,165,103,.11)!important;color:#dfc18b!important}

/* Responsive */
@media(max-width:1220px){
  .psv10-shell{width:min(100% - 44px,1220px)}
  .psv10-shop-layout{grid-template-columns:minmax(0,1fr) 292px!important;gap:18px!important}
  .psv101-product-hero{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr)}
  .psv101-product-summary{padding:27px 26px}
  .psv101-featured-story{grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr)}
  .psv101-blog-head{grid-template-columns:minmax(0,1fr) 330px;gap:38px}
  .psv101-article-hero__grid{gap:34px}
  .psv101-article-layout{grid-template-columns:minmax(0,1fr) 260px;gap:38px}
}

@media(max-width:900px){
  .psv10-shell{width:calc(100% - 28px)}
  .psv10-shop-layout{display:block!important;direction:rtl!important}
  .psv10-filter{direction:rtl!important}
  .psv10-shop-hero{min-height:0;padding:34px 24px!important}
  .psv10-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}

  .psv101-product{padding-top:18px;padding-bottom:82px}
  .psv101-product-hero{display:flex;flex-direction:column;gap:14px}
  .psv101-gallery,.psv101-product-summary{width:100%}
  .psv101-product-summary{position:static;top:auto}
  .psv101-gallery__stage{aspect-ratio:1.18/1;border-radius:22px}
  .psv101-gallery__thumbs{grid-template-columns:repeat(5,110px);overflow:auto;padding-bottom:2px;scrollbar-width:none}.psv101-gallery__thumbs::-webkit-scrollbar{display:none}
  .psv101-section-intro{grid-template-columns:1fr}.psv101-section-intro .psv10-eyebrow{grid-column:auto}.psv101-details-grid{display:block}.psv101-tech-card{margin-top:14px}.psv101-project-cta{align-items:flex-start;flex-direction:column}.psv101-related-products{margin-top:62px}

  .psv101-blog{padding-top:20px}.psv101-blog-head{grid-template-columns:1fr;gap:22px;padding-top:30px}.psv101-featured-story{grid-template-columns:1fr}.psv101-featured-story__media{min-height:0;aspect-ratio:1.45/1}.psv101-featured-story__media img{min-height:0}.psv101-featured-story__body{padding:28px 24px}.psv101-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.psv101-journal-cta{align-items:flex-start;flex-direction:column}

  .psv101-article-hero{padding-top:20px}.psv101-article-hero__grid{display:flex;flex-direction:column-reverse;gap:26px}.psv101-article-hero__copy,.psv101-article-hero__media{width:100%}.psv101-article-layout{display:flex;flex-direction:column;gap:26px;padding-top:34px}.psv101-article-content{max-width:none}.psv101-article-aside{position:static;width:100%}.psv101-article-aside__box{display:none}.psv101-share-copy{max-width:260px}.psv101-blog-grid--related{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:600px){
  .psv10-shell{width:calc(100% - 20px)}
  .psv10-shop-hero{padding:28px 19px!important}.psv10-shop-hero__stats{grid-template-columns:repeat(3,1fr)}
  .psv10-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .psv10-product-card__media{aspect-ratio:1/1!important}.psv10-product-card__body{padding:11px!important}.psv10-product-card h2{min-height:44px!important;font-size:11px!important}.psv10-product-card__view{display:none!important}.psv10-product-card__price strong{font-size:9px!important}

  .psv101-breadcrumb{margin-bottom:10px}.psv101-gallery__stage{border-radius:18px}.psv101-gallery__zoom{top:10px;left:10px;width:40px;height:40px}.psv101-gallery__index{right:10px;bottom:10px}.psv101-gallery__thumbs{grid-template-columns:repeat(5,84px);gap:7px}.psv101-product-summary{padding:22px 18px;border-radius:20px}.psv101-product-summary h1{font-size:27px!important}.psv101-spec-pills{grid-template-columns:1fr 1fr}.psv101-purchase-card{padding:15px}.psv101-add-to-cart form.cart{flex-wrap:wrap}.psv101-add-to-cart .quantity{flex:0 0 76px!important}.psv101-add-to-cart .quantity input.qty{width:76px!important}.psv101-trust-grid{grid-template-columns:1fr}.psv101-section-intro{margin-bottom:18px}.psv101-section-intro h2{font-size:30px!important}.psv101-description{padding:24px 20px}.psv101-tech-card dl>div{padding:13px 18px}.psv101-project-cta{padding:24px 20px}.psv101-project-cta h2{font-size:20px!important}

  .psv101-blog-head{padding-top:22px}.psv101-blog-head__copy h1{font-size:40px!important}.psv101-blog-head__copy p{font-size:12px}.psv101-blog-search{padding:13px}.psv101-featured-story{margin-bottom:38px;border-radius:20px}.psv101-featured-story__body{padding:22px 18px}.psv101-featured-story h2{font-size:25px!important}.psv101-blog-section-head h2{font-size:24px!important}.psv101-blog-grid{grid-template-columns:1fr}.psv101-story-card h3{min-height:0}.psv101-story-card p{min-height:0}.psv101-journal-cta{padding:25px 20px}.psv101-journal-cta h2{font-size:21px!important}

  .psv101-article-breadcrumb{margin-bottom:18px}.psv101-article-hero__copy h1{font-size:34px!important}.psv101-article-hero__copy>p{font-size:12px}.psv101-article-hero__media{border-radius:18px}.psv101-article-content{font-size:14px;line-height:2.2}.psv101-article-content>p:first-child{font-size:15px}.psv101-article-content h2{font-size:25px!important;margin-top:44px!important}.psv101-article-content h3{font-size:20px!important}.psv101-article-footer{align-items:flex-start;flex-direction:column}.psv101-blog-grid--related{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){
  .psv101-gallery__main,.psv101-gallery__thumb,.psv101-story-card,.psv101-story-card__media img,.psv101-featured-story__media img,.psv10-product-card,.psv10-product-card__image{transition:none!important}
}
.psv101-blog-head--archive{grid-template-columns:minmax(0,1fr) auto;align-items:end;margin-bottom:30px}.psv101-archive-description{max-width:780px;color:#9da19a;font-size:12px;line-height:2}.psv101-archive-description p{margin:0}.psv101-archive-back{display:flex;align-items:center;gap:14px;min-height:44px;padding:0 14px;border:1px solid rgba(255,255,255,.10);border-radius:12px;color:#c9aa72!important;font-size:9px}.psv101-archive-back i{font-style:normal;font-size:16px}.psv101-blog-grid--archive{margin-top:10px}
@media(max-width:700px){.psv101-blog-head--archive{grid-template-columns:1fr;gap:18px}.psv101-archive-back{justify-self:start}}
body.parsaray-v10-shop,body.parsaray-v10-product,body.parsaray-v10-blog,body.single-post{overflow-x:hidden!important}
.psv101-product .woocommerce-error,.psv101-product .woocommerce-info,.psv101-product .woocommerce-message{margin:0 0 16px!important;padding:13px 44px 13px 15px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:13px!important;background:#141714!important;color:#d9d8d2!important;font-size:10px!important;line-height:1.8!important}.psv101-product .woocommerce-error:before,.psv101-product .woocommerce-info:before,.psv101-product .woocommerce-message:before{right:15px!important;left:auto!important;top:13px!important;color:#caa567!important}

/* ==========================================================================\n   PARS ARAY V10.2 — shop geometry, quote modal, related product slider\n   ========================================================================== */

:root{
  --ps102-bg:#0b0d0c;
  --ps102-panel:#121512;
  --ps102-panel-2:#171a17;
  --ps102-line:rgba(255,255,255,.095);
  --ps102-line-strong:rgba(214,176,105,.30);
  --ps102-gold:#d1aa67;
  --ps102-gold-2:#e5c889;
  --ps102-text:#f4f1e9;
  --ps102-muted:#9a9e97;
}

/* Shop: sidebar is physically on the RIGHT, catalogue owns the left side. */
body.parsaray-v10-shop .psv10-shop-layout{
  display:flex!important;
  flex-direction:row!important;
  align-items:flex-start!important;
  gap:28px!important;
  direction:rtl!important;
  width:100%!important;
}
body.parsaray-v10-shop .psv10-filter{
  order:0!important;
  flex:0 0 292px!important;
  width:292px!important;
  min-width:292px!important;
  max-width:292px!important;
  position:sticky!important;
  top:104px!important;
  max-height:calc(100vh - 128px)!important;
  overflow:auto!important;
  overscroll-behavior:contain;
  scrollbar-width:thin;
  scrollbar-color:rgba(209,170,103,.38) transparent;
  border:1px solid var(--ps102-line)!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,#121512 0%,#0f120f 100%)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.18)!important;
}
body.parsaray-v10-shop .psv10-filter::-webkit-scrollbar{width:5px}
body.parsaray-v10-shop .psv10-filter::-webkit-scrollbar-thumb{background:rgba(209,170,103,.34);border-radius:99px}
body.parsaray-v10-shop .psv10-products{
  order:1!important;
  flex:1 1 auto!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  direction:rtl!important;
}
body.parsaray-v10-shop .psv10-filter__head{padding:22px 20px 17px!important}
body.parsaray-v10-shop .psv10-filter__head h2{font-size:18px!important;margin:3px 0 0!important}
body.parsaray-v10-shop .psv10-filter-form{padding:0 18px 18px!important}
body.parsaray-v10-shop .psv10-filter-group,
body.parsaray-v10-shop .psv10-field{margin:0!important;padding:17px 0!important;border-top:1px solid rgba(255,255,255,.065)!important}
body.parsaray-v10-shop .psv10-filter-group legend,
body.parsaray-v10-shop .psv10-field>span{margin-bottom:11px!important;font-size:11px!important}
body.parsaray-v10-shop .psv10-radio-list{max-height:215px!important;overflow:auto!important;padding-left:4px!important}
body.parsaray-v10-shop .psv10-radio-list label{min-height:36px!important;padding:0 2px!important}
body.parsaray-v10-shop .psv10-radio-list label span{font-size:10px!important}
body.parsaray-v10-shop .psv10-segmented{grid-template-columns:repeat(3,minmax(0,1fr))!important}
body.parsaray-v10-shop .psv10-segmented span{min-height:34px!important;font-size:9px!important}
body.parsaray-v10-shop .psv10-price-grid{grid-template-columns:1fr!important;gap:8px!important}
body.parsaray-v10-shop .psv10-price-grid label{min-width:0!important}
body.parsaray-v10-shop .psv10-price-grid input,
body.parsaray-v10-shop .psv10-field input,
body.parsaray-v10-shop .psv10-field select{min-height:44px!important;font-size:10px!important}
body.parsaray-v10-shop .psv10-filter-actions{position:sticky;bottom:-18px;z-index:3;padding:14px 0 1px;background:linear-gradient(180deg,rgba(15,18,15,0),#0f120f 24%)}
body.parsaray-v10-shop .psv10-filter-actions .psv10-btn{min-height:44px!important;font-size:10px!important}

body.parsaray-v10-shop .psv10-products-toolbar{
  min-height:76px!important;
  padding:15px 19px!important;
  border:1px solid var(--ps102-line)!important;
  border-radius:18px!important;
  background:rgba(18,21,18,.78)!important;
}
body.parsaray-v10-shop .psv10-products-toolbar strong{font-size:15px!important}
body.parsaray-v10-shop .psv10-product-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  width:100%!important;
  margin:0!important;
}
body.parsaray-v10-shop .psv10-product-grid>.product,
body.parsaray-v10-shop .psv10-product-grid>.psv10-product-card{
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  float:none!important;
  clear:none!important;
}

/* Product card V10.2: stable title height and clear call to action. */
.psv102-product-card .psv10-product-card__media{aspect-ratio:1.22/1!important;background:#e8e3d9!important}
.psv102-product-card .psv10-product-card__image{object-fit:contain!important;padding:0!important;background:#e8e3d9!important}
.psv102-product-card .psv10-product-card__body{display:flex!important;flex-direction:column!important;min-height:214px!important;padding:17px!important}
.psv102-product-card .psv10-product-card__meta{margin-bottom:8px!important}
.psv102-product-card h2{min-height:58px!important;max-height:58px!important;overflow:hidden!important;font-size:14px!important;line-height:1.85!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}
.psv102-product-card__bottom{display:flex!important;flex-direction:column!important;gap:13px!important;margin-top:auto!important;padding-top:14px!important;border-top:1px solid rgba(255,255,255,.07)!important}
.psv102-product-card__actions{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}
.psv102-quote-trigger,
.psv102-card-view{
  min-height:42px!important;
  border-radius:12px!important;
  font:inherit!important;
  font-size:10px!important;
  font-weight:700!important;
  text-decoration:none!important;
}
.psv102-quote-trigger{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:0 14px!important;border:1px solid rgba(209,170,103,.35)!important;background:linear-gradient(135deg,#d1aa67,#b98c48)!important;color:#17130d!important;cursor:pointer!important;box-shadow:0 10px 26px rgba(190,143,70,.12)!important;transition:transform .2s ease,filter .2s ease!important}
.psv102-quote-trigger:hover{transform:translateY(-1px)!important;filter:brightness(1.05)!important}
.psv102-quote-trigger i{font-style:normal!important;font-size:15px!important}
.psv102-card-view{display:grid!important;place-items:center!important;min-width:68px!important;padding:0 11px!important;border:1px solid rgba(255,255,255,.11)!important;background:#111411!important;color:#d9d6cf!important}
.psv102-card-view:hover{border-color:rgba(209,170,103,.36)!important;color:var(--ps102-gold-2)!important}
.psv102-product-card .psv10-product-card__price{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}
.psv102-product-card .psv10-product-card__price>span{margin:0!important;font-size:9px!important}
.psv102-product-card .psv10-product-card__price strong{font-size:12px!important;text-align:left!important}

/* Quote request modal. */
.psv102-quote-modal{position:fixed;inset:0;z-index:1000000;display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease;font-family:IRANSansX,IRANYekanPars,Tahoma,Arial,sans-serif!important;direction:rtl}
.psv102-quote-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.psv102-quote-backdrop{position:absolute;inset:0;background:rgba(3,5,4,.76);backdrop-filter:blur(12px)}
.psv102-quote-dialog{position:relative;z-index:2;display:grid;grid-template-columns:minmax(270px,.72fr) minmax(0,1.35fr);width:min(980px,100%);max-height:min(790px,calc(100vh - 48px));overflow:auto;border:1px solid rgba(255,255,255,.12);border-radius:30px;background:#101310;color:#f4f1e9;box-shadow:0 40px 140px rgba(0,0,0,.55)}
.psv102-quote-close{position:absolute;top:16px;left:16px;z-index:5;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.11);border-radius:50%;background:rgba(255,255,255,.055);color:#f7f2e8;font-size:25px;line-height:1;cursor:pointer}
.psv102-quote-intro{position:relative;overflow:hidden;padding:48px 36px;background:radial-gradient(circle at 30% 15%,rgba(209,170,103,.20),transparent 32%),linear-gradient(155deg,#1c1d19 0%,#0d100e 78%)}
.psv102-quote-intro:after{content:"";position:absolute;width:320px;height:320px;left:-180px;bottom:-150px;border:1px solid rgba(209,170,103,.16);border-radius:50%;box-shadow:0 0 0 42px rgba(209,170,103,.035),0 0 0 90px rgba(209,170,103,.018)}
.psv102-quote-intro>span{display:inline-flex;margin-bottom:20px;color:#d9b675;font-size:10px;letter-spacing:.04em}
.psv102-quote-intro h2{position:relative;z-index:2;margin:0 0 16px!important;color:#fff!important;font-size:31px!important;line-height:1.55!important;font-weight:800!important}
.psv102-quote-intro p{position:relative;z-index:2;margin:0!important;color:#aaaDA6!important;font-size:12px!important;line-height:2!important}
.psv102-quote-product{position:relative;z-index:2;margin-top:30px;padding:16px 17px;border:1px solid rgba(209,170,103,.18);border-radius:16px;background:rgba(255,255,255,.035)}
.psv102-quote-product small{display:block;margin-bottom:5px;color:#858a83;font-size:9px}
.psv102-quote-product strong{display:block;color:#e4cb9b;font-size:12px;line-height:1.8}
.psv102-quote-form{padding:48px 38px 34px;background:#111411}
.psv102-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.psv102-form-grid label{display:block;margin:0!important}
.psv102-form-grid label>span{display:block;margin:0 2px 8px;color:#b9bdb5;font-size:10px}
.psv102-form-grid input,.psv102-form-grid textarea{display:block;width:100%!important;min-width:0!important;margin:0!important;padding:0 15px!important;border:1px solid rgba(255,255,255,.105)!important;border-radius:13px!important;outline:0!important;background:#0c0f0d!important;color:#f4f1e9!important;font:inherit!important;font-size:11px!important;box-shadow:none!important;transition:border-color .18s ease,box-shadow .18s ease!important}
.psv102-form-grid input{height:48px!important}
.psv102-form-grid textarea{min-height:112px!important;padding-top:13px!important;resize:vertical!important;line-height:1.9!important}
.psv102-form-grid input:focus,.psv102-form-grid textarea:focus{border-color:rgba(209,170,103,.58)!important;box-shadow:0 0 0 3px rgba(209,170,103,.08)!important}
.psv102-form-wide{grid-column:1/-1}
.psv102-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}
.psv102-quote-form__footer{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07)}
.psv102-quote-form__footer small{max-width:330px;color:#737870;font-size:9px;line-height:1.8}
.psv102-quote-form__footer button{display:flex;align-items:center;justify-content:center;gap:16px;min-width:190px;height:50px;padding:0 20px;border:0;border-radius:13px;background:linear-gradient(135deg,#d6b16e,#b98943);color:#17120c;font:inherit;font-size:11px;font-weight:800;cursor:pointer;transition:.2s ease}
.psv102-quote-form__footer button:hover{transform:translateY(-1px);filter:brightness(1.04)}
.psv102-quote-form__footer button[disabled]{opacity:.55;cursor:wait;transform:none}
.psv102-quote-form__footer button i{font-style:normal;font-size:17px}
.psv102-quote-status{display:none;margin-top:14px;padding:12px 14px;border-radius:12px;font-size:10px;line-height:1.8}
.psv102-quote-status.is-visible{display:block}
.psv102-quote-status.is-success{background:rgba(97,150,102,.12);border:1px solid rgba(97,150,102,.28);color:#b9deb9}
.psv102-quote-status.is-error{background:rgba(186,84,71,.12);border:1px solid rgba(186,84,71,.28);color:#efb4ab}
body.psv102-modal-lock{overflow:hidden!important}

/* Product page quote CTA and related products slider. */
.psv102-product-quote{width:100%;border:0!important;cursor:pointer!important}
.psv101-project-cta>button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:52px;padding:0 22px;border:1px solid rgba(209,170,103,.38);border-radius:14px;background:#d1aa67;color:#17130d;font:inherit;font-size:11px;font-weight:800;cursor:pointer}
.psv101-project-cta>button i{font-style:normal;font-size:17px}
.psv102-related-slider{position:relative;display:flex;align-items:center;gap:12px;min-width:0}
.psv102-related-track{display:flex;gap:16px;min-width:0;overflow-x:auto;padding:6px 2px 18px;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior-inline:contain}
.psv102-related-track::-webkit-scrollbar{display:none}
.psv102-related-track>.product,.psv102-related-track>.psv10-product-card{flex:0 0 clamp(270px,29vw,340px)!important;width:clamp(270px,29vw,340px)!important;max-width:340px!important;scroll-snap-align:start!important;margin:0!important;float:none!important}
.psv102-related-nav{flex:0 0 46px;display:grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid rgba(255,255,255,.11);border-radius:50%;background:#141714;color:#f4f1e9;font:inherit;font-size:19px;cursor:pointer;transition:.2s ease}
.psv102-related-nav:hover{border-color:rgba(209,170,103,.4);background:#d1aa67;color:#17130d}
.psv102-related-nav:disabled{opacity:.28;cursor:default}

@media (max-width:1279px){
  body.parsaray-v10-shop .psv10-filter{flex-basis:270px!important;width:270px!important;min-width:270px!important;max-width:270px!important}
  body.parsaray-v10-shop .psv10-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media (max-width:900px){
  body.parsaray-v10-shop .psv10-shop-layout{display:block!important}
  body.parsaray-v10-shop .psv10-filter{position:fixed!important;inset:auto 0 0 0!important;z-index:999992!important;width:100%!important;min-width:0!important;max-width:none!important;height:min(86vh,760px)!important;max-height:min(86vh,760px)!important;border-radius:26px 26px 0 0!important;transform:translateY(105%)!important;transition:transform .28s cubic-bezier(.2,.7,.2,1)!important}
  body.parsaray-v10-shop .psv10-filter.is-open{transform:none!important}
  body.parsaray-v10-shop .psv10-products{width:100%!important}
  body.parsaray-v10-shop .psv10-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
  .psv102-quote-dialog{grid-template-columns:1fr;width:min(680px,100%)}
  .psv102-quote-intro{padding:34px 28px 28px}
  .psv102-quote-intro h2{font-size:26px!important}
  .psv102-quote-form{padding:28px}
  .psv102-related-nav{display:none}
}

@media (max-width:620px){
  body.parsaray-v10-shop .psv10-product-grid{grid-template-columns:1fr!important;gap:14px!important}
  .psv102-product-card .psv10-product-card__media{aspect-ratio:1.45/1!important}
  .psv102-product-card .psv10-product-card__body{min-height:0!important}
  .psv102-product-card h2{min-height:0!important;max-height:none!important;-webkit-line-clamp:3!important}
  .psv102-quote-modal{padding:0;align-items:end}
  .psv102-quote-dialog{max-height:94vh;border-radius:26px 26px 0 0}
  .psv102-quote-intro{padding:32px 22px 24px}
  .psv102-quote-intro h2{padding-left:35px;font-size:23px!important}
  .psv102-quote-form{padding:22px}
  .psv102-form-grid{grid-template-columns:1fr;gap:13px}
  .psv102-form-wide{grid-column:auto}
  .psv102-quote-form__footer{align-items:stretch;flex-direction:column}
  .psv102-quote-form__footer button{width:100%}
  .psv102-related-track>.product,.psv102-related-track>.psv10-product-card{flex-basis:82vw!important;width:82vw!important;max-width:330px!important}
}

/* ==========================================================================\n   PARS ARAY V10.4 — journal slider, sticky reading guide, consultation CTA\n   ========================================================================== */
body.parsaray-v10-blog,
body.single-post{--ps104-gold:#d2aa67;--ps104-gold-hi:#edd09a;--ps104-ink:#0b0d0c;--ps104-panel:#111411;--ps104-line:rgba(255,255,255,.095)}

/* Blog refinement */
.psv104-blog{background:radial-gradient(circle at 84% 0,rgba(210,170,103,.10),transparent 24%),radial-gradient(circle at 4% 36%,rgba(126,101,63,.06),transparent 20%),#0b0d0c}
.psv104-blog-head{padding-top:34px}
.psv104-blog-head .psv101-blog-head__copy h1{max-width:760px}
.psv104-blog-section-head{margin-top:70px}
.psv104-blog-grid{gap:22px}
.psv104-story-card{position:relative;background:linear-gradient(180deg,#121512,#0f120f)}
.psv104-story-card:before{content:"";position:absolute;z-index:2;inset:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 0 1px transparent;transition:.25s ease}
.psv104-story-card:hover:before{box-shadow:inset 0 0 0 1px rgba(210,170,103,.18)}

/* Five latest posts slider */
.psv104-journal-slider{position:relative;margin:12px 0 0;padding:18px;border:1px solid var(--ps104-line);border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(210,170,103,.035));box-shadow:0 40px 110px rgba(0,0,0,.24);overflow:hidden}
.psv104-journal-slider:before{content:"";position:absolute;left:-180px;top:-220px;width:440px;height:440px;border:1px solid rgba(210,170,103,.08);border-radius:50%;box-shadow:0 0 0 70px rgba(210,170,103,.018),0 0 0 140px rgba(210,170,103,.012);pointer-events:none}
.psv104-journal-slider__top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:5px 7px 18px}
.psv104-journal-slider__top>div:first-child span{display:block;margin-bottom:4px;color:#8f744d;font-size:8px;letter-spacing:.06em}.psv104-journal-slider__top>div:first-child strong{display:block;color:#dedbd3;font-size:12px;line-height:1.7}
.psv104-journal-slider__nav{display:flex;align-items:center;gap:9px}.psv104-journal-slider__nav button{display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid rgba(255,255,255,.11);border-radius:50%;background:#0d100d;color:#d9d6cf;font-size:15px;cursor:pointer;transition:.2s ease}.psv104-journal-slider__nav button:hover{border-color:rgba(210,170,103,.48);background:var(--ps104-gold);color:#17120b;transform:translateY(-1px)}.psv104-journal-slider__nav span{display:flex;align-items:center;gap:6px;min-width:64px;justify-content:center;color:#656b64;font-size:8px}.psv104-journal-slider__nav b{color:var(--ps104-gold-hi);font-size:11px}.psv104-journal-slider__nav i,.psv104-journal-slider__nav em{font-style:normal}
.psv104-journal-slider__viewport{position:relative;overflow:hidden;border-radius:22px}
.psv104-journal-slider__track{display:flex;width:100%;direction:ltr;transform:translate3d(0,0,0);transition:transform .62s cubic-bezier(.2,.76,.2,1);will-change:transform}
.psv104-journal-slide{display:grid;direction:ltr;grid-template-columns:minmax(0,1.52fr) minmax(340px,.7fr);flex:0 0 100%;min-width:100%;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:#101310;opacity:.62;transition:opacity .35s ease}.psv104-journal-slide.is-active{opacity:1}
.psv104-journal-slide__media,.psv104-journal-slide__body{direction:rtl}.psv104-journal-slide__media{position:relative;display:block;min-height:510px;overflow:hidden;background:#181b18}.psv104-journal-slide__media img{display:block;width:100%!important;height:100%!important;min-height:510px;margin:0!important;object-fit:cover!important;transform:scale(1.015);transition:transform 6.5s cubic-bezier(.2,.7,.2,1)}.psv104-journal-slide.is-active .psv104-journal-slide__media img{transform:scale(1.06)}.psv104-journal-slide__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,12,10,.12),transparent 42%),linear-gradient(0deg,rgba(8,10,8,.18),transparent 38%)}.psv104-journal-slide__number{position:absolute;right:18px;top:18px;display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(10,12,10,.55);color:#e4c992;font-size:10px;backdrop-filter:blur(12px)}
.psv104-journal-slide__body{display:flex;flex-direction:column;justify-content:center;padding:46px 40px}.psv104-journal-slide__body h2{margin:16px 0 15px!important;color:#f1eee7!important;font-size:clamp(28px,3vw,43px)!important;line-height:1.55!important;font-weight:850!important;letter-spacing:-.035em!important}.psv104-journal-slide__body h2 a{color:inherit!important}.psv104-journal-slide__body p{margin:0;color:#9da19a;font-size:12px;line-height:2.1}.psv104-journal-slide__foot{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07)}.psv104-journal-slide__foot>a{display:flex;align-items:center;gap:14px;color:#d8b779!important;font-size:10px;font-weight:800}.psv104-journal-slide__foot i{font-style:normal;font-size:16px}.psv104-journal-slide__foot time{color:#6f756e;font-size:8px}
.psv104-journal-slider__dots{position:relative;z-index:3;display:flex;justify-content:center;gap:7px;padding-top:14px}.psv104-journal-slider__dots button{width:24px;height:4px;padding:0;border:0;border-radius:99px;background:rgba(255,255,255,.12);cursor:pointer;transition:.25s ease}.psv104-journal-slider__dots button.is-active{width:54px;background:var(--ps104-gold)}

/* Reading guide: the rail stays in article flow, only the inner guide follows scroll. */
.psv101-article-layout{align-items:stretch}
.psv101-article-aside{position:relative!important;top:auto!important;align-self:stretch;min-height:100%}
.psv104-guide-sticky{position:sticky;top:112px;display:grid;gap:10px}
.psv104-guide-progress{height:2px;margin:12px 0 6px;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.07)}.psv104-guide-progress span{display:block;width:100%;height:100%;transform:scaleX(0);transform-origin:right center;background:linear-gradient(90deg,#a47c45,#e2c080);transition:transform .08s linear}
.psv101-article-aside nav a{position:relative;padding-right:14px;transition:background .18s ease,color .18s ease,transform .18s ease}.psv101-article-aside nav a:before{content:"";position:absolute;right:3px;top:50%;width:4px;height:4px;border-radius:50%;background:#4e554e;transform:translateY(-50%);transition:.18s ease}.psv101-article-aside nav a.is-active{background:rgba(210,170,103,.09);color:#e0c187!important;transform:translateX(-2px)}.psv101-article-aside nav a.is-active:before{background:#d8b36f;box-shadow:0 0 0 5px rgba(216,179,111,.07)}

/* Consultation / call section */
.psv104-consult-cta{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:50px;align-items:center;margin-top:82px;padding:48px 50px;overflow:hidden;border:1px solid rgba(210,170,103,.22);border-radius:30px;background:linear-gradient(115deg,rgba(210,170,103,.15),rgba(20,23,20,.92) 42%,#101310 72%);box-shadow:0 34px 90px rgba(0,0,0,.22)}
.psv104-consult-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 0 55%,rgba(255,255,255,.025) 55% 56%,transparent 56%);pointer-events:none}
.psv104-consult-cta__orb{position:absolute;left:-90px;top:-120px;width:320px;height:320px;border:1px solid rgba(230,198,142,.12);border-radius:50%;box-shadow:0 0 0 54px rgba(210,170,103,.025),0 0 0 108px rgba(210,170,103,.014);animation:psv104Orb 8s ease-in-out infinite alternate;pointer-events:none}
.psv104-consult-cta__copy,.psv104-consult-cta__actions{position:relative;z-index:2}.psv104-consult-cta__copy>span{display:block;margin-bottom:8px;color:#a98553;font-size:9px}.psv104-consult-cta__copy h2{max-width:850px;margin:0!important;color:#f1eee6!important;font-size:clamp(24px,2.6vw,38px)!important;line-height:1.65!important;font-weight:850!important;letter-spacing:-.025em!important}.psv104-consult-cta__copy p{max-width:760px;margin:10px 0 0;color:#92978f;font-size:11px;line-height:2}
.psv104-consult-cta__actions{display:grid;grid-template-columns:1fr;gap:9px;min-width:210px}.psv104-consult-cta__phone,.psv104-consult-cta__button{display:flex;align-items:center;justify-content:center;min-height:58px;border-radius:15px;text-decoration:none!important;transition:.22s ease}.psv104-consult-cta__phone{flex-direction:column;border:1px solid rgba(210,170,103,.28);background:rgba(12,14,12,.55);color:#eee8dc!important}.psv104-consult-cta__phone small{color:#857252;font-size:7px}.psv104-consult-cta__phone strong{margin-top:2px;color:#e5c487;font-size:18px;letter-spacing:.03em}.psv104-consult-cta__phone:hover{border-color:rgba(227,191,128,.55);transform:translateY(-2px)}.psv104-consult-cta__button{gap:18px;background:var(--ps104-gold);color:#17120b!important;font-size:10px;font-weight:850}.psv104-consult-cta__button i{font-style:normal;font-size:17px;transition:transform .2s ease}.psv104-consult-cta__button:hover{background:#e6c282;transform:translateY(-2px)}.psv104-consult-cta__button:hover i{transform:translateX(-4px)}
.psv104-consult-cta--article{margin-top:70px}
@keyframes psv104Orb{from{transform:translate3d(0,0,0) scale(.98)}to{transform:translate3d(26px,18px,0) scale(1.04)}}

@media(max-width:1050px){
  .psv104-journal-slide{grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr)}
  .psv104-journal-slide__media{min-height:440px}.psv104-journal-slide__media img{min-height:440px}
  .psv104-journal-slide__body{padding:34px 28px}
  .psv104-consult-cta{grid-template-columns:1fr;gap:26px}.psv104-consult-cta__actions{grid-template-columns:1fr 1fr;min-width:0}
}
@media(max-width:900px){
  .psv104-guide-sticky{position:static}.psv101-article-aside__box{display:none!important}
  .psv104-journal-slide{grid-template-columns:1fr}.psv104-journal-slide__media{min-height:0;aspect-ratio:1.55/1}.psv104-journal-slide__media img{min-height:0}.psv104-journal-slide__body{padding:26px 24px}.psv104-journal-slide__body h2{font-size:28px!important}.psv104-journal-slide__body p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
}
@media(max-width:600px){
  .psv104-blog-head{padding-top:20px}.psv104-journal-slider{margin-top:4px;padding:9px;border-radius:22px}.psv104-journal-slider__top{padding:7px 5px 12px}.psv104-journal-slider__top>div:first-child strong{font-size:10px}.psv104-journal-slider__nav button{width:36px;height:36px}.psv104-journal-slider__nav span{display:none}.psv104-journal-slide{border-radius:16px}.psv104-journal-slide__media{aspect-ratio:1.22/1}.psv104-journal-slide__body{padding:21px 17px 20px}.psv104-journal-slide__body h2{margin:11px 0 10px!important;font-size:23px!important;line-height:1.65!important}.psv104-journal-slide__body p{font-size:10px;line-height:2}.psv104-journal-slide__foot{margin-top:18px;padding-top:14px}.psv104-journal-slide__number{right:10px;top:10px;width:38px;height:38px}.psv104-journal-slider__dots{padding-top:10px}.psv104-journal-slider__dots button{width:16px}.psv104-journal-slider__dots button.is-active{width:38px}.psv104-blog-section-head{margin-top:48px}
  .psv104-consult-cta{margin-top:58px;padding:30px 20px;border-radius:22px}.psv104-consult-cta__copy h2{font-size:23px!important}.psv104-consult-cta__copy p{font-size:10px}.psv104-consult-cta__actions{grid-template-columns:1fr}.psv104-consult-cta__phone,.psv104-consult-cta__button{min-height:54px}
}
@media(prefers-reduced-motion:reduce){.psv104-journal-slider__track,.psv104-journal-slide__media img,.psv104-consult-cta__orb{transition:none!important;animation:none!important}}
