/*
Theme Name:     ZHUUZH About
Theme URI:      https://about.zhuuzh.com
Description:    Bespoke Astra child theme for the official ZHUUZH story and identity website.
Author:         ZHUUZH
Author URI:     https://about.zhuuzh.com
Template:       astra
Version:        0.3.0
Text Domain:    zhuuzh-about
*/

:root {
	--z-navy: #081424;
	--z-navy-soft: #10233a;
	--z-ink: #171a1f;
	--z-gold: #bd9854;
	--z-gold-light: #dbc18e;
	--z-ivory: #f3eee4;
	--z-paper: #fbf8f1;
	--z-white: #fffdf8;
	--z-muted: #777269;
	--z-line: rgba(17, 22, 31, 0.14);
	--z-orange: #d85c22;
	--z-violet: #35226e;
	--z-green: #13705c;
	--z-shell: min(1180px, calc(100vw - 48px));
	--z-serif-fa: "Noto Naskh Arabic", "B Nazanin", Georgia, serif;
	--z-sans-fa: "Vazirmatn", "IRANSansX", Tahoma, Arial, sans-serif;
}

html {
	scroll-behavior: smooth;
}

body.zhuuzh-about-home {
	margin: 0;
	background: var(--z-paper);
	color: var(--z-ink);
	font-family: var(--z-sans-fa);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.9;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.zhuuzh-about-home *,
.zhuuzh-about-home *::before,
.zhuuzh-about-home *::after {
	box-sizing: border-box;
}

.zhuuzh-about-home a {
	color: inherit;
	text-decoration: none;
}

.zhuuzh-about-home h1,
.zhuuzh-about-home h2,
.zhuuzh-about-home h3,
.zhuuzh-about-home p {
	margin-top: 0;
}

.z-shell {
	width: var(--z-shell);
	margin-inline: auto;
}

.z-skip-link {
	position: fixed;
	inset: 12px auto auto 12px;
	z-index: 9999;
	padding: 10px 16px;
	background: var(--z-white);
	color: var(--z-navy);
	transform: translateY(-160%);
}

.z-skip-link:focus {
	transform: none;
}

.z-site-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 100;
	color: var(--z-white);
	border-bottom: 1px solid transparent;
	transition: background-color 240ms ease, border-color 240ms ease, backdrop-filter 240ms ease;
}

.z-site-header.is-scrolled {
	background: rgba(8, 20, 36, 0.9);
	border-color: rgba(255, 255, 255, 0.1);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}

.z-header-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	min-height: 86px;
	gap: 36px;
}

.z-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
}

.z-brand-mark {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid var(--z-gold);
	border-radius: 50%;
	color: var(--z-gold-light);
	font-family: var(--z-serif-fa);
	font-size: 21px;
}

.z-brand-name {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.22em;
}

.z-primary-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: clamp(18px, 2.1vw, 34px);
	font-size: 13px;
	color: rgba(255, 255, 255, 0.76);
}

.z-primary-nav a,
.z-site-footer nav a {
	transition: color 180ms ease;
}

.z-primary-nav a:hover,
.z-primary-nav a:focus-visible,
.z-site-footer nav a:hover,
.z-site-footer nav a:focus-visible {
	color: var(--z-gold-light);
}

.z-header-cta {
	padding: 10px 18px;
	border: 1px solid rgba(219, 193, 142, 0.75);
	font-size: 12px;
	color: var(--z-gold-light);
	transition: background 180ms ease, color 180ms ease;
}

.z-header-cta:hover,
.z-header-cta:focus-visible {
	background: var(--z-gold);
	color: var(--z-navy);
}

.z-menu-toggle {
	display: none;
}

.z-hero {
	position: relative;
	min-height: 100svh;
	overflow: hidden;
	background:
		radial-gradient(circle at 72% 32%, rgba(189, 152, 84, 0.13), transparent 30%),
		linear-gradient(135deg, #07111e 0%, var(--z-navy) 52%, #0c1c2d 100%);
	color: var(--z-white);
}

.z-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to left, #000, transparent 76%);
	pointer-events: none;
}

.z-hero-glow {
	position: absolute;
	width: 520px;
	height: 520px;
	inset: 20% auto auto -300px;
	border: 1px solid rgba(189, 152, 84, 0.15);
	border-radius: 50%;
}

.z-hero-glow::after {
	content: "";
	position: absolute;
	inset: 60px;
	border: 1px solid rgba(189, 152, 84, 0.09);
	border-radius: inherit;
}

.z-hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.74fr);
	align-items: center;
	gap: clamp(54px, 8vw, 120px);
	min-height: 100svh;
	padding-block: 150px 90px;
}

.z-eyebrow {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 25px;
	color: var(--z-gold-light);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.09em;
}

.z-eyebrow::before {
	content: "";
	width: 42px;
	height: 1px;
	background: currentColor;
}

.z-eyebrow--dark {
	color: #896927;
}

.z-hero h1 {
	max-width: 720px;
	margin-bottom: 28px;
	font-family: var(--z-serif-fa);
	font-size: clamp(58px, 7.2vw, 106px);
	font-weight: 400;
	line-height: 1.06;
	letter-spacing: -0.045em;
}

.z-hero h1 em {
	color: var(--z-gold-light);
	font-weight: 400;
}

.z-hero-lead {
	max-width: 650px;
	margin-bottom: 36px;
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(16px, 1.35vw, 20px);
	line-height: 2;
}

.z-actions {
	display: flex;
	align-items: center;
	gap: 26px;
}

.z-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 12px 28px;
	border: 1px solid transparent;
	font-size: 13px;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.z-button:hover,
.z-button:focus-visible {
	transform: translateY(-2px);
}

.z-button--gold {
	background: var(--z-gold);
	color: var(--z-navy);
}

.z-button--gold:hover,
.z-button--gold:focus-visible {
	background: var(--z-gold-light);
}

.z-button--outline {
	border-color: rgba(255,255,255,.35);
	color: var(--z-white);
}

.z-button--outline:hover,
.z-button--outline:focus-visible {
	border-color: var(--z-gold-light);
	color: var(--z-gold-light);
}

.z-text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
}

.z-text-link span {
	color: var(--z-gold-light);
	font-size: 19px;
	transition: transform 180ms ease;
}

.z-text-link:hover span {
	transform: translateX(-4px);
}

.z-text-link--dark {
	color: var(--z-ink);
}

.z-hero-signature {
	margin-top: 54px;
	margin-bottom: 0;
	color: rgba(255,255,255,.36);
	font-family: Georgia, serif;
	font-size: 10px;
	letter-spacing: .32em;
}

.z-hero-object {
	position: relative;
	max-width: 450px;
	justify-self: end;
}

.z-object-frame {
	position: relative;
	min-height: min(68vh, 680px);
	overflow: hidden;
	border: 1px solid rgba(219, 193, 142, 0.35);
	background: #e8dfce;
	box-shadow: 0 42px 100px rgba(0, 0, 0, 0.33);
}

.z-object-frame::before,
.z-object-frame::after {
	content: "";
	position: absolute;
	z-index: 2;
	pointer-events: none;
}

.z-object-frame::before {
	inset: 18px;
	border: 1px solid rgba(8, 20, 36, 0.18);
}

.z-object-frame::after {
	inset: 0;
	background: linear-gradient(to top, rgba(8,20,36,.86), transparent 42%);
}

.z-object-pattern {
	position: absolute;
	width: 55%;
	height: 78%;
	inset: 8% auto auto 22%;
	border-radius: 45% 45% 35% 46% / 18% 30% 67% 75%;
	background:
		repeating-linear-gradient(10deg, transparent 0 12px, rgba(255,255,255,.08) 13px 15px),
		repeating-linear-gradient(90deg, var(--z-violet) 0 20px, var(--z-orange) 21px 30px, var(--z-violet) 31px 46px, var(--z-green) 47px 54px);
	box-shadow: 24px 34px 38px rgba(15,16,17,.25);
	transform: rotate(-4deg);
	filter: saturate(.86);
}

.z-object-pattern::before {
	content: "";
	position: absolute;
	inset: 8% 12%;
	border: 5px double rgba(239, 126, 31, 0.75);
	border-radius: inherit;
}

.z-object-caption {
	position: absolute;
	z-index: 3;
	inset: auto 36px 30px;
	display: flex;
	flex-direction: column;
	color: var(--z-white);
}

.z-object-caption span {
	color: var(--z-gold-light);
	font-size: 11px;
}

.z-object-caption strong {
	font-family: var(--z-serif-fa);
	font-size: 22px;
	font-weight: 400;
}

.z-image-note {
	margin: 12px 0 0;
	color: rgba(255,255,255,.38);
	font-size: 10px;
	text-align: center;
}

.z-scroll-cue {
	position: absolute;
	z-index: 3;
	inset: auto 50% 22px auto;
	width: 26px;
	height: 44px;
	border: 1px solid rgba(255,255,255,.26);
	border-radius: 20px;
}

.z-scroll-cue span {
	position: absolute;
	inset: 9px 50% auto auto;
	width: 3px;
	height: 7px;
	border-radius: 4px;
	background: var(--z-gold-light);
	transform: translateX(50%);
	animation: z-scroll 1.8s ease-in-out infinite;
}

@keyframes z-scroll {
	0%, 100% { opacity: .25; transform: translate(50%, 0); }
	50% { opacity: 1; transform: translate(50%, 10px); }
}

.z-section {
	position: relative;
	padding-block: clamp(90px, 11vw, 160px);
}

.z-section h2 {
	font-family: var(--z-serif-fa);
	font-size: clamp(40px, 5vw, 72px);
	font-weight: 400;
	line-height: 1.28;
	letter-spacing: -0.035em;
}

.z-section-heading--split {
	display: grid;
	grid-template-columns: 1fr .88fr;
	gap: clamp(50px, 10vw, 150px);
	align-items: start;
}

.z-mission {
	background: var(--z-paper);
}

.z-heading-copy {
	padding-top: 45px;
	color: #504d47;
	font-size: 17px;
}

.z-heading-copy .z-kicker {
	margin-bottom: 22px;
	color: var(--z-ink);
	font-family: var(--z-serif-fa);
	font-size: 30px;
}

.z-pillars {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 90px;
	border-block: 1px solid var(--z-line);
}

.z-pillar {
	position: relative;
	min-height: 300px;
	padding: 42px clamp(24px, 3.4vw, 52px);
	border-inline-start: 1px solid var(--z-line);
}

.z-pillar:last-child {
	border-inline-end: 1px solid var(--z-line);
}

.z-pillar-number {
	color: #947436;
	font-family: Georgia, serif;
	font-size: 12px;
	letter-spacing: .12em;
}

.z-pillar h3 {
	margin: 55px 0 16px;
	font-family: var(--z-serif-fa);
	font-size: 29px;
	font-weight: 400;
}

.z-pillar p {
	margin: 0;
	color: var(--z-muted);
	font-size: 14px;
	line-height: 2;
}

.z-story {
	overflow: hidden;
	background: var(--z-navy);
	color: var(--z-white);
}

.z-story::after {
	content: "";
	position: absolute;
	width: 520px;
	height: 520px;
	inset: auto -300px -280px auto;
	border: 1px solid rgba(189,152,84,.12);
	border-radius: 50%;
}

.z-story-grid {
	display: grid;
	grid-template-columns: .82fr 1.12fr;
	gap: clamp(55px, 10vw, 150px);
	align-items: center;
}

.z-story-visual {
	position: relative;
	min-height: 670px;
}

.z-story-art {
	position: absolute;
	overflow: hidden;
	border: 1px solid rgba(219,193,142,.35);
	background:
		repeating-linear-gradient(35deg, transparent 0 10px, rgba(255,255,255,.07) 11px 13px),
		repeating-linear-gradient(90deg, #24165b 0 18px, #d45d25 19px 29px, #201950 30px 43px, #146951 44px 50px);
}

.z-story-art::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(145deg, rgba(255,255,255,.12), transparent 35%, rgba(0,0,0,.28));
}

.z-story-art--one {
	inset: 0 0 90px 23%;
}

.z-story-art--two {
	width: 58%;
	height: 42%;
	inset: auto auto 0 0;
	box-shadow: 20px 24px 50px rgba(0,0,0,.34);
}

.z-story-visual > p {
	position: absolute;
	z-index: 2;
	inset: auto 18px 112px auto;
	margin: 0;
	color: var(--z-white);
	font-size: 12px;
	line-height: 1.8;
}

.z-story-visual > p span {
	color: var(--z-gold-light);
}

.z-story-copy h2 {
	margin-bottom: 33px;
	color: var(--z-white);
	font-size: clamp(42px, 4.4vw, 68px);
}

.z-story-copy > p {
	color: rgba(255,255,255,.65);
	font-size: 15px;
	line-height: 2.12;
}

.z-story-copy .z-story-intro {
	color: var(--z-white);
	font-family: var(--z-serif-fa);
	font-size: 23px;
}

.z-story-copy strong {
	color: var(--z-gold-light);
	font-weight: 500;
}

.z-story-copy blockquote {
	position: relative;
	margin: 38px 0 0;
	padding: 27px 32px 27px 0;
	border: 0;
	border-right: 1px solid var(--z-gold);
	color: var(--z-gold-light);
	font-family: var(--z-serif-fa);
	font-size: 21px;
	font-style: normal;
	line-height: 1.85;
}

.z-provenance {
	background: var(--z-ivory);
}

.z-section-heading--center {
	max-width: 780px;
	margin-inline: auto;
	text-align: center;
}

.z-section-heading--center .z-eyebrow {
	justify-content: center;
}

.z-section-heading--center .z-eyebrow::after {
	content: "";
	width: 42px;
	height: 1px;
	background: currentColor;
}

.z-section-heading--center > p:last-child {
	max-width: 620px;
	margin: 22px auto 0;
	color: var(--z-muted);
}

.z-provenance-layout {
	display: grid;
	grid-template-columns: 1fr .78fr;
	align-items: center;
	gap: clamp(55px, 9vw, 130px);
	margin-top: 90px;
}

.z-identity-list article {
	position: relative;
	padding: 8px 0 34px;
	border-bottom: 1px solid var(--z-line);
}

.z-identity-list article + article {
	padding-top: 34px;
}

.z-identity-list span {
	color: #8c6e31;
	font-size: 11px;
}

.z-identity-list h3 {
	margin: 7px 0;
	font-family: var(--z-serif-fa);
	font-size: 25px;
	font-weight: 400;
}

.z-identity-list p {
	margin: 0;
	color: var(--z-muted);
	font-size: 14px;
}

.z-passport-card {
	position: relative;
	overflow: hidden;
	padding: 34px;
	background: var(--z-navy);
	color: var(--z-white);
	box-shadow: 0 38px 75px rgba(27, 25, 20, 0.2);
}

.z-passport-card::after {
	content: "";
	position: absolute;
	width: 280px;
	height: 280px;
	inset: -160px auto auto -150px;
	border: 1px solid rgba(189,152,84,.15);
	border-radius: 50%;
}

.z-passport-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(255,255,255,.14);
	color: var(--z-gold-light);
}

.z-passport-top span {
	font-family: Georgia, serif;
	font-size: 13px;
	letter-spacing: .2em;
}

.z-passport-top small {
	font-size: 10px;
}

.z-passport-emblem {
	display: grid;
	place-items: center;
	width: 90px;
	height: 90px;
	margin: 42px auto 28px;
	border: 1px solid var(--z-gold);
	border-radius: 50%;
	color: var(--z-gold-light);
	font-family: var(--z-serif-fa);
	font-size: 48px;
}

.z-passport-card > h3 {
	margin-bottom: 30px;
	font-family: var(--z-serif-fa);
	font-size: 28px;
	font-weight: 400;
	text-align: center;
}

.z-passport-card dl {
	margin: 0;
}

.z-passport-card dl > div {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding: 11px 0;
	border-top: 1px solid rgba(255,255,255,.09);
}

.z-passport-card dt {
	color: rgba(255,255,255,.45);
	font-size: 11px;
}

.z-passport-card dd {
	margin: 0;
	font-size: 12px;
}

.z-passport-code {
	margin: 28px 0 0;
	color: rgba(255,255,255,.32);
	font-family: Georgia, serif;
	font-size: 9px;
	letter-spacing: .2em;
	text-align: center;
}

.z-trust {
	background: #0b192a;
	color: var(--z-white);
}

.z-trust-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(60px, 11vw, 160px);
}

.z-trust h2 {
	max-width: 620px;
	color: var(--z-white);
}

.z-trust-copy > p {
	margin-bottom: 45px;
	color: rgba(255,255,255,.6);
	font-size: 17px;
}

.z-trust-copy ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid rgba(255,255,255,.12);
}

.z-trust-copy li {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 17px 0;
	border-bottom: 1px solid rgba(255,255,255,.12);
	color: rgba(255,255,255,.83);
}

.z-trust-copy li span {
	color: var(--z-gold-light);
	font-family: Georgia, serif;
	font-size: 10px;
}

.z-world {
	overflow: hidden;
	background: var(--z-paper);
}

.z-world-grid {
	display: grid;
	grid-template-columns: 1fr .8fr;
	align-items: center;
	gap: clamp(50px, 10vw, 150px);
}

.z-world-copy > p:not(.z-eyebrow) {
	max-width: 630px;
	margin-bottom: 31px;
	color: var(--z-muted);
	font-size: 17px;
}

.z-world-orbit {
	position: relative;
	width: min(36vw, 430px);
	aspect-ratio: 1;
	justify-self: center;
}

.z-orbit {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(8,20,36,.19);
	border-radius: 50%;
}

.z-orbit--two {
	inset: 21%;
	border-color: rgba(189,152,84,.45);
}

.z-orbit-center {
	position: absolute;
	inset: 50% auto auto 50%;
	display: grid;
	place-items: center;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	background: var(--z-navy);
	color: var(--z-gold-light);
	font-family: Georgia, serif;
	font-size: 22px;
	letter-spacing: .08em;
	transform: translate(-50%, -50%);
	box-shadow: 0 18px 40px rgba(8,20,36,.2);
}

.z-orbit-point {
	position: absolute;
	width: 10px;
	height: 10px;
	border: 2px solid var(--z-paper);
	border-radius: 50%;
	background: var(--z-gold);
	box-shadow: 0 0 0 1px var(--z-gold);
}

.z-orbit-point--one { inset: 8% 25% auto auto; }
.z-orbit-point--two { inset: auto auto 20% 6%; }
.z-orbit-point--three { inset: 42% 20% auto auto; }

.z-founder {
	background: var(--z-ivory);
}

.z-founder-grid {
	display: grid;
	grid-template-columns: .76fr 1fr;
	align-items: center;
	gap: clamp(55px, 10vw, 150px);
}

.z-founder-portrait {
	position: relative;
	display: flex;
	align-items: end;
	justify-content: center;
	min-height: 580px;
	overflow: hidden;
	padding: 24px;
	background:
		radial-gradient(circle at 50% 35%, rgba(189,152,84,.25), transparent 25%),
		linear-gradient(145deg, #15263a, #07111e);
	color: rgba(255,255,255,.42);
	font-size: 11px;
}

.z-founder-portrait::before {
	content: "ژ";
	position: absolute;
	inset: 50% auto auto 50%;
	color: rgba(219,193,142,.13);
	font-family: var(--z-serif-fa);
	font-size: 240px;
	transform: translate(-50%, -50%);
}

.z-founder-copy > p:not(.z-eyebrow):not(.z-founder-role) {
	max-width: 620px;
	color: var(--z-muted);
	font-size: 16px;
}

.z-founder-copy .z-founder-role {
	margin: -8px 0 28px;
	color: #8c6e31;
	font-size: 13px;
}

.z-founder-meta {
	display: flex;
	gap: 70px;
	margin: 36px 0 28px;
	padding-block: 22px;
	border-block: 1px solid var(--z-line);
}

.z-founder-meta div {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.z-founder-meta span {
	color: var(--z-muted);
	font-size: 11px;
}

.z-founder-meta strong {
	font-family: var(--z-serif-fa);
	font-size: 25px;
	font-weight: 400;
}

.z-email {
	display: inline-block;
	direction: ltr;
	border-bottom: 1px solid #a27e3b;
	color: #75571f;
	font-family: Georgia, serif;
	font-size: 15px;
}

.z-collaboration {
	position: relative;
	overflow: hidden;
	padding-block: clamp(100px, 13vw, 185px);
	background: var(--z-navy);
	color: var(--z-white);
	text-align: center;
}

.z-collaboration::before,
.z-collaboration::after {
	content: "";
	position: absolute;
	width: 500px;
	height: 500px;
	border: 1px solid rgba(189,152,84,.11);
	border-radius: 50%;
}

.z-collaboration::before { inset: -360px auto auto -160px; }
.z-collaboration::after { inset: auto -220px -380px auto; }

.z-collaboration-inner {
	position: relative;
	z-index: 2;
	max-width: 900px;
}

.z-collaboration .z-eyebrow {
	justify-content: center;
}

.z-collaboration .z-eyebrow::after {
	content: "";
	width: 42px;
	height: 1px;
	background: currentColor;
}

.z-collaboration h2 {
	margin-bottom: 24px;
	color: var(--z-white);
	font-family: var(--z-serif-fa);
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 400;
	line-height: 1.4;
}

.z-collaboration-inner > p:not(.z-eyebrow) {
	max-width: 680px;
	margin: 0 auto 37px;
	color: rgba(255,255,255,.58);
}

.z-actions--center {
	justify-content: center;
}

.z-site-footer {
	padding-block: 55px;
	background: #050d17;
	color: rgba(255,255,255,.52);
}

.z-footer-grid {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 30px;
}

.z-footer-brand .z-brand-name {
	color: var(--z-white);
}

.z-footer-brand p {
	margin: 4px 0 0;
	color: var(--z-gold-light);
	font-size: 10px;
}

.z-site-footer nav {
	display: flex;
	gap: 24px;
	font-size: 11px;
}

.z-copyright {
	justify-self: end;
	margin: 0;
	font-family: Georgia, serif;
	font-size: 10px;
	letter-spacing: .11em;
}

@media (max-width: 1024px) {
	:root { --z-shell: min(100% - 40px, 920px); }
	.z-header-inner { grid-template-columns: auto auto 1fr; }
	.z-menu-toggle {
		display: inline-flex;
		align-items: center;
		gap: 10px;
		padding: 8px;
		border: 0;
		background: transparent;
		color: var(--z-white);
		font-family: inherit;
		font-size: 11px;
		cursor: pointer;
	}
	.z-menu-icon { display: grid; gap: 5px; width: 20px; }
	.z-menu-icon i { display: block; width: 100%; height: 1px; background: currentColor; transition: transform 180ms ease; }
	.z-menu-toggle[aria-expanded="true"] .z-menu-icon i:first-child { transform: translateY(3px) rotate(45deg); }
	.z-menu-toggle[aria-expanded="true"] .z-menu-icon i:last-child { transform: translateY(-3px) rotate(-45deg); }
	.z-primary-nav {
		position: absolute;
		inset: 86px 20px auto;
		display: none;
		align-items: stretch;
		padding: 24px;
		background: rgba(8,20,36,.98);
		border: 1px solid rgba(255,255,255,.12);
	}
	.z-primary-nav.is-open { display: grid; }
	.z-primary-nav a { padding: 8px 0; }
	.z-header-cta { justify-self: end; }
	.z-hero-grid { grid-template-columns: 1fr .72fr; gap: 45px; }
	.z-hero h1 { font-size: clamp(55px, 8vw, 82px); }
	.z-object-frame { min-height: 560px; }
	.z-story-visual { min-height: 560px; }
	.z-footer-grid { grid-template-columns: 1fr 1fr; }
	.z-site-footer nav { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 760px) {
	:root { --z-shell: calc(100% - 32px); }
	body.z-menu-open { overflow: hidden; }
	.z-header-inner { min-height: 74px; gap: 12px; }
	.z-brand-name { font-size: 15px; }
	.z-brand-mark { width: 30px; height: 30px; font-size: 18px; }
	.z-menu-label { display: none; }
	.z-primary-nav { top: 74px; }
	.z-header-cta { padding: 8px 11px; font-size: 10px; }
	.z-hero-grid,
	.z-section-heading--split,
	.z-story-grid,
	.z-provenance-layout,
	.z-trust-grid,
	.z-world-grid,
	.z-founder-grid {
		grid-template-columns: 1fr;
	}
	.z-hero-grid { padding-block: 125px 90px; }
	.z-hero-copy { order: 1; }
	.z-hero-object { order: 2; width: 88%; justify-self: center; margin-top: 30px; }
	.z-object-frame { min-height: 560px; }
	.z-scroll-cue { display: none; }
	.z-section { padding-block: 86px; }
	.z-section h2 { font-size: clamp(38px, 12vw, 55px); }
	.z-heading-copy { padding-top: 0; }
	.z-pillars { grid-template-columns: 1fr; margin-top: 58px; }
	.z-pillar { min-height: 0; border-inline: 0; border-bottom: 1px solid var(--z-line); }
	.z-pillar:last-child { border-inline-end: 0; border-bottom: 0; }
	.z-pillar h3 { margin-top: 28px; }
	.z-story-visual { min-height: 500px; order: 2; }
	.z-story-copy { order: 1; }
	.z-story-copy blockquote { font-size: 18px; }
	.z-provenance-layout { margin-top: 60px; }
	.z-passport-card { padding: 28px 22px; }
	.z-world-copy { order: 1; }
	.z-world-orbit { order: 2; width: min(88vw, 380px); margin-top: 25px; }
	.z-founder-portrait { min-height: 470px; order: 2; }
	.z-founder-copy { order: 1; }
	.z-founder-meta { gap: 40px; }
	.z-actions { flex-wrap: wrap; }
	.z-actions--center { gap: 13px; }
	.z-footer-grid { grid-template-columns: 1fr; text-align: center; }
	.z-site-footer nav { grid-column: auto; grid-row: auto; justify-content: center; flex-wrap: wrap; }
	.z-copyright { justify-self: center; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.z-site-header,
	.z-scroll-cue,
	.z-collaboration,
	.z-site-footer { display: none !important; }
	.z-hero,
	.z-story,
	.z-trust { background: #fff !important; color: #000 !important; }
}

/* ZHUUZH_IRANSANSX_LOCAL_V1 */
@font-face {
	font-family: "ZHUUZH IRANSansX";
	src:
		url("assets/fonts/IRANSansX-Regular.woff2") format("woff2"),
		url("assets/fonts/IRANSansX-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "ZHUUZH IRANSansX";
	src:
		url("assets/fonts/IRANSansX-UltraLight.woff2") format("woff2"),
		url("assets/fonts/IRANSansX-UltraLight.woff") format("woff");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

:root {
	--z-serif-fa: "ZHUUZH IRANSansX", Tahoma, Arial, sans-serif;
	--z-sans-fa: "ZHUUZH IRANSansX", Tahoma, Arial, sans-serif;
}

body.zhuuzh-about-site,
.zhuuzh-about-site button,
.zhuuzh-about-site input,
.zhuuzh-about-site textarea,
.zhuuzh-about-site select {
	font-family: var(--z-sans-fa);
}

body.zhuuzh-about-site {
	margin: 0;
	background: var(--z-paper);
	color: var(--z-ink);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.9;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.zhuuzh-about-site *,
.zhuuzh-about-site *::before,
.zhuuzh-about-site *::after {
	box-sizing: border-box;
}

.zhuuzh-about-site a {
	color: inherit;
	text-decoration: none;
}

.zhuuzh-about-site h1,
.zhuuzh-about-site h2,
.zhuuzh-about-site h3,
.zhuuzh-about-site p {
	margin-top: 0;
}

.z-hero h1,
.z-section h2,
.z-collaboration h2 {
	font-family: var(--z-serif-fa);
	font-weight: 200;
	line-height: 1.4;
	letter-spacing: -0.035em;
}

.z-story-copy .z-story-intro,
.z-story-copy blockquote,
.z-heading-copy .z-kicker,
.z-pillar h3,
.z-identity-list h3,
.z-passport-card > h3,
.z-object-caption strong,
.z-founder-meta strong {
	font-family: var(--z-sans-fa);
	font-weight: 400;
}

/* ZHUUZH_LAYOUT_REFINEMENT_V1 */
.z-hero h1 {
	color: rgba(255, 253, 248, 0.96) !important;
}

.z-hero h1 em {
	color: var(--z-gold-light) !important;
	font-weight: 200;
}

.z-mission #mission-title {
	max-width: 650px;
	font-size: clamp(44px, 4vw, 62px);
	line-height: 1.55;
}

#ast-scroll-top,
.ast-scroll-to-top-left,
.ast-scroll-to-top-right,
.ast-scroll-top-icon {
	display: none !important;
}

/* Dynamic WordPress navigation. */
.z-primary-nav {
	min-width: 0;
}

.z-primary-menu,
.z-primary-menu .sub-menu,
.z-footer-menu,
.z-legal-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.z-primary-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(12px, 1.25vw, 22px);
	white-space: nowrap;
}

.z-primary-menu > li {
	position: relative;
}

.z-primary-menu > li > a {
	display: block;
	padding-block: 11px;
	font-size: 11px;
}

.z-primary-menu .sub-menu {
	position: absolute;
	inset: calc(100% + 10px) 0 auto auto;
	min-width: 235px;
	padding: 13px 18px;
	background: rgba(8, 20, 36, 0.98);
	border: 1px solid rgba(255, 255, 255, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.z-primary-menu .sub-menu a {
	display: block;
	padding: 8px 0;
	font-size: 11px;
}

.z-primary-menu li:hover > .sub-menu,
.z-primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: none;
}

/* Shared dynamic footer. */
.z-footer-top,
.z-footer-bottom {
	display: grid;
	grid-template-columns: minmax(180px, .35fr) 1fr;
	align-items: start;
	gap: 45px;
}

.z-footer-top {
	padding-bottom: 38px;
}

.z-footer-bottom {
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.z-footer-menu,
.z-legal-menu {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 10px 24px;
	font-size: 11px;
}

.z-legal-menu {
	justify-content: flex-start;
	color: rgba(255,255,255,.42);
	font-size: 10px;
}

.z-footer-bottom .z-copyright {
	grid-column: 1;
	grid-row: 1;
	justify-self: start;
}

.z-footer-bottom .z-legal-navigation {
	grid-column: 2;
}

/* Inner mother pages. */
.z-inner-page {
	min-height: 70vh;
	background: var(--z-paper);
}

.z-page-hero {
	position: relative;
	overflow: hidden;
	min-height: 580px;
	padding-block: 170px 105px;
	background:
		radial-gradient(circle at 20% 25%, rgba(189, 152, 84, 0.12), transparent 25%),
		linear-gradient(135deg, #07111e 0%, var(--z-navy) 58%, #10233a 100%);
	color: var(--z-white);
}

.z-page-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to left, #000, transparent 82%);
	pointer-events: none;
}

.z-page-hero-glow {
	position: absolute;
	width: 500px;
	height: 500px;
	inset: -260px auto auto -170px;
	border: 1px solid rgba(189,152,84,.13);
	border-radius: 50%;
}

.z-page-hero-inner {
	position: relative;
	z-index: 2;
}

.z-breadcrumb {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 60px;
	color: rgba(255,255,255,.38);
	font-size: 10px;
}

.z-breadcrumb a:hover,
.z-breadcrumb a:focus-visible {
	color: var(--z-gold-light);
}

.z-page-hero h1 {
	max-width: 920px;
	margin-bottom: 24px;
	color: var(--z-white);
	font-family: var(--z-serif-fa);
	font-size: clamp(54px, 7vw, 96px);
	font-weight: 200;
	line-height: 1.3;
	letter-spacing: -.035em;
}

.z-page-lead {
	max-width: 700px;
	margin: 0;
	color: rgba(255,255,255,.62);
	font-size: clamp(15px, 1.5vw, 19px);
	line-height: 2;
}

.z-page-body {
	padding-block: clamp(80px, 10vw, 145px);
}

.z-page-body-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: clamp(55px, 10vw, 140px);
	align-items: start;
}

.z-page-content {
	max-width: 760px;
	color: #4e4b45;
	font-size: 18px;
	line-height: 2.25;
}

.z-page-content > *:last-child {
	margin-bottom: 0;
}

.z-page-content a {
	color: #7c5c20;
	border-bottom: 1px solid rgba(124,92,32,.4);
}

.z-page-aside {
	padding: 30px;
	border: 1px solid var(--z-line);
}

.z-page-aside-label {
	margin-bottom: 28px;
	color: #8c6e31;
	font-family: Georgia, serif;
	font-size: 10px;
	letter-spacing: .2em;
}

.z-page-aside > p:not(.z-page-aside-label) {
	color: var(--z-muted);
	font-size: 13px;
}

/* ZHUUZHnameh index. */
.z-journal-section {
	padding-block: clamp(85px, 11vw, 150px);
	background: var(--z-ivory);
}

.z-journal-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: var(--z-line);
	border: 1px solid var(--z-line);
}

.z-journal-card {
	min-height: 330px;
	padding: 38px;
	background: var(--z-paper);
}

.z-journal-date {
	color: #967536;
	font-size: 10px;
}

.z-journal-card h2,
.z-journal-empty h2 {
	margin: 45px 0 18px;
	font-family: var(--z-serif-fa);
	font-size: 28px;
	font-weight: 400;
	line-height: 1.65;
}

.z-journal-excerpt {
	color: var(--z-muted);
	font-size: 13px;
}

.z-journal-empty {
	max-width: 600px;
	margin-inline: auto;
	padding: 70px 30px;
	text-align: center;
}

.z-journal-empty > span {
	display: grid;
	place-items: center;
	width: 80px;
	height: 80px;
	margin-inline: auto;
	border: 1px solid var(--z-gold);
	border-radius: 50%;
	color: #88682d;
	font-size: 38px;
}

.z-journal-empty p {
	color: var(--z-muted);
}

.z-journal-pagination {
	margin-top: 45px;
}

@media (max-width: 1180px) {
	.z-primary-menu { gap: 11px; }
	.z-primary-menu > li > a { font-size: 10px; }
}

@media (max-width: 1024px) {
	.z-primary-nav { display: none; }
	.z-primary-nav.is-open { display: block; }
	.z-primary-menu { display: grid; gap: 0; white-space: normal; }
	.z-primary-menu > li > a { padding: 9px 0; font-size: 12px; }
	.z-primary-menu .sub-menu {
		position: static;
		display: grid;
		min-width: 0;
		padding: 0 18px 8px 0;
		background: transparent;
		border: 0;
		opacity: 1;
		visibility: visible;
		transform: none;
	}
	.z-primary-menu .sub-menu a { color: rgba(255,255,255,.52); }
	.z-page-body-grid { grid-template-columns: minmax(0, 1fr) 250px; gap: 55px; }
	.z-journal-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
	.z-hero h1 {
		font-size: clamp(48px, 14vw, 56px);
		line-height: 1.48;
		letter-spacing: -0.025em;
	}
	.z-hero-lead { font-size: 15px; line-height: 2.15; }
	.z-mission #mission-title { max-width: 100%; font-size: clamp(39px, 11vw, 48px); line-height: 1.55; }
	.z-page-hero { min-height: 510px; padding-block: 135px 75px; }
	.z-breadcrumb { margin-bottom: 45px; }
	.z-page-hero h1 { font-size: clamp(46px, 14vw, 62px); }
	.z-page-body-grid { grid-template-columns: 1fr; }
	.z-page-content { font-size: 16px; }
	.z-page-aside { margin-top: 10px; }
	.z-journal-grid { grid-template-columns: 1fr; }
	.z-footer-top,
	.z-footer-bottom { grid-template-columns: 1fr; text-align: center; }
	.z-footer-menu,
	.z-legal-menu { justify-content: center; }
	.z-footer-bottom .z-copyright,
	.z-footer-bottom .z-legal-navigation { grid-column: 1; grid-row: auto; justify-self: center; }
}
