/* =========================================================
   قالیشویی دات‌کام — استایل اصلی
   پالت روشن و تمیز: قرمز لاکی + طلایی گرم با اشاره‌های فرش ایرانی
   ========================================================= */

:root {
	--gh-primary: #bd1f33;
	--gh-primary-dark: #8f1728;
	--gh-primary-200: #efb7be;
	--gh-primary-100: #f8dde1;
	--gh-primary-50: #fff4f5;
	--gh-accent: #d6a33d;
	--gh-accent-soft: #fff7e8;
	--gh-rug-blue: #173f62;
	--gh-rug-blue-soft: #eef5fa;
	--gh-ink: #2d2530;
	--gh-ink-soft: #665c66;
	--gh-line: #ecdee2;
	--gh-bg: #ffffff;
	--gh-bg-soft: #fff8f6;
	--gh-radius: 14px;
	--gh-radius-sm: 9px;
	--gh-shadow: 0 6px 24px rgba(77, 24, 35, 0.09);
	--gh-shadow-sm: 0 2px 10px rgba(77, 24, 35, 0.07);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.gh-body {
	margin: 0;
	font-family: "Vazirmatn", Tahoma, sans-serif;
	font-size: 16px;
	line-height: 1.9;
	color: var(--gh-ink);
	background: var(--gh-bg);
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }

a { color: var(--gh-primary-dark); text-decoration: none; transition: color 0.15s ease; }
a:hover { color: var(--gh-primary); }

.gh-container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}

.screen-reader-text {
	position: absolute;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.skip-link:focus {
	position: fixed;
	inset-inline-start: 16px;
	top: 16px;
	z-index: 999;
	width: auto; height: auto;
	clip: auto;
	background: var(--gh-primary);
	color: #fff;
	padding: 10px 18px;
	border-radius: var(--gh-radius-sm);
}

/* ---------- نوار بالایی ---------- */

.gh-topbar {
	background: linear-gradient(90deg, var(--gh-primary-50), var(--gh-rug-blue-soft));
	border-bottom: 1px solid var(--gh-line);
	font-size: 13px;
	color: var(--gh-ink-soft);
}

.gh-topbar__inner {
	display: flex;
	gap: 24px;
	align-items: center;
	min-height: 38px;
	flex-wrap: wrap;
}

.gh-topbar__phone { margin-inline-start: auto; display: inline-flex; align-items: center; gap: 8px; }

.gh-phone-soon {
	display: inline-block;
	background: var(--gh-accent-soft);
	color: #8c6316;
	border: 1px dashed var(--gh-accent);
	border-radius: 999px;
	padding: 1px 14px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.5px;
}

.gh-phone-soon--lg { font-size: 15px; padding: 4px 22px; }

.gh-topbar__phone-icon {
	display: none;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--gh-primary-200);
	border-radius: 50%;
	background: #fff;
	color: var(--gh-primary-dark);
	font-family: inherit;
	font-size: 17px;
	cursor: default;
}

/* ---------- سربرگ و لوگو ---------- */

.gh-header {
	background: #fff;
	border-bottom: 1px solid var(--gh-line);
	position: sticky;
	top: 0;
	z-index: 100;
}

.gh-header__inner {
	display: grid;
	grid-template-columns: minmax(180px, auto) minmax(0, 1fr) minmax(180px, auto);
	align-items: center;
	gap: 16px;
	min-height: 72px;
}

.gh-logo {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--gh-ink);
}

.gh-logo__mark { width: 44px; height: 44px; flex: none; }
.gh-logo__mark svg { width: 100%; height: 100%; display: block; }

.gh-logo__type { display: flex; flex-direction: column; line-height: 1.35; }

.gh-logo__title {
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0;
}

.gh-logo__dot { color: var(--gh-accent); font-weight: 900; }

.gh-logo__tagline {
	font-size: 11px;
	color: var(--gh-ink-soft);
	font-weight: 400;
}

/* ---------- ناوبری ---------- */

.gh-nav {
	display: flex;
	justify-content: center;
	min-width: 0;
}

.gh-nav__list {
	display: flex;
	align-items: center;
	gap: 2px;
	flex-wrap: nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gh-nav__item { position: relative; }

.gh-nav__list > li > a {
	display: block;
	padding: 7px 9px;
	border-radius: var(--gh-radius-sm);
	color: var(--gh-ink);
	font-size: 13.25px;
	font-weight: 500;
	line-height: 1.5;
	white-space: nowrap;
}

.gh-nav__list > li > a:hover { background: var(--gh-primary-50); color: var(--gh-primary-dark); }

.gh-nav__list > li.is-active > a,
.gh-nav__list > li > a[aria-current="page"] {
	background: var(--gh-primary-50);
	color: var(--gh-primary-dark);
	font-weight: 700;
}

.gh-nav__item--has-submenu > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding-inline-end: 10px;
	position: relative;
}

.gh-nav__item--has-submenu > a::after {
	content: "";
	display: inline-block;
	flex: 0 0 auto;
	width: 6px;
	height: 6px;
	border-inline-end: 1.5px solid currentColor;
	border-block-end: 1.5px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	opacity: 0.65;
}

.gh-nav__item--has-submenu::before {
	content: "";
	position: absolute;
	top: 100%;
	inset-inline: -10px;
	height: 14px;
	z-index: 29;
}

.gh-nav__submenu {
	position: absolute;
	top: calc(100% + 4px);
	inset-inline-start: 50%;
	transform: translateX(50%) translateY(4px);
	z-index: 30;
	display: grid;
	grid-template-columns: repeat(2, minmax(118px, 1fr));
	gap: 4px;
	min-width: 290px;
	margin: 0;
	padding: 10px;
	list-style: none;
	background: #fff;
	border: 1px solid var(--gh-line);
	border-radius: 8px;
	box-shadow: var(--gh-shadow);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.gh-nav__item--has-submenu:hover .gh-nav__submenu,
.gh-nav__item--has-submenu:focus-within .gh-nav__submenu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(50%) translateY(0);
}

.gh-nav__submenu a {
	display: block;
	padding: 7px 10px;
	border-radius: 6px;
	color: var(--gh-ink);
	font-size: 13px;
	line-height: 1.55;
	white-space: nowrap;
}

.gh-nav__submenu a:hover,
.gh-nav__submenu a[aria-current="page"] {
	background: var(--gh-primary-50);
	color: var(--gh-primary-dark);
	font-weight: 700;
}

.gh-header__actions {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	grid-column: 3;
	grid-row: 1;
}

.gh-header__cta {
	padding: 9px 17px;
	font-size: 13.5px;
	white-space: nowrap;
	color: #fff;
}

.gh-header__cta:hover,
.gh-header__cta[aria-current="page"] { color: #fff; }

.gh-nav__toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: 1px solid var(--gh-line);
	border-radius: var(--gh-radius-sm);
	padding: 10px;
	cursor: pointer;
}

.gh-nav__toggle-bar {
	width: 22px; height: 2px;
	background: var(--gh-primary-dark);
	border-radius: 2px;
}

/* ---------- دکمه‌ها ---------- */

.gh-btn {
	display: inline-block;
	border: 1px solid rgba(214, 163, 61, 0.56);
	border-radius: var(--gh-radius-sm);
	padding: 10px 22px;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	text-align: center;
	box-shadow:
		0 3px 10px rgba(76, 24, 35, 0.05),
		inset 0 1px 0 rgba(255, 247, 232, 0.48);
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.gh-btn--primary {
	background: linear-gradient(180deg, var(--gh-primary) 0%, var(--gh-primary-dark) 100%);
	border-color: rgba(214, 163, 61, 0.9);
	color: #fff;
	box-shadow:
		0 8px 20px rgba(189, 31, 51, 0.22),
		0 0 0 2px rgba(214, 163, 61, 0.13),
		inset 0 1px 0 rgba(255, 247, 232, 0.35),
		inset 0 -1px 0 rgba(76, 24, 35, 0.28);
}

.gh-btn--primary:hover {
	background: linear-gradient(180deg, var(--gh-primary-dark) 0%, #851b2d 100%);
	border-color: var(--gh-accent);
	color: #fff;
	transform: translateY(-1px);
	box-shadow:
		0 10px 24px rgba(189, 31, 51, 0.28),
		0 0 0 3px rgba(214, 163, 61, 0.16),
		inset 0 1px 0 rgba(255, 247, 232, 0.38);
}

.gh-btn--ghost {
	background: #fff;
	border-color: rgba(214, 163, 61, 0.78);
	color: var(--gh-primary-dark);
	box-shadow:
		0 4px 12px rgba(76, 24, 35, 0.05),
		inset 0 0 0 1px rgba(214, 163, 61, 0.14);
}

.gh-btn--ghost:hover {
	background: linear-gradient(180deg, #fff 0%, var(--gh-accent-soft) 100%);
	border-color: var(--gh-accent);
	box-shadow:
		0 7px 16px rgba(76, 24, 35, 0.08),
		0 0 0 2px rgba(214, 163, 61, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.gh-btn--lg { padding: 13px 30px; font-size: 16px; border-radius: 12px; }
.gh-btn--block { display: block; width: 100%; }
.gh-btn[disabled] { opacity: 0.6; cursor: wait; transform: none; }

.gh-linklike {
	background: none;
	border: none;
	padding: 0;
	font-family: inherit;
	font-size: 13.5px;
	color: var(--gh-primary-dark);
	cursor: pointer;
}

.gh-linklike[disabled] { color: var(--gh-ink-soft); cursor: default; }

/* ---------- هیرو ---------- */

.gh-hero {
	background:
		linear-gradient(180deg, var(--gh-primary-50) 0%, rgba(255, 255, 255, 0.96) 72%, #fff 100%);
	border-bottom: 1px solid var(--gh-line);
	overflow: hidden;
	position: relative;
	isolation: isolate;
}

.gh-hero--has-image::before,
.gh-hero--has-image::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.gh-hero--has-image::before {
	z-index: -2;
	inset-block: clamp(18px, 4vw, 44px);
	inset-inline-start: auto;
	left: max(28px, calc((100vw - 1140px) / 2 + 10px));
	right: auto;
	width: min(64vw, 860px);
	max-width: calc(100% - 56px);
	background-image: var(--gh-hero-image);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	filter: saturate(1.04) contrast(1.03);
	-webkit-mask-image:
		linear-gradient(to right, transparent 0%, #000 9%, #000 58%, rgba(0, 0, 0, 0.76) 70%, transparent 100%),
		linear-gradient(to bottom, transparent 0%, #000 13%, #000 82%, transparent 100%);
	-webkit-mask-composite: source-in;
	mask-image:
		linear-gradient(to right, transparent 0%, #000 9%, #000 58%, rgba(0, 0, 0, 0.76) 70%, transparent 100%),
		linear-gradient(to bottom, transparent 0%, #000 13%, #000 82%, transparent 100%);
	mask-composite: intersect;
}

.gh-hero--has-image::after {
	z-index: -1;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 28%, rgba(255, 248, 246, 0.62) 52%, var(--gh-primary-50) 82%, var(--gh-primary-50) 100%),
		linear-gradient(180deg, var(--gh-primary-50) 0%, rgba(255, 244, 245, 0) 16%, rgba(255, 255, 255, 0) 72%, #fff 100%),
		radial-gradient(ellipse 42% 54% at 78% 18%, rgba(214, 163, 61, 0.13) 0%, rgba(214, 163, 61, 0) 70%),
		radial-gradient(ellipse 70% 86% at 22% 52%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 58%, rgba(255, 255, 255, 0.82) 100%);
}

.gh-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 660px);
	justify-content: start;
	gap: 0;
	align-items: center;
	min-height: 520px;
	padding-top: 72px;
	padding-bottom: 72px;
	position: relative;
	z-index: 1;
	text-align: start;
}

.gh-hero--text-only .gh-hero__inner {
	grid-template-columns: minmax(0, 760px);
	justify-content: center;
	text-align: center;
}

.gh-hero--text-only .gh-hero__lead { margin-inline: auto; }
.gh-hero--text-only .gh-hero__actions,
.gh-hero--text-only .gh-hero__points { justify-content: center; }

.gh-hero--has-image .gh-hero__text {
	max-width: 620px;
	padding: 18px 0;
}

.gh-badge {
	display: inline-block;
	background: #fff;
	border: 1px solid var(--gh-primary-200);
	color: var(--gh-primary-dark);
	border-radius: 999px;
	padding: 5px 16px;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 18px;
}

.gh-hero__title {
	font-size: 38px;
	line-height: 1.5;
	font-weight: 800;
	margin: 0 0 14px;
}

.gh-hero__lead {
	font-size: 16.5px;
	color: var(--gh-ink-soft);
	margin: 0 0 26px;
	max-width: 540px;
}

.gh-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }

.gh-hero__points {
	display: flex;
	gap: 22px;
	list-style: none;
	padding: 0;
	margin: 26px 0 0;
	flex-wrap: wrap;
}

.gh-hero__points li {
	font-size: 13.5px;
	color: var(--gh-ink-soft);
	padding-inline-start: 24px;
	position: relative;
}

.gh-hero__points li::before {
	content: "✓";
	position: absolute;
	inset-inline-start: 0;
	color: var(--gh-primary);
	font-weight: 800;
}

/* ---------- بخش‌ها ---------- */

.gh-section { padding: 60px 0; }
.gh-section--alt { background: var(--gh-bg-soft); border-block: 1px solid var(--gh-line); }

.gh-section__title {
	font-size: 27px;
	font-weight: 800;
	text-align: center;
	margin: 0 0 8px;
}

.gh-section__lead {
	text-align: center;
	color: var(--gh-ink-soft);
	margin: 0 0 36px;
}

.gh-center { text-align: center; margin-top: 34px; }

/* ---------- کارت مناطق ---------- */

.gh-zones-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.gh-zone-card {
	background: #fff;
	border: 1px solid var(--gh-line);
	border-radius: var(--gh-radius);
	padding: 26px 22px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	color: var(--gh-ink);
	box-shadow: var(--gh-shadow-sm);
	transition: all 0.18s ease;
}

.gh-zone-card:hover {
	border-color: var(--gh-primary-200);
	box-shadow: var(--gh-shadow);
	transform: translateY(-3px);
	color: var(--gh-ink);
}

.gh-zone-card__icon { font-size: 28px; }
.gh-zone-card__title { font-size: 17px; font-weight: 700; }
.gh-zone-card__meta { font-size: 13px; color: var(--gh-ink-soft); }

.gh-zone-card__cta {
	margin-top: 10px;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--gh-primary-dark);
}

/* ---------- چیپ محله‌ها ---------- */

.gh-hoods-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.gh-hoods-board {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.gh-hood-group {
	background: #fff;
	border: 1px solid var(--gh-line);
	border-radius: 8px;
	padding: 18px;
	box-shadow: var(--gh-shadow-sm);
}

.gh-hood-group__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--gh-line);
}

.gh-hood-group__head h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
}

.gh-hood-group__head span {
	font-size: 12px;
	color: var(--gh-ink-soft);
	white-space: nowrap;
}

.gh-hood-group__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.gh-hood-group__links a {
	display: flex;
	align-items: center;
	min-height: 36px;
	padding: 7px 10px;
	border: 1px solid transparent;
	border-radius: 7px;
	background: var(--gh-bg-soft);
	color: var(--gh-ink);
	font-size: 13.5px;
	line-height: 1.55;
}

.gh-hood-group__links a:hover {
	border-color: var(--gh-primary-200);
	background: var(--gh-primary-50);
	color: var(--gh-primary-dark);
}

.gh-hood-chip {
	background: #fff;
	border: 1px solid var(--gh-line);
	border-radius: 999px;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 500;
	color: var(--gh-ink);
	transition: all 0.15s ease;
}

.gh-hood-chip:hover {
	border-color: var(--gh-primary);
	color: var(--gh-primary-dark);
	background: var(--gh-primary-50);
}

/* ---------- مقالات ---------- */

.gh-blog-hero .gh-page__subtitle { max-width: 760px; }

.gh-blog-preview { border-top: 1px solid var(--gh-line); }

.gh-article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.gh-article-grid--archive { gap: 24px; }

.gh-article-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	background: #fff;
	border: 1px solid var(--gh-line);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: var(--gh-shadow-sm);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.gh-article-card:hover {
	border-color: var(--gh-primary-200);
	box-shadow: var(--gh-shadow);
	transform: translateY(-3px);
}

.gh-article-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	background: var(--gh-bg-soft);
	overflow: hidden;
}

.gh-article-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.22s ease;
}

.gh-article-card:hover .gh-article-card__image { transform: scale(1.03); }

.gh-article-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, rgba(189, 31, 51, 0.92), rgba(143, 23, 40, 0.98)),
		repeating-linear-gradient(45deg, rgba(214, 163, 61, 0.26) 0 2px, transparent 2px 12px);
	position: relative;
}

.gh-article-card__placeholder::after {
	content: "";
	position: absolute;
	inset: 22%;
	border: 2px solid rgba(255, 247, 232, 0.82);
	border-radius: 8px;
	box-shadow: inset 0 0 0 8px rgba(214, 163, 61, 0.18);
}

.gh-article-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.gh-article-card__meta {
	display: flex;
	align-items: center;
	gap: 7px;
	flex-wrap: wrap;
	margin-bottom: 9px;
	color: var(--gh-ink-soft);
	font-size: 12.5px;
}

.gh-article-card__meta a {
	color: var(--gh-primary-dark);
	font-weight: 700;
}

.gh-article-card__title {
	margin: 0 0 9px;
	font-size: 17px;
	line-height: 1.7;
	font-weight: 800;
}

.gh-article-card__title a { color: var(--gh-ink); }
.gh-article-card__title a:hover { color: var(--gh-primary-dark); }

.gh-article-card p {
	margin: 0 0 16px;
	color: var(--gh-ink-soft);
	font-size: 13.8px;
	line-height: 1.9;
}

.gh-article-card__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 14px;
	border-top: 1px solid var(--gh-line);
	font-size: 12.8px;
	color: var(--gh-ink-soft);
}

.gh-article-card__foot a {
	font-weight: 800;
	color: var(--gh-primary-dark);
}

.gh-article-hero {
	background:
		linear-gradient(180deg, var(--gh-primary-50) 0%, rgba(255, 248, 246, 0.72) 64%, #fff 100%),
		linear-gradient(90deg, rgba(214, 163, 61, 0.12), rgba(23, 63, 98, 0.08));
	border-bottom: 1px solid var(--gh-line);
	padding: 34px 0 0;
}

.gh-article-hero__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 18px;
	color: var(--gh-ink-soft);
	font-size: 13px;
}

.gh-article-hero__meta a {
	color: var(--gh-primary-dark);
	font-weight: 800;
}

.gh-article-hero__title {
	max-width: 880px;
	margin: 10px 0 0;
	font-size: 38px;
	line-height: 1.55;
	font-weight: 900;
}

.gh-article-hero__lead {
	max-width: 760px;
	margin: 12px 0 0;
	color: var(--gh-ink-soft);
	font-size: 16px;
}

.gh-article-hero__figure {
	margin: 28px 0 -46px;
	border: 1px solid var(--gh-line);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-shadow: var(--gh-shadow);
	aspect-ratio: 16 / 7;
}

.gh-article-hero__figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gh-article-single--has-image .gh-article-layout { padding-top: 86px; }

.gh-article-content {
	max-width: 760px;
}

.gh-article-content img {
	border-radius: 8px;
	box-shadow: var(--gh-shadow-sm);
}

.gh-page-links {
	margin-top: 26px;
	padding-top: 18px;
	border-top: 1px solid var(--gh-line);
}

.pagination {
	margin-top: 34px;
}

.pagination .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	border: 1px solid var(--gh-line);
	border-radius: 8px;
	background: #fff;
	color: var(--gh-ink);
	font-size: 13px;
	font-weight: 700;
}

.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
	background: var(--gh-primary);
	border-color: var(--gh-primary);
	color: #fff;
}

.gh-empty-state {
	max-width: 620px;
	margin: 0 auto;
	padding: 36px;
	text-align: center;
	border: 1px solid var(--gh-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--gh-shadow-sm);
}

.gh-empty-state h2 { margin: 0 0 8px; font-size: 20px; }
.gh-empty-state p { margin: 0; color: var(--gh-ink-soft); }

/* ---------- مراحل ---------- */

.gh-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.gh-step {
	background: #fff;
	border: 1px solid var(--gh-line);
	border-radius: var(--gh-radius);
	padding: 28px 24px;
	text-align: center;
	box-shadow: var(--gh-shadow-sm);
}

.gh-step__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px; height: 46px;
	border-radius: 50%;
	background: var(--gh-primary-100);
	color: var(--gh-primary-dark);
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 12px;
}

.gh-step__title { font-size: 16.5px; margin: 0 0 6px; }
.gh-step p { margin: 0; font-size: 14px; color: var(--gh-ink-soft); }

/* ---------- اطلاعیه واسطه‌گری ---------- */

.gh-section--notice { padding-top: 0; }

.gh-notice {
	background: var(--gh-accent-soft);
	border: 1px solid #efd99f;
	border-radius: var(--gh-radius);
	padding: 28px 32px;
}

.gh-notice__title { margin: 0 0 8px; font-size: 18px; }
.gh-notice p { margin: 0; font-size: 14.5px; color: #6f4b16; }

/* ---------- صفحات داخلی ---------- */

.gh-page__hero {
	background: linear-gradient(180deg, var(--gh-primary-50) 0%, #fff 100%);
	border-bottom: 1px solid var(--gh-line);
	padding: 34px 0 30px;
}

.gh-page__title { font-size: 30px; font-weight: 800; margin: 6px 0 0; }
.gh-page__subtitle { color: var(--gh-ink-soft); margin: 8px 0 0; }

.gh-breadcrumb { font-size: 13px; color: var(--gh-ink-soft); }
.gh-breadcrumb__sep { margin: 0 7px; opacity: 0.5; }

.gh-page__layout {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 40px;
	padding: 44px 0 64px;
	align-items: start;
}

/* ---------- متن مقالات ---------- */

.gh-prose { font-size: 16px; }

.gh-prose h2 {
	font-size: 21px;
	font-weight: 800;
	margin: 36px 0 12px;
	padding-inline-start: 14px;
	border-inline-start: 4px solid var(--gh-primary);
	line-height: 1.6;
}

.gh-prose h2:first-child { margin-top: 0; }
.gh-prose p { margin: 0 0 18px; color: #4b3e48; }
.gh-prose strong { color: var(--gh-ink); }
.gh-prose a { font-weight: 700; }
.gh-prose ul,
.gh-prose ol {
	margin: 0 0 20px;
	padding-inline-start: 24px;
	color: #4b3e48;
}
.gh-prose li { margin-bottom: 8px; }
.gh-prose blockquote {
	margin: 28px 0;
	padding: 18px 22px;
	border-inline-start: 4px solid var(--gh-accent);
	background: var(--gh-accent-soft);
	border-radius: 8px;
	color: #5d4218;
}
.gh-prose table {
	width: 100%;
	border-collapse: collapse;
	margin: 26px 0;
	font-size: 14px;
}
.gh-prose th,
.gh-prose td {
	border: 1px solid var(--gh-line);
	padding: 10px 12px;
	text-align: start;
}
.gh-prose th {
	background: var(--gh-bg-soft);
	color: var(--gh-ink);
}

/* ---------- سایدبار ---------- */

.gh-page__aside {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: sticky;
	top: 96px;
}

.gh-aside-card {
	background: #fff;
	border: 1px solid var(--gh-line);
	border-radius: var(--gh-radius);
	padding: 24px;
	box-shadow: var(--gh-shadow-sm);
}

.gh-aside-card h2 { font-size: 16px; margin: 0 0 10px; }
.gh-aside-card p { font-size: 13.5px; color: var(--gh-ink-soft); margin: 0 0 14px; }

.gh-aside-card--cta {
	background: linear-gradient(160deg, var(--gh-primary-50), #fff);
	border-color: var(--gh-primary-200);
}

.gh-aside-card--muted { background: var(--gh-bg-soft); }
.gh-aside-card--muted a { font-size: 13.5px; font-weight: 600; }

.gh-aside-list { list-style: none; margin: 0; padding: 0; }

.gh-aside-list li + li { border-top: 1px solid var(--gh-line); }

.gh-aside-list a {
	display: block;
	padding: 8px 2px;
	font-size: 14px;
	color: var(--gh-ink);
}

.gh-aside-list a:hover,
.gh-aside-list a[aria-current="page"] { color: var(--gh-primary-dark); font-weight: 600; }

/* ---------- صفحه منطقه ---------- */

.gh-zone-hoods { padding: 30px 0 0; }
.gh-zone-hoods__title { font-size: 18px; margin: 0 0 16px; text-align: center; }

/* ---------- فرم ثبت سفارش ---------- */

.gh-order-wrap { max-width: 620px; padding-top: 40px; padding-bottom: 70px; }

.gh-order-steps {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0 0 26px;
	padding: 0;
	counter-reset: step;
}

.gh-order-steps__item {
	flex: 1;
	text-align: center;
	font-size: 13px;
	color: var(--gh-ink-soft);
	position: relative;
	padding-top: 36px;
}

.gh-order-steps__item::before {
	content: attr(data-step-label);
	position: absolute;
	top: 0;
	inset-inline-start: 50%;
	transform: translateX(50%);
	width: 28px; height: 28px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid var(--gh-line);
	color: var(--gh-ink-soft);
	font-weight: 700;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
}

html[dir="rtl"] .gh-order-steps__item::before { transform: translateX(50%); }
html[dir="ltr"] .gh-order-steps__item::before { transform: translateX(-50%); }

.gh-order-steps__item.is-active { color: var(--gh-primary-dark); font-weight: 700; }

.gh-order-steps__item.is-active::before,
.gh-order-steps__item.is-done::before {
	background: var(--gh-primary);
	border-color: var(--gh-primary);
	color: #fff;
}

.gh-order-card {
	background: #fff;
	border: 1px solid var(--gh-line);
	border-radius: var(--gh-radius);
	padding: 34px 32px;
	box-shadow: var(--gh-shadow);
}

.gh-order-step { display: none; }
.gh-order-step.is-active { display: block; }

.gh-order-step__title { font-size: 19px; margin: 0 0 6px; }
.gh-order-step__desc { font-size: 14px; color: var(--gh-ink-soft); margin: 0 0 20px; }

.gh-order-step__links {
	display: flex;
	justify-content: space-between;
	margin-top: 14px;
}

.gh-field { margin-bottom: 18px; }

.gh-field label {
	display: block;
	font-size: 13.5px;
	font-weight: 600;
	margin-bottom: 7px;
}

.gh-req { color: #d64545; }

.gh-field input,
.gh-field select,
.gh-field textarea {
	width: 100%;
	border: 1px solid #e3d5d9;
	border-radius: var(--gh-radius-sm);
	padding: 11px 14px;
	font-family: inherit;
	font-size: 15px;
	color: var(--gh-ink);
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.gh-field input:focus,
.gh-field select:focus,
.gh-field textarea:focus {
	outline: none;
	border-color: var(--gh-primary);
	box-shadow: 0 0 0 3px var(--gh-primary-100);
}

.gh-field input[type="file"] {
	padding: 10px;
	line-height: 1.5;
}

.gh-field__hint {
	margin: 6px 0 0;
	font-size: 12.5px;
	color: var(--gh-ink-soft);
}

.gh-area-checks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	max-height: 360px;
	overflow: auto;
	padding: 10px;
	border: 1px solid var(--gh-line);
	border-radius: var(--gh-radius-sm);
	background: var(--gh-bg-soft);
}

.gh-area-checks__group {
	margin: 0;
	border: 1px solid var(--gh-line);
	border-radius: 8px;
	padding: 12px;
	background: #fff;
}

.gh-area-checks__group legend {
	padding: 0 6px;
	font-size: 13px;
	font-weight: 800;
}

.gh-area-checks__group label {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 8px 0;
	font-size: 13px;
	font-weight: 500;
}

.gh-area-checks__group input {
	width: auto;
	margin: 0;
}

.gh-order-msg {
	margin: 18px 0 0;
	font-size: 14px;
	border-radius: var(--gh-radius-sm);
	padding: 0;
	display: none;
}

.gh-order-msg.is-error {
	display: block;
	background: #fdecec;
	color: #b23030;
	padding: 11px 15px;
}

.gh-order-msg.is-success {
	display: block;
	background: var(--gh-primary-50);
	color: var(--gh-primary-dark);
	padding: 11px 15px;
}

.gh-order-done { text-align: center; }

.gh-order-done__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px; height: 62px;
	border-radius: 50%;
	background: var(--gh-primary-100);
	color: var(--gh-primary-dark);
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 14px;
}

.gh-order-code {
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 2px;
	background: var(--gh-bg-soft);
	border: 1px dashed var(--gh-primary-200);
	border-radius: var(--gh-radius-sm);
	padding: 12px;
	margin: 10px auto 18px;
	max-width: 280px;
	color: var(--gh-primary-dark);
}

.gh-order-done__hint { font-size: 13.5px; color: var(--gh-ink-soft); margin-bottom: 22px; }

.gh-order-legal {
	text-align: center;
	font-size: 13px;
	color: var(--gh-ink-soft);
	margin-top: 18px;
}

/* ---------- تماس با ما ---------- */

.gh-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	margin-top: 26px;
}

.gh-contact-card {
	background: #fff;
	border: 1px solid var(--gh-line);
	border-radius: var(--gh-radius);
	padding: 26px;
	text-align: center;
	box-shadow: var(--gh-shadow-sm);
}

.gh-contact-card__icon { font-size: 30px; display: block; margin-bottom: 10px; }
.gh-contact-card h2 { font-size: 16px; margin: 0 0 10px; border: none; padding: 0; }
.gh-contact-card p { font-size: 13px; color: var(--gh-ink-soft); margin: 12px 0 0; }
.gh-contact-card__value { font-weight: 700; color: var(--gh-primary-dark); }

/* ---------- قالیشویی‌های تأییدشده ---------- */

.gh-laundries {
	margin-top: 42px;
	padding-top: 34px;
	border-top: 1px solid var(--gh-line);
}

.gh-laundries__head {
	margin-bottom: 18px;
}

.gh-laundries__head h2 {
	margin: 0 0 6px;
	font-size: 22px;
	font-weight: 800;
	border: none;
	padding: 0;
}

.gh-laundries__head p {
	margin: 0;
	font-size: 13.5px;
	color: var(--gh-ink-soft);
}

.gh-laundry-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.gh-laundry-card {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 16px;
	border: 1px solid var(--gh-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--gh-shadow-sm);
	overflow: hidden;
}

.gh-laundry-card__media {
	min-height: 160px;
	background: var(--gh-bg-soft);
}

.gh-laundry-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gh-laundry-card__body {
	padding: 16px 16px 16px 0;
}

.gh-laundry-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
}

.gh-laundry-card__top h3 {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
}

.gh-laundry-card__rating {
	flex: 0 0 auto;
	border-radius: 999px;
	background: var(--gh-accent-soft);
	color: #8c6316;
	padding: 3px 9px;
	font-size: 12px;
	font-weight: 700;
}

.gh-laundry-card p {
	margin: 0 0 10px;
	font-size: 13.5px;
	color: var(--gh-ink-soft);
}

.gh-laundry-card__meta {
	font-size: 12.5px;
	color: var(--gh-ink-soft);
	margin-bottom: 10px;
}

.gh-laundry-card__contacts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.gh-laundry-card__contacts span {
	border: 1px solid var(--gh-line);
	border-radius: 999px;
	padding: 3px 9px;
	font-size: 12px;
	background: var(--gh-bg-soft);
}

.gh-laundry-card__review {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	border-radius: 7px;
	padding: 6px 12px;
	background: var(--gh-primary-50);
	color: var(--gh-primary-dark);
	font-size: 13px;
	font-weight: 700;
}

.gh-laundry-card__review:hover {
	background: var(--gh-primary-100);
	color: var(--gh-primary-dark);
}

/* ---------- فوتر ---------- */

.gh-footer {
	background: var(--gh-bg-soft);
	border-top: 1px solid var(--gh-line);
	padding: 52px 0 0;
	margin-top: 40px;
}

.gh-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 36px;
	padding-bottom: 40px;
}

.gh-footer__about { font-size: 13.5px; color: var(--gh-ink-soft); margin: 16px 0 0; max-width: 320px; }

.gh-footer__title { font-size: 15px; font-weight: 700; margin: 0 0 14px; }

.gh-footer__list { list-style: none; margin: 0; padding: 0; }
.gh-footer__list li { margin-bottom: 9px; font-size: 14px; }
.gh-footer__list a { color: var(--gh-ink-soft); }
.gh-footer__list a:hover { color: var(--gh-primary-dark); }

.gh-footer__contact li { display: flex; flex-direction: column; gap: 2px; margin-bottom: 14px; }
.gh-footer__contact-label { font-size: 12px; color: var(--gh-ink-soft); }

.gh-footer__bottom {
	border-top: 1px solid var(--gh-line);
	padding: 18px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.gh-footer__copy { margin: 0; font-size: 13px; color: var(--gh-ink-soft); }

.gh-credit { font-size: 13px; color: var(--gh-ink-soft); }
.gh-credit a { font-weight: 600; }

/* ---------- واکنش‌گرا ---------- */

@media (max-width: 960px) {
	.gh-hero--has-image::before {
		inset-block: 14px auto;
		left: 18px;
		right: 18px;
		width: auto;
		height: 260px;
		background-position: center center;
		opacity: 0.42;
		-webkit-mask-image:
			linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%),
			linear-gradient(to bottom, transparent 0%, #000 10%, #000 68%, transparent 100%);
		mask-image:
			linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%),
			linear-gradient(to bottom, transparent 0%, #000 10%, #000 68%, transparent 100%);
	}
	.gh-hero--has-image::after {
		background:
			linear-gradient(180deg, rgba(255, 244, 245, 0.9) 0%, rgba(255, 255, 255, 0.82) 38%, #fff 92%),
			linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.72) 100%);
	}
	.gh-hero__inner { grid-template-columns: 1fr; justify-content: center; text-align: center; min-height: 0; padding-top: 104px; padding-bottom: 48px; }
	.gh-hero__lead { margin-inline: auto; }
	.gh-hero__actions, .gh-hero__points { justify-content: center; }
	.gh-hero--has-image .gh-hero__text { max-width: 680px; padding: 0; }
	.gh-hero__title { font-size: 29px; }

	.gh-zones-grid { grid-template-columns: repeat(2, 1fr); }
	.gh-hoods-board { grid-template-columns: 1fr; }
	.gh-article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gh-article-hero__title { font-size: 31px; }
	.gh-article-hero__figure { aspect-ratio: 16 / 9; margin-bottom: -34px; }
	.gh-article-single--has-image .gh-article-layout { padding-top: 68px; }
	.gh-steps { grid-template-columns: 1fr; }

	.gh-page__layout { grid-template-columns: 1fr; }
	.gh-page__aside { position: static; }
	.gh-laundry-grid { grid-template-columns: 1fr; }

	.gh-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
	.gh-header__inner {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 8px;
		min-height: 68px;
		direction: ltr;
	}
	.gh-logo {
		order: 3;
		margin-left: auto;
		min-width: 0;
		direction: rtl;
	}
	.gh-header__actions {
		order: 2;
		justify-content: flex-start;
		margin: 0;
		direction: rtl;
	}
	.gh-header__cta { padding: 8px 13px; font-size: 13px; }
	.gh-nav {
		order: 1;
		justify-content: flex-start;
		flex: 0 0 auto;
		direction: rtl;
	}
	.gh-nav__toggle { display: flex; }

	.gh-nav__list {
		display: none;
		position: absolute;
		top: 100%;
		inset-inline: 0;
		background: #fff;
		border-bottom: 1px solid var(--gh-line);
		box-shadow: var(--gh-shadow);
		flex-direction: column;
		align-items: stretch;
		padding: 12px 20px 20px;
		gap: 2px;
		max-height: calc(100vh - 118px);
		overflow-y: auto;
	}

	.gh-nav__list.is-open { display: flex; }
	.gh-nav__list > li > a { padding: 10px 12px; font-size: 14px; }
	.gh-nav__item--has-submenu > a { justify-content: space-between; }
	.gh-nav__submenu {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		min-width: 0;
		margin: 4px 12px 10px;
		padding: 8px;
		background: var(--gh-bg-soft);
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: none;
	}
	.gh-nav__item--has-submenu:hover .gh-nav__submenu,
	.gh-nav__item--has-submenu:focus-within .gh-nav__submenu { transform: none; }
	.gh-nav__submenu a { font-size: 13px; background: #fff; }
}

@media (max-width: 680px) {
	.gh-topbar__inner { justify-content: flex-start; min-height: 42px; }
	.gh-topbar__item:not(.gh-topbar__phone) { display: none; }
	.gh-topbar__phone { margin-inline-start: 0; }
	.gh-phone-label,
	.gh-topbar__phone > .gh-phone-soon { display: none; }
	.gh-topbar__phone-icon { display: inline-flex; }

	.gh-zones-grid { grid-template-columns: 1fr; }
	.gh-hood-group { padding: 15px; }
	.gh-hood-group__links { grid-template-columns: 1fr; }
	.gh-article-grid { grid-template-columns: 1fr; }
	.gh-article-card__body { padding: 16px; }
	.gh-article-hero { padding-top: 28px; }
	.gh-article-hero__title { font-size: 25px; }
	.gh-article-hero__figure { aspect-ratio: 16 / 10; margin-top: 22px; }
	.gh-area-checks { grid-template-columns: 1fr; }
	.gh-laundry-card { grid-template-columns: 1fr; }
	.gh-laundry-card__media { aspect-ratio: 16 / 9; min-height: 0; }
	.gh-laundry-card__body { padding: 16px; }
	.gh-contact-grid { grid-template-columns: 1fr; }
	.gh-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 18px; }
	.gh-footer__brand,
	.gh-footer__contact-col { grid-column: 1 / -1; }
	.gh-order-card { padding: 26px 20px; }
	.gh-section { padding: 44px 0; }
}
