/*
Theme Name: Hedayah 2026
Author: Hedayah
Description: A full-site editing theme based on the Hedayah landing page design.
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: hedayah2026
Tags: full-site-editing, block-patterns, custom-colors, editor-style
*/

@font-face {
	font-family: "Kunst Grotesk";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("./assets/fonts/kunst-grotesk-regular.woff2") format("woff2");
}

@font-face {
	font-family: "Kunst Grotesk";
	font-style: normal;
	font-weight: 500 800;
	font-display: swap;
	src: url("./assets/fonts/kunst-grotesk-medium.woff2") format("woff2");
}

:root {
	--hedayah-shell: min(100% - 10rem, 1320px);
	--hedayah-header-shell: var(--hedayah-shell);
	--hedayah-header-height: 145px;
	--hedayah-rule: 4px solid var(--wp--preset--color--ink);
}

html {
	scroll-behavior: smooth;
	overflow-x: clip;
}

body {
	margin: 0;
}

body,
button,
input {
	font-family: var(--wp--preset--font-family--sans);
}

* {
	box-sizing: border-box;
}

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

a {
	color: inherit;
}

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

.hedayah2026-section-title {
	margin: 0;
	font-size: var(--wp--preset--font-size--display);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
}

.hedayah2026-section-rule {
	width: calc(100% - 7.5rem);
	height: 4px;
	margin: 0 auto;
	border: 0;
	background: var(--wp--preset--color--ink);
}

.hedayah2026-arrow-icon {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

/* Header */
header.wp-block-template-part:has(.hedayah2026-header) {
	z-index: 100;
}

header.wp-block-template-part:has(.hedayah2026-header).is-stuck {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
}

.hedayah2026-header-placeholder {
	width: 100%;
	height: 0;
	pointer-events: none;
}

.hedayah2026-header {
	position: relative;
	z-index: 20;
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--white);
	transition: box-shadow 220ms ease;
}

.hedayah2026-header.is-scrolled {
	box-shadow: 0 4px 24px rgb(0 0 0 / 18%);
}

.hedayah2026-announcement {
	display: flex;
	overflow: hidden;
	min-height: 41px;
	max-height: 41px;
	align-items: center;
	justify-content: center;
	background: var(--wp--preset--color--purple);
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition:
		min-height 280ms ease,
		max-height 280ms ease,
		font-size 280ms ease,
		opacity 220ms ease;
}

.hedayah2026-header.is-scrolled .hedayah2026-announcement {
	min-height: 0;
	max-height: 0;
	opacity: 0;
	pointer-events: none;
}

.hedayah2026-header__nav {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	min-height: 104px;
	width: var(--hedayah-header-shell);
	margin-inline: auto;
	transition: min-height 280ms ease;
}

.hedayah2026-header.is-scrolled .hedayah2026-header__nav {
	min-height: 70px;
}

.hedayah2026-header__menu {
	display: flex;
	gap: clamp(30px, 3vw, 42px);
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hedayah2026-header__menu--left {
	justify-self: start;
	justify-content: flex-start;
}

.hedayah2026-header__menu--right {
	justify-self: end;
	justify-content: flex-end;
}

.hedayah2026-header__menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 9px 0;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition:
		padding 280ms ease,
		font-size 280ms ease;
}

.hedayah2026-header.is-scrolled .hedayah2026-header__menu a {
	padding: 4px 0;
	font-size: 15px;
}

.hedayah2026-header__menu a::after {
	position: absolute;
	right: 0;
	bottom: 3px;
	left: 0;
	height: 2px;
	background: var(--wp--preset--color--gold);
	content: "";
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 220ms ease;
}

.hedayah2026-header__menu .is-current > a::after,
.hedayah2026-header__menu .current-menu-item > a::after,
.hedayah2026-header__menu .current-menu-ancestor > a::after,
.hedayah2026-header__menu .current-page-ancestor > a::after {
	transform: scaleX(1);
}

.hedayah2026-header__menu a:hover,
.hedayah2026-header__menu a:focus-visible {
	color: var(--wp--preset--color--gold);
}

.hedayah2026-header__logo {
	position: relative;
	flex: 0 0 auto;
	width: 137px;
	height: 60px;
	justify-self: center;
}

.hedayah2026-header__logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: contain;
	will-change: opacity, transform;
	transition:
		opacity 280ms ease,
		transform 380ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hedayah2026-header__logo-full {
	width: 137px;
	height: 50px;
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.hedayah2026-header__logo-mark {
	width: 60px;
	height: 60px;
	filter: brightness(0) invert(1);
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.55) rotate(-90deg);
}

.hedayah2026-header.is-scrolled .hedayah2026-header__logo-full {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.92);
	pointer-events: none;
}

.hedayah2026-header.is-scrolled .hedayah2026-header__logo-mark {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

.hedayah2026-header:not(.is-scrolled) .hedayah2026-header__logo-mark {
	pointer-events: none;
}

.hedayah2026-menu-toggle {
	display: none;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgb(255 255 255 / 45%);
	background: transparent;
	color: inherit;
	font-size: 0;
}

.hedayah2026-menu-toggle::before,
.hedayah2026-menu-toggle::after {
	display: block;
	width: 22px;
	height: 2px;
	margin: 6px auto;
	background: currentColor;
	content: "";
	transition: transform 180ms ease;
}

/* Full-width subpage panel */
.hedayah2026-header__menu > li {
	display: flex;
	align-items: center;
	gap: 6px;
}

.hedayah2026-header__submenu-toggle {
	display: flex;
	width: 20px;
	height: 20px;
	padding: 0;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
}

.hedayah2026-header__submenu-chevron {
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	opacity: 0.7;
	transform: translateY(-2px) rotate(45deg);
	transition:
		transform 200ms ease,
		opacity 200ms ease;
}

.hedayah2026-header__submenu-toggle:hover .hedayah2026-header__submenu-chevron,
.hedayah2026-header__submenu-toggle:focus-visible .hedayah2026-header__submenu-chevron {
	opacity: 1;
}

.hedayah2026-header__menu > li.is-submenu-open .hedayah2026-header__submenu-chevron {
	opacity: 1;
	transform: translateY(1px) rotate(-135deg);
}

.hedayah2026-header__menu > li.is-submenu-open > a {
	color: var(--wp--preset--color--gold);
}

.hedayah2026-header__panel {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 30;
	visibility: hidden;
	width: 100%;
	border-top: 1px solid var(--wp--preset--color--line);
	background: var(--wp--preset--color--sand);
	color: var(--wp--preset--color--ink);
	box-shadow: 0 24px 48px rgb(16 16 18 / 16%);
	opacity: 0;
	pointer-events: none;
	text-align: left;
	transform: translateY(-8px);
	transition:
		opacity 220ms ease,
		transform 220ms ease,
		visibility 220ms ease;
}

.hedayah2026-header__menu > li.is-submenu-open > .hedayah2026-header__panel {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.hedayah2026-header__panel-inner {
	display: grid;
	width: var(--hedayah-header-shell);
	margin-inline: auto;
	padding-block: clamp(32px, 3vw, 52px);
}

.hedayah2026-header__panel.has-copy .hedayah2026-header__panel-inner,
.hedayah2026-header__panel.has-media .hedayah2026-header__panel-inner {
	gap: clamp(32px, 4vw, 64px);
	align-items: start;
}

.hedayah2026-header__panel.has-copy .hedayah2026-header__panel-inner {
	grid-template-columns: minmax(200px, 300px) minmax(0, 1fr);
}

/* The picture leads on the left; the links follow. */
.hedayah2026-header__panel.has-media .hedayah2026-header__panel-inner,
.hedayah2026-header__panel.has-copy.has-media .hedayah2026-header__panel-inner {
	grid-template-columns: minmax(0, 460px) minmax(200px, 1fr);
}

.hedayah2026-header__panel.has-media .hedayah2026-header__panel-media {
	grid-column: 1;
	grid-row: 1;
}

.hedayah2026-header__panel.has-media .hedayah2026-header__panel-links {
	grid-column: 2;
	grid-row: 1;
	max-width: 620px;
}

/* The copy rides on the picture rather than taking a column of its own. */
.hedayah2026-header__panel.has-copy.has-media .hedayah2026-header__panel-detail {
	grid-column: 1;
	grid-row: 1;
	z-index: 1;
	align-self: end;
	padding: clamp(20px, 2vw, 30px);
	pointer-events: none;
}

.hedayah2026-header__panel-links {
	display: grid;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hedayah2026-header__panel:not(.has-copy):not(.has-media) .hedayah2026-header__panel-links {
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 2px clamp(32px, 4vw, 64px);
}

.hedayah2026-header__panel-links li {
	display: block;
}

.hedayah2026-header__menu .hedayah2026-header__panel-link {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid rgb(214 202 184 / 70%);
	color: var(--wp--preset--color--ink);
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	white-space: normal;
}

.hedayah2026-header__menu .hedayah2026-header__panel-link::after {
	content: none;
}

.hedayah2026-header__menu .hedayah2026-header__panel-link:hover,
.hedayah2026-header__menu .hedayah2026-header__panel-link:focus-visible,
.hedayah2026-header__menu .hedayah2026-header__panel-link.is-active {
	color: var(--wp--preset--color--purple);
}

.hedayah2026-header__panel-detail {
	display: grid;
}

.hedayah2026-header__panel-copy {
	grid-area: 1 / 1;
	max-width: 62ch;
	visibility: hidden;
	opacity: 0;
	transition:
		opacity 200ms ease,
		visibility 200ms ease;
}

/* Scoped to the open panel: an unscoped `visibility: visible` here would
   override the closed panel's `visibility: hidden` on the active row, leaving
   a transparent but hit-testable block sitting below the header. */
.hedayah2026-header__menu > li.is-submenu-open .hedayah2026-header__panel-copy[data-active="true"] {
	visibility: visible;
	opacity: 1;
}

.hedayah2026-header__panel-title {
	margin: 0 0 12px;
	color: var(--wp--preset--color--purple);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.hedayah2026-header__panel-copy-text {
	margin: 0;
	color: var(--wp--preset--color--muted);
	font-size: 15px;
	line-height: 1.6;
}

.hedayah2026-header__panel.has-copy.has-media .hedayah2026-header__panel-copy {
	max-width: 34ch;
}

.hedayah2026-header__panel.has-copy.has-media .hedayah2026-header__panel-title {
	margin-bottom: 8px;
	color: var(--wp--preset--color--white);
	font-size: 19px;
}

.hedayah2026-header__panel.has-copy.has-media .hedayah2026-header__panel-copy-text {
	color: rgb(255 255 255 / 82%);
	font-size: 14px;
}

.hedayah2026-header__panel-media {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	aspect-ratio: 4 / 3;
}

/* Darkens the bottom-left corner so the overlaid copy stays legible. */
.hedayah2026-header__panel.has-copy.has-media .hedayah2026-header__panel-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top right,
		rgb(16 16 18 / 88%),
		rgb(16 16 18 / 55%) 38%,
		rgb(16 16 18 / 0%) 78%
	);
}

.hedayah2026-header__panel-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 240ms ease;
}

.hedayah2026-header__panel-image[data-active="true"] {
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	.hedayah2026-header__panel,
	.hedayah2026-header__panel-copy,
	.hedayah2026-header__panel-image,
	.hedayah2026-header__submenu-chevron {
		transition: none;
	}
}

/* Hero */
.hedayah2026-hero {
	position: relative;
	height: calc(85vh - var(--hedayah-header-height));
	height: calc(85svh - var(--hedayah-header-height));
	min-height: 640px;
	overflow: hidden;
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--white);
}

.hedayah2026-hero__slide {
	position: absolute;
	inset: 0;
	visibility: hidden;
	opacity: 0;
	background-image:
		linear-gradient(90deg, rgb(17 0 65 / 30%), rgb(17 0 65 / 30%)),
		linear-gradient(0deg, rgb(0 0 0 / 56%) 0%, transparent 48%),
		var(--hedayah-hero-image);
	background-position: center;
	background-size: cover;
	transition: opacity 600ms ease, visibility 600ms ease;
}

.hedayah2026-hero__slide.is-active {
	visibility: visible;
	opacity: 1;
}

.hedayah2026-hero__content {
	position: absolute;
	left: max(5rem, calc((100% - 1360px) / 2));
	bottom: 106px;
	width: min(813px, calc(100% - 10rem));
}

.hedayah2026-hero__eyebrow {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.hedayah2026-hero__title {
	margin: 0;
	font-size: clamp(2.75rem, 4vw, 3.5rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
	text-transform: uppercase;
}

.hedayah2026-hero__link {
	display: inline-flex;
	gap: 0;
	align-items: center;
	margin-top: 14px;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.hedayah2026-hero__link img {
	width: 27px;
	height: 29px;
}

.hedayah2026-hero__progress {
	position: absolute;
	left: max(5rem, calc((100% - 1360px) / 2));
	right: max(5rem, calc((100% - 1360px) / 2));
	bottom: 22px;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 223px));
	gap: 27px;
}

.hedayah2026-hero__dot {
	padding: 15px 0 0;
	border: 0;
	background: transparent;
	color: inherit;
	text-align: left;
}

.hedayah2026-hero__track {
	position: relative;
	display: block;
	height: 3px;
	margin-bottom: 7px;
	background: rgb(255 255 255 / 25%);
}

.hedayah2026-hero__track::after {
	position: absolute;
	inset: 0 auto 0 0;
	width: 0;
	background: #fff;
	content: "";
}

.hedayah2026-hero__dot.is-active .hedayah2026-hero__track::after {
	width: 100%;
	animation: hedayah-progress 7s linear;
}

.hedayah2026-hero__number {
	font-size: 12px;
	font-weight: 700;
}

@keyframes hedayah-progress {
	from { width: 0; }
	to { width: 100%; }
}

/* Impact */
.hedayah2026-impact {
	min-height: 874px;
	padding: 100px 0 48px;
	background: var(--wp--preset--color--white);
	color: var(--wp--preset--color--ink);
}

.hedayah2026-impact__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 44px;
}

.hedayah2026-impact__heading .hedayah2026-section-title {
	font-size: clamp(3.25rem, 5vw, 4.5rem);
	letter-spacing: -0.025em;
	line-height: 0.98;
}

.hedayah2026-impact__stats {
	display: flex;
	gap: 40px;
}

.hedayah2026-impact__stat strong,
.hedayah2026-impact__stat span {
	display: block;
}

.hedayah2026-impact__stat strong {
	font-size: clamp(2.25rem, 3vw, 3rem);
	letter-spacing: -0.03em;
	line-height: 1.05;
}

.hedayah2026-impact__stat span {
	margin-top: 2px;
	color: var(--wp--preset--color--muted);
	font-size: 12px;
	font-weight: 500;
}

.hedayah2026-impact__body {
	display: grid;
	grid-template-columns: minmax(380px, 620px) minmax(0, 1fr);
	gap: 56px;
}

.hedayah2026-region {
	display: grid;
	min-height: 74px;
	grid-template-columns: minmax(0, 1fr) auto 16px;
	gap: 14px;
	align-items: center;
	border-bottom: 1px solid var(--wp--preset--color--line);
	color: inherit;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, min-height 180ms ease, padding 180ms ease;
}

.hedayah2026-region:first-child {
	border-top: 1px solid transparent;
}

.hedayah2026-region__name {
	font-size: 21px;
	font-weight: 500;
	line-height: normal;
}

.hedayah2026-region__copy {
	display: contents;
}

.hedayah2026-region__meta {
	color: var(--wp--preset--color--muted);
	font-size: 13px;
	line-height: normal;
}

.hedayah2026-region__chevron {
	color: var(--wp--preset--color--muted);
	font-size: 22px;
}

.hedayah2026-region.is-active,
.hedayah2026-region:hover,
.hedayah2026-region:focus-visible {
	min-height: 124px;
	grid-template-columns: minmax(0, 1fr) 34px;
	padding: 28px;
	border: 0;
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--white);
	outline: 0;
}

.hedayah2026-region.is-active .hedayah2026-region__copy,
.hedayah2026-region:hover .hedayah2026-region__copy,
.hedayah2026-region:focus-visible .hedayah2026-region__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 14px;
}

.hedayah2026-region.is-active .hedayah2026-region__name,
.hedayah2026-region:hover .hedayah2026-region__name,
.hedayah2026-region:focus-visible .hedayah2026-region__name {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.hedayah2026-region.is-active .hedayah2026-region__meta,
.hedayah2026-region:hover .hedayah2026-region__meta,
.hedayah2026-region:focus-visible .hedayah2026-region__meta {
	color: rgb(255 255 255 / 90%);
	font-size: 15px;
}

.hedayah2026-region.is-active .hedayah2026-region__chevron,
.hedayah2026-region:hover .hedayah2026-region__chevron,
.hedayah2026-region:focus-visible .hedayah2026-region__chevron {
	width: 34px;
	height: 34px;
	background: url("./assets/images/impact-arrow.svg") center / contain no-repeat;
	font-size: 0;
}

.hedayah2026-impact__globe {
	position: relative;
	width: calc(100% + 60px);
	min-height: 609px;
	margin-right: -60px;
	overflow: hidden;
	background: var(--wp--preset--color--white);
}

.hedayah2026-impact__globe iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Expertise */
.hedayah2026-expertise {
	min-height: 876px;
	padding: 0 0 120px;
	background: var(--wp--preset--color--white);
	color: var(--wp--preset--color--ink);
}

.hedayah2026-expertise--without-heading {
	min-height: 0;
	padding-bottom: 0;
}

.hedayah2026-expertise .hedayah2026-section-rule {
	margin-bottom: 116px;
}

.hedayah2026-expertise .hedayah2026-section-title {
	text-transform: uppercase;
}

.hedayah2026-expertise__panels {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 40px;
	overflow: hidden;
}

/* Expertise overview page: 3 on top, 2 spanning the full width below. */
.hedayah2026-expertise--without-heading .hedayah2026-expertise__panels {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 20px;
	margin-top: 0;
	overflow: visible;
}

.hedayah2026-expertise--without-heading .hedayah2026-expertise__panel:nth-child(-n + 3) {
	grid-column: span 2;
}

.hedayah2026-expertise--without-heading .hedayah2026-expertise__panel:nth-child(n + 4) {
	grid-column: span 3;
}

.hedayah2026-expertise__panel {
	position: relative;
	display: flex;
	min-height: 540px;
	flex-direction: column;
	justify-content: space-between;
	padding: 28px 26px;
	overflow: hidden;
	color: var(--panel-text, #fff);
	text-decoration: none;
}

.hedayah2026-expertise__panel:nth-child(1) { --panel-bg: #1c5750; background: var(--panel-bg); }
.hedayah2026-expertise__panel:nth-child(2) { --panel-bg: #5a2664; background: var(--panel-bg); }
.hedayah2026-expertise__panel:nth-child(3) { --panel-bg: #8f8c84; background: var(--panel-bg); color: #101012; }
.hedayah2026-expertise__panel:nth-child(4) { --panel-bg: #aa945e; background: var(--panel-bg); color: #101012; }
.hedayah2026-expertise__panel:nth-child(5) { --panel-bg: #1a2749; background: var(--panel-bg); }

.hedayah2026-expertise__number {
	position: relative;
	z-index: 1;
	font-size: 14px;
	font-weight: 600;
}

.hedayah2026-expertise__mark {
	position: absolute;
	top: 28px;
	left: 14px;
	width: 368px;
	max-width: none;
	height: 369px;
	opacity: 0.6;
	transition: transform 400ms ease;
}

.hedayah2026-expertise__panel:hover .hedayah2026-expertise__mark {
	transform: rotate(8deg) scale(1.04);
}

.hedayah2026-expertise__copy {
	position: relative;
	z-index: 1;
}

.hedayah2026-expertise__copy h3 {
	margin: 0 0 10px;
	font-size: 25px;
	line-height: 1.18;
}

.hedayah2026-expertise__copy p {
	position: relative;
	display: block;
	max-height: 2.9em;
	margin: 0;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.45;
	transition: max-height 650ms cubic-bezier(0.4, 0, 0.2, 1);
	will-change: max-height;
}

.hedayah2026-expertise__copy p::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 2.2em;
	background: linear-gradient(90deg, transparent, var(--panel-bg) 52%);
	content: "…";
	opacity: 1;
	text-align: right;
	transition: opacity 140ms ease 300ms;
}

.hedayah2026-expertise__panel:hover .hedayah2026-expertise__copy p,
.hedayah2026-expertise__panel:focus-visible .hedayah2026-expertise__copy p {
	max-height: 8.7em;
}

.hedayah2026-expertise__panel:hover .hedayah2026-expertise__copy p::after,
.hedayah2026-expertise__panel:focus-visible .hedayah2026-expertise__copy p::after {
	opacity: 0;
	transition-delay: 0ms;
}

/* Expertise overview: Latest-style cards with cover photos, same panel colors. */
.hedayah2026-expertise--covers .hedayah2026-expertise__panel {
	min-height: 470px;
	justify-content: space-between;
	gap: 24px;
}

.hedayah2026-expertise--covers .hedayah2026-expertise__body {
	position: relative;
	z-index: 1;
	display: flex;
	flex: 1;
	flex-direction: column;
}

.hedayah2026-expertise--covers .hedayah2026-expertise__copy {
	margin-top: auto;
}

.hedayah2026-expertise--covers .hedayah2026-expertise__copy h3 {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 1.2;
}

.hedayah2026-expertise--covers .hedayah2026-expertise__copy p {
	max-height: none;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.hedayah2026-expertise--covers .hedayah2026-expertise__copy p::after {
	display: none;
}

.hedayah2026-expertise--covers .hedayah2026-expertise__cover {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	max-width: none;
	height: 150px;
	object-fit: cover;
	object-position: top center;
	transition: transform 350ms ease;
}

.hedayah2026-expertise--covers .hedayah2026-expertise__panel:hover .hedayah2026-expertise__cover {
	transform: scale(1.04);
}

/* Latest */
.hedayah2026-latest {
	min-height: 763px;
	padding: 10px 0 80px;
	overflow: hidden;
	background: var(--wp--preset--color--white);
	color: var(--wp--preset--color--ink);
}

.hedayah2026-latest__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 40px 0;
}

.hedayah2026-latest__header h2 {
	text-transform: uppercase;
}

.hedayah2026-latest__arrows {
	display: flex;
	gap: 12px;
}

.hedayah2026-latest__arrow {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border: 1.5px solid rgb(26 39 73 / 35%);
	background: transparent;
	color: var(--wp--preset--color--navy);
	cursor: pointer;
	font-size: 22px;
	transition:
		background-color 200ms ease,
		border-color 200ms ease,
		color 200ms ease;
}

.hedayah2026-latest__arrow:hover,
.hedayah2026-latest__arrow:focus-visible {
	border-color: var(--wp--preset--color--ink);
	background: var(--wp--preset--color--ink);
	color: var(--wp--preset--color--white);
}

.hedayah2026-latest__track {
	display: flex;
	gap: 24px;
	padding-bottom: 22px;
	overflow-x: auto;
	scrollbar-width: none;
	scroll-snap-type: x mandatory;
}

.hedayah2026-latest__track::-webkit-scrollbar {
	display: none;
}

.hedayah2026-card {
	display: flex;
	width: 360px;
	min-width: 360px;
	height: 470px;
	flex-direction: column;
	justify-content: space-between;
	padding: 26px;
	overflow: hidden;
	background: var(--wp--preset--color--sand);
	color: var(--wp--preset--color--ink);
	text-decoration: none;
	scroll-snap-align: start;
}

.hedayah2026-card__chip {
	display: inline-block;
	padding: 7px 13px;
	background: var(--wp--preset--color--purple);
	color: var(--wp--preset--color--white);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.hedayah2026-card:nth-child(3n + 2) .hedayah2026-card__chip {
	background: var(--wp--preset--color--teal);
}

.hedayah2026-card:nth-child(3n) .hedayah2026-card__chip {
	background: var(--wp--preset--color--navy);
}

.hedayah2026-card h2,
.hedayah2026-card h3 {
	margin: 16px 0 0;
	font-size: 24px;
	line-height: 1.2;
}

.hedayah2026-card img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	transition: transform 350ms ease;
}

.hedayah2026-card:hover img {
	transform: scale(1.04);
}

.hedayah2026-latest__dots {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-top: 18px;
}

.hedayah2026-latest__dot {
	width: 6px;
	height: 6px;
	padding: 0;
	border: 0;
	background: var(--wp--preset--color--line);
	cursor: pointer;
	transition:
		width 260ms ease,
		background-color 200ms ease;
}

.hedayah2026-latest__dot:hover {
	background: rgb(26 39 73 / 55%);
}

.hedayah2026-latest__dot.is-active {
	width: 28px;
	background: var(--wp--preset--color--ink);
}

.hedayah2026-latest__dot:focus-visible {
	outline: 2px solid var(--wp--preset--color--ink);
	outline-offset: 3px;
}

/* Human story */
.hedayah2026-story {
	min-height: 902px;
	padding: 0 0 49px;
	background: var(--wp--preset--color--white);
	color: var(--wp--preset--color--ink);
}

.hedayah2026-story__title {
	margin: 64px 0 52px;
	text-transform: uppercase;
}

.hedayah2026-story__feature {
	/* Portrait size as a length rather than a percentage of the column, so the
	   copy can reuse it to land its button on the portrait's bottom edge. */
	--story-media: min(428px, calc(36vw - 57.6px));
	--story-row: 676px;

	position: relative;
	display: grid;
	min-height: var(--story-row);
	grid-template-columns: 50% 50%;
	align-items: center;
	overflow: hidden;
	background: var(--wp--preset--color--purple);
	color: var(--wp--preset--color--white);
}

.hedayah2026-story__mark {
	position: absolute;
	top: -92px;
	left: -201px;
	width: 863px;
	height: 866px;
	opacity: 0.82;
}

.hedayah2026-story__figure {
	position: relative;
	z-index: 1;
	width: var(--story-media);
	aspect-ratio: 1;
	margin: 0 auto;
	border: 20px solid rgb(196 139 207 / 70%);
	overflow: hidden;
}

.hedayah2026-story__figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Stretched to the full row and padded by the gap under the portrait, so the
   last child finishes level with the portrait however tall the copy runs. */
.hedayah2026-story__copy {
	position: relative;
	z-index: 1;
	display: flex;
	max-width: 508px;
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 48px calc((var(--story-row) - var(--story-media)) / 2) 0;
}

.hedayah2026-story__copy h3 {
	margin: 0 0 28px;
	font-size: clamp(3.3rem, 5vw, 4.5rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 0.97;
}

.hedayah2026-story__copy p {
	margin: 0 0 44px;
	font-size: 22px;
	line-height: 1.6;
}

.hedayah2026-story__button,
.hedayah2026-newsletter__button {
	display: inline-flex;
	gap: 13px;
	align-items: center;
	padding: 20px;
	border: 0;
	background: var(--wp--preset--color--white);
	color: var(--wp--preset--color--ink);
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;
}

.hedayah2026-story__button {
	width: fit-content;
}

/* Newsletter */
.hedayah2026-newsletter {
	padding: 65px 0;
	background: var(--wp--preset--color--white);
	color: var(--wp--preset--color--ink);
}

.hedayah2026-newsletter__body {
	display: grid;
	grid-template-columns: minmax(0, 595px) minmax(0, 1fr);
	gap: 54px;
	align-items: start;
	padding-top: 70px;
}

.hedayah2026-newsletter__picture {
	position: relative;
	height: 593px;
	overflow: hidden;
}

.hedayah2026-newsletter__picture img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hedayah2026-newsletter__copy {
	padding-top: 0;
}

.hedayah2026-newsletter__copy h2 {
	max-width: 680px;
	margin: -12px 0 10px;
	font-size: clamp(3.75rem, 5vw, 4.6875rem);
	letter-spacing: -0.05em;
	line-height: 1.03;
}

.hedayah2026-newsletter__copy > p {
	margin: 0;
	font-size: 22px;
}

.hedayah2026-newsletter__form {
	margin-top: 94px;
}

.hedayah2026-newsletter__privacy {
	margin: 0 0 12px;
	color: #858585;
	font-size: 16px;
}

.hedayah2026-newsletter__controls {
	display: flex;
	gap: 18px;
}

.hedayah2026-newsletter__controls input {
	min-width: 0;
	flex: 1;
	height: 71px;
	padding: 0 12px;
	border: 2px solid var(--wp--preset--color--ink);
	border-radius: 0;
	background: var(--wp--preset--color--white);
	font-size: 24px;
}

.hedayah2026-newsletter__button {
	background: var(--wp--preset--color--ink);
	color: var(--wp--preset--color--white);
}

/* Footer */
.hedayah2026-footer {
	padding-top: 80px;
	background: #000;
	color: var(--wp--preset--color--white);
}

.hedayah2026-footer > .hedayah2026-shell,
.hedayah2026-footer__legal .hedayah2026-shell {
	width: min(calc(100% - 10rem), 1300px);
}

.hedayah2026-footer__menus {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 50px;
	min-height: 295px;
	padding-bottom: 41px;
}

.hedayah2026-footer__menu {
	display: grid;
	align-content: start;
	gap: 18px;
}

.hedayah2026-footer__menu h3,
.hedayah2026-footer__connect h3 {
	margin: 0;
	color: var(--wp--preset--color--gold);
	font-size: 28px;
	line-height: 36px;
}

.hedayah2026-footer__menu ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hedayah2026-footer__menu a {
	display: block;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}

.hedayah2026-footer__menu a:hover,
.hedayah2026-footer__menu a:focus-visible {
	color: var(--wp--preset--color--gold);
}

.hedayah2026-footer__connect {
	position: relative;
	min-height: 214px;
	padding-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hedayah2026-footer__contact {
	display: grid;
	gap: 20px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 18px;
}

.hedayah2026-footer__contact a {
	font-weight: 700;
	text-decoration: none;
}

.hedayah2026-footer__social {
	display: flex;
	gap: 10px;
	margin-top: 20px;
	padding-top: 8px;
}

.hedayah2026-footer__social img {
	width: 34px;
	height: 34px;
	filter: brightness(0) invert(1);
}

.hedayah2026-footer__logo {
	position: absolute;
	top: 40px;
	right: 0;
	width: 250px;
	height: 160px;
	object-fit: contain;
}

.hedayah2026-footer__legal {
	padding: 20px 0;
	background: #000;
	color: rgba(255, 255, 255, 0.3);
	font-size: 10px;
}

.hedayah2026-footer__disclaimer {
	margin: 0 0 44px;
	font-style: italic;
	line-height: 14px;
}

.hedayah2026-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 14px;
}

.hedayah2026-footer__bottom nav,
.hedayah2026-footer__legal-menu {
	display: flex;
	gap: 20px;
}

.hedayah2026-footer__legal-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hedayah2026-footer__bottom a {
	text-decoration: none;
}

/* Interior templates */
.hedayah2026-content {
	width: min(100% - 3rem, 900px);
	min-height: 60vh;
	margin-inline: auto;
	padding: 90px 0;
}

.hedayah2026-content > h1 {
	margin-top: 0;
	font-size: var(--wp--preset--font-size--display);
	line-height: 1;
}

.hedayah2026-legacy-content {
	display: grid;
	gap: 60px;
	margin-top: 42px;
}

.hedayah2026-legacy-module {
	display: grid;
	gap: 20px;
	padding-top: 38px;
	border-top: 1px solid var(--wp--preset--color--line);
}

.hedayah2026-legacy-module:first-child {
	padding-top: 0;
	border-top: 0;
}

.hedayah2026-legacy-module__eyebrow {
	margin: 0;
	color: var(--wp--preset--color--purple);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hedayah2026-legacy-module h2,
.hedayah2026-legacy-module h3,
.hedayah2026-legacy-module p {
	margin-block: 0;
}

.hedayah2026-legacy-module h2 {
	font-size: clamp(2rem, 5vw, 3.5rem);
	line-height: 1;
}

.hedayah2026-legacy-module h3 {
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	line-height: 1.1;
}

.hedayah2026-legacy-module__lead {
	font-size: var(--wp--preset--font-size--lead);
	line-height: 1.5;
}

.hedayah2026-legacy-module__lead p {
	margin-block: 0 0.7em;
}

.hedayah2026-legacy-module__lead p:last-child {
	margin-bottom: 0;
}

/* Long-form reading rhythm for post and page body copy. The element-level
   selectors elsewhere in this file zero out margins for the card layouts, so
   these use :where() to outrank them without raising specificity further. */
/* Body copy runs to the full width of the article column so it lines up with
   the headline, the images and every other module. The cap only comes into
   play inside the wider internal-page modules, where it stops a line from
   running past a readable length. */
.hedayah2026-legacy-content .hedayah2026-prose {
	display: block;
	max-width: 900px;
	color: #2c2c31;
	font-size: 1.125rem;
	line-height: 1.75;
}

.hedayah2026-legacy-content .hedayah2026-prose :where(p, ul, ol, dl, table, pre, figure, hr) {
	margin-block: 0 1.35em;
}

/* Editors use h2 through h4 fairly interchangeably in the legacy content, so
   every level needs to read clearly as a subheading against the 18px body. */
.hedayah2026-legacy-content .hedayah2026-prose :where(h2, h3, h4, h5, h6) {
	margin-block: 1.7em 0.45em;
	color: var(--wp--preset--color--ink);
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.2;
	text-wrap: balance;
}

.hedayah2026-legacy-content .hedayah2026-prose :where(h2) {
	font-size: clamp(1.875rem, 2.9vw, 2.375rem);
}

.hedayah2026-legacy-content .hedayah2026-prose :where(h3) {
	font-size: clamp(1.5rem, 2.2vw, 1.875rem);
}

.hedayah2026-legacy-content .hedayah2026-prose :where(h4) {
	font-size: clamp(1.25rem, 1.7vw, 1.5rem);
}

.hedayah2026-legacy-content .hedayah2026-prose :where(h5, h6) {
	font-size: 1.1875rem;
	letter-spacing: 0;
}

.hedayah2026-legacy-content .hedayah2026-prose > :first-child {
	margin-top: 0;
}

.hedayah2026-legacy-content .hedayah2026-prose > :last-child {
	margin-bottom: 0;
}

.hedayah2026-legacy-content .hedayah2026-prose :where(ul, ol) {
	padding-left: 1.4em;
}

.hedayah2026-legacy-content .hedayah2026-prose :where(li) {
	margin-block: 0.45em;
	padding-left: 0.2em;
}

.hedayah2026-legacy-content .hedayah2026-prose :where(li) :where(p) {
	margin-block: 0 0.45em;
}

.hedayah2026-legacy-content .hedayah2026-prose :where(blockquote) {
	margin-inline: 0;
	padding: 2px 0 2px 28px;
	border-left: 3px solid var(--wp--preset--color--gold);
	color: var(--wp--preset--color--navy);
	font-size: 1.25rem;
	font-style: normal;
	line-height: 1.55;
}

.hedayah2026-legacy-content .hedayah2026-prose :where(a):not([class]) {
	color: var(--wp--preset--color--purple);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.hedayah2026-legacy-content .hedayah2026-prose :where(img) {
	height: auto;
}

.hedayah2026-legacy-content .hedayah2026-prose :where(figcaption) {
	margin-top: 10px;
	color: var(--wp--preset--color--muted);
	font-size: 0.875rem;
	line-height: 1.5;
}

.hedayah2026-legacy-content .hedayah2026-prose :where(hr) {
	margin-block: 2.4em;
	border: 0;
	border-top: 1px solid var(--wp--preset--color--line);
}

.hedayah2026-legacy-module__media {
	width: 100%;
	max-height: 620px;
	object-fit: cover;
}

.hedayah2026-legacy-module__items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.hedayah2026-legacy-item {
	display: grid;
	gap: 12px;
	padding: 24px;
	background: var(--wp--preset--color--sand);
}

.hedayah2026-legacy-item p + p {
	margin-top: 0.6em;
}

.hedayah2026-legacy-item img {
	width: 100%;
	max-height: 360px;
	object-fit: cover;
}

.hedayah2026-legacy-link {
	display: inline-flex;
	width: fit-content;
	padding: 12px 18px;
	background: var(--wp--preset--color--ink);
	color: var(--wp--preset--color--white);
	font-weight: 600;
	text-decoration: none;
}

/* Embedded players. Providers hand back fixed pixel dimensions, so the ratio
   box is what keeps them fluid inside the article column. */
.hedayah2026-embed {
	position: relative;
	width: 100%;
	margin-block: 8px 28px;
	background: var(--wp--preset--color--ink);
	aspect-ratio: 16 / 9;
}

.hedayah2026-embed :where(iframe, video, object, embed) {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.hedayah2026-embed--audio {
	background: transparent;
	aspect-ratio: auto;
}

.hedayah2026-embed--audio :where(audio) {
	position: static;
	width: 100%;
}

.hedayah2026-embed :where(.wp-video, .mejs-container) {
	width: 100% !important;
	height: 100% !important;
}

.hedayah2026-legacy-content .hedayah2026-prose > .hedayah2026-embed:last-child {
	margin-bottom: 0;
}

/* Players pasted straight into a rich-text field carry the provider's fixed
   pixel size. Scoped to editorial copy so the theme's own embeds, such as the
   impact globe, keep their layout. */
.hedayah2026-legacy-content :where(.hedayah2026-prose, .hedayah2026-legacy-module__lead) :where(iframe, video) {
	display: block;
	max-width: 100%;
	margin-block: 8px 28px;
	border: 0;
}

/* Only the video providers get a forced ratio, so document and map embeds keep
   their own proportions. */
.hedayah2026-legacy-content :where(.hedayah2026-prose, .hedayah2026-legacy-module__lead) :where(
	iframe[src*="youtube"],
	iframe[src*="youtu.be"],
	iframe[src*="vimeo"],
	iframe[src*="dailymotion"],
	iframe[src*="facebook.com/plugins/video"],
	video
) {
	width: 100%;
	height: auto;
	background: var(--wp--preset--color--ink);
	aspect-ratio: 16 / 9;
}

/* Legacy accordion modules: hairline-separated disclosures with a square
   toggle that borrows the carousel control's fill-on-hover treatment. */
.hedayah2026-legacy-module__items.hedayah2026-accordions {
	display: block;
	padding: 14px clamp(24px, 3vw, 40px);
	background: var(--wp--preset--color--sand);
}

/* Rules sit between rows only, so the card's padding stays clean at both ends. */
.hedayah2026-accordion + .hedayah2026-accordion {
	border-top: 1px solid var(--wp--preset--color--line);
}

.hedayah2026-accordion__summary {
	display: flex;
	gap: 28px;
	align-items: center;
	justify-content: space-between;
	padding-block: 26px;
	cursor: pointer;
	list-style: none;
}

.hedayah2026-accordion__summary::-webkit-details-marker {
	display: none;
}

.hedayah2026-accordion__title {
	color: var(--wp--preset--color--ink);
	font-size: clamp(1.25rem, 2.2vw, 1.75rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	text-wrap: balance;
	transition: color 200ms ease;
}

.hedayah2026-accordion__action {
	display: flex;
	gap: 18px;
	flex: none;
	align-items: center;
}

.hedayah2026-accordion__label {
	color: var(--wp--preset--color--muted);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hedayah2026-accordion__label[data-open],
.hedayah2026-accordion[open] .hedayah2026-accordion__label[data-closed] {
	display: none;
}

.hedayah2026-accordion[open] .hedayah2026-accordion__label[data-open] {
	display: inline;
}

.hedayah2026-accordion__icon {
	position: relative;
	display: block;
	width: 46px;
	height: 46px;
	border: 1.5px solid rgb(26 39 73 / 35%);
	transition:
		background-color 200ms ease,
		border-color 200ms ease;
}

/* The plus drops its upright stroke to read as a minus once the row opens. */
.hedayah2026-accordion__icon::before,
.hedayah2026-accordion__icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 1.5px;
	background: var(--wp--preset--color--navy);
	content: "";
	transform: translate(-50%, -50%);
	transition:
		background-color 200ms ease,
		opacity 200ms ease,
		transform 200ms ease;
}

.hedayah2026-accordion__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.hedayah2026-accordion[open] .hedayah2026-accordion__icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(0deg);
}

.hedayah2026-accordion__summary:hover .hedayah2026-accordion__title,
.hedayah2026-accordion__summary:focus-visible .hedayah2026-accordion__title {
	color: var(--wp--preset--color--purple);
}

.hedayah2026-accordion__summary:hover .hedayah2026-accordion__icon,
.hedayah2026-accordion__summary:focus-visible .hedayah2026-accordion__icon {
	border-color: var(--wp--preset--color--ink);
	background: var(--wp--preset--color--ink);
}

.hedayah2026-accordion__summary:hover .hedayah2026-accordion__icon::before,
.hedayah2026-accordion__summary:hover .hedayah2026-accordion__icon::after,
.hedayah2026-accordion__summary:focus-visible .hedayah2026-accordion__icon::before,
.hedayah2026-accordion__summary:focus-visible .hedayah2026-accordion__icon::after {
	background: var(--wp--preset--color--white);
}

.hedayah2026-accordion__panel {
	padding-bottom: 32px;
}

/* Legacy "intro" modules pair a source image or a lead paragraph with the
   opening copy and an outbound link. Stacked as separate rows the link's sand
   panel reads as a stray coloured box, so the whole intro becomes one card. */
.hedayah2026-legacy-content .hedayah2026-legacy-module.hedayah2026-legacy-module--intro-double:has(> .hedayah2026-legacy-module__items),
.hedayah2026-legacy-content .hedayah2026-legacy-module.hedayah2026-legacy-module--intro-double:has(> .hedayah2026-legacy-module__lead img) {
	align-content: start;
	gap: 22px;
	padding: clamp(24px, 3vw, 40px);
	border-top: 0;
	background: var(--wp--preset--color--sand);
}

.hedayah2026-legacy-content .hedayah2026-legacy-module.hedayah2026-legacy-module--intro-double:has(> .hedayah2026-legacy-module__items) > .hedayah2026-legacy-module__items {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hedayah2026-legacy-content .hedayah2026-legacy-module.hedayah2026-legacy-module--intro-double:has(> .hedayah2026-legacy-module__items) .hedayah2026-legacy-item {
	padding: 0;
	background: transparent;
}

/* An image lead becomes the left column so the opening paragraph and the link
   sit beside the picture rather than under it. */
.hedayah2026-legacy-content .hedayah2026-legacy-module.hedayah2026-legacy-module--intro-double:has(> .hedayah2026-legacy-module__lead img) {
	grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
	align-items: start;
	column-gap: clamp(24px, 3vw, 44px);
	row-gap: 0;
}

.hedayah2026-legacy-content .hedayah2026-legacy-module.hedayah2026-legacy-module--intro-double:has(> .hedayah2026-legacy-module__lead img) > * {
	grid-column: 2;
}

/* Spanning more rows than the module can produce keeps the image alongside
   every sibling whatever the module contains. The surplus rows collapse
   because the row gap is zero. */
.hedayah2026-legacy-content .hedayah2026-legacy-module.hedayah2026-legacy-module--intro-double:has(> .hedayah2026-legacy-module__lead img) > .hedayah2026-legacy-module__lead {
	grid-row: 1 / span 6;
	grid-column: 1;
	align-self: stretch;
	margin: 0;
}

/* The picture squares off against the copy column rather than leaving a band
   of empty sand beneath it. */
.hedayah2026-legacy-content .hedayah2026-legacy-module.hedayah2026-legacy-module--intro-double:has(> .hedayah2026-legacy-module__lead img) > .hedayah2026-legacy-module__lead,
.hedayah2026-legacy-content .hedayah2026-legacy-module.hedayah2026-legacy-module--intro-double:has(> .hedayah2026-legacy-module__lead img) > .hedayah2026-legacy-module__lead p:has(img) {
	height: 100%;
}

.hedayah2026-legacy-content .hedayah2026-legacy-module.hedayah2026-legacy-module--intro-double:has(> .hedayah2026-legacy-module__lead img) > .hedayah2026-legacy-module__lead img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 200px;
	object-fit: cover;
}

.hedayah2026-legacy-content .hedayah2026-legacy-module.hedayah2026-legacy-module--intro-double:has(> .hedayah2026-legacy-module__lead img) > .hedayah2026-legacy-module__items {
	margin-top: 22px;
}

/* The intro now reads as a card, so the following module's divider would sit
   directly under its edge as a stray line. */
.hedayah2026-legacy-content .hedayah2026-legacy-module.hedayah2026-legacy-module--intro-double:has(> .hedayah2026-legacy-module__items) + .hedayah2026-legacy-module,
.hedayah2026-legacy-content .hedayah2026-legacy-module.hedayah2026-legacy-module--intro-double:has(> .hedayah2026-legacy-module__lead img) + .hedayah2026-legacy-module {
	padding-top: 0;
	border-top: 0;
}

.hedayah2026-query {
	width: var(--hedayah-shell);
	margin-inline: auto;
	padding: 90px 0;
}

.hedayah2026-query .wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.hedayah2026-query .wp-block-post {
	padding: 24px;
	background: var(--wp--preset--color--sand);
}

/* Internal page system */
.hedayah2026-internal {
	background: var(--wp--preset--color--white);
	color: var(--wp--preset--color--ink);
}

.hedayah2026-internal .hedayah2026-shell,
.hedayah2026-query-hero > *,
.hedayah2026-query-body > * {
	width: min(calc(100% - 160px), 1360px);
	max-width: none;
}

.hedayah2026-internal-hero {
	position: relative;
	display: flex;
	min-height: 236px;
	align-items: center;
	overflow: hidden;
	background: var(--wp--preset--color--white);
}

.hedayah2026-internal-hero__inner {
	position: relative;
	z-index: 1;
	padding-block: 64px 34px;
}

.hedayah2026-internal-hero h1,
.hedayah2026-query-hero h1,
.hedayah2026-query-hero .wp-block-query-title,
.hedayah2026-single__hero h1 {
	max-width: 1050px;
	margin: 0;
	font-size: clamp(2.5rem, 4vw, 3.75rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.1;
	text-transform: none;
	text-wrap: balance;
}

.hedayah2026-internal-hero__description {
	max-width: 1120px;
	margin-top: 24px;
	font-size: 22px;
	line-height: 1.5;
}

.hedayah2026-internal-hero__description p {
	margin: 0 0 0.7em;
}

.hedayah2026-internal-hero__description p:last-child {
	margin-bottom: 0;
}

/* Team hero: keep the lead large; shrink the supporting internship copy. */
.hedayah2026-internal--team .hedayah2026-internal-hero__description p:not(:first-child) {
	max-width: 46em;
	color: #343434;
	font-size: 15px;
	font-style: normal;
	line-height: 1.65;
}

.hedayah2026-internal--team .hedayah2026-internal-hero__description p:not(:first-child) em {
	font-style: normal;
}

.hedayah2026-team-facepile {
	display: flex;
	align-items: center;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.hedayah2026-team-facepile li {
	width: 56px;
	height: 56px;
	margin-left: -14px;
	overflow: hidden;
	border: 2px solid var(--wp--preset--color--white);
	border-radius: 50%;
	background: var(--wp--preset--color--sand);
	box-shadow: 0 1px 2px rgb(16 22 42 / 12%);
}

.hedayah2026-team-facepile li:first-child {
	margin-left: 0;
}

.hedayah2026-team-facepile img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.hedayah2026-internal-eyebrow {
	margin: 0 0 14px;
	color: var(--wp--preset--color--purple);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.hedayah2026-internal-hero--media {
	min-height: 560px;
	align-items: flex-end;
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--white);
}

.hedayah2026-internal-hero__image {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(90deg, rgb(16 16 18 / 88%) 0%, rgb(16 16 18 / 36%) 62%, rgb(16 16 18 / 15%) 100%), var(--hedayah-internal-image);
	background-position: center;
	background-size: cover;
}

.hedayah2026-internal-hero--media .hedayah2026-internal-hero__inner {
	padding-bottom: 72px;
}

.hedayah2026-internal-hero--media .hedayah2026-internal-eyebrow {
	color: var(--wp--preset--color--gold);
}

.hedayah2026-internal-hero--overlay {
	--hedayah-hero-media-left: 30%;

	align-items: center;
	min-height: 560px;
	padding-block: clamp(48px, 8vw, 96px);
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--white);
}

.hedayah2026-internal-hero--overlay .hedayah2026-internal-hero__image {
	top: 0;
	right: 0;
	bottom: 0;
	left: var(--hedayah-hero-media-left);
	background-image:
		linear-gradient(90deg, rgb(16 22 42 / 60%) 0%, rgb(16 22 42 / 38%) 45%, rgb(16 22 42 / 32%) 100%),
		var(--hedayah-internal-image);
	background-position: center right;
	background-size: cover;
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, rgb(0 0 0 / 35%) 24%, #000 50%);
	mask-image: linear-gradient(90deg, transparent 0%, rgb(0 0 0 / 35%) 24%, #000 50%);
}

.hedayah2026-internal-hero__frame {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: var(--hedayah-hero-media-left);
	z-index: 1;
	overflow: hidden;
	pointer-events: none;
}

.hedayah2026-internal-hero__mark {
	position: absolute;
	right: 0;
	bottom: 0;
	width: min(572px, 55vw);
	height: auto;
	filter: brightness(0) invert(1);
	opacity: 0.35;
	transform: translate(36%, 34%) rotate(var(--hedayah-compass-rotation, 0deg));
	will-change: transform;
}

.hedayah2026-internal-hero--overlay .hedayah2026-shell {
	position: relative;
	z-index: 2;
}

.hedayah2026-internal-hero--overlay .hedayah2026-internal-hero__inner {
	max-width: min(640px, 52%);
	padding: 0;
	text-align: left;
}

.hedayah2026-internal-hero--overlay h1 {
	max-width: none;
}

.hedayah2026-internal-hero--overlay .hedayah2026-internal-hero__description {
	max-width: 560px;
}

.hedayah2026-internal-hero--overlay .hedayah2026-internal-eyebrow {
	color: var(--wp--preset--color--gold);
}

.hedayah2026-internal-subnav {
	border-block: 1px solid var(--wp--preset--color--line);
	background: var(--wp--preset--color--white);
}

.hedayah2026-internal-subnav ul {
	display: flex;
	gap: 30px;
	align-items: center;
	min-height: 72px;
	margin: 0;
	padding: 0;
	overflow-x: auto;
	list-style: none;
	scrollbar-width: none;
}

.hedayah2026-internal-subnav a {
	display: flex;
	min-height: 72px;
	align-items: center;
	border-bottom: 3px solid transparent;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.hedayah2026-internal-subnav a[aria-current="page"] {
	border-color: var(--wp--preset--color--purple);
	color: var(--wp--preset--color--purple);
}

.hedayah2026-internal-filters {
	display: flex;
	gap: 16px;
	width: min(calc(100% - 160px), 1360px);
	min-height: 104px;
	align-items: center;
	margin-inline: auto;
}

.hedayah2026-filter-search {
	flex: 1 1 320px;
}

.hedayah2026-internal-filters input,
.hedayah2026-internal-filters select,
.hedayah2026-internal-newsletter input {
	width: 100%;
	height: 56px;
	padding: 0 20px;
	border: 2px solid var(--wp--preset--color--ink);
	border-radius: 0;
	background: var(--wp--preset--color--white);
	color: var(--wp--preset--color--ink);
	font: inherit;
	font-size: 16px;
}

.hedayah2026-filter-select {
	flex: 0 1 auto;
}

.hedayah2026-filter-select select {
	min-width: 142px;
	padding-right: 42px;
	font-weight: 600;
}

.hedayah2026-internal-filters button,
.hedayah2026-internal-newsletter button {
	display: inline-flex;
	gap: 12px;
	height: 56px;
	align-items: center;
	justify-content: center;
	padding: 0 26px;
	border: 2px solid var(--wp--preset--color--ink);
	background: var(--wp--preset--color--ink);
	color: var(--wp--preset--color--white);
	font: inherit;
	font-weight: 700;
	white-space: nowrap;
	cursor: pointer;
}

.hedayah2026-internal-section {
	padding: 80px 0 110px;
}

.hedayah2026-internal-section--listing {
	padding-top: 60px;
}

.hedayah2026-internal-section--related {
	padding-top: 0;
	overflow: hidden;
}

.hedayah2026-internal-section--related .hedayah2026-shell {
	border-top: 4px solid var(--wp--preset--color--ink);
	padding-top: 24px;
}

/* Article copy runs to a reading measure, which is narrower than the page
   gutter. The carousel breaks out of it so it lines up with the header menu. */
.hedayah2026-legacy-content .hedayah2026-internal-section--related {
	width: 100vw;
	margin-inline: calc(50% - 50vw);
}

.hedayah2026-legacy-content .hedayah2026-internal-section--related .hedayah2026-shell {
	width: var(--hedayah-shell);
	margin-inline: auto;
}

.hedayah2026-related__title {
	margin: 0;
	font-size: clamp(2.4rem, 4vw, 4.5rem);
	letter-spacing: -0.025em;
	line-height: 1;
}

.hedayah2026-internal-section--related .hedayah2026-latest__track {
	scroll-padding-left: 0;
}

.hedayah2026-internal-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 76px 35px;
}

.hedayah2026-internal-grid--updates,
.hedayah2026-internal-grid--work {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 35px;
}

.hedayah2026-internal-card {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
}

.hedayah2026-internal-card--latest {
	display: block;
}

/* Columns here are wider than the home-page carousel, so the card comes down
   and the poster grows to match. Its height is fixed so every crop matches. */
.hedayah2026-internal-grid--updates .hedayah2026-card,
.hedayah2026-internal-grid--work .hedayah2026-card {
	width: 100%;
	min-width: 0;
	height: 400px;
}

.hedayah2026-internal-grid--updates .hedayah2026-card img,
.hedayah2026-internal-grid--work .hedayah2026-card img,
.hedayah2026-internal-grid--updates .hedayah2026-listing-card__placeholder,
.hedayah2026-internal-grid--work .hedayah2026-listing-card__placeholder {
	height: 185px;
	flex: none;
	margin-top: 28px;
}

.hedayah2026-internal-grid--updates .hedayah2026-card h2,
.hedayah2026-internal-grid--work .hedayah2026-card h2 {
	margin: 16px 0 0;
	font-size: 24px;
	letter-spacing: -0.01em;
	line-height: 1.2;
}

.hedayah2026-internal-grid--updates .hedayah2026-internal-card:nth-child(3n + 2) .hedayah2026-card__chip,
.hedayah2026-internal-grid--work .hedayah2026-internal-card:nth-child(3n + 2) .hedayah2026-card__chip {
	background: var(--wp--preset--color--teal);
}

.hedayah2026-internal-grid--updates .hedayah2026-internal-card:nth-child(3n) .hedayah2026-card__chip,
.hedayah2026-internal-grid--work .hedayah2026-internal-card:nth-child(3n) .hedayah2026-card__chip {
	background: var(--wp--preset--color--navy);
}

.hedayah2026-listing-card__placeholder {
	position: relative;
	display: grid;
	width: 100%;
	height: 150px;
	overflow: hidden;
	place-items: center;
	background: var(--wp--preset--color--navy);
}

.hedayah2026-listing-card__placeholder img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: min(140%, 220px);
	max-width: none;
	height: auto;
	opacity: 0.6;
	transform: translate(-50%, -50%);
	transition: transform 350ms ease;
}

.hedayah2026-card:hover .hedayah2026-listing-card__placeholder img {
	transform: translate(-50%, -50%) rotate(8deg) scale(1.04);
}

.hedayah2026-card-mark--1 { background: #1c5750; }
.hedayah2026-card-mark--2 { background: #5a2664; }
.hedayah2026-card-mark--3 { background: #8f8c84; }
.hedayah2026-card-mark--4 { background: #aa945e; }
.hedayah2026-card-mark--5 { background: #1a2749; }

.hedayah2026-internal-card__media {
	position: relative;
	display: block;
	width: 100%;
	flex-shrink: 0;
	overflow: hidden;
	background-color: #e8e5df;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 6px 22px rgb(15 23 42 / 12%);
	text-decoration: none;
	transition: box-shadow 280ms ease;
	isolation: isolate;
}

.hedayah2026-internal-card__media.has-image {
	background-image: var(--hedayah-card-image);
}

/* Lock a consistent poster frame even when the image is landscape. */
.hedayah2026-internal-card__media::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 115.015974%; /* 360 / 313 */
}

.hedayah2026-internal-grid--work .hedayah2026-internal-card__media::before,
.hedayah2026-internal-grid--updates .hedayah2026-internal-card__media::before,
.hedayah2026-internal-grid--opportunities .hedayah2026-internal-card__media::before {
	padding-top: 75%; /* 4 / 3 */
}

.hedayah2026-internal-card__media img {
	position: absolute;
	inset: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: top left;
	transition: transform 400ms ease;
}

.hedayah2026-internal-card:hover .hedayah2026-internal-card__media {
	box-shadow: 0 10px 28px rgb(15 23 42 / 16%);
}

.hedayah2026-internal-card:hover .hedayah2026-internal-card__media img {
	transform: scale(1.035);
}

.hedayah2026-internal-card__media.is-empty {
	display: grid;
	place-items: center;
	overflow: hidden;
}

.hedayah2026-internal-card__media.is-empty .hedayah2026-card-mark {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
}

.hedayah2026-internal-card__media.is-empty .hedayah2026-card-mark img {
	position: absolute;
	top: 28px;
	left: 14px;
	width: 368px;
	max-width: none;
	height: 369px;
	opacity: 0.6;
	transition: transform 400ms ease;
}

.hedayah2026-internal-card:hover .hedayah2026-internal-card__media.is-empty .hedayah2026-card-mark img {
	transform: rotate(8deg) scale(1.04);
}

.hedayah2026-internal-card__body {
	display: flex;
	min-height: 118px;
	flex: 1;
	flex-direction: column;
	padding-top: 16px;
}

.hedayah2026-internal-card__meta {
	margin: 0 0 7px;
	color: var(--wp--preset--color--muted);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.hedayah2026-internal-card h2 {
	margin: 0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 19px;
	letter-spacing: -0.01em;
	line-height: 1.25;
	min-height: 2.5em;
}

.hedayah2026-internal-card h2 a,
.hedayah2026-internal-card__link {
	text-decoration: none;
}

.hedayah2026-internal-card__link {
	width: fit-content;
	margin-top: auto;
	padding-top: 12px;
	color: var(--wp--preset--color--purple);
	font-size: 14px;
	font-weight: 700;
}

.hedayah2026-internal-empty {
	grid-column: 1 / -1;
	padding: 80px 24px;
	border-block: 1px solid var(--wp--preset--color--line);
	text-align: center;
}

.hedayah2026-internal-pagination {
	display: flex;
	justify-content: center;
	margin-top: 80px;
	padding-top: 32px;
	border-top: 1px solid var(--wp--preset--color--line);
}

.hedayah2026-internal-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hedayah2026-internal-pagination a,
.hedayah2026-internal-pagination span {
	display: inline-flex;
	min-width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	place-items: center;
	border: 1px solid var(--wp--preset--color--ink);
	background: var(--wp--preset--color--white);
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.hedayah2026-internal-pagination a:hover,
.hedayah2026-internal-pagination a:focus-visible {
	background: var(--wp--preset--color--ink);
	color: var(--wp--preset--color--white);
	transform: translateY(-2px);
}

.hedayah2026-internal-pagination .prev,
.hedayah2026-internal-pagination .next {
	min-width: 124px;
}

.hedayah2026-internal-pagination .current {
	background: var(--wp--preset--color--ink);
	color: var(--wp--preset--color--white);
}

.hedayah2026-internal-pagination .dots {
	border-color: transparent;
	background: transparent;
}

.hedayah2026-expertise-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	overflow: hidden;
}

.hedayah2026-expertise-tile {
	position: relative;
	display: flex;
	min-height: 520px;
	flex-direction: column;
	justify-content: space-between;
	padding: 28px 26px;
	overflow: hidden;
	color: var(--wp--preset--color--white);
	text-decoration: none;
}

.hedayah2026-expertise-tile--1 { background: var(--wp--preset--color--teal); }
.hedayah2026-expertise-tile--2 { background: var(--wp--preset--color--purple); }
.hedayah2026-expertise-tile--3 { background: #8f8c84; color: var(--wp--preset--color--ink); }
.hedayah2026-expertise-tile--4 { background: var(--wp--preset--color--gold); color: var(--wp--preset--color--ink); }
.hedayah2026-expertise-tile--5 { background: var(--wp--preset--color--navy); }

.hedayah2026-expertise-tile__number,
.hedayah2026-expertise-tile__copy {
	position: relative;
	z-index: 1;
}

.hedayah2026-expertise-tile__mark {
	position: absolute;
	top: 50px;
	left: -22px;
	color: currentcolor;
	font-size: 17rem;
	line-height: 1;
	opacity: 0.12;
	transform: rotate(18deg);
}

.hedayah2026-expertise-tile__copy {
	display: grid;
	gap: 12px;
}

.hedayah2026-expertise-tile__copy strong {
	font-size: 25px;
	line-height: 1.1;
}

.hedayah2026-expertise-tile__copy small {
	display: -webkit-box;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.hedayah2026-profile-feature {
	display: grid;
	grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
	gap: 70px;
	align-items: start;
}

.hedayah2026-profile-feature > img {
	width: 100%;
	max-height: 690px;
	object-fit: cover;
}

.hedayah2026-profile-feature h2,
.hedayah2026-section-heading h2,
.hedayah2026-team-group > h2,
.hedayah2026-contact-grid h1,
.hedayah2026-contact-grid h2,
.hedayah2026-work-feature h2 {
	margin: 0 0 28px;
	font-size: clamp(2.4rem, 4vw, 4.5rem);
	letter-spacing: -0.025em;
	line-height: 1;
}

/* Chairman: legacy-inspired stack — title + lead, then bio with octagon portrait on the right. */
.hedayah2026-profile-feature--chairman {
	display: block;
	max-width: 880px;
	margin-inline: auto;
}

.hedayah2026-profile-feature--chairman .hedayah2026-profile-feature__header h2 {
	margin: 0 0 0.4em;
	color: var(--wp--preset--color--gold);
	font-size: clamp(2.4rem, 4vw, 4.5rem);
	letter-spacing: -0.025em;
	line-height: 1;
	text-wrap: balance;
}

.hedayah2026-profile-feature__lead {
	margin: 0 0 1.75em;
	color: var(--wp--preset--color--ink);
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.35;
}

.hedayah2026-profile-feature__grid {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

.hedayah2026-profile-feature__body {
	flex: 1 1 auto;
	min-width: 0;
}

.hedayah2026-profile-feature__media {
	flex: 0 0 220px;
	width: 220px;
	height: 220px;
	margin: 0;
	overflow: hidden;
	clip-path: polygon(50% 0, 84.4% 14.6%, 100% 50%, 85.4% 85.4%, 50% 100%, 14.6% 85.4%, 0 50%, 14.6% 14.6%);
	background: var(--wp--preset--color--sand);
}

.hedayah2026-profile-feature__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.hedayah2026-internal-prose {
	color: #343434;
	font-size: 18px;
	line-height: 1.75;
}

.hedayah2026-internal-prose p {
	margin-block: 0 1.2em;
}

.hedayah2026-internal-prose p:last-child {
	margin-bottom: 0;
}

.hedayah2026-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 70px;
	margin-top: 110px;
	padding-top: 60px;
	border-top: 4px solid var(--wp--preset--color--ink);
}

.hedayah2026-section-heading > p {
	margin: 0;
	font-size: 18px;
	line-height: 1.7;
}

/* International Steering Board — flag grid inspired by the legacy site,
   using the Hedayah octagon mark as the flag crop. */
.hedayah2026-steering-board {
	margin-top: clamp(72px, 8vw, 120px);
	padding: clamp(64px, 8vw, 110px) 0 clamp(48px, 6vw, 80px);
	background: #f2f0eb;
	color: var(--wp--preset--color--ink);
}

.hedayah2026-steering-board__intro {
	max-width: 880px;
	margin-inline: auto;
	text-align: left;
}

.hedayah2026-steering-board__intro h2 {
	margin: 0 0 0.45em;
	color: var(--wp--preset--color--purple);
	font-size: clamp(2.4rem, 4vw, 4.5rem);
	letter-spacing: -0.025em;
	line-height: 1;
	text-wrap: balance;
}

.hedayah2026-steering-board__lead {
	margin: 0 0 2.5em;
	max-width: 68ch;
	color: #343434;
	font-size: clamp(1.05rem, 1.4vw, 1.25rem);
	line-height: 1.7;
}

.hedayah2026-steering-board__lead p {
	margin-block: 0 1em;
}

.hedayah2026-steering-board__lead p:last-child {
	margin-bottom: 0;
}

.hedayah2026-steering-board__subtitle {
	margin: 0 0 0.35em;
	color: var(--wp--preset--color--gold);
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.hedayah2026-country-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.hedayah2026-country-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	min-height: 0;
	padding: 36px 14px 44px;
	border: 0;
	border-bottom: 1px solid rgb(16 16 18 / 14%);
	text-align: center;
}

.hedayah2026-country-card__flag {
	display: block;
	flex: 0 0 auto;
	width: 150px;
	height: 150px;
	overflow: hidden;
	clip-path: polygon(50% 0, 84.4% 14.6%, 100% 50%, 85.4% 85.4%, 50% 100%, 14.6% 85.4%, 0 50%, 14.6% 14.6%);
	background: var(--wp--preset--color--white);
	transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hedayah2026-country-card__flag img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hedayah2026-country-card__name {
	display: block;
	padding-inline: 8px;
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.25;
}

.hedayah2026-country-card:hover .hedayah2026-country-card__flag,
.hedayah2026-country-card:focus-within .hedayah2026-country-card__flag {
	transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
	.hedayah2026-country-card__flag {
		transition: none;
	}

	.hedayah2026-country-card:hover .hedayah2026-country-card__flag,
	.hedayah2026-country-card:focus-within .hedayah2026-country-card__flag {
		transform: none;
	}
}

.hedayah2026-team-group + .hedayah2026-team-group {
	margin-top: 90px;
}

.hedayah2026-team-card__image {
	display: grid;
	place-items: center;
	overflow: hidden;
	border-radius: 5px;
	background: var(--wp--preset--color--sand);
}

.hedayah2026-team-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.hedayah2026-team-card__image.is-empty {
	background: var(--wp--preset--color--navy);
	color: rgb(255 255 255 / 18%);
	font-size: 7rem;
	font-weight: 700;
}

.hedayah2026-team-card__body {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.hedayah2026-team-card h3 {
	margin: 0;
	font-size: 22px;
	line-height: 1.15;
}

.hedayah2026-team-card__role {
	margin: 8px 0 0;
	color: var(--wp--preset--color--muted);
	font-size: 14px;
}

.hedayah2026-team-card__summary {
	margin: 18px 0 0;
	color: #343434;
	font-size: 15px;
	line-height: 1.65;
}

.hedayah2026-team-card__more {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	margin-top: 22px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--wp--preset--color--purple);
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.hedayah2026-team-card__more:hover,
.hedayah2026-team-card__more:focus-visible {
	color: var(--wp--preset--color--ink);
}

.hedayah2026-team-card__more-arrow {
	display: inline-block;
	width: 18px;
	height: 10px;
	background: currentColor;
	clip-path: polygon(0 35%, 70% 35%, 70% 0, 100% 50%, 70% 100%, 70% 65%, 0 65%);
	transition: transform 160ms ease;
}

.hedayah2026-team-card__more:hover .hedayah2026-team-card__more-arrow,
.hedayah2026-team-card__more:focus-visible .hedayah2026-team-card__more-arrow {
	transform: translateX(4px);
}

/* Leadership sits in a sand panel as two bordered cards side by side. */
.hedayah2026-team-group--lead {
	padding: clamp(34px, 4vw, 60px);
	background: var(--wp--preset--color--sand);
}

.hedayah2026-team-group--lead > h2 {
	margin-bottom: 40px;
	padding-bottom: 24px;
	border-bottom: 4px solid var(--wp--preset--color--ink);
}

.hedayah2026-team-grid--lead {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 420px));
	justify-content: start;
	gap: clamp(20px, 2.5vw, 32px);
}

/* The card is the surface: it carries the border and shadow, and clips the
   picture that runs the full width of it. */
.hedayah2026-team-card--lead {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 5px;
	background: var(--wp--preset--color--white);
	box-shadow: 0 14px 32px rgb(16 16 18 / 14%);
}

.hedayah2026-team-card--lead .hedayah2026-team-card__image {
	border-radius: 0;
	aspect-ratio: 1 / 1;
	background: var(--wp--preset--color--white);
}

.hedayah2026-team-card--lead .hedayah2026-team-card__body {
	flex: 1;
	padding: clamp(18px, 1.6vw, 24px);
}

/* Keeps the triggers on a shared baseline when summaries differ in length. */
.hedayah2026-team-card--lead .hedayah2026-team-card__more {
	margin-top: auto;
	padding-top: 18px;
}

.hedayah2026-team-card--lead h3 {
	font-size: clamp(1.25rem, 1.6vw, 1.5rem);
	letter-spacing: -0.015em;
}

.hedayah2026-team-card--lead .hedayah2026-team-card__role {
	margin-top: 10px;
	color: var(--wp--preset--color--purple);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.45;
	text-transform: uppercase;
}

.hedayah2026-team-card--lead .hedayah2026-team-card__summary {
	margin-top: 16px;
	font-size: 15px;
	line-height: 1.65;
}

.hedayah2026-team-group--staff > h2 {
	margin-bottom: 34px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--wp--preset--color--line);
	font-size: clamp(1.5rem, 2.2vw, 2.125rem);
}

/* Staff directory: portrait on the left, summary on the right. Every row is
   sized to the tallest card so the whole grid keeps one card height. */
.hedayah2026-team-grid--staff {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	gap: 28px 32px;
}

.hedayah2026-team-card--staff {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr);
	gap: 20px;
	align-items: stretch;
	padding: 20px;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 5px;
}

.hedayah2026-team-card--staff .hedayah2026-team-card__image {
	align-self: start;
	aspect-ratio: 1 / 1;
}

.hedayah2026-team-card--staff .hedayah2026-team-card__image.is-empty {
	font-size: 3rem;
}

.hedayah2026-team-card--staff h3 {
	font-size: 18px;
	line-height: 1.25;
}

.hedayah2026-team-card--staff .hedayah2026-team-card__role {
	margin-top: 4px;
	font-size: 12.5px;
	line-height: 1.4;
}

.hedayah2026-team-card--staff .hedayah2026-team-card__summary {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.6;
}

.hedayah2026-team-card--staff .hedayah2026-team-card__more {
	align-self: flex-end;
	margin-top: auto;
	padding-top: 14px;
	font-size: 12.5px;
}

/* Advisory board: portrait above the summary, in a light three-up grid. */
.hedayah2026-advisors-lead {
	margin: 0 0 44px;
	max-width: 46em;
	color: #343434;
	font-size: clamp(1.0625rem, 1.4vw, 1.25rem);
	line-height: 1.7;
}

.hedayah2026-team-group--advisor > h2 {
	margin-bottom: 34px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--wp--preset--color--line);
	font-size: clamp(1.5rem, 2.2vw, 2.125rem);
}

.hedayah2026-team-grid--advisor {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 56px 34px;
}

.hedayah2026-team-card--advisor {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.hedayah2026-team-card--advisor .hedayah2026-team-card__image {
	aspect-ratio: 4 / 5;
}

.hedayah2026-team-card--advisor .hedayah2026-team-card__body {
	flex: 1;
}

.hedayah2026-team-card--advisor h3 {
	font-size: clamp(1.25rem, 1.6vw, 1.5rem);
	letter-spacing: -0.01em;
}

.hedayah2026-team-card--advisor .hedayah2026-team-card__summary {
	margin-top: 14px;
	font-size: 15px;
}

/* Keeps the triggers on a shared baseline when summaries run to different lengths. */
.hedayah2026-team-card--advisor .hedayah2026-team-card__more {
	margin-top: auto;
	padding-top: 18px;
}

.hedayah2026-bio {
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
}

.hedayah2026-bio[open] {
	display: grid;
	place-items: center;
}

.hedayah2026-bio::backdrop {
	background: rgb(10 22 40 / 62%);
}

.hedayah2026-bio__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(24px, 3vw, 40px);
	width: min(920px, calc(100vw - 32px));
	max-height: calc(100vh - 48px);
	overflow: auto;
	padding: clamp(24px, 3vw, 40px);
	background: var(--wp--preset--color--white);
	box-shadow: 0 24px 80px rgb(10 22 40 / 28%);
}

.hedayah2026-bio__media .hedayah2026-team-card__image {
	aspect-ratio: 3 / 4;
	background: var(--wp--preset--color--sand);
}

.hedayah2026-bio__media .hedayah2026-team-card__image.is-empty {
	font-size: 5rem;
}

.hedayah2026-bio__copy h3 {
	margin: 0;
	font-size: clamp(1.5rem, 2.2vw, 2rem);
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.hedayah2026-bio__role {
	margin: 10px 0 0;
	color: var(--wp--preset--color--purple);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hedayah2026-bio__text {
	margin-top: 22px;
	max-height: min(52vh, 480px);
	overflow: auto;
	padding-right: 8px;
}

.hedayah2026-bio__close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid var(--wp--preset--color--line);
	background: var(--wp--preset--color--white);
	cursor: pointer;
	z-index: 1;
}

.hedayah2026-bio__close:hover,
.hedayah2026-bio__close:focus-visible {
	border-color: var(--wp--preset--color--ink);
}

.hedayah2026-bio__close span[aria-hidden="true"] {
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
}

.hedayah2026-bio__close span[aria-hidden="true"]::before,
.hedayah2026-bio__close span[aria-hidden="true"]::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1.5px;
	background: var(--wp--preset--color--ink);
}

.hedayah2026-bio__close span[aria-hidden="true"]::before {
	transform: rotate(45deg);
}

.hedayah2026-bio__close span[aria-hidden="true"]::after {
	transform: rotate(-45deg);
}

.hedayah2026-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	gap: clamp(50px, 7vw, 110px);
	align-items: start;
}

.hedayah2026-contact-intro {
	max-width: 560px;
	margin: 0 0 38px;
	font-size: 20px;
	line-height: 1.6;
}

.hedayah2026-contact-notice {
	margin: 0 0 24px;
	padding: 16px 18px;
	border-left: 4px solid var(--wp--preset--color--purple);
	background: var(--wp--preset--color--sand);
}

.hedayah2026-contact-notice.is-success {
	border-color: var(--wp--preset--color--teal);
}

.hedayah2026-contact-form {
	display: grid;
	gap: 22px;
}

.hedayah2026-contact-form__trap {
	position: absolute;
	left: -9999px;
}

.hedayah2026-contact-form__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.hedayah2026-contact-form label {
	display: grid;
	gap: 9px;
	color: var(--wp--preset--color--muted);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.hedayah2026-contact-form input,
.hedayah2026-contact-form select,
.hedayah2026-contact-form textarea {
	width: 100%;
	border: 0;
	border-bottom: 2px solid var(--wp--preset--color--ink);
	border-radius: 0;
	background: transparent;
	color: var(--wp--preset--color--ink);
	font: inherit;
	font-size: 18px;
	letter-spacing: normal;
	text-transform: none;
}

.hedayah2026-contact-form input,
.hedayah2026-contact-form select {
	height: 54px;
}

.hedayah2026-contact-form textarea {
	min-height: 150px;
	padding: 14px 0;
	resize: vertical;
}

.hedayah2026-contact-form input:focus,
.hedayah2026-contact-form select:focus,
.hedayah2026-contact-form textarea:focus {
	outline: 3px solid rgb(91 37 102 / 18%);
	outline-offset: 4px;
}

.hedayah2026-contact-form__footer {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
}

.hedayah2026-contact-form__footer small {
	color: var(--wp--preset--color--muted);
	font-size: 13px;
}

.hedayah2026-contact-form__footer button {
	display: inline-flex;
	gap: 42px;
	align-items: center;
	justify-content: space-between;
	min-width: 190px;
	padding: 18px 22px;
	border: 2px solid var(--wp--preset--color--ink);
	background: var(--wp--preset--color--ink);
	color: var(--wp--preset--color--white);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.hedayah2026-contact-form__footer button:hover,
.hedayah2026-contact-form__footer button:focus-visible {
	background: var(--wp--preset--color--purple);
}

.hedayah2026-contact-cards {
	display: grid;
	gap: 16px;
}

.hedayah2026-contact-cards h3 {
	margin: 0 0 12px;
	font-size: 28px;
}

.hedayah2026-contact-cards a,
.hedayah2026-contact-card {
	position: relative;
	display: grid;
	gap: 8px;
	min-height: 124px;
	align-content: center;
	padding: 30px 72px 30px 30px;
	border: 2px solid var(--wp--preset--color--ink);
	text-decoration: none;
}

.hedayah2026-contact-cards span,
.hedayah2026-contact-card span {
	color: var(--wp--preset--color--muted);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.hedayah2026-contact-cards strong,
.hedayah2026-contact-card strong {
	font-size: 24px;
}

.hedayah2026-contact-cards b {
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 28px;
	transform: translateY(-50%);
}

/* The page carries its own heading, so it starts tighter under the subnav. */
.hedayah2026-internal-section--contact {
	padding-top: 60px;
}

.hedayah2026-contact-map {
	margin-top: 12px;
	border: 2px solid var(--wp--preset--color--ink);
	background: var(--wp--preset--color--sand);
	aspect-ratio: 3 / 2;
}

.hedayah2026-contact-map__frame {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.hedayah2026-work-feature {
	padding: 100px 0;
	background: var(--wp--preset--color--purple);
	color: var(--wp--preset--color--white);
}

.hedayah2026-work-feature .hedayah2026-internal-eyebrow {
	color: #d9b8df;
}

.hedayah2026-work-feature .hedayah2026-shell {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 20px 100px;
}

.hedayah2026-work-feature .hedayah2026-internal-eyebrow,
.hedayah2026-work-feature h2 {
	grid-column: 1;
}

.hedayah2026-work-feature div > div {
	grid-column: 2;
	grid-row: 1 / span 3;
	font-size: 19px;
	line-height: 1.7;
}

.hedayah2026-work-feature a {
	grid-column: 1;
	width: fit-content;
	padding: 16px 20px;
	background: var(--wp--preset--color--white);
	color: var(--wp--preset--color--ink);
	font-weight: 700;
	text-decoration: none;
}

/* Pull quotes run full width; the tone modifier recolours the whole band. */
.hedayah2026-internal-quote {
	--hedayah-quote-accent: var(--wp--preset--color--purple);
	--hedayah-quote-rule: var(--wp--preset--color--line);
	--hedayah-quote-muted: var(--wp--preset--color--muted);

	margin: 0;
	padding: clamp(64px, 8vw, 100px) 0;
	background: var(--wp--preset--color--sand);
	color: var(--wp--preset--color--ink);
}

.hedayah2026-internal-quote--purple {
	--hedayah-quote-accent: var(--wp--preset--color--gold);
	--hedayah-quote-rule: rgb(255 255 255 / 30%);
	--hedayah-quote-muted: rgb(255 255 255 / 72%);

	background: var(--wp--preset--color--purple);
	color: var(--wp--preset--color--white);
}

.hedayah2026-internal-quote .hedayah2026-shell {
	position: relative;
	max-width: min(1100px, var(--hedayah-shell));
	text-align: left;
}

.hedayah2026-internal-quote.has-portrait .hedayah2026-shell {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: clamp(32px, 4vw, 64px);
	align-items: center;
}

.hedayah2026-internal-quote.is-flipped .hedayah2026-shell {
	grid-template-columns: minmax(0, 1fr) 220px;
}

.hedayah2026-internal-quote.is-flipped .hedayah2026-internal-quote__media {
	order: 2;
}

.hedayah2026-internal-quote__media {
	overflow: hidden;
	border-radius: 50%;
	background: var(--wp--preset--color--white);
	box-shadow: 0 14px 32px rgb(16 16 18 / 16%);
	aspect-ratio: 1 / 1;
}

.hedayah2026-internal-quote__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hedayah2026-internal-quote__body {
	padding-left: clamp(24px, 4vw, 56px);
	border-left: 4px solid var(--hedayah-quote-accent);
}

.hedayah2026-internal-quote__mark {
	display: block;
	margin-bottom: -0.35em;
	color: var(--hedayah-quote-accent);
	font-size: clamp(4rem, 8vw, 7rem);
	font-weight: 700;
	line-height: 1;
}

.hedayah2026-internal-quote blockquote {
	margin: 0;
	font-size: clamp(1.4rem, 2.4vw, 2.2rem);
	font-style: italic;
	font-weight: 500;
	letter-spacing: -0.015em;
	line-height: 1.35;
	text-wrap: pretty;
}

.hedayah2026-internal-quote figcaption {
	display: grid;
	gap: 4px;
	margin-top: 32px;
	padding-top: 20px;
	border-top: 1px solid var(--hedayah-quote-rule);
}

.hedayah2026-internal-quote figcaption strong {
	font-size: 17px;
}

.hedayah2026-internal-quote figcaption span {
	color: var(--hedayah-quote-muted);
	font-size: 14px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.hedayah2026-internal-newsletter {
	padding: 40px 0 50px;
	background: var(--wp--preset--color--white);
}

.hedayah2026-internal-newsletter .hedayah2026-shell {
	padding-top: 24px;
	border-top: 4px solid var(--wp--preset--color--ink);
}

.hedayah2026-internal-newsletter__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hedayah2026-internal-newsletter h2 {
	margin: 0;
	font-size: 30px;
	letter-spacing: -0.02em;
	line-height: 1.1;
}

.hedayah2026-internal-newsletter p {
	margin: 6px 0 0;
	color: var(--wp--preset--color--muted);
	font-size: 15px;
}

.hedayah2026-internal-newsletter form {
	display: flex;
	gap: 14px;
}

.hedayah2026-internal-newsletter input {
	width: 300px;
	height: 52px;
}

.hedayah2026-internal-newsletter button {
	height: 52px;
}

.hedayah2026-internal .hedayah2026-legacy-content {
	width: min(calc(100% - 160px), 1360px);
	margin: 0 auto;
	padding: 90px 0 110px;
}

.hedayah2026-internal .hedayah2026-legacy-module {
	width: min(100%, 1100px);
	gap: 30px;
	padding-top: 70px;
	border-top: 4px solid var(--wp--preset--color--ink);
}

.hedayah2026-internal .hedayah2026-legacy-module:first-child {
	padding-top: 0;
	border-top: 0;
}

.hedayah2026-internal .hedayah2026-legacy-module__lead,
.hedayah2026-internal .hedayah2026-legacy-module > div {
	font-size: 18px;
	line-height: 1.7;
}

/* Preserve a comfortable reading rhythm in the imported About page content. */
.page-id-241 .hedayah2026-legacy-module--single > div :where(p, li) {
	line-height: 1.65;
}

.page-id-241 .hedayah2026-legacy-module--single > div > p,
.page-id-241 .hedayah2026-legacy-module--single > div > .story-text {
	margin: 0 0 18px;
}

.page-id-241 .hedayah2026-legacy-module--single > div > p:last-child,
.page-id-241 .hedayah2026-legacy-module--single > div > .story-text:last-child,
.page-id-241 .hedayah2026-legacy-module--single .story-text p:last-child {
	margin-bottom: 0;
}

.page-id-241 .hedayah2026-legacy-module--single .story-text p {
	margin: 0 0 18px;
}

.page-id-241 .hedayah2026-legacy-module--single > div > h2 {
	margin: 56px 0 20px;
	line-height: 1.06;
}

.page-id-241 .hedayah2026-legacy-module--single > div > h2:first-child {
	margin-top: 0;
}

.page-id-241 .hedayah2026-legacy-module--single > div > ul,
.page-id-241 .hedayah2026-legacy-module--single > div > ol {
	margin: 0;
	padding-left: 1.4em;
}

.page-id-241 .hedayah2026-legacy-module--single > div > :where(ul, ol) li + li {
	margin-top: 8px;
}

/* About page: a compact companion to the homepage Expertise card family. */
.page-id-241 .hedayah2026-legacy-module--panels {
	width: 100%;
}

.page-id-241 .hedayah2026-legacy-module--panels > .hedayah2026-legacy-module__items {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.page-id-241 .hedayah2026-legacy-module--panels > .hedayah2026-legacy-module__items > .hedayah2026-legacy-item {
	--about-card-bg: var(--wp--preset--color--teal);
	--about-card-fg: var(--wp--preset--color--white);
	--about-card-mark: url("assets/images/expertise-1.svg");
	position: relative;
	display: flex;
	min-height: 420px;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	overflow: hidden;
	background: var(--about-card-bg);
	color: var(--about-card-fg);
	isolation: isolate;
	transition: box-shadow 350ms ease, transform 350ms ease;
}

.page-id-241 .hedayah2026-legacy-module--panels > .hedayah2026-legacy-module__items > .hedayah2026-legacy-item:nth-child(2) {
	--about-card-bg: var(--wp--preset--color--purple);
	--about-card-mark: url("assets/images/expertise-2.svg");
}

.page-id-241 .hedayah2026-legacy-module--panels > .hedayah2026-legacy-module__items > .hedayah2026-legacy-item:nth-child(3) {
	--about-card-bg: var(--wp--preset--color--gold);
	--about-card-fg: var(--wp--preset--color--ink);
	--about-card-mark: url("assets/images/expertise-4.svg");
}

.page-id-241 .hedayah2026-legacy-module--panels > .hedayah2026-legacy-module__items > .hedayah2026-legacy-item::before {
	position: absolute;
	top: 28px;
	left: 14px;
	z-index: -1;
	width: 368px;
	height: 369px;
	background: var(--about-card-mark) center / 100% 100% no-repeat;
	content: "";
	opacity: 0.6;
	transition: transform 500ms ease;
}

.page-id-241 .hedayah2026-legacy-module--panels .hedayah2026-legacy-item h3,
.page-id-241 .hedayah2026-legacy-module--panels .hedayah2026-legacy-item > div {
	position: relative;
	z-index: 1;
}

.page-id-241 .hedayah2026-legacy-module--panels .hedayah2026-legacy-item h3 {
	max-width: 100%;
	margin: 0;
	font-size: clamp(2rem, 3vw, 2.65rem);
	line-height: 1.04;
}

.page-id-241 .hedayah2026-legacy-module--panels .hedayah2026-legacy-item > div,
.page-id-241 .hedayah2026-legacy-module--panels .hedayah2026-legacy-item p {
	margin: 0;
	font-size: 17px;
	line-height: 1.55;
}

.page-id-241 .hedayah2026-legacy-module--poster,
.page-id-241 .hedayah2026-legacy-content > .hedayah2026-impact {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

.page-id-241 .hedayah2026-legacy-module--poster {
	padding: 0;
	border: 0;
}

.page-id-241 .hedayah2026-legacy-module--poster .hedayah2026-legacy-module__media {
	width: 100%;
	max-height: none;
	aspect-ratio: 1978 / 768;
	object-fit: cover;
}

@media (hover: hover) and (pointer: fine) {
	.page-id-241 .hedayah2026-legacy-module--panels > .hedayah2026-legacy-module__items > .hedayah2026-legacy-item:hover {
		box-shadow: 0 18px 42px rgb(16 16 18 / 15%);
		transform: translateY(-6px);
	}

	.page-id-241 .hedayah2026-legacy-module--panels > .hedayah2026-legacy-module__items > .hedayah2026-legacy-item:hover::before {
		transform: rotate(8deg) scale(1.04);
	}
}

.hedayah2026-internal .hedayah2026-legacy-item {
	padding: 30px;
	background: var(--wp--preset--color--sand);
}

/* Search, archive, and single templates */
.hedayah2026-query {
	width: 100%;
	padding: 0;
}

.hedayah2026-query-hero,
.hedayah2026-single__hero {
	padding: 70px 0;
	background: var(--wp--preset--color--white);
}

.hedayah2026-query-hero p {
	max-width: 900px;
	margin: 24px 0 0;
	font-size: 21px;
}

.hedayah2026-query-body {
	padding: 60px 0 110px;
}

.hedayah2026-query-body .wp-block-search {
	display: flex;
	margin-bottom: 55px;
}

.hedayah2026-query-body .wp-block-search__inside-wrapper {
	padding: 0;
	border: 0;
}

.hedayah2026-query-body .wp-block-search__input {
	height: 58px;
	padding-inline: 18px;
	border: 2px solid var(--wp--preset--color--ink);
}

.hedayah2026-query-body .wp-block-search__button {
	margin: 0;
	padding-inline: 28px;
	border: 0;
	background: var(--wp--preset--color--ink);
	color: var(--wp--preset--color--white);
}

.hedayah2026-query .wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 60px 28px;
	margin-top: 40px;
	padding: 0;
}

.hedayah2026-query .wp-block-post {
	padding: 0;
	background: transparent;
}

.hedayah2026-query .wp-block-post-featured-image {
	margin: 0 0 18px;
}

.hedayah2026-query .wp-block-post-title {
	margin: 8px 0 12px;
	font-size: 26px !important;
	line-height: 1.15;
}

.hedayah2026-query .wp-block-post-title a,
.hedayah2026-query .wp-block-read-more {
	text-decoration: none;
}

/* Keep the headline on the same column as the category and date above it. */
.hedayah2026-single__hero h1 {
	max-width: 900px;
}

.hedayah2026-single__hero .wp-block-post-terms {
	margin-bottom: 16px;
	color: var(--wp--preset--color--purple);
	font-weight: 700;
	text-transform: uppercase;
}

.hedayah2026-single__hero .wp-block-post-date {
	margin-top: 24px;
	color: var(--wp--preset--color--muted);
}

/* The hero already ends on 70px of breathing room, so the body starts flush
   against it instead of stacking a second gap of the same size. */
.hedayah2026-single .hedayah2026-content {
	width: min(calc(100% - 3rem), 1100px);
	padding: 0 0 110px;
}

.hedayah2026-single .hedayah2026-content > .hedayah2026-legacy-content:first-child {
	margin-top: 0;
}

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