/* =========================================================
   کیش وب‌سایت — استایل اصلی (RTL-native)
   ========================================================= */

:root {
	--bg: #fbfdfd;
	--surface: #f4f9f8;
	--surface-2: #e8f1f0;
	--ink: #102a33;
	--ink-soft: #516970;
	--muted: #879ba1;
	--primary: #147fae;
	--primary-deep: #075f8c;
	--primary-050: #e8f5fb;
	--accent: #f26a2e;
	--accent-deep: #b83f17;
	--coral: #ef4f45;
	--mango: #ffb45c;
	--mint: #147fae;
	--rose: #fbe7df;
	--gold: #e7a91c;
	--line: #d9e8ee;
	--shadow: 0 12px 28px rgba(16, 42, 51, .08);
	--shadow-sm: 0 6px 18px rgba(16, 42, 51, .07);
	--shadow-lg: 0 24px 60px rgba(16, 42, 51, .12);
	--r-sm: 6px;
	--r: 8px;
	--r-lg: 8px;
	--r-pill: 999px;
	--container: 1200px;
	--ease: cubic-bezier(.22, 1, .36, 1);
	--header-h: 78px;
}

/* ---------- پایه ---------- */
* { box-sizing: border-box; }
[hidden]:not(.mobile-menu) { display: none !important; }
html { direction: rtl; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: "Vazirmatn", system-ui, sans-serif;
	color: var(--ink);
	background: var(--bg);
	line-height: 1.75;
	font-size: 16px;
	overflow-x: hidden;
}
h1, h2, h3, h4 { line-height: 1.35; margin: 0 0 .5em; font-weight: 800; letter-spacing: 0; }
p { margin: 0 0 1em; }
a { color: inherit; text-decoration: none; transition: color .2s var(--ease); }
img { max-width: 100%; height: auto; display: block; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }
input, textarea, select { font-family: inherit; font-size: 1rem; }
ul { margin: 0; padding: 0; list-style: none; }
del { color: var(--muted); }
.muted { color: var(--muted); }
.hl { color: var(--primary-deep); }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 20px; }

.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}
.skip-link {
	position: absolute; right: 12px; top: 8px; z-index: 1000;
	background: var(--primary); color: #fff; padding: 10px 18px; border-radius: var(--r-sm);
	transform: translateY(-140%);
	transition: transform .2s var(--ease);
}
.skip-link:focus { transform: translateY(0); }

/* ---------- آیکنها ---------- */
.icon { flex-shrink: 0; vertical-align: middle; }

/* ---------- دکمهها ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 11px 18px; border-radius: var(--r); font-weight: 700; font-size: .96rem;
	transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
	white-space: nowrap; position: relative; overflow: hidden;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn--lg { padding: 13px 22px; font-size: 1rem; }
.btn--block { width: 100%; }
.btn--primary { background: var(--primary-deep); color: #fff; box-shadow: 0 10px 22px rgba(7, 95, 140, .18); }
.btn--primary:hover { background: var(--primary); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(20, 127, 174, .22); }
.btn--accent { background: var(--accent); color: #fff; box-shadow: 0 10px 22px rgba(249, 115, 22, .2); }
.btn--accent:hover { background: var(--accent-deep); transform: translateY(-2px); }
.btn--ghost { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.btn--ghost:hover { border-color: var(--primary); background: var(--primary-050); color: var(--primary-deep); }
.btn--icon { padding: 11px; width: 44px; height: 44px; border-radius: 50%; background: var(--primary-050); color: var(--primary-deep); }
.btn--icon:hover { background: var(--primary); color: #fff; transform: translateY(-2px); }

.link-btn { color: var(--primary-deep); font-weight: 600; font-size: .9rem; text-decoration: underline; text-underline-offset: 3px; }
.link-btn:disabled { color: var(--muted); text-decoration: none; cursor: default; }

/* ---------- نوار بالا ---------- */
.topbar { background: #0d2630; color: #c7dce1; font-size: .8rem; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.topbar__in { display: flex; align-items: center; gap: 16px; height: 34px; }
.topbar span { display: inline-flex; align-items: center; gap: 6px; }
.topbar .icon { color: var(--primary); }
.topbar__sep { width: 1px; height: 14px; background: rgba(255, 255, 255, .15); }
.topbar__track { margin-inline-start: auto; color: #fff; font-weight: 600; }
.topbar__track:hover { color: #9fe6ec; }

/* ---------- هدر ---------- */
.site-header {
	position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .94);
	backdrop-filter: saturate(180%) blur(16px); border-bottom: 1px solid rgba(220, 232, 231, .9);
	transition: box-shadow .3s var(--ease);
}
.site-header.is-stuck { box-shadow: var(--shadow-sm); }
.site-header__in { display: flex; align-items: center; gap: 28px; min-height: var(--header-h); padding-block: 10px; }
.site-header__brand { flex: 0 0 auto; }
.brand {
	display: inline-flex; align-items: center; gap: 10px; min-width: 172px;
	color: var(--primary-deep);
}
.brand-mark {
	width: 44px; height: 44px; display: grid; place-items: center; flex-shrink: 0;
	color: var(--primary-deep);
}
.brand-mark__icon { width: 44px; height: 44px; filter: drop-shadow(0 8px 16px rgba(7, 95, 140, .14)); }
.brand:hover .brand-mark__motion,
.brand-mark__motion { transform-origin: 50% 50%; animation: logoSwim 4.8s ease-in-out infinite; }
.brand-mark__tail { transform-origin: 11px 33px; animation: logoTail 1.9s ease-in-out infinite; }
@keyframes logoSwim { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-1.5px); } }
@keyframes logoTail { 0%, 100% { transform: rotate(0); } 50% { transform: rotate(4deg); } }
.brand-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 1px; line-height: 1.2; }
.brand-copy strong { color: var(--ink); font-size: 1.28rem; font-weight: 800; }
.brand-copy em { color: var(--muted); font-size: .72rem; font-style: normal; font-weight: 600; }
.custom-logo-link img { max-height: 48px; width: auto; }

.main-nav { flex: 1 1 auto; min-width: 0; }
.main-nav__list { display: flex; align-items: center; gap: 2px; }
.main-nav__list,
.main-nav__list .sub-menu { list-style: none; margin: 0; padding: 0; }
.main-nav__list > li { position: relative; }
.main-nav__list a {
	display: block; padding: 8px 11px; border-radius: var(--r-sm); font-weight: 600; color: var(--ink-soft);
	position: relative;
}
.main-nav__list a:hover { color: var(--primary-deep); background: var(--primary-050); }
.main-nav__list .current-menu-item > a,
.main-nav__list .current_page_item > a,
.main-nav__list .current-menu-ancestor > a,
.main-nav__list .current_page_ancestor > a,
.main-nav__list > li.is-active > a {
	color: var(--primary-deep);
	background: linear-gradient(145deg, var(--primary-050), #fff5ec);
	box-shadow: none;
}
.main-nav__list > li > a::after { content: none; }
.main-nav__list > li.menu-item-has-children > a {
	padding-inline-end: 30px;
}
.main-nav__list > li.menu-item-has-children > a::after {
	content: ""; position: absolute; inset-inline-end: 12px; top: 50%; width: 7px; height: 7px;
	border-inline-end: 2px solid currentColor; border-block-end: 2px solid currentColor;
	transform: translateY(-62%) rotate(45deg); opacity: .78;
}
.main-nav__list .sub-menu {
	position: absolute; inset-inline-start: 0; top: calc(100% + 10px); z-index: 80; min-width: 220px;
	display: grid; gap: 4px; padding: 10px; border: 1px solid var(--line); border-radius: var(--r);
	background: #fff; box-shadow: 0 20px 48px rgba(11, 42, 52, .15); opacity: 0; visibility: hidden;
	transform: translateY(8px); transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s var(--ease);
}
.main-nav__list .sub-menu::before {
	content: ""; position: absolute; inset-inline: 0; top: -11px; height: 11px;
}
.main-nav__list li:hover > .sub-menu,
.main-nav__list li:focus-within > .sub-menu {
	opacity: 1; visibility: visible; transform: translateY(0);
}
.main-nav__list .sub-menu a {
	white-space: nowrap; padding: 10px 12px; border-radius: var(--r-sm); color: var(--ink); font-size: .92rem;
}
.main-nav__list .sub-menu a:hover { background: var(--primary-050); color: var(--primary-deep); }

.site-header__actions { display: flex; align-items: center; gap: 8px; margin-inline-start: auto; }
.icon-btn {
	width: 40px; height: 40px; border-radius: var(--r); display: grid; place-items: center;
	color: var(--ink-soft); background: #fff; border: 1px solid var(--line);
	transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.icon-btn:hover { background: var(--primary-050); color: var(--primary-deep); border-color: #c9e5e3; }
.cart-btn { position: relative; }
.cart-btn__count {
	position: absolute; top: -5px; inset-inline-start: -5px; min-width: 18px; height: 18px; padding: 0 4px;
	background: var(--accent); color: #fff; border-radius: var(--r-pill); font-size: .68rem; font-weight: 700;
	display: grid; place-items: center; transition: transform .25s var(--ease); border: 2px solid #fff;
}
.cart-btn__count.pop { animation: pop .4s var(--ease); }
@keyframes pop { 0% { transform: scale(1); } 40% { transform: scale(1.5); } 100% { transform: scale(1); } }
.cart-btn.is-added { animation: cartGlow .75s var(--ease); }
.cart-btn.is-added .icon { animation: cartSwing .75s var(--ease); color: var(--accent); }
@keyframes cartGlow {
	0% { box-shadow: 0 0 0 0 rgba(242, 106, 46, .34); border-color: var(--line); }
	45% { box-shadow: 0 0 0 9px rgba(242, 106, 46, .13); border-color: var(--accent); }
	100% { box-shadow: 0 0 0 0 rgba(242, 106, 46, 0); border-color: var(--line); }
}
@keyframes cartSwing {
	0%, 100% { transform: translateY(0) rotate(0); }
	25% { transform: translateY(-3px) rotate(-8deg); }
	55% { transform: translateY(1px) rotate(6deg); }
}
.menu-toggle { display: none; }

.search-panel { border-top: 1px solid var(--line); padding: 14px 0; background: #fff; }
.search-form { display: flex; gap: 8px; max-width: 640px; margin-inline: auto; }
.search-form__input {
	flex: 1; padding: 13px 16px; border: 1px solid var(--line); border-radius: var(--r);
	background: var(--surface); transition: border .2s var(--ease);
}
.search-form__input:focus { outline: none; border-color: var(--primary); background: #fff; }
.search-form__btn { width: 46px; border-radius: var(--r); background: var(--primary-deep); color: #fff; display: grid; place-items: center; }

/* ---------- منوی موبایل ---------- */
.mobile-menu {
	position: fixed; inset: 0; z-index: 200; background: #fff; padding: 20px;
	transform: translateX(-100%); transition: transform .35s var(--ease); overflow-y: auto;
}
.mobile-menu.is-open { transform: translateX(0); }
.mobile-menu[hidden] { display: none !important; }
.mobile-menu__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.mobile-menu__list { display: flex; flex-direction: column; gap: 4px; }
.mobile-menu__list a { display: block; padding: 14px 16px; border-radius: var(--r); font-weight: 600; font-size: 1.05rem; }
.mobile-menu__list a:hover { background: var(--primary-050); color: var(--primary-deep); }
.mobile-menu__sub a { margin-inline-start: 14px; padding-block: 10px; color: var(--ink-soft); font-size: .95rem; background: rgba(232,245,251,.55); }

/* ---------- منوی چسبان سریع ---------- */
.quick-dock {
	position: fixed; left: 18px; top: 50%; transform: translateY(-50%);
	z-index: 90; display: flex; flex-direction: column; gap: 8px;
	padding: 8px; border: 1px solid rgba(220, 232, 231, .88); border-radius: var(--r-lg);
	background: rgba(255, 255, 255, .88); backdrop-filter: blur(16px) saturate(160%);
	box-shadow: var(--shadow-sm);
}
.quick-dock a {
	width: 48px; height: 48px; border-radius: var(--r); display: inline-flex; align-items: center; justify-content: center;
	color: var(--ink-soft); position: relative; transition: background .2s var(--ease), color .2s var(--ease), transform .2s var(--ease);
}
.quick-dock a .icon { display: block; margin: auto; }
.quick-dock a:nth-child(1) { color: #147fae; }
.quick-dock a:nth-child(2) { color: #f26a2e; }
.quick-dock a:nth-child(3) { color: #1f9f8f; }
.quick-dock a:nth-child(4) { color: #8d6bff; }
.quick-dock a:hover,
.quick-dock a.is-active { background: linear-gradient(145deg, var(--primary-050), #fff5ec); color: var(--primary-deep); transform: translateX(2px); }
.quick-dock a.is-active { box-shadow: inset 3px 0 0 var(--accent); }
.quick-dock__count {
	position: absolute; top: 4px; right: 4px; min-width: 17px; height: 17px; padding: 0 4px;
	display: grid; place-items: center; border-radius: var(--r-pill); background: var(--accent);
	color: #fff; border: 2px solid #fff; font-size: .62rem; line-height: 1; font-weight: 800;
}
.quick-dock__count.pop { animation: pop .4s var(--ease); }
.quick-dock__cart.is-added .icon { animation: cartSwing .75s var(--ease); color: var(--accent); }
.quick-dock span {
	position: absolute; left: calc(100% + 10px); top: 50%; transform: translateY(-50%) translateX(-6px);
	background: var(--ink); color: #fff; border-radius: var(--r-sm); padding: 5px 9px;
	font-size: .76rem; font-weight: 700; white-space: nowrap; opacity: 0; pointer-events: none;
	transition: opacity .18s var(--ease), transform .18s var(--ease);
}
.quick-dock a:hover span { opacity: 1; transform: translateY(-50%) translateX(0); }

.mobile-dock { display: none; }

/* =========================================================
   هیرو
   ========================================================= */
.hero {
	position: relative; padding: 52px 0 72px; overflow: hidden;
	background:
		linear-gradient(135deg, rgba(255, 244, 232, .68) 0%, rgba(251, 253, 253, .82) 36%, rgba(232, 244, 252, .78) 100%),
		linear-gradient(180deg, #fff 0%, #f7fbfb 58%, var(--surface) 100%);
	border-bottom: 1px solid var(--line);
}
.hero__waves { position: absolute; inset: 0; pointer-events: none; }
.hero__wave { position: absolute; bottom: -14px; width: 100%; height: 44%; opacity: .64; }
.hero__wave--back { animation: waveY 12s ease-in-out infinite; }
.hero__wave--mid { animation: waveY 9s ease-in-out infinite reverse; }
.hero__wave--front { animation: waveY 7s ease-in-out infinite; }
@keyframes waveY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

.hero__in { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 42px; align-items: center; }
.hero__eyebrow {
	display: inline-flex; align-items: center; gap: 7px; padding: 7px 12px; border-radius: var(--r);
	background: #fff; border: 1px solid var(--line); color: var(--primary-deep); font-weight: 700; font-size: .86rem; box-shadow: var(--shadow-sm);
}
.hero__eyebrow .icon { color: var(--primary); }
.hero__title { font-size: 2.26rem; margin: 15px 0 12px; max-width: none; white-space: nowrap; }
.hero__hl { color: var(--primary-deep); position: relative; white-space: nowrap; }
.hero__hl::after {
	content: ""; position: absolute; inset-inline: 0; bottom: 7px; height: 10px; z-index: -1;
	background: var(--mango); opacity: .36; border-radius: var(--r-sm);
}
.hero__lead { font-size: 1.06rem; color: var(--ink-soft); max-width: 32em; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.hero__stats { display: flex; gap: 10px; padding-top: 6px; }
.hero__stats div { min-width: 118px; background: rgba(255, 255, 255, .82); border: 1px solid var(--line); border-radius: var(--r); padding: 12px 14px; box-shadow: var(--shadow-sm); }
.hero__stats strong { display: block; font-size: 1.34rem; color: var(--primary-deep); line-height: 1.2; }
.hero__stats span { font-size: .86rem; color: var(--muted); }

.hero__art { position: relative; display: grid; place-items: center; min-height: 300px; overflow: visible; }
.hero__disc { display: contents; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
.hero__fish { position: absolute; z-index: 3; filter: drop-shadow(0 26px 36px rgba(7, 95, 140, .14)); animation: swim 7.5s ease-in-out infinite; }
.hero__fish--main { width: min(270px, 78%); }
@keyframes swim { 0%, 100% { transform: translateX(0) rotate(0); } 50% { transform: translateX(-5px) rotate(-1.2deg); } }
.hero__fish-tail { transform-origin: 70% 50%; animation: tail 2.8s ease-in-out infinite; }
@keyframes tail { 0%, 100% { transform: rotate(0); } 50% { transform: rotate(3deg); } }
.hero__bubble {
	position: absolute; z-index: 1; border-radius: 50%;
	background: rgba(20, 127, 174, .18); border: 1px solid rgba(20, 127, 174, .26);
	box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .36);
}
.hero__bubble.b1 { width: 26px; height: 26px; inset-inline-end: 12%; top: 62%; animation: rise 5s ease-in infinite; }
.hero__bubble.b2 { width: 16px; height: 16px; inset-inline-end: 42%; top: 70%; animation: rise 6.5s ease-in .8s infinite; }
.hero__bubble.b3 { width: 12px; height: 12px; inset-inline-start: 16%; top: 68%; animation: rise 4.5s ease-in 1.4s infinite; }
.hero__bubble.b4 { width: 20px; height: 20px; inset-inline-start: 34%; top: 78%; animation: rise 5.8s ease-in 2s infinite; }
@keyframes rise { 0% { transform: translateY(26px) scale(.8); opacity: 0; } 24% { opacity: 1; } 100% { transform: translateY(-96px) scale(1.05); opacity: 0; } }
.hero__fish-mini { position: absolute; z-index: 2; filter: drop-shadow(0 12px 20px rgba(7, 95, 140, .1)); animation: miniSwim 6s ease-in-out infinite; }
.hero__fish-mini--one { width: 82px; inset-inline-end: 4%; top: 20%; }
.hero__fish-mini--two { width: 66px; inset-inline-start: 8%; top: 34%; animation-delay: 1.2s; opacity: .88; }
.hero__fish-mini--three { width: 54px; inset-inline-end: 18%; bottom: 24%; animation-delay: 2s; opacity: .78; }
@keyframes miniSwim { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(-7px, -5px); } }

/* =========================================================
   نوار اعتماد
   ========================================================= */
.trust { margin-top: -44px; position: relative; z-index: 2; }
.trust__in {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
	background: linear-gradient(135deg, rgba(7, 95, 140, .97), rgba(11, 63, 97, .98));
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: var(--r-lg);
	padding: 12px;
	box-shadow: 0 22px 58px rgba(7, 95, 140, .18);
}
.trust__item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	padding: 8px 14px;
}
.trust__item:not(:last-child)::after {
	content: "";
	position: absolute;
	inset-block: 12px;
	inset-inline-end: 0;
	width: 1px;
	background: rgba(255, 255, 255, .18);
}
.trust__icon {
	width: 42px;
	height: 42px;
	border-radius: 16px;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .13);
}
.trust__icon .icon { display: block; margin: auto; stroke-width: 2.35; }
.trust__item:nth-child(1) .trust__icon { background: rgba(214, 240, 255, .18); color: #8ed8ff; }
.trust__item:nth-child(2) .trust__icon { background: rgba(255, 226, 184, .2); color: #ffcf8e; }
.trust__item:nth-child(3) .trust__icon { background: rgba(170, 230, 218, .18); color: #8fe4d2; }
.trust__item:nth-child(4) .trust__icon { background: rgba(255, 190, 163, .18); color: #ffb29a; }
.trust__item strong { display: block; color: #fff; font-size: .95rem; }
.trust__item b { display: none; }
.trust__item span { display: block; color: rgba(232, 245, 255, .78); font-size: .77rem; line-height: 1.7; }

/* =========================================================
   بخشها
   ========================================================= */
.section { padding: 68px 0; }
.section--alt { background: var(--surface); }
.section__head { text-align: center; max-width: 620px; margin: 0 auto 40px; }
.section__head--row { display: flex; align-items: flex-end; justify-content: space-between; text-align: start; max-width: none; gap: 20px; }
.section__title { font-size: 2rem; }
.section__sub { color: var(--ink-soft); margin: 0; }

/* دستهبندیها */
.cat-carousel { position: relative; isolation: isolate; }
.cat-grid {
	display: flex; justify-content: center; gap: 14px; overflow-x: auto; overflow-y: hidden; padding: 4px 54px 4px;
	scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.cat-grid::-webkit-scrollbar { display: none; }
.cat-nav {
	position: absolute; top: 50%; z-index: 3; width: 42px; height: 42px; border-radius: var(--r);
	display: grid; place-items: center; border: 1px solid #cbe3e1; background: rgba(255, 255, 255, .94);
	color: var(--primary-deep); box-shadow: var(--shadow-sm); transform: translateY(-50%);
	transition: opacity .2s var(--ease), transform .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.cat-nav:hover { border-color: var(--primary); box-shadow: var(--shadow); transform: translateY(-50%) scale(1.04); }
.cat-nav:focus-visible { outline: none; box-shadow: 0 0 0 4px var(--primary-050), var(--shadow); }
.cat-nav:disabled { opacity: 0; pointer-events: none; }
.cat-nav--right { inset-inline-start: 2px; }
.cat-nav--left { inset-inline-end: 2px; }
.cat-card {
	background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 16px 10px;
	display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center;
	flex: 0 0 176px; scroll-snap-align: start;
	transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #b9dcda; }
.cat-card__media {
	width: 64px; height: 64px; border-radius: var(--r); background: var(--primary-050);
	display: grid; place-items: center; overflow: hidden; flex-shrink: 0;
}
.cat-card:nth-child(2n) .cat-card__media { background: #fff4e6; }
.cat-card:nth-child(3n) .cat-card__media { background: #edf6ff; }
.cat-card:nth-child(4n) .cat-card__media { background: #fff1ef; }
.cat-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 7px; transition: transform .35s var(--ease); }
.cat-card__media .icon { color: var(--primary-deep); }
.cat-card:hover .cat-card__media img { transform: scale(1.04); }
.cat-card__name { font-weight: 800; font-size: .92rem; line-height: 1.65; }
.cat-card__count { font-size: .78rem; color: var(--muted); }

/* =========================================================
   کارت محصول
   ========================================================= */
.kish_item-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.kish_item-card {
	background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
	display: flex; flex-direction: column; transition: transform .24s var(--ease), box-shadow .24s var(--ease), border-color .24s var(--ease);
	position: relative;
}
.kish_item-card::before { content: ""; position: absolute; inset-inline: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--primary), var(--mango), var(--coral)); opacity: .86; z-index: 2; }
.kish_item-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #c6dedc; }
.kish_item-card__media {
	position: relative; aspect-ratio: 4 / 3.2; overflow: hidden; background: #fff; display: block;
	margin: 14px 14px 0; border: 1px solid var(--line); border-radius: var(--r); box-shadow: inset 0 0 0 8px #fff;
}
.kish_item-card__img, .kish_item-card__media img { width: 100%; height: 100%; object-fit: cover; padding: 0; border-radius: var(--r-sm); transition: filter .35s var(--ease); }
.kish_item-card:hover .kish_item-card__media img { filter: saturate(1.04); }
.kish_item-card__placeholder { position: absolute; inset: 0; display: grid; place-items: center; color: #c4dde2; }
.kish_item-card__body { padding: 15px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.kish_item-card__cat { width: fit-content; font-size: .74rem; color: var(--primary-deep); font-weight: 700; background: var(--primary-050); border-radius: var(--r-sm); padding: 2px 8px; }
.kish_item-card__title { font-size: 1.05rem; margin: 0; font-weight: 700; }
.kish_item-card__title a:hover { color: var(--primary-deep); }
.kish_item-card__weight { font-size: .82rem; color: var(--muted); }
.kish_item-card__stars {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	width: fit-content;
	color: #8a5b00;
	background: #fff5d9;
	border-radius: var(--r-sm);
	padding: 3px 8px;
	font-size: .78rem;
	font-weight: 800;
}
.kish_item-card__stars .icon { color: var(--gold); }
.kish_item-card__foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 12px; border-top: 1px dashed var(--line); }
.kish_item-card__out { font-size: .82rem; color: var(--accent-deep); font-weight: 600; }

.hotel-carousel { position: relative; isolation: isolate; }
.hotel-carousel__track {
	display: flex;
	gap: 18px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 4px 54px 12px;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}
.hotel-carousel__track::-webkit-scrollbar { display: none; }
.hotel-carousel .kish_item-card {
	flex: 0 0 clamp(264px, 23vw, 322px);
	scroll-snap-align: start;
	min-height: 100%;
}
.hotel-nav .icon { transition: transform .2s var(--ease); }
.hotel-nav[data-dir="prev"] .icon { transform: rotate(180deg); }

.badge {
	position: absolute; top: 12px; inset-inline-end: 12px; padding: 5px 10px; border-radius: var(--r);
	font-size: .74rem; font-weight: 700; display: inline-flex; align-items: center; gap: 4px; z-index: 2;
}
.badge--feat { background: var(--gold); color: #5b3c00; }
.badge--disc { background: var(--accent); color: #fff; inset-inline-end: auto; inset-inline-start: 12px; }

.price { display: flex; align-items: baseline; gap: 7px; flex-wrap: wrap; min-width: 0; }
.price__now { font-weight: 800; color: var(--ink); font-size: 1.08rem; }
.price__old { font-size: .82rem; }
.price__unit { font-size: .72rem; color: var(--muted); font-weight: 500; }
.price--disabled { align-items: center; }
.price__status,
.single-kish_item__price-status {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 5px 10px;
	border-radius: var(--r-sm);
	background: #f3f7f6;
	color: #4e6880;
	font-size: .82rem;
	font-weight: 800;
	line-height: 1.5;
}
.kish_item-card .btn--icon { background: var(--accent); color: #fff; box-shadow: 0 10px 18px rgba(242, 106, 46, .18); }
.kish_item-card .btn--icon:hover { background: var(--accent-deep); transform: translateY(-2px); }
.kish_item-card__out--disabled {
	color: #4e6880;
	background: #f3f7f6;
	border: 1px solid #dbe9e5;
	border-radius: var(--r-sm);
	padding: 5px 9px;
	white-space: nowrap;
}

/* پیلها و فیلتر */
.pill {
	display: inline-flex; align-items: center; padding: 8px 13px; border-radius: var(--r);
	background: #fff; border: 1px solid var(--line); font-weight: 600; font-size: .9rem; color: var(--ink-soft);
	transition: all .2s var(--ease);
}
.pill:hover { border-color: var(--primary); color: var(--primary-deep); }
.pill.is-active { background: var(--primary); border-color: var(--primary); color: #fff; }

.area-guide__in {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
	gap: 34px;
	align-items: center;
}
.area-guide__map {
	position: relative;
	aspect-ratio: 1200 / 780;
	border: 1px solid var(--line);
	border-radius: var(--r);
	background: #d9edf4;
	overflow: hidden;
	box-shadow: var(--shadow-sm);
}
.area-guide__map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.area-guide__map::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.42), inset 0 -60px 90px rgba(10, 40, 48, .12);
}
.area-guide__marker {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: var(--accent);
	border: 3px solid #fff;
	box-shadow: 0 10px 22px rgba(15, 60, 71, .22);
	transform: translate(-50%, -50%);
	transition: transform .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
}
.area-guide__marker::after {
	content: "";
	position: absolute;
	inset: -8px;
	border-radius: inherit;
	border: 1px solid rgba(242, 106, 46, .34);
}
.area-guide__marker span {
	position: absolute;
	bottom: calc(100% + 7px);
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .96);
	color: var(--ink);
	font-size: .75rem;
	font-weight: 900;
	box-shadow: 0 8px 20px rgba(29, 55, 61, .12);
}
.area-guide__marker:hover,
.area-guide__marker:focus-visible {
	background: var(--primary-deep);
	transform: translate(-50%, -50%) scale(1.12);
	box-shadow: 0 14px 26px rgba(15, 60, 71, .28);
	outline: none;
}
.area-guide__marker--mirmohanna { left: 36.9%; top: 29.7%; }
.area-guide__marker--safin { left: 31.5%; top: 30.5%; }
.area-guide__marker--damoon { left: 52.1%; top: 34.2%; }
.area-guide__marker--sadaf { left: 62.5%; top: 51.1%; }
.area-guide__marker--central { left: 72%; top: 52%; }
.area-guide__map figcaption {
	position: absolute;
	inset-inline: 12px;
	bottom: 10px;
	z-index: 2;
	max-width: calc(100% - 24px);
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255,255,255,.92);
	color: #506b67;
	font-size: .74rem;
	font-weight: 700;
	text-align: center;
}
.area-guide__content { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.area-guide__links { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 8px; }
.area-guide__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}
.shopping-guide__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.shopping-guide__chips :is(a, span) {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 7px 12px;
	border: 1px solid var(--line);
	border-radius: var(--r);
	background: #fff;
	color: var(--ink-soft);
	font-weight: 800;
	box-shadow: var(--shadow-sm);
}
.shopping-guide__chips a:hover {
	border-color: #b7d9d5;
	background: var(--primary-050);
	color: var(--primary-deep);
	transform: translateY(-1px);
}
.shopping-center-hero {
	margin: 0 0 24px;
	border-radius: var(--r-lg);
	overflow: hidden;
	border: 1px solid var(--line);
	background: #fff;
	box-shadow: var(--shadow-sm);
}
.shopping-center-hero img {
	display: block;
	width: 100%;
	max-height: 440px;
	object-fit: cover;
}
.shopping-center-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 22px 0;
}
.shopping-center-fact {
	padding: 14px;
	border: 1px solid var(--line);
	border-radius: var(--r);
	background: linear-gradient(180deg, #fff, var(--surface));
}
.shopping-center-fact span {
	display: block;
	color: var(--muted);
	font-size: .82rem;
	font-weight: 800;
	margin-bottom: 6px;
}
.shopping-center-fact strong {
	color: var(--ink);
	font-size: .96rem;
	line-height: 1.7;
}

.shop-filters {
	display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
	margin-bottom: 28px; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
	box-shadow: var(--shadow-sm);
}
.shop-filters--sort-only { justify-content: space-between; padding: 12px 14px; }
.shop-filters__label { display: flex; align-items: center; gap: 12px; min-width: 0; }
.shop-filters__icon { width: 42px; height: 42px; border-radius: var(--r); display: grid; place-items: center; background: var(--primary-050); color: var(--primary-deep); flex-shrink: 0; }
.shop-filters__label strong { display: block; font-size: .98rem; }
.shop-filters__label span:not(.shop-filters__icon) { color: var(--muted); font-size: .82rem; }
.shop-filters__sort {
	display: inline-flex; align-items: center; gap: 10px; font-size: .9rem; color: var(--ink-soft);
	background: var(--surface); border: 1px solid rgba(204, 229, 227, .85); border-radius: var(--r); padding: 8px;
}
.shop-filters__sort > span { font-weight: 800; color: var(--ink); white-space: nowrap; }
.shop-filters__sort select {
	appearance: none; min-width: 170px; padding: 10px 42px 10px 14px; border: 1px solid var(--line); border-radius: var(--r-sm);
	background:
		linear-gradient(45deg, transparent 50%, var(--primary-deep) 50%) calc(100% - 17px) 50% / 7px 7px no-repeat,
		linear-gradient(135deg, var(--primary-deep) 50%, transparent 50%) calc(100% - 12px) 50% / 7px 7px no-repeat,
		#fff;
	color: var(--ink); font-weight: 800;
}
.shop-filters__sort select:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-050); }

.shop-layout,
.product-layout {
	display: grid; grid-template-columns: 282px minmax(0, 1fr); gap: 26px; align-items: start;
}
.shop-layout {
	grid-auto-flow: column;
}
.shop-sidebar { grid-column: 1; }
.shop-main,
.product-main { grid-column: 2; min-width: 0; }
.shop-sidebar {
	position: sticky; top: calc(var(--header-h) + 16px); display: flex; flex-direction: column; gap: 16px;
}
.single-kish_item .product-layout {
	grid-template-columns: 282px minmax(0, 1fr);
}
.single-kish_item .product-main {
	grid-column: 2;
	min-width: 0;
}
.single-kish_item .shop-sidebar {
	grid-column: 1;
	position: sticky;
	top: calc(var(--header-h) + 16px);
	margin-top: 0;
	align-self: start;
}
.side-widget {
	background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px;
	box-shadow: var(--shadow-sm);
}
.side-widget--accent { background: linear-gradient(180deg, #fff, var(--surface)); }
.side-widget__title { font-size: 1rem; margin-bottom: 14px; }
.side-widget__summary {
	display: flex; align-items: center; justify-content: space-between; gap: 12px; cursor: pointer; list-style: none;
}
.side-widget__summary::-webkit-details-marker { display: none; }
.side-widget__summary .side-widget__title { margin-bottom: 0; }
.side-widget__summary .icon { color: var(--primary-deep); transition: transform .2s var(--ease); }
.side-widget--collapsible[open] .side-widget__summary .icon { transform: rotate(90deg); }
.side-widget--collapsible .side-nav { margin-top: 14px; }
.side-widget p { color: var(--ink-soft); font-size: .9rem; }
.side-nav { display: flex; flex-direction: column; gap: 7px; }
.side-nav,
.side-nav__children { list-style: none; margin: 0; padding: 0; }
.side-nav a {
	display: flex; align-items: center; gap: 8px; min-height: 42px; padding: 9px 10px;
	border: 1px solid transparent; border-radius: var(--r); color: var(--ink-soft); font-weight: 700;
}
.side-nav a:hover,
.side-nav a.is-active { background: #fff; border-color: #cce5e3; color: var(--primary-deep); box-shadow: inset 3px 0 0 var(--accent); }
.side-nav a .icon { color: var(--primary); }
.side-nav a em {
	margin-inline-start: auto; min-width: 25px; height: 25px; display: grid; place-items: center;
	border-radius: var(--r-sm); background: var(--primary-050); color: var(--primary-deep); font-size: .72rem; font-style: normal;
}
.side-nav li.has-children > a:not(.is-active) { color: var(--ink-soft); background: transparent; border-color: transparent; box-shadow: none; }
.side-nav__children {
	display: flex; flex-direction: column; gap: 5px; margin: 7px 14px 8px 0; padding-inline-start: 0;
	border-inline-start: 1px solid var(--line);
}
.side-nav__children a {
	min-height: 34px; padding: 7px 10px; margin-inline-start: 8px; font-size: .84rem; font-weight: 650;
	background: rgba(255,255,255,.64);
}
.side-nav__children a em { min-width: 22px; height: 22px; font-size: .68rem; }

/* =========================================================
   چرا کیش وب‌سایت
   ========================================================= */
.why__in { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: center; }
.why__art svg { width: 100%; max-width: 340px; margin-inline: auto; animation: float 7s ease-in-out infinite; }
.why__list { display: flex; flex-direction: column; gap: 18px; }
.why__list li { display: flex; gap: 14px; align-items: flex-start; }
.why__list li span { width: 38px; height: 38px; border-radius: var(--r); background: var(--primary-050); color: var(--primary-deep); display: grid; place-items: center; flex-shrink: 0; }
.why__list strong { display: block; margin-bottom: 2px; }
.why__list div { color: var(--ink-soft); }

/* =========================================================
   کارت بلاگ
   ========================================================= */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform .28s var(--ease), box-shadow .28s var(--ease); }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-card__media {
	aspect-ratio: 16 / 8.6; overflow: hidden; background: #fff; border: 1px solid var(--line);
	border-radius: var(--r); position: relative; margin: 14px 14px 0;
}
.post-card__media img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--r-sm); padding: 7px; transition: transform .5s var(--ease); }
.post-card:hover .post-card__media img { transform: scale(1.05); }
.post-card__placeholder { position: absolute; inset: 0; display: grid; place-items: center; color: #c4dde2; }
.post-card__body { padding: 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.post-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; font-size: .8rem; }
.post-card__cat { color: var(--primary-deep); font-weight: 600; }
.post-card__time,
.post-card__date { color: var(--muted); display: inline-flex; align-items: center; gap: 4px; }
.post-card__title { font-size: 1.15rem; margin: 0; }
.post-card__title a:hover { color: var(--primary-deep); }
.post-card__excerpt { color: var(--ink-soft); font-size: .92rem; margin: 0; }
.post-card__more { color: var(--primary-deep); font-weight: 600; margin-top: auto; display: inline-flex; align-items: center; gap: 6px; }
.post-card__more:hover { gap: 10px; }

/* =========================================================
   نوار CTA
   ========================================================= */
.cta-band { padding: 0 0 72px; }
.cta-band__in {
	background: linear-gradient(120deg, #0d3c47 0%, var(--primary-deep) 54%, #8b3518 100%); color: #fff;
	border-radius: var(--r-lg); padding: 38px; display: flex; align-items: center; justify-content: space-between;
	gap: 24px; flex-wrap: wrap; box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
}
.cta-band__in::before { content: ""; position: absolute; inset-inline-start: 0; inset-block: 0; width: 8px; background: linear-gradient(180deg, var(--mango), var(--accent)); }
.cta-band__in h2 { color: #fff; margin: 0 0 6px; }
.cta-band__in p { margin: 0; opacity: .9; }

/* =========================================================
   فوتر
   ========================================================= */
.site-footer { position: relative; background: var(--ink); color: #b8d4db; margin-top: 60px; }
.footer-wave { position: absolute; top: -1px; inset-inline: 0; transform: translateY(-99%); line-height: 0; }
.footer-wave svg { width: 100%; height: 60px; opacity: .14; }
.site-footer__in { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; padding: 56px 20px 36px; max-width: var(--container); margin-inline: auto; }
.site-footer .brand-copy strong { color: #fff; }
.site-footer .brand-copy em { color: #8db1b9; }
.site-footer .brand-mark { color: var(--primary); }
.footer-about { font-size: .9rem; margin: 16px 0; line-height: 1.9; }
.footer-contact-list { display: flex; flex-direction: column; gap: 9px; margin-top: 14px; }
.footer-contact-list li,
.footer-contact-list a { display: flex; align-items: center; gap: 8px; color: #eaf5f7; font-size: .9rem; }
.footer-contact-list a:hover { color: #fff; }
.footer-contact-list .icon { color: var(--mango); }
.footer-col__title { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: .9rem; }
.footer-links a:hover { color: var(--primary); }
.footer-legal { margin-bottom: 16px; }
.footer-trust { font-size: .86rem; line-height: 1.9; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.footer-badge { display: inline-flex; align-items: center; gap: 6px; font-size: .78rem; background: rgba(255, 255, 255, .06); padding: 7px 12px; border-radius: var(--r); }
.footer-badge .icon { color: var(--mango); }
.site-footer__bar { border-top: 1px solid rgba(255, 255, 255, .08); }
.site-footer__bar .container { padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.site-footer__bar p { margin: 0; font-size: .82rem; color: var(--muted); }
.footer-credit a { color: #f7d7bf; font-weight: 700; }
.footer-credit a:hover { color: #fff; }

/* =========================================================
   هدر صفحات داخلی
   ========================================================= */
.page-hero { background: linear-gradient(180deg, var(--primary-050), #fff); padding: 52px 0; text-align: center; border-bottom: 1px solid var(--line); }
.page-hero--slim { padding: 40px 0; }
.page-hero--shop { text-align: start; }
.page-hero__eyebrow { display: inline-flex; align-items: center; gap: 6px; color: var(--primary-deep); font-weight: 600; font-size: .9rem; }
.page-hero__title { font-size: 2.35rem; margin: 8px 0 6px; }
.page-hero__sub { color: var(--ink-soft); margin: 0; }
.page-hero__title .hl { color: var(--primary-deep); }

.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: .85rem; color: var(--muted); padding: 22px 0 4px; flex-wrap: wrap; }
.breadcrumb a:hover { color: var(--primary-deep); }

/* =========================================================
   تکمحصول
   ========================================================= */
.single-kish_item { padding-bottom: 40px; }
.single-kish_item__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 18px 24px; align-items: start; margin-top: 12px; }
.single-kish_item__grid > * {
	min-width: 0;
	max-width: 100%;
}
.single-kish_item__visual {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0;
	min-width: 0;
	align-self: start;
}
.single-kish_item__media {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-height: 0;
	height: clamp(300px, 31vw, 500px);
	aspect-ratio: 16 / 9;
	align-self: start;
	border-radius: var(--r-lg);
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--line);
	display: grid;
	place-items: center;
	box-shadow: var(--shadow-sm);
}
.single-kish_item__img { width: 100%; height: 100%; object-fit: cover; object-position: center; padding: 0; }
.single-kish_item__placeholder { color: #c4dde2; }
.single-kish_item__info { align-self: start; min-width: 0; }
.single-kish_item__cat { color: var(--primary-deep); font-weight: 600; font-size: .9rem; }
.single-kish_item__title { font-size: 2.2rem; margin: 6px 0 12px; }
.single-kish_item__weight { display: inline-flex; align-items: center; gap: 6px; color: var(--ink-soft); font-size: .92rem; }
.single-kish_item__weight .icon { color: var(--primary); }
.single-kish_item__price { display: flex; align-items: baseline; gap: 12px; margin: 18px 0; }
.single-kish_item__price-now { font-size: 1.8rem; font-weight: 800; color: var(--ink); }
.single-kish_item__price-now .price__unit { font-size: .9rem; }
.single-kish_item__price--disabled { align-items: center; }
.single-kish_item__excerpt { color: var(--ink-soft); margin-top: 18px; }
.single-kish_item__buy { display: flex; gap: 14px; align-items: center; margin: 18px 0 10px; flex-wrap: wrap; }
.single-kish_item__out { color: var(--accent-deep); font-weight: 700; padding: 14px 0; }
.single-kish_item__inactive {
	display: inline-flex;
	align-items: center;
	margin: 16px 0 8px;
}
.single-kish_item__inactive .btn {
	min-width: 210px;
	justify-content: center;
}
.single-kish_item__assure {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	padding: 0;
	margin: 0;
	background: transparent;
	border-radius: 0;
}
.single-kish_item__assure li {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 0;
	min-height: 42px;
	padding: 8px 10px;
	border: 1px solid #d9e8f1;
	border-radius: 12px;
	background: #fff;
	font-size: .78rem;
	line-height: 1.55;
	color: var(--ink-soft);
	font-weight: 850;
}
.single-kish_item__assure .icon { color: var(--primary-deep); }

.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.qty__btn { width: 42px; height: 46px; display: grid; place-items: center; color: var(--ink-soft); transition: background .2s var(--ease); }
.qty__btn:hover { background: var(--surface-2); color: var(--primary-deep); }
.qty__input { width: 44px; text-align: center; border: 0; background: transparent; font-weight: 700; }
.qty__input:focus { outline: none; }

.single-kish_item__quick {
	position: absolute;
	inset-inline-start: 18px;
	bottom: 18px;
	z-index: 4;
	align-self: auto;
	min-width: 0;
}
.single-kish_item__quick--hotel {
	max-width: min(260px, calc(100% - 36px));
}
.single-kish_item__quick .hotel-fact-panel { height: auto; }
.single-kish_item__quick .spec-grid {
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}
.single-kish_item__decision {
	display: grid;
	gap: 16px;
	margin-top: 22px;
	padding: 18px;
	border: 1px solid #d8e6f2;
	border-radius: 22px;
	background:
		linear-gradient(145deg, rgba(255,255,255,.98), rgba(243,248,252,.96)),
		linear-gradient(90deg, rgba(20,127,174,.06), transparent);
	box-shadow: 0 16px 42px rgba(7, 95, 140, .07);
}
.decision-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dce9f2;
}
.decision-head span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--primary-deep);
	font-size: .82rem;
	font-weight: 900;
}
.decision-head h2 {
	margin: 0;
	font-size: 1.08rem;
}
.decision-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}
.decision-card {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding: 13px;
	border: 1px solid #d8e6f2;
	border-radius: 16px;
	background: #fff;
}
.decision-card--wide {
	grid-column: 1 / -1;
	align-items: start;
}
.decision-card__icon {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: #eaf5ff;
	color: var(--primary-deep);
}
.decision-card span:not(.decision-card__icon) {
	display: block;
	margin-bottom: 2px;
	color: var(--muted);
	font-size: .74rem;
	font-weight: 850;
}
.decision-card strong {
	display: block;
	color: var(--ink);
	font-size: .92rem;
	line-height: 1.8;
}
.decision-support {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	padding-top: 2px;
}
.decision-support__title {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 8px 12px;
	border-radius: 12px;
	background: #075f8c;
	color: #fff;
	font-size: .82rem;
	font-weight: 900;
	white-space: nowrap;
}
.single-kish_item__details { margin-top: 30px; }
.spec-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; }
.spec-card { display: flex; gap: 11px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 14px; }
.spec-card__icon { width: 40px; height: 40px; border-radius: 14px; background: var(--primary-050); color: var(--primary-deep); display: grid; place-items: center; flex-shrink: 0; }
.spec-card__label { display: block; font-size: .78rem; color: var(--muted); }
.spec-card strong { display: block; font-size: .9rem; line-height: 1.8; }
.hotel-fact-panel {
	padding: 18px;
	border: 1px solid #d8e6f2;
	border-radius: 22px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(243, 248, 252, .98)),
		linear-gradient(90deg, rgba(20, 127, 174, .08), transparent);
	box-shadow: 0 16px 42px rgba(7, 95, 140, .08);
}
.hotel-fact-panel--compact {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}
.hotel-fact-panel__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}
.hotel-fact-panel__head span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--primary-deep);
	font-size: .82rem;
	font-weight: 900;
}
.hotel-fact-panel__head h2 {
	margin: 0;
	font-size: 1.12rem;
	line-height: 1.5;
}
.hotel-fact-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}
.hotel-fact {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	min-width: 0;
	padding: 11px;
	border: 1px solid #d8e6f2;
	border-radius: 16px;
	background: #fff;
}
.hotel-fact--stars {
	align-items: center;
	border-color: #f0d68a;
	background: linear-gradient(145deg, #fff9dd, #fff);
}
.hotel-fact__icon {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	flex-shrink: 0;
	border-radius: 12px;
	background: #eaf5ff;
	color: var(--primary-deep);
}
.hotel-fact--stars .hotel-fact__icon {
	background: #f8c627;
	color: #6f4a00;
}
.hotel-fact span:not(.hotel-fact__icon) {
	display: block;
	color: var(--muted);
	font-size: .72rem;
	line-height: 1.5;
}
.hotel-fact strong {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: var(--ink);
	font-size: .86rem;
	line-height: 1.65;
}
.hotel-fact--stars strong {
	font-size: 1rem;
	-webkit-line-clamp: 1;
}
.hotel-wide-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
	gap: 14px;
	align-items: stretch;
}
.hotel-facilities {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px dashed #cfe0ec;
}
.hotel-facilities--wide {
	margin: 0;
	padding: 16px;
	border: 1px solid #d8e6f2;
	border-radius: 18px;
	background: #fff;
}
.hotel-facilities h3 {
	margin: 0 0 10px;
	color: var(--ink);
	font-size: .95rem;
}
.hotel-facilities__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.hotel-facility-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 34px;
	padding: 6px 10px;
	border-radius: 999px;
	border: 1px solid #d6e7f2;
	background: #fff;
	color: #244a60;
	font-size: .8rem;
	font-weight: 850;
	line-height: 1.4;
}
.hotel-facility-chip span {
	width: 22px;
	height: 22px;
	display: grid;
	place-items: center;
	border-radius: 999px;
	background: #eaf5ff;
	color: var(--primary-deep);
	flex-shrink: 0;
}
.hotel-note {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 14px;
	padding: 12px;
	border-radius: 16px;
	background: linear-gradient(135deg, #075f8c, #0b3f61);
	color: #fff;
}
.hotel-note--wide {
	margin: 0;
	min-height: 100%;
	align-items: center;
	padding: 16px;
	border-radius: 18px;
}
.hotel-note__icon {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	flex-shrink: 0;
	border-radius: 12px;
	background: rgba(255, 255, 255, .12);
}
.hotel-note strong { display: block; margin-bottom: 3px; font-size: .86rem; }
.hotel-note p { margin: 0; color: rgba(255, 255, 255, .82); font-size: .82rem; line-height: 1.8; }
.single-kish_item__desc { margin-top: 30px; }
.single-kish_item__desc :is(p, ul, ol) {
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(204, 229, 227, .74);
}
.single-kish_item__desc :is(p, ul, ol):last-child { border-bottom: 0; }
.single-kish_item__desc strong { color: var(--ink); font-weight: 900; }
.single-kish_item__desc h2 { font-size: 1.35rem; margin-top: 28px; }
.single-kish_item__desc-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	margin-top: 12px;
	padding: 12px 16px;
	border-radius: var(--r);
	border: 1px solid var(--line);
	background: #fff;
	color: var(--primary-deep);
	font-weight: 900;
}
.single-kish_item__comments,
.single-post__comments {
	margin-top: 34px;
	padding: 22px;
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	background: #fff;
	box-shadow: var(--shadow-sm);
}
.comments-area :is(.comments-title, .comment-reply-title) { font-size: 1.25rem; margin: 0 0 12px; }
.comments-area .comment-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 18px 0 24px;
	padding: 0;
	list-style: none;
}
.comments-area .children {
	margin: 12px 34px 0 0;
	padding: 0;
	list-style: none;
}
.comment-card {
	display: block;
	padding: 14px;
	border: 1px solid rgba(204, 229, 227, .78);
	border-right: 4px solid rgba(20, 127, 174, .42);
	border-radius: var(--r);
	background: var(--surface);
}
.comment-card__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.comment-card__author { color: var(--ink); }
.comment-card__date { color: var(--muted); font-size: .82rem; }
.comment-card__awaiting { color: var(--accent-deep); font-weight: 800; margin: 8px 0; }
.comment-card__text { color: var(--ink-soft); line-height: 1.9; }
.comment-card__actions a { color: var(--primary-deep); font-weight: 800; font-size: .9rem; }
.comment-notes, .no-comments { color: var(--ink-soft); line-height: 1.8; }
.comments-area .comment-respond {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid var(--line);
}
.comments-area .comment-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	align-items: start;
	margin-top: 14px;
}
.comments-area .comment-form p { margin: 0; }
.comments-area :is(.comment-notes, .comment-form-comment, .comment-form-cookies-consent, .form-submit) { grid-column: 1 / -1; }
.comments-area .comment-form label {
	display: block;
	margin-bottom: 8px;
	color: var(--ink);
	font-weight: 900;
	line-height: 1.6;
}
.comments-area :is(input[type="text"], input[type="email"], textarea) {
	width: 100%;
	border: 1px solid var(--line);
	border-radius: var(--r-sm);
	padding: 12px 14px;
	background: var(--surface);
	color: var(--ink);
	font: inherit;
	line-height: 1.8;
	outline: none;
	transition: border-color .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
}
.comments-area textarea { min-height: 170px; resize: vertical; }
.comments-area :is(input[type="text"], input[type="email"], textarea):focus {
	border-color: rgba(20, 127, 174, .55);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(20, 127, 174, .1);
}
.comments-area .comment-form-cookies-consent {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--ink-soft);
	line-height: 1.8;
}
.comments-area .comment-form-cookies-consent input {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	accent-color: var(--primary-deep);
}
.comments-area .comment-form-cookies-consent label { margin: 0; font-weight: 800; color: var(--ink-soft); }
.comments-area .submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border: 0;
	border-radius: var(--r);
	background: var(--primary-deep);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

/* =========================================================
   فرمها (مشترک)
   ========================================================= */
.field { margin-bottom: 16px; }
.field__label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 7px; }
.field__input {
	width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--r);
	background: var(--surface); color: var(--ink); transition: border .2s var(--ease), background .2s var(--ease);
}
.field__input:focus { outline: none; border-color: var(--primary); background: #fff; box-shadow: 0 0 0 4px var(--primary-050); }
textarea.field__input { resize: vertical; line-height: 1.8; }
.field__input--otp { text-align: center; font-size: 1.8rem; letter-spacing: .5em; font-weight: 700; padding-inline-start: .5em; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* =========================================================
   تماس با ما
   ========================================================= */
.contact-layout { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 28px; align-items: start; }
.contact-info,
.contact-form {
	background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px;
	box-shadow: var(--shadow-sm);
}
.contact-info { position: sticky; top: calc(var(--header-h) + 16px); }
.contact-info h2 { font-size: 1.25rem; }
.contact-info__row {
	display: flex; align-items: center; gap: 10px; padding: 12px 0;
	border-bottom: 1px dashed var(--line); color: var(--ink-soft); font-weight: 700;
}
.contact-info__row .icon { color: var(--primary-deep); }
.contact-info p { color: var(--ink-soft); margin: 18px 0 0; }
.contact-form__trap {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	white-space: nowrap;
}
.captcha-box { background: var(--surface); border: 1px dashed #c9dfde; border-radius: var(--r); padding: 14px; margin: 6px 0 18px; }
.form-alert { display: flex; flex-direction: column; gap: 4px; padding: 12px 14px; border-radius: var(--r); margin-bottom: 18px; font-weight: 700; font-size: .9rem; }
.form-alert--ok { background: #edf8f0; color: #246a3e; border: 1px solid #cfead7; }
.form-alert--error { background: #fff0ed; color: var(--accent-deep); border: 1px solid #ffd1c8; }

/* =========================================================
   سبد رزرو
   ========================================================= */
.cart-grid { display: grid; grid-template-columns: 1fr 360px; gap: 30px; align-items: start; }
.cart-items { display: flex; flex-direction: column; gap: 12px; }
.cart-row {
	display: grid; grid-template-columns: 84px 1fr auto auto auto; gap: 16px; align-items: center;
	background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 12px; transition: box-shadow .2s var(--ease);
}
.cart-row:hover { box-shadow: var(--shadow-sm); }
.cart-row.is-removing { opacity: 0; transform: translateX(-20px); transition: all .3s var(--ease); }
.cart-row__media { width: 84px; height: 84px; border-radius: var(--r-sm); overflow: hidden; background: var(--surface); display: grid; place-items: center; }
.cart-row__media img { width: 100%; height: 100%; object-fit: cover; }
.cart-row__placeholder { color: #c4dde2; }
.cart-row__title { font-weight: 700; display: block; }
.cart-row__title:hover { color: var(--primary-deep); }
.cart-row__weight { font-size: .8rem; color: var(--muted); }
.cart-row__unit-price { display: block; font-size: .85rem; color: var(--ink-soft); margin-top: 2px; }
.cart-row__line { font-weight: 800; white-space: nowrap; }
.cart-row__remove { width: 40px; height: 40px; border-radius: var(--r); display: grid; place-items: center; color: var(--muted); transition: all .2s var(--ease); }
.cart-row__remove:hover { background: #ffecea; color: var(--accent-deep); }

.cart-summary { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; position: sticky; top: calc(var(--header-h) + 16px); box-shadow: var(--shadow-sm); }
.cart-summary__title { font-size: 1.2rem; margin-bottom: 18px; }
.cart-summary__row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; }
.cart-summary__row strong { font-size: 1.15rem; }
.cart-summary__row--muted { color: var(--muted); font-size: .9rem; border-top: 1px dashed var(--line); }
.cart-summary__note { display: flex; align-items: center; gap: 8px; font-size: .84rem; color: var(--ink-soft); background: var(--surface); padding: 12px; border-radius: var(--r-sm); margin: 12px 0 18px; }
.cart-summary__note .icon { color: var(--primary-deep); }
.cart-summary__back { display: block; text-align: center; margin-top: 14px; color: var(--ink-soft); font-size: .9rem; }
.cart-summary__back:hover { color: var(--primary-deep); }

.cart-empty, .empty-hint { text-align: center; padding: 60px 20px; color: var(--ink-soft); }
.cart-empty .icon, .empty-hint .icon { color: #cfe3e7; margin-bottom: 14px; }
.cart-empty p, .empty-hint p { margin-bottom: 18px; }

/* =========================================================
   تسویه / فلوی رزرو
   ========================================================= */
.checkout-grid { display: grid; grid-template-columns: 1fr 360px; gap: 30px; align-items: start; }
.checkout-main { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; box-shadow: var(--shadow-sm); }

.stepper { display: flex; gap: 8px; margin-bottom: 30px; counter-reset: step; }
.stepper__item { flex: 1; display: flex; align-items: center; gap: 8px; font-size: .85rem; color: var(--muted); font-weight: 600; padding-bottom: 12px; border-bottom: 2px solid var(--line); transition: all .3s var(--ease); }
.stepper__item span { width: 26px; height: 26px; border-radius: 50%; background: var(--surface-2); color: var(--muted); display: grid; place-items: center; font-size: .8rem; flex-shrink: 0; }
.stepper__item.is-active { color: var(--primary-deep); border-color: var(--primary); }
.stepper__item.is-active span { background: var(--primary); color: #fff; }
.stepper__item.is-done span { background: var(--primary-deep); color: #fff; }

.checkout-step { animation: stepIn .4s var(--ease); }
.checkout-step[hidden] { display: none; }
@keyframes stepIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.checkout-step__title { display: flex; align-items: center; gap: 10px; font-size: 1.3rem; }
.checkout-step__title .icon { color: var(--primary-deep); }
.checkout-step__hint { color: var(--ink-soft); margin-bottom: 20px; }
.checkout-msg { min-height: 20px; font-size: .88rem; font-weight: 600; margin: 6px 0; }
.checkout-msg.is-error { color: var(--accent-deep); }
.checkout-msg.is-ok { color: var(--primary-deep); }
.checkout-dev { font-size: .82rem; background: #fff6e5; border: 1px dashed var(--gold); color: #8a6300; padding: 8px 12px; border-radius: var(--r-sm); text-align: center; }
.resend { text-align: center; margin-top: 14px; font-size: .86rem; color: var(--muted); }

.pay-method { display: flex; align-items: center; gap: 12px; background: var(--primary-050); border: 1px solid #cdeef3; border-radius: var(--r); padding: 14px; margin: 6px 0 18px; }
.pay-method__badge { width: 42px; height: 42px; border-radius: 50%; background: #fff; color: var(--primary-deep); display: grid; place-items: center; }
.pay-method strong { display: block; }
.pay-method span { font-size: .82rem; color: var(--ink-soft); }

.checkout-done { text-align: center; padding: 20px 0; }
.checkout-done__icon { width: 80px; height: 80px; border-radius: 50%; background: var(--primary-050); color: var(--primary-deep); display: grid; place-items: center; margin: 0 auto 18px; animation: pop .5s var(--ease); }
.order-code { font-size: 2rem; font-weight: 800; letter-spacing: .1em; color: var(--primary-deep); background: var(--surface); border: 1px dashed var(--primary); border-radius: var(--r); padding: 14px 24px; display: inline-block; margin: 10px 0; direction: ltr; }

.checkout-summary { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; position: sticky; top: calc(var(--header-h) + 16px); }
.checkout-summary__title { font-size: 1.1rem; margin-bottom: 16px; }
.checkout-summary__items { display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; }
.checkout-summary__items li { display: flex; justify-content: space-between; gap: 10px; font-size: .9rem; }
.checkout-summary__name em { color: var(--muted); font-style: normal; }
.checkout-summary__price { white-space: nowrap; color: var(--ink-soft); }
.checkout-summary__total { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--line); }
.checkout-summary__total strong { font-size: 1.2rem; }
.checkout-summary__cod { display: flex; align-items: center; gap: 6px; font-size: .82rem; color: var(--ink-soft); margin: 12px 0 0; }
.checkout-summary__cod .icon { color: var(--primary-deep); }

/* =========================================================
   بلاگ آرشیو
   ========================================================= */
.blog-layout,
.single-post__layout { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 28px; align-items: start; }
.blog-sidebar { grid-column: 1; }
.blog-main,
.single-post__body { grid-column: 2; min-width: 0; }
.single-post__layout .single-post__body { max-width: none; margin-inline: 0; }
.post-grid--blog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.blog-sidebar { position: sticky; top: calc(var(--header-h) + 16px); display: flex; flex-direction: column; gap: 16px; }
.blog-widget { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px; box-shadow: var(--shadow-sm); }
.blog-widget__title { font-size: 1rem; margin-bottom: 12px; }
.blog-widget__links,
.blog-widget__recent { display: flex; flex-direction: column; gap: 9px; }
.blog-widget__links a { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--ink-soft); font-weight: 700; }
.blog-widget__links span { min-width: 26px; height: 26px; display: grid; place-items: center; background: var(--primary-050); color: var(--primary-deep); border-radius: var(--r-sm); font-size: .78rem; }
.blog-widget__recent li { padding-bottom: 10px; border-bottom: 1px dashed var(--line); }
.blog-widget__recent li:last-child { padding-bottom: 0; border-bottom: 0; }
.blog-widget__recent a { display: block; font-weight: 700; line-height: 1.7; }
.blog-widget__recent span { color: var(--muted); font-size: .78rem; }
.blog-widget--cta { background: linear-gradient(145deg, var(--primary-050), #fff6ed); }
.blog-widget--cta p { color: var(--ink-soft); font-size: .92rem; }

/* =========================================================
   پیگیری
   ========================================================= */
.track-box { max-width: 720px; margin-inline: auto; }
.track-form { display: flex; gap: 12px; }
.track-form .field { flex: 1; margin: 0; }
.track-form .field__input { text-align: center; font-weight: 700; letter-spacing: .08em; }
.track-result { margin-top: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--shadow-sm); animation: stepIn .4s var(--ease); }
.track-result__head { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding-bottom: 22px; border-bottom: 1px solid var(--line); margin-bottom: 24px; }
.track-result__label { display: block; font-size: .78rem; color: var(--muted); margin-bottom: 2px; }
.track-result__head strong { font-size: 1.05rem; }
.track-timeline { display: flex; flex-direction: column; gap: 0; }
.track-timeline li { display: flex; align-items: center; gap: 14px; position: relative; padding: 12px 0; }
.track-timeline li::before { content: ""; width: 16px; height: 16px; border-radius: 50%; background: var(--surface-2); border: 2px solid var(--line); flex-shrink: 0; z-index: 1; }
.track-timeline li:not(:last-child)::after { content: ""; position: absolute; inset-inline-start: 7px; top: 28px; bottom: -4px; width: 2px; background: var(--line); }
.track-timeline li.done::before { background: var(--primary); border-color: var(--primary); }
.track-timeline li.done:not(:last-child)::after { background: var(--primary); }
.track-timeline li.now::before { box-shadow: 0 0 0 5px var(--primary-050); animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 5px var(--primary-050); } 50% { box-shadow: 0 0 0 9px rgba(18, 179, 201, .12); } }
.track-timeline li.done span { font-weight: 700; color: var(--ink); }
.track-timeline li span { color: var(--muted); }

/* =========================================================
   نوشتهی تکی
   ========================================================= */
.single-post__head { text-align: center; padding: 48px 0 28px; background: linear-gradient(180deg, var(--primary-050), #fff); }
.single-post__head-in { max-width: 760px; margin-inline: auto; }
.single-post__cat { color: var(--primary-deep); font-weight: 600; }
.single-post__title { font-size: 2.35rem; margin: 10px 0; }
.single-post__meta { display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--muted); font-size: .88rem; flex-wrap: wrap; }
.single-post__meta .icon { color: var(--primary); }
.single-post__cover { margin: 28px auto; max-width: 760px; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 12px solid #fff; background: #fff; }
.single-post__cover img { width: 100%; max-height: 420px; object-fit: cover; border-radius: var(--r-sm); }
.single-post__body { max-width: 760px; margin-inline: auto; width: 100%; }
.single-post__tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 30px; }
.single-post__tags a { font-size: .82rem; background: var(--surface); padding: 6px 12px; border-radius: var(--r-pill); color: var(--ink-soft); }
.single-post__tags a:hover { background: var(--primary-050); color: var(--primary-deep); }

.prose { line-height: 2.08; color: #1d3b46; font-size: 1.05rem; direction: rtl; unicode-bidi: plaintext; text-align: start; }
.prose h2 { font-size: 1.5rem; margin: 1.6em 0 .6em; }
.prose h3 { font-size: 1.25rem; margin: 1.4em 0 .5em; }
.prose p {
	margin: 0 0 1.05em;
	padding-bottom: 1.05em;
	border-bottom: 1px solid rgba(204, 229, 227, .68);
	text-align: justify;
	text-align-last: auto;
}
.prose p:last-child { border-bottom: 0; }
.prose img { border-radius: var(--r); margin: 1.4em 0; }
.prose a { color: var(--primary-deep); text-decoration: underline; text-underline-offset: 3px; }
.prose blockquote { border-inline-start: 4px solid var(--primary); background: var(--surface); margin: 1.4em 0; padding: 4px 20px; border-radius: 0 var(--r) var(--r) 0; }
.prose ul, .prose ol { padding-inline-start: 1.4em; margin: 1em 0; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li { margin: .4em 0; }
.prose code { background: var(--surface-2); padding: 2px 7px; border-radius: 6px; font-size: .9em; }
.content-link-box {
	margin: 2rem 0 0;
	padding: 18px 20px;
	border: 1px solid var(--line);
	border-radius: var(--r-sm);
	background: linear-gradient(180deg, rgba(239, 248, 253, .88), rgba(255, 255, 255, .96));
}
.content-link-box strong { display: block; margin-bottom: 10px; color: var(--ink); font-size: .98rem; }
.content-link-box ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.content-link-box li { margin: 0; }
.content-link-box a {
	display: inline-flex; align-items: center; min-height: 34px; padding: 6px 12px;
	border-radius: var(--r-pill); background: #fff; border: 1px solid #d6e9f5; color: var(--primary-deep); text-decoration: none;
	font-size: .86rem; font-weight: 750;
}
.content-link-box a:hover { background: var(--primary-050); border-color: var(--primary-200); }

/* =========================================================
   صفحهبندی
   ========================================================= */
.pagination, .nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 40px; flex-wrap: wrap; }
.page-numbers {
	min-width: 42px; height: 42px; padding: 0 12px; border-radius: var(--r-sm); display: inline-flex; align-items: center; justify-content: center;
	border: 1px solid var(--line); font-weight: 600; color: var(--ink-soft); background: #fff;
}
.page-numbers:hover { border-color: var(--primary); color: var(--primary-deep); }
.page-numbers.current { background: var(--primary); border-color: var(--primary); color: #fff; }

/* =========================================================
   ۴۰۴
   ========================================================= */
.error-404 { text-align: center; }
.error-404__art svg { max-width: 280px; margin: 0 auto 10px; }
.error-404__title { font-size: 1.8rem; }
.error-404__cta { display: flex; gap: 12px; justify-content: center; margin-top: 24px; flex-wrap: wrap; }

/* =========================================================
   ریویل (موشن اسکرول)
   ========================================================= */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* =========================================================
   توست و لودینگ
   ========================================================= */
.toast-wrap { position: fixed; inset-block-end: 24px; inset-inline-start: 24px; z-index: 9999; display: flex; flex-direction: column; gap: 10px; }
.toast {
	background: var(--ink); color: #fff; padding: 13px 18px; border-radius: var(--r); font-weight: 600; font-size: .92rem;
	box-shadow: var(--shadow-lg); opacity: 0; transform: translateY(12px); transition: opacity .3s var(--ease), transform .3s var(--ease);
	display: flex; align-items: center; gap: 8px;
}
.toast.show { opacity: 1; transform: none; }
.toast--ok { background: linear-gradient(120deg, var(--primary-deep), var(--primary)); }
.toast--error { background: linear-gradient(120deg, var(--accent-deep), var(--accent)); }

.btn.is-loading { color: transparent !important; pointer-events: none; }
.btn.is-loading::after {
	content: ""; position: absolute; width: 18px; height: 18px; border: 2.5px solid rgba(255, 255, 255, .4);
	border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite;
}
.btn--ghost.is-loading::after, .btn--icon.is-loading::after { border-color: rgba(10, 143, 163, .3); border-top-color: var(--primary-deep); }
@keyframes spin { to { transform: rotate(360deg); } }

/* =========================================================
   واکنشگرا
   ========================================================= */
@media (max-width: 1024px) {
	.kish_item-grid { grid-template-columns: repeat(3, 1fr); }
	.cat-card { flex-basis: 164px; }
	.hero__in { grid-template-columns: minmax(0, 1fr) 320px; gap: 32px; }
	.hero__title { font-size: 2rem; }
	.main-nav__list a { padding-inline: 9px; }
}
@media (max-width: 1180px) {
	.quick-dock { display: none; }
}
@media (max-width: 860px) {
	body { padding-bottom: 76px; }
	.main-nav { display: none; }
	.menu-toggle { display: grid; }
	.hero { padding: 34px 0 62px; }
	.hero__in { grid-template-columns: 1fr; gap: 0; }
	.hero__content { position: relative; z-index: 2; }
	.hero__eyebrow { margin-left: 132px; }
	.hero__art {
		position: absolute; left: 20px; top: 0; z-index: 1;
		width: 118px; height: 104px; min-height: 0; order: 0;
	}
	.hero__fish--main { width: 92px; inset-inline-start: 12px; top: 22px; }
	.hero__bubble { display: block; box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .36); }
	.hero__bubble.b1 { width: 12px; height: 12px; inset-inline-end: 8px; top: 78px; }
	.hero__bubble.b2 { width: 8px; height: 8px; inset-inline-end: 44px; top: 82px; }
	.hero__bubble.b3 { width: 7px; height: 7px; inset-inline-start: 8px; top: 72px; }
	.hero__bubble.b4 { display: none; }
	.hero__fish-mini--one { width: 32px; inset-inline-end: 0; top: 10px; }
	.hero__fish-mini--two { width: 28px; inset-inline-start: 0; top: 44px; }
	.hero__fish-mini--three { width: 24px; display: block; inset-inline-end: 32px; bottom: 2px; }
	.hero__title { font-size: 1.62rem; }
	.hero__stats { flex-wrap: wrap; }
	.hero__stats div { flex: 1 1 136px; }
	.mobile-dock {
		position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 120;
		display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px;
		padding: 8px; border: 1px solid rgba(220, 232, 231, .92); border-radius: var(--r-lg);
		background: rgba(255, 255, 255, .93); backdrop-filter: blur(18px) saturate(170%);
		box-shadow: 0 16px 42px rgba(16, 42, 51, .16);
	}
	.mobile-dock a {
		position: relative; min-width: 0; min-height: 52px; border-radius: var(--r);
		display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
		color: var(--ink-soft); font-size: .72rem; font-weight: 700;
	}
	.mobile-dock a .icon { display: block; margin: 0 auto; }
	.mobile-dock a:nth-child(1) .icon { color: #147fae; }
	.mobile-dock a:nth-child(2) .icon { color: #f26a2e; }
	.mobile-dock a:nth-child(3) .icon { color: #1f9f8f; }
	.mobile-dock a:nth-child(4) .icon { color: #8d6bff; }
	.mobile-dock a.is-active { background: linear-gradient(145deg, var(--primary-050), #fff2e8); color: var(--primary-deep); box-shadow: inset 0 -2px 0 var(--accent); }
	.mobile-dock__count {
		position: absolute; top: 3px; inset-inline-start: 50%; min-width: 17px; height: 17px; padding: 0 4px;
		display: grid; place-items: center; border-radius: var(--r-pill); background: var(--accent); color: #fff;
		border: 2px solid #fff; font-size: .62rem; line-height: 1;
	}
	.mobile-dock__count.pop { animation: pop .4s var(--ease); }
	.mobile-dock a.is-added .icon { animation: cartSwing .75s var(--ease); color: var(--accent); }
	.why__in { grid-template-columns: 1fr; gap: 18px; }
	.why__art { display: none; }
	.why__list { gap: 12px; }
	.area-guide__in { grid-template-columns: 1fr; }
	.post-grid { grid-template-columns: repeat(2, 1fr); }
	.blog-layout,
	.single-post__layout { grid-template-columns: 260px minmax(0, 1fr); gap: 20px; }
	.shop-layout,
	.product-layout { grid-template-columns: 242px minmax(0, 1fr); gap: 20px; }
	.single-kish_item .product-layout { grid-template-columns: 242px minmax(0, 1fr); }
	.blog-sidebar,
	.shop-sidebar { position: sticky; top: calc(var(--header-h) + 16px); }
	.contact-info { position: static; }
	.contact-layout { grid-template-columns: 1fr; }
	.single-kish_item__grid { grid-template-columns: 1fr; gap: 24px; }
	.single-kish_item__visual { gap: 14px; }
	.single-kish_item__media { height: auto; min-height: 0; aspect-ratio: 16 / 10; }
	.single-kish_item__assure { grid-template-columns: 1fr; }
	.hotel-fact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hotel-wide-panel { grid-template-columns: 1fr; }
	.cart-grid, .checkout-grid { grid-template-columns: 1fr; }
	.cart-summary, .checkout-summary { position: static; }
	.section__head--row { flex-direction: column; align-items: flex-start; }
	.spec-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
	.blog-layout,
	.single-post__layout,
	.shop-layout,
	.product-layout { grid-template-columns: 1fr; }
	.shop-layout { grid-auto-flow: row; }
	.single-kish_item .product-layout { grid-template-columns: 1fr; }
	.blog-sidebar,
	.blog-main,
	.single-post__body,
	.shop-sidebar,
	.shop-main,
	.product-main { grid-column: auto; }
	.single-kish_item .product-main,
	.single-kish_item .shop-sidebar { grid-column: auto; }
	.blog-sidebar,
	.shop-sidebar { position: static; }
	.shop-filters--sort-only { align-items: stretch; }
	.shop-filters__label { width: 100%; }
	.shop-filters__sort { width: 100%; justify-content: space-between; }
	.shop-filters__sort select { flex: 1; min-width: 0; }
	.shopping-center-facts,
	.comments-area .comment-form { grid-template-columns: 1fr; }
	.single-kish_item .shop-sidebar { order: 3; }
	.single-kish_item .product-main { order: 1; }
	.side-widget--collapsible:not([open]) .side-nav { display: none; }
	.area-guide__marker {
		width: 16px;
		height: 16px;
	}
	.area-guide__marker span {
		font-size: .66rem;
		padding: 3px 6px;
	}
	.area-guide__map figcaption {
		inset-inline: 8px;
		bottom: 8px;
		max-width: calc(100% - 16px);
		font-size: .66rem;
		border-radius: var(--r-sm);
	}
}
@media (max-width: 560px) {
	.section { padding: 48px 0; }
	:root { --header-h: 64px; }
	.container { padding-inline: 16px; }
	.topbar { display: none; }
	.site-header__in { gap: 12px; padding-block: 8px; }
	.brand { min-width: 0; gap: 8px; }
	.brand-mark,
	.brand-mark__icon { width: 38px; height: 38px; }
	.brand-copy strong { font-size: 1.08rem; }
	.brand-copy em { display: none; }
	.site-header__actions { gap: 6px; }
	.icon-btn { width: 38px; height: 38px; }
	.hero { padding-top: 28px; }
	.hero__eyebrow { margin-left: 104px; }
	.hero__title { font-size: 1.18rem; max-width: none; }
	.hero__lead { font-size: 1rem; }
	.hero__art { left: 16px; top: 0; width: 96px; height: 86px; min-height: 0; }
	.hero__fish--main { width: 76px; inset-inline-start: 10px; top: 18px; }
	.hero__fish-mini--one { width: 27px; }
	.hero__fish-mini--two { width: 23px; }
	.hero__fish-mini--three { width: 20px; }
	.hero__stats { gap: 8px; }
	.hero__stats div { min-width: 0; padding: 10px; }
	.hero__stats strong { font-size: 1.12rem; }
	.section__title,
	.page-hero__title,
	.single-post__title,
	.single-kish_item__title { font-size: 1.65rem; }
	.single-kish_item__grid {
		display: flex;
		flex-direction: column;
		gap: 14px;
	}
	.single-kish_item__media {
		width: 100%;
		aspect-ratio: 16 / 10;
		min-height: 0;
		height: auto;
		border-radius: var(--r);
	}
	.single-kish_item__visual { gap: 12px; }
	.single-kish_item__img { padding: 0; }
	.single-kish_item__info {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 8px 12px;
		align-content: start;
	}
	.single-kish_item__cat,
	.single-kish_item__title,
	.single-kish_item__weight {
		grid-column: 1 / -1;
	}
	.single-kish_item__cat { font-size: .76rem; }
	.single-kish_item__title { margin: 1px 0 2px; line-height: 1.32; }
	.single-kish_item__weight { font-size: .78rem; }
	.single-kish_item__price {
		grid-column: 1;
		margin: 0;
		gap: 7px;
		flex-wrap: wrap;
		align-self: center;
	}
	.single-kish_item__price-now { font-size: 1.18rem; }
	.single-kish_item__buy {
		display: grid;
		grid-column: 2;
		grid-row: 4;
		grid-template-columns: 88px minmax(104px, 1fr);
		gap: 8px;
		margin: 0;
		align-items: center;
	}
	.single-kish_item__buy .qty { height: 42px; }
	.single-kish_item__buy .qty__btn { width: 32px; height: 40px; }
	.single-kish_item__buy .qty__input { width: 28px; }
	.single-kish_item__buy .btn {
		min-height: 42px;
		padding-inline: 10px;
		font-size: .78rem;
		justify-content: center;
		white-space: normal;
		line-height: 1.45;
	}
	.single-kish_item__excerpt,
	.single-kish_item__assure {
		grid-column: 1 / -1;
	}
	.single-kish_item__excerpt { margin: 10px 0 0; font-size: .86rem; line-height: 1.8; }
	.single-kish_item__assure { grid-template-columns: 1fr; padding: 0; gap: 8px; margin-top: 10px; }
	.single-kish_item__assure li { font-size: .78rem; gap: 7px; }
	.single-kish_item__decision {
		margin-top: 14px;
		padding: 13px;
		border-radius: 18px;
		gap: 12px;
	}
	.decision-head {
		display: grid;
		gap: 5px;
		padding-bottom: 10px;
	}
	.decision-head h2 { font-size: .98rem; }
	.decision-grid { grid-template-columns: 1fr; gap: 8px; }
	.decision-card {
		grid-template-columns: 38px minmax(0, 1fr);
		padding: 10px;
		border-radius: 14px;
	}
	.decision-card__icon { width: 38px; height: 38px; border-radius: 12px; }
	.decision-card strong { font-size: .78rem; line-height: 1.65; }
	.decision-support { grid-template-columns: 1fr; gap: 8px; }
	.decision-support__title {
		justify-content: center;
		min-height: 38px;
		font-size: .76rem;
	}
	.single-kish_item__details { margin-top: 24px; }
	.spec-grid { grid-template-columns: repeat(auto-fit, minmax(148px, 1fr)); gap: 8px; }
	.spec-card {
		align-items: flex-start;
		text-align: start;
		gap: 7px;
		padding: 10px 6px;
		min-width: 0;
	}
	.spec-card__icon { width: 38px; height: 38px; }
	.spec-card__label { font-size: .64rem; line-height: 1.35; }
	.spec-card strong {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size: .76rem;
		line-height: 1.45;
	}
	.hotel-fact-panel { padding: 13px; border-radius: 18px; }
	.hotel-fact-panel--compact { padding: 0; }
	.hotel-fact-panel__head { display: grid; gap: 6px; margin-bottom: 10px; }
	.hotel-fact-panel__head h2 { font-size: .98rem; }
	.hotel-fact-grid { grid-template-columns: 1fr; gap: 8px; }
	.hotel-fact { padding: 9px; border-radius: 14px; }
	.hotel-wide-panel { gap: 10px; }
	.hotel-facilities__list { gap: 6px; }
	.hotel-facilities--wide { padding: 12px; border-radius: 16px; }
	.hotel-facility-chip { min-height: 30px; padding: 5px 8px; font-size: .72rem; }
	.hotel-note { padding: 10px; border-radius: 14px; }
	.single-kish_item__inactive {
		display: flex;
		align-items: stretch;
		width: 100%;
		margin: 10px 0 0;
	}
	.single-kish_item__inactive .btn { width: 100%; min-width: 0; }
	.single-kish_item__desc { margin-top: 18px; }
	.single-kish_item__desc.is-collapsed .single-kish_item__desc-more { display: none; }
	.single-kish_item__desc-toggle { display: inline-flex; }
	.single-kish_item__desc.is-open .single-kish_item__desc-toggle .icon { transform: rotate(90deg); }
	.single-kish_item .shop-sidebar { margin-top: 18px; }
	.single-kish_item .side-widget { padding: 14px; border-radius: var(--r); }
	.kish_item-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
	.cat-grid { padding-inline: 46px; gap: 10px; }
	.cat-nav { width: 36px; height: 36px; }
	.cat-card { flex-basis: 138px; padding: 12px 8px; gap: 6px; }
	.cat-card__media { width: 52px; height: 52px; }
	.cat-card__name { font-size: .84rem; line-height: 1.5; }
	.cat-card__count { font-size: .72rem; }
	.post-grid { grid-template-columns: 1fr; }
	.post-grid--blog { grid-template-columns: 1fr; }
	.latest-posts .post-grid { gap: 12px; }
	.latest-posts .post-card { border-radius: var(--r); box-shadow: none; }
	.latest-posts .post-card:hover { transform: none; box-shadow: var(--shadow-sm); }
	.latest-posts .post-card__media { display: none; }
	.latest-posts .post-card__body { padding: 13px 14px; gap: 6px; }
	.latest-posts .post-card__meta { font-size: .72rem; gap: 6px; justify-content: flex-start; }
	.latest-posts .post-card__date { display: none; }
	.latest-posts .post-card__title { font-size: .95rem; line-height: 1.55; }
	.latest-posts .post-card__excerpt { font-size: .8rem; line-height: 1.75; }
	.latest-posts .post-card__more { font-size: .82rem; margin-top: 0; }
	.field-row { grid-template-columns: 1fr; gap: 0; }
	.contact-info,
	.contact-form { padding: 20px; }
	.trust { margin-top: -26px; }
	.trust__in {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 8px;
		padding: 10px;
		overflow: visible;
	}
	.trust__item {
		min-width: 0;
		width: 100%;
		background: rgba(255, 255, 255, .08);
		border: 1px solid rgba(255, 255, 255, .14);
		border-radius: var(--r);
		padding: 9px 6px;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		gap: 6px;
	}
	.trust__item::after { display: none; }
	.trust__icon { width: 38px; height: 38px; border-radius: var(--r-sm); margin-inline: auto; }
	.trust__icon .icon { width: 21px; height: 21px; display: block; margin: auto; }
	.trust__item strong,
	.trust__item span { display: none; }
	.trust__item b {
		display: block;
		color: #fff;
		font-size: .68rem;
		line-height: 1.35;
		white-space: nowrap;
	}
	.site-footer__in { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 12px; padding: 42px 16px 28px; }
	.footer-col--brand { grid-column: 1 / -1; }
	.footer-col__title { font-size: .86rem; margin-bottom: 10px; }
	.footer-links { gap: 7px; }
	.footer-links a { font-size: .74rem; line-height: 1.7; }
	.footer-about { font-size: .84rem; }
	.footer-contact-list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		align-items: stretch;
		gap: 8px;
		overflow: visible;
		padding-bottom: 0;
		max-width: 100%;
	}
	.footer-contact-list li,
	.footer-contact-list a {
		width: 100%;
		min-width: 0;
		justify-content: center;
		flex-direction: column;
		gap: 5px;
		font-size: .72rem;
		line-height: 1.45;
		white-space: nowrap;
		text-align: center;
	}
	.footer-contact-list li {
		padding: 8px 4px;
		border: 1px solid rgba(255, 255, 255, .08);
		border-radius: var(--r-sm);
		background: rgba(255, 255, 255, .035);
	}
	.footer-contact-list a { padding: 0; }
	.footer-contact-list [data-mobile-label] span { display: none; }
	.footer-contact-list [data-mobile-label]::after {
		content: attr(data-mobile-label);
		color: #eaf5f7;
		font-weight: 800;
	}
	.footer-badges { display: none; }
	.site-footer__bar .container { justify-content: center; text-align: center; }
	.cta-band__in { padding: 28px; }
	.cart-row { grid-template-columns: 64px 1fr auto; grid-template-areas: "media info remove" "media qty line"; row-gap: 10px; }
	.cart-row__media { grid-area: media; width: 64px; height: 64px; }
	.cart-row__info { grid-area: info; }
	.cart-row__qty { grid-area: qty; }
	.cart-row__line { grid-area: line; text-align: end; }
	.cart-row__remove { grid-area: remove; justify-self: end; }
	.checkout-main { padding: 20px; }
	.stepper__item { font-size: 0; gap: 0; }
	.stepper__item span { font-size: .8rem; }
	.mobile-menu .brand { min-width: auto; }
}

/* =========================================================
   بازطراحی کیش وب‌سایت
   ========================================================= */
:root {
	--bg: #fbfcff;
	--surface: #f3f8fc;
	--surface-2: #e6f1f8;
	--ink: #102832;
	--ink-soft: #4f646b;
	--muted: #84969b;
	--primary: #147fae;
	--primary-deep: #075f8c;
	--primary-050: #eaf5ff;
	--accent: #ff6b35;
	--accent-deep: #c8451f;
	--coral: #f05a5a;
	--mango: #f7b733;
	--mint: #147fae;
	--rose: #fff0e8;
	--gold: #eeb329;
	--line: #d8e6f2;
	--shadow: 0 14px 34px rgba(10, 45, 55, .09);
	--shadow-sm: 0 8px 22px rgba(10, 45, 55, .075);
	--shadow-lg: 0 28px 70px rgba(10, 45, 55, .16);
}

.topbar { background: #0b3f61; color: #d8ecf8; }
.topbar .icon { color: var(--mango); }
.site-header { border-bottom-color: rgba(216, 230, 238, .86); }
.brand-copy strong { font-size: 1.2rem; }
.brand-copy em { color: #6d848a; }
.brand-mark__icon { filter: drop-shadow(0 9px 18px rgba(7, 95, 140, .18)); }

.hero--kish {
	min-height: clamp(500px, 66vh, 620px);
	padding: 0;
	display: grid;
	align-items: stretch;
	background: #075f8c;
	border-bottom: 0;
	color: #fff;
}
.hero__bg,
.hero__shade {
	position: absolute;
	inset: 0;
	pointer-events: none;
}
.hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 22% center;
}
.hero__shade {
	background:
		linear-gradient(90deg, rgba(7, 95, 140, .18) 0%, rgba(7, 95, 140, .54) 42%, rgba(11, 63, 97, .9) 100%),
		linear-gradient(180deg, rgba(7, 95, 140, .12) 0%, rgba(7, 95, 140, .26) 58%, rgba(11, 63, 97, .74) 100%);
}
.hero--kish .hero__in {
	min-height: clamp(500px, 66vh, 620px);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-block: 58px 72px;
}
.hero--kish .hero__content {
	position: relative;
	z-index: 2;
	width: min(640px, 100%);
}
.hero--kish .hero__eyebrow {
	background: rgba(255, 255, 255, .13);
	color: #fff;
	border-color: rgba(255, 255, 255, .24);
	box-shadow: none;
	backdrop-filter: blur(14px) saturate(150%);
}
.hero--kish .hero__eyebrow .icon { color: var(--mango); }
.hero--kish .hero__title {
	font-size: clamp(1.35rem, 3vw, 3rem);
	line-height: 1.15;
	white-space: nowrap;
	max-width: 100%;
	margin-block: 14px 12px;
	color: #fff;
	text-shadow: 0 10px 28px rgba(0, 0, 0, .25);
}
.hero--kish .hero__lead {
	max-width: 39em;
	color: rgba(255, 255, 255, .88);
	font-size: 1.08rem;
}
.hero--kish .btn--ghost {
	background: rgba(255, 255, 255, .13);
	color: #fff;
	border-color: rgba(255, 255, 255, .28);
	backdrop-filter: blur(14px);
}
.hero--kish .btn--ghost:hover {
	background: rgba(255, 255, 255, .22);
	border-color: rgba(255, 255, 255, .42);
	color: #fff;
}
.hero--kish .hero__stats {
	flex-wrap: wrap;
	gap: 12px;
}
.hero--kish .hero__stats div {
	min-width: 132px;
	background: rgba(255, 255, 255, .12);
	border-color: rgba(255, 255, 255, .22);
	box-shadow: none;
	backdrop-filter: blur(14px) saturate(145%);
}
.hero--kish .hero__stats strong { color: #fff; }
.hero--kish .hero__stats span { color: rgba(255, 255, 255, .76); }

.trust--kish { margin-top: -54px; }
.trust--kish .trust__in {
	background: linear-gradient(135deg, rgba(7, 95, 140, .97), rgba(11, 63, 97, .98));
	backdrop-filter: blur(18px) saturate(160%);
}

.section--alt { background: linear-gradient(180deg, #f3f8fc, #fff); }
.cat-card__media {
	background: linear-gradient(145deg, var(--primary-050), #fff);
	color: var(--primary-deep);
}
.cat-card__media img {
	object-fit: cover;
	padding: 0;
}
.cat-card__count {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.55;
}

.price-guide__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
.price-card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 198px;
	padding: 20px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	box-shadow: var(--shadow-sm);
	transition: transform .24s var(--ease), box-shadow .24s var(--ease), border-color .24s var(--ease);
}
.price-card::before {
	content: "";
	position: absolute;
	inset-inline: 0;
	top: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--primary), var(--mango), var(--accent));
}
.price-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow);
	border-color: #b7d7ea;
}
.price-card__cat {
	width: fit-content;
	padding: 4px 10px;
	border-radius: var(--r-sm);
	background: var(--primary-050);
	color: var(--primary-deep);
	font-size: .78rem;
	font-weight: 900;
}
.price-card h3 {
	margin: 0;
	font-size: 1.08rem;
}
.price-card p {
	margin: 0;
	color: var(--ink-soft);
	font-size: .9rem;
}
.price-card__foot {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 14px;
	border-top: 1px dashed var(--line);
}
.price-card__foot > .icon {
	color: var(--accent);
}

.kish_item-card {
	border-radius: var(--r);
}
.kish_item-card__media {
	aspect-ratio: 16 / 10.5;
	margin: 12px 12px 0;
	background: #e3f2fb;
	box-shadow: none;
}
.kish_item-card__img,
.kish_item-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0;
}
.kish_item-card__placeholder,
.single-kish_item__placeholder,
.post-card__placeholder {
	color: #a8cadb;
}
.kish_item-card__cat {
	background: #eaf5ff;
	color: var(--primary-deep);
}
.kish_item-card .btn--icon {
	background: var(--primary-deep);
}
.kish_item-card .btn--icon:hover {
	background: var(--accent);
}
.empty-hint--wide {
	grid-column: 1 / -1;
	background: #fff;
	border: 1px dashed var(--line);
	border-radius: var(--r-lg);
}

.why--kish .why__art {
	position: relative;
	overflow: hidden;
	border-radius: var(--r-lg);
	border: 1px solid var(--line);
	box-shadow: var(--shadow);
	aspect-ratio: 4 / 3;
}
.why--kish .why__art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: none;
}
.why--kish .why__art::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 95, 140, 0), rgba(7, 95, 140, .22));
}

.post-card__media img,
.single-post__cover img,
.single-kish_item__img {
	object-fit: cover;
	padding: 0;
}
.single-kish_item__media {
	background: #e3f2fb;
}
.single-kish_item__img--fallback {
	padding: 0;
}
.cta-band__in {
	background:
		linear-gradient(120deg, rgba(11, 63, 97, .94), rgba(7, 95, 140, .9)),
		url("../img/kish-hero.png") center / cover;
}

@media (max-width: 860px) {
	.hero--kish { min-height: 520px; }
	.hero--kish .hero__in {
		min-height: 520px;
		padding-block: 48px 72px;
	}
	.hero--kish .hero__content { width: 100%; }
	.hero--kish .hero__eyebrow { margin-left: 0; }
	.hero--kish .hero__title { font-size: clamp(1.3rem, 5vw, 2rem); max-width: 100%; }
	.price-guide__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
	.hero--kish {
		min-height: 500px;
	}
	.hero__shade {
		background:
			linear-gradient(90deg, rgba(7, 95, 140, .24) 0%, rgba(7, 95, 140, .64) 34%, rgba(11, 63, 97, .9) 100%),
			linear-gradient(180deg, rgba(7, 95, 140, .06) 0%, rgba(7, 95, 140, .34) 50%, rgba(11, 63, 97, .82) 100%);
	}
	.hero--kish .hero__in {
		min-height: 500px;
		padding-block: 34px 66px;
	}
	.hero--kish .hero__eyebrow { margin-left: 0; }
	.hero--kish .hero__title {
		font-size: clamp(1.16rem, 5.2vw, 1.35rem);
		max-width: 100%;
	}
	.hero--kish .hero__lead { font-size: .96rem; }
	.hero--kish .hero__cta .btn {
		flex: 1 1 150px;
		white-space: normal;
		min-height: 48px;
	}
	.hero--kish .hero__stats div {
		flex: 1 1 98px;
		min-width: 0;
	}
	.price-guide__grid { grid-template-columns: 1fr; }
	.price-card { min-height: 0; }
	.kish_item-card__media { margin: 8px 8px 0; }
}

/* ---------- پرداخت نهایی هدر، مگامنو و فوتر کیش ---------- */
.topbar {
	background: #0b3f61;
	color: #d8ecf8;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.topbar__in { height: 38px; }
.topbar .icon { color: #ffb45c; }
.topbar__sep { background: rgba(216, 236, 248, .28); }
.topbar__track {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 0 12px;
	border-radius: var(--r-pill);
	background: #075f8c;
	color: #fff;
	box-shadow: 0 8px 18px rgba(7, 95, 140, .18);
}
.topbar__track:hover { color: #fff; background: #0b3f61; }

.site-header {
	transition: top .24s var(--ease), background .24s var(--ease), border-color .24s var(--ease), box-shadow .24s var(--ease);
}
.site-header__in {
	position: relative;
	transition: min-height .24s var(--ease), padding .24s var(--ease), background .24s var(--ease), border-radius .24s var(--ease), box-shadow .24s var(--ease), border-color .24s var(--ease);
}
.main-nav__list li.is-open > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.main-nav__list .sub-menu--categories {
	min-width: 270px;
	max-width: min(320px, calc(100vw - 32px));
	gap: 6px;
	padding: 10px;
}
.main-nav__list .sub-menu--categories a {
	justify-content: flex-start;
	padding: 10px 12px;
	border-radius: 12px;
	font-weight: 800;
	white-space: normal;
}

.cat-card {
	border-radius: 18px;
	border-color: #d8e6f2;
	background: linear-gradient(145deg, #fff, #f5f9fd);
}
.cat-card__media {
	border-radius: 16px;
	background: linear-gradient(145deg, #eaf5ff, #fff6ed);
}
.cat-card:hover {
	border-color: rgba(20, 127, 174, .34);
	box-shadow: 0 18px 44px rgba(7, 95, 140, .12);
}

.site-footer--kish {
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 8%, rgba(242, 106, 46, .2), transparent 26%),
		radial-gradient(circle at 86% 22%, rgba(20, 127, 174, .34), transparent 34%),
		linear-gradient(135deg, #102a33 0%, #075f8c 56%, #0b3f61 100%);
	color: #dff2f8;
}
.site-footer--kish::before {
	content: "";
	position: absolute;
	inset-inline: 0;
	top: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--accent), var(--mango), var(--primary));
}
.footer-decor {
	display: none;
}
.footer-decor__shell {
	display: none;
}
.site-footer--kish .site-footer__in,
.site-footer--kish .site-footer__bar {
	position: relative;
	z-index: 1;
}
.site-footer--kish .site-footer__in { padding-top: 62px; }
.site-footer--kish .brand-copy strong,
.site-footer--kish .footer-col__title { color: #f2fdff; }
.site-footer--kish .brand-copy em,
.site-footer--kish .footer-about,
.site-footer--kish .site-footer__bar p { color: rgba(223, 242, 248, .82); }
.site-footer--kish .brand-mark { color: #ffb45c; }
.site-footer--kish .footer-links a,
.site-footer--kish .footer-contact-list a,
.site-footer--kish .footer-contact-list li { color: rgba(241, 253, 255, .88); }
.site-footer--kish .footer-links a:hover,
.site-footer--kish .footer-contact-list a:hover { color: #ffcf8e; }
.site-footer--kish .footer-contact-list .icon,
.site-footer--kish .footer-badge .icon { color: #ffb45c; }
.site-footer--kish .footer-badge {
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 180, 92, .18);
}
.site-footer--kish .site-footer__bar {
	border-top-color: rgba(255, 255, 255, .12);
}

@media (min-width: 1025px) {
	.site-header.is-stuck {
		top: 0;
		background: rgba(255, 255, 255, .96);
		border-bottom-color: rgba(216, 230, 238, .95);
		box-shadow: 0 10px 28px rgba(7, 95, 140, .1);
	}
	.site-header.is-stuck .site-header__in {
		min-height: var(--header-h);
		padding-block: 10px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}
	.site-header.is-stuck .brand-mark,
	.site-header.is-stuck .brand-mark__icon {
		width: 44px;
		height: 44px;
	}
	.site-header.is-stuck .main-nav__list a {
		padding-block: 8px;
	}
}

@media (max-width: 720px) {
	.footer-decor__shell {
		width: 270px;
		bottom: -28px;
		opacity: .18;
	}
}

/* احترام به ترجیح کاهش موشن */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
	.reveal { opacity: 1; transform: none; }
}
