:root {
	--tirajeh-color-ink: #1a1512;
	--tirajeh-color-gold: #b8934c;
	--tirajeh-color-cream: #f8f3ea;
	--tirajeh-color-sand: #ece3d3;
	--tirajeh-color-charcoal: #211d1a;
	--tirajeh-color-line: #ddd2bd;
	--tirajeh-color-muted: #655c54;
	--tirajeh-color-white: #ffffff;
	--tirajeh-font-display: "Cormorant Garamond", Georgia, serif;
	--tirajeh-font-body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--tirajeh-content-width: 1440px;
	--tirajeh-shell-side-gutter: clamp(18px, 3vw, 56px);
	--tirajeh-radius-pill: 999px;
	--tirajeh-radius-card: 28px;
	--tirajeh-hero-space: clamp(3.5rem, 6vw, 5.35rem);
	--tirajeh-section-space: clamp(4rem, 7vw, 6.15rem);
	--tirajeh-shadow-soft: 0 18px 60px rgba(26, 21, 18, 0.08);
	--tirajeh-fixed-header-height: 88px;
	--tirajeh-hero-ribbon-height: 49px;
}

body {
	margin: 0;
	color: var(--tirajeh-color-ink);
	background: #ffffff;
	font-family: var(--tirajeh-font-body);
	line-height: 1.65;
}

img {
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus-visible {
	text-decoration: none;
}

.site-main,
.elementor-location-header,
.elementor-location-footer {
	width: 100%;
}

.tirajeh-shell {
	width: min(calc(100% - (var(--tirajeh-shell-side-gutter) * 2)), var(--tirajeh-content-width));
	margin-inline: auto;
}

.tirajeh-site-header.e-con-boxed > .e-con-inner,
.tirajeh-site-footer.e-con-boxed > .e-con-inner,
.tirajeh-homepage.e-con-boxed > .e-con-inner,
.tirajeh-home-hero.e-con-boxed > .e-con-inner,
.tirajeh-home-section.e-con-boxed > .e-con-inner,
.tirajeh-home-cta.e-con-boxed > .e-con-inner,
.tirajeh-page-shell.e-con-boxed > .e-con-inner,
.tirajeh-page-hero.e-con-boxed > .e-con-inner,
.tirajeh-page-section.e-con-boxed > .e-con-inner {
	max-width: none;
	padding: 0;
}

.tirajeh-shell.e-con-boxed > .e-con-inner {
	width: min(calc(100% - (var(--tirajeh-shell-side-gutter) * 2)), var(--tirajeh-content-width));
	max-width: var(--tirajeh-content-width);
	margin-inline: auto;
	padding: 0;
}

.tirajeh-kicker {
	margin: 0;
	color: var(--tirajeh-color-gold);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.tirajeh-display-heading .elementor-heading-title,
.tirajeh-section-heading .elementor-heading-title,
.tirajeh-card-title .elementor-heading-title,
.tirajeh-brand-lockup__name {
	font-family: var(--tirajeh-font-display);
}

.tirajeh-display-heading .elementor-heading-title {
	font-size: clamp(3.4rem, 8vw, 6.8rem);
	line-height: 0.92;
	letter-spacing: -0.03em;
	color: var(--tirajeh-color-white);
}

.tirajeh-section-heading .elementor-heading-title {
	margin: 0;
	font-size: clamp(2.5rem, 5vw, 4.5rem);
	line-height: 0.98;
	letter-spacing: -0.02em;
	text-align: left;
}

.tirajeh-section-heading--light .elementor-heading-title {
	color: var(--tirajeh-color-white);
}

.tirajeh-section-heading {
	justify-self: start;
	text-align: left;
}

.tirajeh-card-title .elementor-heading-title {
	margin: 0;
	font-size: clamp(1.45rem, 2vw, 2rem);
	line-height: 1.08;
}

.tirajeh-product-title--sku {
	font-family: var(--tirajeh-font-body);
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-variant-numeric: lining-nums tabular-nums;
	font-feature-settings: "lnum" 1, "tnum" 1;
}

.tirajeh-card-title--faq .elementor-heading-title {
	font-size: 1.5rem;
}

.tirajeh-copy,
.tirajeh-copy p {
	margin: 0;
	color: var(--tirajeh-color-muted);
}

.tirajeh-copy p + p {
	margin-top: 0.95rem;
}

.tirajeh-copy--lead,
.tirajeh-copy--lead p {
	font-size: 1.08rem;
	max-width: 40rem;
	color: rgba(255, 255, 255, 0.82);
}

.tirajeh-copy--section,
.tirajeh-copy--section p {
	max-width: 44rem;
	font-size: 1.02rem;
	line-height: 1.75;
}

.tirajeh-copy--small,
.tirajeh-copy--small p {
	font-size: 0.96rem;
	line-height: 1.72;
}

.tirajeh-copy--light,
.tirajeh-copy--light p,
.tirajeh-contact-stack,
.tirajeh-contact-stack a {
	color: rgba(255, 255, 255, 0.76);
}

.tirajeh-catalog-mode .added_to_cart,
.tirajeh-catalog-mode .woocommerce a.added_to_cart {
	display: none !important;
}

.tirajeh-product-link,
.tirajeh-inquiry-button,
.tirajeh-button .elementor-button,
.tirajeh-contact-form__submit {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	border-radius: var(--tirajeh-radius-pill);
	background: linear-gradient(180deg, #d4ad63 0%, #ab8236 100%);
	border: 1px solid var(--tirajeh-color-gold);
	color: #ffffff;
	padding-inline: 1.25rem;
	padding-block: 0.95rem;
	font-family: var(--tirajeh-font-body);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34), 0 16px 30px rgba(171, 130, 54, 0.22);
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.tirajeh-product-link:hover,
.tirajeh-inquiry-button:hover,
.tirajeh-button .elementor-button:hover,
.tirajeh-contact-form__submit:hover {
	background: linear-gradient(180deg, #ddb86b 0%, #b98f3c 100%);
	border-color: #bb9445;
	color: #ffffff;
	transform: translateY(-1px);
}

.tirajeh-button--ghost .elementor-button {
	background: transparent;
	color: var(--tirajeh-color-ink);
	border-color: rgba(26, 21, 18, 0.14);
	box-shadow: inset 0 0 0 1px rgba(26, 21, 18, 0.06);
}

.tirajeh-button--ghost .elementor-button:hover {
	background: var(--tirajeh-color-ink);
	border-color: var(--tirajeh-color-ink);
	color: var(--tirajeh-color-white);
}

.tirajeh-button--ghost-light .elementor-button {
	background: transparent;
	color: var(--tirajeh-color-white);
	border-color: rgba(255, 255, 255, 0.24);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.tirajeh-button--ghost-light .elementor-button:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.4);
	color: var(--tirajeh-color-white);
}

.tirajeh-product-link--ghost {
	background: transparent;
	color: var(--tirajeh-color-ink);
	border-color: rgba(26, 21, 18, 0.14);
}

.tirajeh-product-link--ghost:hover {
	background: var(--tirajeh-color-ink);
	border-color: var(--tirajeh-color-ink);
	color: var(--tirajeh-color-white);
}

.tirajeh-inquiry-actions {
	display: grid;
	gap: 0.875rem;
	margin-top: 1.5rem;
}

.tirajeh-inquiry-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0.9rem 1.2rem;
	border-radius: 999px;
	border: 1px solid rgba(26, 21, 18, 0.14);
	color: var(--tirajeh-color-ink);
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.tirajeh-inquiry-link:hover {
	background: var(--tirajeh-color-ink);
	border-color: var(--tirajeh-color-ink);
	color: var(--tirajeh-color-white);
}

.tirajeh-inquiry-note {
	margin: 0;
	color: #6b625a;
	font-size: 0.95rem;
	line-height: 1.6;
}

.tirajeh-site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 30;
	background: linear-gradient(180deg, rgba(16, 22, 44, 0.985) 0%, rgba(12, 18, 38, 0.96) 100%);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 16px 34px rgba(8, 10, 18, 0.24);
}

body.single-product .site-main,
body.search .site-main,
body.error404 .site-main {
	padding-top: 96px;
}

.tirajeh-site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 88px;
	gap: 1.35rem;
	position: relative;
	z-index: 1;
}

.tirajeh-brand-mark {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.tirajeh-brand-mark img {
	display: block;
	width: 100%;
	height: auto;
}

.tirajeh-brand-mark--header {
	width: clamp(148px, 10vw, 158px);
	padding: 0.25rem 0.45rem 0.2rem 0;
}

.tirajeh-brand-mark--footer {
	width: min(100%, 320px);
}

.tirajeh-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(26, 21, 18, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 12px 24px rgba(16, 12, 11, 0.1);
	color: #17110f;
	cursor: pointer;
}

.tirajeh-menu-toggle__bars {
	display: grid;
	gap: 4px;
}

.tirajeh-menu-toggle__line {
	display: block;
	width: 18px;
	height: 1.5px;
	border-radius: 999px;
	background: currentColor;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

body.tirajeh-menu-open .tirajeh-menu-toggle__line:nth-child(1) {
	transform: translateY(5.5px) rotate(45deg);
}

body.tirajeh-menu-open .tirajeh-menu-toggle__line:nth-child(2) {
	opacity: 0;
}

body.tirajeh-menu-open .tirajeh-menu-toggle__line:nth-child(3) {
	transform: translateY(-5.5px) rotate(-45deg);
}

.tirajeh-brand-lockup {
	display: inline-flex;
	flex-direction: column;
	gap: 0.1rem;
	text-decoration: none;
}

.tirajeh-brand-lockup__name {
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	line-height: 0.95;
}

.tirajeh-brand-lockup__sub {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.tirajeh-header-nav {
	flex: 0 1 auto;
}

.tirajeh-header-nav .elementor-nav-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0.78rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tirajeh-header-nav-shell {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: center;
	gap: 0.82rem;
	width: fit-content;
	min-height: 51px;
	padding: 0 1rem 0 1.35rem;
	border-radius: 999px;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.tirajeh-header-nav-shell::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(180deg, rgba(21, 29, 56, 0.9) 0%, rgba(13, 19, 40, 0.82) 100%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(14px);
	box-shadow: 0 14px 30px rgba(8, 10, 18, 0.22);
	z-index: 0;
}

.tirajeh-header-nav-shell > * {
	position: relative;
	z-index: 1;
}

.tirajeh-header-nav .menu-item {
	display: flex;
	align-items: center;
	position: relative;
}

.tirajeh-header-nav .menu-item:not(:last-child)::after {
	content: "|";
	margin-left: 0.8rem;
	color: rgba(255, 255, 255, 0.28);
	font-weight: 300;
}

.tirajeh-header-nav > .elementor-nav-menu > .menu-item > a {
	padding: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0;
	text-transform: none;
}

.tirajeh-header-nav > .elementor-nav-menu > .menu-item > a:hover,
.tirajeh-header-nav > .elementor-nav-menu > .current-menu-item > a,
.tirajeh-header-nav > .elementor-nav-menu > .current_page_item > a {
	color: var(--tirajeh-color-gold);
}

.tirajeh-header-nav .menu-item-has-children {
	padding-right: 0.1rem;
}

.tirajeh-header-nav .menu-item-has-children::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 0.9rem;
}

.tirajeh-header-nav .menu-item-has-children > a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.tirajeh-header-nav .menu-item-has-children > a::after {
	content: "";
	display: inline-flex;
	width: 0.46rem;
	height: 0.46rem;
	border-right: 1.4px solid currentColor;
	border-bottom: 1.4px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
}

.tirajeh-header-nav .sub-menu {
	position: absolute;
	top: calc(100% + 0.35rem);
	left: 50%;
	z-index: 4;
	display: grid;
	gap: 0.25rem;
	min-width: 13rem;
	margin: 0;
	padding: 0.7rem;
	list-style: none;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(26, 21, 18, 0.08);
	box-shadow: 0 24px 44px rgba(16, 12, 11, 0.16);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(-50%, -8px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.tirajeh-header-nav .menu-item-has-children:hover > .sub-menu,
.tirajeh-header-nav .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.tirajeh-header-nav .sub-menu .menu-item {
	display: block;
}

.tirajeh-header-nav .sub-menu .menu-item::after {
	display: none;
}

.tirajeh-header-nav .sub-menu .menu-item > a {
	display: block;
	padding: 0.75rem 0.95rem;
	border-radius: 16px;
	color: var(--tirajeh-color-ink);
	font-size: 0.95rem;
	line-height: 1.2;
}

.tirajeh-header-nav .sub-menu .menu-item > a:hover,
.tirajeh-header-nav .sub-menu .current-menu-item > a,
.tirajeh-header-nav .sub-menu .current_page_item > a {
	background: rgba(184, 147, 76, 0.12);
	color: var(--tirajeh-color-gold);
}

.tirajeh-header-utility {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	padding-left: 0.45rem;
	border-left: 1px solid rgba(26, 21, 18, 0.1);
}

.tirajeh-header-search-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.92);
	cursor: pointer;
}

.tirajeh-header-search-toggle svg {
	display: block;
	width: 16px;
	height: 16px;
}

.tirajeh-header-mobile-search {
	display: none;
	width: 100%;
}

.tirajeh-header-search-panel {
	position: absolute;
	top: calc(100% + 0.7rem);
	right: max(var(--tirajeh-shell-side-gutter), 0.75rem);
	width: min(32rem, calc(100vw - (var(--tirajeh-shell-side-gutter) * 2)));
	z-index: 4;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-10px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

body.tirajeh-search-open .tirajeh-header-search-panel {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.tirajeh-product-search {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.78rem;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(26, 21, 18, 0.08);
	box-shadow: 0 20px 44px rgba(16, 12, 11, 0.12);
}

.tirajeh-product-search__field {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	flex: 1 1 auto;
	min-width: 0;
}

.tirajeh-product-search__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: rgba(23, 17, 15, 0.64);
}

.tirajeh-product-search__icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.tirajeh-product-search__input {
	width: 100%;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--tirajeh-color-ink);
	font-size: 0.96rem;
	line-height: 1.4;
}

.tirajeh-product-search__input:focus {
	outline: none;
}

.tirajeh-product-search__input::placeholder {
	color: rgba(23, 17, 15, 0.5);
}

.tirajeh-product-search__button {
	flex: 0 0 auto;
	min-height: 44px;
	padding: 0.8rem 1.15rem;
	border-radius: 999px;
	border: 1px solid rgba(171, 130, 54, 0.26);
	background: linear-gradient(180deg, rgba(171, 130, 54, 0.96), rgba(130, 96, 24, 0.96));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
	color: #fff;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
}

.tirajeh-product-search__button:hover {
	filter: brightness(1.04);
}

.tirajeh-search-hero__form {
	width: min(100%, 32rem);
	margin-top: 1.45rem;
}

.tirajeh-header-cta {
	flex: 0 0 auto;
}

.tirajeh-header-cta .elementor-button {
	min-height: 20px;
	padding-block: 0.72rem;
	padding-inline: 1.45rem;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34), 0 14px 24px rgba(171, 130, 54, 0.18);
}

.tirajeh-header-nav .elementor-menu-toggle {
	margin-left: auto;
	border-radius: 999px;
	border: 1px solid rgba(26, 21, 18, 0.12);
}

.tirajeh-homepage {
	background:
		radial-gradient(circle at top left, rgba(184, 147, 76, 0.12), transparent 32%),
		linear-gradient(180deg, #fffdf9 0%, #ffffff 42%, #fbf8f2 100%);
}

.tirajeh-home-hero {
	background:
		radial-gradient(circle at 78% 20%, rgba(184, 147, 76, 0.32), transparent 20%),
		radial-gradient(circle at 88% 35%, rgba(248, 243, 234, 0.2), transparent 16%),
		linear-gradient(135deg, #17110f 0%, #211814 45%, #3c2e28 100%);
	padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.tirajeh-home-hero__inner,
.tirajeh-home-section__split,
.tirajeh-home-cta__inner {
	display: grid;
	gap: clamp(2rem, 4vw, 4rem);
	align-items: stretch;
}

.tirajeh-home-hero__inner,
.tirajeh-home-section__split {
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.tirajeh-home-cta__inner {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
}

.tirajeh-home-hero__copy,
.tirajeh-home-section__copy,
.tirajeh-home-cta__copy {
	flex: 1 1 54%;
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
	min-width: 0;
}

.tirajeh-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	margin-top: 0.45rem;
}

.tirajeh-button-row > * {
	flex: 0 0 auto;
}

.tirajeh-home-hero__panel,
.tirajeh-home-section__aside {
	flex: 1 1 40%;
	display: flex;
	min-width: 0;
	min-height: clamp(320px, 34vw, 460px);
	align-items: flex-end;
	justify-content: flex-end;
	padding: clamp(1.5rem, 3vw, 2.25rem);
	border-radius: var(--tirajeh-radius-card);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
		linear-gradient(145deg, rgba(184, 147, 76, 0.44), rgba(33, 29, 26, 0.18));
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.tirajeh-hero-note {
	width: min(100%, 22rem);
	padding: 1.25rem 1.35rem;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(14px);
}

.tirajeh-hero-note__eyebrow {
	display: inline-block;
	margin-bottom: 0.5rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #f0d9ac;
}

.tirajeh-hero-note p {
	margin: 0;
}

.tirajeh-home-section {
	padding: var(--tirajeh-section-space) 0;
}

.tirajeh-home-section__inner {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	align-items: flex-start;
}

.tirajeh-home-section--collections {
	background: linear-gradient(180deg, rgba(248, 243, 234, 0.8), rgba(255, 255, 255, 0.95));
}

.tirajeh-home-section--custom {
	background: linear-gradient(135deg, #1b1512 0%, #2a211d 100%);
}

.tirajeh-home-section--featured {
	background: linear-gradient(180deg, #ffffff 0%, rgba(248, 243, 234, 0.72) 100%);
}

.tirajeh-service-list {
	display: grid;
	gap: 0.95rem;
	width: 100%;
}

.tirajeh-service-list span {
	display: block;
	padding: 1rem 1.15rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.94rem;
	font-weight: 600;
}

.tirajeh-service-list--light {
	gap: 0.8rem;
}

.tirajeh-service-list--light span {
	background: rgba(237, 227, 205, 0.34);
	color: #2f251f;
	border: 1px solid rgba(186, 154, 92, 0.24);
}

.tirajeh-card-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 1.25rem;
	width: 100%;
}

.tirajeh-card,
.tirajeh-faq-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-width: 0;
	padding: 1.45rem;
	border-radius: var(--tirajeh-radius-card);
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(26, 21, 18, 0.07);
	box-shadow: var(--tirajeh-shadow-soft);
}

.tirajeh-collection-card,
.tirajeh-feature-card {
	grid-column: span 3;
}

.tirajeh-faq-card {
	grid-column: span 4;
}

.tirajeh-placeholder-art {
	min-height: 220px;
	border-radius: 22px;
	background:
		radial-gradient(circle at 22% 22%, rgba(255, 255, 255, 0.6), transparent 22%),
		linear-gradient(135deg, rgba(184, 147, 76, 0.3), rgba(33, 29, 26, 0.12));
	border: 1px solid rgba(26, 21, 18, 0.08);
}

.tirajeh-placeholder-art--rings {
	background:
		radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.62), transparent 22%),
		radial-gradient(circle at 50% 58%, rgba(184, 147, 76, 0.7), transparent 20%),
		linear-gradient(135deg, #f6efe1, #d7c2a3);
}

.tirajeh-placeholder-art--bridal {
	background:
		radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.68), transparent 16%),
		radial-gradient(circle at 50% 58%, rgba(184, 147, 76, 0.72), transparent 18%),
		linear-gradient(140deg, #f8f1e6, #d8c2a1);
}

.tirajeh-placeholder-art--necklaces {
	background:
		radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.62), transparent 16%),
		radial-gradient(circle at 50% 64%, rgba(184, 147, 76, 0.55), transparent 30%),
		linear-gradient(135deg, #f4eee3, #d8cab4);
}

.tirajeh-placeholder-art--bracelets {
	background:
		radial-gradient(circle at 50% 52%, rgba(184, 147, 76, 0.66), transparent 26%),
		linear-gradient(135deg, #f5f1eb, #d6c5ad);
}

.tirajeh-placeholder-art--earrings {
	background:
		radial-gradient(circle at 34% 46%, rgba(255, 255, 255, 0.7), transparent 16%),
		radial-gradient(circle at 66% 46%, rgba(255, 255, 255, 0.7), transparent 16%),
		linear-gradient(135deg, #fbf7ef, #d8c5a9);
}

.tirajeh-placeholder-art--piece-one {
	background:
		radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.55), transparent 24%),
		linear-gradient(135deg, #f3ede4, #d8c6aa);
}

.tirajeh-placeholder-art--piece-two {
	background:
		linear-gradient(120deg, rgba(248, 243, 234, 0.75), rgba(184, 147, 76, 0.38)),
		linear-gradient(180deg, #fbf7ef, #ddd0ba);
}

.tirajeh-placeholder-art--piece-three {
	background:
		radial-gradient(circle at 68% 38%, rgba(255, 255, 255, 0.55), transparent 20%),
		linear-gradient(140deg, #efe7db, #cbb188);
}

.tirajeh-home-cta {
	padding: 0 0 var(--tirajeh-section-space);
}

.tirajeh-home-cta__inner {
	padding: clamp(1.75rem, 4vw, 2.5rem);
	border-radius: 32px;
	background: linear-gradient(135deg, #1d1715 0%, #322722 100%);
}

.home .tirajeh-site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 120;
	isolation: isolate;
	background: linear-gradient(180deg, rgba(16, 22, 44, 0.94) 0%, rgba(12, 18, 38, 0.82) 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(18px);
	box-shadow: 0 16px 34px rgba(8, 10, 18, 0.24);
	transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, backdrop-filter 0.22s ease;
}

.home .tirajeh-site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 88px;
	padding-top: 0;
	padding-bottom: 0;
	gap: 1.35rem;
	position: relative;
	z-index: 2;
}

.home .tirajeh-brand-mark--header,
.home .tirajeh-header-nav-shell {
	position: relative;
	z-index: 2;
}

.home .tirajeh-header-nav {
	width: auto;
	justify-self: center;
}

.home .tirajeh-header-nav-shell {
	background: transparent;
}

.home .tirajeh-header-utility img {
	opacity: 1;
}

.home .tirajeh-header-search-toggle {
	color: rgba(255, 255, 255, 0.92);
}

.home.tirajeh-header-scrolled .tirajeh-site-header {
	background: linear-gradient(180deg, rgba(16, 22, 44, 0.94) 0%, rgba(12, 18, 38, 0.82) 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(18px);
	box-shadow: 0 16px 34px rgba(8, 10, 18, 0.24);
}

.home .tirajeh-header-search-panel .tirajeh-product-search {
	background: rgba(23, 17, 15, 0.96);
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.26);
}

.home .tirajeh-header-search-panel .tirajeh-product-search__icon,
.home .tirajeh-header-search-panel .tirajeh-product-search__input,
.home .tirajeh-header-search-panel .tirajeh-product-search__input::placeholder {
	color: rgba(255, 249, 241, 0.9);
}

.home .tirajeh-header-nav .elementor-nav-menu {
	gap: 0.82rem;
}

.home .tirajeh-menu-toggle {
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0 18px 28px rgba(18, 12, 7, 0.18);
}

.tirajeh-button--small .elementor-button {
	padding-block: 0.78rem;
	padding-inline: 1.45rem;
	font-size: 0.74rem;
	letter-spacing: 0.16em;
}

.tirajeh-home-hero--figma {
	position: relative;
	min-height: max(620px, calc(100svh - var(--tirajeh-hero-ribbon-height)));
	padding: 0;
	background: #09090b url("../images/figma/home-hero.png") center center / cover no-repeat;
	overflow: hidden;
}

.tirajeh-home-hero--figma::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(18, 23, 43, 0.9) 0 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0.72) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 48%);
	z-index: 0;
	pointer-events: none;
}

.tirajeh-home-hero--figma::after {
	content: "";
	position: absolute;
	left: -2rem;
	top: 30rem;
	width: 26rem;
	height: 26rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(169, 135, 61, 0.42) 0%, rgba(169, 135, 61, 0) 72%);
	filter: blur(18px);
	z-index: 0;
	pointer-events: none;
}

.tirajeh-home-hero--figma > .e-con-inner,
.tirajeh-home-banner > .e-con-inner {
	position: relative;
	z-index: 1;
}

.tirajeh-home-hero--figma .tirajeh-home-hero__inner--figma {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	min-height: max(620px, calc(100svh - var(--tirajeh-hero-ribbon-height)));
	padding-top: clamp(2rem, 4vh, 3.4rem);
	padding-bottom: clamp(2rem, 4vh, 3.4rem);
	grid-template-columns: 1fr;
}

.tirajeh-home-hero--figma .tirajeh-home-hero__copy--figma {
	position: relative;
	z-index: 2;
	max-width: 61rem;
	padding-bottom: 0;
	gap: 0.72rem;
}

.tirajeh-home-hero__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin-top: 0;
	min-height: 38px;
	padding: 0.42rem 1.45rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.32);
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.84rem;
	letter-spacing: 0.02em;
	font-weight: 500;
	backdrop-filter: blur(8px);
}

.tirajeh-home-hero__badge--link {
	text-decoration: none;
}

.tirajeh-home-hero__badge--link:hover {
	background: rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.98);
}

.tirajeh-home-hero__titles {
	display: grid;
	gap: 0.3rem;
}

.tirajeh-home-hero__title-primary {
	margin: 0;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(1.55rem, 3.6vw, 2.85rem);
	line-height: 1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #d0b173;
}

.tirajeh-home-hero__title-secondary {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.24em;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(1.72rem, 4.35vw, 3.45rem);
	line-height: 1.1;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #ffffff;
}

.tirajeh-home-hero__title-line {
	display: block;
}

.tirajeh-home-hero__title-number {
	display: inline-block;
	margin-right: 0.08em;
	font-size: 1.14em;
	line-height: 0.9;
	letter-spacing: -0.025em;
	font-variant-numeric: lining-nums proportional-nums;
	font-feature-settings: "lnum" 1, "pnum" 1, "onum" 0;
}

.tirajeh-home-hero__lede {
	max-width: 38rem;
	margin-top: 0.35rem;
}

.tirajeh-home-hero__lede p {
	max-width: 38rem;
}

.tirajeh-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.9rem;
	margin-top: 0.9rem;
}

.tirajeh-home-hero__actions .tirajeh-button--ghost .elementor-button {
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.98);
	border-color: rgba(255, 255, 255, 0.34);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.tirajeh-home-hero__actions .tirajeh-button--ghost .elementor-button:hover {
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.46);
	color: #ffffff;
}

.tirajeh-home-section--collections-figma {
	padding-top: 4.5rem;
	padding-bottom: 4rem;
	background: #ffffff;
}

.tirajeh-home-section__inner--collections-figma,
.tirajeh-home-section__inner--showcase {
	gap: 2rem;
}

.tirajeh-home-section__showcase-header {
	display: grid;
	justify-items: center;
	margin-bottom: 2rem;
}

.tirajeh-home-section__headline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	width: 100%;
}

.tirajeh-section-heading--figma .elementor-heading-title {
	max-width: 28ch;
	font-size: clamp(2.7rem, 5vw, 4.4rem);
	line-height: 1.05;
}

.tirajeh-section-heading--center .elementor-heading-title {
	max-width: 28ch;
	text-align: left;
}

.tirajeh-section-heading--manual-center {
	justify-self: center;
	text-align: center;
}

.tirajeh-section-heading--manual-center .elementor-heading-title {
	text-align: center;
}

.tirajeh-section-heading--custom-testimonials .elementor-heading-title {
	max-width: none;
}

.tirajeh-section-heading--banner .elementor-heading-title {
	max-width: 28ch;
}

.tirajeh-home-collection-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	width: 100%;
}

.tirajeh-home-collection-tile {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	min-width: 0;
}

.tirajeh-home-collection-tile__media {
	display: block;
	aspect-ratio: 0.78;
	overflow: hidden;
	border-radius: 6px;
	background: #f1eee6;
}

.tirajeh-home-collection-tile__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.tirajeh-home-collection-tile:hover .tirajeh-home-collection-tile__media img {
	transform: scale(1.03);
}

.tirajeh-home-collection-tile__meta {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
}

.tirajeh-home-collection-tile__meta h3 {
	margin: 0;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(1.36rem, 1.9vw, 1.7rem);
	line-height: 1.1;
}

.tirajeh-home-collection-tile__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid rgba(26, 21, 18, 0.12);
	color: #17120f;
	font-size: 1.12rem;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.tirajeh-home-collection-tile__cta:visited {
	color: #17120f;
}

.tirajeh-home-collection-tile__cta svg,
.tirajeh-collections-catalog__cta svg {
	width: 18px;
	height: 18px;
	display: block;
	color: inherit;
}

.tirajeh-home-collection-tile__cta:hover {
	transform: translateY(-1px);
	border-color: rgba(26, 21, 18, 0.28);
	background: rgba(26, 21, 18, 0.04);
}

.tirajeh-home-section--crafted {
	padding-top: 1.5rem;
	padding-bottom: 4.5rem;
	background: #ffffff;
}

.tirajeh-home-crafted {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(2rem, 4vw, 4.5rem);
	align-items: center;
}

.tirajeh-home-crafted__copy {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	min-width: 0;
}

.tirajeh-home-crafted__detail-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 0.4rem;
}

.tirajeh-home-crafted__detail-grid div {
	padding-top: 1rem;
	border-top: 1px solid rgba(26, 21, 18, 0.12);
}

.tirajeh-home-crafted__detail-grid span {
	display: block;
	margin-bottom: 0.55rem;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--tirajeh-color-gold);
}

.tirajeh-home-crafted__detail-grid p {
	margin: 0;
	color: var(--tirajeh-color-muted);
	font-size: 0.92rem;
	line-height: 1.6;
}

.tirajeh-home-crafted__media {
	min-width: 0;
}

.tirajeh-home-crafted__media-stack {
	position: relative;
	min-height: 540px;
}

.tirajeh-home-crafted__feature,
.tirajeh-home-crafted__inset {
	margin: 0;
	overflow: hidden;
	border-radius: 6px;
}

.tirajeh-home-crafted__feature {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: #f0ede3;
	padding: 1rem;
}

.tirajeh-home-crafted__feature img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tirajeh-home-crafted__inset {
	position: absolute;
	left: -2.5rem;
	bottom: -1.75rem;
	width: 220px;
	box-shadow: 0 20px 50px rgba(26, 21, 18, 0.16);
	border: 8px solid #ffffff;
}

.tirajeh-home-crafted__inset img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tirajeh-home-section--showcase {
	padding-top: 4rem;
	padding-bottom: 4.5rem;
	background: #ffffff;
}

.tirajeh-home-showcase-preview {
	display: flex;
	flex-direction: column;
	gap: 1.9rem;
	width: 100%;
}

.tirajeh-home-showcase-preview__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 1.5rem;
}

.tirajeh-home-showcase-preview__filter {
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(30, 30, 30, 0.42);
	font-size: 0.95rem;
	font-weight: 500;
	font-family: inherit;
	letter-spacing: 0;
	cursor: pointer;
	text-transform: none;
	text-decoration: none;
}

.tirajeh-home-showcase-preview__filter.is-active,
.tirajeh-home-showcase-preview__filter:hover {
	color: var(--tirajeh-color-ink);
}

.tirajeh-home-showcase-preview__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1.3rem;
	align-items: start;
}

.tirajeh-home-showcase-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-width: 0;
}

.tirajeh-home-showcase-card[hidden],
.tirajeh-home-showcase-card.is-hidden {
	display: none;
}

.tirajeh-home-showcase-card__media {
	display: block;
	aspect-ratio: 0.78;
	overflow: hidden;
	border-radius: 6px;
	background: #efede1;
}

.tirajeh-home-showcase-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tirajeh-home-showcase-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	min-width: 0;
}

.tirajeh-home-showcase-card__eyebrow {
	margin: 0;
	color: rgba(30, 30, 30, 0.55);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.tirajeh-home-showcase-card__title {
	margin: 0;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(1.35rem, 1.6vw, 1.72rem);
	line-height: 1.1;
}

.tirajeh-home-showcase-card__title.tirajeh-product-title--sku {
	font-size: clamp(1rem, 1.2vw, 1.2rem);
	line-height: 1.25;
}

.tirajeh-home-showcase-card__title a {
	text-decoration: none;
}

.tirajeh-home-showcase-card__copy {
	margin: 0;
	color: var(--tirajeh-color-muted);
	font-size: 0.92rem;
	line-height: 1.55;
}

.tirajeh-home-showcase-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 0.3rem;
}

.tirajeh-home-showcase-card__price {
	font-family: var(--tirajeh-font-display);
	font-size: 1.7rem;
	line-height: 1;
	color: var(--tirajeh-color-ink);
}

.tirajeh-home-showcase-card__price .woocommerce-Price-currencySymbol {
	font-size: 0.82em;
}

.tirajeh-home-showcase-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 44px;
	padding: 0.7rem 1.15rem;
	border-radius: 999px;
	border: 1px solid rgba(26, 21, 18, 0.12);
	text-decoration: none;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--tirajeh-color-ink);
	transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.tirajeh-home-showcase-card__link:hover {
	transform: translateY(-1px);
	border-color: rgba(26, 21, 18, 0.3);
	background: rgba(26, 21, 18, 0.04);
}

.tirajeh-home-showcase-preview__empty {
	margin: 0;
	color: var(--tirajeh-color-muted);
}

.tirajeh-home-banner {
	position: relative;
	padding: 4.5rem 0;
	background: #0e0c0c;
	overflow: hidden;
}

.tirajeh-home-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("../images/figma/section-extra-2.png") center center / cover no-repeat;
}

.tirajeh-home-banner::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.58) 34%, rgba(0, 0, 0, 0.08) 82%);
}

.tirajeh-home-banner__inner {
	display: flex;
	align-items: flex-end;
	min-height: 350px;
}

.tirajeh-home-banner__copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	max-width: 29rem;
	padding-bottom: 1rem;
}

.tirajeh-home-section--testimonials {
	padding-top: 4.5rem;
	padding-bottom: 2.8rem;
	background: #ffffff;
	overflow: hidden;
}

.tirajeh-home-testimonials {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.6rem;
}

.tirajeh-home-testimonials__viewport {
	width: 100%;
	overflow: hidden;
}

.tirajeh-home-testimonials__rail {
	display: flex;
	align-items: flex-end;
	gap: 1.1rem;
	width: max-content;
	min-width: 100%;
	padding: 0 clamp(1rem, 4vw, 4rem);
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.tirajeh-home-testimonial-card {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-self: flex-end;
	gap: 1.2rem;
	flex: 0 0 clamp(150px, 14vw, 190px);
	min-height: 0;
	height: auto;
	padding: 1.45rem 1.15rem 1.2rem;
	border: 1px solid rgba(26, 21, 18, 0.08);
	border-radius: 10px;
	background: #f5f1eb;
	color: var(--tirajeh-color-ink);
	box-shadow: 0 18px 36px rgba(26, 21, 18, 0.06);
	opacity: 0.34;
	transform: scale(0.82);
	transform-origin: center bottom;
	transition:
		flex-basis 0.45s ease,
		min-height 0.45s ease,
		background-color 0.35s ease,
		color 0.35s ease,
		opacity 0.35s ease,
		transform 0.45s ease;
}

.tirajeh-home-testimonial-card.is-prev,
.tirajeh-home-testimonial-card.is-next {
	opacity: 0.78;
	transform: scale(0.92);
}

.tirajeh-home-testimonial-card.is-edge {
	opacity: 0.46;
	transform: scale(0.86);
}

.tirajeh-home-testimonial-card.is-far {
	opacity: 0.18;
	transform: scale(0.76);
}

.tirajeh-home-testimonial-card.is-active {
	flex-basis: clamp(255px, 24vw, 320px);
	min-height: 0;
	padding: 1.8rem 1.55rem 1.35rem;
	background: #a9873d;
	color: #ffffff;
	opacity: 1;
	transform: translateY(-0.35rem) scale(1);
}

.tirajeh-home-testimonial-card__quote {
	position: relative;
	padding: 1.2rem 0 0.2rem;
}

.tirajeh-home-testimonial-card__quote::before,
.tirajeh-home-testimonial-card__quote::after {
	position: absolute;
	font-family: var(--tirajeh-font-display);
	font-size: 2.35rem;
	line-height: 1;
	color: rgba(26, 21, 18, 0.34);
}

.tirajeh-home-testimonial-card__quote::before {
	content: "\201C";
	top: 0;
	left: 0;
}

.tirajeh-home-testimonial-card__quote::after {
	content: "\201D";
	right: 0;
	bottom: 0;
}

.tirajeh-home-testimonial-card.is-active .tirajeh-home-testimonial-card__quote::before,
.tirajeh-home-testimonial-card.is-active .tirajeh-home-testimonial-card__quote::after {
	color: rgba(255, 255, 255, 0.68);
}

.tirajeh-home-testimonial-card__quote p {
	margin: 0;
	color: inherit;
	font-size: 0.92rem;
	line-height: 1.65;
	text-align: center;
}

.tirajeh-home-testimonial-card.is-active .tirajeh-home-testimonial-card__quote p {
	font-size: 0.98rem;
	line-height: 1.72;
}

.tirajeh-home-testimonial-card__author {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	align-self: center;
	margin-top: 0.15rem;
}

.tirajeh-home-testimonial-card__avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--tirajeh-color-ink);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	overflow: hidden;
	flex-shrink: 0;
}

.tirajeh-home-testimonial-card__avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tirajeh-home-testimonial-card__line {
	display: inline-block;
	width: 16px;
	height: 1px;
	background: rgba(26, 21, 18, 0.34);
}

.tirajeh-home-testimonial-card__name {
	font-size: 1rem;
	color: rgba(26, 21, 18, 0.64);
}

.tirajeh-home-testimonial-card.is-active .tirajeh-home-testimonial-card__avatar {
	background: rgba(255, 255, 255, 0.16);
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.tirajeh-home-testimonial-card.is-active .tirajeh-home-testimonial-card__line {
	background: rgba(255, 255, 255, 0.44);
}

.tirajeh-home-testimonial-card.is-active .tirajeh-home-testimonial-card__name {
	color: rgba(255, 255, 255, 0.86);
}

.tirajeh-home-testimonials__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
}

.tirajeh-home-testimonials__control {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 1px solid rgba(26, 21, 18, 0.16);
	border-radius: 999px;
	background: #ffffff;
	color: var(--tirajeh-color-ink);
	font-size: 1.15rem;
	line-height: 1;
	cursor: pointer;
	transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.tirajeh-home-testimonials__control:hover {
	border-color: rgba(26, 21, 18, 0.32);
	background: #fbf7f0;
	transform: translateY(-1px);
}

.tirajeh-home-section--faq-figma {
	padding-top: 4.8rem;
	padding-bottom: 5.5rem;
	background: #ffffff;
}

.tirajeh-home-faq {
	display: grid;
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
	gap: 4rem;
	align-items: start;
}

.tirajeh-home-faq__copy,
.tirajeh-home-faq__rows {
	min-width: 0;
}

.tirajeh-home-faq__rows {
	display: flex;
	flex-direction: column;
}

.tirajeh-home-faq-row {
	border-top: 1px solid rgba(26, 21, 18, 0.12);
}

.tirajeh-home-faq-row:last-child {
	border-bottom: 1px solid rgba(26, 21, 18, 0.12);
}

.tirajeh-home-faq-row__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.45rem 0;
	cursor: pointer;
	list-style: none;
}

.tirajeh-home-faq-row__summary::-webkit-details-marker {
	display: none;
}

.tirajeh-home-faq-row__question {
	font-family: var(--tirajeh-font-display);
	font-size: clamp(1.25rem, 2vw, 1.7rem);
	line-height: 1.2;
	color: var(--tirajeh-color-ink);
}

.tirajeh-home-faq-row__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	border: 1px solid rgba(26, 21, 18, 0.12);
	color: var(--tirajeh-color-gold);
	font-size: 1.55rem;
	line-height: 1;
	flex: 0 0 auto;
	transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.tirajeh-home-faq-row[open] .tirajeh-home-faq-row__icon {
	border-color: var(--tirajeh-color-ink);
	background: var(--tirajeh-color-ink);
	color: var(--tirajeh-color-white);
	transform: rotate(45deg);
}

.tirajeh-home-faq-row__answer {
	padding: 0 4.2rem 1.55rem 0;
}

.tirajeh-home-faq-row__answer p {
	margin: 0;
	max-width: 38rem;
	color: var(--tirajeh-color-muted);
	font-size: 0.98rem;
	line-height: 1.78;
}

.tirajeh-home-section--instagram {
	padding-top: clamp(3.8rem, 6vw, 5.2rem);
	padding-bottom: clamp(4.2rem, 6vw, 5.8rem);
	background: linear-gradient(180deg, rgba(255, 252, 247, 0.94), rgba(246, 238, 228, 0.92));
}

.tirajeh-home-instagram {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.2rem);
}

.tirajeh-home-instagram__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.4rem;
}

.tirajeh-home-instagram__copy {
	display: grid;
	gap: 0.85rem;
	max-width: 44rem;
}

.tirajeh-home-instagram__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0.95rem;
}

.tirajeh-home-instagram__item {
	position: relative;
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 14px;
	background: rgba(248, 243, 234, 0.94);
	box-shadow: 0 18px 48px rgba(26, 21, 18, 0.08);
}

.tirajeh-home-instagram__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.tirajeh-home-instagram__item:hover img {
	transform: scale(1.04);
}

.tirajeh-home-instagram__overlay {
	position: absolute;
	inset: auto 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.8rem;
	background: linear-gradient(180deg, rgba(8, 8, 8, 0) 0%, rgba(8, 8, 8, 0.72) 100%);
}

.tirajeh-home-instagram__handle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.42rem 0.75rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(10px);
	color: var(--tirajeh-color-white);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tirajeh-site-footer {
	position: relative;
	padding: 2.5rem 0 3.2rem;
	overflow: hidden;
	background: linear-gradient(180deg, #12172b 0%, #171d35 100%);
	color: var(--tirajeh-color-white);
}

.tirajeh-site-footer__top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.74fr);
	gap: clamp(2.5rem, 4vw, 5rem);
	align-items: flex-start;
}

.tirajeh-site-footer__brand {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.tirajeh-brand-mark--footer {
	width: min(100%, 460px);
}

.tirajeh-site-footer__payments {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	align-items: center;
}

.tirajeh-site-footer__payment {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 50px;
	height: 30px;
	padding: 5px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(26, 21, 18, 0.08);
	color: #15120f;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}

.tirajeh-site-footer__payment svg {
	display: block;
	width: 100%;
	height: 25px;
	overflow: visible;
}

.tirajeh-site-footer__payment text {
	font-family: var(--tirajeh-font-ui);
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.04em;
	dominant-baseline: middle;
}

.tirajeh-site-footer__payment--visa text {
	fill: #1a1f71;
}

.tirajeh-site-footer__payment--mastercard circle:first-child {
	fill: #eb001b;
}

.tirajeh-site-footer__payment--mastercard circle:last-child {
	fill: #f79e1b;
	opacity: 0.92;
}

.tirajeh-site-footer__payment--paypal text {
	fill: #003087;
}

.tirajeh-site-footer__payment--apple-pay path,
.tirajeh-site-footer__payment--apple-pay text {
	fill: #111111;
}

.tirajeh-site-footer__payment--apple-pay path {
	transform: translate(1px, 0.2px) scale(1.08);
	transform-origin: center;
	transform-box: fill-box;
}

.tirajeh-site-footer__payment--google-pay text:first-of-type {
	fill: #4285f4;
}

.tirajeh-site-footer__payment--google-pay text:last-of-type {
	fill: #202124;
}

.tirajeh-site-footer__contact {
	display: flex;
	flex-direction: column;
	gap: 1.9rem;
}

.tirajeh-site-footer__heading .elementor-heading-title {
	font-size: clamp(2.4rem, 4vw, 3.45rem);
	line-height: 0.98;
}

.tirajeh-contact-stack {
	display: grid;
	gap: 0.9rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tirajeh-contact-stack__item {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
}

.tirajeh-contact-stack__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 1.15rem;
	margin-top: 0.2rem;
	color: rgba(222, 185, 103, 0.94);
}

.tirajeh-contact-stack__icon svg {
	display: block;
	width: 1.15rem;
	height: 1.15rem;
	stroke: currentColor;
	fill: none;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tirajeh-contact-stack__icon svg path:only-child,
.tirajeh-contact-stack__icon svg circle:only-child,
.tirajeh-contact-stack__icon svg rect:only-child {
	fill: currentColor;
	stroke: none;
}

.tirajeh-contact-stack__text {
	color: rgba(255, 255, 255, 0.82);
	font-size: 1rem;
	line-height: 1.75;
}

.tirajeh-contact-stack__text a {
	color: rgba(255, 255, 255, 0.92);
}

.tirajeh-contact-stack__text a:hover {
	color: var(--tirajeh-color-gold);
}

.tirajeh-site-footer__social-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
}

.tirajeh-site-footer__social-label {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.35rem;
	line-height: 1.1;
}

.tirajeh-site-footer__social {
	display: flex;
	align-items: center;
	gap: 0.55rem;
}

.tirajeh-site-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	backdrop-filter: blur(10px);
}

.tirajeh-site-footer__social a svg {
	display: block;
	width: 18px;
	height: 18px;
	stroke: currentColor;
	fill: none;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tirajeh-site-footer__social a svg path:only-child {
	fill: currentColor;
	stroke: none;
}

.tirajeh-site-footer__social a:hover {
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.08);
	color: var(--tirajeh-color-white);
}

.tirajeh-site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	margin-top: 2.8rem;
	padding-top: 1.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tirajeh-footer-nav .elementor-nav-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem 1rem;
}

.tirajeh-footer-nav .menu-item {
	display: flex;
	align-items: center;
}

.tirajeh-footer-nav .menu-item:not(:last-child)::after {
	content: "|";
	margin-left: 1rem;
	color: rgba(255, 255, 255, 0.32);
}

.tirajeh-footer-nav .menu-item > a {
	padding: 0;
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.76);
	text-decoration: none;
}

.tirajeh-footer-nav .menu-item > a:hover,
.tirajeh-footer-nav .current-menu-item > a,
.tirajeh-footer-nav .current_page_item > a {
	color: var(--tirajeh-color-white);
}

.tirajeh-site-footer__legal {
	margin: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.88rem;
}

.tirajeh-page-shell {
	background:
		radial-gradient(circle at top left, rgba(184, 147, 76, 0.08), transparent 28%),
		linear-gradient(180deg, #fffdf9 0%, #ffffff 46%, #faf6ef 100%);
}

.tirajeh-page-hero {
	padding: var(--tirajeh-hero-space) 0;
}

.tirajeh-page-hero--light {
	background: linear-gradient(180deg, rgba(248, 243, 234, 0.88), rgba(255, 255, 255, 0.94));
}

.tirajeh-page-hero--dark {
	background:
		radial-gradient(circle at 82% 22%, rgba(184, 147, 76, 0.28), transparent 18%),
		linear-gradient(135deg, #17110f 0%, #221814 52%, #342823 100%);
}

.tirajeh-page-hero__inner {
	display: flex;
	gap: clamp(1.5rem, 3vw, 3.25rem);
}

.tirajeh-page-hero__copy,
.tirajeh-page-hero__aside {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

.tirajeh-page-hero__copy {
	flex: 1 1 58%;
}

.tirajeh-page-hero__aside {
	flex: 1 1 36%;
}

.tirajeh-page-note {
	padding: 1.25rem;
	border-radius: var(--tirajeh-radius-card);
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(26, 21, 18, 0.07);
	box-shadow: var(--tirajeh-shadow-soft);
	justify-content: center;
}

.tirajeh-page-note--dark {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.tirajeh-page-note__inner {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}

.tirajeh-page-note__inner p {
	margin: 0;
	color: var(--tirajeh-color-muted);
}

.tirajeh-page-note--dark .tirajeh-page-note__inner p {
	color: rgba(255, 255, 255, 0.82);
}

.tirajeh-page-section {
	padding: var(--tirajeh-section-space) 0;
}

.tirajeh-page-section--dark {
	background: linear-gradient(135deg, #1b1512 0%, #2a211d 100%);
}

.tirajeh-page-section--cream {
	background: linear-gradient(180deg, rgba(248, 243, 234, 0.88), rgba(255, 255, 255, 0.95));
}

.tirajeh-page-shell--thank-you {
	background:
		radial-gradient(circle at top left, rgba(184, 147, 76, 0.12), transparent 26%),
		linear-gradient(180deg, #fffaf4 0%, #ffffff 46%, #faf3ea 100%);
}

.tirajeh-thank-you {
	padding-top: clamp(4.5rem, 8vw, 6.5rem);
	padding-bottom: clamp(4.5rem, 8vw, 6.5rem);
}

.tirajeh-thank-you__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.7fr);
	gap: clamp(1.8rem, 4vw, 3.8rem);
	align-items: start;
}

.tirajeh-thank-you__copy,
.tirajeh-thank-you__panel {
	display: grid;
	gap: 1.25rem;
}

.tirajeh-thank-you__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.tirajeh-thank-you__meta span,
.tirajeh-thank-you__contact span {
	display: inline-flex;
	align-items: center;
	padding: 0.75rem 0.95rem;
	border-radius: 999px;
	background: rgba(248, 243, 234, 0.92);
	border: 1px solid rgba(26, 21, 18, 0.08);
	color: var(--tirajeh-color-ink);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.tirajeh-thank-you__panel-card {
	gap: 1rem;
	padding: clamp(1.4rem, 2.6vw, 1.9rem);
	border-radius: 28px;
}

.tirajeh-thank-you__contact {
	display: grid;
	gap: 0.7rem;
}

.tirajeh-page-shell--collections-figma {
	background: linear-gradient(180deg, #12100f 0%, #17110f 18%, #ffffff 18%, #ffffff 74%, #181210 74%, #2b211d 100%);
}

.tirajeh-collections-hero {
	position: relative;
	padding-top: clamp(3.5rem, 7vw, 5.5rem);
	padding-bottom: clamp(4rem, 7vw, 6rem);
	overflow: hidden;
}

.tirajeh-collections-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 78% 24%, rgba(184, 147, 76, 0.34), transparent 18%),
		linear-gradient(180deg, rgba(10, 9, 9, 0.18), rgba(10, 9, 9, 0));
	pointer-events: none;
}

.tirajeh-collections-hero__inner,
.tirajeh-collections-editorial__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
	gap: clamp(2rem, 4vw, 4.5rem);
	align-items: center;
}

.tirajeh-collections-hero__copy {
	position: relative;
	z-index: 1;
	gap: 1.35rem;
}

.tirajeh-collections-hero__note {
	margin: 0;
	max-width: 33rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.98rem;
	line-height: 1.75;
}

.tirajeh-collections-hero__media {
	position: relative;
	z-index: 1;
	gap: 1rem;
}

.tirajeh-collections-hero__figure {
	margin: 0;
	padding: clamp(0.9rem, 1.8vw, 1.2rem);
	border-radius: 30px;
	background: rgba(9, 9, 11, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 34px 80px rgba(0, 0, 0, 0.28);
}

.tirajeh-collections-hero__figure img {
	display: block;
	width: 100%;
	aspect-ratio: 1.28;
	object-fit: contain;
	border-radius: 22px;
	background: #060607;
}

.tirajeh-collections-hero__panel {
	max-width: 24rem;
	margin-left: auto;
	padding: 1.15rem 1.25rem;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
}

.tirajeh-collections-hero__panel p {
	margin: 0.55rem 0 0;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.7;
}

.tirajeh-collections-grid-section {
	background: #ffffff;
}

.tirajeh-collections-section__inner,
.tirajeh-collections-section__copy {
	gap: 2rem;
}

.tirajeh-collections-story-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.4rem;
	width: 100%;
}

.tirajeh-collections-story-card {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	gap: 1rem;
	padding: 1rem;
	border-radius: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 234, 0.92));
	border: 1px solid rgba(26, 21, 18, 0.07);
	box-shadow: var(--tirajeh-shadow-soft);
}

.tirajeh-collections-story-card__media {
	display: block;
	overflow: hidden;
	border-radius: 22px;
	background: #f1ece3;
}

.tirajeh-collections-story-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.tirajeh-collections-story-card:hover .tirajeh-collections-story-card__media img {
	transform: scale(1.03);
}

.tirajeh-collections-story-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.9rem;
	min-width: 0;
}

.tirajeh-collections-story-card__body h3 {
	margin: 0;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(1.9rem, 3vw, 2.6rem);
	line-height: 0.98;
}

.tirajeh-collections-story-card__body p:last-of-type {
	margin: 0;
	color: var(--tirajeh-color-muted);
	line-height: 1.7;
}

.tirajeh-collections-story-card__body a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: var(--tirajeh-color-gold);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-decoration: none;
	text-transform: uppercase;
}

.tirajeh-collections-editorial {
	position: relative;
	overflow: hidden;
}

.tirajeh-collections-editorial::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 84% 18%, rgba(184, 147, 76, 0.2), transparent 20%);
	pointer-events: none;
}

.tirajeh-collections-editorial__copy,
.tirajeh-collections-editorial__media {
	position: relative;
	z-index: 1;
}

.tirajeh-collections-editorial__copy {
	gap: 1.4rem;
}

.tirajeh-collections-editorial__media {
	min-height: 520px;
}

.tirajeh-collections-editorial__feature,
.tirajeh-collections-editorial__inset {
	margin: 0;
	overflow: hidden;
	border-radius: 24px;
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.tirajeh-collections-editorial__feature {
	height: 100%;
}

.tirajeh-collections-editorial__feature img,
.tirajeh-collections-editorial__inset img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tirajeh-collections-editorial__inset {
	position: absolute;
	left: -2rem;
	bottom: -1.25rem;
	width: min(44%, 260px);
	border: 8px solid rgba(255, 255, 255, 0.92);
}

.tirajeh-collections-editorial__service-list {
	position: absolute;
	right: 1.25rem;
	bottom: 1.25rem;
	display: grid;
	gap: 0.7rem;
	width: min(52%, 260px);
}

.tirajeh-collections-editorial__service-list span {
	display: block;
	padding: 0.85rem 1rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(12px);
	color: var(--tirajeh-color-white);
	font-size: 0.86rem;
	font-weight: 700;
}

.tirajeh-page-shell--about-figma,
.tirajeh-page-shell--contact-figma {
	background:
		radial-gradient(circle at top left, rgba(184, 147, 76, 0.08), transparent 24%),
		linear-gradient(180deg, #fffdfa 0%, #ffffff 44%, #faf5ed 100%);
}

.tirajeh-about-hero,
.tirajeh-contact-hero {
	padding-top: clamp(3.5rem, 7vw, 5.5rem);
	padding-bottom: clamp(3rem, 6vw, 4.75rem);
}

.tirajeh-about-hero__inner,
.tirajeh-contact-hero__inner,
.tirajeh-about-showroom__inner,
.tirajeh-contact-showroom__inner,
.tirajeh-contact-direct__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(2rem, 4vw, 4rem);
	align-items: stretch;
}

.tirajeh-about-hero__copy,
.tirajeh-contact-hero__copy {
	gap: 1.25rem;
}

.tirajeh-about-hero .tirajeh-display-heading .elementor-heading-title,
.tirajeh-contact-hero .tirajeh-display-heading .elementor-heading-title {
	color: var(--tirajeh-color-ink);
}

.tirajeh-about-brand-card,
.tirajeh-contact-hero__aside {
	min-width: 0;
}

.tirajeh-about-brand-card__inner {
	display: grid;
	gap: 1.2rem;
	height: 100%;
	padding: clamp(1.35rem, 2.5vw, 1.7rem);
	border-radius: 32px;
	background: linear-gradient(135deg, #17110f 0%, #2b211d 100%);
	color: var(--tirajeh-color-white);
	box-shadow: 0 26px 80px rgba(26, 21, 18, 0.16);
}

.tirajeh-about-brand-card__top {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 1.1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tirajeh-about-brand-card__top img {
	display: block;
	width: min(100%, 270px);
	height: auto;
}

.tirajeh-about-brand-card__body {
	display: grid;
	gap: 0.85rem;
}

.tirajeh-about-brand-card__body h3 {
	margin: 0;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(2rem, 3vw, 2.8rem);
	line-height: 1;
}

.tirajeh-about-brand-card__body p {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.75;
}

.tirajeh-about-brand-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}

.tirajeh-about-brand-card__meta span,
.tirajeh-contact-showroom__details span,
.tirajeh-about-showroom__details span,
.tirajeh-contact-panel__details span,
.tirajeh-contact-hero__meta span {
	display: inline-flex;
	padding: 0.62rem 0.85rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: inherit;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tirajeh-about-story {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(2rem, 4vw, 4.5rem);
	align-items: center;
}

.tirajeh-about-story__copy {
	display: flex;
	flex-direction: column;
	gap: 1.35rem;
}

.tirajeh-about-story__points {
	display: grid;
	gap: 1rem;
}

.tirajeh-about-story__points div {
	padding-top: 1rem;
	border-top: 1px solid rgba(26, 21, 18, 0.1);
}

.tirajeh-about-story__points span {
	display: block;
	margin-bottom: 0.45rem;
	color: var(--tirajeh-color-gold);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.tirajeh-about-story__points p {
	margin: 0;
	color: var(--tirajeh-color-muted);
	line-height: 1.7;
}

.tirajeh-about-story__media {
	position: relative;
	min-height: 560px;
}

.tirajeh-about-story__feature,
.tirajeh-about-story__inset,
.tirajeh-about-showroom__figure,
.tirajeh-contact-showroom__figure {
	margin: 0;
	overflow: hidden;
	border-radius: 28px;
	box-shadow: 0 24px 80px rgba(26, 21, 18, 0.14);
}

.tirajeh-about-story__feature {
	height: 100%;
}

.tirajeh-about-story__feature img,
.tirajeh-about-story__inset img,
.tirajeh-about-showroom__figure img,
.tirajeh-contact-showroom__figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tirajeh-about-story__inset {
	position: absolute;
	left: -1.5rem;
	bottom: -1.5rem;
	width: min(42%, 240px);
	border: 8px solid #ffffff;
}

.tirajeh-about-showroom,
.tirajeh-contact-showroom {
	position: relative;
	overflow: hidden;
}

.tirajeh-about-showroom::before,
.tirajeh-contact-showroom::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 82% 18%, rgba(184, 147, 76, 0.2), transparent 20%);
	pointer-events: none;
}

.tirajeh-about-showroom__media,
.tirajeh-contact-showroom__media,
.tirajeh-about-showroom__copy,
.tirajeh-contact-showroom__copy {
	position: relative;
	z-index: 1;
}

.tirajeh-about-showroom__copy,
.tirajeh-contact-showroom__copy {
	display: flex;
	flex-direction: column;
	gap: 1.3rem;
}

.tirajeh-about-showroom__figure,
.tirajeh-contact-showroom__figure {
	height: 100%;
	min-height: 420px;
}

.tirajeh-about-showroom__details,
.tirajeh-contact-showroom__details,
.tirajeh-contact-panel__details,
.tirajeh-contact-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}

.tirajeh-contact-hero__note {
	display: grid;
	gap: 0.9rem;
	height: 100%;
	padding: clamp(1.35rem, 2.5vw, 1.7rem);
	border-radius: 30px;
	background: linear-gradient(135deg, rgba(248, 243, 234, 0.96), rgba(255, 255, 255, 0.98));
	border: 1px solid rgba(26, 21, 18, 0.08);
	box-shadow: var(--tirajeh-shadow-soft);
}

.tirajeh-contact-hero__note p {
	margin: 0;
	color: var(--tirajeh-color-muted);
	line-height: 1.75;
}

.tirajeh-contact-hero__meta span {
	background: rgba(184, 147, 76, 0.1);
	color: var(--tirajeh-color-ink);
}

.tirajeh-contact-panel__details span {
	background: rgba(184, 147, 76, 0.1);
	color: var(--tirajeh-color-ink);
}

.tirajeh-contact-direct__inner {
	align-items: start;
}

.tirajeh-contact-map-card,
.tirajeh-contact-panel {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.tirajeh-contact-map-card__embed {
	overflow: hidden;
	border-radius: 28px;
	box-shadow: var(--tirajeh-shadow-soft);
	background: #f2ede4;
}

.tirajeh-contact-map-card__embed iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 520px;
	border: 0;
}

.tirajeh-contact-map-card__note,
.tirajeh-contact-panel__card {
	display: grid;
	gap: 0.85rem;
	padding: 1.35rem 1.45rem;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(26, 21, 18, 0.08);
	box-shadow: var(--tirajeh-shadow-soft);
}

.tirajeh-contact-map-card__note h3,
.tirajeh-contact-panel__card h3 {
	margin: 0;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(1.9rem, 3vw, 2.6rem);
	line-height: 1.02;
}

.tirajeh-contact-map-card__note p,
.tirajeh-contact-panel__card p {
	margin: 0;
	color: var(--tirajeh-color-muted);
	line-height: 1.75;
}

.tirajeh-contact-panel__actions {
	margin-top: 0;
}

.tirajeh-contact-panel__form {
	width: 100%;
}

.tirajeh-contact-form-card {
	display: grid;
	gap: 1rem;
	padding: clamp(1.35rem, 2.5vw, 1.75rem);
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(248, 243, 234, 0.96), rgba(255, 255, 255, 0.99));
	border: 1px solid rgba(184, 147, 76, 0.18);
	box-shadow: var(--tirajeh-shadow-soft);
}

.tirajeh-contact-form-card__intro {
	display: grid;
	gap: 0.7rem;
}

.tirajeh-contact-form-card__intro h3 {
	margin: 0;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(1.8rem, 3vw, 2.45rem);
	line-height: 1.02;
}

.tirajeh-contact-form-card__intro p {
	margin: 0;
	color: var(--tirajeh-color-muted);
	line-height: 1.75;
}

.tirajeh-contact-form__context {
	display: none !important;
}

.tirajeh-contact-form__notice {
	display: grid;
	gap: 0.45rem;
	padding: 0.95rem 1rem;
	border-radius: 18px;
	font-size: 0.95rem;
	line-height: 1.65;
}

.tirajeh-contact-form__notice p {
	margin: 0;
}

.tirajeh-contact-form__notice--success {
	background: rgba(184, 147, 76, 0.12);
	border: 1px solid rgba(184, 147, 76, 0.24);
	color: var(--tirajeh-color-ink);
}

.tirajeh-contact-form__notice--error {
	background: rgba(114, 36, 26, 0.08);
	border: 1px solid rgba(114, 36, 26, 0.16);
	color: #6e3227;
}

.tirajeh-contact-form {
	display: grid;
	gap: 1rem;
}

.tirajeh-contact-form__honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.tirajeh-contact-form__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.95rem;
}

.tirajeh-contact-form__field {
	display: grid;
	gap: 0.42rem;
}

.tirajeh-contact-form__field--full {
	grid-column: 1 / -1;
}

.tirajeh-contact-form__field label {
	color: var(--tirajeh-color-ink);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.tirajeh-contact-form__input,
.tirajeh-contact-form__textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(26, 21, 18, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	color: var(--tirajeh-color-ink);
	padding: 0.9rem 1rem;
	font: inherit;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.tirajeh-contact-form__input:focus,
.tirajeh-contact-form__textarea:focus {
	outline: none;
	border-color: rgba(184, 147, 76, 0.7);
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(184, 147, 76, 0.12);
}

.tirajeh-contact-form__textarea {
	min-height: 188px;
	resize: vertical;
}

.tirajeh-contact-form__footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
}

.tirajeh-contact-form__note {
	margin: 0;
	max-width: 34rem;
	color: var(--tirajeh-color-muted);
	font-size: 0.92rem;
	line-height: 1.7;
}

.tirajeh-contact-form__submit {
	cursor: pointer;
	appearance: none;
}

.tirajeh-contact-form__quicklinks {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.35rem;
}

.tirajeh-contact-form__quicklinks a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: var(--tirajeh-color-gold);
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-decoration: none;
	text-transform: uppercase;
}

.tirajeh-contact-form__quicklinks a:hover {
	color: var(--tirajeh-color-ink);
}

.tirajeh-modal-open {
	overflow: hidden;
}

.tirajeh-contact-modal {
	position: fixed;
	inset: 0;
	z-index: 120;
	display: grid;
	place-items: center;
	padding: clamp(1rem, 3vw, 2rem);
}

.tirajeh-contact-modal[hidden] {
	display: none !important;
}

.tirajeh-contact-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 12, 10, 0.62);
	backdrop-filter: blur(12px);
}

.tirajeh-contact-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 680px);
	max-height: min(100vh - 2rem, 860px);
	overflow: auto;
	box-sizing: border-box;
	border-radius: 32px;
}

.tirajeh-contact-modal__surface {
	box-sizing: border-box;
	padding: 0.85rem;
	border-radius: 32px;
	background: linear-gradient(180deg, rgba(252, 248, 242, 0.98), rgba(255, 255, 255, 0.98));
	box-shadow: 0 28px 90px rgba(10, 8, 6, 0.26);
}

.tirajeh-contact-modal__close {
	position: absolute;
	top: 0.35rem;
	right: 0.35rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 999px;
	background: rgba(17, 14, 12, 0.84);
	color: var(--tirajeh-color-white);
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
}

.tirajeh-contact-modal__offer {
	padding: 0.85rem 1rem;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(35, 27, 22, 0.98), rgba(86, 63, 43, 0.96));
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tirajeh-contact-form-card--modal {
	box-shadow: none;
	border-color: transparent;
	background: transparent;
}

.tirajeh-contact-support .tirajeh-info-card {
	min-height: 100%;
}

.tirajeh-page-shell--custom-figma {
	background:
		radial-gradient(circle at top left, rgba(184, 147, 76, 0.1), transparent 24%),
		linear-gradient(180deg, #fffaf4 0%, #ffffff 44%, #faf3ea 100%);
}

.tirajeh-custom-hero {
	padding-top: clamp(3.5rem, 7vw, 5.5rem);
	padding-bottom: clamp(3.25rem, 6vw, 4.75rem);
}

.tirajeh-custom-hero__inner,
.tirajeh-custom-spotlight__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(2rem, 4vw, 4rem);
	align-items: center;
}

.tirajeh-custom-hero__copy,
.tirajeh-custom-spotlight__copy {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.tirajeh-page-shell--custom-figma .tirajeh-display-heading .elementor-heading-title {
	color: var(--tirajeh-color-ink);
}

.tirajeh-custom-hero__media {
	position: relative;
	min-height: 560px;
}

.tirajeh-custom-hero__feature,
.tirajeh-custom-hero__inset,
.tirajeh-custom-spotlight__figure {
	margin: 0;
	overflow: hidden;
	border-radius: 30px;
	box-shadow: 0 26px 80px rgba(26, 21, 18, 0.14);
}

.tirajeh-custom-hero__feature {
	height: 100%;
	background: #ece3d8;
}

.tirajeh-custom-hero__feature img,
.tirajeh-custom-hero__inset img,
.tirajeh-custom-spotlight__figure img,
.tirajeh-custom-spotlight__figure video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tirajeh-custom-hero__inset {
	position: absolute;
	left: -1.5rem;
	bottom: -1.5rem;
	width: min(44%, 255px);
	border: 8px solid #ffffff;
	background: #f4ede4;
}

.tirajeh-custom-hero__note {
	position: absolute;
	right: 1.25rem;
	bottom: 1.25rem;
	display: grid;
	gap: 0.85rem;
	width: min(52%, 290px);
	padding: 1.1rem 1.15rem;
	border-radius: 24px;
	background: rgba(17, 14, 13, 0.78);
	backdrop-filter: blur(14px);
	color: var(--tirajeh-color-white);
}

.tirajeh-custom-hero__note p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.7;
}

.tirajeh-custom-capabilities {
	position: relative;
	overflow: hidden;
}

.tirajeh-custom-capabilities::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 84% 18%, rgba(184, 147, 76, 0.18), transparent 20%);
	pointer-events: none;
}

.tirajeh-custom-capabilities .tirajeh-home-section__inner {
	position: relative;
	z-index: 1;
	gap: 1.9rem;
}

.tirajeh-custom-capabilities .tirajeh-info-card {
	min-height: 100%;
	padding: 1.35rem;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.95);
}

.tirajeh-custom-spotlight {
	position: relative;
	overflow: hidden;
}

.tirajeh-custom-spotlight::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 76% 24%, rgba(184, 147, 76, 0.18), transparent 18%);
	pointer-events: none;
}

.tirajeh-custom-spotlight__copy,
.tirajeh-custom-spotlight__media {
	position: relative;
	z-index: 1;
}

.tirajeh-custom-spotlight__list {
	display: grid;
	gap: 0.75rem;
}

.tirajeh-custom-spotlight__list span {
	display: inline-flex;
	width: fit-content;
	padding: 0.78rem 0.95rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: var(--tirajeh-color-white);
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tirajeh-custom-spotlight__figure {
	height: 100%;
	min-height: 460px;
}

.tirajeh-custom-spotlight__figure video {
	background: #0e0a08;
}

.tirajeh-custom-process .tirajeh-home-section__inner {
	gap: 1.8rem;
}

.tirajeh-custom-process .tirajeh-process-step {
	min-height: 100%;
	padding: 1.4rem;
	border-radius: 26px;
}

.tirajeh-page-shell--legal {
	background: #ffffff;
}

.tirajeh-legal-hero {
	padding-top: clamp(3rem, 6vw, 4.25rem);
	padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
	background: linear-gradient(180deg, rgba(255, 250, 244, 0.9), #ffffff 82%);
}

.tirajeh-legal-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 0.42fr);
	gap: clamp(1.5rem, 4vw, 3.75rem);
	align-items: start;
}

.tirajeh-legal-hero__copy,
.tirajeh-legal-hero__aside {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.tirajeh-legal-hero__copy .tirajeh-section-heading .elementor-heading-title {
	font-size: clamp(3.2rem, 5vw, 4.6rem);
	line-height: 0.9;
}

.tirajeh-legal-hero__copy .tirajeh-copy--section,
.tirajeh-legal-hero__copy .tirajeh-copy--section p {
	max-width: 52rem;
	font-size: clamp(1rem, 1.35vw, 1.22rem);
	line-height: 1.75;
}

.tirajeh-legal-note {
	display: grid;
	gap: 0.85rem;
	padding: 1.2rem 1.25rem;
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(248, 243, 234, 0.96), rgba(255, 255, 255, 0.98));
	border: 1px solid rgba(26, 21, 18, 0.08);
	box-shadow: var(--tirajeh-shadow-soft);
}

.tirajeh-legal-note p {
	margin: 0;
	color: var(--tirajeh-color-muted);
	line-height: 1.7;
}

.tirajeh-legal-note__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.tirajeh-legal-note__meta span {
	display: inline-flex;
	padding: 0.62rem 0.82rem;
	border-radius: 999px;
	background: rgba(184, 147, 76, 0.1);
	color: var(--tirajeh-color-ink);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tirajeh-legal-sections {
	padding-top: 0.5rem;
	padding-bottom: clamp(4rem, 7vw, 5.5rem);
}

.tirajeh-legal-sections__inner {
	display: grid;
	gap: clamp(2rem, 4vw, 3rem);
}

.tirajeh-legal-section-card {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	padding: 0 0 clamp(1.75rem, 3vw, 2.5rem);
	border-bottom: 1px solid rgba(26, 21, 18, 0.08);
	background: transparent;
	box-shadow: none;
}

.tirajeh-legal-section-card:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.tirajeh-legal-section-card .tirajeh-card-title .elementor-heading-title {
	font-size: clamp(2.9rem, 5vw, 4.45rem);
	line-height: 0.88;
	letter-spacing: -0.03em;
}

.tirajeh-legal-section-card .tirajeh-copy--small,
.tirajeh-legal-section-card .tirajeh-copy--small p {
	max-width: 100%;
	font-size: clamp(1rem, 1.65vw, 1.5rem);
	line-height: 1.6;
	color: rgba(0, 0, 0, 0.78);
}

.tirajeh-card-grid--double,
.tirajeh-card-grid--triple,
.tirajeh-card-grid--quad {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 1.25rem;
	width: 100%;
}

.tirajeh-card-grid--double > *,
.tirajeh-card-grid--triple > *,
.tirajeh-card-grid--quad > * {
	min-width: 0;
}

.tirajeh-card-grid--double > * {
	grid-column: span 6;
}

.tirajeh-card-grid--triple > * {
	grid-column: span 4;
}

.tirajeh-card-grid--quad > * {
	grid-column: span 3;
}

.tirajeh-info-card,
.tirajeh-process-step,
.tirajeh-contact-card {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	padding: 1.5rem;
	border-radius: var(--tirajeh-radius-card);
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(26, 21, 18, 0.07);
	box-shadow: var(--tirajeh-shadow-soft);
}

.tirajeh-contact-card {
	min-height: 100%;
}

.tirajeh-process-step .tirajeh-kicker {
	margin-bottom: 0.15rem;
}

.tirajeh-inquiry-shortcode {
	width: 100%;
}

.tirajeh-inquiry-context {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	padding: clamp(1.25rem, 3vw, 1.75rem);
	border-radius: var(--tirajeh-radius-card);
	background: linear-gradient(135deg, rgba(248, 243, 234, 0.92), rgba(255, 255, 255, 0.98));
	border: 1px solid rgba(184, 147, 76, 0.22);
	box-shadow: var(--tirajeh-shadow-soft);
}

.tirajeh-inquiry-context--empty {
	border-style: dashed;
}

.tirajeh-inquiry-context__eyebrow {
	margin: 0;
	color: var(--tirajeh-color-gold);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.tirajeh-inquiry-context__title {
	margin: 0;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(1.7rem, 3vw, 2.4rem);
	line-height: 1.02;
}

.tirajeh-inquiry-context__copy {
	margin: 0;
	color: var(--tirajeh-color-muted);
}

.tirajeh-inquiry-context__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.tirajeh-inquiry-context__meta span {
	display: inline-flex;
	gap: 0.35rem;
	padding: 0.6rem 0.85rem;
	border-radius: 999px;
	background: rgba(184, 147, 76, 0.12);
	font-size: 0.92rem;
}

.woocommerce-shop .site-main,
.tax-product_cat .site-main,
.single-product .site-main {
	background:
		radial-gradient(circle at top left, rgba(184, 147, 76, 0.08), transparent 28%),
		linear-gradient(180deg, #fffdf9 0%, #ffffff 44%, #faf6ef 100%);
}

.woocommerce-page .woocommerce-breadcrumb,
.woocommerce-page .page-title {
	display: none;
}

.woocommerce .woocommerce-products-header {
	display: none;
}

.tirajeh-archive-hero {
	position: relative;
	min-height: 100svh;
	padding: 0;
	background:
		radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.66), transparent 18%),
		linear-gradient(180deg, #f7e6e7 0%, #faeceb 58%, #ffffff 100%);
	overflow: hidden;
}

.tirajeh-archive-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 82% 18%, rgba(184, 147, 76, 0.12), transparent 18%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
	pointer-events: none;
}

.tirajeh-archive-hero__inner {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(2rem, 4vw, 4rem);
	align-items: center;
	min-height: 100svh;
	padding-top: var(--tirajeh-fixed-header-height);
	padding-bottom: clamp(1.1rem, 2.2vh, 2rem);
}

.tirajeh-archive-hero__copy,
.tirajeh-archive-hero__stage {
	display: flex;
	flex-direction: column;
}

.tirajeh-archive-hero__copy {
	gap: 0.6rem;
	min-width: 0;
	padding: 0;
}

.tirajeh-archive-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 34px;
	margin: 0 0 0.75rem;
	padding: 0.35rem 1rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.65);
	border: 1px solid rgba(26, 21, 18, 0.12);
	color: #3a312b;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: none;
}

.tirajeh-archive-hero__display {
	margin: 0;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(4.4rem, 9vw, 7.8rem);
	line-height: 0.84;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: #1b1411;
}

.tirajeh-archive-hero__subtitle {
	margin: 0;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(1.45rem, 3.3vw, 3rem);
	line-height: 0.94;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #46332e;
}

.tirajeh-archive-hero__text {
	margin: 0;
	max-width: 34rem;
	padding-top: 0.7rem;
	color: rgba(26, 21, 18, 0.72);
	font-size: 0.98rem;
	line-height: 1.8;
}

.tirajeh-archive-hero__caption {
	margin: 0;
	max-width: 31rem;
	padding-top: 0.2rem;
	color: rgba(26, 21, 18, 0.54);
	font-size: 0.9rem;
	line-height: 1.75;
}

.tirajeh-archive-hero__stage {
	position: relative;
	min-height: clamp(430px, 38vw, 560px);
	min-width: 0;
}

.tirajeh-archive-hero__glow {
	position: absolute;
	inset: auto auto 3rem 26%;
	width: clamp(220px, 30vw, 380px);
	height: clamp(220px, 30vw, 380px);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0) 72%);
	filter: blur(10px);
}

.tirajeh-archive-hero__figure {
	position: absolute;
	margin: 0;
	display: block;
	filter: drop-shadow(0 24px 34px rgba(59, 38, 30, 0.12));
}

.tirajeh-archive-hero__figure img {
	display: block;
	width: 100%;
	height: auto;
}

.tirajeh-archive-hero__figure--left {
	left: 0;
	bottom: 3.6rem;
	width: clamp(150px, 22vw, 300px);
}

.tirajeh-archive-hero__figure--center {
	left: 36%;
	top: 1.8rem;
	width: clamp(160px, 20vw, 258px);
}

.tirajeh-archive-hero__figure--right {
	right: 0.5rem;
	bottom: 2.6rem;
	width: clamp(170px, 24vw, 320px);
}

.tirajeh-archive-hero__note {
	position: absolute;
	right: 0;
	bottom: 0.2rem;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	width: min(44%, 260px);
	padding: 1rem 1.05rem;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.64);
	backdrop-filter: blur(14px);
	color: var(--tirajeh-color-ink);
}

.tirajeh-archive-hero__note-label {
	margin: 0;
	color: var(--tirajeh-color-gold);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.tirajeh-archive-hero__note-copy {
	margin: 0;
	color: rgba(26, 21, 18, 0.7);
	font-size: 0.86rem;
	line-height: 1.6;
}

.tirajeh-editorial-hero--archive .tirajeh-editorial-hero__media {
	background-image:
		linear-gradient(180deg, rgba(7, 8, 12, 0.84) 0%, rgba(9, 8, 12, 0.22) 36%, rgba(10, 10, 16, 0.8) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.16) 48%, rgba(0, 0, 0, 0.36) 100%),
		var(--tirajeh-archive-hero-image);
	background-position: center center;
}

.tirajeh-editorial-hero__copy--archive {
	max-width: min(100%, 46rem);
}

.tirajeh-editorial-hero__copy--archive .tirajeh-editorial-hero__subdisplay {
	color: #d3b16d;
}

.tirajeh-search-results {
	padding: clamp(2.8rem, 5vw, 3.7rem) 0 clamp(4rem, 6vw, 5.5rem);
	background: #ffffff;
}

.tirajeh-search-results__inner {
	display: grid;
	gap: 1.5rem;
}

.tirajeh-search-results__summary {
	color: rgba(26, 21, 18, 0.62);
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tirajeh-search-results__empty,
.tirajeh-search-results__generic {
	display: grid;
	gap: 1rem;
}

.tirajeh-search-results__empty {
	max-width: 34rem;
	padding: clamp(1.8rem, 3vw, 2.2rem);
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(248, 243, 234, 0.82), rgba(255, 255, 255, 0.98));
	border: 1px solid rgba(26, 21, 18, 0.08);
}

.tirajeh-search-results__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
}

.tirajeh-search-results__empty h2,
.tirajeh-search-result-card__title {
	margin: 0;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(1.8rem, 2.3vw, 2.4rem);
	line-height: 1;
}

.tirajeh-search-result-card {
	display: grid;
	gap: 0.7rem;
	padding: 1.3rem 1.4rem;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(26, 21, 18, 0.08);
	box-shadow: var(--tirajeh-shadow-soft);
}

.tirajeh-search-result-card__title a {
	color: var(--tirajeh-color-ink);
	text-decoration: none;
}

.tirajeh-archive-browse {
	padding: clamp(2.8rem, 5vw, 3.7rem) 0 clamp(4rem, 6vw, 5.5rem);
	background: #ffffff;
}

.tirajeh-archive-browse__inner {
	display: grid;
	grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
	gap: clamp(1.5rem, 3vw, 2.6rem);
	align-items: start;
}

.tirajeh-archive-sidebar {
	position: sticky;
	top: 7.6rem;
	display: grid;
	gap: 1.6rem;
	min-width: 0;
}

.tirajeh-archive-sidebar__header {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: var(--tirajeh-color-ink);
}

.tirajeh-archive-sidebar__icon {
	display: inline-flex;
	width: 16px;
	height: 16px;
}

.tirajeh-archive-sidebar__icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.tirajeh-archive-sidebar__label,
.tirajeh-archive-sidebar__title {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0;
}

.tirajeh-archive-sidebar__group {
	display: grid;
	gap: 0.85rem;
}

.tirajeh-archive-filter-list,
.tirajeh-archive-price-list {
	display: grid;
	gap: 0.35rem;
}

.tirajeh-archive-filter-list__link,
.tirajeh-archive-price-list__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.2rem 0;
	color: rgba(26, 21, 18, 0.68);
	font-size: 0.8rem;
	line-height: 1.5;
	text-decoration: none;
}

.tirajeh-archive-filter-list__link:hover,
.tirajeh-archive-filter-list__link.is-active,
.tirajeh-archive-price-list__link:hover,
.tirajeh-archive-price-list__link.is-active {
	color: var(--tirajeh-color-ink);
}

.tirajeh-archive-filter-list__count {
	color: rgba(26, 21, 18, 0.46);
	font-size: 0.72rem;
}

.tirajeh-archive-price-list__link {
	justify-content: flex-start;
}

.tirajeh-archive-price-list__checkbox {
	width: 13px;
	height: 13px;
	border: 1px solid rgba(26, 21, 18, 0.34);
	background: #ffffff;
	flex: 0 0 auto;
}

.tirajeh-archive-price-list__link.is-active .tirajeh-archive-price-list__checkbox {
	background: var(--tirajeh-color-gold);
	border-color: var(--tirajeh-color-gold);
}

.tirajeh-archive-browse__main {
	min-width: 0;
}

.tirajeh-archive-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.4rem;
	margin-bottom: 1.5rem;
}

.tirajeh-archive-toolbar__title {
	margin: 0;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(2.4rem, 4vw, 3.4rem);
	line-height: 0.98;
	color: var(--tirajeh-color-ink);
}

.tirajeh-archive-toolbar__controls {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	flex-wrap: wrap;
}

.tirajeh-archive-toolbar__sort-label {
	color: var(--tirajeh-color-ink);
	font-size: 0.8rem;
	font-weight: 700;
}

.tirajeh-archive-toolbar__views {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.tirajeh-archive-toolbar__view {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	color: rgba(26, 21, 18, 0.42);
}

.tirajeh-archive-toolbar__view.is-active {
	color: var(--tirajeh-color-gold);
	background: rgba(184, 147, 76, 0.12);
}

.tirajeh-archive-toolbar__view svg {
	width: 14px;
	height: 14px;
	display: block;
}

.woocommerce .woocommerce-ordering {
	margin: 0;
}

.woocommerce .woocommerce-ordering select {
	border: 0;
	background: transparent;
	padding: 0.2rem 1.1rem 0.2rem 0.2rem;
	font-family: var(--tirajeh-font-body);
	font-size: 0.82rem;
	color: rgba(26, 21, 18, 0.76);
}

.woocommerce .products {
	margin-top: 0 !important;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 2rem 1.55rem;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	grid-column: span 4;
	display: flex;
	flex-direction: column;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.woocommerce ul.products li.product a {
	text-decoration: none;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
	display: block;
}

.woocommerce ul.products li.product a img {
	margin-bottom: 1rem;
	border-radius: 6px;
	background: linear-gradient(145deg, rgba(248, 243, 234, 0.95), rgba(216, 190, 145, 0.36));
	aspect-ratio: 0.965;
	object-fit: cover;
}

.tirajeh-product-card__eyebrow {
	display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	margin: 0 0 0.38rem;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(1.18rem, 1.45vw, 1.45rem);
	line-height: 1.1;
	letter-spacing: -0.01em;
	color: var(--tirajeh-color-ink);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title.tirajeh-product-title--sku {
	font-size: clamp(0.96rem, 1.1vw, 1.08rem);
	line-height: 1.28;
	letter-spacing: 0.06em;
}

.tirajeh-product-card__excerpt {
	margin: 0 0 1rem;
	color: var(--tirajeh-color-muted);
	font-size: 0.68rem;
	line-height: 1.65;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tirajeh-product-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-top: auto;
}

.tirajeh-product-card__price {
	color: var(--tirajeh-color-ink);
	font-size: 1.28rem;
	line-height: 1;
	font-family: var(--tirajeh-font-display);
}

.tirajeh-product-card__price .woocommerce-Price-amount {
	color: inherit;
}

.woocommerce ul.products li.product .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border-radius: 999px;
	border: 1px solid rgba(26, 21, 18, 0.14);
	background: #ffffff;
	color: var(--tirajeh-color-ink);
	box-shadow: none;
}

.woocommerce ul.products li.product .button:hover {
	background: rgba(184, 147, 76, 0.12);
	border-color: rgba(184, 147, 76, 0.46);
	color: var(--tirajeh-color-gold);
}

.tirajeh-product-link__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 1.3rem;
	line-height: 1;
}

.woocommerce .woocommerce-result-count {
	display: none;
}

.woocommerce .woocommerce-notices-wrapper:empty {
	display: none;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 3rem;
}

.woocommerce nav.woocommerce-pagination ul {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	padding: 0;
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
	float: none;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	height: 48px;
	padding: 0 0.85rem;
	border-radius: 999px;
	background: transparent;
	color: var(--tirajeh-color-ink);
	font-size: 0.95rem;
	text-decoration: none;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
	background: rgba(184, 147, 76, 0.16);
	color: var(--tirajeh-color-gold);
}

.tirajeh-empty-catalog {
	padding: 1rem 0 4.5rem;
}

.tirajeh-empty-catalog__inner {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: flex-start;
	padding: clamp(1.6rem, 4vw, 2.2rem);
	border-radius: 30px;
	background: linear-gradient(135deg, rgba(248, 243, 234, 0.92), rgba(255, 255, 255, 0.98));
	border: 1px solid rgba(184, 147, 76, 0.18);
	box-shadow: var(--tirajeh-shadow-soft);
}

.tirajeh-empty-catalog__title {
	margin: 0;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(2rem, 3vw, 2.8rem);
	line-height: 1;
}

.tirajeh-empty-catalog__copy {
	margin: 0;
	max-width: 40rem;
	color: var(--tirajeh-color-muted);
}

.tirajeh-empty-catalog__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
}

.single-product .woocommerce-notices-wrapper {
	width: min(100% - 32px, var(--tirajeh-content-width));
	margin: 1.5rem auto 0;
}

.single-product div.product {
	width: min(100% - 32px, var(--tirajeh-content-width));
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	gap: clamp(1.5rem, 2.4vw, 2.75rem);
	align-items: start;
	padding: clamp(2rem, 4vw, 3rem) 0 4.5rem;
}

.single-product.woocommerce #content div.product div.images,
.single-product.woocommerce div.product div.images,
.single-product.woocommerce-page #content div.product div.images,
.single-product.woocommerce-page div.product div.images,
.single-product.woocommerce #content div.product div.summary,
.single-product.woocommerce div.product div.summary,
.single-product.woocommerce-page #content div.product div.summary,
.single-product.woocommerce-page div.product div.summary {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	clear: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product div.images,
.single-product div.product div.summary {
	float: none;
	width: auto;
	max-width: none;
	clear: none;
	margin-left: 0;
	margin-right: 0;
}

.single-product div.product div.images {
	margin-bottom: 0;
	padding: clamp(0.95rem, 1.8vw, 1.2rem);
	padding-right: clamp(0.7rem, 1.6vw, 1.3rem);
	box-sizing: border-box;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(246, 239, 230, 0.98), rgba(255, 255, 255, 0.98));
	border: 1px solid rgba(26, 21, 18, 0.08);
	box-shadow: 0 28px 64px rgba(26, 21, 18, 0.08);
}

.single-product div.product .woocommerce-product-gallery {
	min-width: 0;
}

.single-product div.product .product_title {
	margin-bottom: 0;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(3.15rem, 4.6vw, 4.9rem);
	line-height: 0.88;
	letter-spacing: -0.03em;
	max-width: 8ch;
}

.single-product div.product .product_title.tirajeh-product-title--sku {
	font-size: clamp(2rem, 2.9vw, 2.8rem);
	line-height: 1.02;
	letter-spacing: 0.08em;
	max-width: 14ch;
}

.single-product div.product div.images .woocommerce-product-gallery__wrapper,
.single-product div.product div.images .woocommerce-product-gallery__image {
	border-radius: 24px;
	overflow: hidden;
}

.single-product div.product div.images .woocommerce-product-gallery__image a {
	display: block;
}

.single-product div.product div.images img {
	border-radius: 24px;
	background: #fffdf9;
	aspect-ratio: 1 / 1.08;
	object-fit: cover;
}

.single-product div.product div.images .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.72rem;
	margin-top: 0.9rem;
}

.single-product div.product div.images .flex-control-thumbs li {
	width: auto;
	margin: 0;
}

.single-product div.product div.images .flex-control-thumbs img {
	border-radius: 14px;
	background: rgba(248, 243, 234, 0.92);
	aspect-ratio: 1;
	object-fit: cover;
	border: 1px solid transparent;
}

.single-product div.product div.images .flex-control-thumbs .flex-active {
	border-color: rgba(171, 130, 54, 0.55);
	box-shadow: 0 0 0 1px rgba(171, 130, 54, 0.22);
}

.single-product div.product div.summary {
	position: relative;
	top: auto;
	padding: clamp(0.35rem, 1vw, 0.65rem) 0 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	display: grid;
	gap: 1.05rem;
}

.tirajeh-product-summary__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.15rem;
}

.tirajeh-product-summary__pills span {
	display: inline-flex;
	padding: 0.45rem 0.7rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(26, 21, 18, 0.1);
	color: var(--tirajeh-color-ink);
	font-size: 0.69rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.tirajeh-product-summary__panel {
	display: grid;
	gap: 1.1rem;
	padding: 1.35rem 1.4rem 1.5rem;
	border-radius: 26px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 243, 234, 0.94));
	border: 1px solid rgba(26, 21, 18, 0.08);
	box-shadow: 0 20px 48px rgba(26, 21, 18, 0.07);
}

.tirajeh-product-summary__showroom {
	display: grid;
	gap: 0.72rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(26, 21, 18, 0.08);
}

.tirajeh-product-summary__showroom-eyebrow {
	margin: 0;
	color: var(--tirajeh-color-gold);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.tirajeh-product-summary__showroom-title {
	margin: 0;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(1.5rem, 2.3vw, 2rem);
	line-height: 0.98;
}

.tirajeh-product-summary__showroom-copy {
	margin: 0;
	color: var(--tirajeh-color-muted);
	font-size: 0.95rem;
	line-height: 1.72;
}

.tirajeh-product-summary__showroom-points {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.tirajeh-product-summary__showroom-points span {
	display: inline-flex;
	align-items: center;
	padding: 0.52rem 0.72rem;
	border-radius: 999px;
	background: rgba(184, 147, 76, 0.1);
	color: var(--tirajeh-color-ink);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.tirajeh-product-summary__pricing {
	display: grid;
	gap: 0.4rem;
	padding: 1rem 1.1rem;
	border-radius: 24px;
	background: rgba(248, 243, 234, 0.82);
	border: 1px solid rgba(26, 21, 18, 0.08);
}

.tirajeh-product-summary__pricing-eyebrow {
	margin: 0;
	color: var(--tirajeh-color-gold);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.tirajeh-product-summary__pricing-value {
	font-family: var(--tirajeh-font-display);
	font-size: clamp(1.9rem, 3vw, 2.6rem);
	line-height: 1;
	color: var(--tirajeh-color-ink);
}

.tirajeh-product-summary__pricing-value .woocommerce-Price-amount {
	color: inherit;
}

.tirajeh-product-summary__pricing-note {
	margin: 0;
	color: var(--tirajeh-color-muted);
	font-size: 0.9rem;
	line-height: 1.65;
}

.single-product div.product p.price,
.single-product div.product span.price {
	margin-bottom: 1rem;
	color: var(--tirajeh-color-gold);
	font-size: 1.25rem;
	font-weight: 800;
}

.single-product div.product p.price:empty,
.single-product div.product span.price:empty {
	display: none;
}

.single-product div.product .woocommerce-product-details__short-description {
	color: var(--tirajeh-color-muted);
	font-size: 1rem;
	line-height: 1.82;
	padding-bottom: 0;
	border-bottom: 0;
	max-width: 30rem;
}

.single-product .tirajeh-inquiry-actions {
	gap: 0.85rem;
	margin-top: 0;
}

.single-product .tirajeh-inquiry-actions__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: flex-start;
}

.single-product .tirajeh-inquiry-button,
.single-product .tirajeh-inquiry-link {
	min-width: 0;
	text-align: center;
	justify-content: center;
}

.single-product .woocommerce div.product a.button.tirajeh-inquiry-button,
.single-product .woocommerce-page div.product a.button.tirajeh-inquiry-button,
.single-product a.button.tirajeh-inquiry-button {
	display: inline-flex;
	width: auto;
	max-width: 100%;
	box-sizing: border-box;
	min-height: 58px;
	padding-inline: 1.85rem;
	padding-block: 1rem;
	border-radius: 999px;
	background: linear-gradient(180deg, #3d2c20 0%, #17110e 100%);
	border-color: #17110e;
	color: var(--tirajeh-color-white);
	text-align: center;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	white-space: nowrap;
	line-height: 1;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 16px 34px rgba(23, 17, 14, 0.22);
}

.single-product .woocommerce div.product a.button.tirajeh-inquiry-button:hover,
.single-product .woocommerce-page div.product a.button.tirajeh-inquiry-button:hover,
.single-product a.button.tirajeh-inquiry-button:hover {
	background: linear-gradient(180deg, #4a3628 0%, #1e1612 100%);
	border-color: #1e1612;
	color: var(--tirajeh-color-white);
}

.single-product .woocommerce div.product a.button.tirajeh-product-link,
.single-product .woocommerce-page div.product a.button.tirajeh-product-link,
.single-product a.button.tirajeh-product-link {
	display: inline-flex;
	width: auto;
	max-width: 100%;
	box-sizing: border-box;
	min-height: 58px;
	padding-inline: 1.55rem;
	padding-block: 1rem;
	border-radius: 999px;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	line-height: 1;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.single-product .woocommerce div.product a.button.tirajeh-product-link--ghost,
.single-product .woocommerce-page div.product a.button.tirajeh-product-link--ghost,
.single-product a.button.tirajeh-product-link--ghost {
	background: rgba(255, 255, 255, 0.08);
	color: var(--tirajeh-color-white);
	border: 1px solid rgba(255, 255, 255, 0.28);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.single-product .woocommerce div.product a.button.tirajeh-product-link--ghost:hover,
.single-product .woocommerce-page div.product a.button.tirajeh-product-link--ghost:hover,
.single-product a.button.tirajeh-product-link--ghost:hover {
	background: rgba(255, 255, 255, 0.18);
	color: var(--tirajeh-color-white);
	border-color: rgba(255, 255, 255, 0.4);
}

.single-product .tirajeh-inquiry-link {
	background: rgba(255, 255, 255, 0.84);
	color: var(--tirajeh-color-ink);
}

.single-product .tirajeh-inquiry-link:hover {
	background: var(--tirajeh-color-ink);
	border-color: var(--tirajeh-color-ink);
	color: var(--tirajeh-color-white);
}

.single-product .tirajeh-inquiry-note {
	max-width: 29rem;
	font-size: 0.92rem;
}

.single-product .tirajeh-inquiry-actions__contact {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
}

.single-product .tirajeh-inquiry-actions__contact a {
	color: var(--tirajeh-color-ink);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
}

.single-product .tirajeh-inquiry-actions__contact a:hover {
	color: var(--tirajeh-color-gold);
}

.tirajeh-product-detail-band {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	gap: clamp(1.8rem, 3vw, 2.8rem);
	align-items: start;
	padding: clamp(1.9rem, 3vw, 2.5rem);
	border-radius: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 241, 232, 0.94));
	border: 1px solid rgba(26, 21, 18, 0.08);
	box-shadow: 0 22px 54px rgba(26, 21, 18, 0.06);
}

.tirajeh-product-detail-band__copy,
.tirajeh-product-detail-band__aside {
	display: grid;
	gap: 1rem;
}

.tirajeh-product-detail-band__eyebrow,
.tirajeh-product-detail-band__card-eyebrow {
	margin: 0;
	color: var(--tirajeh-color-gold);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.tirajeh-product-detail-band__title {
	margin: 0;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(2.2rem, 3vw, 3.1rem);
	line-height: 0.95;
	max-width: 10ch;
}

.tirajeh-product-detail-band__description {
	max-width: 48rem;
}

.tirajeh-product-detail-band__card {
	display: grid;
	gap: 1rem;
	padding: 1.3rem;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(26, 21, 18, 0.08);
}

.tirajeh-product-detail-band__card--dark {
	background: linear-gradient(135deg, #1b1512 0%, #2b211d 100%);
	color: var(--tirajeh-color-white);
	border-color: rgba(255, 255, 255, 0.08);
}

.tirajeh-product-detail-band__card--dark .tirajeh-product-detail-band__card-eyebrow {
	color: #f1d8a8;
}

.tirajeh-product-detail-band__card--dark h3 {
	margin: 0;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(1.6rem, 2.4vw, 2rem);
	line-height: 1.02;
}

.tirajeh-product-detail-band__card--dark p:not(.tirajeh-product-detail-band__card-eyebrow) {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
}

.tirajeh-product-detail-band__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.single-product .tirajeh-product-detail-band__card--dark .woocommerce div.product a.button.tirajeh-inquiry-button,
.single-product .tirajeh-product-detail-band__card--dark .woocommerce-page div.product a.button.tirajeh-inquiry-button,
.single-product .tirajeh-product-detail-band__card--dark a.button.tirajeh-inquiry-button {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(241, 231, 213, 0.92) 100%);
	border-color: rgba(255, 255, 255, 0.78);
	color: #1b1512;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42), 0 16px 34px rgba(8, 5, 4, 0.2);
}

.single-product .tirajeh-product-detail-band__card--dark .woocommerce div.product a.button.tirajeh-inquiry-button:hover,
.single-product .tirajeh-product-detail-band__card--dark .woocommerce-page div.product a.button.tirajeh-inquiry-button:hover,
.single-product .tirajeh-product-detail-band__card--dark a.button.tirajeh-inquiry-button:hover {
	background: linear-gradient(180deg, #ffffff 0%, #f5ebdc 100%);
	border-color: rgba(255, 255, 255, 0.92);
	color: #1b1512;
}

.tirajeh-product-specs__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
}

.tirajeh-product-spec {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 0.95rem 1rem;
	border-radius: 20px;
	background: rgba(248, 243, 234, 0.76);
	border: 1px solid rgba(26, 21, 18, 0.06);
}

.tirajeh-product-spec span {
	color: var(--tirajeh-color-muted);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.tirajeh-product-spec strong {
	font-size: 1rem;
	font-weight: 700;
}

.tirajeh-concierge-card {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	margin-top: 0.2rem;
	padding: 1.45rem;
	border-radius: 28px;
	background: linear-gradient(135deg, #1b1512 0%, #2b211d 100%);
	color: var(--tirajeh-color-white);
}

.tirajeh-concierge-card__eyebrow {
	margin: 0;
	color: #f1d8a8;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.tirajeh-concierge-card__title {
	margin: 0;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(1.7rem, 3vw, 2.3rem);
	line-height: 1;
}

.tirajeh-concierge-card__copy {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
}

.tirajeh-concierge-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.tirajeh-concierge-card__tags span {
	display: inline-flex;
	padding: 0.58rem 0.8rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tirajeh-concierge-card__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.tirajeh-concierge-card__links a {
	display: inline-flex;
	padding: 0.68rem 0.95rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: var(--tirajeh-color-white);
	font-size: 0.86rem;
	font-weight: 700;
	text-decoration: none;
}

.tirajeh-concierge-card__links a:hover {
	background: rgba(255, 255, 255, 0.18);
}

.single-product .related.products,
.single-product .woocommerce-tabs,
.single-product .product_meta {
	grid-column: 1 / -1;
	width: 100%;
}

.single-product .related.products {
	padding-top: 0.4rem;
}

.single-product .related.products > h2 {
	margin-bottom: 1.4rem;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(2.2rem, 4vw, 3.2rem);
}

.single-product .related.products ul.products li.product {
	grid-column: span 3;
}

.single-product .woocommerce-tabs,
.single-product .product_meta {
	display: none;
}

.tirajeh-page-shell--collections-figma,
.tirajeh-page-shell--about-figma,
.tirajeh-page-shell--contact-figma,
.tirajeh-page-shell--custom-figma,
.tirajeh-page-shell--legal {
	background: linear-gradient(180deg, #fffcf7 0%, #ffffff 42%, #faf3ea 100%);
}

.tirajeh-editorial-hero {
	position: relative;
	isolation: isolate;
	min-height: 100svh;
	padding: 0;
	overflow: hidden;
	background: #0f0d0c;
}

.tirajeh-editorial-hero__media,
.tirajeh-about-moments__media {
	position: absolute;
	inset: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.tirajeh-editorial-hero__media::before,
.tirajeh-about-moments__media::before {
	content: "";
	position: absolute;
	inset: 0;
}

.tirajeh-editorial-hero__inner {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	min-height: 100svh;
	padding-top: var(--tirajeh-fixed-header-height);
	padding-bottom: clamp(1.3rem, 2.6vh, 2.2rem);
}

.tirajeh-editorial-hero__copy {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: min(100%, 42rem);
	padding: 0;
}

.tirajeh-editorial-hero__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 40px;
	padding: 0.48rem 1.3rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.24);
	backdrop-filter: blur(10px);
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.tirajeh-editorial-hero__display,
.tirajeh-editorial-hero__subdisplay {
	margin: 0;
	font-family: var(--tirajeh-font-display);
	line-height: 0.86;
	letter-spacing: -0.03em;
	color: var(--tirajeh-color-white);
}

.tirajeh-editorial-hero__display {
	font-size: clamp(4.7rem, 10vw, 9.2rem);
	text-transform: uppercase;
}

.tirajeh-editorial-hero__subdisplay {
	font-size: clamp(1.35rem, 3.2vw, 3.2rem);
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
	color: #d3b16d;
}

.tirajeh-editorial-hero__copy .tirajeh-copy--lead,
.tirajeh-editorial-hero__copy .tirajeh-copy--lead p {
	max-width: 37rem;
	font-size: 1.05rem;
	line-height: 1.78;
}

.tirajeh-editorial-hero--collections .tirajeh-editorial-hero__media {
	background-image:
		linear-gradient(180deg, rgba(5, 5, 7, 0.8) 0%, rgba(7, 7, 9, 0.18) 32%, rgba(8, 7, 8, 0.74) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.08) 52%, rgba(0, 0, 0, 0.58) 100%),
		url("../images/figma-dev/collections-hero.jpg");
}

.tirajeh-editorial-hero--collections .tirajeh-editorial-hero__copy {
	max-width: min(100%, 46rem);
}

.tirajeh-editorial-hero--about .tirajeh-editorial-hero__media {
	background-image:
		linear-gradient(180deg, rgba(8, 8, 10, 0.74) 0%, rgba(11, 10, 10, 0.16) 36%, rgba(13, 11, 10, 0.72) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.12) 48%, rgba(0, 0, 0, 0.24) 100%),
		url("../images/owner-updates/about-us-store-hero-20260622.jpg");
	background-position: center 48%;
}

.tirajeh-editorial-hero--custom .tirajeh-editorial-hero__media {
	background-image:
		linear-gradient(180deg, rgba(7, 7, 8, 0.78) 0%, rgba(9, 9, 10, 0.22) 36%, rgba(10, 9, 10, 0.76) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.18) 52%, rgba(0, 0, 0, 0.38) 100%),
		url("../images/figma/extra-jewelry-9-20260425.png");
	background-position: center 77%;
}

.tirajeh-editorial-hero--services .tirajeh-editorial-hero__media {
	background-image:
		linear-gradient(180deg, rgba(6, 6, 8, 0.78) 0%, rgba(9, 8, 8, 0.2) 35%, rgba(12, 10, 10, 0.74) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.14) 50%, rgba(0, 0, 0, 0.38) 100%),
		url("../images/owner-updates/services-hero-20260605.png");
	background-position: center 48%;
}

.tirajeh-editorial-hero--cash-gold .tirajeh-editorial-hero__media {
	background-image:
		linear-gradient(180deg, rgba(13, 15, 22, 0.28) 0%, rgba(13, 15, 22, 0.08) 34%, rgba(13, 15, 22, 0.32) 100%),
		linear-gradient(90deg, rgba(8, 10, 16, 0.84) 0%, rgba(8, 10, 16, 0.68) 30%, rgba(8, 10, 16, 0.34) 56%, rgba(8, 10, 16, 0.06) 100%),
		url("../images/owner-updates/cash-for-gold-hero-20260605.png");
	background-position: center 50%;
}

.tirajeh-editorial-hero__inner--cash-gold {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	align-items: center;
}

.tirajeh-editorial-hero__copy--cash-gold {
	max-width: min(100%, 43rem);
	padding-top: clamp(1rem, 2vh, 1.5rem);
	padding-bottom: 0;
}

.tirajeh-cash-hero__heading {
	display: grid;
	gap: 0.2rem;
	margin: 0;
}

.tirajeh-cash-hero__heading-main {
	display: block;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(3rem, 7.1vw, 7.8rem);
	font-weight: 400;
	line-height: 0.86;
	letter-spacing: -0.035em;
	text-transform: uppercase;
	color: #ffffff;
}

.tirajeh-cash-hero__heading-accent {
	display: block;
	font-family: var(--tirajeh-font-ui);
	font-size: clamp(1.2rem, 3vw, 3.2rem);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.96);
}

.tirajeh-editorial-hero__copy--cash-gold .tirajeh-editorial-hero__subdisplay {
	margin-top: 0.3rem;
	font-size: clamp(1.1rem, 2vw, 1.7rem);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tirajeh-cash-hero__buy {
	display: grid;
	gap: 0.85rem;
	margin-top: 0.35rem;
}

.tirajeh-cash-hero__buy-heading {
	margin: 0;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-weight: 400;
	line-height: 1.05;
	color: #ffffff;
}

.tirajeh-cash-hero__buy-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.6rem 1.5rem;
	max-width: 42rem;
}

.tirajeh-cash-hero__buy-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.3rem;
}

.tirajeh-cash-hero__buy-list li,
.tirajeh-cash-hero__note {
	font-size: 0.98rem;
	line-height: 1.6;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.92);
}

.tirajeh-cash-hero__buy-list li::before {
	content: "\2022";
	margin-right: 0.45rem;
	color: rgba(222, 185, 103, 0.94);
}

.tirajeh-cash-hero__note {
	margin: 0.4rem 0 0;
}

.tirajeh-button--cash-gold .elementor-button {
	min-width: min(100%, 20rem);
}

.tirajeh-cash-hero__visual {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	align-self: center;
	margin: 0;
	padding-top: clamp(1.5rem, 4vw, 2.6rem);
	padding-bottom: clamp(1.25rem, 3vw, 2.2rem);
	transform: translateY(-1rem);
}

.tirajeh-cash-hero__visual img {
	display: block;
	width: 100%;
	max-width: 348px;
	height: auto;
	border-radius: 24px;
	background: #0c0d12;
	box-shadow: 0 26px 60px rgba(0, 0, 0, 0.26);
}

.tirajeh-hero-ribbon {
	position: relative;
	z-index: 3;
	background: #12172b;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
	transform: none;
}

.tirajeh-hero-ribbon--footer {
	background: #12172b;
}

.tirajeh-hero-ribbon__track {
	display: flex;
	width: max-content;
	align-items: center;
	gap: 2rem;
	padding: 0.72rem 0;
	font-size: 0.92rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.9);
	animation: tirajeh-marquee-scroll 24s linear infinite;
	will-change: transform;
}

.tirajeh-hero-ribbon__track span {
	display: inline-flex;
	align-items: center;
	gap: 2rem;
	padding-left: 1.4rem;
}

.tirajeh-hero-ribbon__track span::after {
	content: "";
	display: inline-flex;
	width: 0.28rem;
	height: 0.28rem;
	border-radius: 999px;
	background: rgba(222, 185, 103, 0.92);
}

@keyframes tirajeh-marquee-scroll {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

.tirajeh-home-section--studio-feature,
.tirajeh-home-section--cash-feature,
.tirajeh-home-section--repair-feature {
	padding: 4.6rem 0;
	background: #ffffff;
}

.tirajeh-home-studio-feature,
.tirajeh-home-feature-block {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.96fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
}

.tirajeh-home-feature-block--repair {
	grid-template-columns: minmax(320px, 0.96fr) minmax(0, 1fr);
}

.tirajeh-home-studio-feature__copy,
.tirajeh-home-feature-block__copy {
	display: grid;
	gap: 1rem;
}

.tirajeh-home-studio-feature__copy {
	justify-items: start;
	text-align: left;
}

.tirajeh-home-studio-feature__copy > .tirajeh-section-heading {
	justify-self: start;
	text-align: left;
}

.tirajeh-home-studio-feature__copy > .tirajeh-section-heading .elementor-heading-title {
	text-align: left;
}

.tirajeh-home-studio-feature__kicker {
	margin: 0;
	justify-self: end;
	font-size: 0.95rem;
	line-height: 1.5;
	color: rgba(26, 21, 18, 0.84);
}

.tirajeh-home-studio-feature__subheading {
	margin: 0;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 0.98;
	color: var(--tirajeh-color-ink);
	text-align: left;
}

.tirajeh-home-studio-feature__media,
.tirajeh-home-feature-block__media,
.tirajeh-cash-repair__media {
	margin: 0;
}

.tirajeh-home-studio-feature__media img,
.tirajeh-home-studio-feature__media video,
.tirajeh-home-feature-block__media img,
.tirajeh-cash-repair__media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(16, 12, 11, 0.08);
}

.tirajeh-home-studio-feature__media video {
	background: #0e0a08;
	height: clamp(300px, 34vw, 380px);
	object-fit: contain;
}

.tirajeh-home-feature-block__media--dark img {
	background: #0d0d11;
}

.tirajeh-home-feature-block--cash .tirajeh-home-feature-block__media {
	justify-self: center;
	width: min(100%, 420px);
}

.tirajeh-home-feature-block--cash .tirajeh-home-feature-block__media img {
	width: 100%;
	max-height: 420px;
	object-fit: cover;
	object-position: center;
}

.tirajeh-cash-repair__inner {
	display: grid;
	grid-template-columns: minmax(300px, 0.94fr) minmax(0, 1fr);
	gap: clamp(2rem, 4vw, 4rem);
	align-items: center;
}

.tirajeh-cash-repair__copy {
	display: grid;
	gap: 1rem;
}

.tirajeh-collections-catalog,
.tirajeh-about-editorial,
.tirajeh-contact-showcase,
.tirajeh-contact-store,
.tirajeh-custom-process,
.tirajeh-custom-capabilities,
.tirajeh-legal-simple {
	padding-top: clamp(4.5rem, 7vw, 6.5rem);
	padding-bottom: clamp(4.5rem, 7vw, 6.5rem);
}

.tirajeh-collections-catalog__inner,
.tirajeh-about-editorial__inner,
.tirajeh-contact-showcase__inner,
.tirajeh-contact-store__inner,
.tirajeh-custom-process__inner,
.tirajeh-custom-capabilities__inner,
.tirajeh-legal-simple__inner {
	display: grid;
	gap: clamp(1.75rem, 3vw, 2.6rem);
}

.tirajeh-collections-catalog__inner > .tirajeh-section-heading,
.tirajeh-collections-catalog__lede,
.tirajeh-contact-showcase__intro,
.tirajeh-contact-store__inner > .tirajeh-section-heading,
.tirajeh-legal-simple__inner > .tirajeh-section-heading,
.tirajeh-legal-simple__lede,
.tirajeh-custom-process__inner > .tirajeh-section-heading,
.tirajeh-custom-capabilities__inner > .tirajeh-section-heading {
	justify-self: start;
	text-align: left;
}

.tirajeh-cash-reviews__inner > .tirajeh-section-heading,
.tirajeh-cash-payouts__inner > .tirajeh-section-heading,
.tirajeh-cash-repair__copy > .tirajeh-section-heading,
.tirajeh-cash-worth__copy > .tirajeh-section-heading,
.tirajeh-cash-family__copy > .tirajeh-section-heading,
.tirajeh-home-crafted__copy > .tirajeh-section-heading,
.tirajeh-home-feature-block__copy > .tirajeh-section-heading {
	justify-self: start;
	text-align: left;
}

.tirajeh-cash-reviews__inner > .tirajeh-section-heading--manual-center {
	justify-self: center;
	text-align: center;
}

.tirajeh-cash-payouts__inner > .tirajeh-section-heading--manual-center {
	justify-self: center;
	text-align: center;
}

.tirajeh-custom-capabilities__inner > .tirajeh-section-heading--manual-center {
	justify-self: center;
	text-align: center;
}

.tirajeh-collections-catalog__lede,
.tirajeh-contact-showcase__lede,
.tirajeh-legal-simple__lede {
	max-width: 44rem;
	margin-inline: auto;
}

.tirajeh-collections-catalog__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.3rem;
}

.tirajeh-collections-catalog__card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	border-radius: 8px;
	background: #ffffff;
	border: 1px solid rgba(26, 21, 18, 0.08);
	box-shadow: 0 18px 48px rgba(26, 21, 18, 0.08);
	overflow: hidden;
}

.tirajeh-collections-catalog__media {
	display: block;
	aspect-ratio: 0.9;
	overflow: hidden;
	background: #f5f1e8;
}

.tirajeh-collections-catalog__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.tirajeh-collections-catalog__card:hover .tirajeh-collections-catalog__media img {
	transform: scale(1.03);
}

.tirajeh-collections-catalog__body {
	display: grid;
	gap: 0.8rem;
	padding: 1.15rem 1.2rem 1.25rem;
}

.tirajeh-collections-catalog__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.tirajeh-collections-catalog__meta h3 {
	margin: 0;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(1.45rem, 2vw, 1.85rem);
	line-height: 1.04;
}

.tirajeh-collections-catalog__body p {
	margin: 0;
	color: var(--tirajeh-color-muted);
	font-size: 0.96rem;
	line-height: 1.72;
}

.tirajeh-collections-catalog__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	border: 1px solid rgba(26, 21, 18, 0.12);
	color: var(--tirajeh-color-ink);
	font-size: 1.08rem;
	line-height: 1;
	transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.tirajeh-collections-catalog__cta:hover {
	transform: translateY(-1px);
	border-color: rgba(26, 21, 18, 0.24);
	background: rgba(26, 21, 18, 0.05);
}

.tirajeh-about-editorial__inner {
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
}

.tirajeh-about-editorial--reverse .tirajeh-about-editorial__media {
	order: 2;
}

.tirajeh-about-editorial--reverse .tirajeh-about-editorial__copy {
	order: 1;
}

.tirajeh-about-editorial__media {
	position: relative;
	min-height: clamp(451px, 36vw, 543px);
	padding-inline-start: clamp(1.75rem, 3vw, 2.75rem);
}

.tirajeh-about-editorial__figure {
	height: 100%;
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 28px 70px rgba(26, 21, 18, 0.16);
}

.tirajeh-about-editorial__figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tirajeh-about-editorial__figure--owner img {
	object-position: center 18%;
}

.tirajeh-about-editorial__label {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	writing-mode: vertical-rl;
	font-family: var(--tirajeh-font-display);
	font-size: clamp(1.2rem, 2vw, 1.7rem);
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(26, 21, 18, 0.88);
}

.tirajeh-about-editorial__copy {
	display: grid;
	gap: 1.3rem;
}

.tirajeh-about-editorial__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.tirajeh-about-editorial__meta span,
.tirajeh-contact-showcase__meta span,
.tirajeh-legal-simple__contact span,
.tirajeh-legal-simple__meta span {
	display: inline-flex;
	align-items: center;
	padding: 0.8rem 1rem;
	border-radius: 999px;
	background: rgba(248, 243, 234, 0.94);
	border: 1px solid rgba(26, 21, 18, 0.08);
	color: var(--tirajeh-color-ink);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tirajeh-about-editorial__meta a,
.tirajeh-contact-showcase__meta a,
.tirajeh-legal-simple__contact a,
.tirajeh-legal-simple__meta a {
	color: inherit;
	text-decoration: none;
}

.tirajeh-page-shell--about > .tirajeh-about-editorial {
	padding-bottom: clamp(0.2rem, 3vw, 1.2rem);
}

.tirajeh-page-shell--about > .tirajeh-about-editorial .tirajeh-about-editorial__inner {
	align-items: start;
}

.tirajeh-page-shell--about > .tirajeh-about-values {
	padding-top: clamp(0.35rem, 1.6vw, 0.9rem);
}

.tirajeh-about-group-photo {
	padding: 0 0 clamp(0.8rem, 2vw, 1.5rem);
}

.tirajeh-about-group-photo__figure {
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 24px 60px rgba(26, 21, 18, 0.12);
	text-align: center;
}

.tirajeh-about-group-photo__figure img {
	display: block;
	width: 100%;
	height: auto;
}

.tirajeh-about-moments {
	position: relative;
	padding: clamp(4.6rem, 7vw, 6.8rem) 0;
	overflow: hidden;
	background: #11100f;
}

.tirajeh-about-moments__media {
	background-image:
		linear-gradient(90deg, rgba(10, 9, 9, 0.74) 0%, rgba(10, 9, 9, 0.3) 46%, rgba(10, 9, 9, 0.78) 100%),
		url("../images/figma-dev/about-moments.jpg");
}

.tirajeh-about-moments__media::before {
	background:
		radial-gradient(circle at 22% 32%, rgba(184, 147, 76, 0.22), transparent 24%),
		linear-gradient(180deg, rgba(10, 9, 9, 0.18), rgba(10, 9, 9, 0.42));
}

.tirajeh-about-moments__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	min-height: clamp(360px, 42vw, 520px);
}

.tirajeh-about-moments__copy {
	display: grid;
	gap: 1.4rem;
	max-width: 34rem;
}

.tirajeh-contact-showcase {
	background: linear-gradient(180deg, rgba(255, 252, 247, 0.92), rgba(255, 255, 255, 0.98));
}

.tirajeh-contact-showcase__intro {
	display: grid;
	gap: 1.35rem;
	max-width: 46rem;
}

.tirajeh-contact-showcase__content {
	display: grid;
	gap: clamp(1.6rem, 3vw, 2.8rem);
	align-content: start;
	min-width: 0;
}

.tirajeh-contact-showcase__meta,
.tirajeh-legal-simple__contact,
.tirajeh-legal-simple__meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.85rem;
}

.tirajeh-contact-showcase__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: clamp(1.6rem, 3vw, 2.4rem);
	align-items: start;
}

.tirajeh-contact-showcase__map,
.tirajeh-contact-showcase__form {
	display: grid;
	gap: 1rem;
	min-width: 0;
}

.tirajeh-contact-showcase__form .tirajeh-contact-form-card,
.tirajeh-contact-showcase__form .tirajeh-inquiry-context {
	min-height: 100%;
}

.tirajeh-contact-showcase__context {
	display: grid;
}

.tirajeh-contact-store {
	background: #ffffff;
}

.tirajeh-contact-store__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.2rem;
}

.tirajeh-contact-store__card {
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 24px 56px rgba(26, 21, 18, 0.1);
}

.tirajeh-contact-store__card img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: clamp(320px, 34vw, 460px);
	object-fit: cover;
}

.tirajeh-contact-store__cta {
	justify-self: center;
}

.tirajeh-legal-simple__inner {
	max-width: min(calc(100% - (var(--tirajeh-shell-side-gutter) * 2)), 980px);
	margin-inline: auto;
}

.tirajeh-legal-simple__inner > .tirajeh-section-heading {
	justify-self: start;
	text-align: left;
}

.tirajeh-legal-simple__inner > .tirajeh-section-heading .elementor-heading-title {
	font-size: clamp(3.2rem, 6vw, 5.35rem);
	line-height: 0.94;
}

.tirajeh-legal-simple__sections {
	display: grid;
	gap: 1rem;
}

.tirajeh-legal-simple__section {
	display: grid;
	gap: 0.75rem;
	padding: clamp(1.4rem, 2vw, 1.85rem);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(26, 21, 18, 0.08);
	box-shadow: var(--tirajeh-shadow-soft);
}

.tirajeh-legal-simple__section .tirajeh-card-title .elementor-heading-title {
	font-size: clamp(1.65rem, 2.2vw, 2rem);
}

.tirajeh-legal-simple__section .tirajeh-copy ul,
.tirajeh-legal-simple__section .tirajeh-copy ol {
	margin: 0.85rem 0 0;
	padding-left: 1.2rem;
	display: grid;
	gap: 0.58rem;
}

.tirajeh-legal-simple__section .tirajeh-copy li {
	color: var(--tirajeh-color-muted);
}

.tirajeh-legal-simple__section .tirajeh-copy li::marker {
	color: rgba(171, 130, 54, 0.94);
}

.tirajeh-custom-process {
	background: #ffffff;
}

.tirajeh-custom-process__grid,
.tirajeh-custom-capabilities__grid {
	display: grid;
	gap: 1rem;
	align-items: stretch;
	grid-auto-flow: row;
}

.tirajeh-custom-process__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tirajeh-custom-process__card,
.tirajeh-custom-capability-card {
	display: grid;
	align-content: start;
	gap: 0.9rem;
	min-height: 100%;
	min-width: 0;
	padding: clamp(1.3rem, 2vw, 1.6rem);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(26, 21, 18, 0.08);
	box-shadow: var(--tirajeh-shadow-soft);
	overflow: hidden;
	isolation: isolate;
}

.tirajeh-custom-process__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 999px;
	background: rgba(184, 147, 76, 0.14);
	color: var(--tirajeh-color-gold);
	font-family: var(--tirajeh-font-display);
	font-size: 1.8rem;
	line-height: 1;
}

.tirajeh-custom-videos {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 234, 0.96));
	padding-top: clamp(2.4rem, 3.8vw, 3.4rem);
	padding-bottom: clamp(2.4rem, 3.8vw, 3.4rem);
}

.tirajeh-custom-videos__inner {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.4rem);
}

.tirajeh-custom-videos__lede {
	max-width: 44rem;
	margin: 0.85rem auto 0;
	text-align: center;
}

.tirajeh-custom-videos__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.6rem);
	align-items: start;
}

.tirajeh-custom-video-card {
	display: grid;
	gap: 0.75rem;
	width: min(100%, 23rem);
	margin-inline: auto;
}

.tirajeh-custom-video-card__frame {
	position: relative;
	padding: clamp(0.55rem, 1.1vw, 0.75rem);
	border-radius: 30px;
	background:
		radial-gradient(circle at 50% 12%, rgba(184, 147, 76, 0.14), transparent 32%),
		linear-gradient(180deg, #171210 0%, #261f1b 100%);
	box-shadow: 0 28px 50px rgba(16, 12, 10, 0.14);
}

.tirajeh-custom-video-card__player {
	display: block;
	width: 100%;
	aspect-ratio: 1080 / 1974;
	border: 0;
	border-radius: 24px;
	background: #0e0a08;
	object-fit: cover;
}

.tirajeh-custom-video-card__play {
	position: absolute;
	inset: clamp(0.55rem, 1.1vw, 0.75rem);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(15, 10, 8, 0.28), rgba(15, 10, 8, 0.62)),
		var(--tirajeh-custom-video-poster, url("../images/figma/extra-jewelry-9-20260425.png")) center center / cover no-repeat;
	color: var(--tirajeh-color-white);
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.tirajeh-custom-video-card__play span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(4rem, 7vw, 5.4rem);
	height: clamp(4rem, 7vw, 5.4rem);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 45px rgba(16, 12, 10, 0.24);
	color: var(--tirajeh-color-ink);
}

.tirajeh-custom-video-card__play span::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-left: 0.28rem;
	border-top: 0.78rem solid transparent;
	border-bottom: 0.78rem solid transparent;
	border-left: 1.16rem solid currentColor;
}

.tirajeh-custom-video-card__play:hover,
.tirajeh-custom-video-card__play:focus-visible {
	transform: scale(0.992);
}

.tirajeh-custom-video-card.is-playing .tirajeh-custom-video-card__play {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.tirajeh-custom-video-card__fallback {
	margin: 0;
	text-align: center;
	font-size: 0.82rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tirajeh-custom-video-card__fallback a {
	color: rgba(133, 96, 24, 0.94);
	text-decoration: none;
}

.tirajeh-custom-capabilities {
	background: linear-gradient(180deg, rgba(248, 243, 234, 0.78), rgba(255, 255, 255, 0.98));
}

.tirajeh-custom-capabilities__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
}

.tirajeh-custom-capability-card {
	background: rgba(255, 255, 255, 0.9);
	height: auto;
	min-height: 0;
	align-self: start;
	transform: none;
}

.tirajeh-custom-capabilities__grid > * {
	min-width: 0;
	margin: 0;
	align-self: start;
}

.tirajeh-custom-capability-card .tirajeh-card-title,
.tirajeh-custom-capability-card .tirajeh-copy {
	min-width: 0;
}

.tirajeh-custom-capability-card .tirajeh-card-title .elementor-heading-title {
	overflow-wrap: anywhere;
}

.tirajeh-about-values__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	align-items: start;
}

.tirajeh-services-grid-section__lede,
.tirajeh-services-cta__copy {
	max-width: 44rem;
	margin-inline: auto;
	text-align: center;
}

.tirajeh-services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
	align-items: start;
}

.tirajeh-home-section--services-overview,
.tirajeh-custom-service-support {
	background: linear-gradient(180deg, rgba(248, 243, 234, 0.96), rgba(255, 255, 255, 0.98));
}

.tirajeh-home-section--services-overview .tirajeh-custom-capabilities__inner,
.tirajeh-custom-service-support__inner {
	display: grid;
	gap: 1.3rem;
}

.tirajeh-home-services-grid,
.tirajeh-custom-service-support__grid {
	margin-top: 0.35rem;
}

.tirajeh-services-grid > *,
.tirajeh-about-values__grid > * {
	min-width: 0;
	margin: 0;
	align-self: start;
	transform: none;
}

.tirajeh-service-card {
	height: auto;
	min-height: 0;
	background: rgba(255, 255, 255, 0.95);
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.tirajeh-about-values__grid .tirajeh-custom-capability-card,
.tirajeh-services-grid .tirajeh-custom-capability-card {
	margin: 0;
	height: auto;
	min-height: 0;
	align-content: start;
	transform: none;
}

.tirajeh-service-card__action {
	margin-top: auto;
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding-top: 0.2rem;
	color: var(--tirajeh-color-gold);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
}

.tirajeh-service-card__action::after {
	content: "\2197";
	font-size: 0.95em;
	line-height: 1;
}

.tirajeh-service-card__action:hover,
.tirajeh-service-card__action:focus-visible {
	color: #7f5f1e;
}

.tirajeh-home-services-grid__cta {
	justify-self: center;
	margin-top: 0.2rem;
}

.tirajeh-cash-worth__support-copy {
	margin-top: 1rem;
}

.tirajeh-services-cta {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 234, 0.96));
}

.tirajeh-services-cta__inner {
	display: grid;
	gap: 1.1rem;
	justify-items: center;
	text-align: center;
}

.tirajeh-custom-spotlight {
	background:
		radial-gradient(circle at 78% 18%, rgba(184, 147, 76, 0.14), transparent 22%),
		linear-gradient(135deg, #181311 0%, #2b221e 100%);
}

.tirajeh-custom-spotlight__inner {
	align-items: stretch;
}

.tirajeh-custom-spotlight__copy {
	justify-content: center;
}

.tirajeh-custom-spotlight__media {
	min-width: 0;
}

.tirajeh-custom-spotlight__figure {
	height: 100%;
	min-height: clamp(420px, 40vw, 560px);
	border-radius: 8px;
}

.tirajeh-home-section--custom-testimonials {
	padding-top: clamp(4rem, 7vw, 5.5rem);
	padding-bottom: clamp(4.5rem, 7vw, 5.8rem);
	background: #ffffff;
}

.tirajeh-cash-trust {
	background: #ffffff;
	padding-top: clamp(1.6rem, 3vw, 2.4rem);
	padding-bottom: clamp(1.6rem, 3vw, 2.4rem);
}

.tirajeh-cash-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.tirajeh-cash-trust-card {
	display: grid;
	gap: 1rem;
	align-content: start;
	min-width: 0;
	padding: 1.25rem 1.2rem 1.35rem;
	border-radius: 12px;
	background: #12172b;
	box-shadow: 0 18px 32px rgba(13, 11, 18, 0.12);
}

.tirajeh-cash-trust-card img {
	width: 2.4rem;
	height: 2.4rem;
	object-fit: contain;
}

.tirajeh-cash-trust-card h2 {
	margin: 0;
	font-family: var(--tirajeh-font-ui);
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #ffffff;
}

.tirajeh-cash-video {
	padding-top: clamp(0.8rem, 1.6vw, 1.1rem);
}

.tirajeh-cash-video__frame {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: var(--tirajeh-shadow-soft);
}

.tirajeh-cash-video__frame img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 7.25;
	object-fit: cover;
}

.tirajeh-cash-worth__inner,
.tirajeh-cash-family__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
	gap: clamp(1.5rem, 3vw, 3rem);
	align-items: center;
}

.tirajeh-cash-worth {
	padding-top: clamp(2rem, 3.1vw, 2.8rem);
	padding-bottom: clamp(2rem, 3.1vw, 2.8rem);
}

.tirajeh-cash-worth__figure,
.tirajeh-cash-family__figure {
	margin: 0;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: var(--tirajeh-shadow-soft);
}

.tirajeh-cash-worth__figure img,
.tirajeh-cash-family__figure img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.tirajeh-cash-worth__list {
	margin: 1.1rem 0 0;
	padding-left: 1.2rem;
	display: grid;
	gap: 0.72rem;
}

.tirajeh-cash-worth__list li {
	color: var(--tirajeh-color-muted);
	line-height: 1.7;
}

.tirajeh-cash-reviews {
	background:
		radial-gradient(circle at 12% 18%, rgba(184, 147, 76, 0.08), transparent 20%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 234, 0.96));
}

.tirajeh-cash-reviews__inner {
	display: grid;
	gap: 1.6rem;
}

.tirajeh-cash-reviews__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem;
	align-items: stretch;
}

.tirajeh-cash-review-card {
	display: grid;
	gap: 0.9rem;
	align-content: start;
	padding: 1.2rem 1rem 1rem;
	border-radius: 12px;
	border: 1px solid rgba(24, 21, 19, 0.08);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 12px 28px rgba(18, 16, 14, 0.06);
}

.tirajeh-cash-review-card--gold {
	background: linear-gradient(180deg, rgba(190, 149, 73, 0.94), rgba(164, 129, 51, 0.96));
	border-color: rgba(164, 129, 51, 0.62);
}

.tirajeh-cash-review-card__stars {
	font-size: 0.86rem;
	letter-spacing: 0.22em;
	color: #b8934c;
}

.tirajeh-cash-review-card--gold .tirajeh-cash-review-card__stars,
.tirajeh-cash-review-card--gold p,
.tirajeh-cash-review-card--gold span {
	color: #ffffff;
}

.tirajeh-cash-review-card p,
.tirajeh-cash-review-card span {
	margin: 0;
}

.tirajeh-cash-review-card p {
	font-size: 0.94rem;
	line-height: 1.7;
	color: var(--tirajeh-color-muted);
}

.tirajeh-cash-review-card span {
	font-size: 0.8rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #151313;
}

.tirajeh-cash-family {
	background: #ffffff;
}

.tirajeh-cash-payouts {
	padding-top: clamp(2.6rem, 5vw, 4rem);
}

.tirajeh-cash-payouts__inner {
	display: grid;
	gap: 1.6rem;
}

.tirajeh-cash-payouts__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 1rem;
	align-items: start;
}

.tirajeh-cash-payout {
	display: grid;
	gap: 0.9rem;
	justify-items: center;
	text-align: center;
}

.tirajeh-cash-payout img {
	width: min(100%, 5.2rem);
	height: 5.2rem;
	object-fit: contain;
}

.tirajeh-cash-payout span {
	font-size: 0.84rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--tirajeh-color-muted);
}

.tirajeh-cash-faq {
	padding-top: clamp(2.8rem, 5vw, 4rem);
}

@media (max-width: 1200px) {
	.tirajeh-collections-catalog__grid,
	.tirajeh-custom-process__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tirajeh-custom-videos__grid,
	.tirajeh-custom-capabilities__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tirajeh-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tirajeh-cash-trust__grid,
	.tirajeh-cash-reviews__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tirajeh-cash-payouts__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1200px) {
	.tirajeh-collection-card {
		grid-column: span 6;
	}

	.tirajeh-feature-card,
	.tirajeh-faq-card {
		grid-column: span 6;
	}

	.tirajeh-home-showcase-preview__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tirajeh-home-testimonial-card {
		flex-basis: clamp(150px, 16vw, 180px);
	}

	.tirajeh-home-testimonial-card.is-active {
		flex-basis: clamp(235px, 24vw, 290px);
		min-height: 28rem;
		transform: translateY(-0.7rem) scale(1);
	}

	.tirajeh-site-footer__top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tirajeh-card-grid--quad > * {
		grid-column: span 6;
	}

	.woocommerce ul.products li.product {
		grid-column: span 6;
	}
}

@media (max-width: 1024px) {
	:root {
		--tirajeh-fixed-header-height: 101px;
		--tirajeh-hero-ribbon-height: 45px;
	}

	:root {
		--tirajeh-shell-side-gutter: 24px;
	}

	html,
	body {
		overflow-x: hidden;
	}

	.tirajeh-home-section,
	.tirajeh-page-section {
		padding: clamp(3rem, 5vw, 4rem) 0;
	}

	.tirajeh-archive-browse {
		padding: clamp(2.2rem, 4vw, 3rem) 0 clamp(3rem, 5vw, 4rem);
	}

	.tirajeh-home-section__inner,
	.tirajeh-home-section__inner--collections-figma,
	.tirajeh-home-section__inner--showcase,
	.tirajeh-home-crafted,
	.tirajeh-about-editorial__inner,
	.tirajeh-contact-showcase__grid,
	.tirajeh-custom-spotlight__inner,
	.tirajeh-custom-process__grid,
	.tirajeh-custom-videos__grid,
	.tirajeh-custom-capabilities__grid {
		gap: 1.5rem;
	}

	.tirajeh-page-hero__inner,
	.tirajeh-archive-hero__inner {
		flex-direction: column;
	}

	.tirajeh-custom-hero__inner,
	.tirajeh-custom-spotlight__inner,
	.tirajeh-legal-hero__inner,
	.tirajeh-about-hero__inner,
	.tirajeh-contact-hero__inner,
	.tirajeh-thank-you__inner,
	.tirajeh-about-story,
	.tirajeh-about-showroom__inner,
	.tirajeh-contact-showroom__inner,
	.tirajeh-contact-direct__inner,
	.tirajeh-cash-worth__inner,
	.tirajeh-cash-family__inner {
		grid-template-columns: 1fr;
	}

	.tirajeh-collections-hero__inner,
	.tirajeh-collections-editorial__inner,
	.tirajeh-archive-hero__inner {
		grid-template-columns: 1fr;
	}

	.tirajeh-cash-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tirajeh-cash-worth__media,
	.tirajeh-cash-family__media {
		order: -1;
	}

	.tirajeh-archive-browse__inner {
		grid-template-columns: 1fr;
	}

	.tirajeh-archive-sidebar {
		position: static;
	}

	.tirajeh-archive-toolbar {
		flex-direction: column;
		align-items: flex-start;
	}

	.tirajeh-archive-hero__stage {
		min-height: 360px;
	}

	.tirajeh-archive-hero__note {
		width: min(60%, 280px);
	}

	.tirajeh-archive-hero--feature-image .tirajeh-archive-hero__inner,
	.tirajeh-archive-hero--category-image .tirajeh-archive-hero__inner {
		min-height: auto;
	}

	.tirajeh-archive-hero--feature-image .tirajeh-archive-hero__copy,
	.tirajeh-archive-hero--category-image .tirajeh-archive-hero__copy {
		padding-top: clamp(1.5rem, 4vw, 2.4rem);
		padding-bottom: 1.5rem;
	}

	.tirajeh-archive-hero__stage--feature {
		min-height: 420px;
	}

	.tirajeh-home-hero__inner,
	.tirajeh-home-section__split,
	.tirajeh-home-cta__inner {
		grid-template-columns: 1fr;
	}

	.tirajeh-site-header {
		overflow: visible;
	}

	.tirajeh-site-header__inner,
	.home .tirajeh-site-header__inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		min-height: 74px;
		gap: 0.95rem;
		padding-top: 0.85rem;
		padding-bottom: 0.85rem;
	}

	.tirajeh-brand-mark--header {
		width: clamp(132px, 28vw, 150px);
		padding-right: 0;
	}

	.tirajeh-menu-toggle {
		display: inline-flex;
		justify-self: end;
		z-index: 3;
	}

	.tirajeh-header-cta,
	.tirajeh-header-utility {
		display: none;
	}

	.tirajeh-header-mobile-search {
		display: block;
		width: 100%;
		padding: 0.2rem 0.6rem 0.7rem;
	}

	.tirajeh-header-nav-shell,
	.tirajeh-header-nav-shell > *,
	.tirajeh-header-nav,
	.tirajeh-header-nav .elementor-nav-menu,
	.tirajeh-header-nav .menu-item,
	.tirajeh-header-nav .menu-item > a,
	.tirajeh-header-mobile-search,
	.tirajeh-header-mobile-search .tirajeh-product-search,
	.tirajeh-header-mobile-search .tirajeh-product-search__field,
	.tirajeh-header-mobile-search .tirajeh-product-search__input,
	.tirajeh-header-mobile-search .tirajeh-product-search__button {
		box-sizing: border-box;
		min-width: 0;
		max-width: 100%;
	}

	.tirajeh-header-mobile-search .tirajeh-product-search {
		width: 100%;
		max-width: none;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		padding: 0.7rem;
		border-radius: 24px;
		box-shadow: none;
		overflow: hidden;
	}

	.tirajeh-header-mobile-search .tirajeh-product-search__field {
		width: 100%;
	}

	.tirajeh-header-mobile-search .tirajeh-product-search__button {
		width: 100%;
	}

	.tirajeh-header-search-panel {
		display: none;
	}

	.tirajeh-header-nav-shell {
		display: grid;
		grid-template-columns: 1fr;
		align-items: stretch;
		width: auto;
		min-height: 0;
		padding: 0;
		gap: 0;
		border-radius: 28px;
	}

	html.tirajeh-js .tirajeh-header-nav-shell {
		position: absolute;
		top: calc(100% + 0.55rem);
		left: var(--tirajeh-shell-side-gutter);
		right: var(--tirajeh-shell-side-gutter);
		max-height: calc(100dvh - 100px);
		overflow-y: auto;
		overflow-x: hidden;
		scrollbar-width: none;
		overscroll-behavior: contain;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: none;
		transition: opacity 0.2s ease, visibility 0.2s ease;
	}

	html.tirajeh-js .tirajeh-header-nav-shell::-webkit-scrollbar {
		display: none;
	}

	.tirajeh-header-nav-shell > * {
		width: 100%;
	}

	html.tirajeh-js body.tirajeh-menu-open .tirajeh-header-nav-shell {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: none;
	}

	.tirajeh-header-nav-shell::before,
	.home .tirajeh-header-nav-shell::before {
		background: rgba(17, 12, 10, 0.97);
		border-color: rgba(255, 255, 255, 0.14);
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		box-shadow: 0 24px 46px rgba(5, 4, 4, 0.32);
	}

	.tirajeh-header-mobile-search .tirajeh-product-search,
	.home .tirajeh-header-mobile-search .tirajeh-product-search {
		background: rgba(23, 17, 15, 0.14);
		border-color: rgba(255, 255, 255, 0.14);
	}

	.tirajeh-header-mobile-search .tirajeh-product-search__icon,
	.tirajeh-header-mobile-search .tirajeh-product-search__input,
	.tirajeh-header-mobile-search .tirajeh-product-search__input::placeholder,
	.home .tirajeh-header-mobile-search .tirajeh-product-search__icon,
	.home .tirajeh-header-mobile-search .tirajeh-product-search__input,
	.home .tirajeh-header-mobile-search .tirajeh-product-search__input::placeholder {
		color: rgba(255, 249, 241, 0.92);
	}

	.tirajeh-header-nav {
		width: 100%;
		min-width: 0;
	}

	.home .tirajeh-header-nav {
		width: 100%;
		justify-self: stretch;
	}

	.tirajeh-header-nav .elementor-nav-menu {
		display: grid;
		grid-template-columns: 1fr;
		justify-items: stretch;
		flex-direction: column;
		align-items: stretch;
		gap: 0.25rem;
		width: 100%;
		padding: 0.2rem 0.55rem 0.55rem;
	}

	.home .tirajeh-header-nav .elementor-nav-menu {
		gap: 0.25rem;
		width: 100%;
		padding: 0.2rem 0.55rem 0.55rem;
	}

	.tirajeh-header-nav .menu-item,
	.tirajeh-header-nav .menu-item:last-child {
		display: block;
		width: 100%;
		margin: 0;
	}

	.tirajeh-header-nav .menu-item:not(:last-child)::after,
	.tirajeh-header-nav .menu-item:nth-last-child(2)::after {
		display: none;
	}

	.tirajeh-header-nav > .elementor-nav-menu > .menu-item > a {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		min-height: 46px;
		padding: 0.84rem 1rem;
		border-radius: 18px;
		box-sizing: border-box;
		font-size: 1rem;
		font-weight: 500;
		margin: 0;
		text-align: left;
		color: rgba(255, 255, 255, 0.86);
	}

	.tirajeh-header-nav > .elementor-nav-menu > .menu-item > a:hover,
	.tirajeh-header-nav > .elementor-nav-menu > .current-menu-item > a,
	.tirajeh-header-nav > .elementor-nav-menu > .current_page_item > a {
		background: rgba(184, 147, 76, 0.22);
		box-shadow: inset 0 0 0 1px rgba(222, 185, 103, 0.18);
		color: #ffffff;
	}

	.tirajeh-header-nav .menu-item-has-children > a::after {
		margin-left: auto;
	}

	.tirajeh-header-nav .menu-item-has-children::before {
		display: none;
	}

	.tirajeh-header-nav .sub-menu {
		position: static;
		left: auto;
		top: auto;
		min-width: 0;
		margin: 0;
		padding: 0.24rem 0.2rem 0.58rem 1rem;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		display: none;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: none;
	}

	.tirajeh-header-nav .menu-item-has-children.is-open > .sub-menu {
		display: grid;
		gap: 0.08rem;
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
		contain: paint;
		transform: translateZ(0);
	}

	.tirajeh-header-nav .sub-menu .menu-item {
		display: block;
		width: 100%;
		position: relative;
		z-index: 2;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}

	.tirajeh-header-nav .sub-menu .menu-item > a {
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 42px;
		padding: 0.72rem 0.95rem;
		border-radius: 16px;
		box-sizing: border-box;
		font-size: 0.97rem !important;
		font-weight: 500;
		line-height: 1.3;
		letter-spacing: 0;
		color: rgba(255, 255, 255, 0.92) !important;
		-webkit-text-fill-color: currentColor !important;
		opacity: 1;
		background: rgba(255, 255, 255, 0.06);
		overflow: visible;
		position: relative;
		z-index: 2;
		text-decoration: none;
		transition: none !important;
		animation: none !important;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-webkit-font-smoothing: antialiased;
	}

	.tirajeh-header-nav .sub-menu .menu-item > a .tirajeh-menu-link-label {
		display: block;
		font-size: inherit;
		line-height: inherit;
		color: inherit;
		-webkit-text-fill-color: currentColor;
	}

	.tirajeh-header-nav .sub-menu .menu-item > a:hover,
	.tirajeh-header-nav .sub-menu .current-menu-item > a,
	.tirajeh-header-nav .sub-menu .current_page_item > a {
		background: transparent;
		color: #ffffff;
	}

	.tirajeh-home-showcase-preview__filters {
		width: 100%;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		scroll-snap-type: x proximity;
	}

	.tirajeh-home-showcase-preview__filters::-webkit-scrollbar {
		display: none;
	}

	.tirajeh-home-showcase-preview__filter {
		display: inline-flex;
		align-items: center;
		flex: 0 0 auto;
		min-height: 42px;
		padding: 0.45rem 1rem;
		border: 1px solid rgba(26, 21, 18, 0.1);
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.9);
		white-space: nowrap;
		scroll-snap-align: start;
	}

	.tirajeh-home-showcase-preview__filter.is-active,
	.tirajeh-home-showcase-preview__filter:hover {
		background: rgba(184, 147, 76, 0.14);
		border-color: rgba(184, 147, 76, 0.34);
		color: var(--tirajeh-color-ink);
	}

	.tirajeh-home-hero__panel,
	.tirajeh-home-section__aside {
		min-height: 320px;
	}

	.tirajeh-home-collection-grid,
	.tirajeh-home-showcase-preview__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tirajeh-collections-story-grid {
		grid-template-columns: 1fr;
	}

	.tirajeh-home-crafted,
	.tirajeh-home-faq,
	.tirajeh-site-footer__top {
		grid-template-columns: 1fr;
	}

	.tirajeh-home-instagram__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.tirajeh-home-instagram__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.tirajeh-home-testimonials__rail {
		padding-inline: 1.25rem;
	}

	.tirajeh-home-testimonials__controls {
		width: 100%;
	}

	.tirajeh-home-testimonial-card {
		flex-basis: clamp(190px, 24vw, 240px);
	}

	.tirajeh-home-testimonial-card.is-active {
		flex-basis: clamp(255px, 34vw, 320px);
		min-height: 28rem;
	}

	.tirajeh-about-story__media {
		min-height: 480px;
	}

	.tirajeh-custom-hero__media {
		min-height: 500px;
	}

	.tirajeh-about-editorial__inner,
	.tirajeh-contact-showcase__grid {
		grid-template-columns: 1fr;
	}

	.tirajeh-about-editorial--reverse .tirajeh-about-editorial__media,
	.tirajeh-about-editorial--reverse .tirajeh-about-editorial__copy {
		order: initial;
	}

	.tirajeh-about-editorial__media {
		padding-inline-start: 0;
	}

	.tirajeh-about-editorial__label {
		left: 1rem;
		top: 1rem;
		transform: none;
		writing-mode: initial;
	}

	.tirajeh-contact-store__grid {
		grid-template-columns: 1fr;
	}

	.tirajeh-custom-spotlight__figure {
		min-height: 400px;
	}

	.tirajeh-legal-hero__aside {
		max-width: 28rem;
	}

	.tirajeh-contact-form-card {
		padding: 1.25rem;
	}

	.tirajeh-archive-sidebar {
		gap: 1rem;
		padding: 1.15rem;
		border-radius: 24px;
		background: linear-gradient(180deg, rgba(248, 243, 234, 0.9), rgba(255, 255, 255, 0.98));
		border: 1px solid rgba(26, 21, 18, 0.08);
		box-shadow: 0 16px 38px rgba(26, 21, 18, 0.05);
	}

	.tirajeh-archive-filter-list {
		display: flex;
		flex-wrap: wrap;
		gap: 0.6rem;
	}

	.tirajeh-archive-filter-list__link {
		padding: 0.72rem 0.92rem;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.92);
		border: 1px solid rgba(26, 21, 18, 0.08);
	font-size: 0.84rem;
}

	.tirajeh-archive-filter-list__link:hover,
	.tirajeh-archive-filter-list__link.is-active {
		background: rgba(184, 147, 76, 0.14);
		border-color: rgba(184, 147, 76, 0.3);
	}

	.woocommerce ul.products {
		gap: 1.6rem 1.1rem;
	}

	.woocommerce ul.products li.product {
		grid-column: span 6;
	}

	.tirajeh-site-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.tirajeh-site-footer__social-group {
		flex-direction: column;
		align-items: flex-start;
	}

	.woocommerce .woocommerce-ordering {
		width: 100%;
	}

	.woocommerce .woocommerce-ordering select {
		width: 100%;
		min-height: 46px;
		padding: 0.75rem 2rem 0.75rem 0.9rem;
		border-radius: 16px;
		background: rgba(248, 243, 234, 0.92);
		border: 1px solid rgba(26, 21, 18, 0.08);
	}

	.tirajeh-contact-form__grid {
		grid-template-columns: 1fr;
	}

	.tirajeh-contact-form__footer {
		align-items: flex-start;
	}

	.tirajeh-card-grid--double > *,
	.tirajeh-card-grid--triple > * {
		grid-column: span 6;
	}

	.single-product div.product .woocommerce-product-gallery,
	.single-product div.product div.summary {
		width: 100%;
	}

	.single-product div.product {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		padding-top: 1.2rem;
		padding-bottom: 3.5rem;
	}

	.single-product div.product div.summary {
		position: static;
	}

	.single-product div.product .product_title {
		max-width: none;
		font-size: clamp(2.6rem, 7vw, 3.9rem);
	}

	.single-product div.product .woocommerce-product-details__short-description {
		max-width: none;
	}

	.single-product .tirajeh-inquiry-actions__buttons {
		flex-direction: column;
	}

	.single-product .tirajeh-inquiry-button,
	.single-product .tirajeh-inquiry-link {
		width: 100%;
	}

	.tirajeh-product-detail-band {
		grid-template-columns: 1fr;
		padding: 1.45rem;
		gap: 1.25rem;
	}

	.tirajeh-product-detail-band__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.tirajeh-product-detail-band__actions .button,
	.tirajeh-product-detail-band__actions .tirajeh-product-link {
		width: 100%;
		justify-content: center;
	}

	.tirajeh-archive-artboard {
		min-height: 500px;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	:root {
		--tirajeh-shell-side-gutter: 14px;
		--tirajeh-fixed-header-height: 89px;
		--tirajeh-hero-ribbon-height: 38px;
	}

	.tirajeh-home-section,
	.tirajeh-page-section {
		padding: 2.8rem 0;
	}

	.tirajeh-shell {
		width: min(calc(100% - (var(--tirajeh-shell-side-gutter) * 2)), var(--tirajeh-content-width));
	}

	.tirajeh-shell.e-con-boxed > .e-con-inner {
		width: min(calc(100% - (var(--tirajeh-shell-side-gutter) * 2)), var(--tirajeh-content-width));
	}

	.tirajeh-home-hero {
		padding-top: 3rem;
	}

	.tirajeh-home-hero--figma {
		min-height: max(560px, calc(100svh - var(--tirajeh-hero-ribbon-height)));
		background-position: 58% center;
	}

	.home .tirajeh-home-hero--figma {
		padding-top: 0;
	}

	.tirajeh-editorial-hero,
	.tirajeh-editorial-hero .tirajeh-editorial-hero__inner {
		min-height: clamp(28rem, calc(100svh - (var(--tirajeh-fixed-header-height) + 10rem)), 32rem);
	}

	.tirajeh-editorial-hero .tirajeh-editorial-hero__inner {
		align-items: flex-end;
		padding-top: calc(var(--tirajeh-fixed-header-height) + 1.4rem);
		padding-bottom: 2rem;
	}

	.tirajeh-editorial-hero--cash-gold,
	.tirajeh-editorial-hero--cash-gold .tirajeh-editorial-hero__inner {
		min-height: clamp(32rem, calc(100svh - (var(--tirajeh-fixed-header-height) + 6rem)), 36rem);
	}

	.tirajeh-editorial-hero__inner--cash-gold {
		align-content: end;
	}

	.tirajeh-editorial-hero--archive-category .tirajeh-editorial-hero__media {
		background-position: center 26%;
	}

	.tirajeh-editorial-hero__display {
		font-size: clamp(3.25rem, 14vw, 5rem);
	}

	.tirajeh-editorial-hero__subdisplay {
		font-size: clamp(1.1rem, 5vw, 1.7rem);
	}

	.tirajeh-archive-hero__display {
		font-size: clamp(3rem, 16vw, 4.4rem);
	}

	.tirajeh-archive-hero__subtitle {
		font-size: clamp(1rem, 6vw, 1.45rem);
	}

	.tirajeh-archive-hero__stage {
		min-height: 290px;
	}

	.tirajeh-archive-hero__stage--feature {
		min-height: 320px;
		border-radius: 26px;
	}

	.tirajeh-archive-hero__figure--left {
		width: 34%;
		left: 0;
		bottom: 2.5rem;
	}

	.tirajeh-archive-hero__figure--center {
		left: 31%;
		top: 0.3rem;
		width: 30%;
	}

	.tirajeh-archive-hero__figure--right {
		right: 0;
		bottom: 2rem;
		width: 34%;
	}

	.tirajeh-archive-hero__note {
		position: relative;
		right: auto;
		bottom: auto;
		width: auto;
		margin-top: 1.25rem;
	}

	.tirajeh-archive-hero__note--feature {
		position: absolute;
		right: 1rem;
		bottom: 1rem;
		left: 1rem;
		width: auto;
		margin-top: 0;
		padding: 1rem;
	}

	.tirajeh-archive-hero--feature-image .tirajeh-archive-hero__copy,
	.tirajeh-archive-hero--category-image .tirajeh-archive-hero__copy {
		padding-bottom: 0;
	}

	.tirajeh-services-grid,
	.tirajeh-about-values__grid {
		grid-template-columns: 1fr;
	}

	.tirajeh-archive-toolbar__controls {
		width: 100%;
		justify-content: space-between;
	}

	.tirajeh-home-hero--figma .tirajeh-home-hero__inner--figma {
		min-height: 560px;
		align-items: flex-start;
		padding-top: 6.7rem;
		padding-bottom: 2.4rem;
	}

	.tirajeh-home-hero--figma .tirajeh-home-hero__copy--figma {
		max-width: 100%;
		padding-bottom: 0;
		gap: 0.6rem;
	}

	.tirajeh-home-hero__badge {
		margin-top: 1.8rem;
		min-height: 34px;
		padding: 0.4rem 1rem;
		font-size: 0.78rem;
	}

	.tirajeh-home-hero__title-primary {
		font-size: clamp(1rem, 4.7vw, 1.32rem);
		letter-spacing: 0.1em;
	}

	.tirajeh-home-hero__title-secondary {
		font-size: clamp(1.14rem, 5.45vw, 1.72rem);
		line-height: 1.1;
	}

	.tirajeh-home-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.tirajeh-home-studio-feature,
	.tirajeh-home-feature-block,
	.tirajeh-cash-repair__inner,
	.tirajeh-editorial-hero__inner--cash-gold {
		grid-template-columns: 1fr;
	}

	.tirajeh-home-studio-feature__kicker {
		justify-self: start;
	}

	.tirajeh-cash-hero__visual {
		display: none;
	}

	.tirajeh-hero-ribbon {
		transform: none;
	}

	.tirajeh-hero-ribbon__track {
		gap: 1.35rem;
		padding: 0.6rem 0;
		font-size: 0.74rem;
		letter-spacing: 0.14em;
	}

	.tirajeh-hero-ribbon__track span {
		gap: 1.35rem;
		padding-left: 0.95rem;
	}

	.tirajeh-cash-hero__heading {
		gap: 0.12rem;
	}

	.tirajeh-cash-hero__heading-main {
		font-size: clamp(2.8rem, 13.5vw, 4.1rem);
	}

	.tirajeh-cash-hero__heading-accent {
		font-size: clamp(0.92rem, 4.25vw, 1.22rem);
		letter-spacing: 0.11em;
	}

	.tirajeh-home-hero__lede,
	.tirajeh-home-hero__lede p {
		max-width: none;
		font-size: 0.96rem;
		line-height: 1.7;
	}

	.tirajeh-section-heading .elementor-heading-title {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.tirajeh-site-header__inner,
	.home .tirajeh-site-header__inner {
		min-height: 68px;
		gap: 0.8rem;
		padding-top: 0.66rem;
		padding-bottom: 0.66rem;
	}

	.tirajeh-brand-mark--header {
		width: clamp(118px, 36vw, 140px);
	}

	.tirajeh-menu-toggle {
		width: 44px;
		height: 44px;
	}

	html.tirajeh-js .tirajeh-header-nav-shell {
		top: calc(100% + 0.4rem);
		left: var(--tirajeh-shell-side-gutter);
		right: var(--tirajeh-shell-side-gutter);
		max-height: calc(100dvh - 84px);
		border-radius: 24px;
	}

	.tirajeh-header-nav .elementor-nav-menu {
		padding: 0.32rem;
	}

	.tirajeh-header-nav .menu-item > a {
		min-height: 44px;
		padding: 0.72rem 0.9rem;
		font-size: 0.96rem;
	}

	.tirajeh-home-section__headline {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
	}

	.tirajeh-home-collection-grid,
	.tirajeh-home-showcase-preview__grid,
	.tirajeh-home-crafted__detail-grid,
	.tirajeh-home-feature-block,
	.tirajeh-home-studio-feature,
	.tirajeh-collections-story-grid,
	.tirajeh-about-values__grid,
	.tirajeh-collections-catalog__grid,
	.tirajeh-custom-process__grid,
	.tirajeh-custom-videos__grid,
	.tirajeh-custom-capabilities__grid,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.tirajeh-home-instagram__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.75rem;
	}

	.tirajeh-cash-hero__buy-columns,
	.tirajeh-cash-trust__grid,
	.tirajeh-cash-reviews__grid,
	.tirajeh-cash-payouts__grid,
	.tirajeh-cash-repair__inner {
		grid-template-columns: 1fr;
	}

	.tirajeh-cash-video__frame img {
		aspect-ratio: 16 / 10;
	}

	.tirajeh-cash-review-card {
		padding: 1rem 0.95rem 0.95rem;
	}

	.tirajeh-cash-payout {
		grid-template-columns: auto 1fr;
		justify-items: start;
		align-items: center;
		text-align: left;
	}

	.tirajeh-cash-payout img {
		width: 4.6rem;
		height: 4.6rem;
	}

	.tirajeh-product-search {
		flex-direction: column;
		align-items: stretch;
	}

	.tirajeh-product-search__button {
		width: 100%;
	}

	.tirajeh-home-showcase-preview {
		gap: 1.25rem;
	}

	.tirajeh-home-showcase-preview__grid {
		grid-template-columns: 1fr;
		gap: 0.95rem;
	}

	.tirajeh-home-showcase-card {
		gap: 0.65rem;
	}

	.tirajeh-home-showcase-card__body {
		align-items: center;
		text-align: center;
	}

	.tirajeh-home-showcase-card__media {
		aspect-ratio: 0.78;
		max-height: min(26rem, 96vw);
	}

	.tirajeh-home-showcase-card__media img {
		object-position: center 20%;
	}

	.tirajeh-home-showcase-card__title {
		font-size: clamp(1rem, 4.2vw, 1.18rem);
	}

	.tirajeh-home-showcase-card__copy {
		display: none;
	}

	.tirajeh-home-showcase-card__meta {
		justify-content: center;
		width: 100%;
	}

	.tirajeh-home-showcase-card__link {
		margin-inline: auto;
	}

	.tirajeh-home-showcase-preview__filters {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.7rem;
		margin-inline: 0;
		padding-inline: 0;
		overflow: visible;
		scroll-snap-type: none;
	}

	.tirajeh-home-showcase-preview__filter {
		flex: 0 1 calc(50% - 0.35rem);
		max-width: calc(50% - 0.35rem);
		justify-content: center;
		min-width: 0;
		min-height: 38px;
		padding: 0.58rem 0.78rem;
		font-size: 0.84rem;
		text-align: center;
		white-space: normal;
	}

	.tirajeh-home-testimonials__rail {
		width: 100%;
		padding-inline: 0;
	}

	.single-product div.product div.images {
		padding: 0.75rem;
	}

	.single-product div.product {
		width: min(100% - 16px, var(--tirajeh-content-width));
		gap: 1.15rem;
		padding-top: 0.8rem;
		padding-bottom: 3rem;
	}

	.single-product div.product div.images img {
		aspect-ratio: 1 / 1.04;
	}

	.single-product .tirajeh-product-summary__panel {
		gap: 0.95rem;
		padding: 1rem;
		border-radius: 22px;
	}

	.single-product div.product .product_title {
		max-width: none;
		font-size: clamp(2.2rem, 12vw, 3.2rem);
	}

	.single-product .tirajeh-product-summary__showroom-title {
		font-size: clamp(1.3rem, 7vw, 1.75rem);
	}

	.single-product .tirajeh-product-summary__showroom-points span {
		font-size: 0.68rem;
		padding: 0.46rem 0.62rem;
	}

	.single-product .tirajeh-inquiry-actions__contact {
		flex-direction: column;
		align-items: flex-start;
	}

	.tirajeh-home-testimonial-card {
		display: none;
		min-height: 0;
		opacity: 1;
		transform: none;
	}

	.tirajeh-home-testimonial-card.is-prev,
	.tirajeh-home-testimonial-card.is-next,
	.tirajeh-home-testimonial-card.is-edge,
	.tirajeh-home-testimonial-card.is-far {
		display: none;
	}

	.tirajeh-home-testimonial-card.is-active {
		display: flex;
		flex-basis: 100%;
		width: min(100%, 22rem);
		min-height: 23rem;
		margin-inline: auto;
		padding: 1.6rem 1.15rem 1.35rem;
		transform: none;
	}

	.tirajeh-home-testimonial-card__quote {
		padding: 1.3rem 0.8rem 0.65rem;
	}

	.tirajeh-home-testimonial-card__quote p {
		padding-inline: 0.2rem;
	}

	.tirajeh-home-crafted__inset {
		position: relative;
		left: auto;
		bottom: auto;
		width: min(62%, 240px);
		margin: -3.5rem 0 0 auto;
	}

	.tirajeh-home-banner__inner {
		min-height: 240px;
		padding: 1.25rem;
	}

	.tirajeh-home-faq {
		gap: 2rem;
	}

	.tirajeh-home-faq-row__answer {
		padding-right: 0;
	}

	.tirajeh-collections-catalog__body,
	.tirajeh-contact-showcase__intro,
	.tirajeh-legal-simple__inner {
		text-align: left;
	}

	.tirajeh-contact-showcase__meta,
	.tirajeh-legal-simple__contact {
		justify-content: flex-start;
	}

	.tirajeh-about-editorial__media,
	.tirajeh-contact-store__card img,
	.tirajeh-custom-spotlight__figure,
	.tirajeh-custom-video-card {
		min-height: 280px;
	}

	.tirajeh-about-editorial__media {
		display: grid;
		gap: 0.9rem;
		padding-inline-start: 0;
	}

	.tirajeh-about-editorial__label {
		position: static;
		order: -1;
		transform: none;
		writing-mode: horizontal-tb;
		font-size: 1rem;
		letter-spacing: 0.14em;
	}

	.tirajeh-about-moments__inner {
		min-height: 240px;
	}

	.tirajeh-legal-simple__inner > .tirajeh-section-heading,
	.tirajeh-collections-catalog__inner > .tirajeh-section-heading,
	.tirajeh-contact-store__inner > .tirajeh-section-heading,
	.tirajeh-custom-process__inner > .tirajeh-section-heading,
	.tirajeh-custom-capabilities__inner > .tirajeh-section-heading {
		justify-self: start;
		text-align: left;
	}

	.tirajeh-collections-catalog__lede,
	.tirajeh-contact-showcase__lede,
	.tirajeh-legal-simple__lede,
	.tirajeh-custom-videos__lede {
		margin-inline: 0;
	}

	.tirajeh-about-brand-card__meta,
	.tirajeh-about-showroom__details,
	.tirajeh-contact-showroom__details,
	.tirajeh-contact-panel__details,
	.tirajeh-contact-hero__meta {
		flex-direction: column;
		align-items: flex-start;
	}

	.tirajeh-contact-map-card__embed iframe {
		min-height: 280px;
	}

	.tirajeh-thank-you__panel-card {
		padding: 1.2rem;
	}

	.tirajeh-contact-form__quicklinks {
		flex-direction: column;
		align-items: flex-start;
	}

	.tirajeh-contact-form__input,
	.tirajeh-contact-form__textarea,
	.woocommerce .woocommerce-ordering select {
		font-size: 16px;
	}

	.tirajeh-contact-form__submit {
		width: 100%;
	}

	.tirajeh-collections-editorial__media {
		min-height: 420px;
	}

	.tirajeh-collections-editorial__inset {
		left: 0;
		width: 48%;
	}

	.tirajeh-collections-editorial__service-list {
		left: 1rem;
		right: 1rem;
		bottom: 1rem;
		width: auto;
	}

	.tirajeh-archive-artboard {
		min-height: 420px;
	}

	.tirajeh-archive-sidebar {
		padding: 1rem;
		gap: 0.9rem;
	}

	.tirajeh-archive-filter-list {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.tirajeh-archive-filter-list::-webkit-scrollbar {
		display: none;
	}

	.tirajeh-archive-filter-list__link {
		flex: 0 0 auto;
	}

	.tirajeh-archive-artboard__primary {
		width: 100%;
		height: 300px;
	}

	.tirajeh-archive-artboard__secondary {
		width: 42%;
		height: 150px;
		border-width: 6px;
	}

	.tirajeh-archive-artboard__card {
		left: 1rem;
		right: 1rem;
		bottom: 1rem;
		width: auto;
	}

	.tirajeh-archive-filter-list__link,
	.tirajeh-archive-price-list__link {
		font-size: 0.88rem;
	}

	.tirajeh-archive-toolbar {
		gap: 0.85rem;
		margin-bottom: 1rem;
	}

	.tirajeh-archive-toolbar__title {
		font-size: clamp(2rem, 10vw, 2.8rem);
	}

	.woocommerce ul.products li.product {
		grid-column: 1 / -1;
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products {
		gap: 1.35rem;
	}

	.woocommerce #content ul.products li.product,
	.woocommerce ul.products li.product,
	.woocommerce-page #content ul.products li.product,
	.woocommerce-page ul.products li.product {
		float: none !important;
		width: 100% !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		clear: none !important;
	}

	.tirajeh-button-row {
		flex-direction: column;
		align-items: stretch;
	}

	.tirajeh-button-row > * {
		width: 100%;
	}

	.tirajeh-collection-card,
	.tirajeh-feature-card,
	.tirajeh-faq-card,
	.tirajeh-card-grid--double > *,
	.tirajeh-card-grid--triple > *,
	.tirajeh-card-grid--quad > * {
		grid-column: 1 / -1;
	}

	.tirajeh-site-footer__social-group {
		gap: 0.75rem;
	}

	.tirajeh-site-footer__bottom {
		align-items: flex-start;
	}

	.tirajeh-footer-nav {
		width: 100%;
	}

	.tirajeh-footer-nav .elementor-nav-menu,
	.tirajeh-footer-nav .menu {
		margin: 0;
		padding: 0;
		justify-content: flex-start;
	}

	.tirajeh-site-footer {
		padding: 2rem 0 2.6rem;
	}

	.tirajeh-site-footer__top {
		gap: 1.6rem;
	}

	.tirajeh-site-footer__brand {
		gap: 2rem;
	}

	.tirajeh-site-footer__heading .elementor-heading-title {
		font-size: clamp(2rem, 11vw, 2.6rem);
	}

	.woocommerce ul.products li.product {
		grid-column: 1 / -1;
	}

	.tirajeh-product-specs__grid {
		grid-template-columns: 1fr;
	}

	.tirajeh-product-detail-band {
		padding: 1.1rem;
		border-radius: 24px;
	}

	.tirajeh-product-detail-band__title {
		font-size: clamp(1.7rem, 9vw, 2.3rem);
		max-width: none;
	}

	.tirajeh-product-detail-band__card {
		padding: 1.05rem;
		border-radius: 20px;
	}

	.tirajeh-product-detail-band__card--dark h3 {
		font-size: clamp(1.35rem, 7vw, 1.7rem);
	}

	.tirajeh-product-detail-band__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.single-product .woocommerce div.product a.button.tirajeh-inquiry-button,
	.single-product .woocommerce-page div.product a.button.tirajeh-inquiry-button,
	.single-product a.button.tirajeh-inquiry-button,
	.single-product .woocommerce div.product a.button.tirajeh-product-link,
	.single-product .woocommerce-page div.product a.button.tirajeh-product-link,
	.single-product a.button.tirajeh-product-link,
	.single-product .tirajeh-inquiry-link {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		white-space: normal;
	}

	.tirajeh-contact-modal__dialog {
		width: min(100%, 560px);
		max-height: min(100vh - 1rem, 92vh);
		border-radius: 26px;
	}

	.tirajeh-contact-modal__surface {
		padding: 0.55rem;
		border-radius: 26px;
	}

	.tirajeh-contact-modal__close {
		top: 0.25rem;
		right: 0.25rem;
		width: 38px;
		height: 38px;
	}

	.single-product div.product,
	.single-product .woocommerce-notices-wrapper,
	.single-product .related.products,
	.single-product .woocommerce-tabs,
	.single-product .product_meta {
		width: min(100% - 16px, var(--tirajeh-content-width));
	}
}
