@font-face {
	font-family: "Vazirmatn SHKAB";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	src: url("../fonts/vazirmatn-arabic-wght-normal.woff2") format("woff2-variations");
	unicode-range: U+0600-06FF, U+0750-077F, U+0870-08FF, U+200C-200E, U+2010-2011, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
	font-family: "Vazirmatn SHKAB";
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	src: url("../fonts/vazirmatn-latin-wght-normal.woff2") format("woff2-variations");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2190-2215, U+FEFF, U+FFFD;
}

.shkab {
	--shkab-ink: #34241d;
	--shkab-muted: #776861;
	--shkab-border: rgba(102, 49, 25, 0.15);
	--shkab-shadow: 0 24px 65px rgba(53, 23, 14, 0.12);
	width: 100vw;
	max-width: 100vw;
	margin-inline: calc(50% - 50vw);
	overflow: hidden;
	background: #fff;
	color: var(--shkab-ink);
	font-family: "Vazirmatn SHKAB", Vazirmatn, Tahoma, sans-serif !important;
}

.shkab *,
.shkab *::before,
.shkab *::after {
	box-sizing: border-box;
}

.shkab h1,
.shkab h2,
.shkab h3,
.shkab h4,
.shkab p {
	font-family: inherit;
}

.shkab button,
.shkab input,
.shkab textarea,
.shkab select {
	font-family: inherit;
}

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

.shkab img {
	display: block;
	max-width: 100%;
}

.shkab-richtext > :first-child {
	margin-top: 0;
}

.shkab-richtext > :last-child {
	margin-bottom: 0;
}

.shkab-richtext a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.shkab-card-text p {
	margin-top: 0;
}

.shkab-shell {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.shkab-section {
	padding: 100px 0;
}

.shkab-label,
.shkab-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #996615;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.01em;
}

.shkab-label i,
.shkab-kicker i {
	display: block;
	width: 38px;
	height: 2px;
	background: var(--shkab-gold);
}

.shkab h2 {
	margin: 11px 0 0;
	color: var(--shkab-brown);
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 850;
	line-height: 1.45;
}

.shkab-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	min-height: 52px;
	padding: 11px 24px;
	border: 1px solid transparent;
	border-radius: 10px 3px 10px 3px;
	font-size: 13px;
	font-weight: 900;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.shkab-button span {
	transition: transform 0.25s ease;
}

.shkab-button:hover {
	transform: translateY(-3px);
}

.shkab-button:hover span {
	transform: translateX(-5px);
}

.shkab-button--gold {
	background: linear-gradient(135deg, #e1b84d, var(--shkab-gold));
	color: var(--shkab-brown);
	box-shadow: 0 13px 30px rgba(201, 152, 46, 0.24);
}

.shkab-button--ghost {
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.shkab-button--ghost:hover {
	border-color: rgba(255, 255, 255, 0.62);
	background: rgba(255, 255, 255, 0.12);
}

.shkab-button--light {
	background: #fff;
	color: var(--shkab-brown);
	box-shadow: 0 14px 30px rgba(53, 23, 14, 0.2);
}

.shkab-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 700px;
	padding-bottom: 8px;
	background:
		radial-gradient(circle at 78% 48%, rgba(215, 166, 59, 0.18), transparent 28%),
		linear-gradient(120deg, var(--shkab-brown) 0%, #4f2112 54%, var(--shkab-brown-light) 100%);
	color: #fff;
}

.shkab-hero__rays {
	position: absolute;
	z-index: -1;
	width: 920px;
	height: 920px;
	inset-inline-end: -170px;
	top: -205px;
	border-radius: 50%;
	opacity: 0.13;
	background: repeating-conic-gradient(from 4deg, #f2d477 0 3deg, transparent 3deg 12deg);
	animation: shkab-spin 95s linear infinite;
}

.shkab-hero__pattern {
	position: absolute;
	z-index: -1;
	width: 450px;
	height: 450px;
	inset-inline-start: -280px;
	top: 70px;
	border: 1px solid rgba(239, 209, 126, 0.14);
	transform: rotate(45deg);
	box-shadow: 0 0 0 55px rgba(239, 209, 126, 0.025), 0 0 0 110px rgba(239, 209, 126, 0.018);
}

.shkab-hero__inner {
	display: grid;
	grid-template-columns: 1.12fr 0.88fr;
	gap: 80px;
	align-items: center;
	min-height: 590px;
	padding: 76px 0 52px;
}

.shkab-kicker {
	color: #f0d277;
}

.shkab-hero h1 {
	max-width: 720px;
	margin: 18px 0 20px;
	color: #fff;
	font-size: clamp(47px, 6vw, 80px);
	font-weight: 900;
	line-height: 1.27;
}

.shkab-hero__copy > .shkab-richtext,
.shkab-hero__copy > .shkab-richtext p {
	max-width: 720px;
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 17px;
	line-height: 2.05;
}

.shkab-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 32px;
}

.shkab-hero__emblem {
	position: relative;
	justify-self: center;
	display: grid;
	place-items: center;
	width: 390px;
	height: 390px;
}

.shkab-hero__emblem img {
	position: relative;
	z-index: 3;
	width: 315px;
	height: 315px;
	object-fit: contain;
	border: 0;
	background: transparent;
	filter: drop-shadow(0 28px 38px rgba(0, 0, 0, 0.32));
}

.shkab-hero__sun {
	position: absolute;
	inset: 25px;
	border-radius: 50%;
	background: repeating-conic-gradient(from 5deg, rgba(241, 209, 114, 0.56) 0 1deg, transparent 1deg 8deg);
	mask: radial-gradient(circle, transparent 0 53%, #000 54%);
	-webkit-mask: radial-gradient(circle, transparent 0 53%, #000 54%);
	animation: shkab-spin 65s linear infinite;
}

.shkab-hero__orbit {
	position: absolute;
	inset: 0;
	border: 1px dashed rgba(239, 209, 126, 0.5);
	border-radius: 50%;
	animation: shkab-spin 34s linear infinite reverse;
}

.shkab-hero__orbit::before,
.shkab-hero__orbit::after {
	content: "";
	position: absolute;
	inset: 20px;
	border: 1px solid rgba(239, 209, 126, 0.18);
	border-radius: 50%;
}

.shkab-hero__orbit::after {
	inset: -18px;
}

.shkab-hero__orbit i {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f1d174;
	box-shadow: 0 0 18px #f1d174;
}

.shkab-hero__orbit i:nth-child(1) { inset: 22px auto auto 72px; }
.shkab-hero__orbit i:nth-child(2) { inset: auto 33px 75px auto; }
.shkab-hero__orbit i:nth-child(3) { inset: 120px 0 auto auto; }
.shkab-hero__orbit i:nth-child(4) { inset: auto auto 30px 105px; }

.shkab-hero__facts {
	position: relative;
	z-index: 5;
	inset: auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	width: min(980px, calc(100% - 40px));
	min-height: 106px;
	margin: -25px auto 0;
	padding: 19px 20px;
	border: 1px solid rgba(201, 152, 46, 0.33);
	border-radius: 20px 6px 20px 6px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 -15px 45px rgba(34, 13, 7, 0.16);
	color: var(--shkab-ink);
	backdrop-filter: blur(12px);
}

.shkab-hero__facts > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 0 24px;
	border-inline-start: 1px solid var(--shkab-border);
}

.shkab-hero__facts > div:last-child {
	border-inline-start: 0;
}

.shkab-hero__facts strong {
	display: block;
	color: var(--shkab-brown);
	font-size: 17px;
	overflow-wrap: anywhere;
}

.shkab-hero__facts span {
	display: block;
	margin-top: 4px;
	color: var(--shkab-muted);
	font-size: 11px;
	line-height: 1.7;
	overflow-wrap: anywhere;
}

.shkab-flag {
	position: absolute;
	inset: auto 0 0;
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	height: 6px;
}

.shkab-flag i:nth-child(1) { background: #178748; }
.shkab-flag i:nth-child(2) { background: #fff; }
.shkab-flag i:nth-child(3) { background: #d62128; }

.shkab-identity {
	background: linear-gradient(180deg, #fff, var(--shkab-cream));
}

.shkab-identity__grid {
	display: grid;
	grid-template-columns: 1.12fr 0.88fr;
	gap: 78px;
	align-items: center;
}

.shkab-identity__copy > .shkab-richtext,
.shkab-identity__copy > .shkab-richtext p,
.shkab-center-heading > .shkab-richtext,
.shkab-center-heading > .shkab-richtext p,
.shkab-governance__copy > .shkab-richtext,
.shkab-governance__copy > .shkab-richtext p {
	margin: 20px 0 0;
	color: var(--shkab-muted);
	font-size: 15px;
	line-height: 2.15;
}

.shkab-identity__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 26px;
}

.shkab-identity__tags span {
	padding: 8px 14px;
	border: 1px solid rgba(201, 152, 46, 0.26);
	border-radius: 99px;
	background: #fff;
	color: #825514;
	font-size: 11px;
	font-weight: 800;
}

.shkab-identity__statement {
	position: relative;
	overflow: hidden;
	min-height: 315px;
	padding: 58px 45px 40px;
	border: 1px solid rgba(201, 152, 46, 0.38);
	border-radius: 30px 8px 30px 8px;
	background:
		radial-gradient(circle at 0 100%, rgba(192, 222, 236, 0.38), transparent 36%),
		linear-gradient(145deg, #fff6d7, #fffef9 58%, #edf7fc);
	box-shadow: var(--shkab-shadow);
}

.shkab-identity__mark {
	position: absolute;
	inset-inline-end: 32px;
	top: -26px;
	color: rgba(201, 152, 46, 0.22);
	font-family: Georgia, serif;
	font-size: 150px;
}

.shkab-identity__statement p {
	position: relative;
	margin: 0;
	color: var(--shkab-brown);
	font-size: 24px;
	font-weight: 750;
	line-height: 2;
}

.shkab-identity__statement .shkab-identity__signature {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-top: 28px;
	color: #976319;
	font-size: 11px;
	font-weight: 800;
}

.shkab-identity__statement .shkab-identity__signature i {
	width: 38px;
	height: 1px;
	background: var(--shkab-gold);
}

.shkab-values {
	background: #fff;
}

.shkab-center-heading {
	max-width: 900px;
	margin-inline: auto;
	text-align: center;
}

.shkab-center-heading .shkab-label {
	justify-content: center;
}

.shkab-values__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 48px;
}

.shkab-value {
	position: relative;
	overflow: hidden;
	min-height: 285px;
	padding: 30px;
	border: 1px solid rgba(201, 152, 46, 0.29);
	border-radius: 21px 6px 21px 6px;
	background: linear-gradient(135deg, #fff4cf 0%, #fffdf6 56%, var(--shkab-blue) 100%);
	box-shadow: 0 12px 34px rgba(64, 33, 17, 0.07), inset 0 1px 0 #fff;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.shkab-value::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, var(--shkab-gold), #f2dc99, #acd7e8);
}

.shkab-value::after {
	content: "";
	position: absolute;
	width: 130px;
	height: 130px;
	inset: auto auto -80px -55px;
	border-radius: 50%;
	background: rgba(132, 198, 224, 0.14);
}

.shkab-value:hover {
	transform: translateY(-7px);
	border-color: rgba(201, 152, 46, 0.64);
	box-shadow: 0 22px 48px rgba(53, 23, 14, 0.12);
}

.shkab-card-number {
	position: absolute;
	inset-inline-end: 24px;
	top: 19px;
	color: rgba(102, 49, 25, 0.18);
	font-size: 30px;
	font-weight: 800;
}

.shkab-value__icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin-bottom: 23px;
	border: 1px solid rgba(201, 152, 46, 0.38);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
	color: #9c6819;
	box-shadow: 0 8px 20px rgba(100, 62, 16, 0.09);
}

.shkab-value__icon svg {
	width: 29px;
	height: 29px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.shkab-value__icon i {
	font-size: 29px;
	line-height: 1;
}

.shkab-value h3 {
	position: relative;
	z-index: 1;
	margin: 0 0 9px;
	color: var(--shkab-brown);
	font-size: 19px;
	font-weight: 850;
}

.shkab-value p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--shkab-muted);
	font-size: 12px;
	line-height: 2;
}

.shkab-unity {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 92px 0;
	background:
		radial-gradient(circle at 13% 55%, rgba(222, 174, 65, 0.18), transparent 25%),
		linear-gradient(115deg, var(--shkab-brown) 0%, #542312 56%, var(--shkab-brown-light) 100%);
	color: #fff;
}

.shkab-unity__rays {
	position: absolute;
	z-index: -1;
	width: 650px;
	height: 650px;
	inset-inline-start: -180px;
	top: -190px;
	border-radius: 50%;
	opacity: 0.11;
	background: repeating-conic-gradient(#f0d17a 0 3deg, transparent 3deg 12deg);
	animation: shkab-spin 80s linear infinite reverse;
}

.shkab-unity__grid {
	display: grid;
	grid-template-columns: 0.68fr 1.32fr;
	gap: 74px;
	align-items: center;
}

.shkab-unity__emblem {
	position: relative;
	display: grid;
	place-items: center;
	width: 285px;
	height: 285px;
	justify-self: center;
}

.shkab-unity__emblem img {
	position: relative;
	z-index: 2;
	width: 225px;
	height: 225px;
	object-fit: contain;
	filter: drop-shadow(0 20px 26px rgba(0, 0, 0, 0.32));
}

.shkab-unity__rings {
	position: absolute;
	inset: 0;
	border: 1px dashed rgba(239, 209, 126, 0.45);
	border-radius: 50%;
	box-shadow: inset 0 0 45px rgba(225, 180, 65, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.025);
	animation: shkab-spin 42s linear infinite;
}

.shkab-unity__copy > span,
.shkab-cta__inner > div > span {
	color: #efd075;
	font-size: 12px;
	font-weight: 900;
}

.shkab-unity h2,
.shkab-cta h2 {
	margin: 8px 0 15px;
	color: #fff;
	font-size: clamp(34px, 5vw, 57px);
}

.shkab-unity__copy > .shkab-richtext,
.shkab-unity__copy > .shkab-richtext p,
.shkab-cta__inner > div > .shkab-richtext,
.shkab-cta__inner > div > .shkab-richtext p {
	max-width: 760px;
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 15px;
	line-height: 2.05;
}

.shkab-unity ul {
	display: grid;
	gap: 10px;
	margin: 24px 0 29px;
	padding: 0;
	list-style: none;
}

.shkab-unity li {
	display: flex;
	align-items: center;
	gap: 11px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 12px;
}

.shkab-unity li i {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(239, 209, 126, 0.15);
	color: #f2d275;
	font-style: normal;
}

.shkab-mission {
	background: linear-gradient(180deg, #fff, #fcfaf5);
}

.shkab-split-heading {
	display: grid;
	grid-template-columns: 1fr 0.72fr;
	gap: 70px;
	align-items: end;
}

.shkab-split-heading > .shkab-richtext,
.shkab-split-heading > .shkab-richtext p {
	margin: 0 0 8px;
	color: var(--shkab-muted);
	font-size: 14px;
	line-height: 2.05;
}

.shkab-mission__list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 52px;
}

.shkab-mission__list::before {
	content: "";
	position: absolute;
	inset: 35px 8% auto;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(201, 152, 46, 0.55), transparent);
}

.shkab-mission__list article {
	position: relative;
	padding: 0 20px 24px;
	text-align: center;
}

.shkab-mission__list article > span {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 70px;
	height: 70px;
	margin: 0 auto 22px;
	border: 1px solid rgba(201, 152, 46, 0.42);
	border-radius: 50%;
	background: linear-gradient(145deg, #fff8df, #edf7fc);
	color: #946117;
	font-size: 18px;
	font-weight: 850;
	box-shadow: 0 10px 25px rgba(74, 44, 14, 0.1);
}

.shkab-mission__list h3 {
	margin: 0 0 8px;
	color: var(--shkab-brown);
	font-size: 17px;
}

.shkab-mission__list p {
	margin: 0;
	color: var(--shkab-muted);
	font-size: 11px;
	line-height: 2;
}

.shkab-structure {
	background:
		linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
		repeating-linear-gradient(45deg, rgba(201, 152, 46, 0.08) 0 1px, transparent 1px 16px);
}

.shkab-org {
	margin-top: 55px;
	text-align: center;
}

.shkab-org__council,
.shkab-org__executive {
	width: min(650px, 100%);
	margin-inline: auto;
	padding: 27px 35px;
	border: 1px solid rgba(201, 152, 46, 0.46);
	border-radius: 18px 5px 18px 5px;
	background: linear-gradient(135deg, var(--shkab-brown-light), var(--shkab-brown));
	color: #fff;
	box-shadow: 0 18px 42px rgba(53, 23, 14, 0.18);
}

.shkab-org__executive {
	width: min(560px, 92%);
	background: linear-gradient(135deg, #fff1bf, #fffdf7 58%, #e8f5fb);
	color: var(--shkab-ink);
	box-shadow: 0 14px 35px rgba(53, 23, 14, 0.1);
}

.shkab-org small {
	color: #edce70;
	font-size: 10px;
	font-weight: 850;
}

.shkab-org__executive small {
	color: #9d6818;
}

.shkab-org h3 {
	margin: 4px 0 7px;
	color: inherit;
	font-size: 23px;
}

.shkab-org p {
	margin: 0;
	color: inherit;
	opacity: 0.76;
	font-size: 11px;
	line-height: 1.9;
}

.shkab-org__connector {
	position: relative;
	width: 2px;
	height: 42px;
	margin-inline: auto;
	background: rgba(201, 152, 46, 0.52);
}

.shkab-org__connector i {
	position: absolute;
	inset: auto 50% -5px auto;
	width: 10px;
	height: 10px;
	border: solid var(--shkab-gold);
	border-width: 0 2px 2px 0;
	transform: translateX(50%) rotate(45deg);
}

.shkab-org__branch {
	width: 78%;
	height: 46px;
	margin-inline: auto;
	border-bottom: 1px solid rgba(201, 152, 46, 0.45);
	background: linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(201, 152, 46, 0.45) 50%, transparent calc(50% + 0.5px));
}

.shkab-org__groups {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.shkab-org__groups article {
	position: relative;
	min-height: 210px;
	padding: 27px 17px 20px;
	border: 1px solid var(--shkab-border);
	border-radius: 15px 4px 15px 4px;
	background: #fff;
	box-shadow: 0 9px 27px rgba(53, 23, 14, 0.06);
	transition: transform 0.25s ease, border-color 0.25s ease;
}

.shkab-org__groups article::before {
	content: "";
	position: absolute;
	inset: -1px 50% auto auto;
	width: 1px;
	height: 22px;
	background: rgba(201, 152, 46, 0.48);
}

.shkab-org__groups article:hover {
	transform: translateY(-5px);
	border-color: rgba(201, 152, 46, 0.58);
}

.shkab-org__groups span {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	margin: 0 auto 15px;
	border-radius: 50%;
	background: #fff6dc;
	color: #916016;
	font-size: 12px;
	font-weight: 850;
}

.shkab-org__groups h4 {
	margin: 0 0 7px;
	color: var(--shkab-brown);
	font-size: 14px;
	line-height: 1.7;
}

.shkab-org__groups p {
	color: var(--shkab-muted);
	font-size: 10px;
	line-height: 1.85;
}

.shkab-governance {
	background: linear-gradient(145deg, var(--shkab-cream), #fff);
}

.shkab-governance__grid {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 70px;
	align-items: center;
}

.shkab-governance__seal {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 29px;
	color: #966318;
	font-size: 11px;
	font-weight: 850;
}

.shkab-governance__seal img {
	width: 64px;
	height: 64px;
	object-fit: contain;
	filter: drop-shadow(0 8px 10px rgba(53, 23, 14, 0.16));
}

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

.shkab-governance__cards article {
	display: flex;
	gap: 14px;
	min-height: 145px;
	padding: 21px;
	border: 1px solid var(--shkab-border);
	border-radius: 16px 5px 16px 5px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(53, 23, 14, 0.06);
}

.shkab-governance__cards article > span {
	flex: none;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: linear-gradient(145deg, #fff1bc, #e9f6fc);
	color: #946218;
	font-size: 11px;
	font-weight: 850;
}

.shkab-governance__cards h3 {
	margin: 2px 0 6px;
	color: var(--shkab-brown);
	font-size: 15px;
}

.shkab-governance__cards p {
	margin: 0;
	color: var(--shkab-muted);
	font-size: 10px;
	line-height: 1.9;
}

.shkab-documents {
	background: #fff;
}

.shkab-documents__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 47px;
}

.shkab-document {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: 95px 1fr;
	gap: 24px;
	align-items: center;
	min-height: 250px;
	padding: 34px;
	border: 1px solid rgba(201, 152, 46, 0.36);
	border-radius: 22px 7px 22px 7px;
	background: linear-gradient(135deg, #fff5d2, #fffefa 55%, var(--shkab-blue));
	box-shadow: 0 15px 38px rgba(53, 23, 14, 0.09);
}

.shkab-document::after {
	content: "";
	position: absolute;
	width: 160px;
	height: 160px;
	inset: auto -80px -90px auto;
	border: 1px solid rgba(201, 152, 46, 0.18);
	transform: rotate(45deg);
}

.shkab-document__number {
	display: grid;
	place-items: center;
	width: 86px;
	height: 120px;
	border: 1px solid rgba(201, 152, 46, 0.44);
	border-radius: 44px 44px 8px 8px;
	background: rgba(255, 255, 255, 0.75);
	color: #956219;
	font-size: 30px;
	font-weight: 850;
}

.shkab-document small {
	color: #9a6719;
	font-size: 10px;
	font-weight: 850;
}

.shkab-document h3 {
	margin: 4px 0 8px;
	color: var(--shkab-brown);
	font-size: 22px;
}

.shkab-document p {
	margin: 0;
	color: var(--shkab-muted);
	font-size: 11px;
	line-height: 1.95;
}

.shkab-document a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 16px;
	color: #875814;
	font-size: 11px;
	font-weight: 850;
}

.shkab-cta {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 74px 0;
	background: linear-gradient(105deg, var(--shkab-brown) 0%, #632913 65%, var(--shkab-brown-light) 100%);
	color: #fff;
}

.shkab-cta__pattern {
	position: absolute;
	z-index: -1;
	inset: -70% -5% auto auto;
	width: 620px;
	height: 620px;
	border-radius: 50%;
	opacity: 0.08;
	background: repeating-conic-gradient(#f0d17a 0 3deg, transparent 3deg 11deg);
}

.shkab-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 55px;
}

.shkab-cta h2 {
	font-size: clamp(32px, 4.3vw, 50px);
}

.shkab-cta .shkab-button {
	flex: none;
}

/* Keep the final CTA readable even when a theme applies white link colors. */
.shkab .shkab-cta .shkab-button--light,
.shkab .shkab-cta .shkab-button--light:visited {
	background-color: #fff;
	border: 2px solid #fff;
	color: var(--shkab-brown) !important;
}

.shkab .shkab-cta .shkab-button--light span {
	color: inherit !important;
}

.shkab .shkab-cta .shkab-button--light:hover,
.shkab .shkab-cta .shkab-button--light:focus {
	background-color: #e1b84d;
	border-color: #e1b84d;
	color: var(--shkab-brown) !important;
}

.shkab-footer-note {
	position: relative;
	padding: 27px 20px 24px;
	background: #fff;
	text-align: center;
}

.shkab-footer-note .shkab-flag {
	inset: 0 0 auto;
}

.shkab-footer-note p {
	margin: 0;
	color: var(--shkab-muted);
	font-size: 11px;
}

.shkab.shkab-animate [data-shkab-reveal] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.shkab.shkab-animate [data-shkab-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@keyframes shkab-spin {
	to { transform: rotate(360deg); }
}

@media (max-width: 1020px) {
	.shkab-hero__inner,
	.shkab-identity__grid,
	.shkab-unity__grid,
	.shkab-governance__grid {
		grid-template-columns: 1fr;
	}

	.shkab-hero__emblem {
		position: relative;
		inset: auto;
		top: auto;
		order: 1;
		width: 340px;
		height: 340px;
		opacity: 1;
	}

	.shkab-hero__copy {
		position: relative;
		z-index: 4;
		order: 2;
		text-align: center;
	}

	.shkab-hero__copy .shkab-kicker,
	.shkab-hero__actions {
		justify-content: center;
	}

	.shkab-hero h1,
	.shkab-hero__copy > .shkab-richtext,
.shkab-hero__copy > .shkab-richtext p {
		margin-inline: auto;
	}

	.shkab-values__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.shkab-mission__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 35px;
	}

	.shkab-mission__list::before,
	.shkab-org__branch {
		display: none;
	}

	.shkab-org__groups {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin-top: 25px;
	}

	.shkab-org__groups article::before {
		display: none;
	}

	.shkab-unity__emblem {
		display: none;
	}
}

@media (max-width: 760px) {
	.shkab-section {
		padding: 72px 0;
	}

	.shkab-shell {
		width: min(100% - 28px, 1180px);
	}

	.shkab-hero {
		min-height: 0;
		padding-bottom: 22px;
	}

	.shkab-hero__inner {
		gap: 8px;
		min-height: 0;
		padding: 42px 0 24px;
	}

	.shkab-hero__emblem {
		width: 290px;
		height: 290px;
	}

	.shkab-hero__emblem img {
		width: 235px;
		height: 235px;
	}

	.shkab-hero h1 {
		font-size: 46px;
	}

	.shkab-hero__copy > .shkab-richtext,
.shkab-hero__copy > .shkab-richtext p {
		font-size: 14px;
	}

	.shkab-hero__facts {
		grid-template-columns: repeat(2, 1fr);
		min-height: 0;
		margin-top: 25px;
		padding: 12px;
	}

	.shkab-hero__facts > div {
		padding: 10px 14px;
		border: 0;
	}

	.shkab-split-heading,
	.shkab-documents__grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.shkab-values__grid,
	.shkab-governance__cards {
		grid-template-columns: 1fr;
	}

	.shkab-org__groups {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.shkab-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 520px) {
	.shkab-hero h1 {
		font-size: 39px;
	}

	.shkab-hero__actions,
	.shkab-hero__actions .shkab-button,
	.shkab-cta .shkab-button {
		width: 100%;
	}

	.shkab h2 {
		font-size: 31px;
	}

	.shkab-identity__statement {
		min-height: 280px;
		padding: 48px 25px 30px;
	}

	.shkab-identity__statement p {
		font-size: 20px;
	}

	.shkab-mission__list,
	.shkab-org__groups {
		grid-template-columns: 1fr;
	}

	.shkab-document {
		grid-template-columns: 1fr;
		padding: 27px;
	}

	.shkab-document__number {
		width: 58px;
		height: 58px;
		border-radius: 50%;
		font-size: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.shkab *,
	.shkab *::before,
	.shkab *::after {
		animation: none !important;
		transition: none !important;
	}

	.shkab.shkab-animate [data-shkab-reveal] {
		opacity: 1;
		transform: none;
	}
}
